/* ===========================================================
   Kahta Taksi — shared stylesheet
   Goals: fast (Google Ads), mobile-first, conversion-focused.
   =========================================================== */

:root {
  --yellow: #FFC400;
  --yellow-2: #ffd23d;
  --yellow-dark: #C79000;
  --ink: #111418;
  --ink-2: #1b2026;
  --muted: #5b6470;
  --line: #e7e9ee;
  --bg: #ffffff;
  --bg-soft: #f5f6f8;
  --green: #25D366;
  --radius: 14px;
  --shadow: 0 12px 34px rgba(17, 20, 24, .10);
  --wrap: 1140px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.15; letter-spacing: -.3px; }

.container { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.text-center { text-align: center; }

/* --- Taxi checker strip --- */
.checker {
  height: 8px;
  background-image:
    linear-gradient(45deg, var(--ink) 25%, transparent 25%, transparent 75%, var(--ink) 75%),
    linear-gradient(45deg, var(--ink) 25%, var(--yellow) 25%, var(--yellow) 75%, var(--ink) 75%);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
  background-color: var(--yellow);
}

/* --- Buttons --- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 800; font-size: 15px; line-height: 1;
  padding: 13px 20px; border-radius: 999px; border: 0; cursor: pointer;
  transition: transform .08s ease, background .15s, box-shadow .15s, border-color .15s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-call { background: var(--yellow); color: var(--ink); box-shadow: 0 6px 18px rgba(255,196,0,.35); }
.btn-call:hover { background: var(--yellow-2); }
.btn-wa { background: var(--green); color: #fff; }
.btn-wa:hover { background: #1ebe5b; }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.4); }
.btn-ghost:hover { border-color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-2); }
.btn-lg { padding: 16px 28px; font-size: 17px; }
.btn-block { width: 100%; }

/* --- Top utility bar --- */
.topbar { background: var(--ink); color: #cfd4db; font-size: 13.5px; }
.topbar-in { display: flex; align-items: center; justify-content: space-between; height: 38px; }
.topbar-left { font-weight: 600; }
.topbar-phone { color: var(--yellow); font-weight: 800; }
.topbar-phone:hover { color: var(--yellow-2); }

/* --- Header / nav --- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(17,20,24,.98); backdrop-filter: saturate(140%) blur(6px); color: #fff; }
.nav { display: flex; align-items: center; gap: 18px; height: 66px; }
.brand { display: flex; align-items: center; gap: 9px; font-weight: 900; font-size: 21px; }
.brand .logo { font-size: 24px; }
.brand b { color: var(--yellow); }
.nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.nav-links a { color: #d8dbe1; font-weight: 700; font-size: 15px; transition: color .15s; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a.active { color: var(--yellow); }
.header-cta { margin-left: 4px; }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 40px; background: transparent; border: 1.5px solid rgba(255,255,255,.3); border-radius: 10px; cursor: pointer; flex-direction: column; gap: 4px; align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: #fff; border-radius: 2px; }

/* --- Hero (home) --- */
.hero { position: relative; overflow: hidden; color: #fff;
  background: radial-gradient(1100px 460px at 88% -8%, rgba(255,196,0,.20), transparent 60%), linear-gradient(180deg, #14181d, #1b2026); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 30px; padding: 60px 0 64px; }
.hero .pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,196,0,.14); color: var(--yellow); border: 1px solid rgba(255,196,0,.3); padding: 6px 14px; border-radius: 999px; font-weight: 800; font-size: 13px; margin-bottom: 18px; }
.hero h1 { font-size: clamp(32px, 5.4vw, 52px); font-weight: 900; }
.hero h1 span { color: var(--yellow); }
.hero .lead { margin-top: 16px; font-size: clamp(16px, 2.2vw, 19px); color: #c7ccd4; max-width: 560px; }
.hero .actions { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero .bignum { margin-top: 22px; font-size: 15px; color: #aeb5bf; }
.hero .bignum a { color: var(--yellow); font-weight: 900; font-size: 22px; letter-spacing: .3px; }
/* Car floats as a clean transparent PNG on the dark hero (fringe removed from the image itself) */
.hero-img { position: relative; }
.hero-img img { width: 100%; filter: drop-shadow(0 22px 26px rgba(0,0,0,.5)); }
.hero .trust { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero .trust span { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); padding: 7px 13px; border-radius: 999px; font-size: 13.5px; font-weight: 700; color: #e7ebf1; }

/* --- Page hero (subpages) --- */
.page-hero { color: #fff; background: radial-gradient(700px 300px at 80% -40%, rgba(255,196,0,.16), transparent 60%), linear-gradient(180deg, #14181d, #1b2026); padding: 48px 0; }
.page-hero h1 { font-size: clamp(28px, 4.6vw, 42px); font-weight: 900; }
.page-hero p { color: #c7ccd4; margin-top: 10px; max-width: 640px; font-size: 17px; }
.breadcrumb { font-size: 13.5px; color: #aeb5bf; margin-bottom: 14px; }
.breadcrumb a { color: #d8dbe1; }
.breadcrumb a:hover { color: var(--yellow); }

/* --- Sections --- */
section { padding: 66px 0; }
.section-soft { background: var(--bg-soft); }
.section-dark { background: linear-gradient(180deg, #14181d, #1b2026); color: #fff; }
.section-head { max-width: 660px; margin: 0 auto 44px; text-align: center; }
.section-head .eyebrow { color: var(--yellow-dark); font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; font-size: 12.5px; }
.section-dark .section-head .eyebrow { color: var(--yellow); }
.section-head h2 { font-size: clamp(25px, 3.8vw, 36px); font-weight: 900; margin-top: 8px; }
.section-head p { color: var(--muted); margin-top: 12px; font-size: 17px; }
.section-dark .section-head p { color: #c7ccd4; }

/* --- Grid + cards --- */
.grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; transition: transform .15s, box-shadow .15s, border-color .15s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #dfe2e8; }
.card .ic { font-size: 30px; width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; background: var(--bg-soft); border-radius: 12px; margin-bottom: 15px; }
.card h3 { font-size: 19px; font-weight: 850; }
.card p { color: var(--muted); margin-top: 8px; font-size: 15.5px; }
.card .more { display: inline-block; margin-top: 12px; color: var(--yellow-dark); font-weight: 800; font-size: 14.5px; }

.feature { text-align: center; padding: 6px; }
.feature .ic { font-size: 40px; background: none; width: auto; height: auto; }
.feature h3 { margin-top: 10px; font-size: 18px; font-weight: 850; }
.feature p { color: var(--muted); font-size: 15px; margin-top: 6px; }

/* --- Stats counters --- */
.stats { background: var(--ink); color: #fff; }
.stats .grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); text-align: center; }
.stat .num { font-size: clamp(32px, 5vw, 46px); font-weight: 900; color: var(--yellow); }
.stat .lbl { color: #c7ccd4; font-weight: 700; margin-top: 4px; font-size: 15px; }

/* --- Reviews --- */
.review { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.review .stars { color: var(--yellow); font-size: 16px; letter-spacing: 2px; }
.review p { margin: 10px 0 14px; font-size: 15.5px; color: #333a44; }
.review .who { font-weight: 800; font-size: 15px; }
.review .who small { display: block; color: var(--muted); font-weight: 600; }

/* --- CTA band --- */
.cta { text-align: center; }
.cta .box { background: var(--ink); color: #fff; border-radius: 22px; padding: 50px 26px; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.cta .box::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 260px at 50% -30%, rgba(255,196,0,.22), transparent 60%); }
.cta .box > * { position: relative; }
.cta h2 { font-size: clamp(24px, 3.6vw, 34px); font-weight: 900; }
.cta .phone { display: inline-block; margin: 14px 0 4px; font-size: clamp(28px, 5.4vw, 42px); font-weight: 900; color: var(--yellow); }
.cta .hours { color: #c7ccd4; }
.cta .actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* --- Rich text (services/about/privacy) --- */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { font-size: 26px; font-weight: 900; margin: 34px 0 12px; }
.prose h3 { font-size: 20px; font-weight: 850; margin: 24px 0 8px; }
.prose p { color: #333a44; margin: 10px 0; }
.prose ul { margin: 10px 0 10px 22px; color: #333a44; }
.prose li { margin: 6px 0; }
.prose a { color: var(--yellow-dark); font-weight: 700; }

/* --- Price table --- */
.price-list { max-width: 760px; margin: 0 auto; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.price-row:last-child { border-bottom: 0; }
.price-row:nth-child(odd) { background: var(--bg-soft); }
.price-row .svc { font-weight: 800; }
.price-row .svc small { display: block; color: var(--muted); font-weight: 500; font-size: 13.5px; }
.price-row .amt { font-weight: 900; color: var(--yellow-dark); white-space: nowrap; }
.note { color: var(--muted); font-size: 14px; text-align: center; margin-top: 14px; }

/* --- FAQ (accordion) --- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; background: var(--bg); overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 18px 20px; font-weight: 800; font-size: 16.5px; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--yellow-dark); font-size: 24px; font-weight: 800; }
.faq details[open] summary::after { content: "–"; }
.faq details[open] summary { background: var(--bg-soft); }
.faq .ans { padding: 0 20px 18px; color: #333a44; }

/* --- Booking form --- */
.form { max-width: 620px; margin: 0 auto; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 6px; }
.field input, .field textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font: inherit; background: #fff; }
.field input:focus, .field textarea:focus { outline: 2px solid var(--yellow); border-color: var(--yellow); }

/* --- Contact info + map --- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }
.info-list { list-style: none; }
.info-list li { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.info-list .ic { font-size: 22px; }
.info-list b { display: block; }
.info-list a { color: var(--yellow-dark); font-weight: 800; }
.map-embed { border: 0; width: 100%; height: 340px; border-radius: var(--radius); }

/* --- Footer --- */
.site-footer { background: #0e1116; color: #9aa2ad; padding: 46px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 28px; }
.footer-grid h4 { color: #fff; font-size: 15px; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .6px; }
.footer-grid a { display: block; color: #c1c7d0; padding: 4px 0; font-size: 14.5px; }
.footer-grid a:hover { color: #fff; }
.footer-brand { font-size: 20px; color: #fff; margin-bottom: 10px; }
.footer-grid p { font-size: 14px; margin-bottom: 14px; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; margin-top: 30px; padding-top: 18px; border-top: 1px solid #20262e; }
.footer-bottom small { color: #6b7480; }
.footer-bottom a { color: #c1c7d0; }

/* --- Sticky mobile call bar --- */
.callbar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 8px; gap: 8px; background: rgba(17,20,24,.97); backdrop-filter: blur(6px); box-shadow: 0 -6px 20px rgba(0,0,0,.25); }
.callbar a { flex: 1; text-align: center; padding: 14px; border-radius: 12px; font-weight: 900; font-size: 16px; }
.callbar a:first-child { background: var(--yellow); color: var(--ink); }
.callbar a.wa { background: var(--green); color: #fff; }

/* --- Desktop floating WhatsApp --- */
.fab { position: fixed; right: 18px; bottom: 18px; z-index: 55; width: 56px; height: 56px; border-radius: 50%; background: var(--green); color: #fff; font-size: 28px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(0,0,0,.25); }

/* --- Responsive --- */
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .hero-grid { grid-template-columns: 1fr; padding: 44px 0 40px; }
  .hero-img { order: -1; max-width: 460px; margin: 0 auto; }
  .nav-links { display: none; position: absolute; top: 66px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); padding: 8px 0; border-top: 1px solid #20262e; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 22px; }
  .nav-toggle { display: flex; }
  .header-cta { display: none; }
  .nav { position: relative; }
}
@media (max-width: 720px) {
  section { padding: 48px 0; }
  .form .row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .callbar { display: flex; }
  .fab { display: none; }
  body { padding-bottom: 74px; } /* room for sticky call bar */
}

/* ===== Mobile-first refinements (≈99% of visitors are on phones) ===== */
@media (max-width: 820px) {
  .callbar { display: flex; }          /* sticky call bar on all phone/tablet widths */
  .fab { display: none; }
  body { padding-bottom: 78px; }
}
@media (max-width: 600px) {
  .topbar-left { display: none; }       /* keep just the phone, centred */
  .topbar-in { justify-content: center; }
  .topbar-phone { font-size: 15px; }
  .hero .actions { flex-direction: column; align-items: stretch; }
  .hero .actions .btn { width: 100%; }
  .btn-block { white-space: normal; }
  .hero h1 { font-size: 30px; }
  .hero .lead { font-size: 16px; }
  .page-hero { padding: 32px 0; }
  .price-row { flex-wrap: wrap; }
  .price-row .amt { width: 100%; }
}
