/* ============================================================================
 *  VELOCITY RENT A CAR — styles.css
 *  Premium · clean · fast. Theme variables live at the top.
 * ==========================================================================*/

/* ---- Design tokens ------------------------------------------------------- */
:root {
  --bg:        #0E1116;   /* near-black charcoal */
  --bg-2:      #12161d;   /* alternate section */
  --surface:   #171c25;   /* cards */
  --surface-2: #1d232e;
  --line:      rgba(255,255,255,0.08);
  --line-2:    rgba(255,255,255,0.14);

  --text:      #F4F5F7;   /* primary text */
  --muted:     #A8B0BD;   /* secondary text */
  --muted-2:   #7d8694;

  --gold:      #D4AF37;
  --gold-2:    #F4D58D;
  --gold-deep: #B8862B;
  --green:     #25D366;   /* whatsapp */

  --radius:    18px;
  --radius-sm: 12px;
  --maxw:      1180px;
  --shadow:    0 24px 60px rgba(0,0,0,0.45);
  --shadow-sm: 0 8px 24px rgba(0,0,0,0.35);

  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-head: 'Sora', 'Plus Jakarta Sans', -apple-system, 'Segoe UI', sans-serif;
}

/* ---- Reset --------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }   /* keep hidden elements (e.g. the review modal) hidden */
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.12; margin: 0 0 .4em; font-weight: 700; letter-spacing: -0.02em; }
p { margin: 0 0 1rem; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.gold { color: var(--gold); }
.eyebrow {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: .72rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 .9rem;
}

/* ---- Buttons ------------------------------------------------------------- */
.btn {
  --pad-y: .8rem; --pad-x: 1.4rem;
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: var(--pad-y) var(--pad-x);
  font-family: var(--font-head);
  font-weight: 700; font-size: .96rem; letter-spacing: .01em;
  border: 1px solid transparent; border-radius: 999px;
  cursor: pointer; transition: transform .18s ease, box-shadow .25s ease, background .25s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap; text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-sm { --pad-y: .55rem; --pad-x: 1rem; font-size: .85rem; }
.btn-lg { --pad-y: 1rem; --pad-x: 1.9rem; font-size: 1.02rem; }

.btn-gold {
  color: #1a1407;
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 55%, var(--gold-deep));
  box-shadow: 0 10px 26px rgba(212,175,55,0.28);
}
.btn-gold:hover { box-shadow: 0 16px 34px rgba(212,175,55,0.42); }
.btn-ghost { color: var(--text); background: rgba(255,255,255,0.04); border-color: var(--line-2); }
.btn-ghost:hover { background: rgba(255,255,255,0.09); }
.btn-outline { color: var(--text); background: transparent; border-color: var(--line-2); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* WhatsApp glyph (pure CSS, no image request) */
.wa-ico {
  width: 1.05em; height: 1.05em; flex: none;
  background: currentColor;
  -webkit-mask: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 2.1.55 4.06 1.6 5.83L2 22l4.4-1.15a9.9 9.9 0 0 0 5.64 1.73h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01A9.82 9.82 0 0 0 12.04 2Zm0 18.13h-.01a8.2 8.2 0 0 1-4.18-1.15l-.3-.18-2.6.68.7-2.54-.2-.31a8.18 8.18 0 0 1-1.26-4.39c0-4.54 3.7-8.23 8.25-8.23 2.2 0 4.27.86 5.83 2.42a8.17 8.17 0 0 1 2.41 5.82c0 4.55-3.7 8.24-8.25 8.24Zm4.52-6.16c-.25-.13-1.47-.72-1.69-.8-.23-.09-.39-.13-.56.12-.16.25-.64.8-.78.97-.14.16-.29.18-.54.06-.25-.13-1.05-.39-1.99-1.23-.74-.66-1.23-1.47-1.38-1.72-.14-.25-.01-.38.11-.51.11-.11.25-.29.37-.43.13-.14.17-.25.25-.41.08-.16.04-.31-.02-.43-.06-.12-.56-1.35-.76-1.85-.2-.48-.4-.42-.56-.43h-.48c-.16 0-.43.06-.65.31-.22.25-.86.84-.86 2.07 0 1.22.89 2.4 1.01 2.56.13.16 1.74 2.66 4.22 3.73.59.26 1.05.41 1.41.52.59.19 1.13.16 1.56.1.48-.07 1.47-.6 1.68-1.18.21-.58.21-1.07.14-1.18-.06-.11-.22-.17-.47-.29Z'/%3E%3C/svg%3E");
          mask: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 2.1.55 4.06 1.6 5.83L2 22l4.4-1.15a9.9 9.9 0 0 0 5.64 1.73h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01A9.82 9.82 0 0 0 12.04 2Zm0 18.13h-.01a8.2 8.2 0 0 1-4.18-1.15l-.3-.18-2.6.68.7-2.54-.2-.31a8.18 8.18 0 0 1-1.26-4.39c0-4.54 3.7-8.23 8.25-8.23 2.2 0 4.27.86 5.83 2.42a8.17 8.17 0 0 1 2.41 5.82c0 4.55-3.7 8.24-8.25 8.24Zm4.52-6.16c-.25-.13-1.47-.72-1.69-.8-.23-.09-.39-.13-.56.12-.16.25-.64.8-.78.97-.14.16-.29.18-.54.06-.25-.13-1.05-.39-1.99-1.23-.74-.66-1.23-1.47-1.38-1.72-.14-.25-.01-.38.11-.51.11-.11.25-.29.37-.43.13-.14.17-.25.25-.41.08-.16.04-.31-.02-.43-.06-.12-.56-1.35-.76-1.85-.2-.48-.4-.42-.56-.43h-.48c-.16 0-.43.06-.65.31-.22.25-.86.84-.86 2.07 0 1.22.89 2.4 1.01 2.56.13.16 1.74 2.66 4.22 3.73.59.26 1.05.41 1.41.52.59.19 1.13.16 1.56.1.48-.07 1.47-.6 1.68-1.18.21-.58.21-1.07.14-1.18-.06-.11-.22-.17-.47-.29Z'/%3E%3C/svg%3E");
}

/* ---- Header -------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(14,17,22,0.72);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled { background: rgba(11,13,18,0.92); border-bottom-color: var(--line); box-shadow: 0 8px 30px rgba(0,0,0,0.35); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 1rem; }
.brand img { height: 38px; width: auto; }
.nav { display: flex; align-items: center; }
.nav-menu { display: flex; align-items: center; gap: 1.7rem; list-style: none; margin: 0; padding: 0; }
.nav-menu a { font-weight: 600; font-size: .95rem; color: var(--muted); transition: color .2s ease; }
.nav-menu a:hover { color: var(--text); }
.nav-cta a { color: #1a1407; }
.nav-toggle { display: none; }

/* ---- Hero ---------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; padding: clamp(3rem, 7vw, 6rem) 0 clamp(3.5rem, 7vw, 6rem); }
.hero-bg {
  position: absolute; top: -32%; left: 0; right: 0; height: 164%; z-index: 0; pointer-events: none;
  will-change: transform;
  background:
    radial-gradient(900px 500px at 78% 8%, rgba(212,175,55,0.16), transparent 60%),
    radial-gradient(700px 500px at 8% 90%, rgba(80,110,180,0.12), transparent 60%),
    linear-gradient(180deg, #0E1116, #0c0e13);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask: radial-gradient(circle at 70% 30%, #000, transparent 70%);
          mask: radial-gradient(circle at 70% 30%, #000, transparent 70%);
  opacity: .5;
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.hero h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); font-weight: 800; margin-bottom: 1rem; line-height: 1.06; text-wrap: balance; }
.hero .lead { color: var(--muted); font-size: 1.12rem; max-width: 36ch; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 2.2rem; }
.hero-trust { display: flex; gap: 2rem; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.hero-trust li { color: var(--muted-2); font-size: .92rem; }
.hero-trust strong { display: block; font-family: var(--font-head); font-size: 1.5rem; color: var(--text); font-weight: 700; }

/* Hero art card */
.hero-art { display: flex; justify-content: center; }
.hero-card {
  position: relative; width: 100%; max-width: 520px;
  background: linear-gradient(160deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line); border-radius: 26px;
  padding: 2rem 1.6rem 1.4rem; box-shadow: var(--shadow); overflow: hidden;
}
.hero-card-glow { position: absolute; top: -40%; right: -20%; width: 70%; height: 80%; background: radial-gradient(circle, rgba(212,175,55,0.35), transparent 65%); filter: blur(20px); }
.car-svg { position: relative; width: 100%; height: auto; will-change: transform, opacity; }
.hero-card-tag { position: relative; margin-top: .6rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.hero-card-tag span { font-family: var(--font-head); font-weight: 700; color: var(--gold); letter-spacing: .04em; text-transform: uppercase; font-size: .78rem; }
.hero-card-tag em { display: block; color: var(--muted); font-style: normal; font-size: .95rem; }

/* ---- Strip --------------------------------------------------------------- */
.strip { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strip-inner { display: flex; flex-wrap: wrap; gap: 1.2rem 2.4rem; justify-content: center; padding: 1.1rem 22px; }
.strip-item { display: flex; align-items: center; gap: .55rem; color: var(--muted); font-weight: 600; font-size: .92rem; }
.strip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px var(--gold); }

/* ---- Sections ------------------------------------------------------------ */
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; position: relative; overflow: hidden; }
.section-alt { background: var(--bg-2); }
.container { position: relative; z-index: 1; }

/* Parallax depth orbs (decorative, drift on scroll) */
.bg-orb {
  position: absolute; z-index: 0; pointer-events: none;
  width: 460px; height: 460px; border-radius: 50%;
  filter: blur(80px); opacity: .55; will-change: transform;
}
.bg-orb--gold { background: radial-gradient(circle, rgba(212,175,55,0.45), transparent 68%); }
.bg-orb--blue { background: radial-gradient(circle, rgba(72,104,184,0.40), transparent 68%); }
.bg-orb--tr { top: -140px; right: -120px; }
.bg-orb--bl { bottom: -160px; left: -130px; }
.bg-orb--tl { top: -120px; left: -120px; }
.bg-orb--br { bottom: -150px; right: -120px; }
.section-head { max-width: 660px; margin: 0 auto clamp(2rem, 4vw, 3.2rem); text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
.section-sub { color: var(--muted); font-size: 1.05rem; margin: 0; }

/* ---- Cards grid ---------------------------------------------------------- */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 1.1rem; }
.card {
  background: linear-gradient(170deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.5rem 1.4rem; position: relative; overflow: hidden;
  transition: transform .22s ease, border-color .25s ease, box-shadow .25s ease;
}
.card::before {
  content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 100%;
  background: linear-gradient(90deg, var(--gold-2), var(--gold-deep));
  transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.card:hover { transform: translateY(-5px); border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.card:hover::before { transform: scaleX(1); }

.service { display: block; cursor: pointer; }
.card-ico { font-size: 1.7rem; margin-bottom: .7rem; }
.card h3 { font-size: 1.18rem; margin-bottom: .35rem; }
.card p { color: var(--muted); font-size: .95rem; margin-bottom: 1rem; }
.card-link { font-family: var(--font-head); font-weight: 700; font-size: .9rem; color: var(--gold); }

/* ---- Fleet --------------------------------------------------------------- */
.fleet-cat {
  font-size: 1.05rem; text-transform: uppercase; letter-spacing: .14em;
  color: var(--muted); font-weight: 700; margin: 2.6rem 0 1.1rem;
  display: flex; align-items: center; gap: 1rem;
}
.fleet-cat::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.fleet-grid { grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 1.6rem; }
.card.fleet { display: flex; flex-direction: column; padding: 1.1rem 1.1rem 1.4rem; }
.card.fleet h4 { font-size: 1.28rem; }
.card.fleet p { font-size: 1rem; }
.fleet-media {
  margin: 0 0 1.1rem;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  border: 1px solid var(--line);
  background:
    radial-gradient(130% 120% at 50% 0%, #f7f9fc 0%, #eef1f6 45%, #dfe4ec 100%);
  overflow: hidden; position: relative;
}
.fleet-media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  display: block; transition: transform .45s ease;
}
.card.fleet:hover .fleet-media img { transform: scale(1.05); }

.fleet-price {
  display: flex; align-items: baseline; gap: .35rem;
  margin: .1rem 0 1rem; padding-top: .7rem; border-top: 1px solid var(--line);
}
.fleet-price span {
  font-family: var(--font-head); font-weight: 800; font-size: 1.35rem;
  color: var(--gold-2); letter-spacing: -0.01em;
}
.fleet-price em { font-style: normal; color: var(--muted); font-size: .9rem; font-weight: 600; }
.fleet-price--enquire span { font-size: 1.05rem; color: var(--text); }
.card.fleet h4 { font-size: 1.1rem; margin: .2rem 0 .3rem; }
.card.fleet p { flex: 1; }
.fleet-badge {
  display: inline-block; align-self: flex-start;
  font-family: var(--font-head); font-weight: 700; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); background: rgba(255,255,255,0.05); border: 1px solid var(--line);
  padding: .25rem .6rem; border-radius: 999px; margin-bottom: .7rem;
}
.fleet-badge.gold { color: var(--gold-2); border-color: rgba(212,175,55,0.4); background: rgba(212,175,55,0.08); }
.card.fleet .btn { margin-top: .4rem; }
.fleet-cta { text-align: center; margin-top: 2.6rem; }
.fleet-cta p { color: var(--muted); margin-bottom: .9rem; }

/* ---- Features ------------------------------------------------------------ */
.features { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 1.1rem; }
.feature { padding: 1.6rem 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,0.015); }
.feature-ico { font-size: 1.9rem; margin-bottom: .6rem; }
.feature h3 { font-size: 1.16rem; }
.feature p { color: var(--muted); margin: 0; font-size: .96rem; }

/* ---- Steps --------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; }
.step { position: relative; padding: 2rem 1.6rem 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(170deg, var(--surface), var(--surface-2)); }
.step-num {
  position: absolute; top: -22px; left: 1.6rem;
  width: 46px; height: 46px; display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 800; font-size: 1.2rem; color: #1a1407;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-deep));
  border-radius: 14px; box-shadow: 0 10px 22px rgba(212,175,55,0.3);
}
.step h3 { margin-top: .6rem; font-size: 1.2rem; }
.step p { color: var(--muted); margin: 0; }

/* ---- CTA banner ---------------------------------------------------------- */
.cta-banner { background: linear-gradient(120deg, #14110a, #1c1608 55%, #14110a); border-top: 1px solid rgba(212,175,55,0.25); border-bottom: 1px solid rgba(212,175,55,0.25); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.6rem; padding: clamp(2.2rem,4vw,3.2rem) 22px; flex-wrap: wrap; }
.cta-inner h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: .2rem; }
.cta-inner p { color: var(--muted); margin: 0; }

/* ---- Contact ------------------------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4rem; align-items: stretch; }
.contact-list { list-style: none; margin: 1.4rem 0 1.8rem; padding: 0; display: grid; gap: 1.1rem; }
.contact-list li { display: flex; gap: .9rem; }
.ci-ico { font-size: 1.25rem; flex: none; }
.contact-list strong { display: block; font-family: var(--font-head); font-size: .95rem; margin-bottom: .15rem; }
.contact-list a { display: block; color: var(--muted); font-size: .96rem; transition: color .2s ease; }
.contact-list a:hover { color: var(--gold); }
.wa-tag {
  display: inline-block; margin-left: .4rem; padding: .05rem .45rem;
  font-size: .68rem; font-weight: 700; letter-spacing: .02em;
  color: #d8ffe7; background: rgba(37,211,102,0.16); border: 1px solid rgba(37,211,102,0.35);
  border-radius: 6px; vertical-align: middle;
}
.contact-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.contact-map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 380px; }
.contact-map iframe { width: 100%; height: 100%; min-height: 380px; filter: grayscale(0.25) contrast(1.05); }

/* ---- Footer -------------------------------------------------------------- */
.site-footer { background: #0a0c11; border-top: 1px solid var(--line); padding-top: 3rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2.4rem; }
.footer-brand img { height: 36px; margin-bottom: 1rem; }
.footer-brand p { color: var(--muted); font-size: .95rem; max-width: 38ch; }
.footer-col h4 { font-size: 1rem; margin-bottom: .9rem; color: var(--text); }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.footer-col a { color: var(--muted); font-size: .93rem; cursor: pointer; transition: color .2s ease; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.3rem 22px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: .85rem; }
.footer-bottom p { margin: 0; }

/* ---- Floating WhatsApp --------------------------------------------------- */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  display: inline-flex; align-items: center; gap: .6rem;
  background: var(--green); color: #fff;
  padding: .85rem 1.1rem; border-radius: 999px; font-weight: 700; font-family: var(--font-head);
  box-shadow: 0 12px 30px rgba(37,211,102,0.45); cursor: pointer;
  transition: transform .2s ease, box-shadow .25s ease;
}
.wa-float:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 18px 38px rgba(37,211,102,0.55); }
.wa-float .wa-ico { width: 1.4em; height: 1.4em; }
.wa-float-label { font-size: .92rem; }

/* ============================ REVIEW MODAL ============================ */
.modal-overlay {
  position: fixed; inset: 0; z-index: 200; display: grid; place-items: center;
  background: rgba(6,8,12,0.72); backdrop-filter: blur(6px); padding: 20px;
  animation: modalFade .25s ease;
}
@keyframes modalFade { from { opacity: 0; } to { opacity: 1; } }
.modal-card {
  position: relative; width: 100%; max-width: 480px;
  background: linear-gradient(170deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line-2); border-radius: 20px; padding: 2rem 1.8rem;
  box-shadow: var(--shadow); animation: modalRise .3s cubic-bezier(.22,.61,.36,1);
}
@keyframes modalRise { from { transform: translateY(24px) scale(.97); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-card h3 { font-size: 1.5rem; margin-bottom: .25rem; }
.modal-card .muted { color: var(--muted); margin: 0 0 1.3rem; font-size: .95rem; }
.modal-close {
  position: absolute; top: 12px; right: 12px; width: 38px; height: 38px;
  border-radius: 50%; border: 1px solid var(--line-2); background: rgba(255,255,255,0.04);
  color: var(--text); font-size: 1.4rem; line-height: 1; cursor: pointer; transition: background .2s;
}
.modal-close:hover { background: rgba(255,255,255,0.12); }
#review-form label { display: block; font-size: .85rem; font-weight: 600; color: var(--muted); margin-bottom: 1rem; }
#review-form input, #review-form textarea {
  width: 100%; margin-top: .35rem; padding: .7rem .8rem; border-radius: 10px;
  background: #0f131a; border: 1px solid var(--line-2); color: var(--text); font: inherit; resize: vertical;
}
#review-form input:focus, #review-form textarea:focus { outline: 2px solid rgba(212,175,55,0.4); border-color: var(--gold); }
#review-form .btn { width: 100%; margin-top: .4rem; }
.rating-input { margin-bottom: 1rem; }
.rating-label { display: block; font-size: .85rem; font-weight: 600; color: var(--muted); margin-bottom: .3rem; }
.stars-input { display: flex; gap: .3rem; }
.star-btn {
  background: none; border: 0; cursor: pointer; font-size: 2rem; line-height: 1;
  color: #3a4150; padding: 0 .05rem; transition: color .12s, transform .12s;
}
.star-btn:hover { transform: scale(1.12); }
.star-btn.on { color: var(--gold); }
.form-msg { margin: .9rem 0 0; font-size: .9rem; font-weight: 600; }
.form-msg.ok { color: var(--green); }
.form-msg.err { color: #ef5b6e; }

/* ---- Reveal animation ---------------------------------------------------- */
[data-reveal] { opacity: 0; transform: translateY(28px) scale(0.985); transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); will-change: opacity, transform; }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-parallax] { will-change: transform; }

/* Premium sheen sweep on gold buttons */
.btn-gold { position: relative; overflow: hidden; }
.btn-gold::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: skewX(-18deg); transition: left .6s ease; pointer-events: none;
}
.btn-gold:hover::after { left: 140%; }

/* ============================ RATES TABLE ============================ */
.rates-wrap { border: 1px solid var(--line); border-radius: var(--radius); overflow-x: auto; overflow-y: hidden; background: linear-gradient(170deg, var(--surface), var(--surface-2)); -webkit-overflow-scrolling: touch; }
.rate-table { width: 100%; min-width: 760px; }
.rate-row {
  display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr 1fr 0.9fr;
  align-items: center; gap: .5rem; padding: .85rem 1.2rem;
  border-bottom: 1px solid var(--line);
}
.rate-row:last-child { border-bottom: 0; }
.rate-head {
  background: rgba(212,175,55,0.08); border-bottom: 1px solid var(--line-2);
  font-family: var(--font-head); font-weight: 700; color: var(--gold-2);
  font-size: .82rem; text-transform: uppercase; letter-spacing: .04em;
  position: sticky; top: 0;
}
.rate-head > div { display: flex; flex-direction: column; line-height: 1.2; }
.rate-head small { color: var(--muted-2); font-weight: 600; text-transform: none; letter-spacing: 0; font-size: .68rem; }
.rate-row:not(.rate-head):hover { background: rgba(255,255,255,0.03); }
.rate-car { display: flex; align-items: center; gap: .85rem; min-width: 0; }
.rate-car img { width: 78px; height: 48px; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); background: #eef1f6; flex: none; }
.rate-car span { font-weight: 700; font-size: .98rem; font-family: var(--font-head); }
.rate-price { font-weight: 700; color: var(--text); font-size: 1rem; }
.rate-head .rate-price { color: var(--gold-2); }
.rates-note { text-align: center; color: var(--muted-2); font-size: .85rem; margin-top: 1rem; }
.rate-book .btn { width: 100%; }

/* ============================ REVIEWS ============================ */
.rev-stars-inline { color: var(--gold); letter-spacing: 2px; }
#rev-rating { font-size: 1.05em; }
.section-head .btn { margin-top: 1.1rem; }
.reviews-grid { columns: 3 330px; column-gap: 1.2rem; }
.review-card {
  background: linear-gradient(170deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem 1.4rem;
  transition: transform .22s ease, border-color .25s ease, box-shadow .25s ease;
  break-inside: avoid; -webkit-column-break-inside: avoid; margin-bottom: 1.2rem; width: 100%;
}
.review-card:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.review-who { min-width: 0; }
.review-guide {
  display: inline-block; margin-right: .5rem; padding: .05rem .4rem; border-radius: 5px;
  background: rgba(212,175,55,0.12); color: var(--gold-2); font-weight: 700; font-size: .68rem;
  text-transform: uppercase; letter-spacing: .03em; vertical-align: middle;
}
.review-reply {
  margin-top: .9rem; padding: .8rem .9rem; border-radius: 12px;
  background: rgba(255,255,255,0.03); border: 1px solid var(--line);
}
.review-reply strong { display: block; font-size: .82rem; color: var(--text); margin-bottom: .2rem; font-family: var(--font-head); }
.review-reply span { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.review-top { display: flex; align-items: center; gap: .75rem; margin-bottom: .7rem; }
.review-avatar {
  width: 42px; height: 42px; flex: none; border-radius: 50%;
  display: grid; place-items: center; font-family: var(--font-head); font-weight: 800; color: #1a1407;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-deep));
}
.review-top strong { display: block; font-size: .98rem; font-family: var(--font-head); }
.review-time { color: var(--muted-2); font-size: .82rem; }
.review-g {
  margin-left: auto; width: 26px; height: 26px; flex: none; border-radius: 50%;
  display: grid; place-items: center; font-family: var(--font-head); font-weight: 800;
  background: #fff; color: #4285F4; border: 1px solid var(--line); font-size: .95rem;
}
.review-stars { color: var(--gold); letter-spacing: 2px; margin-bottom: .55rem; font-size: 1.05rem; }
.review-card p { color: var(--muted); margin: 0; font-size: .97rem; line-height: 1.6; }

/* ---- Responsive ---------------------------------------------------------- */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-art { order: -1; max-width: 480px; margin: 0 auto; }
  .hero .lead { max-width: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  /* Mobile nav */
  .nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px; background: transparent; border: 1px solid var(--line-2); border-radius: 12px; cursor: pointer;
    padding: 0 11px;
  }
  .nav-toggle span { display: block; height: 2px; width: 100%; background: var(--text); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .nav-menu {
    position: fixed; inset: 74px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(11,13,18,0.98); backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
    padding: .6rem 22px 1.4rem;
    transform: translateY(-130%); transition: transform .32s cubic-bezier(.4,0,.2,1);
    max-height: calc(100vh - 74px); overflow-y: auto;
  }
  .nav-menu.is-open { transform: translateY(0); }
  .nav-menu li { border-bottom: 1px solid var(--line); }
  .nav-menu a { display: block; padding: .95rem .2rem; font-size: 1.02rem; }
  .nav-cta { border-bottom: 0 !important; padding-top: .9rem; }
  .nav-cta a { display: inline-flex; padding: .7rem 1.4rem; }

  body { font-size: 16px; }
  .hero-trust { gap: 1.4rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .wa-float-label { display: none; }
  .wa-float { padding: .9rem; }
  .wa-float .wa-ico { width: 1.6em; height: 1.6em; }
}

/* ---- Reduced motion ------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .btn:hover, .card:hover, .wa-float:hover { transform: none; }
}
