/* Aaila — marketing site. Tokens mirror the Aaila Light brand (partner app theme). */
:root{
  --orange:#FD5003; --orange-deep:#E23D00; --pink:#F0266B; --red:#E31C3D;
  --ink:#101010; --text:#171717; --muted:#57534E; --muted-2:#6B6B6B; --muted-3:#A3A3A3;
  --bg:#FFFBF7; --peach:#FFF3EA; --peach-2:#FFE3D3; --peach-border:#FFDCC4; --peach-text:#C23F00;
  --sand:#FAF6F1; --line:#F0EAE3; --line-2:#EEE7DE; --line-3:#E5DED5;
  --r-sm:10px; --r:12px; --r-lg:18px; --r-xl:24px; --r-2xl:28px;
  --shadow-warm:0 30px 60px -20px rgba(200,90,20,.35);
  --shadow-warm-sm:0 24px 50px -18px rgba(200,90,20,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--text);font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.5;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--orange);text-decoration:none}
a:hover{color:var(--orange-deep)}
h1,h2,h3{margin:0;letter-spacing:-.01em;text-wrap:balance}
p{margin:0}
ul,ol{margin:0;padding:0;list-style:none}
.skip{position:absolute;left:-999px;top:8px;background:var(--ink);color:#fff;padding:8px 12px;border-radius:8px;z-index:100}
.skip:focus{left:8px}

.wrap{max-width:1180px;margin:0 auto;padding-left:24px;padding-right:24px}
.wrap--narrow{max-width:900px}
.centered{text-align:center;align-items:center;justify-content:center}
.max-720{max-width:720px;margin-left:auto;margin-right:auto;line-height:1.25}
.max-620{max-width:620px;margin-left:auto;margin-right:auto}
.max-560{max-width:560px;margin-left:auto;margin-right:auto}
.max-460{max-width:460px;margin-left:auto;margin-right:auto}
.stack-12{display:flex;flex-direction:column;gap:12px}
.stack-14{display:flex;flex-direction:column;gap:14px}
.stack-16{display:flex;flex-direction:column;gap:16px}
.stack-20{display:flex;flex-direction:column;gap:20px}
.stack-24{display:flex;flex-direction:column;gap:24px}
.stack-32{display:flex;flex-direction:column;gap:32px}
.stack-36{display:flex;flex-direction:column;gap:36px}
.stack-40{display:flex;flex-direction:column;gap:40px}

/* type */
h1{font-size:clamp(38px,5.8vw,70px);line-height:1.04;font-weight:800;letter-spacing:-.02em;color:var(--ink)}
h2{font-size:clamp(26px,3.6vw,40px);font-weight:800}
h3{font-size:18px;font-weight:700}
.lead{font-size:18px;line-height:1.6;color:var(--muted);max-width:480px}
.lead-sm{font-size:16px;line-height:1.7;color:var(--muted)}
.eyebrow{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange)}
.eyebrow--red{color:var(--red)}
.section-head{max-width:640px;display:flex;flex-direction:column;gap:10px}
.section-head.centered{margin:0 auto}
.h-white{color:#fff;font-size:clamp(26px,4vw,44px);line-height:1.2;max-width:760px}
.h-peach{color:#FFE9DC;font-size:clamp(26px,4vw,44px);line-height:1.2;max-width:760px}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--r);font-weight:600;white-space:nowrap;transition:background .15s,color .15s,border-color .15s,transform .15s}
.btn:active{transform:translateY(1px)}
.btn--primary{background:var(--orange);color:#fff}
.btn--primary:hover{background:var(--orange-deep);color:#fff}
.btn--ghost{border:1.5px solid var(--line-3);color:var(--text)}
.btn--ghost:hover{border-color:var(--orange);color:var(--orange)}
.btn--sm{height:40px;padding:0 18px;font-size:14px;border-radius:var(--r-sm)}
.btn--lg{height:52px;padding:0 28px;font-size:15px}

/* nav */
.nav{position:sticky;top:0;z-index:50;background:rgba(255,251,247,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav__inner{padding-top:14px;padding-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.nav__logo img{height:26px;width:auto}
.nav__links{display:flex;gap:26px;align-items:center}
.nav__links a{font-size:14px;font-weight:500;color:var(--text)}
.nav__links a:hover{color:var(--orange)}
.nav__actions{display:flex;align-items:center;gap:12px}
.nav__toggle{display:none;width:38px;height:38px;border-radius:var(--r-sm);border:1px solid var(--line-2);background:transparent;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}
.nav__toggle span{width:16px;height:1.6px;background:var(--text);display:block}
@media (max-width:860px){
  .nav__links{display:none;position:absolute;left:0;right:0;top:100%;background:var(--bg);border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:0;padding:8px 24px 16px}
  .nav__links.open{display:flex}
  .nav__links a{padding:12px 0;width:100%;border-top:1px solid var(--line)}
  .nav__toggle{display:flex}
}

/* hero */
.hero{padding-top:clamp(40px,8vw,88px);padding-bottom:clamp(40px,8vw,88px);display:flex;align-items:center;gap:56px;flex-wrap:wrap}
.hero__copy{flex:1 1 440px;min-width:300px;display:flex;flex-direction:column;gap:24px}
.hero__ctas{display:flex;gap:14px;flex-wrap:wrap;margin-top:8px}
.hero__art{flex:1 1 420px;min-width:300px;display:flex;justify-content:center}
.hero__art img{width:100%;max-width:420px;border-radius:var(--r-2xl);box-shadow:var(--shadow-warm);object-fit:cover}
.hero__proof{display:flex;flex-wrap:wrap;gap:8px 20px;font-size:13.5px;color:var(--muted);margin-top:4px}
.hero__proof li{display:flex;align-items:center;gap:8px}
.hero__proof li::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--orange)}
.pill{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:7px 14px;border-radius:999px;background:#FFF1E8;border:1px solid var(--peach-border);font-size:12px;font-weight:600;letter-spacing:.06em;color:var(--peach-text);text-transform:uppercase}
.pill__dot{width:8px;height:8px;border-radius:999px;background:var(--orange);animation:livePulse 2s infinite}
@keyframes livePulse{0%{box-shadow:0 0 0 0 rgba(253,80,3,.5)}70%{box-shadow:0 0 0 6px rgba(253,80,3,0)}100%{box-shadow:0 0 0 0 rgba(253,80,3,0)}}

/* bands */
.band{padding:clamp(48px,8vw,90px) 0}
.band--peach{background:var(--peach)}
.band--sand{background:var(--sand)}
.band--gradient{background:linear-gradient(160deg,var(--peach),var(--peach-2))}
.band--brand{background:linear-gradient(120deg,var(--orange),var(--pink));padding:clamp(64px,10vw,120px) 0}

/* cards & grids */
.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}
.grid-4 h3{font-size:16px;margin-bottom:8px}
.grid-4 p{font-size:14px;line-height:1.6;color:var(--muted-2)}
.card{background:#fff;border-radius:var(--r-lg);padding:28px;display:flex;flex-direction:column;gap:14px}
.card p{font-size:15px;line-height:1.7;color:var(--muted)}
.card--dark{background:var(--text)}
.card--dark p{color:#F5F1EC}
.card__label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-3)}
.card__label--accent{color:#FFB27A}

/* split sections */
.split{padding-top:clamp(48px,8vw,96px);padding-bottom:clamp(48px,8vw,96px);display:flex;align-items:center;gap:56px;flex-wrap:wrap}
.split--reverse{flex-wrap:wrap-reverse}
.split__copy{flex:1 1 440px;min-width:300px}
.split__copy h2{margin-bottom:0}
.split__art{flex:1 1 380px;min-width:280px;display:flex;justify-content:center}
.split__art img{width:100%;max-width:380px;border-radius:var(--r-xl);box-shadow:var(--shadow-warm-sm)}
.split__art--sm img{max-width:340px}
.split__art--xs{flex-basis:300px;min-width:260px}
.split__art--xs img{max-width:320px}

.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:28px;margin-top:40px}
.steps li{display:flex;flex-direction:column;gap:10px}
.steps__num{font-size:34px;font-weight:800;color:#FFD9BE;line-height:1}
.steps p{font-size:14px;line-height:1.6;color:var(--muted-2)}

.checks{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px 16px;margin-top:6px}
.checks li{display:flex;align-items:center;gap:10px;font-size:14px}
.checks li::before{content:"";flex:none;width:6px;height:6px;border-radius:999px;background:var(--orange)}
.checks--red{grid-template-columns:1fr}
.checks--red li::before{background:var(--red)}

/* phone mock */
.phone{width:280px;border-radius:32px;background:#0A0A0A;padding:10px;box-shadow:0 30px 60px -20px rgba(0,0,0,.35)}
.phone__screen{background:#fff;border-radius:24px;overflow:hidden;display:flex;flex-direction:column}
.phone__head{padding:18px 16px 10px;display:flex;flex-direction:column;gap:3px}
.muted{font-size:12px;color:var(--muted-3)}
.muted-xs{font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-3)}
.strong{font-size:16px;font-weight:700;color:var(--text)}
.phone__qa{padding:4px 16px 16px;display:flex;flex-direction:column;gap:10px}
.phone__tiles{display:flex;gap:8px}
.tile{flex:1;border:1px solid #EFEFEF;border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:6px;font-size:10.5px;font-weight:600;color:var(--text)}
.tile__ic{width:22px;height:22px;border-radius:8px;background:#FFF1E8;display:block}
.tile--live{flex:1.3;border:0;background:linear-gradient(135deg,var(--orange),var(--pink));color:#fff;font-size:12px;font-weight:700}
.tile__ring{width:26px;height:26px;border-radius:999px;background:rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center}
.tile__ring span{width:8px;height:8px;border-radius:999px;background:#fff}
.phone__img{height:150px;background-size:cover;background-position:50% 18%}
.phone__nav{height:60px;background:#fff;border-top:1px solid #F2F2F2;display:flex;align-items:center;justify-content:space-around;padding:0 6px}
.phone__nav i{width:20px;height:20px;border-radius:6px;background:#E5E5E5;display:block}
.phone__nav i.on{background:var(--orange)}
.phone__nav b{width:34px;height:34px;border-radius:999px;background:var(--orange);margin-top:-22px;box-shadow:0 6px 14px rgba(253,80,3,.35);display:block}

/* platforms */
#platforms{padding-top:clamp(48px,8vw,96px);padding-bottom:clamp(48px,8vw,96px);display:flex;flex-direction:column}
.platforms{display:flex;gap:16px;width:100%;max-width:640px;margin:8px auto 0}
.platform{flex:1 1 0;min-width:0;border:1px solid var(--line-2);border-radius:16px;padding:22px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#fff}
.platform__name{font-size:14px;font-weight:700;display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center}
.platform--soon{opacity:.9}
.soon{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--peach-text);background:#FFF1E8;border:1px solid var(--peach-border);padding:2px 7px;border-radius:999px}
.platform--aaila{flex:0 1 200px;max-width:200px;width:100%;border:1.5px solid var(--orange);background:var(--peach);padding:22px 16px;margin:0 auto}
.platform--aaila img{width:48px;height:48px;border-radius:12px}
@media (max-width:520px){.platforms{flex-wrap:wrap}.platform{flex:1 1 140px}}

/* faq */
.faq{padding-top:clamp(48px,8vw,96px);padding-bottom:clamp(48px,8vw,96px);display:flex;flex-direction:column;gap:36px}
.faq__list{max-width:760px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:10px}
.faq details{background:#fff;border:1px solid var(--line-2);border-radius:16px;padding:0 22px}
.faq summary{cursor:pointer;list-style:none;padding:18px 0;font-size:16px;font-weight:700;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:22px;font-weight:400;color:var(--orange);line-height:1;flex:none}
.faq details[open] summary::after{content:"–"}
.faq details p{padding:0 0 20px;font-size:15px;line-height:1.7;color:var(--muted)}

/* cta */
.cta{padding-top:clamp(56px,9vw,110px);padding-bottom:clamp(56px,9vw,110px);display:flex;flex-direction:column}
.cta h2{font-size:clamp(28px,4vw,44px)}
.stores{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:6px}
.store-badge{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 14px;border-radius:var(--r-sm);border:1px solid var(--line-3);color:var(--text);font-size:13px;font-weight:600;background:#fff}
.store-badge em{font-style:normal;font-size:10.5px;font-weight:600;color:var(--muted-3);letter-spacing:.04em;text-transform:uppercase}

#about{padding-top:clamp(56px,9vw,100px);padding-bottom:clamp(56px,9vw,100px);display:flex;flex-direction:column}
#about h2{font-size:clamp(24px,3.2vw,34px)}

/* footer */
.footer{border-top:1px solid var(--line);padding:56px 0 28px}
.footer__grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}
.footer__grid>div{display:flex;flex-direction:column;gap:10px}
.footer__grid a{font-size:13.5px;color:var(--text)}
.footer__grid a:hover{color:var(--orange)}
.footer__brand{flex:0 1 220px;align-items:flex-start}
.footer__brand img{height:24px;width:auto}
.footer__brand p{font-size:13.5px;color:var(--muted-2);max-width:220px;line-height:1.6}
.footer__head{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-3);margin-bottom:4px}
.footer__note{font-size:12px;color:var(--muted-3);margin-top:4px}
.footer__bottom{margin-top:40px;padding-top:20px;border-top:1px solid var(--line);font-size:12.5px;color:var(--muted-3)}

@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}html{scroll-behavior:auto}}
