/* ==========================================
   HRT INTERSTATE — Stylesheet
   ========================================== */

:root {
  --black:      #0a3d6b;
  --charcoal:   #0f5296;
  --dark:       #1565c0;
  --mid:        #1e88e5;
  --gold:       #7a8fa6;
  --gold-light: #a8bcc8;
  --white:      #f5f2ee;
  --grey:       #888;
  --light-grey: #ccc;
  --font-head:  'Barlow Condensed', sans-serif;
  --font-body:  'Barlow', sans-serif;
  --radius:     4px;
  --transition: 0.25s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: #eaf4ff; color: #1a3a5c; font-size: 16px; line-height: 1.65; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.section { padding: 72px 0; }
.section-dark { background: var(--dark); color: var(--white); }
.section-mid { background: #daeeff; }
.section-label { font-family: var(--font-head); font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.text-center { text-align: center; }

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.1; font-weight: 800; }
h1 { font-size: clamp(42px, 6vw, 80px); text-transform: uppercase; }
h2 { font-size: clamp(30px, 4vw, 48px); text-transform: uppercase; margin-bottom: 36px; }
h2 span { color: var(--gold); }
h3 { font-size: 22px; margin-bottom: 10px; }

.btn-primary { display: inline-block; background: var(--gold); color: var(--black); font-family: var(--font-head); font-size: 15px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 14px 32px; border-radius: var(--radius); border: 2px solid var(--gold); cursor: pointer; transition: background var(--transition); }
.btn-primary:hover { background: var(--gold-light); border-color: var(--gold-light); }
.btn-outline { display: inline-block; background: transparent; color: var(--gold); font-family: var(--font-head); font-size: 15px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 12px 30px; border-radius: var(--radius); border: 2px solid var(--gold); cursor: pointer; transition: background var(--transition), color var(--transition); }
.btn-outline:hover { background: var(--gold); color: var(--black); }
.btn-large { padding: 18px 40px; font-size: 17px; }
.btn-full { width: 100%; text-align: center; }

/* ---- TOPBAR ---- */
.topbar { background: var(--black); color: var(--light-grey); font-size: 15px; padding: 10px 0; }
.topbar .container { display: flex; justify-content: flex-start; align-items: center; padding: 6px 0; gap: 16px; }
.topbar a { color: var(--gold); }

/* ---- HEADER ---- */
.header { background-image: url('images/rosa-marble.jpeg'); background-size: cover; background-position: center 30%; border-bottom: 3px solid #000000; box-shadow: 0 3px 0 0 #ffffff; padding: 12px 0; overflow: visible; min-height: 320px; position: relative; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-logo { height: auto; width: auto; max-width: 936px; display: block; margin-bottom: -130px; position: relative; z-index: 10; filter: drop-shadow(0 4px 16px rgba(0,0,0,0.4)); }
.header-cta { display: none; }
.header-phone { font-family: var(--font-head); font-size: 28px; font-weight: 900; color: #000000; letter-spacing: 1px; text-shadow: 0 2px 6px rgba(255,255,255,0.7); white-space: nowrap; }

/* ---- HERO ---- */
.hero { position: relative; min-height: 85vh; display: flex; align-items: center; background-image: url('images/highway-hero.jpg'); background-size: cover; background-position: center 40%; overflow: hidden; }
.hero::before { content: none; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0.0) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 100%; width: 100%; padding-top: 140px; padding-bottom: 40px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: #1a1a1a; color: #ffffff; font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 7px 18px; border-radius: var(--radius); margin-bottom: 24px; }
.hero h1 { color: #000000; margin-bottom: 20px; text-shadow: 2px 2px 10px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1); font-weight: 900; -webkit-text-stroke: 0.6px #000000; font-size: clamp(48px, 7vw, 92px); }
.hero h1 span { color: var(--gold); }
.hero-sub { color: #000000; font-size: 21px; margin-bottom: 16px; max-width: 580px; line-height: 1.55; text-shadow: 2px 2px 10px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1); font-weight: 900; -webkit-text-stroke: 0.4px #000000; }
.hero-detail { color: #000000; font-size: 17px; margin-bottom: 36px; max-width: 520px; text-shadow: 2px 2px 10px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1); font-weight: 900; -webkit-text-stroke: 0.3px #000000; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.hero-stat { text-align: center; }
.hero-stat-num { font-family: var(--font-head); font-size: 36px; font-weight: 900; color: var(--gold); display: block; line-height: 1; }
.hero-stat-label { font-family: var(--font-head); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #000000; margin-top: 4px; display: block; font-weight: 700; text-shadow: 1px 1px 4px rgba(255,255,255,0.9); }

/* ---- TICKER ---- */
.ticker-wrap { background-image: url('images/highway-hero.jpg'); background-size: cover; background-position: center 60%; overflow: hidden; padding: 11px 0; white-space: nowrap; position: relative; }
.ticker { display: inline-block; animation: ticker 40s linear infinite; white-space: nowrap; }
.ticker span { font-family: var(--font-head); font-size: 14px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #ffffff; padding: 0 8px; text-shadow: 1px 1px 4px rgba(0,0,0,0.8); position: relative; z-index: 2; }
.ticker .sep { opacity: 0.8; color: #ffffff; position: relative; z-index: 2; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ticker-wrap::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(60,45,30,0.50); z-index: 0; pointer-events: none; }
.ticker { position: relative; z-index: 1; }

/* ---- WHY HRT ---- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { background: var(--white); border: 1px solid #e0d9d0; border-top: 3px solid var(--gold); padding: 28px 24px; border-radius: var(--radius); transition: box-shadow var(--transition), transform var(--transition); }
.why-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.09); transform: translateY(-3px); }
.why-icon { font-size: 34px; margin-bottom: 14px; }
.why-card h3 { font-size: 19px; margin-bottom: 8px; }
.why-card p { color: #555; font-size: 15px; line-height: 1.6; }

/* ---- DIFFERENTIATOR BAND ---- */
.diff-band { background: #e8720c; padding: 36px 0; }
.diff-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.diff-band p { font-family: var(--font-head); font-size: 24px; font-weight: 600; color: #ffffff; max-width: 700px; line-height: 1.3; text-shadow: 1px 1px 2px rgba(0,0,0,0.25); }
.diff-band a { flex-shrink: 0; background: #000000; color: #ffffff; border-color: #000000; font-weight: 900; }
.diff-band a:hover { background: #222222; border-color: #222222; }

/* ---- DESTINATIONS ---- */
.dest-intro { color: var(--light-grey); font-size: 16px; max-width: 600px; margin-bottom: 48px; }
.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 32px; }
.dest-card { background: var(--mid); border-radius: var(--radius); padding: 20px 16px; text-align: center; }
.dest-card .dest-icon { font-size: 28px; margin-bottom: 8px; }
.dest-card h3 { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.dest-card p { font-size: 13px; color: #ffffff; font-weight: 600; }
.regional-wrap { margin-top: 40px; }
.regional-wrap h3 { font-family: var(--font-head); font-size: 22px; color: var(--white); margin-bottom: 20px; }
.regional-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.regional-tag { background: var(--dark); border: 1px solid var(--mid); color: var(--light-grey); font-family: var(--font-head); font-size: 13px; letter-spacing: 1px; text-transform: uppercase; padding: 8px 16px; border-radius: var(--radius); transition: border-color var(--transition), color var(--transition); }
.regional-tag:hover { border-color: var(--gold); color: var(--gold); }

/* ---- HOW IT WORKS ---- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: steps; }
.step { position: relative; padding: 28px 24px; background: #ffffff; border: 1px solid #bee3f8; border-radius: var(--radius); }
.step-num { font-family: var(--font-head); font-size: 56px; font-weight: 900; color: #e8720c; line-height: 1; margin-bottom: 12px; }
.step h3 { font-size: 18px; margin-bottom: 8px; color: #0a3d6b; }
.step p { font-size: 14px; color: #555; line-height: 1.6; }

/* ---- NO MINIMUM BAND ---- */
.no-min-band { background: var(--charcoal); border-top: 2px solid var(--gold); border-bottom: 2px solid var(--gold); padding: 40px 0; text-align: center; }
.no-min-band h2 { color: var(--white); margin-bottom: 12px; font-size: clamp(28px, 4vw, 48px); }
.no-min-band h2 span { color: #e8720c; }
.no-min-band p { color: var(--light-grey); font-size: 17px; max-width: 600px; margin: 0 auto 28px; }

/* ---- FRAGILE NOTICE ---- */
.fragile-notice { background: #fff8ee; border-left: 4px solid var(--gold); padding: 24px 28px; border-radius: 0 var(--radius) var(--radius) 0; margin: 32px 0; }
.fragile-notice strong { font-family: var(--font-head); font-size: 15px; letter-spacing: 1px; text-transform: uppercase; display: block; margin-bottom: 10px; color: #0a3d6b; }
.fragile-notice p { color: #555; font-size: 15px; margin: 0; }
.fragile-notice a { color: var(--gold); text-decoration: underline; }

/* ---- BOOKING FORM ---- */
.booking-section { background: var(--dark); padding: 72px 0; }
.booking-intro { color: #ffffff; font-size: 16px; margin-bottom: 36px; max-width: 600px; font-weight: 600; }
.booking-intro a { color: #ffffff; font-weight: 900; font-size: 17px; }
.booking-form { background: var(--charcoal); padding: 44px; border-radius: var(--radius); border: 1px solid var(--mid); max-width: 860px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.form-group { display: flex; flex-direction: column; gap: 7px; margin-bottom: 0; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #ffffff; }
.form-group input, .form-group select, .form-group textarea { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.4); color: #ffffff; padding: 12px 14px; border-radius: var(--radius); font-family: var(--font-body); font-size: 15px; transition: border-color var(--transition); width: 100%; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); }
.form-group select option { background: #0f5296; color: #ffffff; }
.material-warning { background: rgba(201,146,42,0.12); border: 1px solid var(--gold); border-left: 4px solid var(--gold); padding: 18px 22px; border-radius: var(--radius); margin-bottom: 20px; color: var(--white); }
.material-warning strong { display: block; margin-bottom: 8px; }
.material-warning p { font-size: 14px; color: var(--light-grey); margin-bottom: 10px; }
.material-warning a { color: var(--gold); text-decoration: underline; }
.checkbox-label { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--light-grey); cursor: pointer; margin-bottom: 20px; }
.checkbox-label input { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; accent-color: var(--gold); }
.checkbox-label a { color: var(--gold); text-decoration: underline; }
.booking-success { background: var(--charcoal); border: 1px solid var(--gold); padding: 48px; border-radius: var(--radius); text-align: center; max-width: 860px; }
.booking-success h3 { color: var(--white); font-size: 28px; margin-bottom: 16px; }
.booking-success p { color: var(--light-grey); }
.booking-success a { color: var(--gold); }

/* ---- FOOTER ---- */
.footer { background: #0a3d6b; color: var(--light-grey); padding: 56px 0 0; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; }
.footer-brand p { font-size: 14px; margin-top: 14px; color: var(--grey); max-width: 280px; }
.footer-links h4, .footer-contact h4 { font-family: var(--font-head); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 14px; color: var(--grey); transition: color var(--transition); }
.footer-links a:hover { color: var(--gold); }
.footer-contact p { font-size: 14px; margin-bottom: 8px; }
.footer-contact a { color: var(--grey); transition: color var(--transition); }
.footer-contact a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--mid); padding: 18px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 12px; color: var(--grey); }
.footer-bottom a { color: var(--gold); }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .diff-band-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 640px) {
  .why-grid { grid-template-columns: 1fr; }
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .booking-form { padding: 24px 18px; }
  .hero-stats { gap: 20px; }
  .topbar .container { flex-direction: column; text-align: center; }
  .footer-inner { grid-template-columns: 1fr; }
  .header-inner { flex-wrap: wrap; }
  .site-logo { max-width: 420px; width: 100%; margin-bottom: -65px; }
}

/* Force white text in all form fields */
.booking-form input,
.booking-form select,
.booking-form textarea,
.booking-form input::placeholder,
.booking-form textarea::placeholder,
.booking-form input:-webkit-autofill,
.booking-form input:-webkit-autofill:hover,
.booking-form input:-webkit-autofill:focus,
.booking-form input:-webkit-autofill:active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-color: rgba(255,255,255,0.12) !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(15,82,150,0.8) inset !important;
  caret-color: #ffffff;
}
.booking-form select option {
  background-color: #0f5296 !important;
  color: #ffffff !important;
}
