/* tk-landing.css — تكتك مشوار homepage section styles.
   Nav + footer chrome live in tk-pages.css (#site-nav / #site-footer). This file is
   ONLY the landing sections (hero → newsletter). Loaded after tk-tokens + tk-pages. */

body { background: var(--tk-cream); overflow-x: hidden; }
section { position: relative; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.eyebrow { font-family: var(--f-display); font-weight: 800; font-size: 13px; letter-spacing: 2px; color: var(--tk-clay); text-transform: none; }
h2.sec-title { font-family: var(--f-display); font-weight: 900; font-size: clamp(28px, 4vw, 44px); color: var(--tk-petrol); margin: 8px 0 10px; line-height: 1.15; letter-spacing: -0.5px; }
.sec-sub { font-size: 16px; color: var(--tk-muted); max-width: 560px; line-height: 1.7; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }
/* shared nav: keep the wordmark legible once the bar turns cream on scroll */
#site-nav .nav.solid .w-mishwar { color: var(--tk-clay); }

/* ---- HERO ---- */
#hero { min-height: 100vh; display: flex; align-items: center; background: linear-gradient(165deg, var(--tk-petrol) 0%, var(--tk-petrol-2) 60%, #0A2027 100%); overflow: hidden; padding-top: 80px; }
#hero .hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.18; mix-blend-mode: luminosity; pointer-events: none; }
#hero .mash-layer { position: absolute; inset: 0; color: var(--tk-yellow); opacity: 0.07; pointer-events: none; }
#hero .clay-glow { position: absolute; bottom: -10%; inset-inline-start: -5%; width: 50%; height: 60%; background: radial-gradient(circle, rgba(201,64,45,0.4), transparent 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 30px; width: 100%; }
.hero-copy { color: var(--tk-cream); z-index: 2; max-width: 680px; }
.hero-chip { display: inline-flex; align-items: center; gap: 8px; background: rgba(251,244,228,0.1); border: 1px solid rgba(251,244,228,0.18); padding: 7px 14px; border-radius: var(--r-pill); font-family: var(--f-display); font-weight: 700; font-size: 13px; color: var(--tk-yellow); margin-bottom: 22px; }
.hero-h1 { font-family: var(--f-display); font-weight: 900; font-size: clamp(38px, 6vw, 68px); line-height: 1.05; letter-spacing: -1.5px; margin: 0 0 18px; }
.hero-h1 .accent { color: var(--tk-yellow); }
.hero-h1 .deco { font-family: var(--f-deco); font-style: italic; font-weight: 700; color: var(--tk-yellow); }
.hero-sub { font-size: clamp(16px, 2vw, 20px); color: rgba(251,244,228,0.8); line-height: 1.7; max-width: 480px; margin: 0 auto 30px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero-trust { margin-top: 26px; display: flex; align-items: center; justify-content: center; gap: 10px; color: rgba(251,244,228,0.65); font-size: 13.5px; font-family: var(--f-display); font-weight: 700; }
.scroll-hint { position: absolute; bottom: 24px; inset-inline-start: 50%; transform: translateX(50%); color: rgba(251,244,228,0.5); font-size: 12px; font-family: var(--f-display); text-align: center; z-index: 3; }
.scroll-hint .mouse { width: 22px; height: 34px; border: 2px solid rgba(251,244,228,0.4); border-radius: 12px; margin: 0 auto 6px; position: relative; }
.scroll-hint .mouse::after { content: ''; position: absolute; top: 6px; inset-inline-start: 50%; transform: translateX(50%); width: 3px; height: 6px; background: var(--tk-yellow); border-radius: 2px; animation: scrolldot 1.5s infinite; }
@keyframes scrolldot { 0% { opacity: 0; top: 6px; } 40% { opacity: 1; } 80% { opacity: 0; top: 16px; } }

/* ---- TRUST STRIP ---- */
#sec-stats { padding: 70px 0; background: var(--tk-cream); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat-card { background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r-xl); padding: 26px 20px; text-align: center; box-shadow: var(--sh-sm); position: relative; overflow: hidden; }
.stat-card .ic { width: 48px; height: 48px; border-radius: var(--r-md); display: grid; place-items: center; margin: 0 auto 12px; background: rgba(242,192,20,0.16); font-size: 24px; }
.stat-num { font-family: var(--f-display); font-weight: 900; font-size: 38px; color: var(--tk-petrol); line-height: 1; }
.stat-label { font-size: 13.5px; color: var(--tk-muted); margin-top: 6px; font-weight: 600; }

/* ---- HOW IT WORKS ---- */
#sec-how { padding: 90px 0; background: var(--tk-cream-2); position: relative; }
#sec-how .mash-bg { position: absolute; inset: 0; color: var(--tk-petrol); opacity: 0.04; }
.how-head { text-align: center; margin-bottom: 50px; }
.how-head .sec-sub { margin: 0 auto; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; }
.how-route { position: absolute; top: 56px; inset-inline: 14%; height: 2px; border-top: 2.5px dashed rgba(14,42,51,0.2); z-index: 0; }
.how-card { background: var(--surface); border-radius: var(--r-2xl); padding: 30px 24px; text-align: center; box-shadow: var(--sh-sm); position: relative; z-index: 1; }
.how-step { width: 30px; height: 30px; border-radius: var(--r-pill); background: var(--tk-petrol); color: var(--tk-cream); font-family: var(--f-display); font-weight: 900; font-size: 14px; display: grid; place-items: center; position: absolute; top: 18px; inset-inline-end: 18px; }
.how-ic { width: 88px; height: 88px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 18px; font-size: 40px; background: rgba(242,192,20,0.18); overflow: hidden; }
.how-ic img { width: 44px; height: 44px; object-fit: contain; }
.how-card h3 { font-family: var(--f-display); font-weight: 900; font-size: 21px; color: var(--tk-petrol); margin: 0 0 8px; }
.how-card p { font-size: 14.5px; color: var(--tk-muted); line-height: 1.6; margin: 0; }

/* ---- PAYMENTS (Wayl) ---- */
#sec-pay { padding: 90px 0; background: var(--tk-cream); }
.pay-head { text-align: center; margin-bottom: 44px; }
.pay-head .sec-sub { margin: 0 auto; }
.pay-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 880px; margin: 0 auto; }
.pay-tile { border-radius: var(--r-2xl); padding: 28px; position: relative; overflow: hidden; border: 2px solid transparent; transition: transform .2s; }
.pay-tile:hover { transform: translateY(-3px); }
.pay-cash { background: var(--tk-petrol); color: var(--tk-cream); }
.pay-cash .mash-layer { position: absolute; inset: 0; color: var(--tk-yellow); opacity: 0.06; }
.pay-wallet { background: linear-gradient(150deg, var(--tk-yellow), var(--tk-yellow-d)); color: var(--tk-petrol); cursor: pointer; }
.pay-ic { width: 56px; height: 56px; border-radius: var(--r-lg); display: grid; place-items: center; margin-bottom: 16px; font-size: 28px; }
.pay-tile h3 { font-family: var(--f-display); font-weight: 900; font-size: 24px; margin: 0 0 8px; }
.pay-tile p { font-size: 14.5px; line-height: 1.6; margin: 0; opacity: 0.9; }
.wallet-rail { max-height: 0; opacity: 0; overflow: hidden; transition: max-height .4s, opacity .4s, margin .4s; margin-top: 0; }
.pay-wallet.expanded .wallet-rail { max-height: 320px; opacity: 1; margin-top: 20px; }
.wayl-badge { display: inline-flex; align-items: center; gap: 7px; background: var(--tk-petrol); color: var(--tk-cream); padding: 6px 12px; border-radius: var(--r-pill); font-family: var(--f-display); font-weight: 800; font-size: 12.5px; margin-bottom: 14px; }
.logo-rail { display: flex; flex-wrap: wrap; gap: 10px; }
.bank-logo { background: var(--tk-cream); border-radius: var(--r-md); padding: 10px 14px; display: flex; align-items: center; gap: 8px; box-shadow: var(--sh-sm); font-family: var(--f-display); font-weight: 800; font-size: 13px; color: var(--tk-petrol); }
.bank-logo img { height: 22px; width: auto; display: block; }
.bank-logo .mk { width: 22px; height: 22px; border-radius: 6px; display: grid; place-items: center; color: #fff; font-size: 11px; font-weight: 900; }
.pay-min { text-align: center; margin-top: 22px; font-size: 13.5px; color: var(--tk-muted); font-family: var(--f-display); font-weight: 700; }
.wallet-hint { margin-top: 14px; font-size: 13px; font-family: var(--f-display); font-weight: 700; opacity: 0.7; display: flex; align-items: center; gap: 6px; }

/* ---- ECOSYSTEM ---- */
#sec-eco { padding: 90px 0; background: var(--tk-petrol); color: var(--tk-cream); position: relative; overflow: hidden; }
#sec-eco .mash-layer { position: absolute; inset: 0; color: var(--tk-yellow); opacity: 0.05; }
.eco-head { text-align: center; margin-bottom: 50px; position: relative; }
.eco-head h2 { color: var(--tk-cream); }
.eco-head .eyebrow { color: var(--tk-yellow); }
.eco-head .sec-sub { color: rgba(251,244,228,0.7); margin: 0 auto; }
.eco-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; }
.eco-card { background: rgba(251,244,228,0.05); border: 1px solid rgba(251,244,228,0.1); border-radius: var(--r-xl); padding: 26px; transition: background .2s, transform .2s; }
.eco-card:hover { background: rgba(251,244,228,0.09); transform: translateY(-3px); }
.eco-ic { width: 52px; height: 52px; border-radius: var(--r-md); display: grid; place-items: center; margin-bottom: 14px; font-size: 26px; background: rgba(242,192,20,0.15); overflow: hidden; }
.eco-ic img { width: 28px; height: 28px; object-fit: contain; }
.eco-card h3 { font-family: var(--f-display); font-weight: 800; font-size: 18px; margin: 0 0 6px; color: var(--tk-cream); }
.eco-card p { font-size: 13.5px; line-height: 1.6; margin: 0; color: rgba(251,244,228,0.65); }

/* ---- CAPTAIN ---- */
#sec-captain { padding: 90px 0; background: var(--tk-cream-2); }
.captain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.captain-hero { background: linear-gradient(150deg, var(--tk-yellow), var(--tk-yellow-d)); border-radius: var(--r-2xl); padding: 36px; position: relative; overflow: hidden; box-shadow: var(--sh-lg); }
.captain-hero .mash-layer { position: absolute; inset: 0; color: var(--tk-petrol); opacity: 0.08; }
.captain-earn { font-family: var(--f-display); font-weight: 900; color: var(--tk-petrol); }
.captain-earn .big { font-size: 52px; line-height: 1; }
.captain-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.captain-list li { display: flex; gap: 12px; align-items: flex-start; }
.captain-list .ck { width: 30px; height: 30px; border-radius: 50%; background: var(--tk-mint); color: #fff; display: grid; place-items: center; flex: 0 0 auto; font-weight: 900; font-size: 14px; }
.captain-list .ck.clay { background: var(--tk-clay); }
.captain-list .ck.petrol { background: var(--tk-petrol); }
.captain-list .ck.yellow { background: var(--tk-yellow); color: var(--tk-petrol); }
.captain-list strong { font-family: var(--f-display); font-weight: 800; font-size: 16px; color: var(--tk-petrol); display: block; }
.captain-list span { font-size: 13.5px; color: var(--tk-muted); }
.captain-word { font-family: var(--f-display); font-weight: 900; font-size: 30px; color: var(--tk-petrol); }
.captain-word .deco { font-family: var(--f-deco); font-style: italic; color: var(--tk-clay); }
.commission-badge { display: inline-block; background: var(--tk-petrol); color: var(--tk-cream); padding: 8px 16px; border-radius: var(--r-md); font-family: var(--f-display); font-weight: 900; font-size: 17px; margin-top: 14px; }
.commission-badge .amt { color: var(--tk-yellow); }

/* ---- CAR TEASER ---- */
#sec-car { padding: 100px 0; background: linear-gradient(180deg, #0A2027, var(--tk-petrol)); color: var(--tk-cream); overflow: hidden; text-align: center; position: relative; }
#sec-car .mash-layer { position: absolute; inset: 0; color: var(--tk-sand); opacity: 0.04; }
.car-badge { display: inline-block; background: rgba(242,192,20,0.16); color: var(--tk-yellow); padding: 7px 18px; border-radius: var(--r-pill); font-family: var(--f-display); font-weight: 800; font-size: 14px; margin-bottom: 18px; letter-spacing: 1px; }
#sec-car h2 { color: var(--tk-cream); margin-bottom: 14px; }
.car-stage { margin: 30px auto 0; max-width: 520px; opacity: 0.25; transform: translateY(40px) scale(0.92); filter: blur(3px); transition: opacity 1s, transform 1s, filter 1s; }
#sec-car.car-in .car-stage { opacity: 1; transform: none; filter: none; }
.roof-a { animation: roofA 4s ease-in-out infinite; }
.roof-b { animation: roofB 4s ease-in-out infinite; }
@keyframes roofA { 0%,42%{opacity:1} 50%,92%{opacity:0} 100%{opacity:1} }
@keyframes roofB { 0%,42%{opacity:0} 50%,92%{opacity:1} 100%{opacity:0} }
@media (prefers-reduced-motion: reduce){ .roof-a,.roof-b{animation:none!important} .roof-b{opacity:0!important} .car-stage{opacity:1!important;transform:none!important;filter:none!important} }
.car-waitlist { display: flex; gap: 10px; max-width: 420px; margin: 32px auto 0; }
.car-waitlist input { flex: 1; }

/* ---- APP DOWNLOAD ---- */
#sec-download { padding: 90px 0; background: var(--tk-cream); }
.dl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.store-group { margin-top: 20px; }
.store-group h4 { font-family: var(--f-display); font-weight: 800; font-size: 15px; color: var(--tk-petrol); margin: 18px 0 10px; display: flex; align-items: center; gap: 8px; }
.store-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.store-badge { display: flex; align-items: center; gap: 10px; background: var(--tk-petrol); color: var(--tk-cream); padding: 10px 18px; border-radius: var(--r-md); text-decoration: none; }
.store-badge .s1 { font-size: 11px; opacity: 0.75; }
.store-badge .s2 { font-family: var(--f-display); font-weight: 800; font-size: 15px; }
.dl-phones { display: flex; justify-content: center; position: relative; }
.dl-phone { width: 210px; border-radius: 30px; overflow: hidden; box-shadow: var(--sh-xl); border: 7px solid var(--tk-petrol); background: var(--tk-petrol); }
.dl-phone img { width: 100%; display: block; }
.qr { width: 96px; height: 96px; border-radius: var(--r-md); background: #fff; padding: 8px; box-shadow: var(--sh-md); margin-top: 18px; }

/* ---- TESTIMONIALS ---- */
#sec-testi { padding: 90px 0; background: var(--tk-cream-2); overflow: hidden; }
.testi-head { text-align: center; margin-bottom: 40px; }
.testi-viewport { overflow: hidden; max-width: 720px; margin: 0 auto; }
#testi-track { display: flex; transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.testi-slide { min-width: 100%; padding: 0 10px; }
.testi-card { background: var(--surface); border-radius: var(--r-2xl); padding: 34px; box-shadow: var(--sh-md); text-align: center; }
.testi-quote { font-family: var(--f-deco); font-size: 60px; color: var(--tk-yellow); line-height: 0.5; height: 30px; }
.testi-text { font-size: 18px; line-height: 1.8; color: var(--tk-petrol); margin: 16px 0 22px; }
.testi-stars { color: var(--tk-yellow); font-size: 18px; letter-spacing: 2px; margin-bottom: 14px; }
.testi-person { display: flex; align-items: center; justify-content: center; gap: 12px; }
.testi-av { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; font-family: var(--f-display); font-weight: 900; color: var(--tk-cream); overflow: hidden; }
.testi-av img { width: 100%; height: 100%; object-fit: cover; }
.testi-name { font-family: var(--f-display); font-weight: 800; font-size: 15px; color: var(--tk-petrol); }
.testi-loc { font-size: 12.5px; color: var(--tk-muted); }
.testi-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 26px; }
.testi-arrow { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--surface); cursor: pointer; display: grid; place-items: center; font-size: 20px; color: var(--tk-petrol); }
.testi-arrow:hover { background: var(--tk-petrol); color: var(--tk-cream); }
#testi-dots { display: flex; gap: 6px; }
.testi-dot { width: 8px; height: 8px; border-radius: 50%; border: none; background: rgba(14,42,51,0.2); cursor: pointer; }
.testi-dot.active { background: var(--tk-clay); width: 22px; border-radius: 5px; }

/* ---- NEWSLETTER ---- */
#sec-news { padding: 80px 0; background: var(--tk-cream); }
.news-card { background: var(--tk-petrol); border-radius: var(--r-2xl); padding: 48px; text-align: center; position: relative; overflow: hidden; }
.news-card .mash-layer { position: absolute; inset: 0; color: var(--tk-yellow); opacity: 0.06; }
.news-card h2 { color: var(--tk-cream); position: relative; }
.news-card p { color: rgba(251,244,228,0.7); position: relative; margin: 8px 0 24px; }
.news-form { display: flex; gap: 10px; max-width: 440px; margin: 0 auto; position: relative; }
.news-form input { flex: 1; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .hero-grid, .captain-grid, .dl-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .how-grid, .eco-grid { grid-template-columns: 1fr; }
  .how-route { display: none; }
  .pay-tiles { grid-template-columns: 1fr; }
}

/* ---- Reduced motion: show content without scroll-reveal motion ---- */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .scroll-hint .mouse::after { animation: none !important; }
}
