:root{--bg:#eef7ee;--cream:#fffaf4;--surface:#f5f7f4;--ink:#0f1f2e;--muted:#65707b;--green:#4caf68;--soft:#d9e8d8;--blue:#e6ecf6;--yellow:#fff2dc;--pink:#fbe4e7;--radius:24px;--shadow:0 28px 80px rgba(15,31,46,.10)}*{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,var(--bg) 0%,#f3f8f1 50%,var(--cream) 74%);color:var(--ink)}a{color:inherit;text-decoration:none}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:0 5.8vw;position:relative;z-index:10}.brand{display:flex;align-items:center;gap:14px;font-size:31px;font-weight:850;letter-spacing:-.05em}.brand-icon{width:52px;height:52px;border-radius:13px;background:var(--soft);display:grid;place-items:center;overflow:hidden}.brand-icon img{width:82%;height:auto}.links{display:flex;gap:48px;font-size:15px}.links a{position:relative}.links .active:after{content:"";position:absolute;left:50%;bottom:-16px;width:8px;height:8px;border-radius:50%;background:var(--ink);transform:translateX(-50%)}.notify{border:2px solid #abc9ad;border-radius:999px;padding:14px 24px;font-weight:650}.hero{min-height:700px;text-align:center;padding:42px 20px 92px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;left:-7%;right:-7%;bottom:-76px;height:178px;background:var(--cream);border-radius:50% 50% 0 0/56% 56% 0 0;z-index:-1}.pill{display:inline-flex;gap:12px;align-items:center;padding:11px 20px;border-radius:999px;background:rgba(255,255,255,.72);font-size:13px;font-weight:800;text-transform:uppercase}.pill span{width:12px;height:12px;border-radius:50%;background:#6cad72}.hero-shark{display:block;width:min(300px,50vw);margin:38px auto 2px}.hero h1{font-size:clamp(92px,13vw,154px);line-height:.82;margin:0 0 34px;letter-spacing:-.09em;font-weight:900}.hero h2{font-size:clamp(22px,2.6vw,30px);letter-spacing:-.035em;margin:0 0 22px}.hero h2 em{font-style:normal;color:#5b9564}.lead{font-size:clamp(18px,1.65vw,22px);line-height:1.55;max-width:740px;margin:0 auto;color:#586473}.stores{display:flex;justify-content:center;gap:24px;margin:30px 0 20px;flex-wrap:wrap}.store-badge{display:block;width:210px;height:64px;border-radius:10px;box-shadow:0 14px 34px rgba(7,27,44,.18);transition:transform .15s ease,box-shadow .15s ease}.store-badge:nth-child(2){width:230px}.store-badge:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(7,27,44,.22)}.store-badge svg{display:block;width:100%;height:100%}.soon{font-size:20px;color:#65707b;margin:0}.down{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;background:#d6e8d4;font-size:36px;margin:26px auto 0}.features{max-width:780px;margin:-8px auto 48px;padding:0 22px;display:grid;grid-template-columns:repeat(4,1fr);gap:26px;position:relative;z-index:2}.features article{height:132px;border-radius:18px;display:grid;place-items:center;padding:16px;background:var(--soft);box-shadow:0 16px 50px rgba(15,31,46,.05)}.features article:nth-child(2){background:var(--blue)}.features article:nth-child(3){background:var(--yellow)}.features article:nth-child(4){background:var(--pink)}.features span{font-size:46px;line-height:1}.features strong{font-size:15px}.features small{font-size:13px}.library-card{max-width:780px;margin:0 auto 54px;background:rgba(242,244,239,.88);border:1px solid rgba(15,31,46,.05);border-radius:22px;box-shadow:var(--shadow);padding:36px 42px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:22px}.library-card h3{font-size:32px;line-height:1.08;color:#174c32;margin:0 0 18px;letter-spacing:-.04em}.library-card p{font-size:16px;line-height:1.5;max-width:330px}.library-card a{display:inline-flex;background:#092033;color:white;border-radius:12px;padding:15px 28px;font-weight:800;margin-top:8px}.library-illustration{display:block;width:100%;max-width:360px;justify-self:end}.steps{max-width:1080px;margin:0 auto 40px;padding:0 22px}.steps h3{text-align:center;color:#68737d;text-transform:uppercase;letter-spacing:.14em;font-size:15px;display:flex;align-items:center;gap:24px;justify-content:center}.steps h3:before,.steps h3:after{content:"";height:1px;background:#d8ded6;flex:1;max-width:360px}.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.step-grid div{display:grid;grid-template-columns:72px 1fr;column-gap:16px;align-items:center}.step-grid span{grid-row:1/3;width:72px;height:72px;border-radius:50%;background:#dfeee0;display:grid;place-items:center}.step-grid img{width:58px}.step-grid b{color:#174c32}.step-grid p{margin:4px 0 0;color:#65707b;line-height:1.35}footer{border-top:1px solid #e1e5df;padding:22px 6vw 28px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;color:#65707b;background:rgba(255,250,244,.9)}.brand.small{font-size:28px;color:#0f1f2e}.brand.small small{display:block;font-size:13px;color:#4c8f59;letter-spacing:0;font-weight:500}footer div{display:flex;gap:46px;font-size:14px}footer p{text-align:right;font-size:14px}@media(max-width:800px){.nav{height:auto;padding:24px;flex-wrap:wrap}.links{order:3;width:100%;justify-content:space-between;gap:12px;font-size:14px}.notify{padding:11px 14px}.hero{padding-top:24px}.features{grid-template-columns:repeat(2,1fr)}.library-card{grid-template-columns:1fr;margin-inline:22px}.library-illustration{justify-self:center;max-width:320px}.step-grid{grid-template-columns:1fr 1fr}footer{grid-template-columns:1fr;text-align:left}footer p{text-align:left}footer div{flex-wrap:wrap;gap:20px}}@media(max-width:480px){.hero h1{font-size:82px}.store-badge,.store-badge:nth-child(2){width:220px}.features{gap:14px}.step-grid{grid-template-columns:1fr}.library-card{padding:28px}.links a:nth-child(2){display:none}}

/* v3: real App Store / Google Play badges + full vintage card asset */
.stores a{display:inline-flex;align-items:center;justify-content:center}
.store-badge{width:auto !important;height:64px !important;object-fit:contain;border-radius:12px;box-shadow:0 14px 34px rgba(7,27,44,.18);display:block}
.library-card.as-image{padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;display:block !important;max-width:960px !important;margin:0 auto 54px !important}
.library-card-full{width:100%;height:auto;display:block;border-radius:24px;box-shadow:var(--shadow)}
@media(max-width:480px){.store-badge{height:52px !important}.library-card.as-image{margin-inline:16px !important}}
