:root{
  --red:#FF0000;
  --red-dark:#D90000;
  --red-tint:#FFECEC;
  --red-tint-2:#FFF5F5;
  --white:#FFFFFF;
  --ink:#1A1A1E;
  --steel:#70737C;
  --steel-light:#9C9FA6;
  --line:#EFEFF1;
  --surface:#FAFAFA;
  --display: 'Outfit', -apple-system, sans-serif;
  --body: 'Plus Jakarta Sans', -apple-system, sans-serif;
  --radius-sm:12px;
  --radius-md:18px;
  --radius-lg:28px;
  --shadow-sm:0 2px 10px rgba(20,20,25,0.06);
  --shadow-md:0 12px 32px rgba(20,20,25,0.09);
  --shadow-red:0 12px 28px rgba(255,0,0,0.22);
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--white); color:var(--ink); font-family:var(--body); -webkit-font-smoothing:antialiased; line-height:1.5;}
@media (prefers-reduced-motion: reduce){ *{animation-duration:0.001ms !important; transition-duration:0.001ms !important;} }
a{color:inherit; text-decoration:none;}
.wrap{max-width:1240px; margin:0 auto; padding:0 32px;}
:focus-visible{outline:2px solid var(--red); outline-offset:2px; border-radius:4px;}

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--body); font-weight:700; font-size:12.5px; letter-spacing:0.02em;
  color:var(--red); background:var(--red-tint); padding:7px 16px 7px 12px; border-radius:999px;
}
.eyebrow::before{content:""; width:7px; height:7px; border-radius:50%; background:var(--red);}
.rule{border:none; border-top:1px solid var(--line); margin:0;}

/* HEADER */
header{position:sticky; top:0; z-index:50; background:rgba(255,255,255,0.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--line);}
.nav-inner{display:flex; align-items:center; justify-content:space-between; height:78px;}
.logo{display:flex; align-items:center; gap:10px; font-family:var(--display); font-weight:800; font-size:21px; letter-spacing:-0.01em; color:var(--ink);}
.logo img{height:34px; width:34px; display:block; border-radius:50%;}
.logo span{color:var(--red);}
nav ul{list-style:none; display:none; gap:8px;}
@media(min-width:900px){nav ul{display:flex;}}
nav ul li a{font-size:14.5px; font-weight:600; padding:9px 14px; border-radius:999px; transition:background .15s ease;}
nav ul li a:hover{background:var(--red-tint); color:var(--red);}
.nav-right{display:flex; align-items:center; gap:14px;}
.langswitch{display:flex; gap:3px; background:var(--surface); padding:4px; border-radius:999px;}
.langswitch button{background:none; border:none; padding:7px 11px; cursor:pointer; color:var(--steel); font-family:var(--body); font-weight:700; font-size:12px; border-radius:999px; transition:all .15s ease;}
.langswitch button.active{background:var(--white); color:var(--ink); box-shadow:var(--shadow-sm);}
.btn{display:inline-block; background:var(--red); color:#fff !important; font-weight:700; font-size:14.5px; padding:13px 26px; border:none; cursor:pointer; border-radius:999px; box-shadow:var(--shadow-red); transition:transform .15s ease, box-shadow .15s ease;}
.btn:hover{background:var(--red-dark); transform:translateY(-1px); box-shadow:0 16px 34px rgba(255,0,0,0.28);}
.navcta{display:none;}
@media(min-width:900px){.navcta{display:inline-block;}}

/* BREADCRUMB */
.breadcrumb{font-family:var(--body); font-weight:600; font-size:13px; color:var(--steel-light); padding:22px 0 0;}
.breadcrumb a:hover{color:var(--red);}

/* HERO */
.hero{padding:64px 0 100px;}
.hero-grid{display:grid; grid-template-columns:1fr; gap:48px;}
@media(min-width:960px){.hero-grid{grid-template-columns:1.1fr 0.9fr; align-items:center;}}
h1{font-family:var(--display); font-size:clamp(38px, 6vw, 72px); font-weight:800; line-height:1.02; letter-spacing:-0.02em; margin:22px 0 22px; color:var(--ink);}
h1 em{font-style:normal; color:var(--red);}
.hero-sub{font-size:17.5px; color:var(--steel); max-width:460px; margin-bottom:32px; line-height:1.6;}
.store-row{display:flex; flex-wrap:wrap; gap:12px; align-items:center;}
.storebtn{display:flex; align-items:center; gap:8px; border:2px solid var(--ink); padding:11px 20px; font-size:13.5px; font-weight:700; border-radius:999px; transition:all .15s ease;}
.storebtn:hover{background:var(--ink); color:#fff; border-color:var(--ink);}

/* Signature ride card (replaces the old departure board) */
.board{
  background:var(--white); border-radius:var(--radius-lg); padding:28px; box-shadow:var(--shadow-md);
  border:1px solid var(--line); position:relative; overflow:hidden;
}
.board-head{display:flex; justify-content:space-between; align-items:center; font-family:var(--body); font-weight:700; font-size:12.5px; letter-spacing:0.02em; color:var(--steel-light); margin-bottom:18px; text-transform:uppercase;}
.board-head span:last-child{background:var(--red-tint); color:var(--red); padding:5px 11px; border-radius:999px; font-size:11.5px;}
.board-row{display:grid; grid-template-columns:auto 1fr auto; gap:14px; padding:14px 0; border-top:1px solid var(--line); font-size:14.5px; align-items:center; font-weight:600;}
.board-row:first-of-type{border-top:none;}
.board-row span:first-child{width:26px; height:26px; border-radius:50%; background:var(--red-tint); color:var(--red); display:flex; align-items:center; justify-content:center; font-size:11.5px; font-weight:800;}
.board-eta{color:var(--red); font-weight:800; text-align:right;}
.flip{display:inline-block; animation:flip 6s infinite;}
@keyframes flip{0%, 92%{opacity:1; transform:translateY(0);} 96%{opacity:0; transform:translateY(-3px);} 100%{opacity:1; transform:translateY(0);}}

/* Route ribbon signature (homepage hero only) */
.route-ribbon{position:absolute; top:-10px; right:-30px; width:160px; height:160px; opacity:0.5; pointer-events:none;}

/* STATS STRIP */
.stats{border-bottom:1px solid var(--line); background:var(--surface);}
.stats-grid{display:grid; grid-template-columns:repeat(2,1fr);}
@media(min-width:720px){.stats-grid{grid-template-columns:repeat(4,1fr);}}
.stat{padding:32px; border-left:1px solid var(--line);}
.stat:first-child{border-left:none;}
.stat b{font-family:var(--display); display:block; font-size:32px; font-weight:800; letter-spacing:-0.01em; color:var(--ink);}
.stat span{font-size:13.5px; color:var(--steel);}

/* SECTIONS */
section{padding:92px 0;}
.sec-head{display:grid; grid-template-columns:1fr; gap:18px; margin-bottom:52px;}
@media(min-width:900px){.sec-head{grid-template-columns:1fr 1fr; align-items:end;}}
.sec-head h2{font-family:var(--display); font-size:clamp(26px,3.6vw,42px); font-weight:800; letter-spacing:-0.01em; margin-top:14px; color:var(--ink);}
.sec-head p{color:var(--steel); font-size:16px; max-width:420px;}

/* HOW IT WORKS */
.steps{display:grid; grid-template-columns:1fr; gap:20px;}
@media(min-width:900px){.steps{grid-template-columns:repeat(3,1fr);}}
.step{background:var(--surface); border-radius:var(--radius-md); padding:30px; transition:transform .2s ease, box-shadow .2s ease;}
.step:hover{transform:translateY(-3px); box-shadow:var(--shadow-sm);}
.step .n{width:36px; height:36px; border-radius:50%; background:var(--red); color:#fff; font-family:var(--display); font-weight:800; font-size:14px; display:flex; align-items:center; justify-content:center; margin-bottom:18px;}
.step h3{font-family:var(--display); font-size:20px; font-weight:700; margin-bottom:10px; color:var(--ink);}
.step p{color:var(--steel); font-size:15px; line-height:1.6;}

/* FARE CALCULATOR */
.calc-wrap{background:var(--surface); border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-sm);}
.calc-grid{display:grid; grid-template-columns:1fr;}
@media(min-width:860px){.calc-grid{grid-template-columns:1fr 1fr;}}
.calc-form{padding:44px;}
.calc-field{margin-bottom:22px;}
.calc-field label{display:block; font-weight:700; font-size:13px; color:var(--steel); margin-bottom:8px;}
.calc-field select, .calc-field input[type=text]{width:100%; padding:14px 16px; border:2px solid var(--line); background:var(--white); font-family:var(--body); font-size:15px; border-radius:var(--radius-sm); transition:border-color .15s ease;}
.calc-field input[type=text]:focus, .calc-field select:focus{outline:none; border-color:var(--red);}
.autocomplete-field{position:relative;}
.autocomplete-list{
  display:none; position:absolute; top:calc(100% + 4px); left:0; right:0; z-index:30;
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius-sm);
  max-height:220px; overflow-y:auto; list-style:none; box-shadow:var(--shadow-md);
}
.autocomplete-list li{padding:12px 16px; font-size:14px; cursor:pointer; border-top:1px solid var(--line);}
.autocomplete-list li:first-child{border-top:none;}
.autocomplete-list li:hover{background:var(--red-tint-2);}
.calc-form .btn{width:100%; text-align:center; margin-top:8px; border:none;}
.calc-status{font-size:12.5px; font-weight:600; color:var(--steel); margin-top:12px; min-height:16px;}
.calc-status.is-error{color:var(--red);}
.calc-result{padding:44px; display:flex; flex-direction:column; justify-content:center; background:var(--ink); color:#fff; position:relative; overflow:hidden;}
.calc-result::before{content:""; position:absolute; top:-60px; right:-60px; width:180px; height:180px; border-radius:50%; background:var(--red); opacity:0.18;}
.calc-result .label{font-weight:700; font-size:12.5px; letter-spacing:0.02em; text-transform:uppercase; color:#9C9FA6; margin-bottom:10px; position:relative;}
.calc-price{font-family:var(--display); font-size:52px; font-weight:800; color:#fff; line-height:1; position:relative;}
.calc-meta{font-size:13.5px; color:#C9CCD1; margin-top:12px; font-weight:600; position:relative;}
.calc-note{font-size:13px; color:#9C9FA6; margin-top:20px; max-width:320px; position:relative;}
.calc-attr{font-size:11px; color:#7A7D85; margin-top:14px; position:relative;}

/* CITIES */
.cities-wrap{background:var(--surface);}
.city-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:14px;}
@media(min-width:720px){.city-grid{grid-template-columns:repeat(3,1fr);}}
.city{background:var(--white); border-radius:var(--radius-md); padding:26px; display:block; box-shadow:var(--shadow-sm); transition:transform .2s ease, box-shadow .2s ease;}
.city:hover{transform:translateY(-4px); box-shadow:var(--shadow-md);}
.city .code{font-size:12px; font-weight:700; color:var(--red); background:var(--red-tint); display:inline-block; padding:4px 10px; border-radius:999px; margin-bottom:12px;}
.city .name{display:block; font-size:19px; font-weight:700; font-family:var(--display); color:var(--ink);}

/* FEATURES */
.feat-grid{display:grid; grid-template-columns:1fr; gap:16px;}
@media(min-width:720px){.feat-grid{grid-template-columns:repeat(3,1fr);}}
.feat{background:var(--white); border:1px solid var(--line); border-radius:var(--radius-md); padding:32px; transition:transform .2s ease, box-shadow .2s ease;}
.feat:hover{transform:translateY(-3px); box-shadow:var(--shadow-sm);}
.feat h3{font-family:var(--display); font-size:18px; font-weight:700; margin-bottom:10px; color:var(--ink);}
.feat p{color:var(--steel); font-size:14.5px; line-height:1.6;}
.feat .dot{width:40px; height:40px; border-radius:12px; background:var(--red-tint); margin-bottom:18px;}

/* ROUTE LIST (city pages) */
.route-list{border-top:1px solid var(--line);}
.route-row{display:grid; grid-template-columns:1fr auto auto; gap:16px; align-items:center; padding:20px 4px; border-bottom:1px solid var(--line); font-size:15px;}
.route-row .from-to{font-weight:700; color:var(--ink);}
.route-row .time{color:var(--steel); font-size:13px; font-weight:600;}
.route-row .price{font-weight:800; color:var(--red);}

/* DRIVER CTA */
.drivercta{background:var(--red);}
.drivercta-grid{display:grid; grid-template-columns:1fr; gap:24px; align-items:center; padding:64px 0;}
@media(min-width:900px){.drivercta-grid{grid-template-columns:1.3fr 0.7fr;}}
.drivercta .eyebrow{background:rgba(255,255,255,0.18); color:#fff;}
.drivercta .eyebrow::before{background:#fff;}
.drivercta h2{font-family:var(--display); font-size:clamp(24px,3.4vw,40px); font-weight:800; letter-spacing:-0.01em; color:#fff; margin-top:14px;}
.drivercta .btn{background:#fff; color:var(--red) !important; box-shadow:0 12px 28px rgba(0,0,0,0.15);}
.drivercta .btn:hover{background:#fff; color:var(--red-dark) !important; transform:translateY(-1px);}

/* FAQ */
.faq-item{background:var(--surface); border-radius:var(--radius-md); margin-bottom:12px; padding:0 24px;}
.faq-q{width:100%; text-align:left; background:none; border:none; cursor:pointer; padding:22px 0; display:flex; justify-content:space-between; align-items:center; gap:16px; font-size:16.5px; font-weight:700; font-family:var(--body); color:var(--ink);}
.faq-q .plus{width:28px; height:28px; border-radius:50%; background:var(--red-tint); color:var(--red); font-size:17px; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:transform .2s ease;}
.faq-a{max-height:0; overflow:hidden; transition:max-height .3s ease;}
.faq-a p{color:var(--steel); padding-bottom:22px; font-size:15px; line-height:1.6; max-width:640px;}
.faq-item.open .faq-a{max-height:220px;}
.faq-item.open .plus{transform:rotate(45deg);}

/* FOOTER */
footer{background:var(--ink); color:#fff; padding:60px 0 28px; border-radius:32px 32px 0 0; margin-top:24px;}
.foot-grid{display:grid; grid-template-columns:1fr; gap:40px;}
@media(min-width:900px){.foot-grid{grid-template-columns:1.4fr repeat(3,1fr);}}
footer .logo{color:#fff;}
footer h4{font-family:var(--body); font-weight:700; font-size:12.5px; letter-spacing:0.02em; text-transform:uppercase; color:#9C9FA6; margin-bottom:16px;}
footer ul{list-style:none;}
footer ul li{margin-bottom:11px; font-size:14px;}
footer ul li a:hover{color:var(--red);}
footer a[href^="mailto"]{color:inherit;}
.foot-bottom{display:flex; flex-wrap:wrap; justify-content:space-between; gap:12px; border-top:1px solid #2A2A30; margin-top:48px; padding-top:24px; font-size:12.5px; color:#7A7D85; font-weight:600;}
