@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800;900&display=swap');

:root {
  --ink: #111113;
  --muted: #526072;
  --paper: #ffffff;
  --soft: #f4f9ff;
  --line: #dce7f2;
  --gold: #0ea5e9;
  --gold-dark: #0369a1;
  --red: #e11d48;
  --pink: #ff3d8d;
  --sky: #38bdf8;
  --blue: #0284c7;
  --shadow: 0 22px 65px rgba(14, 90, 145, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 7%, rgba(56,189,248,.16), transparent 28rem),
    radial-gradient(circle at 94% 36%, rgba(255,61,141,.11), transparent 30rem),
    radial-gradient(circle at 48% 78%, rgba(14,165,233,.10), transparent 32rem),
    var(--paper);
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  line-height: 1.75;
}

button, input, select, textarea { font: inherit; }
a { color: inherit; }
.container { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(17,17,19,.08);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
}
.topbar__inner { min-height: 76px; display: flex; align-items: center; gap: clamp(12px, 1.5vw, 26px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; white-space: nowrap; }
.brand__mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, #020617 15%, #0f172a 56%, #0284c7);
  box-shadow: 0 8px 28px rgba(14,165,233,.22), 0 0 22px rgba(255,61,141,.12), inset 0 0 0 1px rgba(255,255,255,.16);
  font-weight: 900;
  letter-spacing: -2px;
}
.brand__word { font-size: 21px; font-weight: 900; letter-spacing: .5px; }
.brand__word span { color: var(--blue); }
.desktop-nav { margin-inline-start: auto; display: flex; align-items: center; justify-content:center; gap: clamp(10px, 1.2vw, 22px); min-width:0; }
.desktop-nav a { flex:0 0 auto; white-space:nowrap; text-decoration: none; font-size: clamp(12px, .9vw, 14px); font-weight: 800; color: #343036; }
.desktop-nav a:hover { color: var(--red); }
.header-actions { flex:0 0 auto; display: flex; align-items: center; gap: 10px; }
.language, .support-link {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}
.language { cursor: pointer; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 26px; cursor: pointer; }

.hero { padding: 44px 0 0; }
.hero-art {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 34px;
  background-image: linear-gradient(90deg, rgba(2,6,23,.20), rgba(2,6,23,.78) 58%, rgba(2,6,23,.93)), url('/assets/hero-journey-v1.webp');
  background-size: 106% auto;
  background-position: 45% 50%;
  box-shadow: var(--shadow);
  animation: heroCinema 18s ease-in-out infinite alternate;
}
.hero-art::before {
  content: "";
  position: absolute;
  inset: -75% auto auto -15%;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56,189,248,.34), transparent 66%);
}
.hero-art::after {
  content: "";
  position: absolute;
  inset:0;
  width:auto;
  height:auto;
  border:0;
  border-radius:0;
  background:linear-gradient(115deg, transparent 20%, rgba(56,189,248,.08) 48%, transparent 66%);
  transform:translateX(-45%);
  animation: heroSweep 7s linear infinite;
}
.hero-copy { position: relative; z-index: 4; width: min(650px, 62%); margin-inline-start:auto; padding: 62px 56px 120px; color: #fff; text-shadow:0 2px 20px rgba(0,0,0,.55); }
.kicker { color: #7dd3fc; font-size: 13px; font-weight: 900; letter-spacing: .4px; }
.hero h1 { margin: 12px 0 12px; font-size: clamp(38px, 5.5vw, 72px); line-height: 1.15; letter-spacing: -2px; }
.hero p { margin: 0; color: rgba(255,255,255,.72); font-size: 17px; }
.cinematic-light { position:absolute; z-index:2; border-radius:50%; filter:blur(34px); opacity:.38; pointer-events:none; mix-blend-mode:screen; }
.cinematic-light--one { width:190px; height:190px; left:8%; bottom:-70px; background:#38bdf8; animation:neonFloat 8s ease-in-out infinite alternate; }
.cinematic-light--two { width:170px; height:170px; right:12%; top:-80px; background:#ff3d8d; animation:neonFloat 10s ease-in-out -3s infinite alternate-reverse; }
.cinematic-scan { position:absolute; z-index:3; right:-25%; bottom:12%; width:65%; height:3px; transform:rotate(-8deg); background:linear-gradient(90deg,transparent,#38bdf8,#ff3d8d,transparent); box-shadow:0 0 18px #38bdf8,0 0 32px rgba(255,61,141,.55); opacity:.75; animation:scanRoute 5.5s ease-in-out infinite; }
@keyframes heroCinema { from { background-position:42% 50%; } to { background-position:50% 47%; } }
@keyframes heroSweep { from { transform:translateX(-55%); } to { transform:translateX(65%); } }
@keyframes neonFloat { from { transform:translate3d(-20px,-5px,0) scale(.85); } to { transform:translate3d(35px,20px,0) scale(1.15); } }
@keyframes scanRoute { 0%,100% { transform:translateX(-18%) rotate(-8deg); opacity:.3; } 50% { transform:translateX(22%) rotate(-8deg); opacity:.9; } }

.search-shell { position: relative; z-index: 5; margin-top: -78px; }
.service-panel {
  overflow: hidden;
  border: 1px solid rgba(17,17,19,.10);
  border-radius: var(--radius);
  background: rgba(255,255,255,.98);
  box-shadow: var(--shadow);
}
.service-tabs { display: grid; grid-template-columns: repeat(7, 1fr); border-bottom: 1px solid var(--line); }
.service-tab {
  position: relative;
  min-height: 96px;
  padding: 14px 7px;
  border: 0;
  background: #fff;
  color: #514c52;
  cursor: pointer;
  transition: .2s ease;
}
.service-tab:hover { background: #fbf8f9; color: var(--ink); }
.service-tab.is-active { color: var(--red); }
.service-tab.is-active::after { content: ""; position: absolute; right: 18%; bottom: 0; left: 18%; height: 4px; border-radius: 4px 4px 0 0; background: linear-gradient(90deg, var(--sky), var(--pink), var(--red)); box-shadow:0 0 18px rgba(56,189,248,.45); }
.service-tab svg { width: 27px; height: 27px; margin-bottom: 5px; stroke-width: 1.8; }
.service-tab span { display: block; font-size: 13px; font-weight: 900; }
.tab-content { display: none; min-height: 166px; padding: 28px 30px 32px; }
.tab-content.is-active { display: block; animation: rise .25s ease; }
@keyframes rise { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.quick-grid { display: grid; grid-template-columns: 1.25fr 1.25fr 1fr auto; gap: 12px; align-items: end; }
.field label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 12px; font-weight: 800; }
.field input, .field select {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid #d8d1d5;
  border-radius: 13px;
  outline: none;
  background: #fff;
  color: var(--ink);
}
.field input:focus, .field select:focus { border-color: var(--sky); box-shadow: 0 0 0 3px rgba(14,165,233,.13); }
.primary-btn {
  min-height: 52px;
  padding: 0 28px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(120deg, #ff3d8d 0%, #f43f5e 55%, #e11d48 100%);
  box-shadow: 0 12px 30px rgba(225,29,72,.24), 0 0 18px rgba(56,189,248,.12);
  cursor: pointer;
  font-weight: 900;
}
.primary-btn:hover { transform: translateY(-1px); }
.tab-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.delivery-note { margin:12px 0 0; padding:10px 13px; border-radius:11px; color:#075985; background:#eef9ff; font-size:12px; font-weight:800; }
.flight-widget { position: relative; min-height: 78px; }
#tpwl-search, #tpwl-tickets { width: 100%; min-width: 0; direction:ltr; text-align:left; }
#tpwl-tickets { margin-top: 24px; }
.flight-guide { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin:0 0 16px; direction:rtl; }
.flight-guide span { padding:10px 12px; border:1px solid #d9e9f4; border-radius:12px; color:#334155; background:#f8fcff; font-size:12px; font-weight:900; text-align:center; }
.flight-guide b { display:inline-grid; place-items:center; width:23px; height:23px; margin-left:5px; border-radius:50%; color:#fff; background:linear-gradient(135deg,var(--sky),var(--pink)); }
.flight-note { padding:11px 14px; border-radius:11px; background:#f8fafc; }
.car-booking-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)) auto; gap:12px; align-items:end; }
.car-modal-fields { display:grid; grid-template-columns:1fr 1fr; gap:13px; }
.car-modal-fields[hidden] { display:none; }

.section { padding: 84px 0 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-heading h2 { margin: 0; font-size: clamp(27px, 4vw, 42px); line-height: 1.3; }
.section-heading p { width: min(540px, 100%); margin: 0; color: var(--muted); }
.gold-line { width: 74px; height: 4px; margin: 12px 0 0; border-radius: 5px; background: linear-gradient(90deg, var(--sky), var(--pink), var(--red)); }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 15px 45px rgba(35,22,27,.06);
}
.service-card::after { content: ""; position: absolute; left: -40px; bottom: -70px; width: 170px; height: 170px; border-radius: 50%; background: radial-gradient(circle, rgba(217,121,149,.17), transparent 68%); }
.service-card--dark { color: #fff; border-color: #0f2940; background: linear-gradient(145deg, #020617, #0f2940); }
.service-card--dark p { color: rgba(255,255,255,.65); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; color: var(--red); background: #fff5f6; }
.service-card--dark .service-icon { color: #7dd3fc; background: rgba(255,255,255,.08); }
.service-icon svg { width: 26px; height: 26px; }
.service-card h3 { margin: 19px 0 8px; font-size: 20px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.text-link { position: relative; z-index: 2; display: inline-flex; margin-top: 17px; color: var(--gold-dark); background: none; border: 0; padding: 0; cursor: pointer; text-decoration: none; font-weight: 900; }
.service-card--dark .text-link { color: #efc86f; }

.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--line); }
.feature { min-height: 150px; padding: 28px; background: #fff; display: flex; gap: 16px; align-items: flex-start; }
.feature strong { display: block; margin-bottom: 5px; }
.feature p { margin: 0; color: var(--muted); font-size: 13px; }
.feature__badge { flex: 0 0 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: linear-gradient(145deg, var(--sky), var(--pink)); }

.cta {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(120deg, #020617, #082f49 58%, #831843);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.cta::after { content: ""; position: absolute; inset: auto -80px -150px auto; width: 330px; height: 330px; border: 2px solid rgba(231,194,112,.28); border-radius: 50%; box-shadow: 0 0 60px rgba(217,121,149,.12); }
.cta h2 { position: relative; z-index: 2; margin: 0 0 8px; font-size: clamp(26px, 4vw, 42px); }
.cta p { position: relative; z-index: 2; margin: 0; color: rgba(255,255,255,.68); }
.cta .primary-btn { position: relative; z-index: 2; flex: 0 0 auto; background: linear-gradient(120deg, #38bdf8, #ff3d8d); }

.footer { margin-top: 84px; padding: 58px 0 104px; border-top: 1px solid var(--line); background: rgba(255,255,255,.82); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 36px; }
.footer h4 { margin: 0 0 14px; }
.footer a { display: block; margin: 8px 0; color: var(--muted); text-decoration: none; font-size: 13px; }
.footer a:hover { color: var(--red); }
.footer-about p { color: var(--muted); font-size: 13px; }
.copyright { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); color: #827a7f; font-size: 12px; }

.mobile-bottom { display: none; }
.mobile-drawer { display: none; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(8,7,8,.72); backdrop-filter: blur(10px); }
.modal.is-open { display: flex; }
.modal-card { width: min(640px, 100%); max-height: min(760px, 92vh); overflow: auto; padding: 28px; border-radius: 24px; background: #fff; box-shadow: 0 32px 90px rgba(0,0,0,.28); }
.modal-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.modal-head h3 { margin: 0; font-size: 25px; }
.modal-close { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; font-size: 22px; }
.form-grid { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-grid .wide { grid-column: 1 / -1; }
.form-grid textarea { width: 100%; min-height: 100px; padding: 13px; border: 1px solid #d8d1d5; border-radius: 13px; resize: vertical; }
.legal-note { margin: 13px 0; color: #7a7075; font-size: 11px; }
.price-summary { padding:14px; border:1px solid #bae6fd; border-radius:13px; color:#0f172a; background:linear-gradient(120deg,#f0f9ff,#fff1f7); font-size:13px; font-weight:900; }

.fleet-search { position: relative; width: min(720px, 100%); margin: 26px auto 0; }
.fleet-search > label { display:block; margin-bottom:8px; font-size:13px; font-weight:900; color:#172033; }
.fleet-searchbox { position:relative; }
.fleet-searchbox input { width:100%; height:58px; padding:0 18px 0 50px; border:1px solid #b9cde0; border-radius:17px; background:#fff; color:#111827; outline:none; font-weight:700; box-shadow:0 12px 35px rgba(14,90,145,.08); }
.fleet-searchbox input:focus { border-color:var(--sky); box-shadow:0 0 0 4px rgba(56,189,248,.13),0 16px 38px rgba(14,90,145,.12); }
.fleet-searchbox button { position:absolute; left:9px; top:9px; width:40px; height:40px; border:0; border-radius:12px; background:#eef8ff; color:#0369a1; cursor:pointer; font-size:22px; }
.car-suggestions { position:absolute; top:calc(100% + 8px); right:0; left:0; z-index:30; max-height:370px; overflow:auto; padding:8px; border:1px solid #d7e5f1; border-radius:18px; background:rgba(255,255,255,.98); box-shadow:0 24px 65px rgba(2,31,58,.20); backdrop-filter:blur(16px); }
.car-suggestion { width:100%; display:grid; grid-template-columns:74px 1fr auto; align-items:center; gap:12px; padding:9px; border:0; border-radius:13px; background:transparent; color:#111827; text-align:right; cursor:pointer; }
.car-suggestion:hover,.car-suggestion:focus { background:#eff9ff; outline:none; }
.car-suggestion img { width:74px; height:50px; object-fit:cover; border-radius:10px; background:#fff; }
.car-suggestion strong,.car-suggestion span { display:block; }
.car-suggestion small { color:#64748b; }
.car-suggestion b { color:var(--red); white-space:nowrap; }
.fleet-details { margin-top:24px; border:1px solid #d8e7f3; border-radius:20px; background:rgba(255,255,255,.96); box-shadow:0 18px 45px rgba(14,90,145,.08); }
.fleet-details > summary { min-height:64px; padding:15px 20px; display:flex; align-items:center; justify-content:space-between; gap:16px; list-style:none; cursor:pointer; font-weight:900; }
.fleet-details > summary::-webkit-details-marker { display:none; }
.fleet-details > summary span::before { content:'+'; display:inline-grid; place-items:center; width:32px; height:32px; margin-left:10px; border-radius:50%; color:#fff; background:linear-gradient(135deg,var(--sky),var(--pink)); }
.fleet-details[open] > summary span::before { content:'−'; }
.fleet-count { padding:6px 12px; border-radius:999px; color:#075985; background:#e0f2fe; font-size:12px; }
.fleet-toolbar { padding:16px 20px; border-top:1px solid var(--line); }
.fleet-toolbar p { margin:12px 0 0; color:#64748b; font-size:12px; }
.fleet-chips { display:flex; flex-wrap:wrap; gap:8px; }
.fleet-chip { padding:8px 13px; border:1px solid #cfe1ef; border-radius:999px; background:#fff; color:#334155; cursor:pointer; font-size:12px; font-weight:800; }
.fleet-chip.is-active { color:#fff; border-color:transparent; background:linear-gradient(120deg,#0ea5e9,#ff3d8d); }
.fleet-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; padding:0 20px 24px; }
.car-card { overflow:hidden; border:1px solid #dbe7f1; border-radius:20px; background:#fff; box-shadow:0 14px 34px rgba(2,56,92,.08); transition:.22s ease; }
.car-card:hover { transform:translateY(-4px); box-shadow:0 22px 50px rgba(2,56,92,.15),0 0 24px rgba(255,61,141,.08); }
.car-photo { position:relative; aspect-ratio:16/9; overflow:hidden; background:linear-gradient(135deg,#e9f7ff,#fff4f8); }
.car-photo img { width:100%; height:100%; object-fit:cover; display:block; }
.car-photo span { position:absolute; top:11px; right:11px; padding:5px 9px; border-radius:999px; color:#fff; background:rgba(2,6,23,.86); font-size:11px; font-weight:900; }
.car-body { padding:16px; }
.car-title { display:flex; align-items:flex-start; justify-content:space-between; gap:10px; }
.car-title h3 { margin:0; font-size:17px; line-height:1.45; }
.car-title small { color:#64748b; font-weight:800; }
.car-specs { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin:14px 0; }
.car-specs span { padding:9px; border-radius:11px; background:#f5faff; color:#475569; font-size:11px; font-weight:700; }
.car-meta { display:flex; flex-wrap:wrap; gap:7px; color:#64748b; font-size:11px; }
.car-price { display:flex; align-items:end; justify-content:space-between; gap:12px; margin-top:15px; padding-top:14px; border-top:1px solid var(--line); }
.car-price small { display:block; color:#64748b; }
.car-price strong { color:#111827; font-size:20px; }
.car-price em { display:block; margin-top:2px; color:#64748b; font-size:10px; font-style:normal; font-weight:700; }
.car-price button { min-height:40px; padding:0 15px; border:0; border-radius:12px; color:#fff; background:linear-gradient(120deg,#0ea5e9,#ff3d8d); cursor:pointer; font-weight:900; }
.empty-fleet { grid-column:1/-1; padding:42px 20px; border:1px dashed #bfd7e8; border-radius:16px; text-align:center; color:#64748b; }

.language-welcome { position:fixed; inset:0; z-index:9999; display:none; place-items:center; padding:20px; overflow:auto; background:rgba(2,6,23,.78); backdrop-filter:blur(18px); }
.language-welcome.is-open { display:grid; }
.language-welcome__glow { position:absolute; width:min(760px,85vw); height:min(760px,85vw); border-radius:50%; background:conic-gradient(from 20deg,rgba(14,165,233,.35),rgba(255,61,141,.28),rgba(239,68,68,.2),rgba(14,165,233,.35)); filter:blur(70px); animation:welcomeGlow 12s linear infinite; }
.language-welcome__card { position:relative; width:min(680px,100%); padding:38px; border:1px solid rgba(255,255,255,.22); border-radius:30px; color:#fff; text-align:center; background:linear-gradient(145deg,rgba(2,6,23,.98),rgba(15,23,42,.96)); box-shadow:0 30px 90px rgba(0,0,0,.45),0 0 50px rgba(14,165,233,.16); }
.welcome-logo { width:68px; height:68px; margin:0 auto 18px; display:grid; place-items:center; border-radius:21px; background:linear-gradient(145deg,#020617,#0f172a 58%,#0284c7); box-shadow:0 0 28px rgba(14,165,233,.35),0 0 46px rgba(255,61,141,.14); }
.welcome-logo span { font-weight:950; letter-spacing:-2px; }
.welcome-eyebrow { margin:0 0 7px; color:#7dd3fc; font-size:12px; font-weight:900; letter-spacing:2px; }
.language-welcome h1 { margin:0; font-size:clamp(30px,5vw,48px); }
.welcome-copy { margin:8px 0 24px; color:#cbd5e1; }
.welcome-languages { display:grid; grid-template-columns:repeat(5,1fr); gap:10px; }
.welcome-languages button { min-height:50px; padding:8px; border:1px solid rgba(148,163,184,.28); border-radius:14px; color:#e2e8f0; background:rgba(255,255,255,.055); font:inherit; font-weight:800; cursor:pointer; transition:.2s ease; }
.welcome-languages button:hover,.welcome-languages button.is-selected { color:#fff; border-color:#38bdf8; background:linear-gradient(120deg,rgba(14,165,233,.32),rgba(255,61,141,.3)); box-shadow:0 0 22px rgba(14,165,233,.2); transform:translateY(-2px); }
.welcome-confirm { min-width:180px; min-height:48px; margin-top:22px; border:0; border-radius:14px; color:#fff; background:linear-gradient(120deg,#0ea5e9,#ff3d8d); font:inherit; font-weight:900; cursor:pointer; }
.welcome-confirm:disabled { opacity:.35; cursor:not-allowed; }
.welcome-open { overflow:hidden; }
@keyframes welcomeGlow { to { transform:rotate(360deg); } }

.sara-section { overflow:hidden; }
.sara-showcase { position:relative; display:grid; grid-template-columns:.9fr 1.25fr; gap:46px; align-items:center; padding:48px; border-radius:30px; color:#fff; background:linear-gradient(135deg,#020617 0%,#0c1830 50%,#121329 100%); box-shadow:0 28px 70px rgba(15,23,42,.2); }
.sara-showcase::after { content:""; position:absolute; inset:auto 4% -70px auto; width:260px; height:160px; border-radius:50%; background:rgba(255,61,141,.22); filter:blur(65px); }
.sara-visual { position:relative; min-height:350px; display:grid; place-items:center; }
.sara-terminal { position:relative; z-index:2; width:min(360px,90%); padding:30px; border:1px solid rgba(125,211,252,.28); border-radius:26px; background:rgba(2,6,23,.78); box-shadow:0 0 45px rgba(14,165,233,.2),inset 0 0 30px rgba(255,255,255,.03); }
.sara-terminal span { display:block; color:#7dd3fc; font-size:12px; font-weight:900; letter-spacing:2px; }
.sara-terminal strong { display:block; margin:10px 0 26px; font-size:clamp(22px,3vw,34px); }
.sara-bars { height:110px; display:flex; align-items:end; gap:9px; }
.sara-bars i { flex:1; min-height:22%; border-radius:8px 8px 2px 2px; background:linear-gradient(#38bdf8,#ff3d8d); box-shadow:0 0 16px rgba(56,189,248,.25); animation:saraBars 2.6s ease-in-out infinite alternate; }
.sara-bars i:nth-child(2){height:45%;animation-delay:.2s}.sara-bars i:nth-child(3){height:82%;animation-delay:.4s}.sara-bars i:nth-child(4){height:58%;animation-delay:.6s}.sara-bars i:nth-child(5){height:96%;animation-delay:.8s}.sara-bars i:nth-child(6){height:72%;animation-delay:1s}
.sara-orbit { position:absolute; border:1px solid rgba(56,189,248,.28); border-radius:50%; animation:saraOrbit 12s linear infinite; }
.sara-orbit--one { width:320px; height:320px; }.sara-orbit--two { width:250px; height:250px; border-color:rgba(255,61,141,.3); animation-direction:reverse; animation-duration:9s; }
.sara-orbit::before { content:""; position:absolute; top:-5px; left:50%; width:10px; height:10px; border-radius:50%; background:#38bdf8; box-shadow:0 0 18px #38bdf8; }
.sara-content { position:relative; z-index:2; }.sara-content .kicker { color:#7dd3fc; }.sara-content h2 { margin:10px 0 14px; font-size:clamp(30px,4vw,48px); line-height:1.25; }.sara-content>p { color:#cbd5e1; line-height:2; }
.sara-steps { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:22px 0; }.sara-steps>div { display:flex; gap:12px; padding:15px; border:1px solid rgba(148,163,184,.18); border-radius:16px; background:rgba(255,255,255,.045); }.sara-steps b { flex:0 0 32px; height:32px; display:grid; place-items:center; border-radius:10px; background:linear-gradient(135deg,#0ea5e9,#ff3d8d); }.sara-steps span { display:grid; gap:4px; }.sara-steps small { color:#94a3b8; line-height:1.55; }
.sara-simple { font-weight:700; }.sara-link { display:inline-flex; margin-top:6px; text-decoration:none; }
@keyframes saraOrbit { to { transform:rotate(360deg); } } @keyframes saraBars { to { filter:hue-rotate(35deg); transform:scaleY(.8); transform-origin:bottom; } }

@media (max-width: 1240px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; margin-inline-start: auto; }
  .support-link { display: none; }
  .hero-copy { width: 72%; }
  .service-tabs { grid-template-columns: repeat(4, 1fr); }
  .service-tab:nth-child(n+5) { border-top: 1px solid var(--line); }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .car-booking-grid { grid-template-columns:1fr 1fr; }
  .flight-guide { grid-template-columns:1fr 1fr; }
  .quick-grid .primary-btn { width: 100%; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .fleet-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .mobile-drawer { position: fixed; inset: 76px 0 auto 0; z-index: 49; padding: 18px 20px 24px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,.08); }
  .mobile-drawer.is-open { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .mobile-drawer a { padding: 12px; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; font-weight: 800; }
}

@media (max-width: 900px) { .sara-showcase { grid-template-columns:1fr; padding:32px 24px; }.sara-visual { min-height:300px; }.welcome-languages { grid-template-columns:repeat(2,1fr); } }

@media (max-width: 700px) {
  body { padding-bottom: 72px; }
  .container { width: min(100% - 24px, 1240px); }
  .topbar__inner { min-height: 68px; gap: 10px; }
  .brand__mark { width: 40px; height: 40px; border-radius: 13px; }
  .brand__word { font-size: 17px; }
  .language { min-height: 38px; padding: 0 8px; }
  .language-welcome__card { padding:28px 18px; border-radius:24px; }.welcome-languages { gap:8px; }.welcome-languages button { min-height:46px; }.sara-showcase { margin-inline:-4px; border-radius:24px; padding:28px 18px; }.sara-steps { grid-template-columns:1fr; }.sara-visual { min-height:260px; }.sara-orbit--one { width:270px;height:270px; }.sara-orbit--two { width:210px;height:210px; }
  .hero { padding-top: 12px; }
  .hero-art { min-height: 360px; border-radius: 0 0 30px 30px; margin-inline: -12px; }
  .hero-copy { width: 100%; padding: 55px 24px 135px; text-align: center; }
  .hero h1 { font-size: 42px; }
  .hero p { font-size: 14px; }
  .route-art { opacity: .42; }
  .search-shell { margin-top: -104px; }
  .service-panel { border-radius: 22px; }
  .service-tabs { grid-template-columns: repeat(3, 1fr); }
  .service-tab { min-height: 82px; }
  .service-tab:nth-child(n+4) { border-top: 1px solid var(--line); }
  .service-tab span { font-size: 11px; }
  .service-tab svg { width: 23px; height: 23px; }
  .tab-content { min-height: 180px; padding: 20px 14px 24px; }
  .quick-grid { grid-template-columns: 1fr; }
  .car-booking-grid { grid-template-columns:1fr; }
  .flight-guide { grid-template-columns:1fr 1fr; }
  .flight-guide span { padding:8px 6px; font-size:10px; }
  .car-modal-fields { grid-template-columns:1fr; }
  .section { padding-top: 62px; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 12px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 215px; }
  .feature-strip { grid-template-columns: 1fr; }
  .cta { padding: 32px 22px; display: block; text-align: center; }
  .cta .primary-btn { margin-top: 20px; }
  .footer { margin-top: 62px; padding-bottom: 40px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-column { border-top: 1px solid var(--line); padding-top: 18px; }
  .mobile-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 60; height: 68px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(15px); }
  .mobile-bottom a { display: grid; place-items: center; align-content: center; gap: 2px; color: #575157; text-decoration: none; font-size: 10px; font-weight: 800; }
  .mobile-bottom svg { width: 22px; height: 22px; }
  .mobile-bottom a.is-active { color: var(--red); }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
  .fleet-grid { grid-template-columns:1fr; padding:0 12px 16px; }
  .fleet-toolbar { padding:14px 12px; }
  .fleet-details > summary { padding:13px 12px; }
  .fleet-details > summary span { font-size:13px; }
  .car-suggestion { grid-template-columns:58px 1fr; }
  .car-suggestion img { width:58px; height:42px; }
  .car-suggestion b { grid-column:2; justify-self:start; font-size:12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
