:root {
  --ink: #10181b;
  --muted: #596569;
  --paper: #f7f8f6;
  --white: #ffffff;
  --mint: #22b779;
  --mint-dark: #08764a;
  --coral: #ec4c57;
  --blue: #1268d3;
  --line: #dce2df;
  --soft: #eaf6ef;
  --max: 1160px;
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  max-width: 100%;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  transform: translateY(-140%);
  background: var(--white);
  padding: 8px 12px;
  border: 2px solid var(--ink);
}
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(16, 24, 27, .1);
  background: rgba(247, 248, 246, .94);
  backdrop-filter: blur(18px);
}
.nav { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; line-height: 1.1; }
.brand img { width: 38px; height: 38px; border-radius: 8px; box-shadow: 0 5px 16px rgba(16, 24, 27, .12); }
.brand span { max-width: 160px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { text-decoration: none; font-size: .94rem; font-weight: 650; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--mint-dark); }
.nav-toggle { display: none; border: 0; background: transparent; font: inherit; font-weight: 700; padding: 10px; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 750;
  line-height: 1.2;
  transition: transform .18s ease, background-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--mint); color: #071a12; }
.button-primary:hover { background: #38c98c; }
.button-dark { background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); border-color: rgba(255,255,255,.45); }

.hero {
  position: relative;
  min-height: min(760px, 86vh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: #142024;
}
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { width: 100%; height: 100%; object-fit: cover; object-position: center 23%; }
.hero-media { filter: brightness(.43) saturate(.92); }
.hero-overlay { background: rgba(8, 17, 19, .22); }
.hero-content { position: relative; z-index: 2; padding-block: 92px 76px; }
.hero-copy { max-width: 670px; min-width: 0; }
.eyebrow { margin: 0 0 14px; color: var(--mint); font-size: .82rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: 0; }
h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(3rem, 7vw, 6.7rem); font-weight: 850; overflow-wrap: break-word; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4.5vw, 4rem); font-weight: 820; }
h3 { margin-bottom: 10px; font-size: 1.2rem; }
.hero p { max-width: 620px; margin: 0 0 28px; font-size: clamp(1.06rem, 2vw, 1.28rem); color: #e8eeee; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 18px !important; font-size: .86rem !important; color: #bac7c8 !important; }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-row { min-height: 86px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-item { padding: 12px 22px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; font-size: .94rem; }
.trust-item span { color: var(--muted); font-size: .84rem; }

.section { padding-block: 104px; }
.section-tight { padding-block: 72px; }
.section-white { background: var(--white); }
.section-dark { background: var(--ink); color: var(--white); }
.section-mint { background: var(--soft); }
.section-intro { max-width: 760px; margin-bottom: 46px; }
.section-intro p, .prose p { color: var(--muted); font-size: 1.06rem; }
.section-dark .section-intro p, .section-dark .prose p { color: #b9c6c7; }
.kicker { color: var(--coral); font-size: .83rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.feature-item { padding: 34px 30px 34px 0; border-bottom: 1px solid var(--line); }
.feature-item:nth-child(3n+2), .feature-item:nth-child(3n+3) { padding-left: 30px; border-left: 1px solid var(--line); }
.feature-item p { margin: 0; color: var(--muted); }
.feature-index { color: var(--mint-dark); font-size: .75rem; font-weight: 850; }
.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 72px; align-items: center; }
.phone-shot { position: relative; margin: 0 auto; width: min(100%, 390px); }
.phone-shot img { border: 10px solid #111719; border-radius: 42px; box-shadow: 0 32px 70px rgba(8, 25, 20, .24); }
.phone-shot figcaption { margin-top: 14px; color: var(--muted); font-size: .82rem; text-align: center; }
.steps { counter-reset: step; border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.step::before { counter-increment: step; content: "0" counter(step); color: var(--coral); font-weight: 850; }
.step p { margin: 5px 0 0; color: var(--muted); }
.comparison { width: 100%; max-width: 100%; border-collapse: collapse; background: var(--white); }
.comparison th, .comparison td { padding: 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.comparison th { color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
.yes { color: var(--mint-dark); font-weight: 750; }
.no { color: #9b2b33; font-weight: 750; }
.quote { max-width: 930px; margin: 0; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.3; font-weight: 680; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 40px 0; }
.cta-band h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 3.2rem); }

.page-hero { padding: 110px 0 76px; background: var(--white); border-bottom: 1px solid var(--line); }
.page-hero h1 { color: var(--ink); font-size: clamp(2.8rem, 7vw, 6rem); }
.page-hero .lede { max-width: 760px; font-size: 1.22rem; color: var(--muted); }
.page-hero .breadcrumb { margin-bottom: 28px; color: var(--muted); font-size: .88rem; }
.page-hero .breadcrumb a { color: var(--mint-dark); }
.article { max-width: 800px; }
.article h2 { margin-top: 70px; font-size: clamp(1.8rem, 4vw, 3rem); }
.article h3 { margin-top: 34px; }
.article p, .article li { color: #3d4a4e; font-size: 1.04rem; }
.article a { color: var(--mint-dark); }
.callout { margin: 34px 0; padding: 26px; border-left: 5px solid var(--coral); background: #fff1f2; }
.callout strong { display: block; margin-bottom: 6px; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 24px 44px 24px 0; font-weight: 760; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; font-size: 1.4rem; font-weight: 400; }
.faq details[open] summary::after { content: "-"; }
.faq details p { max-width: 760px; margin: 0; padding: 0 44px 24px 0; color: var(--muted); }
.topic-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.topic-link { min-height: 180px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-decoration: none; }
.topic-link:hover { border-color: var(--mint); }
.topic-link span { display: block; margin-bottom: 26px; color: var(--coral); font-size: .78rem; font-weight: 850; }
.topic-link p { color: var(--muted); }

.site-footer { background: #0b1113; color: var(--white); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 48px; padding-bottom: 54px; }
.footer-brand p { max-width: 360px; color: #aebabb; }
.footer-col strong { display: block; margin-bottom: 14px; }
.footer-col a { display: block; color: #c8d1d2; text-decoration: none; margin: 8px 0; font-size: .92rem; }
.footer-col a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid #273034; color: #8e9b9d; font-size: .82rem; }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 22px 20px 28px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-links .button { width: 100%; }
  .hero { min-height: 660px; }
  .hero-media { object-position: 62% center; opacity: .76; }
  .hero-overlay { background: rgba(8, 17, 19, .35); }
  .hero-content { width: 100%; padding-block: 126px 40px; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .split { grid-template-columns: 1fr; gap: 50px; }
  .feature-list { grid-template-columns: repeat(2, 1fr); }
  .feature-item:nth-child(3n+2), .feature-item:nth-child(3n+3) { padding-left: 0; border-left: 0; }
  .feature-item:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
  .topic-links { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .brand span { font-size: .88rem; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.1rem); }
  .hero { min-height: 640px; }
  .hero-content { padding-block: 108px 32px; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: block; padding: 12px 0; }
  .trust-item, .trust-item:first-child { padding: 12px 0; border: 0; }
  .section { padding-block: 76px; }
  .feature-list, .topic-links { grid-template-columns: 1fr; }
  .feature-item, .feature-item:nth-child(even) { padding: 24px 0; border-left: 0; }
  .comparison { display: block; overflow-x: auto; }
  .cta-band { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
