/* WASEL marketing site components.
   Tokens come from design/css/tokens.css and the header/footer/chooser from
   design/css/shell.css; both are loaded first by shared/site_base.html. */

/* Space before the footer. On <main> rather than on .marquee so it still applies
   if a section is ever added after the marquee. Complements — does not replace —
   main{flex:1} in shell.css: that rule handles the SHORT page, by absorbing the
   slack so the footer sits at the bottom of the viewport; this one handles the
   tall page, where there is no slack left to absorb. */
main{padding-block-end:clamp(44px,6vw,76px)}

.hero{width:min(1180px,92vw);margin:0 auto;padding:clamp(52px,8vw,96px) 0 clamp(40px,6vw,70px);
  display:flex;flex-wrap:wrap;align-items:center;gap:48px}
.hero-copy{flex:1 1 460px;min-width:300px}
.pill{display:inline-flex;align-items:center;gap:10px;font-family:var(--mono);font-size:12px;
  letter-spacing:.16em;text-transform:uppercase;color:var(--accent);border:1px solid var(--line2);
  padding:7px 13px;border-radius:100px;background:rgba(53,177,74,.07)}
.pill .dot{width:7px;height:7px;border-radius:50%;background:var(--mint);animation:pulse 1.8s infinite}
.hero h1{font-family:var(--disp);font-weight:700;font-size:clamp(38px,6vw,68px);line-height:1.02;
  letter-spacing:-.025em;margin:22px 0 0;text-wrap:balance}
.hero h1 .grad{background:linear-gradient(120deg,var(--accent),var(--mint));
  -webkit-background-clip:text;background-clip:text;color:transparent}
.hero .lede{color:var(--sub);font-size:clamp(16px,2vw,19px);line-height:1.6;margin:22px 0 0;max-width:520px}
.hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.btn-hero{background:linear-gradient(140deg,var(--accent),var(--accent-d));color:#fff;font-weight:600;
  font-size:16px;padding:15px 28px;border-radius:13px;box-shadow:0 12px 34px var(--glow);
  display:inline-flex;align-items:center;gap:8px}
.btn-hero:hover{filter:brightness(1.05);color:#fff}
.trust{display:flex;flex-wrap:wrap;gap:20px 26px;margin-top:34px;font-size:14px;color:var(--sub)}
.trust span{display:flex;align-items:center;gap:8px}
.trust .tick{color:var(--mint);font-size:15px}
.hero-art{flex:1 1 420px;min-width:300px;position:relative}
.hero-art .glow{position:absolute;inset:-6% -10%;
  background:radial-gradient(circle at 60% 40%,var(--glow),transparent 62%);filter:blur(10px)}
.hero-art img{position:relative;width:100%;height:auto;display:block;
  filter:drop-shadow(0 30px 60px rgba(12,22,42,.25))}

.marquee{border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  padding:22px 0;overflow:hidden}
.marquee-label{width:min(1180px,92vw);margin:0 auto 12px;font-family:var(--mono);font-size:12px;
  letter-spacing:.16em;text-transform:uppercase;color:var(--sub2)}
.marquee-track{display:flex;gap:14px;width:max-content;animation:marquee 34s linear infinite}
.marquee-track span{font-family:var(--disp);font-weight:600;font-size:clamp(20px,2.4vw,30px);
  color:var(--sub);white-space:nowrap;opacity:.65}
.marquee-track b{color:var(--accent);margin-inline-start:14px;font-weight:600}

@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.7)}}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* The WASEL design draws the app rather than photographing it. These greens are
   the artwork's own, not brand tokens. */
.phone-wrap{position:relative;width:min(320px,82%);margin:0 auto;padding:8px;border-radius:52px;
  background:linear-gradient(160deg,#7ed957,#1f7a35);
  box-shadow:0 44px 90px rgba(31,122,53,.42),0 12px 34px rgba(20,83,45,.35)}
.phone{position:relative;border-radius:44px;padding:22px 20px 24px;overflow:hidden;
  background:radial-gradient(130% 92% at 50% -8%,#35b14a,#14532d 80%);
  aspect-ratio:300/612;display:flex;flex-direction:column;color:#fff}
.phone .scrim{position:absolute;inset:0;opacity:.5;
  background-image:radial-gradient(rgba(255,255,255,.12) 1px,transparent 1px);background-size:22px 22px}
.phone .notch{position:absolute;top:12px;inset-inline-start:50%;transform:translateX(-50%);
  width:92px;height:7px;border-radius:100px;background:rgba(255,255,255,.28)}
.phone-top{position:relative;display:flex;align-items:center;justify-content:space-between;margin-top:22px}
.phone-top .wm{font-family:var(--disp);font-weight:700;font-size:17px;letter-spacing:.16em}
.phone-top .kebab{display:flex;flex-direction:column;gap:3px}
.phone-top .kebab i{width:4px;height:4px;border-radius:50%;background:#fff;display:block}
.phone-mid{position:relative;flex:1;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:4px}
.ring{position:relative;width:152px;height:152px;display:flex;align-items:center;justify-content:center}
.ring .p1,.ring .p2{position:absolute;border-radius:50%;
  border:1px solid rgba(255,255,255,.35);animation:ping 2.6s ease-out infinite}
.ring .p1{inset:0}
.ring .p2{inset:20px;border-color:rgba(255,255,255,.22);animation-delay:.9s}
.ring .core{width:106px;height:106px;border-radius:50%;background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.42);display:flex;align-items:center;justify-content:center;
  box-shadow:inset 0 0 44px rgba(255,255,255,.22)}
.phone-state{font-family:var(--disp);font-weight:700;font-size:27px;margin-top:8px}
.phone-sub{font-family:var(--mono);font-size:11px;letter-spacing:.12em;color:rgba(255,255,255,.82)}
.phone-loc{position:relative;display:flex;align-items:center;justify-content:space-between;
  background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);
  border-radius:16px;padding:12px 15px}
.phone-loc .l{display:flex;align-items:center;gap:10px}
.phone-loc .flag{font-size:22px}
.phone-loc .city{font-weight:600;font-size:14px}
.phone-loc .meta{font-family:var(--mono);font-size:11px;color:rgba(255,255,255,.78)}
.phone-loc .led{width:9px;height:9px;border-radius:50%;background:#eafff5;
  box-shadow:0 0 12px #eafff5;animation:pulse 1.6s infinite;flex:none}
.phone-btn{position:relative;margin-top:13px;border:0;width:100%;background:#fff;color:#1f7a35;
  font-family:var(--disp);font-weight:700;font-size:16px;padding:15px;border-radius:16px;
  box-shadow:0 12px 26px rgba(20,83,45,.35);cursor:pointer}
@keyframes ping{0%{transform:scale(.6);opacity:.8}70%{transform:scale(2.6);opacity:0}100%{opacity:0}}

@media (prefers-reduced-motion:reduce){
  .marquee-track,.pill .dot,.ring .p1,.ring .p2,.phone-loc .led{animation:none}
}
