:root {
  --bg: #f1f3f6;
  --ink: #132336;
  --ink-soft: #536273;
  --line: #d8dfe8;
  --panel: #ffffff;
  --panel-soft: #f7f8fb;
  --navy: #1f3b5d;
  --accent: #ff7a1a;
  --accent-deep: #e66509;
  --accent-soft: #fff0e4;
  --warn: #bf4f0a;
  --shadow: 0 18px 48px rgba(10, 28, 43, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 122, 26, 0.06), transparent 38%),
    radial-gradient(circle at 92% 6%, rgba(31, 59, 93, 0.09), transparent 34%),
    var(--bg);
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0) 16rem);
}

.top-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.9rem 1.15rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  background: rgba(241, 243, 246, 0.45);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(216, 223, 232, 0.5);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
}

.brand-logo-full {
  width: 11rem;
  height: auto;
  max-height: 2.5rem;
  object-fit: contain;
  object-position: left center;
  display: block;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.brand-word {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--ink-soft);
  font-weight: 500;
  font-size: 0.95rem;
}

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

.nav-actions {
  display: flex;
  gap: 0.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  border: 1px solid #cbd8e3;
  background: #fff;
  color: var(--ink);
  padding: 0.75rem 1rem;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 2px 0 rgba(10, 30, 45, 0.02);
}

.button:hover {
  border-color: #b6c7d5;
}

.button.primary {
  border-color: var(--accent);
  background: linear-gradient(180deg, #ff8a34, var(--accent-deep));
  color: #fff8f2;
}

.button.primary:hover {
  background: linear-gradient(180deg, #ff9448, #d85e08);
  border-color: #e16a11;
}

.button.subtle {
  background: rgba(255, 255, 255, 0.8);
}

.button.large {
  min-width: 12rem;
  padding: 0.9rem 1.1rem;
}

.hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.15rem 1.5rem;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.2rem;
  align-items: start;
}

.eyebrow {
  margin: 0;
  color: #587188;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-copy h1 {
  margin: 0.55rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.hero-title-main,
.hero-title-accent {
  display: block;
}

.hero-title-accent {
  margin-top: 0.25rem;
  font-size: 0.56em;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--accent);
}

.lede {
  margin: 1rem 0 0;
  color: var(--ink-soft);
  max-width: 60ch;
  font-size: 1.04rem;
  line-height: 1.5;
}

.actions {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.fineprint {
  margin: 1rem 0 0;
  color: #61788d;
  font-size: 0.88rem;
  line-height: 1.45;
  max-width: 62ch;
}

.hero-panel {
  border: 1px solid #d7dfe8;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 252, 255, 0.96)),
    var(--panel);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  padding: 0.95rem;
}

.panel-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.55rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e3ebf2;
}

.panel-header p {
  margin: 0;
  font-weight: 600;
  color: #203247;
}

.status-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(255, 122, 26, 0.16);
}

.panel-tag {
  border: 1px solid #ffd8bc;
  background: #fff3e9;
  color: #b55312;
  border-radius: 999px;
  padding: 0.18rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-metrics {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.overview-strip {
  margin-top: 0.8rem;
  border: 1px solid #e1e8f0;
  border-radius: 0.8rem;
  background: #fbfdff;
  padding: 0.6rem 0.7rem;
  display: grid;
  gap: 0.45rem;
}

.overview-strip strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.95rem;
  font-family: "Space Grotesk", sans-serif;
}

.overview-label {
  color: #62788d;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.overview-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.mini-pill {
  border: 1px solid #dfe7ee;
  border-radius: 999px;
  padding: 0.16rem 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  background: #fff;
  color: #52687b;
}

.mini-pill.danger {
  border-color: #f2c2c2;
  background: #fff3f3;
  color: #b22e2e;
}

.mini-pill.warning {
  border-color: #f4d9b3;
  background: #fff7eb;
  color: #9d5d08;
}

.mini-pill.ok {
  border-color: #cfe3d8;
  background: #f1fbf6;
  color: #21704b;
}

.metric-card {
  border: 1px solid #dde7ef;
  border-radius: 0.8rem;
  background: #fff;
  padding: 0.7rem;
  display: grid;
  gap: 0.12rem;
}

.metric-card span {
  color: #62778a;
  font-size: 0.78rem;
}

.metric-card strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.metric-card em {
  color: #637a8e;
  font-style: normal;
  font-size: 0.75rem;
}

.metric-card.good {
  border-color: #d7e4f2;
  background: linear-gradient(180deg, #fbfdff, #f4f8fc);
}

.metric-card.good strong {
  color: var(--navy);
}

.metric-card.warn {
  border-color: #ffd8bc;
  background: linear-gradient(180deg, #fffaf6, #fff2e7);
}

.metric-card.warn strong {
  color: #bf4f0a;
}

.hero-subpanels {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.55rem;
}

.hero-subpanel {
  border: 1px solid #e0e7ef;
  border-radius: 0.8rem;
  background: #fff;
  padding: 0.7rem;
}

.hero-subhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}

.hero-subhead h3 {
  margin: 0;
  font-size: 0.9rem;
  font-family: "Space Grotesk", sans-serif;
}

.mini-badge {
  border: 1px solid #d7e2ee;
  background: #f6f9fc;
  color: #54687d;
  border-radius: 999px;
  padding: 0.14rem 0.5rem;
  font-size: 0.68rem;
  font-weight: 700;
}

.alert-list-mini {
  margin: 0;
  padding-left: 0.95rem;
  display: grid;
  gap: 0.3rem;
  color: #53697d;
  font-size: 0.77rem;
  line-height: 1.4;
}

.alert-list-mini strong {
  color: #263a4e;
}

.alert-list-mini code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
  background: #f1f5f9;
  border: 1px solid #e0e7ef;
  border-radius: 0.35rem;
  padding: 0.02rem 0.22rem;
}

.domain-list-mini {
  display: grid;
  gap: 0.35rem;
}

.domain-mini {
  border: 1px solid #e2e9f0;
  border-radius: 0.65rem;
  background: #fbfdff;
  padding: 0.45rem 0.55rem;
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  align-items: center;
}

.domain-mini span {
  font-weight: 700;
  font-size: 0.78rem;
  color: #2b4155;
}

.domain-mini small {
  color: #61768a;
  font-size: 0.72rem;
}

.domain-mini.healthy {
  border-color: #d4e7dc;
  background: #f3fcf7;
}

.domain-mini.healthy small {
  color: #25734d;
  font-weight: 700;
}

.trend-mini {
  height: 5.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.35rem;
  align-items: end;
}

.trend-group-mini {
  border: 1px solid #e1e8f0;
  border-radius: 0.55rem;
  background: #fbfdff;
  height: 100%;
  padding: 0.35rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.18rem;
}

.trend-group-mini i {
  display: inline-block;
  width: 0.28rem;
  border-radius: 999px;
}

.trend-group-mini i.c {
  background: #d24444;
}

.trend-group-mini i.h {
  background: #ef7d1a;
}

.trend-group-mini i.m {
  background: #d6a72f;
}

.trust-strip {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.25rem 1.15rem 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.trust-item {
  border: 1px solid #dde7ef;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.95rem;
}

.trust-item h2 {
  margin: 0;
  font-size: 1rem;
  font-family: "Space Grotesk", sans-serif;
}

.trust-item p {
  margin: 0.45rem 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

.content-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.4rem 1.15rem;
}

.content-block.alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.25));
  border-top: 1px solid rgba(210, 222, 233, 0.75);
  border-bottom: 1px solid rgba(210, 222, 233, 0.75);
}

.section-heading {
  max-width: 840px;
}

.section-heading h2 {
  margin: 0.5rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.section-heading p:not(.eyebrow) {
  margin: 0.85rem 0 0;
  color: var(--ink-soft);
  line-height: 1.55;
  font-size: 1rem;
}

.steps-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.step-card {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: var(--panel);
  padding: 1rem;
  box-shadow: 0 10px 26px rgba(14, 30, 46, 0.04);
}

.step-num {
  display: inline-block;
  border: 1px solid #ffd7ba;
  background: #fff2e6;
  color: #b55312;
  border-radius: 999px;
  padding: 0.14rem 0.52rem;
  font-weight: 700;
  font-size: 0.75rem;
}

.step-card h3 {
  margin: 0.65rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.03rem;
}

.step-card p {
  margin: 0.5rem 0 0;
  color: var(--ink-soft);
  line-height: 1.45;
  font-size: 0.93rem;
}

.coverage-grid,
.benefit-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.coverage-card,
.benefit-card {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: #fff;
  padding: 1rem;
}

.coverage-card h3,
.benefit-card h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.02rem;
}

.coverage-card ul {
  margin: 0.6rem 0 0;
  padding-left: 1.1rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.coverage-card li + li {
  margin-top: 0.28rem;
}

.benefit-card p {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
  line-height: 1.45;
}

.plan-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.plan-card {
  border: 1px solid #d6e1ea;
  border-radius: 0.95rem;
  background: #fff;
  padding: 1rem;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
  gap: 0.5rem;
  position: relative;
}

.plan-card.featured {
  border-color: #ffd6b7;
  background: linear-gradient(180deg, #fffefd, #fff6ed);
  box-shadow: 0 16px 34px rgba(255, 122, 26, 0.1);
}

.plan-name {
  margin: 0;
  color: #b45312;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.72rem;
}

.plan-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  border: 1px solid color-mix(in srgb, var(--accent) 40%, white);
  background: color-mix(in srgb, var(--accent) 12%, white);
  color: var(--accent-deep);
  border-radius: 999px;
  padding: 0.18rem 0.55rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

.plan-pricing {
  display: grid;
  gap: 0.2rem;
}

.plan-price {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.03em;
}

.plan-period {
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 0.2rem;
}

.plan-hook {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.4;
}

.plan-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  font-family: "Space Grotesk", sans-serif;
}

.plan-card ul {
  margin: 0.25rem 0 0;
  padding-left: 1.05rem;
  color: var(--ink-soft);
  line-height: 1.45;
  align-self: start;
}

.plan-card li + li {
  margin-top: 0.2rem;
}

.plan-card .button {
  margin-top: auto;
  align-self: stretch;
}

.faq-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 0.8rem;
  padding: 0.85rem 0.95rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  color: #1f3346;
}

.faq-list p {
  margin: 0.65rem 0 0;
  color: var(--ink-soft);
  line-height: 1.5;
}

.cta-band {
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 1.25rem;
  border: 1px solid #cfe1ec;
  border-radius: 1rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 122, 26, 0.09), transparent 45%),
    linear-gradient(180deg, #ffffff, #f7fbfd);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}

.cta-band h2 {
  margin: 0.45rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.95rem);
  line-height: 1.15;
}

.cta-band p:not(.eyebrow) {
  margin: 0.75rem 0 0;
  color: var(--ink-soft);
  line-height: 1.5;
  max-width: 64ch;
}

.cta-actions {
  display: grid;
  gap: 0.65rem;
}

.cta-interactive {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.75rem;
}

.interactive-panel {
  border: 1px solid #d5e3ed;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.88);
  padding: 1rem;
}

.interactive-panel h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
}

.interactive-panel p {
  margin: 0.5rem 0 0;
  color: var(--ink-soft);
  line-height: 1.45;
}

.interactive-panel ol {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.panel-actions {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.signup-form {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.5rem;
}

.signup-form label {
  font-size: 0.86rem;
  font-weight: 600;
  color: #30475d;
}

.field-help {
  margin: -0.1rem 0 0.35rem;
  color: #5a7186;
  font-size: 0.8rem;
  line-height: 1.4;
}

.signup-form input,
.signup-form select {
  border: 1px solid #cbd8e3;
  border-radius: 0.6rem;
  padding: 0.64rem 0.72rem;
  font: inherit;
  background: #fff;
  color: var(--ink);
}

.signup-form input:focus,
.signup-form select:focus {
  outline: 2px solid rgba(255, 122, 26, 0.25);
  outline-offset: 1px;
  border-color: #e77a24;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.panel-status {
  margin: 0.7rem 0 0;
  min-height: 1.2rem;
  font-size: 0.9rem;
  color: #2a6a46;
}

.panel-status.error {
  color: #a23a2f;
}

.site-footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.15rem 2rem;
}

.footer-grid {
  border-top: 1px solid #d5e0ea;
  padding-top: 1.25rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
}

.footer-brand {
  margin-bottom: 0.55rem;
}

.footer-logo {
  width: 10.5rem;
  max-height: 2.35rem;
}

.footer-note {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.5;
  max-width: 40ch;
}

.site-footer h3 {
  margin: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #526a80;
}

.site-footer ul {
  margin: 0.55rem 0 0;
  padding-left: 1rem;
  color: var(--ink-soft);
  line-height: 1.45;
}

.footer-bottom {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid #e0e8ef;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #657c90;
}

.footer-bottom small {
  line-height: 1.4;
}

.cross-account-hero h1 {
  margin: 0.55rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.cross-account-table-wrap {
  margin-top: 0.9rem;
  border: 1px solid #d8e1ea;
  border-radius: 0.9rem;
  overflow: hidden;
  background: #fff;
}

.cross-account-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.cross-account-table th,
.cross-account-table td {
  text-align: left;
  border-bottom: 1px solid #e4ebf2;
  padding: 0.62rem 0.72rem;
}

.cross-account-table th {
  background: #f4f8fc;
  color: #4f6678;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.74rem;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 18ch;
  }

  .trust-strip,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .cta-band {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 860px) {
  .top-nav {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 0.7rem;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.8rem;
  }

  .nav-actions {
    width: 100%;
  }

  .nav-actions .button {
    flex: 1;
  }

  .steps-grid,
  .coverage-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 1.2rem;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .brand-logo-full {
    width: 9.7rem;
    max-height: 2.2rem;
  }

  .cta-actions {
    grid-template-columns: 1fr;
  }

  .actions {
    flex-direction: column;
    align-items: stretch;
  }

  .actions .button {
    width: 100%;
  }

  .panel-actions {
    flex-direction: column;
  }

  .panel-actions .button {
    width: 100%;
  }
}

.seo-article .section-heading {
  max-width: 72ch;
}

.seo-article-body {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
  color: var(--ink);
  line-height: 1.65;
  max-width: 74ch;
}

.seo-article-body h2,
.seo-article-body h3 {
  margin: 1.2rem 0 0.3rem;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.02em;
}

.seo-article-body p,
.seo-article-body ul,
.seo-article-body ol {
  margin: 0;
  color: #44586b;
}

.seo-article-body code {
  background: #eef3f8;
  border-radius: 0.3rem;
  padding: 0.1rem 0.35rem;
}

.seo-meta {
  margin: 0.6rem 0 0;
  color: #698095;
  font-size: 0.88rem;
}

.seo-index-grid {
  align-items: stretch;
}

.seo-article-card {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.seo-article-card h3 {
  margin: 0;
}

.seo-article-card h3 a {
  color: inherit;
  text-decoration: none;
}

.seo-article-card h3 a:hover {
  text-decoration: underline;
}
