/* ALO landing page. Brand tokens from brand/BRAND.md; direction from the 2026-09-27 energetic-minimal study. */

@font-face {
  font-family: "Baloo Bhaijaan 2";
  src: url("/fonts/baloo-bhaijaan-2-800.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Readex Pro";
  src: url("/fonts/readex-pro-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Readex Pro";
  src: url("/fonts/readex-pro-600.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

:root {
  --navy: #031E48;
  --navy-soft: #33436A;
  --muted: #5A6784;
  --orange: #FE8B1D;
  --orange-hover: #FF9D3F;
  --orange-tint: #FFF1E2;
  --orange-wash: #FFE4C7;
  --tint: #F3F6FB;
  --line: #E1E7F0;
  --white: #FFFFFF;

  --display: "Baloo Bhaijaan 2", "Readex Pro", Tahoma, sans-serif;
  --body: "Readex Pro", "Segoe UI", Tahoma, sans-serif;

  --r-sm: 10px;
  --r: 14px;
  --r-lg: 24px;
  --shadow: 0 1px 2px rgb(3 30 72 / 6%), 0 14px 34px -14px rgb(3 30 72 / 22%);
  --ease: cubic-bezier(.2, .75, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--white);
  color: var(--navy);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
a { color: inherit; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 6px; }

.wrap { width: 100%; max-width: 1140px; margin-inline: auto; padding-inline: 20px; }
.nowrap { white-space: nowrap; }

.skip {
  position: absolute; inset-inline-start: 12px; top: -60px; z-index: 10;
  background: var(--navy); color: var(--white); padding: 10px 16px; border-radius: var(--r-sm);
  text-decoration: none; font-weight: 600; transition: top .2s;
}
.skip:focus { top: 12px; }

/* Header */
.site-header { display: flex; align-items: center; justify-content: space-between; padding-block: 18px; }
.brand img { width: 96px; height: auto; }
.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 46px; padding-inline: 16px 18px; border-radius: 12px;
  background: var(--orange); color: var(--navy);
  font-weight: 600; font-size: 1rem; line-height: 1.2; text-decoration: none;
  box-shadow: 0 8px 18px -10px rgb(254 139 29 / 85%);
  transition: transform .2s var(--ease), background-color .2s, box-shadow .2s;
}
.nav-cta svg { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.nav-cta:hover { background: var(--orange-hover); transform: translateY(-1px); box-shadow: 0 12px 22px -12px rgb(254 139 29 / 95%); }

/* Hero */
.hero {
  display: grid; gap: 40px; align-items: center;
  padding-block: 24px 88px;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--orange-tint); color: var(--navy);
  font-weight: 600; font-size: .92rem; line-height: 1;
  padding: 10px 14px; border-radius: var(--r-sm);
}
.pulse { position: relative; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); }
.pulse::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--orange);
  animation: ping 1.8s var(--ease) infinite;
}

h1 {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(2.7rem, 1.5rem + 5vw, 4.7rem);
  line-height: 1.22;
  margin-block: 22px 18px;
  text-wrap: balance;
}

/* Speed lines, echoing the logo: three rounded bars trailing the headline. */
.speed {
  display: inline-flex; flex-direction: column; gap: .09em;
  vertical-align: .12em; margin-inline-start: .22em;
  transform: rotate(-6deg);
}
.speed i {
  display: block; height: .1em; border-radius: 1em; background: var(--orange);
  transform-origin: right center;
  animation: whoosh .7s var(--ease) both;
}
.speed i:nth-child(1) { width: .62em; animation-delay: .55s; }
.speed i:nth-child(2) { width: .8em; margin-inline-start: .1em; animation-delay: .65s; }
.speed i:nth-child(3) { width: .56em; margin-inline-start: .05em; animation-delay: .75s; }

.lead { font-size: clamp(1.08rem, 1rem + .35vw, 1.22rem); color: var(--navy-soft); max-width: 33em; }

.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding-inline: 24px; border-radius: 12px;
  font: 600 1.02rem/1.2 var(--body); text-decoration: none;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background-color .2s, border-color .2s;
}
.btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s var(--ease); }
.btn-primary { background: var(--orange); color: var(--navy); box-shadow: 0 8px 20px -10px rgb(254 139 29 / 80%); }
.btn-primary:hover { background: var(--orange-hover); transform: translateY(-2px); box-shadow: 0 14px 26px -12px rgb(254 139 29 / 90%); }
.btn-primary:hover svg { transform: translateX(-4px); }
.btn svg.wa { width: 22px; height: 22px; stroke-width: 1.9; }
.btn-primary:hover svg.wa { transform: none; }
svg .solid { fill: currentColor; stroke: none; }
.btn-ghost { border: 1.5px solid var(--line); background: var(--white); }
.btn-ghost:hover { border-color: var(--navy); }

.trust {
  list-style: none; padding: 0; margin: 26px 0 0;
  display: flex; flex-wrap: wrap; gap: 8px 22px;
  font-size: .92rem; color: var(--muted);
}
.trust li { display: inline-flex; align-items: center; gap: 8px; }
.trust li::before {
  content: ""; width: 16px; height: 16px; flex: none; border-radius: 50%;
  background: var(--orange-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m4.5 8.2 2.3 2.3 4.7-5' fill='none' stroke='%23031E48' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% no-repeat;
}

/* Phone stage */
.stage { position: relative; margin: 0; display: grid; justify-items: center; padding-block: 28px 8px; }
.stage::before {
  content: ""; position: absolute; inset: 4% 8% 12%;
  background: var(--orange-wash); border-radius: 32px; transform: rotate(5deg);
}
.stage figcaption { position: relative; margin-top: 30px; font-size: .8rem; color: var(--muted); }

.phone {
  position: relative; width: min(296px, 78vw);
  background: var(--white); border-radius: 40px;
  padding: 16px 18px 20px;
  box-shadow: 0 0 0 9px var(--navy), 0 44px 70px -28px rgb(3 30 72 / 55%);
  transform: rotate(-2.5deg);
  font-size: 13px; line-height: 1.5;
}
.phone::before {
  content: ""; position: absolute; top: 9px; left: 50%; width: 76px; height: 20px;
  margin-left: -38px; border-radius: 12px; background: var(--navy);
}
.ph-status { display: flex; justify-content: space-between; align-items: center; font-weight: 600; font-size: 11px; padding-inline: 6px; height: 16px; }
.battery { width: 20px; height: 10px; border: 1.5px solid var(--navy); border-radius: 3px; position: relative; }
.battery::after { content: ""; position: absolute; inset: 1.5px 5px 1.5px 1.5px; background: var(--navy); border-radius: 1px; }
.ph-top { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; }
.ph-top img { width: 58px; height: auto; }
.ph-back { width: 22px; height: 22px; fill: none; stroke: var(--navy); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

.ph-check { width: 52px; height: 52px; margin: 18px auto 8px; fill: none; stroke: var(--navy); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.ph-check circle { stroke-dasharray: 158; stroke-dashoffset: 158; animation: draw .8s var(--ease) .5s forwards; }
.ph-check path { stroke-dasharray: 34; stroke-dashoffset: 34; animation: draw .45s var(--ease) 1.15s forwards; }
.ph-title { font-family: var(--display); font-weight: 800; font-size: 26px; line-height: 1.3; text-align: center; }
.ph-sub { text-align: center; color: var(--muted); }

.ph-eta { margin-top: 14px; background: var(--tint); border-radius: 12px; padding: 10px 12px; text-align: center; }
.ph-label { font-size: 11.5px; color: var(--muted); }
.ph-times { display: flex; justify-content: center; align-items: baseline; gap: 10px; font-weight: 600; font-size: 21px; line-height: 1.3; }
.ph-until { font-size: 12px; font-weight: 400; color: var(--muted); }

.ph-progress { position: relative; margin-top: 16px; }
.ph-progress .track { position: absolute; top: 6px; inset-inline: 12.5%; height: 3px; background: var(--line); border-radius: 3px; overflow: hidden; }
.ph-progress .fill { position: absolute; inset-block: 0; inset-inline-start: 0; width: 0; background: var(--navy); animation: fill 1s var(--ease) 1.4s forwards; }
.ph-progress ol { position: relative; list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; font-size: 10.5px; color: var(--muted); }
.ph-progress li { display: grid; justify-items: center; gap: 4px; }
.ph-progress li::before { content: ""; width: 15px; height: 15px; border-radius: 50%; background: var(--white); border: 2px solid var(--line); }
.ph-progress li.done { color: var(--navy); font-weight: 600; }
.ph-progress li.done::before { background: var(--navy); border-color: var(--navy); }
.ph-progress li.active { color: var(--navy); font-weight: 600; }
.ph-progress li.active::before { background: var(--orange); border-color: var(--orange); box-shadow: 0 0 0 0 rgb(254 139 29 / 60%); animation: ring 1.8s ease-out 2.4s infinite; }

.ph-total { margin: 14px 0 0; border-top: 1px solid var(--line); padding-top: 10px; }
.ph-total div { display: flex; justify-content: space-between; color: var(--muted); }
.ph-total dt, .ph-total dd { margin: 0; }
.ph-total .sum { color: var(--navy); font-weight: 600; font-size: 15px; margin-top: 2px; }
.ph-btn { display: block; margin-top: 12px; background: var(--orange); border-radius: 10px; padding: 9px; text-align: center; font-weight: 600; font-size: 13.5px; }

.chip {
  position: absolute; display: inline-flex; align-items: center; gap: 9px;
  background: var(--white); border: 1px solid var(--line); border-radius: 12px;
  padding: 9px 14px 9px 16px; font-weight: 600; font-size: .86rem; line-height: 1.2; white-space: nowrap;
  box-shadow: var(--shadow);
  animation: float 5s ease-in-out infinite;
}
.chip-ico { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; background: var(--orange-tint); }
.chip-ico svg { width: 16px; height: 16px; fill: none; stroke: var(--navy); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.chip-a { top: 17%; inset-inline-start: 0; }
.chip-b { bottom: 9%; inset-inline-end: 0; animation-delay: -2.5s; }

/* Sections */
.section { padding-block: 56px; }
.section-head { max-width: 640px; margin-bottom: 36px; }
.kicker {
  display: inline-block; font-weight: 600; font-size: .88rem; line-height: 1;
  padding: 8px 12px; border-radius: 8px; background: var(--orange-tint); margin-bottom: 14px;
}
h2 {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(2rem, 1.3rem + 2.6vw, 3rem); line-height: 1.28;
  text-wrap: balance;
}
.section-lead { margin-top: 10px; font-size: 1.1rem; color: var(--navy-soft); }

.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; counter-reset: none; }
.step {
  position: relative; border: 1px solid var(--line); border-radius: 18px; padding: 28px 24px 26px;
  background: var(--white);
  transition: transform .25s var(--ease), border-color .25s, box-shadow .25s;
}
.step:hover { transform: translateY(-3px); border-color: #C9D3E3; box-shadow: var(--shadow); }
.step-num {
  display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px;
  background: var(--orange-tint); font: 800 1.5rem/1 var(--display); padding-top: 4px;
  margin-bottom: 18px;
}
.step h3 { font-weight: 600; font-size: 1.2rem; line-height: 1.4; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 1rem; }

/* Restaurants */
.panel {
  display: grid; gap: 36px;
  background: var(--tint); border-radius: var(--r-lg);
  padding: clamp(28px, 5vw, 60px) clamp(20px, 5vw, 60px);
}
.panel-intro .btn { margin-top: 28px; }
.slots { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 24px; }
.slots span {
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px dashed var(--orange); background: var(--white);
}
.slots strong { margin-inline-start: 8px; font-weight: 600; font-size: .95rem; }
.mail-note { margin-top: 14px; font-size: .95rem; color: var(--muted); }
.mail-note a { color: var(--navy); font-weight: 600; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 4px; }

.features { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.feature { background: var(--white); border-radius: 16px; padding: 22px 22px 24px; }
.f-ico { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: var(--navy); margin-bottom: 14px; }
.f-ico svg { width: 22px; height: 22px; fill: none; stroke: var(--white); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { font-weight: 600; font-size: 1.12rem; line-height: 1.4; margin-bottom: 4px; }
.feature p { color: var(--muted); font-size: .98rem; }

/* FAQ */
.faq-list { max-width: 780px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding-block: 20px; cursor: pointer; list-style: none;
  font-weight: 600; font-size: 1.12rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 30px; height: 30px; border-radius: 9px;
  background: var(--tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 6v12M6 12h12' fill='none' stroke='%23031E48' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") center / 18px no-repeat;
  transition: transform .25s var(--ease), background-color .2s;
}
.faq details[open] summary::after { transform: rotate(45deg); background-color: var(--orange-tint); }
.faq details p { padding-bottom: 22px; color: var(--navy-soft); max-width: 40em; }

/* Instagram */
.follow {
  display: grid; gap: 28px; align-items: center;
  background: var(--orange-tint); border-radius: var(--r-lg);
  padding: clamp(28px, 5vw, 56px) clamp(20px, 5vw, 56px);
}
.follow .kicker { background: var(--white); }
.ig-card {
  display: flex; align-items: center; gap: 14px;
  background: var(--white); border-radius: 18px; padding: 16px;
  text-decoration: none; box-shadow: var(--shadow);
  transition: transform .25s var(--ease), box-shadow .25s;
}
.ig-card:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgb(3 30 72 / 6%), 0 22px 40px -16px rgb(3 30 72 / 30%); }
.ig-avatar {
  flex: none; display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%;
  background: var(--white); border: 2px solid var(--orange); padding: 9px;
}
.ig-avatar img { width: 100%; height: auto; }
.ig-meta { display: grid; min-width: 0; line-height: 1.35; }
.ig-meta strong { font-weight: 600; font-size: 1.05rem; }
.ig-meta bdi { color: var(--muted); font-size: .92rem; overflow: hidden; text-overflow: ellipsis; }
.ig-follow {
  margin-inline-start: auto; flex: none; display: inline-flex; align-items: center; gap: 8px;
  min-height: 44px; padding-inline: 14px 16px; border-radius: 11px;
  background: var(--navy); color: var(--white); font-weight: 600; font-size: .95rem;
}
.ig-follow svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); margin-top: 40px; padding-block: 36px 28px; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 84px; height: auto; }
.footer-brand p { font-weight: 600; }
.footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.footer-links a { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .95rem; text-decoration: none; min-height: 40px; }
.footer-links a:hover span, .footer-links a:hover bdi { text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.footer-links svg { width: 20px; height: 20px; flex: none; fill: none; stroke: var(--navy); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-links svg .solid { fill: var(--navy); }
.copyright { margin-top: 22px; font-size: .85rem; color: var(--muted); }

/* 404 */
.not-found { min-height: 100vh; display: grid; align-content: center; justify-items: start; gap: 18px; padding-block: 48px; }
.not-found h1 { margin: 12px 0 0; }

/* Layout breakpoints */
@media (min-width: 720px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
  .features { grid-template-columns: repeat(2, 1fr); }
  .chip-a { inset-inline-start: 2%; }
  .chip-b { inset-inline-end: 2%; }
}
@media (min-width: 960px) {
  .hero { grid-template-columns: 1.12fr .88fr; gap: 56px; padding-block: 40px 56px; }
  .section { padding-block: 60px; }
  .panel { grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
  .follow { grid-template-columns: 1fr minmax(360px, .9fr); gap: 48px; }
  .chip-a { inset-inline-start: -4%; }
  .chip-b { inset-inline-end: -6%; }
}
@media (max-width: 420px) {
  .btn { width: 100%; }
  .ig-card { flex-wrap: wrap; }
  .ig-follow { width: 100%; justify-content: center; margin-inline-start: 0; }
  .chip { font-size: .8rem; padding: 7px 10px; }
  .chip-ico { width: 22px; height: 22px; }
}

/* Motion */
.anim { animation: rise .8s var(--ease) both; }
.d1 { animation-delay: .05s; }
.d2 { animation-delay: .15s; }
.d3 { animation-delay: .28s; }
.d4 { animation-delay: .4s; }
.d5 { animation-delay: .52s; }

@supports (animation-timeline: view()) {
  .reveal { animation: rise linear both; animation-timeline: view(); animation-range: entry 5% entry 45%; }
}

@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes whoosh { from { transform: scaleX(0); opacity: 0; } to { transform: scaleX(1); opacity: 1; } }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fill { to { width: 33.4%; } }
@keyframes ping { 0% { transform: scale(1); opacity: .7; } 80%, 100% { transform: scale(2.6); opacity: 0; } }
@keyframes ring { 0% { box-shadow: 0 0 0 0 rgb(254 139 29 / 55%); } 70%, 100% { box-shadow: 0 0 0 9px rgb(254 139 29 / 0%); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .ph-check circle, .ph-check path { stroke-dashoffset: 0; }
  .ph-progress .fill { width: 33.4%; }
}
