:root {
  color-scheme: light;
  --ink: #14221c;
  --muted: #5f6f67;
  --green: #128246;
  --green-dark: #0b7d40;
  --green-soft: #eaf8f0;
  --paper: #ffffff;
  --wash: #f4f7f5;
  --line: #dce5df;
  --shadow: 0 24px 70px rgba(21, 57, 38, .13);
  --radius: 24px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(220,229,223,.8); backdrop-filter: blur(18px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 145px; display: block; }
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: .94rem; font-weight: 650; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--green-dark); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 21px; border-radius: 14px; background: var(--green); color: #fff; font-weight: 760; text-decoration: none; box-shadow: 0 9px 25px rgba(23,166,91,.2); }
.button:hover, .button:focus-visible { background: var(--green-dark); }
.button.secondary { background: var(--paper); color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.eyebrow { color: var(--green-dark); font-size: .78rem; font-weight: 820; letter-spacing: .11em; text-transform: uppercase; }
.hero { overflow: hidden; background: radial-gradient(circle at 84% 18%, #dff6e9 0, transparent 30%), linear-gradient(180deg, #f8fbf9 0, #fff 100%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-block: 74px; }
.hero h1 { max-width: 680px; margin: 16px 0 20px; font-size: clamp(3rem, 6vw, 5.65rem); line-height: .98; letter-spacing: -.055em; }
.hero p { max-width: 610px; margin: 0; color: var(--muted); font-size: clamp(1.06rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--muted); font-size: .9rem; font-weight: 650; }
.trust-line span::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }
.phone-stage { position: relative; min-height: 560px; display: grid; place-items: center; }
.phone-stage::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: rgba(23,166,91,.1); filter: blur(4px); }
.phone-stage img { position: relative; width: min(390px, 82vw); border-radius: 34px; box-shadow: var(--shadow); }
.section { padding-block: 96px; }
.section.soft { background: var(--wash); }
.section-head { max-width: 720px; margin-bottom: 44px; }
.section h2, .legal h1 { margin: 10px 0 14px; font-size: clamp(2.1rem, 4.5vw, 3.8rem); line-height: 1.05; letter-spacing: -.045em; }
.section-head p, .lead { color: var(--muted); font-size: 1.08rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.card-number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--green-soft); color: var(--green-dark); font-weight: 850; }
.card h3 { margin: 21px 0 8px; font-size: 1.28rem; }
.card p { margin: 0; color: var(--muted); }
.screens { display: grid; grid-template-columns: repeat(5, minmax(230px, 1fr)); gap: 18px; overflow-x: auto; padding: 12px 6px 38px; scroll-snap-type: x mandatory; }
.screens img { min-width: 230px; border-radius: 24px; box-shadow: 0 16px 40px rgba(21,57,38,.13); scroll-snap-align: start; }
.privacy-band { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; padding: 40px; border-radius: 28px; background: var(--ink); color: #fff; }
.privacy-band h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 4vw, 3rem); }
.privacy-band p { margin: 0; max-width: 690px; color: #c8d4ce; }
.faq { max-width: 820px; }
details { border-top: 1px solid var(--line); padding: 18px 2px; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 760; font-size: 1.05rem; }
details p { color: var(--muted); }
.cta { text-align: center; padding: 64px 24px; border-radius: 30px; background: linear-gradient(135deg, #0d713d, #16a35a); color: #fff; }
.cta h2 { margin-inline: auto; max-width: 760px; }
.cta p { color: #d9f4e5; }
.cta .button { background: #fff; color: var(--green-dark); box-shadow: none; }
.site-footer { background: #0f1e17; color: #d3ded8; padding-block: 45px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 34px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links a { color: #d3ded8; }
.legal { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 110px; }
.legal h2 { margin-top: 38px; font-size: 1.45rem; }
.legal h3 { margin-top: 26px; }
.legal p, .legal li { color: #415149; }
.legal .updated { color: var(--muted); font-size: .92rem; }
.notice { padding: 18px 20px; border: 1px solid #bddfca; border-radius: 16px; background: var(--green-soft); }
.contact-card { margin-top: 30px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 99; background: #fff; padding: 12px; }

@media (max-width: 820px) {
  .hero-grid { grid-template-columns: 1fr; gap: 42px; padding-block: 58px; }
  .hero-copy { text-align: center; }
  .hero p { margin-inline: auto; }
  .hero-actions, .trust-line { justify-content: center; }
  .phone-stage { min-height: auto; }
  .cards { grid-template-columns: 1fr; }
  .privacy-band, .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .nav-links a:not(.button) { display: none; }
}

@media (max-width: 480px) {
  .wrap, .legal { width: min(100% - 28px, 1120px); }
  .nav { min-height: 64px; }
  .brand img { width: 125px; }
  .nav .button { min-height: 44px; padding-inline: 14px; }
  .hero-grid { padding-block: 44px 62px; }
  .hero h1 { font-size: 3.1rem; }
  .hero-actions .button { width: 100%; }
  .section { padding-block: 70px; }
  .privacy-band { padding: 28px; }
}

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