:root{
  --green:#1abc9c;
  --deep:#007f6e;
  --dark:#071923;
  --muted:#53616d;
  --mint:#eafff8;
  --gold:#f6b921;
  --card:#ffffff;
  --shadow:0 24px 60px rgba(0,77,64,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--dark);background:linear-gradient(180deg,#fff 0%,#f5fffc 42%,#fff 100%);}
a{color:inherit;text-decoration:none}.section-wrap{width:min(1180px,92vw);margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:18px min(5vw,58px);background:rgba(255,255,255,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(26,188,156,.12)}.brand{display:flex;align-items:center;gap:12px}.brand img{width:58px;height:58px;border-radius:18px;object-fit:cover;box-shadow:0 10px 22px rgba(0,0,0,.12)}.brand strong{display:block;font-size:clamp(28px,4vw,42px);line-height:.85;color:var(--green);letter-spacing:-.05em}.brand small{display:block;margin-top:6px;font-weight:800;letter-spacing:.34em;color:#101820}.top-cta{padding:14px 24px;border-radius:18px;color:#fff;background:linear-gradient(135deg,var(--green),var(--deep));font-weight:800;box-shadow:0 10px 22px rgba(26,188,156,.28)}.hero{position:relative;display:grid;grid-template-columns:1fr 1.16fr;gap:30px;align-items:center;min-height:790px;padding:64px 0 46px}.hero::before{content:"";position:absolute;inset:0 -6vw;z-index:-1;background:radial-gradient(circle at 75% 35%,rgba(26,188,156,.18),transparent 30%),radial-gradient(circle at 35% 85%,rgba(26,188,156,.20),transparent 36%),linear-gradient(135deg,#fff 0%,#ecfff9 100%);}.hero h1{font-size:clamp(44px,6vw,76px);line-height:1.03;margin:0 0 24px;letter-spacing:-.06em}.hero h1 span{display:block;color:var(--deep)}.lead{font-size:clamp(18px,2vw,24px);line-height:1.55;color:#1b2b35;margin:0 0 32px;max-width:620px}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:18px 26px;margin:0 0 32px}.check-grid p{margin:0;font-weight:750;font-size:18px;display:flex;align-items:center;gap:10px}.check-grid p::before{content:"✓";display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--deep);color:#fff;font-size:16px}.store-buttons{display:flex;flex-wrap:wrap;gap:18px;margin:0 0 24px}.store-badge{height:66px;min-width:225px;border-radius:12px;padding:8px 18px;display:flex;align-items:center;gap:12px;background:#050505;color:#fff;box-shadow:0 14px 28px rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.28)}.store-badge small{display:block;font-size:12px;line-height:1;text-transform:none;opacity:.9}.store-badge span:last-child{font-size:25px;font-weight:700;line-height:1.05}.store-icon{font-size:40px}.play-triangle{width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:34px solid #34a853;filter:drop-shadow(10px 0 0 #fbbc05) drop-shadow(-5px 0 0 #4285f4)}.secure-note{font-size:18px;color:#1c3335;display:flex;align-items:center;gap:10px}.secure-note::before{content:"▣";color:var(--deep);font-weight:900}.secure-note strong{color:var(--deep)}.hero-art{position:relative;min-height:690px}.phone-card{position:absolute;border-radius:38px;box-shadow:var(--shadow);overflow:hidden;background:#fff}.phone-card img{display:block;width:100%;height:100%;object-fit:cover}.main-phone{left:6%;top:0;width:43%;height:660px;transform:rotate(-3deg);}.second-phone{right:2%;top:44px;width:38%;height:626px;transform:rotate(5deg);}.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border-radius:28px;box-shadow:var(--shadow);padding:32px;margin-top:20px;margin-bottom:48px}.feature-strip article{text-align:center;padding:8px 24px;border-right:1px solid rgba(0,127,110,.18)}.feature-strip article:last-child{border-right:0}.feature-icon{width:72px;height:72px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:#e4fbf5;color:var(--deep);font-size:32px;font-weight:900}.feature-strip h3{margin:0 0 8px;color:var(--deep);font-size:19px}.feature-strip p{margin:0;color:#1b2b35;line-height:1.45}.freedom{margin-bottom:48px}.freedom-card{display:grid;grid-template-columns:1fr 330px;gap:24px;align-items:center;border-radius:30px;padding:48px;background:linear-gradient(135deg,#eafff8,#f8fffd);box-shadow:var(--shadow);overflow:hidden}.freedom h2{font-size:clamp(34px,4vw,52px);line-height:1.08;margin:0 0 18px;letter-spacing:-.04em}.freedom h2 span{display:block;color:var(--deep)}.freedom p{font-size:20px;line-height:1.5;max-width:600px}.freedom img{width:100%;border-radius:24px;box-shadow:0 20px 50px rgba(0,0,0,.12)}.site-footer{background:linear-gradient(135deg,#00957e,#006c5f);color:#fff;padding:36px 0 22px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.footer-grid div{padding:0 20px;border-right:1px solid rgba(255,255,255,.24)}.footer-grid div:last-child{border-right:0}.footer-grid strong{display:block;margin-bottom:6px}.footer-grid span{display:block;opacity:.88;line-height:1.45}.copyright{text-align:center;margin:30px 0 0;opacity:.85;font-size:14px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}@media (max-width:980px){.hero{grid-template-columns:1fr;padding-top:42px}.hero-art{min-height:620px}.main-phone{left:12%;width:38%;height:580px}.second-phone{right:10%;width:35%;height:550px}.feature-strip{grid-template-columns:repeat(2,1fr)}.feature-strip article:nth-child(2){border-right:0}.feature-strip article{border-bottom:1px solid rgba(0,127,110,.14)}.feature-strip article:nth-child(n+3){border-bottom:0}.freedom-card{grid-template-columns:1fr}.freedom img{max-width:360px;margin:auto}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.site-header{padding:12px 18px}.brand img{width:46px;height:46px}.brand strong{font-size:30px}.brand small{font-size:10px}.top-cta{padding:12px 16px;border-radius:14px;font-size:14px}.hero{min-height:0}.check-grid{grid-template-columns:1fr}.store-badge{width:100%;justify-content:center}.hero-art{min-height:auto;display:grid;gap:18px}.phone-card,.main-phone,.second-phone{position:relative;left:auto;right:auto;top:auto;width:100%;height:auto;transform:none;border-radius:28px}.phone-card img{height:auto}.feature-strip{grid-template-columns:1fr;padding:20px}.feature-strip article{border-right:0!important;border-bottom:1px solid rgba(0,127,110,.14)!important}.feature-strip article:last-child{border-bottom:0!important}.freedom-card{padding:28px}.footer-grid{grid-template-columns:1fr}.footer-grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.2);padding:12px 0}.footer-grid div:last-child{border-bottom:0}}
