:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #102a43;
  background: #f7fafc;
  font-synthesis: none;
  --navy: #102a43;
  --teal: #10b8a6;
  --teal-dark: #078f82;
  --yellow: #ffc857;
  --muted: #5e7185;
  --line: #dfe8ef;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; line-height: 1.55; }
a { color: inherit; }
.topbar { background: #fff; border-bottom: 1px solid var(--line); }
.topbar-inner, .hero, .section, .footer-inner { width: min(1120px, calc(100% - 40px)); margin: auto; }
.topbar-inner { min-height: 74px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); text-decoration: none; }
.brand img { width: 42px; height: 42px; }
.brand b { font-size: 27px; letter-spacing: -1.4px; }
.topbar nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.topbar nav a { color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
.button { min-height: 46px; padding: 0 20px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: var(--teal); color: #fff !important; font-weight: 800; text-decoration: none; box-shadow: 0 9px 22px rgba(16,184,166,.18); }
.button:hover { background: var(--teal-dark); }
.button.secondary { background: #fff; color: var(--navy) !important; border: 1px solid var(--line); box-shadow: none; }
.hero { min-height: 590px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 62px; padding-top: 70px; padding-bottom: 70px; }
.eyebrow { display: inline-flex; padding: 7px 11px; border-radius: 99px; background: #e8f9f6; color: var(--teal-dark); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
h1 { margin: 18px 0; font-size: clamp(42px, 6vw, 69px); line-height: 1.02; letter-spacing: -3.2px; }
h1 em { color: var(--teal-dark); font-style: normal; }
.lead { max-width: 680px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.microcopy { margin-top: 14px; color: #728598; font-size: 12px; }
.product-card { position: relative; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 30px 70px rgba(16,42,67,.11); }
.product-card:before { content: ""; position: absolute; width: 210px; height: 210px; right: -110px; top: -120px; border: 43px solid rgba(16,184,166,.08); border-radius: 50%; }
.product-card > span { color: var(--teal-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-card h2 { margin: 8px 0 20px; font-size: 25px; }
.checklist { display: grid; gap: 12px; }
.checklist div { display: flex; align-items: flex-start; gap: 11px; padding: 13px; border-radius: 11px; background: #f5fafb; }
.checklist i { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #dff7ef; color: #07844f; font-style: normal; font-weight: 900; }
.checklist b, .checklist small { display: block; }
.checklist small { margin-top: 2px; color: var(--muted); }
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust .section { min-height: 100px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 20px; }
.trust div div { font-weight: 800; }
.trust small { display: block; color: var(--muted); }
.section { padding-top: 82px; padding-bottom: 82px; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading h2 { margin: 8px 0; font-size: clamp(30px, 4vw, 43px); line-height: 1.12; letter-spacing: -1.5px; }
.section-heading p { color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.card { padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.card strong { display: block; margin-bottom: 7px; font-size: 18px; }
.card p { margin: 0; color: var(--muted); }
.step-number { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 10px; background: var(--navy); color: #fff; font-weight: 850; }
.faq { display: grid; gap: 10px; }
.faq details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.faq summary { cursor: pointer; font-weight: 800; }
.faq p { margin: 10px 0 0; color: var(--muted); }
.cta { padding: 42px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-radius: 20px; background: var(--navy); color: #fff; }
.cta h2 { margin: 0 0 7px; font-size: 31px; }
.cta p { margin: 0; color: #bfd0de; }
footer { background: #fff; border-top: 1px solid var(--line); }
.footer-inner { min-height: 110px; display: flex; align-items: center; gap: 20px; color: var(--muted); font-size: 13px; }
.footer-inner div:last-child { margin-left: auto; display: flex; gap: 18px; }
@media (max-width: 820px) {
  .topbar nav a:not(.button) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 35px; padding-top: 52px; }
  h1 { letter-spacing: -2px; }
  .cards, .trust .section { grid-template-columns: 1fr; }
  .trust .section { padding-top: 30px; padding-bottom: 30px; }
  .cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .topbar-inner, .hero, .section, .footer-inner { width: min(100% - 28px, 1120px); }
  .topbar nav { gap: 7px; }
  .topbar .button { padding: 0 12px; }
  .brand b { font-size: 23px; }
  h1 { font-size: 40px; }
  .hero-actions .button { width: 100%; }
  .product-card { padding: 21px; }
  .section { padding-top: 58px; padding-bottom: 58px; }
  .cta { padding: 28px; }
  .footer-inner { padding: 24px 0; align-items: flex-start; flex-direction: column; }
  .footer-inner div:last-child { margin-left: 0; }
}
