/* ═══════════════════════════════════════════════════════════
   SAMIR TAXI & TOUR — Main Stylesheet
   ═══════════════════════════════════════════════════════════ */

/* ─── TOKENS ─────────────────────────────────────────────── */
:root {
  --ink:    #091E3A;
  --blue:   #0A4FC4;
  --mid:    #1565D8;
  --sky:    #2B88FF;
  --aqua:   #00B8C8;
  --gold:   #E9A020;
  --white:  #FFFFFF;
  --mist:   #EFF5FF;
  --pale:   #F7FAFF;
  --border: #DCE8F7;
  --dim:    #546A86;
  --ease:   cubic-bezier(.4,0,.2,1);
  --sh1: 0 2px 10px rgba(10,79,196,.07);
  --sh2: 0 6px 28px rgba(10,79,196,.13);
  --sh3: 0 16px 56px rgba(10,79,196,.19);
  --r-sm: 8px; --r-md: 14px; --r-lg: 20px; --r-xl: 28px;
}

/* ─── RESET ──────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

img, video, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
h1,h2,h3,h4,h5 { font-family: 'Syne', sans-serif; line-height: 1.15; }
svg { display: block; flex-shrink: 0; }
input, select, textarea, button { font-family: inherit; }

/* ─── TYPOGRAPHY ─────────────────────────────────────────── */
.display-1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; }
.display-2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; }
.display-3 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 700; }
.text-muted { color: var(--dim); }
.text-blue  { color: var(--blue); }
.text-aqua  { color: var(--aqua); }

/* ─── LAYOUT ─────────────────────────────────────────────── */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-pale { background: var(--pale); }
.section-mist { background: var(--mist); }
.section-dark { background: var(--ink); }

/* ─── SECTION HEADER ─────────────────────────────────────── */
.sec-hd { text-align: center; margin-bottom: 56px; }
.sec-hd .sec-sub { margin: 0 auto; }
.sec-tag {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--mist); color: var(--blue);
  font-size: .7rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 14px; border-radius: 50px;
  border: 1px solid rgba(10,79,196,.13); margin-bottom: 12px;
}
.sec-title { font-size: clamp(1.7rem, 2.8vw, 2.4rem); margin-bottom: 12px; }
.sec-sub { color: var(--dim); font-size: .97rem; max-width: 540px; line-height: 1.72; }

/* ─── TOPBAR ─────────────────────────────────────────────── */
.topbar { background: var(--ink); font-size: .78rem; padding: 9px 0; }
.tb-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tb-left, .tb-right { display: flex; align-items: center; gap: 18px; }
.tb-link { color: rgba(255,255,255,.68); display: flex; align-items: center; gap: 6px; transition: color .18s; }
.tb-link:hover { color: #fff; }
.wa-pill { background: #25D366; color: #fff !important; padding: 4px 14px; border-radius: 20px; font-weight: 600; }

/* ─── HEADER ─────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 100; height: 74px;
  background: rgba(255,255,255,.97); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border); box-shadow: var(--sh1);
  transition: box-shadow .3s var(--ease);
}
.site-header.scrolled { box-shadow: 0 4px 22px rgba(10,79,196,.14); }
.hd-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark { width: 44px; height: 44px; background: linear-gradient(135deg, var(--blue), var(--sky)); border-radius: 13px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(10,79,196,.28); flex-shrink: 0; }
.logo-name { font-family: 'Syne', sans-serif; font-size: 1.15rem; font-weight: 800; color: var(--blue); line-height: 1.1; }
.logo-sub { font-size: .65rem; color: var(--dim); letter-spacing: 1.5px; text-transform: uppercase; margin-top: 2px; }

/* Navigation */
.main-nav ul { display: flex; align-items: center; gap: 1px; }
.main-nav a { padding: 8px 13px; border-radius: var(--r-sm); font-size: .875rem; font-weight: 500; color: var(--ink); display: flex; align-items: center; gap: 4px; transition: all .18s var(--ease); }
.main-nav a:hover, .main-nav a.active { color: var(--blue); background: var(--mist); }
.nav-caret { width: 10px; height: 10px; opacity: .55; margin-top: 1px; }
.dd-wrap { position: relative; }
.dropdown {
  position: absolute; top: calc(100% + 8px); left: 0;
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg);
  box-shadow: var(--sh3); min-width: 210px; padding: 8px; z-index: 200;
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .2s var(--ease);
}
.dd-wrap:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { padding: 10px 12px; border-radius: var(--r-sm); font-size: .875rem; display: flex; align-items: center; gap: 10px; }
.dropdown a:hover { background: var(--mist); color: var(--blue); }
.dd-ico { width: 32px; height: 32px; background: var(--mist); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: all .2s; }

/* ─── BUTTONS ────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: var(--r-md); font-family: 'DM Sans', sans-serif; font-size: .875rem; font-weight: 600; cursor: pointer; border: 2px solid transparent; transition: all .2s var(--ease); white-space: nowrap; text-decoration: none; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 4px 14px rgba(10,79,196,.26); }
.btn-primary:hover { background: #0840A8; transform: translateY(-2px); box-shadow: var(--sh2); color: #fff; }
.btn-secondary { background: var(--aqua); color: #fff; box-shadow: 0 4px 14px rgba(0,184,200,.26); }
.btn-secondary:hover { background: #0098A8; transform: translateY(-2px); color: #fff; }
.btn-outline { background: transparent; border-color: var(--blue); color: var(--blue); }
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-ghost { background: rgba(255,255,255,.13); color: #fff; border-color: rgba(255,255,255,.25); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,.22); color: #fff; }
.btn-wa { background: #25D366; color: #fff; border-color: transparent; box-shadow: 0 4px 14px rgba(37,211,102,.28); }
.btn-wa:hover { background: #1aab54; transform: translateY(-2px); color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #0d2a50; transform: translateY(-2px); color: #fff; }
.btn-sm { padding: 8px 16px; font-size: .82rem; border-radius: var(--r-sm); }
.btn-lg { padding: 15px 34px; font-size: .95rem; border-radius: var(--r-lg); }
.btn-xl { padding: 18px 40px; font-size: 1rem; border-radius: var(--r-lg); }
.btn-block { width: 100%; justify-content: center; }
.btn-icon { padding: 10px; border-radius: var(--r-sm); }

/* ─── HERO ───────────────────────────────────────────────── */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; overflow: hidden; background: var(--ink); }
.hero-slides-wrap { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease; background: center/cover no-repeat; }
.hero-slide.active { opacity: 1; }
.hero-slide::before { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(10,79,196,.82) 0%, rgba(9,30,58,.65) 55%, rgba(0,184,200,.1) 100%); }
.hero-content { position: relative; z-index: 3; flex: 1; display: flex; flex-direction: column; justify-content: center; max-width: 1200px; margin: 0 auto; padding: 100px 28px 180px; width: 100%; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.18); color: #fff; padding: 7px 16px; border-radius: 50px; font-size: .76rem; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; margin-bottom: 22px; }
.pulse-dot { width: 8px; height: 8px; background: #25D366; border-radius: 50%; animation: pulse 2.2s infinite; flex-shrink: 0; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 3px rgba(37,211,102,.3); } 50% { box-shadow: 0 0 0 8px rgba(37,211,102,.08); } }
.hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); color: #fff; margin-bottom: 18px; text-shadow: 0 2px 24px rgba(0,0,0,.14); max-width: 700px; }
.hero h1 em { font-style: normal; color: var(--aqua); }
.hero-desc { font-size: 1.05rem; color: rgba(255,255,255,.8); max-width: 520px; line-height: 1.75; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-bottom: 52px; }
.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.hstat { border-left: 2px solid rgba(255,255,255,.18); padding-left: 16px; }
.hstat-n { font-family: 'Syne', sans-serif; font-size: 1.8rem; font-weight: 800; color: #fff; line-height: 1; display: block; }
.hstat-n span { color: var(--aqua); }
.hstat-l { font-size: .7rem; color: rgba(255,255,255,.6); letter-spacing: 1.2px; text-transform: uppercase; margin-top: 3px; }
.hero-prev, .hero-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 44px; height: 44px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #fff; transition: all .2s; }
.hero-prev:hover, .hero-next:hover { background: rgba(255,255,255,.22); }
.hero-prev { left: 24px; }
.hero-next { right: 24px; }
.hero-dots { position: absolute; bottom: 200px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 4; }
.hero-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.4); cursor: pointer; transition: all .2s; }
.hero-dot.active { background: #fff; width: 24px; border-radius: 4px; }

/* ─── SEARCH BAR (hero bottom) ───────────────────────────── */
.hero-search-wrap { position: absolute; bottom: 0; left: 0; right: 0; z-index: 4; background: rgba(9,30,58,.7); backdrop-filter: blur(16px); border-top: 1px solid rgba(255,255,255,.1); }
.hero-search { max-width: 1200px; margin: 0 auto; padding: 22px 28px; }
.search-tabs { display: flex; gap: 4px; margin-bottom: 16px; }
.search-tab { padding: 6px 18px; border-radius: 50px; font-size: .8rem; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; cursor: pointer; border: 1.5px solid rgba(255,255,255,.2); color: rgba(255,255,255,.65); transition: all .2s; }
.search-tab.active { background: var(--blue); color: #fff; border-color: var(--blue); }
.search-form { display: grid; gap: 12px; align-items: end; }
.search-form.taxi    { grid-template-columns: 1fr 1fr 1fr auto; }
.search-form.transfer{ grid-template-columns: 1fr 1fr 1fr 1fr auto; }
.search-form.tour    { grid-template-columns: 1fr 1fr auto; }
.sf-group { display: flex; flex-direction: column; gap: 5px; }
.sf-label { font-size: .68rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255,255,255,.6); }
.sf-input { background: rgba(255,255,255,.1); border: 1.5px solid rgba(255,255,255,.18); border-radius: var(--r-sm); color: #fff; padding: 10px 14px; font-size: .875rem; transition: border-color .18s; -webkit-appearance: none; }
.sf-input::placeholder { color: rgba(255,255,255,.45); }
.sf-input:focus { outline: none; border-color: var(--aqua); background: rgba(255,255,255,.14); }
.sf-input option { background: var(--ink); }
.sf-tab-content { display: none; }
.sf-tab-content.active { display: block; }

/* ─── CARDS COMMONS ──────────────────────────────────────── */
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); box-shadow: var(--sh1); overflow: hidden; transition: all .24s var(--ease); }
.card:hover { transform: translateY(-5px); box-shadow: var(--sh3); }
.card-img { overflow: hidden; background: var(--mist); display: flex; align-items: center; justify-content: center; position: relative; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--ease); }
.card:hover .card-img img { transform: scale(1.06); }
.card-body { padding: 22px; }
.card-badge { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 11px; border-radius: 50px; margin-bottom: 10px; }
.badge-taxi     { background: #EFF5FF; color: var(--blue); }
.badge-transfer { background: #E8F8FF; color: #0076A8; }
.badge-tour     { background: #E8FFF6; color: #007A55; }
.badge-featured { background: linear-gradient(135deg, var(--gold), #F5C500); color: #fff; }

/* ─── SERVICES ───────────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.svc-thumb { height: 210px; }
.svc-thumb-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,30,58,.6), transparent 50%); }
.svc-price-tag { position: absolute; bottom: 14px; right: 14px; background: var(--blue); color: #fff; font-family: 'Syne', sans-serif; font-size: .95rem; font-weight: 800; padding: 5px 12px; border-radius: var(--r-sm); }
.svc-meta { display: flex; gap: 14px; font-size: .78rem; color: var(--dim); margin-bottom: 16px; }
.svc-meta span { display: flex; align-items: center; gap: 5px; }
.svc-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--border); }
.svc-icon-wrap { width: 48px; height: 48px; background: var(--mist); border-radius: 12px; display: flex; align-items: center; justify-content: center; }

/* ─── FLEET ──────────────────────────────────────────────── */
.fleet-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.fleet-card { display: grid; grid-template-columns: 260px 1fr; min-height: 200px; }
.fleet-card .card-img { height: auto; min-height: 200px; border-radius: 0; }
.fleet-card .card-body { padding: 28px; }
.fleet-specs { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0; }
.spec-pill { display: flex; align-items: center; gap: 6px; background: var(--mist); border-radius: 50px; padding: 4px 12px; font-size: .78rem; font-weight: 500; color: var(--dim); }
.fleet-features { display: flex; flex-wrap: wrap; gap: 6px; }
.feat-tag { background: var(--pale); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 3px 10px; font-size: .75rem; color: var(--dim); display: flex; align-items: center; gap: 5px; }

/* ─── DESTINATIONS ───────────────────────────────────────── */
.dest-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.dest-card { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/3; cursor: pointer; }
.dest-card .card-img { height: 100%; border-radius: 0; }
.dest-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,30,58,.85) 0%, transparent 55%); display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; }
.dest-overlay h3 { font-family: 'Syne', sans-serif; color: #fff; font-size: 1.2rem; font-weight: 800; margin-bottom: 5px; }
.dest-overlay p { color: rgba(255,255,255,.78); font-size: .85rem; }
.dest-card::after { content: ''; position: absolute; inset: 0; background: rgba(10,79,196,.2); opacity: 0; transition: opacity .28s; }
.dest-card:hover::after { opacity: 1; }
.dest-card:hover { transform: scale(1.02); }

/* ─── STATS BAR ──────────────────────────────────────────── */
.stats-bar { background: linear-gradient(135deg, var(--ink) 0%, #193766 100%); padding: 52px 0; position: relative; overflow: hidden; }
.stats-bar::before { content: ''; position: absolute; top: -60%; right: -60px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(0,184,200,.1), transparent 65%); }
.stats-inner { display: grid; grid-template-columns: repeat(4,1fr); text-align: center; }
.st-item { padding: 26px 16px; border-right: 1px solid rgba(255,255,255,.07); }
.st-item:last-child { border-right: none; }
.st-n { font-family: 'Syne', sans-serif; font-size: 2.8rem; font-weight: 800; color: #fff; line-height: 1; display: block; margin-bottom: 6px; }
.st-n span { color: var(--aqua); }
.st-l { font-size: .73rem; color: rgba(255,255,255,.55); letter-spacing: 1.5px; text-transform: uppercase; }

/* ─── TEAM ───────────────────────────────────────────────── */
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.team-card { border-radius: var(--r-lg); overflow: hidden; background: #fff; border: 1px solid var(--border); text-align: center; transition: all .24s var(--ease); }
.team-card:hover { transform: translateY(-5px); box-shadow: var(--sh3); }
.team-photo { height: 220px; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--mist), var(--border)); display: flex; align-items: center; justify-content: center; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-photo-placeholder { width: 72px; height: 72px; border-radius: 50%; background: rgba(10,79,196,.1); border: 2px solid rgba(10,79,196,.2); display: flex; align-items: center; justify-content: center; }
.team-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,79,196,.88), transparent 55%); opacity: 0; transition: opacity .28s; display: flex; align-items: flex-end; justify-content: center; padding: 16px; }
.team-card:hover .team-overlay { opacity: 1; }
.ov-stats { display: flex; gap: 18px; color: #fff; }
.ov-stat .n { font-family: 'Syne', sans-serif; font-size: 1.2rem; font-weight: 800; display: block; line-height: 1; }
.ov-stat .l { font-size: .65rem; opacity: .78; }
.team-body { padding: 18px 14px; }
.team-name { font-family: 'Syne', sans-serif; font-size: .97rem; font-weight: 800; margin-bottom: 3px; }
.team-role { color: var(--sky); font-size: .78rem; font-weight: 600; margin-bottom: 6px; }
.team-langs { color: var(--dim); font-size: .75rem; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.star-row { display: flex; align-items: center; justify-content: center; gap: 3px; }
.star-val { font-weight: 700; font-size: .82rem; margin-left: 2px; }

/* ─── REVIEWS ────────────────────────────────────────────── */
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.rev-card { background: #fff; border-radius: var(--r-lg); padding: 26px; border: 1px solid var(--border); box-shadow: var(--sh1); position: relative; transition: all .24s var(--ease); }
.rev-card:hover { box-shadow: var(--sh2); transform: translateY(-3px); }
.rev-quote { position: absolute; top: 16px; right: 20px; font-size: 3.2rem; color: var(--mist); font-family: Georgia, serif; line-height: 1; user-select: none; }
.rev-stars { display: flex; gap: 2px; margin-bottom: 11px; color: var(--gold); }
.rev-title { font-family: 'Syne', sans-serif; font-size: .93rem; font-weight: 800; margin-bottom: 8px; }
.rev-text { font-size: .865rem; color: var(--dim); line-height: 1.75; font-style: italic; margin-bottom: 18px; }
.rev-author { display: flex; align-items: center; gap: 11px; padding-top: 14px; border-top: 1px solid var(--border); }
.rev-av { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: .88rem; flex-shrink: 0; }
.rev-name { font-size: .86rem; font-weight: 600; display: block; }
.rev-meta { font-size: .74rem; color: var(--dim); display: flex; align-items: center; gap: 5px; margin-top: 2px; }

/* ─── PHOTO GALLERY / SLIDER ─────────────────────────────── */
.photo-slider { position: relative; border-radius: var(--r-lg); overflow: hidden; }
.photo-slider-track { display: flex; transition: transform .45s var(--ease); }
.photo-slide { flex-shrink: 0; width: 100%; }
.photo-slide img { width: 100%; height: 420px; object-fit: cover; }
.ps-prev, .ps-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 40px; height: 40px; background: rgba(255,255,255,.9); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ink); box-shadow: var(--sh2); transition: all .2s; }
.ps-prev:hover, .ps-next:hover { background: #fff; }
.ps-prev { left: 12px; }
.ps-next { right: 12px; }
.ps-thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; }
.ps-thumb { width: 70px; height: 52px; border-radius: var(--r-sm); overflow: hidden; cursor: pointer; opacity: .55; transition: opacity .2s; flex-shrink: 0; }
.ps-thumb.active, .ps-thumb:hover { opacity: 1; }
.ps-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ─── BOOKING FORM ───────────────────────────────────────── */
.booking-section { background: var(--pale); }
.booking-card { background: #fff; border-radius: var(--r-xl); padding: 40px; box-shadow: var(--sh2); border: 1px solid var(--border); }
.booking-card h2 { margin-bottom: 6px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-label { font-size: .78rem; font-weight: 700; letter-spacing: .8px; color: var(--dim); }
.form-control { padding: 11px 14px; border: 1.5px solid var(--border); border-radius: var(--r-sm); font-size: .9rem; color: var(--ink); background: #fff; transition: border-color .18s; -webkit-appearance: none; }
.form-control:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(10,79,196,.08); }
.form-control::placeholder { color: #B0BEC9; }
select.form-control { cursor: pointer; }
.form-hint { font-size: .75rem; color: var(--dim); }
.required { color: #e53e3e; margin-left: 2px; }
.form-error { font-size: .78rem; color: #e53e3e; }

/* ─── SERVICE DETAIL ─────────────────────────────────────── */
.service-detail-grid { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
.include-list, .exclude-list { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }
.include-item, .exclude-item { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; }
.include-item .ico { color: #25D366; flex-shrink: 0; margin-top: 2px; }
.exclude-item .ico { color: #e53e3e; flex-shrink: 0; margin-top: 2px; }
.itinerary-steps { display: flex; flex-direction: column; gap: 0; margin-top: 16px; position: relative; }
.itinerary-steps::before { content: ''; position: absolute; left: 15px; top: 0; bottom: 0; width: 2px; background: var(--border); }
.it-step { display: flex; gap: 16px; padding-bottom: 24px; position: relative; }
.it-dot { width: 32px; height: 32px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-size: .78rem; font-weight: 800; flex-shrink: 0; position: relative; z-index: 1; }
.it-content h4 { font-size: .9rem; font-weight: 700; margin-bottom: 3px; }
.it-content p { font-size: .84rem; color: var(--dim); }

/* ─── DESTINATION DETAIL ────────────────────────────────── */
.dest-detail-grid { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }

/* ─── CTA BAND ───────────────────────────────────────────── */
.cta-band { background: linear-gradient(135deg, var(--blue) 0%, #1460C8 45%, var(--aqua) 100%); padding: 78px 0; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; top: -80px; right: -80px; width: 380px; height: 380px; border-radius: 50%; background: rgba(255,255,255,.04); }
.cta-inner { text-align: center; color: #fff; position: relative; z-index: 1; }
.cta-inner h2 { color: #fff; margin-bottom: 13px; }
.cta-inner p { opacity: .84; max-width: 480px; margin: 0 auto 34px; }
.cta-btns { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }

/* ─── WHY US ─────────────────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.why-card { background: #fff; border-radius: var(--r-lg); padding: 32px 26px; border: 1px solid var(--border); position: relative; overflow: hidden; transition: all .24s var(--ease); }
.why-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--aqua)); transform: scaleX(0); transform-origin: left; transition: transform .28s; }
.why-card:hover::before { transform: scaleX(1); }
.why-card:hover { transform: translateY(-5px); box-shadow: var(--sh2); }
.why-ico { width: 56px; height: 56px; background: linear-gradient(135deg, var(--blue), var(--sky)); border-radius: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; box-shadow: 0 6px 18px rgba(10,79,196,.24); }
.why-card h4 { font-family: 'Syne', sans-serif; font-size: 1.05rem; font-weight: 800; margin-bottom: 9px; }
.why-card p { font-size: .875rem; color: var(--dim); line-height: 1.7; }

/* ─── BLOG ───────────────────────────────────────────────── */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.blog-thumb { height: 178px; }
.blog-cat { display: inline-block; background: var(--mist); color: var(--blue); font-size: .67rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 11px; border-radius: 50px; margin-bottom: 10px; }

/* ─── FOOTER ─────────────────────────────────────────────── */
.site-footer { background: var(--ink); color: rgba(255,255,255,.68); }
.ft-main { padding: 68px 0 46px; }
.ft-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 46px; }
.ft-logo-mark { background: linear-gradient(135deg, var(--sky), var(--aqua)) !important; }
.ft-about { font-size: .875rem; line-height: 1.78; margin: 18px 0 22px; opacity: .72; }
.ft-social { display: flex; gap: 9px; }
.soc-btn { width: 37px; height: 37px; border-radius: 9px; border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.58); transition: all .2s; }
.soc-btn:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.ft-col h4 { font-family: 'Syne', sans-serif; color: #fff; font-size: .9rem; margin-bottom: 16px; padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.07); }
.ft-links li { margin-bottom: 9px; }
.ft-links a { font-size: .845rem; color: rgba(255,255,255,.58); transition: color .18s; display: flex; align-items: center; gap: 6px; }
.ft-links a:hover { color: var(--sky); }
.ft-ci { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 13px; font-size: .845rem; }
.ft-ci-ico { color: var(--aqua); flex-shrink: 0; margin-top: 3px; }
.ft-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 18px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .78rem; color: rgba(255,255,255,.3); }

/* ─── FLOAT WA ───────────────────────────────────────────── */
.float-wa { position: fixed; bottom: 26px; right: 26px; z-index: 500; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 22px rgba(37,211,102,.38); transition: transform .2s; }
.float-wa:hover { transform: scale(1.1); }
.float-tip { position: absolute; right: 66px; background: var(--ink); color: #fff; padding: 6px 13px; border-radius: 8px; font-size: .76rem; font-weight: 600; white-space: nowrap; opacity: 0; transition: opacity .2s; pointer-events: none; }
.float-wa:hover .float-tip { opacity: 1; }

/* ─── ALERTS / BADGES ────────────────────────────────────── */
.alert { padding: 14px 18px; border-radius: var(--r-md); font-size: .88rem; margin-bottom: 18px; display: flex; align-items: flex-start; gap: 10px; }
.alert-success { background: #E8FFF6; color: #007A55; border: 1px solid #A3E8CC; }
.alert-error   { background: #FFF0F0; color: #C0392B; border: 1px solid #F5BCBC; }
.alert-info    { background: var(--mist); color: var(--blue); border: 1px solid var(--border); }
.badge { display: inline-block; padding: 3px 10px; border-radius: 50px; font-size: .72rem; font-weight: 700; letter-spacing: .5px; }
.badge-pending   { background: #FFF3CD; color: #856404; }
.badge-confirmed { background: #D1ECF1; color: #0c5460; }
.badge-assigned  { background: #D4EDDA; color: #155724; }
.badge-completed { background: #D4EDDA; color: #155724; }
.badge-cancelled { background: #F8D7DA; color: #721c24; }

/* ─── ADMIN LAYOUT ───────────────────────────────────────── */
.admin-wrap { display: flex; min-height: 100vh; }
.admin-sidebar { width: 250px; background: var(--ink); flex-shrink: 0; display: flex; flex-direction: column; position: fixed; top: 0; left: 0; bottom: 0; z-index: 50; overflow-y: auto; }
.admin-sidebar-logo { padding: 22px 20px; border-bottom: 1px solid rgba(255,255,255,.07); }
.admin-main { margin-left: 250px; flex: 1; display: flex; flex-direction: column; }
.admin-topbar { background: #fff; border-bottom: 1px solid var(--border); padding: 0 28px; height: 62px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 40; box-shadow: var(--sh1); }
.admin-content { padding: 28px; flex: 1; background: var(--pale); }
.admin-nav { padding: 16px 12px; flex: 1; }
.admin-nav-section { font-size: .65rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.3); padding: 14px 8px 6px; }
.admin-nav a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: var(--r-sm); color: rgba(255,255,255,.65); font-size: .875rem; margin-bottom: 2px; transition: all .18s; }
.admin-nav a:hover, .admin-nav a.active { background: rgba(255,255,255,.08); color: #fff; }
.admin-nav a.active { background: var(--blue); color: #fff; }
.admin-page-title { font-family: 'Syne', sans-serif; font-size: 1.4rem; font-weight: 800; margin-bottom: 4px; }
.admin-page-sub { color: var(--dim); font-size: .88rem; }
.admin-card { background: #fff; border-radius: var(--r-lg); border: 1px solid var(--border); box-shadow: var(--sh1); padding: 24px; margin-bottom: 22px; }
.admin-card-title { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 800; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.admin-stat-card { background: #fff; border-radius: var(--r-lg); border: 1px solid var(--border); padding: 22px; display: flex; align-items: center; gap: 18px; }
.admin-stat-ico { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.admin-stat-n { font-family: 'Syne', sans-serif; font-size: 1.8rem; font-weight: 800; line-height: 1; }
.admin-stat-l { font-size: .8rem; color: var(--dim); margin-top: 4px; }
.admin-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-bottom: 24px; }

/* Table */
.admin-table { width: 100%; border-collapse: collapse; font-size: .875rem; }
.admin-table th { text-align: left; padding: 10px 14px; font-size: .72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--dim); border-bottom: 2px solid var(--border); background: var(--pale); }
.admin-table td { padding: 12px 14px; border-bottom: 1px solid var(--border); vertical-align: middle; }
.admin-table tr:hover td { background: var(--pale); }
.admin-table tr:last-child td { border-bottom: none; }
.table-actions { display: flex; gap: 6px; }
.action-btn { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); color: var(--dim); background: #fff; cursor: pointer; transition: all .18s; }
.action-btn:hover { border-color: var(--blue); color: var(--blue); background: var(--mist); }
.action-btn.danger:hover { border-color: #e53e3e; color: #e53e3e; background: #FFF0F0; }

/* ─── DASHBOARD (driver) ─────────────────────────────────── */
.dash-wrap { display: flex; min-height: 100vh; }
.dash-job-card { background: #fff; border-radius: var(--r-lg); border: 1px solid var(--border); padding: 22px; margin-bottom: 16px; display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: start; transition: box-shadow .2s; }
.dash-job-card:hover { box-shadow: var(--sh2); }
.job-ref { font-size: .72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--blue); margin-bottom: 4px; }
.job-service { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 800; margin-bottom: 8px; }
.job-meta { display: flex; flex-direction: column; gap: 6px; font-size: .84rem; color: var(--dim); }
.job-meta span { display: flex; align-items: center; gap: 7px; }

/* ─── ANIMATIONS ─────────────────────────────────────────── */
@keyframes fadeUp   { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:none; } }
@keyframes fadeLeft { from { opacity:0; transform:translateX(36px); } to { opacity:1; transform:none; } }
@keyframes fadeIn   { from { opacity:0; } to { opacity:1; } }
.reveal { opacity:0; transform:translateY(22px); transition:opacity .55s var(--ease), transform .55s var(--ease); }
.reveal.visible { opacity:1; transform:none; }
.hero-badge { animation: fadeUp .7s var(--ease) both; }
.hero h1    { animation: fadeUp .7s .1s var(--ease) both; }
.hero-desc  { animation: fadeUp .7s .18s var(--ease) both; }
.hero-actions { animation: fadeUp .7s .26s var(--ease) both; }
.hero-stats { animation: fadeUp .7s .34s var(--ease) both; }

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width:1100px) {
  .fleet-grid { grid-template-columns: 1fr; }
  .fleet-card { grid-template-columns: 220px 1fr; }
  .service-detail-grid, .dest-detail-grid { grid-template-columns: 1fr; }
  .admin-stats-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width:960px) {
  .services-grid, .dest-grid, .team-grid, .reviews-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .ft-grid { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
  .hamburger { display: flex; }
  .search-form.taxi, .search-form.transfer { grid-template-columns: 1fr 1fr; }
  .fleet-card { grid-template-columns: 1fr; }
  .fleet-card .card-img { min-height: 200px; }
  .admin-sidebar { transform: translateX(-100%); }
  .admin-sidebar.open { transform: translateX(0); }
  .admin-main { margin-left: 0; }
}
@media (max-width:600px) {
  .services-grid, .dest-grid, .team-grid, .reviews-grid, .blog-grid, .why-grid { grid-template-columns: 1fr; }
  .ft-grid { grid-template-columns: 1fr; }
  .form-grid-2, .form-grid-3 { grid-template-columns: 1fr; }
  .search-form.taxi, .search-form.transfer, .search-form.tour { grid-template-columns: 1fr; }
  .admin-stats-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 18px; }
  .section { padding: 64px 0; }
}

@media (max-width: 480px) {
  .logo-text {
    display: none;
  }
}