/* ==========================================================================
   Movra website
   ========================================================================== */
body.site { background: #fff; }
.wrap { width: min(1200px, 100% - 40px); margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; height: 30px; padding: 0 12px; border-radius: 99px; background: var(--brand-50); color: var(--brand-700); font-weight: 800; font-size: 12.5px; letter-spacing: .02em; }
.eyebrow.on-dark { background: rgba(var(--brand-rgb), .14); color: var(--brand); }
.sec { padding: 96px 0; }
.sec-head { max-width: 680px; margin-bottom: 44px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head h2 { font-size: clamp(30px, 4vw, 46px); margin: 14px 0 12px; }
.sec-head p { font-size: 17.5px; color: var(--text-2); margin: 0; }

/* nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.86); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: border-color .2s; }
.nav.is-dark { background: rgba(11, 19, 36, .82); }
.nav.is-scrolled { border-bottom-color: var(--line); }
.nav.is-dark.is-scrolled { border-bottom-color: rgba(255,255,255,.08); }
.nav-in { display: flex; align-items: center; gap: 28px; height: 72px; }
.nav-links { display: flex; gap: 4px; }
.nav-links a { padding: 8px 12px; border-radius: 10px; font-weight: 700; font-size: 14.5px; color: var(--text-2); }
.nav-links a:hover { color: var(--ink); background: var(--surface-3); }
.nav.is-dark .nav-links a { color: rgba(255,255,255,.75); }
.nav.is-dark .nav-links a:hover { color: #fff; background: rgba(255,255,255,.08); }
.nav-cta { margin-left: auto; display: flex; gap: 8px; align-items: center; }
.nav-burger { display: none; }

/* hero */
.hero { position: relative; overflow: hidden; background: var(--ink); color: #fff; padding: 64px 0 0; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 70% at 85% 20%, rgba(var(--brand-rgb), .28), transparent 60%), radial-gradient(40% 50% at 10% 90%, rgba(62, 123, 250, .22), transparent 60%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.hero h1 { color: #fff; font-size: clamp(38px, 5.4vw, 66px); line-height: 1.02; letter-spacing: -.035em; margin: 18px 0 18px; }
.hero h1 em { font-style: normal; color: var(--brand); }
.hero-lead { font-size: 18px; color: rgba(255,255,255,.72); max-width: 540px; margin: 0 0 28px; }
.book-card { background: #fff; color: var(--text); border-radius: 22px; padding: 16px; max-width: 520px; box-shadow: 0 30px 70px -20px rgba(0,0,0,.55); }
.book-card .segmented { margin-bottom: 12px; }
.book-fields { display: grid; grid-template-columns: 20px 1fr; gap: 0 10px; }
.book-fields .select { height: 50px; border-radius: 13px; font-weight: 700; background-color: var(--surface-3); border-color: transparent; }
.book-fields .planner-dots { padding: 20px 0; }
.book-fields > div:last-child { display: flex; flex-direction: column; gap: 8px; }
.book-result { display: flex; gap: 8px; overflow-x: auto; margin: 12px -4px 0; padding: 0 4px 4px; scrollbar-width: none; }
.book-result::-webkit-scrollbar { display: none; }
.fare-chip { flex-shrink: 0; display: flex; align-items: center; gap: 8px; padding: 6px 12px 6px 6px; border-radius: 14px; background: var(--surface-2); border: 1px solid var(--line); }
.fare-chip .vart { width: 54px; height: 34px; }
.fare-chip b { display: block; font-size: 13.5px; color: var(--ink); }
.fare-chip small { color: var(--muted); font-weight: 700; font-size: 12px; }
.hero-stats { display: flex; gap: 32px; margin: 30px 0 0; flex-wrap: wrap; }
.hero-stats b { display: block; font-family: var(--font-display); font-size: 30px; color: #fff; line-height: 1; }
.hero-stats small { color: rgba(255,255,255,.55); font-weight: 700; font-size: 13px; }

.phone { position: relative; width: 320px; height: 650px; margin: 0 auto -110px; border-radius: 46px; background: #05080F; padding: 12px; box-shadow: 0 50px 100px -30px rgba(0,0,0,.8), inset 0 0 0 2px rgba(255,255,255,.08); }
.phone::before { content: ""; position: absolute; top: 22px; left: 50%; transform: translateX(-50%); width: 96px; height: 26px; border-radius: 99px; background: #05080F; z-index: 5; }
.phone-screen { position: relative; height: 100%; border-radius: 36px; overflow: hidden; background: #EEF2F6; }
.phone-screen svg.city-art { position: absolute; inset: 0; width: 100%; height: 100%; }
.phone-sheet { position: absolute; left: 0; right: 0; bottom: 0; background: #fff; border-radius: 26px 26px 0 0; padding: 12px 16px 18px; color: var(--text); box-shadow: 0 -10px 30px rgba(11, 19, 36, .18); }
.phone-sheet .sheet-handle { padding: 0 0 8px; }
.phone-chip { position: absolute; top: 60px; left: 14px; right: 14px; display: flex; justify-content: space-between; z-index: 3; }
.phone-chip span { background: #fff; border-radius: 12px; padding: 7px 10px; font-weight: 800; font-size: 11.5px; color: var(--ink); box-shadow: var(--sh-2); display: inline-flex; align-items: center; gap: 6px; }
.float-card { position: absolute; z-index: 6; background: #fff; color: var(--text); border-radius: 16px; padding: 10px 12px; box-shadow: 0 20px 50px -14px rgba(0,0,0,.45); display: flex; align-items: center; gap: 10px; font-size: 13px; animation: floaty 6s ease-in-out infinite; }
.float-card b { display: block; color: var(--ink); font-size: 13.5px; }
.float-card small { color: var(--muted); font-weight: 600; }
@keyframes floaty { 50% { transform: translateY(-10px); } }

/* services */
.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service { position: relative; padding: 18px; border-radius: 22px; background: var(--surface-2); border: 1px solid var(--line); transition: transform .2s var(--ease), box-shadow .2s; overflow: hidden; }
.service:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.service .vart { width: 120px; height: 72px; margin: 4px 0 10px -6px; }
.service h3 { font-size: 18px; margin: 0 0 2px; }
.service p { font-size: 13.5px; color: var(--muted); margin: 0 0 12px; min-height: 40px; }
.service .from { font-weight: 800; color: var(--ink); font-size: 14px; }
.service .from small { color: var(--muted); font-weight: 700; }
.service .tag { position: absolute; top: 14px; right: 14px; }

/* features */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.feature-list { display: grid; gap: 16px; margin-top: 26px; }
.feature { display: flex; gap: 14px; }
.feature .list-icon { width: 44px; height: 44px; border-radius: 14px; }
.feature b { display: block; font-size: 16px; color: var(--ink); margin-bottom: 2px; }
.feature p { margin: 0; color: var(--text-2); font-size: 14.5px; }
.visual-card { position: relative; border-radius: 30px; background: var(--ink); padding: 26px; min-height: 480px; overflow: hidden; }
.visual-card svg.city-art { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .9; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.step { position: relative; padding: 24px; border-radius: 22px; background: #fff; border: 1px solid var(--line); }
.step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; background: var(--ink); color: var(--brand); font-family: var(--font-display); font-weight: 800; font-size: 18px; margin-bottom: 16px; }
.step h3 { font-size: 19px; margin-bottom: 6px; }
.step p { margin: 0; color: var(--text-2); }

.safety { background: var(--surface-2); }
.safety-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.safety-item { padding: 22px; border-radius: 22px; background: #fff; border: 1px solid var(--line); }
.safety-item .list-icon { margin-bottom: 14px; width: 46px; height: 46px; border-radius: 15px; }
.safety-item h3 { font-size: 17px; margin-bottom: 6px; }
.safety-item p { margin: 0; font-size: 14px; color: var(--text-2); }

.band { position: relative; border-radius: 34px; background: var(--ink); color: #fff; padding: 56px; overflow: hidden; }
.band::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(var(--brand-rgb), .35), transparent 65%); }
.band h2 { color: #fff; font-size: clamp(28px, 3.6vw, 42px); margin: 14px 0 10px; }
.band p { color: rgba(255,255,255,.72); font-size: 17px; max-width: 560px; }
.store-btn { display: inline-flex; align-items: center; gap: 12px; height: 60px; padding: 0 20px 0 16px; border-radius: 16px; background: #fff; color: var(--ink); font-weight: 800; }
.store-btn small { display: block; font-size: 11px; font-weight: 700; color: var(--muted); line-height: 1; }
.store-btn b { display: block; font-size: 17px; line-height: 1.2; }
.store-btn.dark { background: rgba(255,255,255,.1); color: #fff; }
.store-btn.dark small { color: rgba(255,255,255,.6); }

.faq { max-width: 820px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 4px; }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-weight: 800; font-size: 17px; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ic { transition: transform .2s; }
.faq details[open] summary .ic { transform: rotate(45deg); }
.faq details p { margin: 10px 0 0; color: var(--text-2); font-size: 15.5px; }

.footer { background: var(--ink); color: rgba(255,255,255,.65); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 32px; }
.footer h4 { color: #fff; font-size: 14px; margin-bottom: 14px; }
.footer a { display: block; padding: 5px 0; font-weight: 600; font-size: 14.5px; }
.footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; }

.prose { max-width: 760px; font-size: 16.5px; line-height: 1.7; color: var(--text-2); }
.prose h2 { font-size: 24px; margin: 32px 0 10px; color: var(--ink); }
.prose ul { padding-left: 20px; }
.prose li { margin-bottom: 8px; }
.prose strong { color: var(--ink); }

.earn-card { border-radius: 26px; background: #fff; color: var(--text); padding: 24px; box-shadow: 0 30px 70px -24px rgba(0,0,0,.5); }
.earn-card .big { font-family: var(--font-display); font-weight: 800; font-size: 46px; color: var(--ink); line-height: 1; }
.range { width: 100%; accent-color: var(--brand-700); }

@media (max-width: 1080px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
  .phone { margin: 40px auto -140px; }
  .services, .safety-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-cta .btn-line { display: none; }
  .sec { padding: 64px 0; }
  .steps { grid-template-columns: 1fr; }
  .services, .safety-grid { grid-template-columns: 1fr; }
  .band { padding: 32px 24px; border-radius: 26px; }
  .hero-stats { gap: 20px; }
  .phone { width: 280px; height: 570px; }
}
