:root {
  --bg: #0e0f13;
  --bg-2: #14161c;
  --ink: #1a1c22;
  --paper: #ffffff;
  --muted: #f4f5f7;
  --text: #23252b;
  --text-soft: #5b6069;
  --gold: #c9a24b;
  --gold-2: #e2c476;
  --line: #e6e8ec;
  --radius: 14px;
  --shadow: 0 18px 50px rgba(0,0,0,.18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.15; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: min(1160px, 92%); margin: 0 auto; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem 1.6rem; border-radius: 999px; font-weight: 600; font-size: .95rem;
  cursor: pointer; border: 2px solid transparent; transition: .2s ease; white-space: nowrap;
}
.btn--gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #201a08; }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(201,162,75,.4); }
.btn--ghost { border-color: rgba(255,255,255,.5); color: #fff; }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--block { width: 100%; }

/* Top bar */
.topbar { background: var(--bg); color: #cfd2d8; font-size: .82rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; padding: .5rem 0; }
.topbar__phone { color: var(--gold-2); font-weight: 600; }

/* Header */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(14,15,19,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header__inner { display: flex; align-items: center; gap: 1.5rem; padding: .9rem 0; }
.brand { display: flex; align-items: center; gap: .7rem; color: #fff; }
.brand__mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #201a08;
  font-family: 'Playfair Display', serif; font-weight: 800; border-radius: 10px; font-size: 1.05rem;
}
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__text strong { font-size: 1.05rem; letter-spacing: .3px; }
.brand__text small { font-size: .72rem; color: var(--gold-2); letter-spacing: 2px; text-transform: uppercase; }
.nav { display: flex; gap: 1.4rem; margin-left: auto; }
.nav a { color: #d7dae0; font-size: .93rem; font-weight: 500; transition: color .2s; }
.nav a:hover { color: var(--gold-2); }
.header__cta { margin-left: 1.2rem; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; font-size: 1.5rem; margin-left: auto; cursor: pointer; }

/* Hero */
.hero {
  position: relative; color: #fff;
  background: linear-gradient(135deg, #0b0c10 0%, #1b1f2b 55%, #2a2233 100%);
  overflow: hidden;
}
.hero__overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(700px 400px at 80% -10%, rgba(201,162,75,.18), transparent 60%),
    radial-gradient(600px 500px at 10% 110%, rgba(201,162,75,.10), transparent 60%);
}
.hero__inner {
  position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem;
  align-items: center; padding: 4.5rem 0 5rem;
}
.hero__eyebrow { color: var(--gold-2); letter-spacing: 3px; text-transform: uppercase; font-size: .8rem; font-weight: 600; margin-bottom: 1rem; }
.hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); font-weight: 800; margin-bottom: 1.2rem; }
.hero__lead { color: #c9cdd6; font-size: 1.08rem; max-width: 34rem; margin-bottom: 1.8rem; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.hero__badges { list-style: none; display: flex; flex-wrap: wrap; gap: 1.2rem; color: #b9bdc7; font-size: .9rem; }

/* Quote card */
.quote-card {
  background: #fff; color: var(--text); border-radius: var(--radius);
  padding: 1.8rem; box-shadow: var(--shadow); border-top: 4px solid var(--gold);
}
.quote-card h3 { font-size: 1.4rem; margin-bottom: 1.2rem; }
.field { margin-bottom: .9rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.field label { display: block; font-size: .78rem; font-weight: 600; color: var(--text-soft); text-transform: uppercase; letter-spacing: .5px; margin-bottom: .35rem; }
.field input, .field select {
  width: 100%; padding: .7rem .8rem; border: 1px solid var(--line); border-radius: 9px;
  font: inherit; font-size: .92rem; background: #fbfbfc; transition: border .15s, box-shadow .15s;
}
.field input:focus, .field select:focus { outline: 0; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,75,.18); }
.quote-card__note { font-size: .85rem; margin-top: .7rem; text-align: center; min-height: 1rem; }
.quote-card__note.ok { color: #1a7f4b; font-weight: 600; }

/* Trust */
.trust { background: var(--bg-2); color: #fff; }
.trust__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; padding: 2rem 0; text-align: center; }
.trust__grid strong { display: block; font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--gold-2); }
.trust__grid span { color: #aeb2bb; font-size: .88rem; }

/* Sections */
.section { padding: 5rem 0; }
.section--muted { background: var(--muted); }
.section--dark { background: var(--bg); color: #fff; }
.section__head { text-align: center; max-width: 42rem; margin: 0 auto 3rem; }
.eyebrow { color: var(--gold); letter-spacing: 3px; text-transform: uppercase; font-size: .78rem; font-weight: 700; margin-bottom: .7rem; }
.eyebrow--gold { color: var(--gold-2); }
.section h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); margin-bottom: .8rem; }
.section__sub { color: var(--text-soft); font-size: 1.02rem; }
.section--dark .section__sub { color: #b3b7c0; }

/* Service cards */
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.8rem; transition: .25s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--gold); }
.card__icon { font-size: 2rem; margin-bottom: .8rem; }
.card h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.card p { color: var(--text-soft); font-size: .95rem; }

/* Fleet */
.fleet-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.fleet-card {
  background: var(--bg-2); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius); overflow: hidden; transition: .25s ease;
}
.fleet-card:hover { transform: translateY(-5px); border-color: var(--gold); }
.fleet-card__img { height: 150px; background-size: cover; background-position: center; position: relative; }
.fleet-card__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,22,28,.85), transparent 55%); }
.fleet-card__cap { padding: 1.2rem 1.3rem 1.5rem; }
.fleet-card__cap h3 { font-size: 1.2rem; margin-bottom: .3rem; }
.fleet-card__pax { color: var(--gold-2); font-size: .82rem; font-weight: 600; letter-spacing: .5px; }
.fleet-card__cap p { color: #aab0bb; font-size: .9rem; margin-top: .5rem; }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split__img { height: 380px; border-radius: var(--radius); background-size: cover; background-position: center; box-shadow: var(--shadow); }
.split__img--tour { background-image: linear-gradient(135deg, rgba(201,162,75,.25), rgba(20,22,28,.75)), url("https://images.unsplash.com/photo-1449034446853-66c86144b0ad?auto=format&fit=crop&w=1000&q=60"); }
.split__body h2 { margin-bottom: 1rem; }
.split__body p { color: var(--text-soft); margin-bottom: 1.2rem; }
.ticks { list-style: none; margin-bottom: 1.6rem; }
.ticks li { padding-left: 1.7rem; position: relative; margin-bottom: .6rem; }
.ticks li::before { content: "✔"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

/* Areas */
.areas { list-style: none; display: grid; grid-template-columns: repeat(4,1fr); gap: .7rem; }
.areas li { background: #fff; border: 1px solid var(--line); border-radius: 9px; padding: .8rem 1rem; font-size: .92rem; font-weight: 500; text-align: center; transition: .2s; }
.areas li:hover { border-color: var(--gold); color: var(--gold); }

/* Reviews */
.reviews { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.review { background: var(--bg-2); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); padding: 1.6rem; }
.review__stars { color: var(--gold-2); margin-bottom: .8rem; letter-spacing: 2px; }
.review p { color: #d3d7de; font-size: .95rem; margin-bottom: 1rem; font-style: italic; }
.review__by { color: var(--gold-2); font-weight: 600; font-size: .9rem; }

/* FAQ */
.faq { max-width: 780px; margin: 0 auto; }
.faq__item { border: 1px solid var(--line); border-radius: 10px; margin-bottom: .8rem; overflow: hidden; }
.faq__q { width: 100%; text-align: left; background: #fff; border: 0; padding: 1.1rem 1.3rem; font: inherit; font-weight: 600; font-size: 1rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq__q span { color: var(--gold); transition: transform .2s; flex-shrink: 0; }
.faq__item.open .faq__q span { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; color: var(--text-soft); }
.faq__a p { padding: 0 1.3rem 1.2rem; }

/* CTA */
.cta { background: linear-gradient(135deg, #1b1f2b, #2a2233); color: #fff; padding: 4rem 0; text-align: center; }
.cta h2 { font-size: 2.2rem; margin-bottom: .6rem; }
.cta p { color: #c4c8d1; margin-bottom: 1.8rem; }
.cta__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* Footer */
.footer { background: var(--bg); color: #b9bdc7; padding-top: 3.5rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 2rem; padding-bottom: 2.5rem; }
.brand--footer { margin-bottom: 1rem; }
.footer__about { font-size: .9rem; line-height: 1.7; }
.footer h4 { color: #fff; font-family: 'Inter', sans-serif; font-size: .95rem; margin-bottom: 1rem; letter-spacing: .5px; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: .55rem; font-size: .9rem; }
.footer ul li a:hover { color: var(--gold-2); }
.footer__contact li { color: #cfd2d8; }
.footer__bar { border-top: 1px solid rgba(255,255,255,.08); padding: 1.2rem 0; }
.footer__bar-inner { display: flex; justify-content: space-between; font-size: .82rem; color: #8b8f99; flex-wrap: wrap; gap: .5rem; }

/* Floating call button */
.fab {
  position: fixed; bottom: 22px; right: 22px; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-2)); font-size: 1.4rem;
  box-shadow: 0 10px 26px rgba(201,162,75,.5); animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.08); } }

/* Responsive */
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; }
  .cards, .fleet-grid, .reviews { grid-template-columns: repeat(2,1fr); }
  .split, .footer__grid { grid-template-columns: 1fr; }
  .areas { grid-template-columns: repeat(3,1fr); }
  .split__media { order: 2; }
  .nav {
    position: fixed; inset: 0 0 0 auto; width: 260px; flex-direction: column;
    background: var(--bg-2); padding: 5rem 1.5rem; gap: 1.2rem; margin: 0;
    transform: translateX(100%); transition: transform .3s ease; box-shadow: -10px 0 40px rgba(0,0,0,.4);
  }
  .nav.open { transform: translateX(0); }
  .nav-toggle { display: block; }
  .header__cta { display: none; }
}
@media (max-width: 560px) {
  .trust__grid, .cards, .fleet-grid, .reviews { grid-template-columns: 1fr 1fr; }
  .areas { grid-template-columns: repeat(2,1fr); }
  .field-row { grid-template-columns: 1fr; }
  .topbar__item { display: none; }
  .topbar__inner { justify-content: center; }
}
