:root {
  --bg: #f6fbf9;
  --bg-2: #edf7f4;
  --card: #ffffff;
  --ink: #10201d;
  --muted: #5d6f69;
  --soft: #d8e8e3;
  --line: #c9ddd7;
  --brand: #10bfa3;
  --brand-2: #126d62;
  --brand-3: #ecfffb;
  --accent: #073a35;
  --warning: #ffcf4d;
  --shadow: 0 22px 60px rgba(14, 71, 62, 0.12);
  --radius: 24px;
  --gutter: clamp(16px, 2vw, 26px);
  --max: 1320px;
  --font-head: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Arial,
    sans-serif;
  background: linear-gradient(180deg, #f9fffd 0%, var(--bg) 42%, #fff 100%);
  color: var(--ink);
  letter-spacing: -0.015em;
}
body:before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 8%, rgba(16, 191, 163, 0.13), transparent 30rem),
    radial-gradient(circle at 90% 20%, rgba(18, 109, 98, 0.1), transparent 25rem),
    linear-gradient(90deg, rgba(16, 191, 163, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 191, 163, 0.035) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    48px 48px,
    48px 48px;
  mask-image: linear-gradient(#000, transparent 68%);
  z-index: -1;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
}
.container {
  width: min(var(--max), calc(100vw - 2 * var(--gutter)));
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(249, 255, 253, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
  font-size: 21px;
  letter-spacing: -0.02em;
}
.brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}
.brand span {
  padding-top: 1px;
}
.navlinks {
  display: flex;
  align-items: center;
  gap: 4px;
}
.navlinks a {
  padding: 10px 12px;
  border-radius: 999px;
  color: #344a44;
  font-size: 14px;
  font-weight: 650;
}
.navlinks a:hover,
.navlinks a[aria-current='page'] {
  background: #e7f8f4;
  color: var(--brand-2);
}
.nav .cta-small {
  margin-left: 6px;
}
.menu-btn {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 10px 14px;
  font-weight: 800;
  color: var(--ink);
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 850;
  background: linear-gradient(135deg, var(--brand), #0da98f);
  color: white;
  box-shadow: 0 16px 34px rgba(16, 191, 163, 0.24);
  transition: 0.18s ease;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 42px rgba(16, 191, 163, 0.3);
}
.btn.secondary {
  background: #fff;
  color: var(--brand-2);
  border: 1px solid var(--line);
  box-shadow: none;
}
.btn.secondary:hover {
  background: var(--brand-3);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 900;
  color: var(--brand-2);
  margin: 0 0 22px;
}
.eyebrow:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(16, 191, 163, 0.13);
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-head);
}
h1 {
  font-size: clamp(34px, 5.2vw, 63px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0 0 26px;
  max-width: 95%;
}
h2 {
  font-size: clamp(24px, 3.2vw, 41px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}
h3 {
  font-size: 18px;
  line-height: 1.22;
  margin: 0 0 14px;
  letter-spacing: -0.015em;
}
p {
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 18px;
}
.lead {
  font-size: clamp(21px, 2.4vw, 29px);
  line-height: 1.45;
  max-width: 88%;
}
.small {
  font-size: 15px;
}
.hero {
  padding: 88px 0 70px;
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.85fr);
  gap: 52px;
  align-items: center;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.hero-visual {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #edf8f4);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 20px;
  min-height: 520px;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}
.proof {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 16px;
}
.proof b {
  display: block;
  font-size: 24px;
  color: var(--ink);
  letter-spacing: -0.04em;
}
.proof span {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.35;
  display: block;
  margin-top: 4px;
}
.section {
  padding: 82px 0;
  border-bottom: 1px solid var(--line);
}
.section.alt {
  background: linear-gradient(180deg, rgba(237, 247, 244, 0.75), rgba(255, 255, 255, 0.25));
}
.intro {
  max-width: 82%;
  margin-bottom: 34px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.cards.two {
  grid-template-columns: repeat(2, 1fr);
}
.card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 16px 45px rgba(14, 71, 62, 0.07);
}
.card.highlight {
  background: linear-gradient(145deg, #fff, #ecfffb);
  border-color: #a9ded4;
}
.card .icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), #7ee8d7);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: white;
  font-weight: 950;
}
.card p:last-child {
  margin-bottom: 0;
}
.card ul,
.panel ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.card li,
.panel li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-top: 1px solid rgba(201, 221, 215, 0.72);
  color: var(--muted);
  line-height: 1.48;
}
.card li:before,
.panel li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--brand);
}
.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: start;
}
.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.metric {
  background: #f4fbf9;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
}
.metric strong {
  display: block;
  font-size: 28px;
  letter-spacing: -0.04em;
  color: var(--brand-2);
}
.metric span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  margin-top: 5px;
}
.process {
  counter-reset: step;
  display: grid;
  gap: 14px;
}
.step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
}
.step:before {
  content: counter(step);
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: var(--accent);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 950;
}
.cta-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #063f38, #0f806e);
  color: white;
  border-radius: 34px;
  padding: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 64px rgba(8, 69, 60, 0.24);
}
.cta-band:after {
  content: '';
  position: absolute;
  right: -60px;
  top: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.cta-band p {
  color: #d7fff6;
}
.cta-band .btn {
  background: white;
  color: var(--brand-2);
  box-shadow: none;
}
.cta-band .btn.secondary {
  background: transparent;
  color: white;
  border-color: rgba(255, 255, 255, 0.25);
}
.page-hero {
  padding: 86px 0 68px;
  border-bottom: 1px solid var(--line);
}
.content {
  max-width: 85%;
}
.content h2 {
  font-size: 27px;
  margin-top: 44px;
}
.content h3 {
  margin-top: 34px;
}
.content p {
  font-size: 18px;
}
.content hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 42px 0;
}
.footer {
  background: #f0f8f6;
  padding: 62px 0 34px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr;
  gap: 40px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 15px;
}
.footer-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.footer h4 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #73857f;
  margin: 0 0 14px;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  margin-left: -12px;
  border-radius: 12px;
  color: #52645e;
  font-size: 15px;
  font-weight: 650;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}
.footer-links a::after {
  content: '→';
  font-size: 13px;
  line-height: 1;
  opacity: 0;
  transform: translateX(-4px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}
.footer-links a:hover,
.footer-links a:focus-visible {
  background: #e7f8f4;
  color: var(--brand-2);
}
.footer-links a:hover::after,
.footer-links a:focus-visible::after {
  opacity: 0.72;
  transform: translateX(0);
}
.legal {
  border-top: 1px solid var(--line);
  margin-top: 42px;
  padding-top: 25px;
  color: #72837e;
  font-size: 14px;
}
.tag-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.tag {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--brand-2);
  font-weight: 750;
  font-size: 13px;
}
.comparison {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.quote {
  font-size: 27px;
  line-height: 1.25;
  font-weight: 850;
  color: var(--ink);
  letter-spacing: -0.04em;
}
.mail-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.mail-card .email {
  display: block;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--brand-2);
  word-break: break-word;
}
.mail-card-heading {
  margin-top: 28px;
}
.mail-card-actions {
  margin-top: 26px;
}
.panel-media {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.faq {
  display: grid;
  gap: 12px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 22px;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-size: 22px;
  font-weight: 850;
  color: var(--ink);
  letter-spacing: -0.015em;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item p {
  margin: 14px 0 0;
}
.content ul {
  margin: 0 0 18px;
  padding-left: 22px;
}
.content li {
  color: var(--muted);
  line-height: 1.65;
  margin: 8px 0;
}
.content a.kbd {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.kbd {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  background: #edf7f4;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 3px 7px;
  color: var(--brand-2);
  font-size: 0.86em;
}
.note {
  margin-top: 24px;
}
.system-instructions {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .btn,
  .btn:hover,
  .footer-links a,
  .footer-links a::after {
    transition: none;
    transform: none;
  }
  .footer-links a::after {
    opacity: 0.72;
    transform: none;
  }
}
@media (max-width: 900px) {
  .navlinks {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 86px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
  }
  .navlinks.open {
    display: flex;
  }
  .navlinks a {
    padding: 14px 16px;
  }
  .menu-btn {
    display: block;
  }
  .hero-grid,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    min-height: 360px;
  }
  .cards,
  .cards.two,
  .comparison {
    grid-template-columns: 1fr;
  }
  .hero-proof,
  .metric-grid {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 64px 0;
  }
  .page-hero {
    padding-top: 62px;
  }
  h1 {
    font-size: 36px;
  }
}
