:root {
  --ink: #1d2529;
  --muted: #607078;
  --line: #d8e0de;
  --panel: #ffffff;
  --paper: #f6f4ef;
  --teal: #0b766f;
  --teal-dark: #085e59;
  --amber: #b96a12;
  --green: #2f7b4f;
  --red: #b7473d;
  --steel: #344852;
  --sky: #dbeef0;
  --sand: #eee7d9;
  --shadow: 0 18px 40px rgba(39, 55, 61, 0.14);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 52px);
  background: rgba(246, 244, 239, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--teal);
  color: white;
  font-weight: 900;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--teal-dark);
}

.section-band,
.tool-shell,
.guides-section,
.disclosure-band {
  padding: clamp(34px, 6vw, 76px) clamp(18px, 4vw, 52px);
}

.hero {
  min-height: calc(100svh - 68px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3.2vw, 3rem);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.hero-line {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--steel);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.5;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trust-strip span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.66);
  border-radius: 8px;
  padding: 9px 12px;
  color: var(--steel);
  font-size: 0.9rem;
  font-weight: 800;
}

.machine-visual {
  min-height: 370px;
  display: grid;
  align-items: center;
}

.visual-frame {
  position: relative;
  border: 1px solid #b7c7c4;
  background:
    linear-gradient(135deg, rgba(219, 238, 240, 0.82), rgba(255, 255, 255, 0.92)),
    linear-gradient(90deg, transparent 0 23px, rgba(11, 118, 111, 0.08) 24px);
  border-radius: 8px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.visual-top {
  display: flex;
  gap: 7px;
  margin-bottom: 16px;
}

.visual-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--amber);
}

.visual-top span:nth-child(2) {
  background: var(--teal);
}

.visual-top span:nth-child(3) {
  background: var(--green);
}

.visual-machine {
  position: relative;
  height: 230px;
  border: 1px solid #9fb2af;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(52, 72, 82, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(52, 72, 82, 0.12) 1px, transparent 1px),
    #f8fbfa;
  background-size: 26px 26px;
  overflow: hidden;
}

.gantry {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 58px;
  height: 22px;
  border-radius: 5px;
  background: var(--steel);
}

.gantry::before,
.gantry::after {
  content: "";
  position: absolute;
  top: 22px;
  width: 16px;
  height: 118px;
  background: #6f858c;
}

.gantry::before {
  left: 18px;
}

.gantry::after {
  right: 18px;
}

.laser-head {
  position: absolute;
  left: 50%;
  top: 74px;
  width: 42px;
  height: 62px;
  transform: translateX(-50%);
  border-radius: 6px;
  background: var(--teal);
  box-shadow: 0 0 0 8px rgba(11, 118, 111, 0.12);
}

.laser-head::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 62px;
  width: 2px;
  height: 60px;
  transform: translateX(-50%);
  background: var(--red);
}

.bed-grid {
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: 26px;
  height: 46px;
  border-radius: 4px;
  background: repeating-linear-gradient(90deg, #879aa0 0 2px, transparent 2px 18px);
}

.visual-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.visual-specs div {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 10px;
}

.visual-specs strong,
.visual-specs span {
  display: block;
}

.visual-specs strong {
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.visual-specs span {
  margin-top: 3px;
  font-weight: 900;
}

.section-heading {
  width: min(1180px, 100%);
  margin: 0 auto 24px;
}

.tool-shell {
  background: #fbfbf8;
}

.workspace {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(360px, 1.12fr);
  gap: 20px;
  align-items: start;
}

.assessment-form,
.report-panel,
.category-grid article,
.guide-list a,
.article-panel,
.privacy-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.assessment-form,
.report-panel {
  box-shadow: 0 10px 26px rgba(39, 55, 61, 0.08);
}

.assessment-form {
  padding: 20px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label,
legend {
  color: var(--steel);
  font-size: 0.87rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #b9c7c4;
  border-radius: 6px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-size: 0.98rem;
  padding: 11px 12px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(11, 118, 111, 0.16);
}

.wide {
  grid-column: 1 / -1;
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.choice-row label,
.consent-box label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--steel);
  font-weight: 700;
  line-height: 1.35;
}

.choice-row input,
.consent-box input {
  width: auto;
  margin: 2px 0 0;
}

.consent-box {
  margin-top: 14px;
  padding: 12px;
  border-radius: 8px;
  background: #f3f7f5;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

button {
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.primary-button,
.ghost-button {
  min-height: 44px;
  padding: 0 16px;
}

.primary-button {
  background: var(--teal);
  color: white;
}

.primary-button:hover {
  background: var(--teal-dark);
}

.ghost-button {
  border: 1px solid var(--line);
  background: white;
  color: var(--steel);
}

.report-panel {
  min-height: 640px;
  overflow: hidden;
}

.report-status {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #ffffff, #edf6f4);
}

.risk-badge {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--sand);
  color: var(--steel);
  font-size: 0.78rem;
  font-weight: 900;
}

.risk-badge.low {
  background: #dcefe5;
  color: var(--green);
}

.risk-badge.medium {
  background: #f4e4ca;
  color: #855112;
}

.risk-badge.high {
  background: #f4d9d6;
  color: var(--red);
}

.report-output {
  padding: 20px;
  overflow-x: auto;
}

.empty-state {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.report-section {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.report-section:first-child {
  padding-top: 0;
}

.report-section:last-child {
  border-bottom: 0;
}

.report-section h4 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.report-section p,
.report-section li {
  color: var(--steel);
  line-height: 1.5;
}

.report-section p {
  margin: 0;
}

.report-section ul,
.report-section ol {
  margin: 0;
  padding-left: 20px;
}

.spec-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.spec-table th,
.spec-table td {
  padding: 10px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  background: #eef5f3;
}

.category-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.category-grid article {
  padding: 18px;
}

.category-grid p,
.guide-list small,
.article-panel p,
.article-panel li,
.privacy-panel p,
.privacy-panel li {
  color: var(--muted);
  line-height: 1.55;
}

.guides-section {
  background: #eef2eb;
}

.guide-list {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.guide-list a {
  min-height: 150px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.guide-list span {
  font-weight: 900;
  line-height: 1.25;
}

.guide-list a:hover {
  border-color: var(--teal);
  transform: translateY(-1px);
}

.disclosure-band {
  width: min(1180px, calc(100% - 36px));
  margin: clamp(24px, 4vw, 50px) auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.disclosure-band p:last-child {
  margin: 0;
  color: var(--steel);
  line-height: 1.65;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  padding: 26px 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.article-hero {
  padding: clamp(42px, 7vw, 88px) clamp(18px, 4vw, 52px) 22px;
}

.article-hero-inner,
.article-layout,
.privacy-layout {
  width: min(980px, 100%);
  margin: 0 auto;
}

.article-hero h1 {
  font-size: clamp(2.35rem, 5.2vw, 4.9rem);
}

.article-hero p {
  max-width: 760px;
  color: var(--steel);
  font-size: 1.12rem;
  line-height: 1.55;
}

.article-layout {
  padding: 10px 18px 68px;
}

.article-panel,
.privacy-panel {
  padding: clamp(22px, 4vw, 40px);
}

.article-panel {
  overflow-x: auto;
}

.article-panel h2,
.privacy-panel h2 {
  margin-top: 34px;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.article-panel h2:first-child,
.privacy-panel h2:first-child {
  margin-top: 0;
}

.article-panel table {
  width: 100%;
  min-width: 660px;
  margin: 16px 0;
  border-collapse: collapse;
}

.article-panel th,
.article-panel td {
  padding: 11px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.article-panel th {
  background: #eef5f3;
}

.callout {
  margin: 22px 0;
  padding: 16px;
  border-left: 4px solid var(--amber);
  background: #fff8ea;
  color: var(--steel);
}

.power-hero {
  min-height: calc(100svh - 68px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(38px, 7vw, 86px) clamp(18px, 4vw, 52px);
  border-bottom: 1px solid var(--line);
}

.power-hero-copy {
  max-width: 760px;
}

.power-hero h1 {
  margin: 0;
  font-size: clamp(2.5rem, 5.6vw, 5.9rem);
  line-height: 0.98;
}

.power-hero p {
  color: var(--steel);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.58;
}

.ad-copy-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.ad-copy-strip span {
  border: 1px solid #cfdbd8;
  border-radius: 8px;
  background: white;
  padding: 10px 12px;
  color: var(--steel);
  font-weight: 900;
}

.backup-visual,
.power-hero-image {
  display: grid;
  align-items: center;
}

.power-hero-image img,
.article-image img,
.power-form-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #adbfbb;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.power-hero-image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.station-face {
  border: 1px solid #adbfbb;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #f7fbfa, #dbeef0),
    repeating-linear-gradient(0deg, transparent 0 21px, rgba(52, 72, 82, 0.08) 22px);
  box-shadow: var(--shadow);
  padding: 22px;
}

.station-screen {
  min-height: 145px;
  display: grid;
  align-content: center;
  border-radius: 8px;
  background: #1f3038;
  color: white;
  padding: 22px;
}

.station-screen strong {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.station-screen span {
  color: #cfe4e3;
  font-weight: 800;
}

.outlet-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 18px 0;
}

.outlet-row span {
  height: 54px;
  border: 1px solid #8ea6a1;
  border-radius: 8px;
  background: white;
}

.power-lines {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.power-lines span {
  border-radius: 8px;
  background: #f4e4ca;
  padding: 9px;
  text-align: center;
  color: #69420e;
  font-size: 0.86rem;
  font-weight: 900;
}

.report-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px clamp(18px, 4vw, 52px);
  background: #eef2eb;
  border-bottom: 1px solid var(--line);
}

.report-nav a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 13px;
  color: var(--steel);
  font-weight: 900;
  line-height: 1.28;
}

.compact-grid {
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-image {
  margin: 24px 0;
}

.article-image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.source-list a,
.text-cta {
  color: var(--teal-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.power-form-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(22px, 5vw, 60px);
  padding: clamp(34px, 6vw, 76px) clamp(18px, 4vw, 52px);
  background: #fbfbf8;
  border-top: 1px solid var(--line);
}

.power-form-copy h2 {
  font-size: clamp(1.65rem, 3vw, 2.7rem);
}

.power-form-copy p {
  color: var(--steel);
  line-height: 1.6;
}

.power-form-image {
  margin-top: 18px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.power-request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 20px;
  box-shadow: 0 10px 26px rgba(39, 55, 61, 0.08);
}

.power-request-form fieldset,
.power-request-form textarea,
.power-consent,
.power-request-form button,
.form-message {
  grid-column: 1 / -1;
}

.power-request-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.power-request-form fieldset label,
.power-consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}

.power-request-form input[type="checkbox"] {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
}

.form-message {
  min-height: 24px;
  margin: 0;
  color: var(--steel);
  font-weight: 800;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .hero-grid,
  .workspace,
  .disclosure-band,
  .power-hero,
  .power-form-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .guide-list,
  .category-grid,
  .report-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    gap: 12px;
  }

  .form-grid,
  .category-grid,
  .guide-list,
  .report-nav,
  .power-request-form,
  .power-request-form fieldset,
  .visual-specs {
    grid-template-columns: 1fr;
  }

  .report-status {
    flex-direction: column;
  }

  .machine-visual {
    min-height: auto;
  }

  .visual-machine {
    height: 210px;
  }
}

.power-topic-page {
  background: #ffffff;
  color: #07142f;
}

.topic-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 14px clamp(18px, 4vw, 44px);
  border-bottom: 1px solid #dce3ee;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.topic-brand {
  color: #07142f;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  font-weight: 900;
  letter-spacing: 0;
}

.topic-brand strong {
  color: #07924b;
}

.topic-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  color: #07142f;
  font-size: 0.94rem;
  font-weight: 800;
}

.topic-search {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid #07142f;
  border-radius: 50%;
  color: #07142f;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.topic-subscribe {
  border-radius: 8px;
  background: #078b47;
  color: #ffffff;
  padding: 12px 17px;
  font-size: 0.9rem;
  font-weight: 900;
}

.topic-hero {
  position: relative;
  height: 500px;
  min-height: 500px;
  overflow: hidden;
  background: #061223;
}

.topic-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topic-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 13, 29, 0.94) 0%, rgba(2, 13, 29, 0.76) 35%, rgba(2, 13, 29, 0.22) 72%),
    linear-gradient(0deg, rgba(2, 13, 29, 0.38), rgba(2, 13, 29, 0.05));
}

.topic-hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: clamp(36px, 5vw, 58px) clamp(18px, 4vw, 60px);
  color: #ffffff;
}

.topic-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  border-radius: 7px;
  background: #07924b;
  color: white;
  padding: 7px 10px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.topic-hero h1 {
  margin: 22px 0 18px;
  max-width: 690px;
  font-size: clamp(2.6rem, 5vw, 4.1rem);
  line-height: 1.03;
}

.topic-hero p {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.05rem, 1.9vw, 1.28rem);
  line-height: 1.55;
}

.topic-feature-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.topic-feature-row div {
  min-width: 0;
}

.topic-icon {
  display: block;
  color: #05b765;
  font-size: 2.2rem;
  line-height: 1;
}

.topic-feature-row strong,
.topic-feature-row small {
  display: block;
}

.topic-feature-row strong {
  margin-top: 12px;
  color: #ffffff;
  font-size: 0.95rem;
}

.topic-feature-row small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.35;
}

.topic-section {
  padding: 34px clamp(18px, 4vw, 44px);
  scroll-margin-top: 90px;
}

.topic-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.topic-section h2,
.topic-section-head h2,
.topic-report-section h2 {
  margin: 0;
  color: #07142f;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.1;
}

.topic-section-head p,
.section-subtitle {
  margin: 8px 0 0;
  color: #2c3d5d;
  font-size: 1.05rem;
  font-weight: 700;
}

.topic-section-head p span {
  display: inline-flex;
  margin-left: 8px;
  border-radius: 6px;
  background: #07924b;
  color: #ffffff;
  padding: 4px 7px;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.topic-section-head a {
  color: #003ebf;
  font-weight: 900;
}

.pick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pick-card {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  border: 1px solid #dce3ee;
  border-radius: 8px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(7, 20, 47, 0.08);
}

.pick-label {
  align-self: flex-start;
  border: 2px solid currentColor;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pick-green .pick-label,
.pick-green h3 {
  color: #078b47;
}

.pick-blue .pick-label,
.pick-blue h3 {
  color: #003ebf;
}

.pick-orange .pick-label,
.pick-orange h3 {
  color: #f04414;
}

.pick-media {
  height: 150px;
  margin: 16px 0 14px;
  overflow: hidden;
  border-radius: 8px;
  background: #f6f8fb;
}

.pick-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.pick-card h3 {
  margin: 0 0 10px;
  font-size: 1.42rem;
}

.spec-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 0 0 14px;
  padding: 0;
  color: #07142f;
  font-size: 0.91rem;
  font-weight: 900;
  list-style-position: inside;
}

.pick-card p {
  margin: 0 0 22px;
  color: #2c3d5d;
  line-height: 1.55;
}

.pick-button {
  margin-top: auto;
  border-radius: 7px;
  color: #ffffff;
  padding: 13px 14px;
  text-align: center;
  font-weight: 900;
}

.pick-green .pick-button {
  background: #078b47;
}

.pick-blue .pick-button {
  background: #003ebf;
}

.pick-orange .pick-button {
  background: #f04414;
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
  border: 1px solid #dce3ee;
  border-radius: 8px;
  background: #ffffff;
}

.tool-grid a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 14px;
  padding: 20px;
  border-right: 1px solid #dce3ee;
  color: #07142f;
}

.tool-grid a:last-child {
  border-right: 0;
}

.tool-grid span {
  grid-row: span 2;
  color: #00316d;
  font-size: 2rem;
}

.tool-grid strong {
  font-size: 1rem;
}

.tool-grid small {
  color: #2c3d5d;
  line-height: 1.45;
}

.compact-section {
  padding-top: 10px;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 18px;
  border: 1px solid #dce3ee;
  border-radius: 8px;
  background: #ffffff;
}

.step-grid article {
  padding: 18px;
  border-right: 1px solid #dce3ee;
}

.step-grid article:last-child {
  border-right: 0;
}

.step-grid span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #003ebf;
  color: #ffffff;
  font-weight: 900;
}

.step-grid strong {
  display: block;
  margin-top: 12px;
  color: #07142f;
}

.step-grid p {
  margin: 8px 0 0;
  color: #2c3d5d;
  font-size: 0.9rem;
  line-height: 1.48;
}

.split-panels {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.info-panel {
  border: 1px solid #dce3ee;
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
}

.info-panel h2 {
  color: #078b47;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #07142f;
  line-height: 1.45;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #078b47;
  font-weight: 900;
}

.capacity-scale {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 14px;
  margin-top: 26px;
  color: #07142f;
  text-align: center;
}

.capacity-scale::before {
  content: "";
  grid-column: 1 / -1;
  grid-row: 1;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #dce3ee, #078b47, #dce3ee);
}

.capacity-scale span,
.capacity-scale strong {
  grid-row: 2;
  font-size: 0.85rem;
}

.capacity-scale strong {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #078b47;
  color: #ffffff;
}

.info-panel img {
  display: block;
  width: 100%;
  margin-top: 16px;
  border-radius: 8px;
  object-fit: cover;
}

.topic-report-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 44px);
  background: #f6f8fb;
}

.report-copy {
  min-width: 0;
}

.report-copy h2 {
  margin-top: 18px;
}

.report-copy p {
  color: #2c3d5d;
  line-height: 1.6;
}

.report-copy img {
  display: block;
  width: 100%;
  margin-top: 18px;
  border-radius: 8px;
}

.topic-request-form {
  align-self: start;
}

.topic-newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  margin: 24px clamp(18px, 4vw, 44px);
  border-radius: 8px;
  background: linear-gradient(90deg, #06142c, #00316d);
  color: #ffffff;
  padding: 24px;
}

.topic-newsletter strong {
  font-size: 1.35rem;
}

.topic-newsletter p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.86);
}

.topic-newsletter a {
  border-radius: 7px;
  background: #078b47;
  color: #ffffff;
  padding: 14px 20px;
  font-weight: 900;
}

.topic-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 26px;
  padding: 28px clamp(18px, 4vw, 44px);
  border-top: 1px solid #dce3ee;
  color: #2c3d5d;
}

.topic-footer h3 {
  margin: 0 0 12px;
  color: #07142f;
  font-size: 1rem;
}

.topic-footer a,
.topic-footer p {
  display: block;
  margin: 0 0 10px;
  line-height: 1.45;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 1.4rem;
}

.topic-copyright {
  grid-column: 1 / -1;
  border-top: 1px solid #dce3ee;
  padding-top: 16px;
  text-align: center;
}

@media (max-width: 1060px) {
  .topic-header {
    grid-template-columns: 1fr auto auto;
  }

  .topic-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .pick-grid,
  .tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tool-grid a {
    border-right: 0;
    border-bottom: 1px solid #dce3ee;
  }

  .step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-grid article {
    border-right: 0;
    border-bottom: 1px solid #dce3ee;
  }

  .split-panels,
  .topic-report-section,
  .topic-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .topic-header {
    gap: 14px;
  }

  .topic-subscribe {
    padding: 10px 12px;
  }

  .topic-search {
    display: none;
  }

  .topic-hero {
    min-height: 680px;
  }

  .topic-hero-bg {
    object-position: 68% 50%;
  }

  .topic-hero-overlay {
    background: linear-gradient(180deg, rgba(2, 13, 29, 0.9) 0%, rgba(2, 13, 29, 0.78) 58%, rgba(2, 13, 29, 0.34) 100%);
  }

  .topic-feature-row,
  .pick-grid,
  .tool-grid,
  .step-grid,
  .topic-newsletter {
    grid-template-columns: 1fr;
  }

  .topic-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .pick-card {
    min-height: auto;
  }

  .tool-grid a,
  .step-grid article {
    border-right: 0;
  }

  .capacity-scale {
    grid-template-columns: 1fr;
  }

  .capacity-scale::before {
    display: none;
  }

  .capacity-scale span,
  .capacity-scale strong {
    grid-row: auto;
    margin: 0 auto;
  }
}
