/* ====================================================================
   ROADTRIP DESIGN SYSTEM — Shared overrides for all pages
   Fonts: Baskervville (headings), DM Sans (body)
   Accent: #1B2A4A navy  |  Cards: 16px radius, subtle borders
   ==================================================================== */

:root {
  --rt-accent: #1B2A4A;
}

/* ====== LOGO IMAGE ====== */
.logo-img {
  height: 1.4em;
  width: auto;
  border-radius: 8px;
  object-fit: contain;
  vertical-align: middle;
}

/* ====== TYPOGRAPHY ====== */
h1, h2, h3, h4 {
  font-family: "Baskervville", serif;
  letter-spacing: -0.02em;
}
h2 { font-weight: 500; }
h3 { font-family: "DM Sans", sans-serif; font-weight: 600; }
p, .stat-label, .tour-card__meta, .tour-card__cash,
.benefit-card__text p, .testimonial-card p,
.policy-card p, .policy-card li,
.step-card p, .form-group label,
.transfer-card__content p, .transfer-card__cash,
.about-content p, .booking-info > p,
.booking-info__list li {
  font-family: "DM Sans", sans-serif;
}

/* ====== SECTION HEADERS ====== */
.section-header h2 {
  font-family: "Baskervville", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 500;
  color: var(--blue);
  letter-spacing: -0.02em;
}
.section-header p {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  color: #555;
}
.section-tag {
  background: rgba(27,42,74,0.08);
  color: var(--blue);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  border-radius: 8px;
  padding: 6px 16px;
}

/* ====== PAGE HERO (inner pages) ====== */
.page-hero {
  background: linear-gradient(135deg, #0F1A30, var(--blue));
  padding: 120px 0 60px;
  margin-top: 72px;
  text-align: center;
}
.page-hero h1 {
  font-family: "Baskervville", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.page-hero p {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  color: rgba(255,255,255,.8);
  font-size: 1.15rem;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ====== STATS BAR ====== */
.stats-bar { background: #fff; padding: 60px 0; }
.stat-number {
  font-family: "Baskervville", serif;
  font-size: 3rem;
  font-weight: 400;
  background: none;
  -webkit-text-fill-color: var(--blue);
  color: var(--blue);
}
.stat-label {
  font-size: 0.85rem;
  color: #888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.stat-item:not(:last-child)::after { background: #ddd; }

/* ====== STEP CARDS ====== */
.step-card {
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  box-shadow: none;
  transition: all 0.3s ease;
}
.step-card:hover {
  border-color: var(--blue);
  box-shadow: 0 12px 40px rgba(27,42,74,0.08);
}
.step-number {
  background: var(--blue);
  font-family: "Baskervville", serif;
  font-size: 1.3rem;
  font-weight: 400;
  width: 52px;
  height: 52px;
}
.step-card h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
}

/* ====== TOUR CARDS ====== */
.tour-card {
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  box-shadow: none;
  overflow: hidden;
  transition: all 0.3s ease;
}
.tour-card:hover {
  box-shadow: 0 16px 48px rgba(27,42,74,0.1);
  border-color: transparent;
}
.tour-card__badge {
  background: var(--blue);
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 14px;
}
.tour-card__body h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
}
.tour-card__price {
  font-family: "Baskervville", serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.tour-card__actions .btn {
  border-radius: 10px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
.tour-card__actions .btn--primary { background: var(--blue); }
.tour-card__actions .btn--primary:hover { background: var(--blue-light); }
.tour-card__actions .btn--dark {
  background: transparent;
  color: var(--blue);
  border: 1.5px solid var(--blue);
}
.tour-card__actions .btn--dark:hover { background: var(--blue); color: #fff; }

/* ====== TRANSFER CARDS ====== */
.transfer-card {
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  box-shadow: none;
  transition: all 0.3s ease;
}
.transfer-card:hover {
  box-shadow: 0 12px 40px rgba(27,42,74,0.08);
  border-color: var(--blue);
  transform: translateY(-4px);
}
.transfer-card__icon {
  background: rgba(27,42,74,0.06);
  border-radius: 12px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.transfer-card__content h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
.transfer-card__price {
  font-family: "Baskervville", serif;
  font-size: 1.3rem;
  font-weight: 400;
}
.transfer-card .btn {
  border-radius: 10px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  background: var(--blue);
}
.transfer-card .btn:hover { background: var(--blue-light); }

/* ====== DESTINATIONS STRIP ====== */
.destinations-strip { background: var(--blue); }
.dest-chip {
  font-family: "DM Sans", sans-serif;
  border-radius: 10px;
  font-weight: 400;
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.06);
}

/* ====== BENEFIT CARDS ====== */
.benefit-card {
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  box-shadow: none;
}
.benefit-card:hover {
  box-shadow: 0 12px 36px rgba(27,42,74,0.08);
  border-color: var(--blue);
}
.benefit-card__icon {
  background: rgba(27,42,74,0.06);
  border-radius: 12px;
}
.benefit-card:hover .benefit-card__icon {
  background: rgba(27,42,74,0.12);
}
.benefit-card--glow::before { display: none; }
.benefit-card__text h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}

/* ====== TESTIMONIAL CARDS ====== */
.testimonial-card {
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  box-shadow: none;
}
.testimonial-card:hover {
  box-shadow: 0 12px 36px rgba(27,42,74,0.08);
  border-color: rgba(27,42,74,0.15);
}
.testimonial-card__quote { color: rgba(27,42,74,0.06); }
.testimonial-card__stars { color: #F59E0B; }
.testimonial-card p { font-family: "DM Sans", sans-serif; font-weight: 300; }
.testimonial-card__avatar { background: var(--blue); }

/* ====== POLICY CARD ====== */
.policy-card {
  border-radius: 16px;
  border-left: 4px solid var(--blue);
  box-shadow: none;
  border-right: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.policy-card h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}

/* ====== CTA BANNER ====== */
.cta-banner { background: var(--blue); }
.cta-banner--premium { background: var(--blue); padding: 100px 0; }
.cta-banner h2 {
  font-family: "Baskervville", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
}
.cta-banner p {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}
.cta-banner .btn--primary {
  background: #fff;
  color: var(--blue);
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
.cta-banner .btn--primary:hover {
  background: #f0f0f0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.cta-banner .btn--whatsapp {
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
.cta-sub { font-weight: 300 !important; }

/* ====== ALT SECTIONS ====== */
.section--alt { background: #FAFAFA; }

/* ====== BUTTONS ====== */
.btn--dark {
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
.btn--primary {
  border-radius: 10px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

/* ====== BOOKING SECTION ====== */
.booking-section {
  background: linear-gradient(135deg, #0F1A30, var(--blue));
}
.booking-info h2 {
  font-family: "Baskervville", serif;
  font-weight: 500;
}
.booking-form h3 {
  font-family: "Baskervville", serif;
  font-weight: 500;
}
.booking-form .form-control {
  border-radius: 10px;
  font-family: "DM Sans", sans-serif;
}
.booking-form .form-submit .btn {
  background: var(--blue);
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
.booking-form .form-submit .btn:hover {
  background: var(--blue-light);
}

/* ====== ABOUT PAGE ====== */
.about-content h2 {
  font-family: "Baskervville", serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

/* ====== TOUR DETAIL PAGE ====== */
.tour-hero {
  background: linear-gradient(135deg, #0F1A30, var(--blue));
}
.tour-hero h1 {
  font-family: "Baskervville", serif;
  font-weight: 500;
}
.tour-main {
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  box-shadow: none;
}
.tour-main h2 {
  font-family: "Baskervville", serif;
  font-weight: 500;
}
.sidebar-book {
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  box-shadow: none;
}
.sidebar-book .price {
  font-family: "Baskervville", serif;
  color: var(--blue);
}
.sidebar-book .btn--primary {
  background: var(--blue);
  border-radius: 10px;
}
.sidebar-book .btn--primary:hover {
  background: var(--blue-light);
}
.weather-widget {
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  border-radius: 16px;
}

/* ====== FOOTER ====== */
.footer { background: var(--blue); }
.footer-col h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.footer-col p, .footer-col a {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}
.footer-bottom { font-family: "DM Sans", sans-serif; }
.footer-col .social-links a:hover {
  background: rgba(255,255,255,0.2);
}

/* ====== HEADER (inner pages — solid dark) ====== */
.header {
  background: rgba(15,26,48,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.header .logo { color: #fff; }
.header .logo span { color: rgba(255,255,255,0.8); }
.header .nav a { color: rgba(255,255,255,0.9); }
.header .nav a:hover { color: #fff; }
.header .nav a::after { background: #fff; }
.header .nav-toggle svg { color: #fff; }
.header .nav .btn--primary {
  background: var(--rt-accent);
}
@media (max-width: 768px) {
  .header .nav {
    background: rgba(15,26,48,.98);
  }
  .header .nav a { color: rgba(255,255,255,0.9); }
}

/* ====== HEADER — transparent (hero pages) ====== */
.header--roadtrip {
  background: transparent;
  backdrop-filter: none;
  border-bottom: none;
  transition: all 0.4s ease;
}
.header--roadtrip .logo { color: #fff; }
.header--roadtrip .logo span { color: rgba(255,255,255,0.8); }
.header--roadtrip .nav a { color: rgba(255,255,255,0.9); }
.header--roadtrip .nav a:hover { color: #fff; }
.header--roadtrip .nav a::after { background: #fff; }
.header--roadtrip .nav-toggle svg { color: #fff; }
.header--roadtrip .nav .btn--primary { background: var(--rt-accent); }
.header--roadtrip.scrolled {
  background: rgba(15,26,48,.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
@media (max-width: 768px) {
  .header--roadtrip .nav {
    background: rgba(15,26,48,.98);
  }
  .header--roadtrip .nav a { color: rgba(255,255,255,0.9); }
}

/* ====== COOKIE CONSENT ====== */
#cookieConsent button {
  border-radius: 10px !important;
  background: var(--blue) !important;
}
