:root {
  color-scheme: light;
  --ink: #0b1830;
  --ink-soft: #33415c;
  --muted: #66738c;
  --paper: #ffffff;
  --canvas: #f4f7fb;
  --canvas-strong: #e9eff7;
  --line: #d8e0eb;
  --line-dark: #bdc9d9;
  --brand: #087b78;
  --brand-dark: #075e5c;
  --brand-soft: #e3f5f3;
  --navy: #101f3d;
  --navy-2: #172b52;
  --amber: #d58a12;
  --amber-soft: #fff5dd;
  --red: #b63f49;
  --red-soft: #fff0f1;
  --green: #15705f;
  --green-soft: #e8f7f2;
  --shadow-sm: 0 1px 2px rgba(11, 24, 48, 0.06), 0 8px 24px rgba(11, 24, 48, 0.05);
  --shadow-lg: 0 22px 65px rgba(11, 24, 48, 0.14);
  --radius-sm: 0.65rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --max: 74rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: var(--brand-dark);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 0.08em;
}

a:hover {
  color: var(--brand);
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid #20a6a1;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 0.65rem;
  left: 0.65rem;
  padding: 0.65rem 0.9rem;
  color: white;
  background: var(--navy);
  border-radius: 0.5rem;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(216, 224, 235, 0.88);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: 4.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.brand-mark {
  width: 2.15rem;
  height: 2.15rem;
  display: inline-grid;
  place-items: center;
  color: white;
  background: var(--navy);
  border-radius: 0.65rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13);
}

.brand-mark svg {
  width: 1.35rem;
  height: 1.35rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.main-nav a:not(.button) {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.main-nav a:not(.button):hover {
  color: var(--brand-dark);
}

.menu-button {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  color: var(--ink);
  background: white;
  border-radius: 0.7rem;
  cursor: pointer;
}

.menu-button svg {
  width: 1.35rem;
  height: 1.35rem;
  margin: auto;
}

.button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.76rem 1.15rem;
  border: 1px solid transparent;
  color: white;
  background: var(--brand-dark);
  border-radius: 0.72rem;
  box-shadow: 0 7px 20px rgba(7, 94, 92, 0.17);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  color: white;
  background: var(--brand);
  box-shadow: 0 11px 26px rgba(7, 94, 92, 0.23);
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button-secondary {
  color: var(--ink);
  background: white;
  border-color: var(--line-dark);
  box-shadow: none;
}

.button-secondary:hover {
  color: var(--ink);
  background: var(--canvas-strong);
  box-shadow: none;
}

.button svg {
  width: 1rem;
  height: 1rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link svg {
  width: 1rem;
  height: 1rem;
  transition: transform 160ms ease;
}

.text-link:hover svg {
  transform: translateX(3px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.8rem, 8vw, 7.25rem) 0 clamp(3.5rem, 7vw, 6rem);
  color: white;
  background:
    radial-gradient(circle at 82% 14%, rgba(42, 180, 171, 0.24), transparent 28rem),
    linear-gradient(125deg, #09162d 0%, #11264b 62%, #123e51 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -11rem 45%;
  height: 21rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  transform: rotate(-8deg);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(19rem, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5.5rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.15rem;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.105em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #99e7df;
}

.eyebrow::before {
  content: "";
  width: 1.8rem;
  height: 2px;
  background: currentColor;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  max-width: 13ch;
  color: white;
  font-size: clamp(2.55rem, 6.2vw, 5.15rem);
  letter-spacing: -0.055em;
}

h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  letter-spacing: -0.025em;
}

.hero-lede {
  max-width: 42rem;
  margin: 1.45rem 0 0;
  color: #dbe7f7;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.hero .button {
  color: #07152b;
  background: #7ee1d8;
  box-shadow: 0 12px 34px rgba(16, 210, 194, 0.18);
}

.hero .button:hover {
  color: #07152b;
  background: #a1eee7;
}

.hero .button-secondary {
  color: white;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
}

.hero .button-secondary:hover {
  color: white;
  background: rgba(255, 255, 255, 0.13);
}

.independence-note {
  margin: 1rem 0 0;
  color: #b9c8de;
  font-size: 0.86rem;
}

.verdict-card {
  position: relative;
  padding: clamp(1.35rem, 3vw, 2rem);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.verdict-label {
  margin: 0 0 0.45rem;
  color: var(--brand-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.verdict-card h2 {
  max-width: none;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
}

.verdict-card > p {
  margin: 0.8rem 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.verdict-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.3rem 0 0;
  padding: 1.2rem 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.verdict-list li {
  display: grid;
  grid-template-columns: 5.4rem 1fr;
  gap: 0.7rem;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.verdict-list strong {
  color: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.disclosure-strip {
  border-bottom: 1px solid var(--line);
  background: var(--brand-soft);
}

.disclosure-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 0;
  color: #174f50;
  font-size: 0.9rem;
  line-height: 1.5;
}

.disclosure-inner svg {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
  margin-top: 0.12rem;
}

.disclosure-inner p {
  margin: 0;
}

.disclosure-inner a {
  color: #174f50;
  font-weight: 800;
}

.section {
  padding: clamp(4.2rem, 8vw, 7.4rem) 0;
}

.section-white {
  background: var(--paper);
}

.section-dark {
  color: #dce7f6;
  background: var(--navy);
}

.section-dark h2,
.section-dark h3 {
  color: white;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(18rem, 0.55fr);
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.section-dark .section-heading p {
  color: #b9c8dc;
}

.lede {
  max-width: 45rem;
  color: var(--ink-soft);
  font-size: 1.12rem;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.quick-stat {
  padding: 1.4rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.quick-stat span {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.quick-stat strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1.2;
}

.editorial-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  margin-top: 1.3rem;
  padding: 1.2rem 1.3rem;
  color: var(--ink-soft);
  background: var(--amber-soft);
  border: 1px solid #edd39a;
  border-radius: var(--radius-md);
  font-size: 0.94rem;
}

.editorial-note svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #8d5d0d;
  margin-top: 0.15rem;
}

.editorial-note p {
  margin: 0;
}

.platform-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  min-height: 13rem;
  padding: 1.45rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.icon-box {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  color: var(--brand-dark);
  background: var(--brand-soft);
  border-radius: 0.78rem;
}

.icon-box svg {
  width: 1.35rem;
  height: 1.35rem;
}

.feature-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.workflow-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid #30456e;
  border-radius: var(--radius-md);
}

.workflow-step {
  position: relative;
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.045);
  border-right: 1px solid #30456e;
}

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

.workflow-step span {
  display: block;
  margin-bottom: 0.3rem;
  color: #7ee1d8;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.workflow-step strong {
  color: white;
  font-size: 0.98rem;
}

.workflow-step::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -0.67rem;
  width: 1.3rem;
  height: 1.3rem;
  display: grid;
  place-items: center;
  color: #7ee1d8;
  background: var(--navy);
  transform: translateY(-50%);
}

.workflow-step:last-child::after {
  display: none;
}

.billing-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 0.85rem 0.95rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.billing-toggle {
  display: inline-flex;
  gap: 0.3rem;
  padding: 0.3rem;
  background: var(--canvas-strong);
  border-radius: 0.75rem;
}

.billing-toggle button {
  min-height: 2.45rem;
  padding: 0.5rem 0.85rem;
  border: 0;
  color: var(--ink-soft);
  background: transparent;
  border-radius: 0.58rem;
  font-size: 0.87rem;
  font-weight: 800;
  cursor: pointer;
}

.billing-toggle button[aria-pressed="true"] {
  color: var(--ink);
  background: white;
  box-shadow: 0 2px 8px rgba(11, 24, 48, 0.1);
}

.billing-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

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

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.45rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.price-card.featured {
  border-color: #79bebb;
  box-shadow: 0 16px 36px rgba(7, 94, 92, 0.12);
}

.plan-badge {
  position: absolute;
  top: -0.72rem;
  right: 1rem;
  padding: 0.3rem 0.65rem;
  color: white;
  background: var(--brand-dark);
  border-radius: 99rem;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.plan-name {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.price-line {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  min-height: 4.1rem;
  margin-top: 0.65rem;
}

.price-value {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.055em;
}

.price-period {
  color: var(--muted);
  font-size: 0.83rem;
}

.annual-detail {
  min-height: 1.4rem;
  margin: 0.35rem 0 0;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 700;
}

.plan-summary {
  min-height: 4.5rem;
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.plan-list {
  display: grid;
  gap: 0.68rem;
  margin: 1.1rem 0 0;
  padding: 1.1rem 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.plan-list li {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.55rem;
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.45;
}

.plan-list svg {
  width: 1rem;
  height: 1rem;
  color: var(--brand);
  margin-top: 0.15rem;
}

.pricing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1.25rem 1.35rem;
  background: var(--navy);
  border-radius: var(--radius-md);
}

.pricing-cta p {
  margin: 0;
  color: #dce7f6;
  font-size: 0.93rem;
}

.pricing-cta strong {
  color: white;
}

.pricing-cta .button {
  flex: 0 0 auto;
  color: #07152b;
  background: #7ee1d8;
  box-shadow: none;
}

.source-note {
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.panel {
  padding: clamp(1.4rem, 3vw, 2rem);
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.panel.pros {
  border-top: 4px solid var(--green);
}

.panel.cons {
  border-top: 4px solid var(--amber);
}

.panel-list {
  display: grid;
  gap: 1rem;
  margin: 1.3rem 0 0;
  padding: 0;
  list-style: none;
}

.panel-list li {
  display: grid;
  grid-template-columns: 1.35rem 1fr;
  gap: 0.72rem;
  color: var(--ink-soft);
}

.panel-list svg {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.26rem;
  color: var(--green);
}

.cons .panel-list svg {
  color: var(--amber);
}

.panel-list strong {
  color: var(--ink);
}

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

.fit-card {
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid #334a73;
  border-radius: var(--radius-md);
}

.fit-card h3 {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.fit-card h3 svg {
  width: 1.35rem;
  height: 1.35rem;
  color: #7ee1d8;
}

.fit-card ul {
  display: grid;
  gap: 0.75rem;
  margin: 1.2rem 0 0;
  padding-left: 1.25rem;
  color: #c5d2e5;
}

.comparison-wrap {
  overflow-x: auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.comparison-table {
  width: 100%;
  min-width: 43rem;
  border-collapse: collapse;
}

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

.comparison-table thead th {
  color: white;
  background: var(--navy);
  font-size: 0.8rem;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.comparison-table tbody th {
  width: 20%;
  color: var(--ink);
  background: #f8fafc;
  font-size: 0.9rem;
}

.comparison-table td {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: step;
}

.step-card {
  position: relative;
  padding: 1.4rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  counter-increment: step;
}

.step-card::before {
  content: "0" counter(step);
  display: block;
  margin-bottom: 1.2rem;
  color: var(--brand-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.step-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
  max-width: 56rem;
  margin-inline: auto;
}

.faq-list details {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.faq-list details[open] {
  border-color: #97c9c6;
  box-shadow: var(--shadow-sm);
}

.faq-list summary {
  position: relative;
  padding: 1.15rem 3rem 1.15rem 1.2rem;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  color: var(--brand-dark);
  font-size: 1.35rem;
  font-weight: 500;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 1.2rem 1.2rem;
  color: var(--ink-soft);
}

.faq-answer p {
  margin: 0;
}

.source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-list a {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  color: var(--ink-soft);
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.source-list a:hover {
  color: var(--brand-dark);
  border-color: #96c9c6;
}

.source-list svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.final-cta {
  overflow: hidden;
  color: white;
  background: linear-gradient(120deg, #087b78, #0c5365);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 3.5rem);
}

.final-cta h2 {
  max-width: 20ch;
  color: white;
}

.final-cta p {
  max-width: 41rem;
  margin: 0.8rem 0 0;
  color: #d9f4f1;
}

.final-cta .button {
  color: var(--ink);
  background: white;
  box-shadow: none;
}

.final-cta .button:hover {
  color: var(--ink);
  background: #eaf8f7;
}

.site-footer {
  padding: 3.2rem 0 2rem;
  color: #b9c8dc;
  background: #081429;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(15rem, 1fr) auto;
  gap: 2.5rem;
  align-items: start;
}

.site-footer .brand {
  color: white;
}

.footer-about {
  max-width: 38rem;
  margin: 1rem 0 0;
  color: #aebed4;
  font-size: 0.9rem;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(8rem, 1fr));
  gap: 0.65rem 1.2rem;
}

.footer-nav a {
  color: #d4dfed;
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
}

.footer-nav a:hover {
  color: #7ee1d8;
}

.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2.2rem;
  padding-top: 1.3rem;
  border-top: 1px solid #243754;
  font-size: 0.78rem;
}

.footer-bottom p {
  max-width: 49rem;
  margin: 0;
}

.legal-hero {
  padding: clamp(3.8rem, 7vw, 6.4rem) 0 3.2rem;
  color: white;
  background: linear-gradient(125deg, #09162d, #123e51);
}

.legal-hero h1 {
  max-width: 15ch;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
}

.legal-hero p {
  max-width: 43rem;
  margin: 1rem 0 0;
  color: #d6e2f1;
  font-size: 1.06rem;
}

.legal-meta {
  margin-top: 1.1rem !important;
  color: #9fb1c9 !important;
  font-size: 0.84rem !important;
}

.legal-layout {
  display: grid;
  grid-template-columns: 14rem minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 6.3rem;
  padding: 1rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.legal-toc strong {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-toc a {
  display: block;
  padding: 0.38rem 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
}

.legal-toc a:hover {
  color: var(--brand-dark);
}

.prose {
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.prose h2 {
  max-width: none;
  margin-top: 2.5rem;
  padding-top: 0.3rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin-top: 1.8rem;
  font-family: inherit;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.prose p,
.prose li {
  color: var(--ink-soft);
}

.prose ul,
.prose ol {
  padding-left: 1.35rem;
}

.prose li + li {
  margin-top: 0.55rem;
}

.callout {
  margin: 1.4rem 0;
  padding: 1.15rem 1.25rem;
  background: var(--brand-soft);
  border-left: 4px solid var(--brand);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.callout p {
  margin: 0;
  color: #174f50;
}

.review-status {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  margin: 1.3rem 0;
  padding: 1.1rem;
  color: #6c4b10;
  background: var(--amber-soft);
  border: 1px solid #edd39a;
  border-radius: var(--radius-sm);
}

.review-status svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.16rem;
}

.review-status p {
  margin: 0;
  color: #6c4b10;
}

.not-found {
  min-height: calc(100vh - 4.75rem);
  display: grid;
  place-items: center;
  padding: 3rem 1rem;
  color: white;
  text-align: center;
  background: linear-gradient(125deg, #09162d, #123e51);
}

.not-found-inner {
  max-width: 42rem;
}

.error-code {
  margin: 0 0 0.5rem;
  color: #7ee1d8;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.not-found h1 {
  max-width: none;
}

.not-found p {
  margin: 1rem auto 1.6rem;
  color: #d2deed;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 68rem) {
  .main-nav {
    position: fixed;
    inset: 4.75rem 0 auto;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 1rem;
    background: white;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
  }

  .main-nav[data-open="true"] {
    display: flex;
  }

  .main-nav a:not(.button) {
    padding: 0.9rem 0.35rem;
    border-bottom: 1px solid var(--line);
  }

  .main-nav .button {
    margin-top: 0.8rem;
  }

  .menu-button {
    display: inline-grid;
  }

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

  .verdict-card {
    max-width: 45rem;
  }

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

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

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 1rem;
  }

  .legal-toc strong {
    width: 100%;
  }
}

@media (max-width: 48rem) {
  .container {
    width: min(calc(100% - 1.25rem), var(--max));
  }

  .site-header .button {
    width: 100%;
  }

  .hero {
    padding-top: 3.1rem;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 3.75rem);
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .verdict-list li {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .section-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
  }

  .quick-grid,
  .platform-map,
  .pricing-grid,
  .two-column,
  .fit-grid,
  .steps,
  .source-list {
    grid-template-columns: 1fr;
  }

  .workflow-line {
    grid-template-columns: 1fr;
  }

  .workflow-step {
    border-right: 0;
    border-bottom: 1px solid #30456e;
  }

  .workflow-step:last-child {
    border-bottom: 0;
  }

  .workflow-step::after {
    content: "↓";
    top: auto;
    right: 50%;
    bottom: -0.67rem;
    transform: translateX(50%);
  }

  .billing-bar,
  .pricing-cta,
  .final-cta-inner,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .billing-bar {
    display: flex;
  }

  .billing-toggle {
    width: 100%;
  }

  .billing-toggle button {
    flex: 1;
  }

  .pricing-cta {
    display: flex;
  }

  .pricing-cta .button {
    width: 100%;
  }

  .final-cta-inner {
    display: flex;
  }

  .final-cta .button {
    width: 100%;
  }

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

  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    display: flex;
  }

  .prose {
    padding: 1.25rem;
    border-radius: var(--radius-md);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .hero-actions,
  .pricing-cta,
  .final-cta {
    display: none !important;
  }

  body {
    color: black;
    background: white;
  }

  .hero,
  .legal-hero,
  .section-dark {
    color: black;
    background: white;
  }

  .hero h1,
  .legal-hero h1,
  .section-dark h2,
  .section-dark h3 {
    color: black;
  }
}
