:root {
  --ink: #0b2434;
  --ink-2: #17394a;
  --ink-3: #244c5d;
  --canvas: #f7f7f2;
  --paper: #ffffff;
  --paper-2: #fbfcfa;
  --muted: #5c6e77;
  --soft: #7c8c93;
  --line: #dce4e1;
  --line-dark: rgba(255, 255, 255, 0.16);
  --green: #0b7a5c;
  --green-dark: #075c46;
  --green-deep: #064837;
  --mint: #e7f5ef;
  --mint-2: #d5ede4;
  --orange: #e76f32;
  --orange-dark: #bd4f1d;
  --orange-soft: #fff0e7;
  --yellow-soft: #fff6cf;
  --red: #b93535;
  --red-soft: #fff0ef;
  --shadow-sm: 0 8px 24px rgba(11, 36, 52, 0.06);
  --shadow: 0 22px 60px rgba(11, 36, 52, 0.1);
  --shadow-lg: 0 34px 90px rgba(11, 36, 52, 0.16);
  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --max: 1180px;
  --narrow: 820px;
  --header-height: 78px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: inherit;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

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

p {
  margin: 0 0 1rem;
  color: var(--muted);
}

ul,
ol {
  margin: 0;
  padding-left: 1.25rem;
}

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

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

:focus-visible {
  outline: 3px solid rgba(231, 111, 50, 0.7);
  outline-offset: 4px;
}

::selection {
  color: var(--ink);
  background: #c9efdf;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.65rem, 6vw, 5.15rem);
  letter-spacing: -0.062em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
}

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

strong {
  color: inherit;
}

.icon {
  flex: 0 0 auto;
}

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

.skip-link {
  position: fixed;
  top: -100px;
  left: 1rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-weight: 800;
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 1rem;
}

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

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

.announcement-bar {
  position: relative;
  z-index: 110;
  color: #fff;
  background: var(--ink);
  font-size: 0.88rem;
}

.announcement-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  text-align: center;
}

.announcement-inner > span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.announcement-inner i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6ce5ad;
  box-shadow: 0 0 0 5px rgba(108, 229, 173, 0.12);
}

.announcement-inner a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #c8f5e4;
  font-weight: 800;
}

.announcement-inner a:hover {
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(11, 36, 52, 0.08);
  background: rgba(247, 247, 242, 0.91);
  backdrop-filter: blur(18px) saturate(1.1);
}

.header-inner {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.78rem;
  min-width: max-content;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 10px 24px rgba(11, 122, 92, 0.18);
}

.brand-mark svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-mark svg path:first-child {
  fill: currentColor;
  stroke: none;
}

.brand-word {
  display: grid;
  line-height: 1;
}

.brand-word strong {
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.brand-word small {
  margin-top: 0.3rem;
  color: var(--soft);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-shell {
  justify-self: center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.site-nav a {
  position: relative;
  padding: 0.65rem 0.78rem;
  border-radius: 999px;
  color: var(--ink-3);
  font-size: 0.92rem;
  font-weight: 750;
  transition: color 150ms ease, background 150ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--green-dark);
  background: var(--mint);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--paper);
  cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.52rem;
  padding: 0.85rem 1.22rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  font-weight: 850;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 14px 30px rgba(11, 122, 92, 0.2);
}

.button-primary:hover {
  background: var(--green-dark);
  box-shadow: 0 18px 36px rgba(11, 122, 92, 0.28);
}

.button-secondary {
  color: var(--ink);
  border-color: var(--line);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.button-secondary:hover {
  border-color: #becdc7;
  background: #fff;
  box-shadow: var(--shadow);
}

.button-orange {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 14px 30px rgba(231, 111, 50, 0.2);
}

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

.button-light {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}

.button-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
}

.button-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
}

.button-quiet {
  min-height: 44px;
  border-color: var(--line);
  background: #fff;
}

.button-small {
  min-height: 43px;
  padding: 0.7rem 1rem;
  font-size: 0.91rem;
}

.text-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--green-dark);
  font-weight: 850;
}

.text-link:hover {
  color: var(--orange-dark);
}

.text-link .icon {
  transition: transform 150ms ease;
}

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

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
}

.kicker.light {
  color: #9be6c8;
}

.lead {
  max-width: 66ch;
  color: var(--ink-3);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.58;
}

.hero {
  position: relative;
  overflow: clip;
  padding: clamp(4.6rem, 8vw, 8rem) 0 3.5rem;
  background:
    radial-gradient(circle at 80% 10%, rgba(231, 111, 50, 0.1), transparent 25rem),
    linear-gradient(180deg, #f8f8f4 0%, #f4f7f3 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(11, 36, 52, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 36, 52, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 6rem);
}

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

.hero-copy h1 em {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  color: var(--green);
  font-size: 0.88em;
  font-style: normal;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.hero-copy h1 em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.02em;
  height: 0.16em;
  border-radius: 999px;
  background: rgba(231, 111, 50, 0.25);
  z-index: -1;
}

.hero-copy .lead {
  max-width: 640px;
  margin-top: 1.45rem;
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.hero-microcopy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-microcopy span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hero-microcopy .icon {
  color: var(--green);
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.product-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.tv-frame {
  position: relative;
  width: min(100%, 510px);
  padding: 14px;
  border-radius: 30px;
  background: #102d3e;
  box-shadow: var(--shadow-lg);
  transform: rotate(1.5deg);
}

.tv-frame::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -36px;
  width: 150px;
  height: 36px;
  transform: translateX(-50%);
  border-radius: 4px 4px 20px 20px;
  background: linear-gradient(180deg, #17394a, #0b2434);
  clip-path: polygon(35% 0, 65% 0, 73% 72%, 100% 100%, 0 100%, 27% 72%);
}

.tv-screen {
  min-height: 330px;
  overflow: hidden;
  border-radius: 19px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 0%, rgba(231, 111, 50, 0.35), transparent 18rem),
    linear-gradient(135deg, #0c604c, #0a2535 72%);
}

.screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.screen-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 900;
}

.screen-brand b {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--ink);
  background: #a8efd4;
  font-size: 0.7rem;
}

.screen-status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #c7f8e5;
  font-size: 0.74rem;
  font-weight: 800;
}

.screen-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #76e7b5;
}

.screen-body {
  padding: 1.25rem;
}

.screen-eyebrow {
  color: #b5e8d4;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.screen-body h2 {
  max-width: 320px;
  margin-top: 0.38rem;
  color: #fff;
  font-size: 2.2rem;
}

.screen-body p {
  max-width: 350px;
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.screen-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.screen-card {
  min-height: 84px;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.screen-card span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.screen-card strong {
  display: block;
  margin-top: 0.38rem;
  color: #fff;
  font-size: 1rem;
}

.floating-card {
  position: absolute;
  z-index: 3;
  padding: 1rem;
  border: 1px solid rgba(11, 36, 52, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.floating-card.trial-card {
  top: 30px;
  right: -12px;
  width: 196px;
}

.floating-card.device-card {
  left: -15px;
  bottom: 15px;
  width: 210px;
}

.floating-card .mini-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.floating-card .mini-title .icon {
  color: var(--green);
}

.floating-card strong {
  display: block;
  margin-top: 0.5rem;
  color: var(--ink);
  font-size: 1.15rem;
}

.floating-card p {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
}

.progress-line {
  height: 7px;
  margin-top: 0.75rem;
  overflow: hidden;
  border-radius: 999px;
  background: var(--mint-2);
}

.progress-line span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

.device-dots {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.75rem;
}

.device-dots span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--ink-3);
  background: var(--canvas);
}

.fact-rail {
  position: relative;
  margin-top: 4.2rem;
  padding: 1.2rem 1.5rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-sm);
}

.fact-rail ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  list-style: none;
}

.fact-rail li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.5rem 1rem;
  border-right: 1px solid var(--line);
}

.fact-rail li:first-child {
  padding-left: 0;
}

.fact-rail li:last-child {
  padding-right: 0;
  border-right: 0;
}

.fact-rail .icon {
  color: var(--green);
}

.fact-rail strong {
  display: block;
  font-size: 0.95rem;
}

.fact-rail span {
  display: block;
  color: var(--soft);
  font-size: 0.78rem;
}

.section {
  position: relative;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.section-tight {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

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

.section-mint {
  background: var(--mint);
}

.section-dark {
  color: #fff;
  background: var(--ink);
}

.section-dark h2,
.section-dark h3,
.section-dark strong {
  color: #fff;
}

.section-dark p {
  color: rgba(255, 255, 255, 0.68);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 2.5rem;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading p {
  max-width: 680px;
  margin: 1rem 0 0;
  font-size: 1.08rem;
}

.section-heading.centered p {
  margin-inline: auto;
}

.grid-2,
.grid-3,
.grid-4,
.content-grid,
.plan-grid,
.guide-grid,
.stats-grid,
.contact-grid,
.policy-grid {
  display: grid;
  gap: 1.25rem;
}

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

.grid-3,
.plan-grid,
.guide-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.feature-card,
.guide-card,
.info-card,
.contact-card,
.policy-card {
  height: 100%;
  padding: 1.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.feature-card {
  display: flex;
  flex-direction: column;
}

.feature-card.orange {
  background: var(--orange-soft);
}

.feature-card.green {
  background: var(--mint);
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 1.2rem;
  border-radius: 15px;
  color: var(--green-dark);
  background: var(--mint);
}

.feature-icon.small {
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 13px;
}

.feature-card.orange .feature-icon {
  color: var(--orange-dark);
  background: rgba(255, 255, 255, 0.62);
}

.feature-card h3,
.guide-card h3,
.info-card h3,
.contact-card h3,
.policy-card h3 {
  margin-bottom: 0.72rem;
}

.feature-card p,
.guide-card p,
.info-card p,
.contact-card p,
.policy-card p {
  margin-bottom: 0;
}

.feature-card .text-link,
.guide-card .text-link {
  margin-top: auto;
  padding-top: 1.2rem;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.split-layout.reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.split-copy p {
  max-width: 600px;
  margin-top: 1.1rem;
  font-size: 1.05rem;
}

.problem-panel {
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: #fff;
  background: var(--ink);
  box-shadow: var(--shadow-lg);
}

.problem-panel-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--line-dark);
}

.problem-panel-header span {
  color: #9be6c8;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.problem-panel-header h3 {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 1.7rem;
}

.problem-list {
  padding: 0;
  list-style: none;
}

.problem-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid var(--line-dark);
}

.problem-list li:last-child {
  border-bottom: 0;
}

.problem-list b {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #f8c3a9;
  background: rgba(231, 111, 50, 0.15);
}

.problem-list strong {
  display: block;
  color: #fff;
}

.problem-list span {
  display: block;
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

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

.process-step {
  position: relative;
  padding: 0 1.35rem;
  counter-increment: step;
}

.process-step:first-child {
  padding-left: 0;
}

.process-step:last-child {
  padding-right: 0;
}

.process-step::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 62px;
  right: -10px;
  height: 1px;
  background: var(--line);
}

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

.step-number {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-weight: 900;
  box-shadow: 0 0 0 8px var(--canvas);
}

.process-step h3 {
  margin-bottom: 0.65rem;
}

.process-step p {
  margin: 0;
  font-size: 0.93rem;
}

.plan-grid {
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.8rem;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.plan-card.best-value {
  border: 2px solid var(--green);
  box-shadow: 0 24px 60px rgba(11, 122, 92, 0.16);
}

.plan-badge {
  position: absolute;
  top: -14px;
  right: 20px;
  padding: 0.46rem 0.8rem;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-duration {
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plan-price {
  display: flex;
  align-items: flex-end;
  gap: 0.45rem;
  margin-top: 0.6rem;
}

.plan-price strong {
  color: var(--ink);
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: -0.07em;
}

.plan-price span {
  padding-bottom: 0.35rem;
  color: var(--soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.plan-monthly {
  width: fit-content;
  margin-top: 0.7rem;
  padding: 0.38rem 0.68rem;
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--mint);
  font-size: 0.82rem;
  font-weight: 850;
}

.plan-summary {
  min-height: 48px;
  margin-top: 1rem;
}

.plan-card .check-list {
  margin: 1rem 0 1.4rem;
}

.plan-card .button {
  width: 100%;
  margin-top: auto;
}

.plan-note {
  margin-top: 0.7rem;
  color: var(--soft);
  font-size: 0.76rem;
  text-align: center;
}

.check-list {
  display: grid;
  gap: 0.68rem;
  padding: 0;
  list-style: none;
}

.check-list.compact {
  gap: 0.48rem;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: var(--ink-3);
  font-size: 0.93rem;
}

.check-list .icon {
  margin-top: 0.22rem;
  color: var(--green);
}

.disclosure-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--line);
}

.disclosure-strip > div {
  padding: 1.2rem;
  background: #fff;
}

.disclosure-strip strong {
  display: block;
  font-size: 0.86rem;
}

.disclosure-strip span {
  display: block;
  margin-top: 0.28rem;
  color: var(--muted);
  font-size: 0.82rem;
}

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

.comparison-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

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

.comparison-table thead th {
  color: var(--ink);
  background: #f0f5f2;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.comparison-table tbody th {
  width: 25%;
  color: var(--ink);
  font-weight: 800;
}

.comparison-table td {
  color: var(--muted);
}

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

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 90% 0%, rgba(231, 111, 50, 0.11), transparent 25rem),
    linear-gradient(180deg, #f8f8f4 0%, #eef5f1 100%);
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border: 80px solid rgba(11, 122, 92, 0.05);
  border-radius: 50%;
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  align-items: end;
  gap: 3rem;
}

.page-hero-copy h1 {
  max-width: 920px;
  font-size: clamp(2.6rem, 5.5vw, 4.8rem);
}

.page-hero-copy .lead {
  margin-top: 1.25rem;
}

.page-hero-aside {
  padding: 1.3rem;
  border: 1px solid rgba(11, 36, 52, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-sm);
}

.page-hero-aside .mini-facts {
  display: grid;
  gap: 0.75rem;
}

.page-hero-aside .mini-facts div {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 0.75rem;
}

.page-hero-aside .mini-facts span:first-child {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--green);
  background: var(--mint);
}

.page-hero-aside strong,
.page-hero-aside small {
  display: block;
}

.page-hero-aside small {
  margin-top: 0.14rem;
  color: var(--soft);
}

.breadcrumbs {
  margin-bottom: 1.8rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
  color: var(--soft);
  font-size: 0.82rem;
  font-weight: 750;
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: #a7b3b0;
}

.breadcrumbs a:hover {
  color: var(--green);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-top: 1.25rem;
  color: var(--soft);
  font-size: 0.8rem;
  font-weight: 700;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.article-meta .icon {
  color: var(--green);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  align-items: start;
  gap: 3.5rem;
}

.article-content {
  min-width: 0;
}

.article-content > * + * {
  margin-top: 1.25rem;
}

.article-content h2 {
  margin-top: 3.6rem;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
}

.article-content h3 {
  margin-top: 2.2rem;
}

.article-content p,
.article-content li {
  font-size: 1.02rem;
}

.article-content ul,
.article-content ol {
  display: grid;
  gap: 0.65rem;
}

.article-content a:not(.button):not(.text-link) {
  color: var(--green-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.article-content a:not(.button):not(.text-link):hover {
  color: var(--orange-dark);
}

.article-aside {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 1rem;
}

.toc,
.aside-cta,
.fact-card {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.toc strong,
.aside-cta strong,
.fact-card strong {
  display: block;
  margin-bottom: 0.8rem;
}

.toc ul {
  display: grid;
  gap: 0.48rem;
  padding: 0;
  list-style: none;
}

.toc a {
  color: var(--muted);
  font-size: 0.87rem;
  font-weight: 700;
}

.toc a:hover {
  color: var(--green);
}

.aside-cta {
  color: #fff;
  border: 0;
  background: var(--green-deep);
}

.aside-cta strong {
  color: #fff;
  font-size: 1.15rem;
}

.aside-cta p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.aside-cta .button {
  width: 100%;
  margin-top: 0.5rem;
}

.callout {
  padding: 1.4rem;
  border-left: 4px solid var(--green);
  border-radius: 0 16px 16px 0;
  background: var(--mint);
}

.callout.orange {
  border-left-color: var(--orange);
  background: var(--orange-soft);
}

.callout.warning {
  border-left-color: var(--red);
  background: var(--red-soft);
}

.callout strong {
  display: block;
  margin-bottom: 0.35rem;
}

.callout p:last-child {
  margin-bottom: 0;
}

.decision-tree {
  display: grid;
  gap: 0.8rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
}

.decision-node {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem;
  border-radius: 14px;
  background: var(--canvas);
}

.decision-node b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--green);
}

.decision-node strong {
  display: block;
}

.decision-node p {
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
}

.numbered-list {
  display: grid;
  gap: 1rem;
  padding: 0;
  counter-reset: list;
  list-style: none;
}

.numbered-list li {
  position: relative;
  min-height: 52px;
  padding: 0.9rem 1rem 0.9rem 4.25rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  counter-increment: list;
}

.numbered-list li::before {
  content: counter(list);
  position: absolute;
  top: 0.85rem;
  left: 1rem;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.numbered-list strong {
  display: block;
  margin-bottom: 0.25rem;
}

.source-box {
  margin-top: 2rem;
  padding: 1.3rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f4f8f6;
}

.source-box-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.7rem;
}

.source-box-title .icon {
  color: var(--green);
}

.source-box ul {
  display: grid;
  gap: 0.45rem;
  padding-left: 1.1rem;
}

.source-box a {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  color: var(--green-dark);
  font-weight: 750;
}

.source-box p {
  margin: 0.8rem 0 0;
  font-size: 0.82rem;
}

.inline-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.2rem;
  padding: 1.5rem;
  border-radius: 20px;
  color: #fff;
  background: var(--green-deep);
}

.inline-cta h3 {
  color: #fff;
}

.inline-cta p {
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.guide-card {
  display: flex;
  flex-direction: column;
}

.guide-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.guide-tag {
  padding: 0.35rem 0.58rem;
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--mint);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.guide-card h3 a:hover {
  color: var(--green);
}

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

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  font-size: 1rem;
  letter-spacing: 0;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.faq-question .icon {
  color: var(--green);
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.faq-item.is-open .faq-question .icon,
.faq-question[aria-expanded="true"] .icon {
  transform: rotate(-90deg);
}

.faq-answer {
  display: none;
  padding: 0 3rem 1.35rem 0;
}

.faq-item:first-child .faq-answer,
.faq-item.is-open .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
}

.final-cta-section {
  padding-top: 0;
}

.final-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  border-radius: var(--radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(231, 111, 50, 0.35), transparent 18rem),
    linear-gradient(135deg, var(--green-deep), var(--ink));
  box-shadow: var(--shadow-lg);
}

.final-cta::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -150px;
  width: 360px;
  height: 360px;
  border: 70px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.final-cta > * {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  max-width: 700px;
  color: #fff;
}

.final-cta p {
  max-width: 640px;
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.contact-grid {
  align-items: stretch;
}

.contact-card.primary {
  color: #fff;
  border: 0;
  background: var(--green-deep);
}

.contact-card.primary h2,
.contact-card.primary h3,
.contact-card.primary strong {
  color: #fff;
}

.contact-card.primary p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-card .button {
  margin-top: 1rem;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.form-field {
  display: grid;
  gap: 0.42rem;
}

.form-field label {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.85rem;
  border: 1px solid #cdd8d4;
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
}

.form-field textarea {
  min-height: 126px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--green);
  outline: 3px solid rgba(11, 122, 92, 0.12);
}

.stat-card {
  padding: 1.3rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.stat-card strong {
  display: block;
  color: var(--green-dark);
  font-size: 1.8rem;
  line-height: 1;
}

.stat-card span {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.policy-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.policy-nav a {
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: #fff;
  font-size: 0.82rem;
  font-weight: 750;
}

.policy-nav a:hover {
  color: var(--green-dark);
  border-color: #bcd3ca;
  background: var(--mint);
}

.policy-content {
  max-width: 860px;
}

.policy-content h2 {
  margin-top: 3rem;
  font-size: 2rem;
}

.policy-content h3 {
  margin-top: 2rem;
}

.policy-content ul,
.policy-content ol {
  display: grid;
  gap: 0.55rem;
}

.policy-content a {
  color: var(--green-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.notice-box {
  padding: 1.2rem 1.35rem;
  border: 1px solid #ecd696;
  border-radius: 16px;
  background: var(--yellow-soft);
}

.notice-box strong {
  display: block;
  margin-bottom: 0.35rem;
}

.notice-box p:last-child {
  margin-bottom: 0;
}

.site-footer {
  padding: 4.5rem 0 1.5rem;
  color: #fff;
  background: #071c29;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 2rem;
}

.brand.inverse .brand-word strong {
  color: #fff;
}

.brand.inverse .brand-word small {
  color: rgba(255, 255, 255, 0.5);
}

.footer-brand > p {
  max-width: 430px;
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.footer-contact {
  display: grid;
  gap: 0.4rem;
  margin-top: 1rem;
}

.footer-contact a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #a9e8cf;
  font-size: 0.86rem;
  font-weight: 750;
}

.footer-main h2 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-main ul {
  display: grid;
  gap: 0.62rem;
  padding: 0;
  list-style: none;
}

.footer-main li,
.footer-main a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.footer-main a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.76rem;
}

.mobile-action-bar {
  display: none;
}

.cookie-banner {
  position: fixed;
  z-index: 300;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  width: min(calc(100% - 2rem), 760px);
  margin-left: auto;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  color: #fff;
  background: rgba(7, 28, 41, 0.98);
  box-shadow: var(--shadow-lg);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner strong {
  display: block;
}

.cookie-banner p {
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.cookie-actions {
  display: flex;
  gap: 0.5rem;
}

.cookie-actions .button-quiet {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

.error-page {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 5rem 0;
  text-align: center;
}

.error-page .error-code {
  color: var(--green);
  font-size: clamp(5rem, 15vw, 10rem);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.8;
}

.error-page h1 {
  margin-top: 1rem;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.error-page p {
  max-width: 600px;
  margin: 1rem auto 0;
}

@media (max-width: 1040px) {
  .header-inner {
    gap: 1rem;
  }

  .site-nav a {
    padding-inline: 0.58rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 3rem;
  }

  .hero-visual {
    min-height: 470px;
  }

  .floating-card.trial-card {
    right: 0;
  }

  .floating-card.device-card {
    left: 0;
  }

  .footer-main {
    grid-template-columns: 1.5fr repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .announcement-inner {
    justify-content: space-between;
  }

  .announcement-inner > span {
    text-align: left;
  }

  .announcement-inner a {
    white-space: nowrap;
  }

  .header-inner {
    grid-template-columns: auto auto 1fr;
  }

  .menu-toggle {
    display: block;
    order: 3;
    justify-self: end;
  }

  .header-cta {
    justify-self: end;
  }

  .nav-shell {
    position: fixed;
    inset: calc(38px + var(--header-height)) 0 auto;
    display: none;
    padding: 1rem;
    border-bottom: 1px solid var(--line);
    background: rgba(247, 247, 242, 0.99);
    box-shadow: var(--shadow);
  }

  .nav-shell.is-open {
    display: block;
  }

  .site-nav {
    display: grid;
    gap: 0.35rem;
  }

  .site-nav a {
    padding: 0.8rem 0.9rem;
    border-radius: 12px;
  }

  .hero-grid,
  .page-hero-grid,
  .split-layout,
  .split-layout.reverse,
  .article-layout {
    grid-template-columns: 1fr;
  }

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

  .hero-visual {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }

  .fact-rail ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .fact-rail li:nth-child(2) {
    border-right: 0;
  }

  .fact-rail li:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .fact-rail li:first-child,
  .fact-rail li:nth-child(3) {
    padding-left: 0;
  }

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

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

  .process-step:nth-child(2)::after,
  .process-step:last-child::after {
    display: none;
  }

  .process-step:nth-child(3) {
    padding-left: 0;
  }

  .article-aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    order: -1;
  }

  .toc {
    display: none;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

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

  .final-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 68px;
  }

  html {
    scroll-padding-top: 90px;
  }

  body {
    padding-bottom: 68px;
  }

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

  .announcement-bar {
    display: none;
  }

  .site-header {
    top: 0;
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 0.7rem;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
    border-radius: 12px;
  }

  .brand-mark svg {
    width: 27px;
    height: 27px;
  }

  .brand-word strong {
    font-size: 1.1rem;
  }

  .brand-word small {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    order: initial;
  }

  .nav-shell {
    inset: var(--header-height) 0 auto;
  }

  .hero {
    padding: 3.5rem 0 2rem;
  }

  .hero-grid {
    gap: 2.5rem;
  }

  .hero-copy h1 em {
    font-size: 0.96em;
    white-space: normal;
  }

  .hero-actions,
  .cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .hero-microcopy {
    display: grid;
    gap: 0.5rem;
  }

  .hero-visual {
    min-height: 390px;
  }

  .tv-frame {
    width: calc(100% - 14px);
    padding: 9px;
    border-radius: 22px;
    transform: none;
  }

  .tv-screen {
    min-height: 270px;
    border-radius: 15px;
  }

  .screen-body {
    padding: 1rem;
  }

  .screen-body h2 {
    font-size: 1.65rem;
  }

  .screen-cards {
    gap: 0.4rem;
  }

  .screen-card {
    min-height: 72px;
    padding: 0.55rem;
  }

  .screen-card strong {
    font-size: 0.8rem;
  }

  .floating-card.trial-card {
    top: -10px;
    right: 0;
    width: 170px;
  }

  .floating-card.device-card {
    left: 0;
    bottom: 0;
    width: 184px;
  }

  .fact-rail {
    margin-top: 2.5rem;
    padding: 0.8rem;
  }

  .fact-rail ul {
    grid-template-columns: 1fr;
  }

  .fact-rail li,
  .fact-rail li:first-child,
  .fact-rail li:nth-child(3) {
    padding: 0.75rem 0.4rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .fact-rail li:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 4.1rem 0;
  }

  .section-tight {
    padding: 3rem 0;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .content-grid,
  .plan-grid,
  .guide-grid,
  .stats-grid,
  .contact-grid,
  .policy-grid,
  .form-row,
  .process-grid,
  .article-aside,
  .disclosure-strip {
    grid-template-columns: 1fr;
  }

  .process-grid {
    gap: 1.7rem;
  }

  .process-step,
  .process-step:first-child,
  .process-step:nth-child(3),
  .process-step:last-child {
    padding: 0;
  }

  .process-step::after {
    display: none;
  }

  .page-hero {
    padding: 2.5rem 0 3.7rem;
  }

  .page-hero-grid {
    gap: 1.8rem;
  }

  .page-hero-aside {
    padding: 1rem;
  }

  .article-layout {
    gap: 2rem;
  }

  .article-content h2 {
    margin-top: 3rem;
  }

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

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

  .final-cta {
    padding: 1.7rem;
    border-radius: 24px;
  }

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

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

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

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    display: grid;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 180;
    right: 0;
    bottom: 0;
    left: 0;
    height: 68px;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 0.55rem;
    padding: 0.65rem;
    border-top: 1px solid rgba(11, 36, 52, 0.1);
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(15px);
    box-shadow: 0 -12px 30px rgba(11, 36, 52, 0.08);
  }

  .mobile-action-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 12px;
    color: var(--ink);
    background: var(--mint);
    font-size: 0.88rem;
    font-weight: 850;
  }

  .mobile-action-bar a:last-child {
    color: #fff;
    background: var(--green);
  }

  .cookie-banner {
    right: 0.65rem;
    bottom: 76px;
    left: 0.65rem;
    width: auto;
    grid-template-columns: 1fr;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}


/* v3: official icon files, fixed aspect ratios, and revised brand */
img.icon {
  width: var(--icon-size, 1em);
  height: var(--icon-size, 1em);
  min-width: var(--icon-size, 1em);
  max-width: none;
  object-fit: contain;
  object-position: center;
  flex: 0 0 var(--icon-size, 1em);
}

/* Original Font Awesome SVG files remain unedited; filters only adapt contrast. */
.feature-icon .icon,
.check-list .icon,
.text-link .icon,
.article-meta .icon,
.source-box-title .icon,
.mini-facts .icon,
.fact-rail .icon,
.faq-question .icon {
  filter: brightness(0) saturate(100%) invert(33%) sepia(30%) saturate(1240%) hue-rotate(111deg) brightness(92%) contrast(98%);
}

.button-primary .icon,
.button-orange .icon,
.button-outline-light .icon,
.mobile-action-bar a:last-child .icon,
.site-footer .icon,
.buyer-check-symbol .icon {
  filter: brightness(0) invert(1);
}

.brand-monogram {
  position: relative;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 44px;
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #0b7a5c 0%, #075c46 100%);
  box-shadow: 0 10px 24px rgba(11, 122, 92, 0.18);
  font-size: 1.38rem;
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 1;
}

.brand-monogram i {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f28a47;
  box-shadow: 0 0 0 3px rgba(255,255,255,.18);
}

.brand.inverse .brand-monogram {
  color: #062d23;
  background: #d9f1e7;
  box-shadow: none;
}

.brand.inverse .brand-monogram i {
  background: #f28a47;
  box-shadow: none;
}

/* Free-trial buyer-control section: explicit children prevent anonymous grid items. */
.buyer-check-panel {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg);
  color: #fff;
  background: linear-gradient(150deg, #0b2f40 0%, #082634 100%);
  box-shadow: var(--shadow-lg);
}

.buyer-check-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.55rem 1.6rem 1.4rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.buyer-check-symbol {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  border-radius: 14px;
  background: rgba(242,138,71,.18);
}

.eyebrow-light {
  display: block;
  margin: .1rem 0 .45rem;
  color: #a9dec9;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.buyer-check-head h2 {
  max-width: 520px;
  color: #fff;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.08;
}

.buyer-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.buyer-check-list li {
  display: flex;
  align-items: flex-start;
  gap: .95rem;
  padding: 1.05rem 1.6rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.82);
  line-height: 1.5;
}

.buyer-check-list li:last-child { border-bottom: 0; }

.buyer-check-number {
  min-width: 2.1rem;
  padding-top: .1rem;
  color: #f4a473;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}

@media (max-width: 680px) {
  .brand-monogram {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
    border-radius: 12px;
    font-size: 1.18rem;
  }
  .brand-monogram i { right: 6px; top: 6px; width: 6px; height: 6px; }
  .buyer-check-head { padding: 1.25rem; }
  .buyer-check-symbol { width: 42px; height: 42px; flex-basis: 42px; }
  .buyer-check-list li { padding: 1rem 1.25rem; }
}
