:root{--aqua:#11b4c2;--aqua-dark:#0a8e9c;--pale:#d7f4f3;--cream:#fff7e6;--ink:#103a40;--muted:#5e7d80;--yellow:#ffc23d;--coral:#ff7e5f;--violet:#3c82f0;--card:#fff;--line:#dfefec}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#f8fdfc;font-family:Nunito,sans-serif;overflow-x:hidden}h1,h2,h3,.brand{font-family:Fredoka,sans-serif}a{color:inherit;text-decoration:none}.nav{height:82px;padding:0 clamp(24px,7vw,110px);display:flex;align-items:center;justify-content:space-between;position:absolute;z-index:10;width:100%}.brand{font-size:22px;font-weight:700;display:flex;align-items:center;gap:9px}.brand span{width:38px;height:38px;display:grid;place-items:center;background:#fff;border-radius:14px;box-shadow:0 8px 24px #0a8e9c24}.nav-links{display:flex;align-items:center;gap:32px;font-weight:700;font-size:14px}.nav-cta{padding:12px 20px;background:var(--ink);color:white;border-radius:14px}.hero{min-height:790px;background:linear-gradient(130deg,var(--pale),#effbf9 60%,var(--cream));padding:150px clamp(24px,8vw,130px) 90px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;position:relative}.hero:after{content:"";position:absolute;right:-140px;top:-180px;width:530px;height:530px;border:100px solid #fff8;border-radius:50%}.eyebrow{text-transform:uppercase;letter-spacing:2.2px;font-weight:800;font-size:12px;display:flex;align-items:center;gap:10px}.eyebrow span{width:28px;height:3px;background:var(--aqua);border-radius:3px}.hero h1{font-size:clamp(52px,6.2vw,94px);line-height:.96;letter-spacing:-3px;margin:22px 0 25px}.hero h1 em,.section h2 em,.emoji-copy em,.cta em{font-weight:500;color:var(--aqua);font-style:normal}.lead{font-size:19px;line-height:1.65;color:var(--muted);max-width:610px}.actions{display:flex;gap:13px;margin:34px 0}.button{padding:16px 24px;border-radius:16px;font-weight:800}.primary{background:var(--aqua);color:#fff;box-shadow:0 14px 30px #11b4c244}.primary span{margin-left:14px}.ghost{background:white;border:1px solid var(--line)}.social-proof{display:flex;align-items:center;gap:14px;margin-top:45px}.social-proof p{font-size:13px;color:var(--muted);line-height:1.4}.social-proof strong{color:var(--ink)}.faces{display:flex}.faces span{width:38px;height:38px;display:grid;place-items:center;border:3px solid white;border-radius:50%;background:#ffe4bd;margin-left:-8px}.faces span:first-child{margin-left:0}.hero-visual{position:relative;z-index:2;display:grid;place-items:center}.phone{width:330px;height:650px;background:linear-gradient(var(--pale),#f8ffff);border:9px solid #fff;border-radius:46px;box-shadow:0 40px 80px #0a5a5f35;padding:15px 18px;position:relative;overflow:hidden}.phone-bar{font-size:10px;font-weight:800;display:flex;justify-content:space-between}.phone-bar i{width:90px;height:19px;background:var(--ink);border-radius:20px;margin-top:-10px}.app-head{display:flex;justify-content:space-between;align-items:center;margin:28px 2px 20px}.app-head small,.available{font-size:8px;letter-spacing:1.3px;color:var(--muted);font-weight:800}.app-head h2{font-size:22px;margin:4px 0}.avatar{width:35px;height:35px;border-radius:13px;background:var(--aqua);display:grid;place-items:center;color:white;font-weight:800}.date-row{background:#fff;border-radius:18px;padding:12px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 22px #47888a18}.date-row button{border:0;background:none;font-size:22px;color:var(--muted)}.date-row div{text-align:center;display:flex;flex-direction:column}.date-row small{font-size:8px;color:var(--aqua);font-weight:800}.day-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:17px;padding:11px;margin:9px 0;box-shadow:0 6px 18px #47888a12}.day-card.yours{border:1px solid #8adce2;margin-top:17px}.who{display:flex;gap:9px;align-items:center}.who div{display:flex;flex-direction:column}.who strong{font-size:12px}.who small{font-size:9px;color:var(--muted)}.who .avatar{width:34px;height:34px}.coral{background:var(--coral)}.violet{background:var(--violet)}.yellow{background:var(--yellow)}.tag{font-size:24px;background:var(--cream);border-radius:12px;padding:6px}.available{display:block;margin:18px 2px 8px}.floating{position:absolute;right:21px;bottom:65px;border:0;width:48px;height:48px;border-radius:17px;background:var(--aqua);color:#fff;font-size:26px;box-shadow:0 10px 24px #11b4c266}.tabbar{position:absolute;bottom:0;left:0;right:0;height:55px;background:#fff;display:flex;justify-content:space-around;padding-top:8px;color:var(--muted)}.tabbar span{display:flex;flex-direction:column;align-items:center;font-size:15px}.tabbar small{font-size:7px;margin-top:2px}.sun{position:absolute;width:80px;height:80px;background:white;border-radius:24px;display:grid;place-items:center;font-size:38px;box-shadow:0 20px 40px #0a8e9c22}.sun-one{right:2%;top:14%;transform:rotate(10deg)}.sun-two{left:2%;bottom:13%;transform:rotate(-9deg)}.marquee{background:var(--ink);color:white;padding:17px 0;white-space:nowrap;overflow:hidden;font-family:Fredoka;font-size:14px;letter-spacing:1.5px}.marquee div{min-width:max-content;animation:move 24s linear infinite}.marquee b{color:var(--yellow);margin:0 26px}@keyframes move{to{transform:translateX(-35%)}}.section{padding:130px clamp(24px,8vw,130px)}.section-title{text-align:center}.section h2,.feature-copy h2{font-size:clamp(42px,5vw,70px);line-height:1.05;margin:18px 0}.section-title .eyebrow{justify-content:center}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:75px}.step-grid article{background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;position:relative;box-shadow:0 18px 50px #40767b0c}.step-grid article>b{position:absolute;right:25px;color:#c2d7d7;font-family:Fredoka;font-size:24px}.step-icon{width:72px;height:72px;border-radius:23px;display:grid;place-items:center;font-size:32px;margin-bottom:30px}.aqua{background:var(--pale)}.yellow-bg{background:#fff0c8}.coral-bg{background:#ffe2d8}.step-grid h3{font-size:22px;margin:0 0 10px}.step-grid p,.feature-copy>p{color:var(--muted);line-height:1.65}.emoji-section{padding:50px clamp(20px,5vw,70px)}.emoji-stage{min-height:720px;background:var(--ink);color:white;border-radius:42px;padding:90px max(45px,8vw);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;position:relative;overflow:hidden}.emoji-stage:before{content:"";position:absolute;width:650px;height:650px;border:1px solid #ffffff1a;border-radius:50%;left:-240px}.emoji-copy,.tag-picker{position:relative;z-index:2}.eyebrow.light{color:#9ac0c4}.emoji-copy h2,.cta h2{font-size:clamp(48px,5.5vw,76px);line-height:1;margin:20px 0}.emoji-copy em,.cta em{color:var(--yellow)}.emoji-copy>p:last-child{color:#9ac0c4;line-height:1.7;max-width:490px}.tag-picker{background:#fff;color:var(--ink);border-radius:32px;padding:27px;box-shadow:0 30px 80px #0005}.picker-head{font-family:Fredoka;font-size:22px;display:flex;justify-content:space-between;margin-bottom:30px}.picker-head button{border:0;background:#eff8f7;border-radius:50%;width:28px}.tag-picker label{font-size:13px;font-weight:800}.emoji-choice{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin:12px 0 24px}.emoji-choice button{border:1px solid var(--line);background:#f8fdfc;border-radius:13px;aspect-ratio:1;font-size:21px}.emoji-choice .selected{border:2px solid var(--aqua);background:var(--pale)}.preview{display:flex;gap:13px;padding:15px;background:var(--cream);border-radius:16px;align-items:center}.preview>span{font-size:31px}.preview div{display:flex;flex-direction:column}.preview small{font-size:8px;color:var(--muted);font-weight:800;letter-spacing:1px}.preview strong{font-size:13px}.save{width:100%;border:0;padding:15px;background:var(--aqua);color:white;border-radius:15px;margin-top:18px;font-weight:800}.emoji-orbit{position:absolute;font-size:26px;background:#ffffff12;border:1px solid #ffffff1f;padding:14px;border-radius:18px}.e1{top:7%;left:7%;transform:rotate(-10deg)}.e2{bottom:7%;left:37%;transform:rotate(12deg)}.e3{top:8%;right:8%}.e4{bottom:11%;right:5%}.e5{top:45%;left:3%}.features{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.feature-list article{display:flex;gap:22px;padding:27px 0;border-bottom:1px solid var(--line)}.feature-list article>span{width:58px;height:58px;flex:none;border-radius:19px;background:var(--pale);display:grid;place-items:center;font-size:25px}.feature-list h3{margin:3px 0 7px}.feature-list p{margin:0;color:var(--muted);font-size:14px}.cta{padding:30px clamp(20px,5vw,70px) 70px}.cta-card{background:linear-gradient(135deg,var(--aqua),var(--aqua-dark));border-radius:42px;text-align:center;padding:90px 25px;color:white;position:relative;overflow:hidden}.cta-card:before,.cta-card:after{content:"";position:absolute;border:1px solid #fff3;border-radius:50%;width:550px;height:550px;top:-250px}.cta-card:before{left:-100px}.cta-card:after{right:-180px;top:180px}.big-sun{display:inline-grid;place-items:center;width:70px;height:70px;border-radius:23px;background:#fff;font-size:35px;position:relative;z-index:2}.cta .eyebrow{justify-content:center;margin-top:25px}.cta .eyebrow span{background:var(--yellow)}.cta h2,.cta-card>p,.store-buttons{position:relative;z-index:2}.cta-card>p{opacity:.85}.store-buttons{display:flex;justify-content:center;gap:12px;margin-top:32px}.store-buttons a{background:var(--ink);border-radius:14px;padding:11px 18px;display:flex;gap:10px;align-items:center;text-align:left;font-size:22px}.store-buttons span{display:flex;flex-direction:column;font-family:Fredoka;font-size:15px}.store-buttons small{font:8px Nunito;text-transform:uppercase}footer{padding:35px clamp(24px,7vw,110px);display:flex;align-items:center;gap:40px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}footer .brand{color:var(--ink);margin-right:auto}footer>div{display:flex;gap:23px}.reveal{opacity:0;transform:translateY(24px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}.delay{transition-delay:.12s}.delay-two{transition-delay:.24s}
@media(max-width:850px){.nav-links a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding-top:130px;text-align:center}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero h1{letter-spacing:-2px}.hero-visual{margin-top:20px}.step-grid,.features{grid-template-columns:1fr}.emoji-stage{grid-template-columns:1fr;padding:70px 30px}.emoji-copy{text-align:center}.emoji-copy .eyebrow{justify-content:center}.features{gap:30px}.sun-one{right:6%}.sun-two{left:6%}footer{flex-wrap:wrap}footer>p{display:none}}@media(max-width:520px){.nav{padding:0 20px}.nav-cta{padding:10px 13px}.hero{padding-left:20px;padding-right:20px}.hero h1{font-size:49px}.actions{flex-direction:column;width:100%}.button{width:100%}.phone{width:305px;height:620px}.sun{display:none}.section{padding:95px 20px}.step-grid{margin-top:45px}.emoji-section,.cta{padding-left:10px;padding-right:10px}.emoji-stage{padding:65px 20px;border-radius:28px}.emoji-copy h2,.cta h2{font-size:45px}.emoji-choice{grid-template-columns:repeat(3,1fr)}.e3,.e4{display:none}.features{gap:15px}.cta-card{border-radius:28px;padding:70px 15px}.store-buttons{flex-direction:column;align-items:center}footer{justify-content:center;text-align:center}footer .brand{margin:0}footer>div{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee div{animation:none}.reveal{opacity:1;transform:none;transition:none}}
