:root {
  --bg: #040B16;
  --bg2: #0A1220;
  --blue: #1D4ED8;
  --blue2: #2563EB;
  --gold: #FBBF24;
  --gold2: #F59E0B;
  --text: #F8FAFC;
  --muted: #94A3B8;
  --border: rgba(255,255,255,0.10);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Outfit", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.5;
}

.display { font-family: "Playfair Display", Georgia, serif; }
::selection { background: var(--gold); color: var(--bg); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.bg-alt { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

.overline { font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
h2.title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; line-height: 1.05; }
.title .it { font-style: italic; color: var(--gold); }
.lead { color: var(--muted); font-size: 1.1rem; margin-top: 20px; max-width: 560px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; border-radius: 999px; padding: 14px 28px;
  font-weight: 600; font-size: 15px; cursor: pointer; border: none; transition: background-color .3s, transform .2s, color .3s; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--bg); }
.btn-gold:hover { background: var(--gold2); }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue2); }
.btn-ghost { background: rgba(255,255,255,.05); color: #fff; border: 1px solid var(--border); }
.btn-ghost:hover { background: rgba(255,255,255,.1); }
.btn svg { width: 18px; height: 18px; }

/* Header */
header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background-color .4s, backdrop-filter .4s, border-color .4s; border-bottom: 1px solid transparent; }
header.scrolled { background: rgba(4,11,22,.82); backdrop-filter: blur(18px); border-bottom: 1px solid var(--border); }
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo .mark { width: 40px; height: 40px; border-radius: 12px; background: var(--blue); display: grid; place-items: center; font-family: "Playfair Display", serif; font-weight: 700; font-size: 20px; box-shadow: 0 8px 24px rgba(29,78,216,.35); }
.logo .brand { font-family: "Playfair Display", serif; font-weight: 700; font-size: 18px; }
.logo .tag { font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 14px; color: #cbd5e1; transition: color .3s; }
.nav-links a:hover { color: #fff; }
.nav-phone { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #cbd5e1; }
.nav-phone svg { width: 16px; height: 16px; color: var(--gold); }
.menu-btn { display: none; width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.05); border: 1px solid var(--border); color: #fff; cursor: pointer; align-items: center; justify-content: center; }
.mobile-menu { display: none; background: rgba(4,11,22,.97); backdrop-filter: blur(18px); border-bottom: 1px solid var(--border); }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 14px 24px; font-size: 18px; color: #e2e8f0; border-bottom: 1px solid rgba(255,255,255,.05); }
.mobile-menu .btn { margin: 16px 24px 24px; }

/* Hero */
.hero { position: relative; min-height: 100vh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--bg) 0%, rgba(4,11,22,.5) 55%, rgba(4,11,22,.15) 100%); }
.hero-inner { position: relative; z-index: 1; padding-bottom: 80px; padding-top: 130px; }
.hero .eyebrow { display: flex; align-items: center; gap: 12px; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.hero .eyebrow .bar { width: 40px; height: 1px; background: var(--gold); }
.hero h1 { font-family: "Playfair Display", serif; font-weight: 700; font-size: clamp(2.6rem, 8vw, 6rem); line-height: .95; letter-spacing: -.02em; text-shadow: 0 2px 40px rgba(29,78,216,.35); }
.hero .sub { margin-top: 26px; max-width: 560px; font-size: 1.15rem; color: #e2e8f0; }
.hero .sub .em { font-family: "Playfair Display", serif; font-style: italic; color: var(--gold); }
.hero .cta { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 16px; }
.hero .stars { margin-top: 38px; display: flex; align-items: center; gap: 14px; color: #cbd5e1; font-size: 14px; }
.stars .row { display: flex; color: var(--gold); }
.stars svg { width: 16px; height: 16px; fill: var(--gold); }

/* Highlights */
.highlights { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; padding: 32px 0; }
.hl { display: flex; align-items: center; gap: 12px; }
.hl .ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(29,78,216,.15); border: 1px solid rgba(29,78,216,.3); display: grid; place-items: center; flex-shrink: 0; }
.hl .ic svg { width: 20px; height: 20px; color: var(--gold); }
.hl span.t { font-size: 14px; font-weight: 500; }

/* Marquee */
.marquee { overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg2); padding: 22px 0; white-space: nowrap; }
.marquee .track { display: inline-flex; align-items: center; animation: scroll 32s linear infinite; }
.marquee .item { font-family: "Playfair Display", serif; font-size: clamp(1.5rem, 3vw, 2.3rem); color: rgba(226,232,240,.9); padding: 0 32px; }
.marquee .star { width: 16px; height: 16px; fill: var(--gold); }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Fleet */
.fleet-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.car { grid-column: span 6; background: var(--bg2); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; }
.car .imgwrap { position: relative; height: 260px; overflow: hidden; clip-path: polygon(0 0,100% 0,100% 92%,92% 100%,0 100%); }
.car .imgwrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.car:hover .imgwrap img { transform: scale(1.1); }
.car .imgwrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--bg2), transparent 60%); }
.car .badge { position: absolute; top: 16px; left: 16px; z-index: 2; background: var(--gold); color: var(--bg); font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 999px; }
.car .body { padding: 24px; }
.car .body .top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.car h3 { font-family: "Playfair Display", serif; font-size: 1.5rem; font-weight: 700; }
.car .best { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); text-align: right; }
.car .specs { display: flex; gap: 24px; margin-top: 16px; font-size: 14px; color: #cbd5e1; }
.car .specs span { display: inline-flex; align-items: center; gap: 8px; }
.car .specs svg { width: 16px; height: 16px; color: var(--blue2); }
.car ul { list-style: none; margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
.car ul li { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #cbd5e1; }
.car ul li svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; }
.car .book { margin-top: 22px; }
.fleet-showcase { position: relative; margin-top: 24px; border-radius: 18px; overflow: hidden; border: 1px solid var(--border); }
.fleet-showcase img { width: 100%; height: 340px; object-fit: cover; }
.fleet-showcase::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--bg), transparent 60%); }
.fleet-showcase .cap { position: absolute; bottom: 0; left: 0; padding: 32px; z-index: 2; }
.fleet-showcase h3 { font-family: "Playfair Display", serif; font-size: clamp(1.5rem, 3vw, 2.2rem); max-width: 460px; }

/* Services */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.svc { background: var(--bg); border: 1px solid var(--border); border-radius: 18px; padding: 24px; transition: border-color .3s; }
.bg-alt .svc { background: var(--bg2); }
.svc:hover { border-color: rgba(251,191,36,.4); }
.svc .ic { width: 48px; height: 48px; border-radius: 12px; background: rgba(29,78,216,.15); border: 1px solid rgba(29,78,216,.3); display: grid; place-items: center; margin-bottom: 18px; }
.svc .ic svg { width: 24px; height: 24px; color: var(--gold); }
.svc h3 { font-family: "Playfair Display", serif; font-size: 1.25rem; }
.svc p { margin-top: 8px; font-size: 14px; color: var(--muted); }
.svc .link { margin-top: 18px; display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--gold); }

/* Booking */
.booking-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 40px; align-items: start; }
.booking-copy .btns { margin-top: 30px; display: flex; flex-direction: column; gap: 14px; }
.form-card { background: rgba(10,18,32,.8); backdrop-filter: blur(18px); border: 1px solid var(--border); border-radius: 24px; padding: 32px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; }
.field.full { grid-column: span 2; }
.field label { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: 8px; }
.field input, .field select, .field textarea { background: var(--bg); border: 1px solid var(--border); color: var(--text); border-radius: 10px; padding: 12px 14px; font-family: inherit; font-size: 15px; outline: none; transition: border-color .3s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); }
.field textarea { min-height: 90px; resize: vertical; }
.submit-btn { grid-column: span 2; justify-content: center; }
.success { text-align: center; padding: 20px 0; }
.success svg.check { width: 64px; height: 64px; color: var(--gold); margin: 0 auto 20px; }
.success h3 { font-family: "Playfair Display", serif; font-size: 1.8rem; }
.success p { color: var(--muted); margin-top: 12px; }
.success .btns { margin-top: 26px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hidden { display: none !important; }

/* Pricing */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price { position: relative; background: var(--bg); border: 1px solid var(--border); border-radius: 18px; padding: 28px; }
.price.feat { border-color: rgba(251,191,36,.5); box-shadow: 0 0 0 1px rgba(251,191,36,.2); }
.price .tag { position: absolute; top: -12px; left: 28px; background: var(--gold); color: var(--bg); font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 999px; }
.price h3 { font-family: "Playfair Display", serif; font-size: 1.5rem; }
.price .route { font-size: 14px; color: var(--muted); margin-top: 4px; }
.price .amt { margin-top: 20px; display: flex; align-items: baseline; gap: 8px; }
.price .amt .from { font-size: 12px; color: #64748b; }
.price .amt .val { font-family: "Playfair Display", serif; font-size: 2.2rem; font-weight: 700; color: var(--gold); }
.price .amt .unit { font-size: 14px; color: var(--muted); }
.price ul { list-style: none; margin-top: 20px; display: grid; gap: 8px; }
.price ul li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: #cbd5e1; }
.price ul li svg { width: 16px; height: 16px; color: var(--blue2); flex-shrink: 0; margin-top: 2px; }
.price .book { margin-top: 24px; width: 100%; justify-content: center; }
.price-note { text-align: center; color: #64748b; font-size: 14px; margin-top: 32px; }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.chapter { position: relative; padding-left: 64px; margin-bottom: 40px; }
.chapter .no { position: absolute; left: 0; top: 0; font-family: "Playfair Display", serif; font-size: 1.9rem; font-weight: 700; color: var(--blue2); }
.chapter h3 { font-family: "Playfair Display", serif; font-size: 1.5rem; margin-bottom: 8px; }
.chapter p { color: var(--muted); }
.about-side { position: sticky; top: 110px; display: grid; gap: 24px; }
.about-side .pic { border-radius: 18px; overflow: hidden; border: 1px solid var(--border); }
.about-side .pic img { width: 100%; height: 220px; object-fit: cover; }
.owner-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 18px; padding: 24px; display: flex; align-items: center; gap: 20px; }
.owner-card img { width: 96px; height: 96px; border-radius: 14px; object-fit: cover; object-position: top; border: 1px solid var(--border); }
.owner-card .role { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
.owner-card .name { font-family: "Playfair Display", serif; font-size: 1.4rem; font-weight: 700; }
.owner-card .loc { font-size: 14px; color: var(--muted); }
.whyus { background: var(--bg2); border: 1px solid var(--border); border-radius: 18px; padding: 24px; }
.whyus .h { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.whyus ul { list-style: none; display: grid; gap: 12px; }
.whyus li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; }
.whyus li .dot { width: 20px; height: 20px; border-radius: 999px; background: var(--gold); display: grid; place-items: center; flex-shrink: 0; margin-top: 2px; }
.whyus li .dot svg { width: 14px; height: 14px; color: var(--bg); }

/* Testimonials */
.tst-grid { columns: 3; column-gap: 24px; }
.tst { break-inside: avoid; margin-bottom: 24px; background: var(--bg2); border: 1px solid var(--border); border-radius: 18px; padding: 24px; }
.tst .q { width: 32px; height: 32px; color: var(--blue2); margin-bottom: 14px; }
.tst .row { display: flex; color: var(--gold); margin-bottom: 12px; }
.tst .row svg { width: 16px; height: 16px; fill: var(--gold); }
.tst blockquote { color: #e2e8f0; }
.tst .who { margin-top: 16px; font-family: "Playfair Display", serif; font-size: 1.1rem; color: var(--gold); }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gal { position: relative; border: 1px solid var(--border); border-radius: 18px; overflow: hidden; background: var(--bg2); }
.gal .imgwrap { height: 280px; overflow: hidden; clip-path: polygon(0 0,100% 0,100% 92%,92% 100%,0 100%); }
.gal img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gal:hover img { transform: scale(1.1); }
.gal .cap { padding: 20px; }
.gal h3 { font-family: "Playfair Display", serif; font-size: 1.25rem; }
.gal p { font-size: 14px; color: var(--muted); margin-top: 4px; }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; text-align: left; background: none; border: none; color: var(--text); font-family: inherit; font-size: 1.1rem; font-weight: 500; padding: 20px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: color .3s; }
.faq-q:hover { color: var(--gold); }
.faq-q svg { width: 20px; height: 20px; flex-shrink: 0; transition: transform .3s; }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; color: var(--muted); }
.faq-a p { padding-bottom: 20px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
.contact-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.crow { background: var(--bg2); border: 1px solid var(--border); border-radius: 18px; padding: 20px; display: flex; gap: 16px; align-items: flex-start; }
.crow .ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(29,78,216,.15); border: 1px solid rgba(29,78,216,.3); display: grid; place-items: center; flex-shrink: 0; }
.crow .ic svg { width: 20px; height: 20px; color: var(--gold); }
.crow .k { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #64748b; }
.crow .v { font-weight: 500; word-break: break-word; }
.contact-btns { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }
.map { border-radius: 24px; overflow: hidden; border: 1px solid var(--border); min-height: 420px; }
.map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; filter: grayscale(.2) contrast(1.2); }

/* Footer */
footer { background: var(--bg2); border-top: 1px solid var(--border); padding: 64px 0 32px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.foot .brandrow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.foot .tagline { font-family: "Playfair Display", serif; font-style: italic; color: var(--gold); font-size: 1.15rem; }
.foot p.desc { color: var(--muted); font-size: 14px; margin-top: 12px; max-width: 380px; }
.foot .socials { margin-top: 20px; display: flex; gap: 12px; }
.foot .socials a { width: 40px; height: 40px; border-radius: 999px; background: rgba(255,255,255,.05); border: 1px solid var(--border); display: grid; place-items: center; color: #cbd5e1; transition: color .3s, border-color .3s; }
.foot .socials a:hover { color: var(--gold); border-color: rgba(251,191,36,.4); }
.foot .socials svg { width: 16px; height: 16px; }
.foot h4 { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.foot ul { list-style: none; display: grid; gap: 10px; }
.foot ul a { font-size: 14px; color: var(--muted); transition: color .3s; }
.foot ul a:hover { color: #fff; }
.foot .contactlist li { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); }
.foot .contactlist svg { width: 16px; height: 16px; color: var(--blue2); }
.foot-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: #64748b; font-size: 14px; }

/* Floating WhatsApp */
.fab { position: fixed; bottom: 24px; right: 24px; z-index: 60; width: 62px; height: 62px; border-radius: 999px; background: #25D366; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(37,211,102,.4); }
.fab svg { width: 32px; height: 32px; fill: #fff; position: relative; z-index: 1; }
.fab .ping { position: absolute; inset: 0; border-radius: 999px; background: #25D366; animation: ping 1.6s cubic-bezier(0,0,.2,1) infinite; }
@keyframes ping { 75%,100% { transform: scale(1.7); opacity: 0; } }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 980px) {
  .nav-links, .nav-phone { display: none; }
  .menu-btn { display: flex; }
  .highlights { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .fleet-grid { grid-template-columns: 1fr; }
  .car { grid-column: 1 / -1; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-side { position: static; }
  .price-grid { grid-template-columns: 1fr; }
  .tst-grid { columns: 1; }
  .gallery-grid { grid-template-columns: 1fr; }
  .contact-rows { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 560px) {
  .section { padding: 64px 0; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full, .submit-btn { grid-column: span 1; }
  .svc-grid { grid-template-columns: 1fr; }
  .highlights { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .marquee .track { animation: none; }
  .reveal { opacity: 1; transform: none; }
}
