/* =============================================================
   EZY TOUR FRAMEWORK — theme: Jacko Expert Travels
   JET blue steel. Professional. Trust-focused.
   Hummingbird + JET lettermark palette.
   Fonts: Montserrat (display) + Inter (body)
   ============================================================= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  /* Fonts */
  --font-display: 'Montserrat', sans-serif;
  --font-body:    'Inter', sans-serif;

  /* Brand palette — from JET logo */
  --jet-blue:     #1A6BAF;
  --jet-navy:     #0D3B6E;
  --jet-sky:      #4BA3D9;
  --jet-gold:     #F5C400;
  --jet-green:    #009B3A;
  --jet-orange:   #E8420A;

  --accent:       #1A6BAF;
  --accent-dark:  #0D3B6E;
  --accent-text:  #ffffff;
  --accent-glow:  rgba(26,107,175,0.2);
  --accent-grad:  linear-gradient(135deg, #1A6BAF 0%, #4BA3D9 50%, #0D3B6E 100%);
  --secondary:    #F5C400;
  --secondary-text: #000000;
  --shadow-accent: 0 4px 16px rgba(26,107,175,0.35);
  --shadow-accent-hover: 0 8px 24px rgba(26,107,175,0.5);

  /* Surfaces — clean white */
  --bg:           #F4F7FB;
  --card-bg:      #FFFFFF;
  --input-bg:     #EEF3F8;
  --border:       rgba(26,107,175,0.12);
  --card-border:  1.5px solid rgba(26,107,175,0.1);
  --card-shadow:  0 4px 24px rgba(13,59,110,0.1);
  --card-shadow-hover: 0 12px 40px rgba(13,59,110,0.18);
  --card-shadow-color: rgba(13,59,110,0.1);

  /* Text */
  --text:         #0D1B2A;
  --text-mid:     #1E3A5F;
  --text-soft:    #4A6380;
  --text-muted:   #8099B0;

  /* Nav */
  --nav-h:        72px;
  --nav-bg:       rgba(244,247,251,0.97);
  --nav-shadow:   0 2px 20px rgba(13,59,110,0.12);
  --nav-link:     #1E3A5F;
  --nav-link-active-bg: var(--accent);
  --nav-link-active:    #ffffff;

  /* Page hero */
  --page-hero-bg: linear-gradient(135deg, #EEF3F8 0%, #D8E8F5 50%, #E8F0F8 100%);

  /* CTA banner */
  --cta-bg:       var(--jet-navy);
  --cta-text:     #ffffff;
  --cta-sub:      rgba(255,255,255,0.65);

  /* Footer */
  --footer-bg:    #0D3B6E;
  --footer-text:  rgba(255,255,255,0.8);
  --footer-muted: rgba(255,255,255,0.5);
  --footer-heading: #ffffff;
  --footer-border: rgba(255,255,255,0.1);
  --footer-badge-bg: rgba(255,255,255,0.1);
  --footer-social-bg: rgba(255,255,255,0.1);
  --footer-logo-filter: brightness(0) invert(1);

  /* Skeleton */
  --skeleton-base:  #e4ecf4;
  --skeleton-shine: #d0dcea;

  /* Misc */
  --radius:       10px;
  --radius-lg:    16px;
  --radius-xl:    24px;
  --radius-pill:  50px;
  --transition:   all 0.25s ease;
}

/* Jacko-specific: blue steel service card top border */
.service-card::before { background: var(--accent-grad); }

/* Route price in JET gold */
.route-price { color: var(--jet-gold); }
.route-route:hover { background: var(--accent); }
.transfer-route:hover .route-name,
.transfer-route:hover .route-from,
.transfer-route:hover .route-time { color: white; }
.transfer-route:hover .route-price { color: var(--jet-gold); }

/* Stars in gold */
.stars, .test-stars { color: var(--jet-gold); }
.tour-card-rating { color: var(--jet-navy); }

/* Section label in JET blue */
.section-label { color: var(--jet-blue); }
.text-accent { color: var(--jet-blue); }

/* Accent headings */
.section-title .text-accent { color: var(--jet-blue); }
