/* Bangkok Taxi Services — night-city express.
 * Navy of the expressway at night, the city's pink taxi for every action,
 * roof-sign yellow for prices. System fonts only: nothing to download. */
:root {
  --navy: #0c1c36; --navy-2: #13294d; --navy-3: #1d3866;
  --pink: #d4146f; --pink-2: #b80d63;
  --sign: #ffd21f;
  --ink: #111827; --ink-2: #374151; --ink-3: #5b6474;
  --paper: #f4f6fa; --line: #dfe4ec; --card: #fff;
  --ok: #0f7a41;
  --r: 14px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Noto Sans Thai", "Leelawadee UI", Thonburi, Tahoma, sans-serif;
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font: 16px/1.55 var(--font); color: var(--ink); background: var(--paper); }
:lang(th) body { line-height: 1.7; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--pink-2); }
h1, h2, h3 { line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.01em; }
:lang(th) h1, :lang(th) h2, :lang(th) h3 { line-height: 1.35; letter-spacing: 0; }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.1rem); font-weight: 800; }
h3 { font-size: 1.15rem; font-weight: 700; }
p { margin: 0 0 1em; }
.wrap { width: min(100% - 32px, 1200px); margin-inline: auto; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--sign); outline-offset: 2px; }

/* ── header ─────────────────────────────────────────────── */
.top { background: var(--navy); color: #fff; position: sticky; top: 0; z-index: 30; }
.top .wrap { display: flex; align-items: center; gap: 14px; min-height: 60px; }
.brand { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-weight: 800; line-height: 1.1; }
.brand img { width: 38px; height: 38px; }
.brand span { font-size: 1.02rem; }
.brand small { display: block; font-size: .72rem; font-weight: 600; color: #c9d3e6; letter-spacing: .02em; }
.nav { display: none; gap: 22px; margin-left: auto; }
.nav a { color: #e6ebf4; text-decoration: none; font-weight: 600; font-size: .95rem; }
.nav a:hover { color: #fff; }
.tools { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.lang { color: #c9d3e6; font-size: .85rem; font-weight: 700; text-decoration: none; padding: 6px 8px; border: 1px solid #2b4570; border-radius: 8px; }
.wa { display: inline-flex; align-items: center; gap: 6px; background: #25d366; color: #06301a; font-weight: 800; font-size: .88rem; padding: 7px 11px; border-radius: 999px; text-decoration: none; }
.wa svg { width: 18px; height: 18px; }
.cta-top { display: none; background: var(--pink); color: #fff; font-weight: 800; text-decoration: none; padding: 9px 16px; border-radius: 10px; }
@media (min-width: 980px) {
  .nav { display: flex; }
  .tools { margin-left: 18px; }
  .cta-top { display: inline-block; }
}

/* ── hero ───────────────────────────────────────────────── */
.hero { position: relative; color: #fff; background: var(--navy); overflow: hidden; }
.hero picture, .hero .shade { position: absolute; inset: 0; }
.hero picture img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 60%; }
.hero .shade { background: linear-gradient(180deg, rgba(8,18,38,.55) 0%, rgba(8,18,38,.35) 38%, rgba(8,18,38,.92) 100%); }
.hero .wrap { position: relative; display: grid; gap: 18px; padding: 22px 0 26px; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--sign); }
.hero h1 { font-size: clamp(1.9rem, 6.6vw, 3.3rem); font-weight: 850; margin: 6px 0 8px; text-wrap: balance; }
:lang(th) .hero h1 { font-size: clamp(1.7rem, 6vw, 2.8rem); }
.lede { font-size: 1.05rem; color: #e6ebf4; max-width: 36rem; margin: 0; }
.lede b { color: var(--sign); }
.chips { display: flex; flex-wrap: wrap; gap: 6px 8px; margin: 12px 0 0; padding: 0; list-style: none; }
.chips li { font-size: .82rem; font-weight: 700; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); padding: 5px 10px; border-radius: 999px; }
.trust { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; margin-top: 12px; font-size: .9rem; color: #e6ebf4; }
.trust a { color: #fff; font-weight: 700; text-decoration: none; }
.stars { color: var(--sign); letter-spacing: 1px; }
.hide-m { display: none; }
.nb { white-space: nowrap; }
@media (max-width: 979px) { .bk-h { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); } .hero .wrap { gap: 14px; padding-top: 16px; } .lede { font-size: .98rem; } }
.trust-m .trust { margin: 0; }
@media (min-width: 980px) {
  .hero { min-height: 620px; }
  .hero .shade { background: linear-gradient(90deg, rgba(8,18,38,.9) 0%, rgba(8,18,38,.62) 45%, rgba(8,18,38,.25) 100%); }
  .hero .wrap { grid-template-columns: minmax(0, 1fr) 430px; align-items: center; padding: 56px 0; gap: 48px; }
  .hide-m { display: flex; }
  .trust-m { display: none; }
}

/* ── the booking widget ─────────────────────────────────── */
.bk { background: var(--card); color: var(--ink); border-radius: var(--r); padding: 16px; box-shadow: 0 18px 50px rgba(3,10,25,.35); }
.bk h2 { font-size: 1.15rem; margin: 0 0 10px; display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.bk h2 small { font-size: .78rem; font-weight: 700; color: var(--ok); }
.tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; background: var(--paper); border-radius: 10px; padding: 4px; margin-bottom: 12px; }
.tabs button { font: inherit; font-size: .8rem; font-weight: 800; border: 0; background: transparent; color: var(--ink-2); padding: 8px 4px; border-radius: 8px; cursor: pointer; line-height: 1.2; }
.tabs button[aria-pressed="true"] { background: var(--navy); color: #fff; }
.pair { display: grid; grid-template-columns: 1fr auto 1fr; gap: 6px; align-items: end; }
.fld { display: grid; gap: 4px; font-size: .78rem; font-weight: 800; color: var(--ink-3); text-transform: uppercase; letter-spacing: .03em; min-width: 0; }
:lang(th) .fld { text-transform: none; letter-spacing: 0; font-size: .85rem; }
select, input, textarea { font: inherit; font-size: 16px; color: var(--ink); background: #fff; border: 1.5px solid var(--line); border-radius: 10px; padding: 10px 11px; width: 100%; min-width: 0; }
select:focus, input:focus, textarea:focus { border-color: var(--navy-3); outline: 3px solid rgba(212,20,111,.25); outline-offset: 0; }
.swap { font: inherit; width: 38px; height: 44px; border: 1.5px solid var(--line); background: #fff; border-radius: 10px; cursor: pointer; color: var(--navy); font-size: 1.1rem; font-weight: 800; }
.cars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; border: 0; margin: 12px 0 0; padding: 0; min-width: 0; }
.cars legend { font-size: .78rem; font-weight: 800; color: var(--ink-3); text-transform: uppercase; letter-spacing: .03em; margin-bottom: 4px; padding: 0; }
:lang(th) .cars legend { text-transform: none; letter-spacing: 0; font-size: .85rem; }
.car { position: relative; display: grid; gap: 1px; justify-items: center; text-align: center; border: 1.5px solid var(--line); border-radius: 12px; padding: 8px 4px 7px; cursor: pointer; background: #fff; }
.car input { position: absolute; opacity: 0; pointer-events: none; }
.car svg { width: 46px; height: 26px; color: var(--navy-3); }
.car span { font-weight: 800; font-size: .88rem; }
.car small { font-size: .7rem; color: var(--ink-3); font-weight: 600; }
.car b { font-size: .98rem; color: var(--ink); }
.car:has(input:checked) { border-color: var(--pink); box-shadow: inset 0 0 0 1.5px var(--pink); background: #fff5fa; }
.car:has(input:focus-visible) { outline: 3px solid var(--sign); outline-offset: 1px; }
.when { display: grid; grid-template-columns: 1.3fr 1fr; gap: 8px; margin-top: 12px; }
.go { width: 100%; margin-top: 12px; font: inherit; font-size: 1.08rem; font-weight: 850; color: #fff; background: var(--pink); border: 0; border-radius: 12px; padding: 14px 16px; cursor: pointer; display: flex; justify-content: center; gap: 8px; }
.go:hover { background: var(--pink-2); }
.fine { margin: 8px 0 0; font-size: .8rem; color: var(--ink-3); text-align: center; }
.fine b { color: var(--ok); }

/* ── sections ───────────────────────────────────────────── */
section.band { padding: 54px 0; }
section.band.white { background: #fff; }
section.band.dark { background: var(--navy); color: #fff; }
.kicker { font-size: .8rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; color: var(--pink); margin: 0 0 6px; }
:lang(th) .kicker { letter-spacing: .02em; }
.dark .kicker { color: var(--sign); }
.sub { color: var(--ink-3); max-width: 44rem; }
.dark .sub { color: #c9d3e6; }

/* airport fares: two big tickets */
.air { display: grid; gap: 16px; margin-top: 22px; }
.ticket { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px; display: grid; gap: 12px; }
.ticket .code { display: inline-block; font-weight: 900; font-size: .8rem; color: #fff; background: var(--navy); padding: 3px 8px; border-radius: 6px; letter-spacing: .06em; }
.ticket h3 { margin: 4px 0 0; }
.ticket .how { color: var(--ink-3); font-size: .93rem; margin: 0; }
.prices3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.prices3 div { background: var(--paper); border-radius: 10px; padding: 8px; text-align: center; }
.prices3 small { display: block; font-size: .72rem; font-weight: 800; color: var(--ink-3); text-transform: uppercase; }
:lang(th) .prices3 small { text-transform: none; }
.prices3 b { font-size: 1.12rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 850; text-decoration: none; border-radius: 12px; padding: 12px 18px; }
.btn.pink { background: var(--pink); color: #fff; }
.btn.pink:hover { background: var(--pink-2); }
.btn.ghost { border: 1.5px solid var(--line); color: var(--navy); background: #fff; }
.btn.line { background: #06c755; color: #052e16; }
.btn.wa2 { background: #25d366; color: #06301a; }
@media (min-width: 800px) { .air { grid-template-columns: 1fr 1fr; } }

/* routes out of Bangkok */
.routes { margin-top: 20px; display: grid; gap: 10px; }
.rt { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; text-decoration: none; color: var(--ink); }
.rt:hover { border-color: var(--pink); }
.rt .to { font-weight: 800; font-size: 1.02rem; }
.rt .meta { grid-column: 1; font-size: .85rem; color: var(--ink-3); }
.rt .p { grid-row: 1 / span 2; grid-column: 2; text-align: right; font-size: .78rem; color: var(--ink-3); font-weight: 700; }
.rt .p b { display: block; font-size: 1.2rem; color: var(--ink); }
.rt .p span { color: var(--pink-2); font-weight: 850; }
@media (min-width: 760px) { .routes { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .routes { grid-template-columns: 1fr 1fr 1fr; } }

/* fleet */
.fleet { display: grid; gap: 18px; margin-top: 22px; }
.fleet picture img { border-radius: var(--r); width: 100%; aspect-ratio: 21 / 9; object-fit: cover; }
.specs { display: grid; gap: 10px; }
.spec { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; display: grid; grid-template-columns: 54px 1fr auto; gap: 12px; align-items: center; }
.spec svg { width: 54px; height: 30px; color: var(--navy-3); }
.spec b { display: block; }
.spec small { color: var(--ink-3); }
.spec .p { font-weight: 850; text-align: right; }
.spec .p small { display: block; font-weight: 700; }
@media (min-width: 900px) { .specs { grid-template-columns: repeat(3, 1fr); } .spec { grid-template-columns: auto 1fr; } .spec .p { grid-column: 1 / -1; text-align: left; } }

/* steps + reasons */
.steps { counter-reset: s; display: grid; gap: 14px; margin: 22px 0 0; padding: 0; list-style: none; }
.steps li { counter-increment: s; background: var(--navy-2); border-radius: var(--r); padding: 18px 18px 18px 64px; position: relative; color: #e6ebf4; }
.steps li::before { content: counter(s); position: absolute; left: 18px; top: 16px; width: 32px; height: 32px; border-radius: 50%; background: var(--sign); color: var(--navy); font-weight: 900; display: grid; place-items: center; }
.steps b { color: #fff; display: block; font-size: 1.05rem; margin-bottom: 2px; }
@media (min-width: 900px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.why { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.why li { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px 14px 46px; position: relative; }
.why li::before { content: ""; position: absolute; left: 16px; top: 18px; width: 16px; height: 9px; border-left: 3px solid var(--ok); border-bottom: 3px solid var(--ok); transform: rotate(-45deg); }
.why b { display: block; }
.why span { color: var(--ink-3); font-size: .93rem; }
@media (min-width: 800px) { .why { grid-template-columns: 1fr 1fr; } }

/* meet */
.meet { display: grid; gap: 18px; margin-top: 20px; align-items: center; }
.meet picture img { border-radius: var(--r); aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.meet dl { margin: 0; display: grid; gap: 12px; }
.meet dt { font-weight: 850; }
.meet dd { margin: 2px 0 0; color: var(--ink-2); }
@media (min-width: 900px) { .meet { grid-template-columns: 1.1fr 1fr; gap: 34px; } }

/* tour card */
.tourc { display: grid; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; margin-top: 22px; }
.tourc picture img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.tourc .in { padding: 18px; display: grid; gap: 10px; align-content: center; }
@media (min-width: 860px) { .tourc { grid-template-columns: 1fr 1.2fr; } }

/* reviews */
.rates { display: grid; gap: 10px; margin-top: 20px; }
.rate { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 12px; background: var(--navy-2); color: #fff; border-radius: 12px; padding: 14px 16px; text-decoration: none; }
.rate b { font-size: 1.05rem; }
.rate span { font-size: .85rem; color: #c9d3e6; }
.rate strong { grid-row: 1 / span 2; grid-column: 2; font-size: 1.5rem; color: var(--sign); }
@media (min-width: 800px) { .rates { grid-template-columns: repeat(3, 1fr); } }

/* faq */
.faq { margin-top: 18px; display: grid; gap: 8px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 0 16px; }
.faq summary { cursor: pointer; font-weight: 800; padding: 14px 0; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.3rem; line-height: 1; color: var(--pink); }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { color: var(--ink-2); margin: 0 0 14px; }

/* closing band */
.close { background: linear-gradient(120deg, var(--navy) 0%, var(--navy-3) 100%); color: #fff; border-radius: 18px; padding: 28px 22px; display: grid; gap: 14px; }
.close h2 { margin: 0; }
.close p { color: #c9d3e6; margin: 0; }
.close .acts { display: flex; flex-wrap: wrap; gap: 10px; }
@media (min-width: 900px) { .close { grid-template-columns: 1fr auto; align-items: center; padding: 34px 36px; } }

/* footer */
.foot { background: #081226; color: #c9d3e6; padding: 40px 0 110px; font-size: .92rem; }
.foot a { color: #fff; }
.foot .cols { display: grid; gap: 22px; }
.foot h3 { color: #fff; font-size: .95rem; margin-bottom: 8px; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.foot .smile { margin-top: 24px; display: grid; gap: 8px; justify-items: start; }
.foot .smile p { margin: 0; }
.foot .smile span { color: #6f7f9c; margin: 0 6px; }
.foot .op { border-top: 1px solid #1d3866; margin-top: 26px; padding-top: 18px; font-size: .85rem; }
@media (min-width: 900px) { .foot .cols { grid-template-columns: 1.4fr 1fr 1fr 1fr; } .foot { padding-bottom: 40px; } }

/* sticky phone bar */
.stick { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 6px; padding: 6px 8px calc(6px + env(safe-area-inset-bottom)); background: rgba(12,28,54,.97); box-shadow: 0 -6px 20px rgba(0,0,0,.25); }
.stick a { display: flex; align-items: center; justify-content: center; gap: 6px; font-weight: 850; font-size: .92rem; text-decoration: none; border-radius: 10px; padding: 10px 6px; }
.stick svg { width: 18px; height: 18px; flex: none; }
.stick .s-book { background: var(--pink); color: #fff; }
.stick .s-wa { background: #25d366; color: #06301a; }
.stick .s-line { background: #06c755; color: #052e16; }
@media (min-width: 980px) { .stick { display: none; } }

/* booking page */
.bp { padding: 22px 0 60px; }
.bp h1 { font-size: clamp(1.6rem, 4.6vw, 2.4rem); font-weight: 850; }
.bp-grid { display: grid; gap: 18px; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 16px; }
.panel h2 { font-size: 1.1rem; margin-bottom: 12px; }
.modes { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; background: var(--paper); border-radius: 10px; padding: 4px; margin-bottom: 12px; }
.modes button { font: inherit; font-weight: 800; font-size: .9rem; border: 0; background: transparent; padding: 9px; border-radius: 8px; cursor: pointer; color: var(--ink-2); }
.modes button[aria-pressed="true"] { background: var(--navy); color: #fff; }
.tour-list { display: grid; gap: 8px; }
.tour-opt { display: flex; gap: 10px; align-items: flex-start; border: 1.5px solid var(--line); border-radius: 12px; padding: 12px; cursor: pointer; }
.tour-opt input { width: auto; margin-top: 4px; accent-color: var(--pink); }
.tour-opt b { display: block; }
.tour-opt small { color: var(--ink-3); }
.tour-opt:has(input:checked) { border-color: var(--pink); background: #fff5fa; }
.summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; background: var(--navy); color: #fff; border-radius: 12px; padding: 14px 16px; margin-top: 12px; }
.summary b { font-size: 1.05rem; }
.summary small { display: block; color: #c9d3e6; }
.summary .amt { font-size: 1.5rem; font-weight: 900; color: var(--sign); white-space: nowrap; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form { display: grid; gap: 12px; }
.form label { display: grid; gap: 4px; font-size: .86rem; font-weight: 750; color: var(--ink-2); }
.form .lbl { display: grid; gap: 4px; }
.form .lbl label { display: block; }
.form .hint { font-size: .8rem; color: var(--ink-3); font-weight: 500; }
.ph { display: grid; grid-template-columns: 116px 1fr; gap: 6px; }
.check { display: flex; gap: 8px; align-items: center; font-weight: 600; }
.check input { width: auto; accent-color: var(--pink); }
.alert { border-radius: 10px; padding: 12px 14px; }
.alert.good { background: #e8f7ee; border: 1px solid #9fd8b6; color: #0b3d22; }
.alert.bad { background: #fdecef; border: 1px solid #f3b3c3; color: #6d0c2b; }
.cf-turnstile { min-height: 66px; }
.side { display: grid; gap: 12px; align-content: start; }
.side .panel p { color: var(--ink-2); margin: 0; }
@media (min-width: 980px) { .bp-grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); align-items: start; } }

/* simple pages */
.page-hero { background: var(--navy); color: #fff; padding: 34px 0 30px; }
.page-hero h1 { font-size: clamp(1.7rem, 5vw, 2.6rem); font-weight: 850; }
.page-hero p { color: #c9d3e6; max-width: 42rem; margin: 0; }
.tours { display: grid; gap: 16px; margin-top: 24px; }
.tcard { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; display: grid; }
.tcard picture img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.tcard .in { padding: 16px; display: grid; gap: 8px; }
.tcard .local { font-size: .75rem; font-weight: 850; color: var(--pink-2); text-transform: uppercase; letter-spacing: .05em; }
@media (min-width: 760px) { .tours { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .tours { grid-template-columns: repeat(3, 1fr); } }
[hidden] { display: none !important; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
