﻿/* ------------------------------------------------------------------
   Self-hosted web fonts (latin subset, woff2)
   Replaces Google Fonts CDN. Files live in /fonts/.
   ------------------------------------------------------------------ */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('/fonts/inter-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url('/fonts/inter-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url('/fonts/inter-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('/fonts/inter-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  src: url('/fonts/inter-800-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('/fonts/barlow-condensed-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  src: url('/fonts/barlow-condensed-800-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: url('/fonts/barlow-condensed-900-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==========================================================================
   Bat City Rentals - Main Stylesheet
   ========================================================================== */


/* ==========================================================================
   Bat City Rentals - Main Stylesheet
   ========================================================================== */


/* ==========================================================================
   1. DESIGN TOKENS
   ========================================================================== */

:root {
  /* Colors */
  --clr-bg-main:      #f1f5f9;
  --clr-bg-alt:       #e2e8f0;
  --clr-card-bg:      #ffffff;
  --clr-text-main:    #0f172a;
  --clr-text-muted:   #334155;
  --clr-accent:       #994500;
  --clr-accent-hover: #7f3300;
  --clr-accent-soft:  #b85a12;
  --clr-button-shadow: 0 8px 18px rgba(153,69,0,0.22);
  --clr-button-shadow-hover: 0 12px 24px rgba(153,69,0,0.28);
  --clr-dark:         #0f172a;
  --clr-white:        #ffffff;
  --clr-border:       #cbd5e1;
  --clr-link:         #064f8c;
  --clr-link-hover:   #003b6f;
  --clr-focus:        #ffbf47;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(15,23,42,0.1);
  --shadow-md: 0 4px 6px -1px rgba(15,23,42,0.1),
               0 2px 4px -1px rgba(15,23,42,0.06);
  --shadow-lg: 0 10px 20px rgba(15,23,42,0.12),
               0 4px 8px rgba(15,23,42,0.08);

  /* Layout */
  --max-width:     1200px;
  --header-height: 80px;
}


/* ==========================================================================
   2. RESET & BASE
   ========================================================================== */

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  background-color: var(--clr-bg-main);
  color: var(--clr-text-main);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
}

h1, h2, h3, h4,
.hero-eyebrow,
.section-eyebrow,
.stat-num,
.logo {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  line-height: 1.1;
}

a {
  text-decoration: none;
  color: var(--clr-link);
  transition: color 0.2s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

[hidden] {
  display: none !important;
}


/* ==========================================================================
   3. ACCESSIBILITY
   ========================================================================== */

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--clr-accent);
  color: var(--clr-white);
  padding: 8px;
  z-index: 100;
  text-decoration: underline;
}
.skip-link:focus {
  top: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--clr-focus);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-track,
  .carousel-dot::before,
  .step,
  .info-box,
  .info-card-sub {
    transition: none;
  }
}


/* ==========================================================================
   4. BUTTONS
   ========================================================================== */

.btn-primary,
.btn-ghost,
.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0.75rem 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  border-radius: 8px;
  transition: background-color 0.2s ease,
              color 0.2s ease,
              border-color 0.2s ease,
              box-shadow 0.2s ease,
              transform 0.18s ease;
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(15,23,42,0.08);
}

.btn-primary {
  background: linear-gradient(180deg, var(--clr-accent-soft) 0%, var(--clr-accent) 100%);
  color: var(--clr-white);
  border-color: var(--clr-accent);
  box-shadow: var(--clr-button-shadow);
}
.btn-primary:hover,
.btn-primary:focus-visible {
  background: linear-gradient(180deg, var(--clr-accent) 0%, var(--clr-accent-hover) 100%);
  border-color: var(--clr-accent-hover);
  color: var(--clr-white);
  box-shadow: var(--clr-button-shadow-hover);
  transform: translateY(-1px);
}

.btn-ghost {
  background-color: transparent;
  color: var(--clr-white);
  border-color: var(--clr-white);
  box-shadow: none;
}
.btn-ghost:hover,
.btn-ghost:focus-visible {
  background-color: var(--clr-white);
  color: var(--clr-dark);
  box-shadow: 0 10px 22px rgba(15,23,42,0.18);
  transform: translateY(-1px);
}

.btn-dark {
  background-color: var(--clr-dark);
  color: var(--clr-white);
  box-shadow: 0 8px 18px rgba(15,23,42,0.22);
}
.btn-dark:hover,
.btn-dark:focus-visible {
  background-color: #1e293b;
  color: var(--clr-white);
  box-shadow: 0 12px 24px rgba(15,23,42,0.28);
  transform: translateY(-1px);
}


/* ==========================================================================
   5. HEADER & NAVIGATION
   ========================================================================== */

.site-header {
  background-color: var(--clr-card-bg);
  border-bottom: 1px solid var(--clr-border);
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  overflow: visible;
}

#main-header {
  min-height: var(--header-height);
  position: relative;
  z-index: 1000;
}

.header-inner {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  overflow: visible;
}

.logo {
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--clr-dark);
  letter-spacing: 1px;
  text-decoration: none;
  flex-shrink: 0;
}

/* Hamburger toggle - mobile only */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.75rem;
  color: var(--clr-dark);
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  overflow: visible;
}

.site-nav a {
  min-height: 44px;
  padding: 0.65rem 0.75rem;
  display: inline-flex;
  align-items: center;
  color: var(--clr-text-main);
  font-weight: 500;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--clr-accent);
  border-bottom-color: var(--clr-accent);
}

.site-nav .nav-cta {
  background: linear-gradient(180deg, var(--clr-accent-soft) 0%, var(--clr-accent) 100%);
  color: var(--clr-white);
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  border-bottom: none;
  min-width: 44px;
  margin-left: 0.75rem;
  box-shadow: var(--clr-button-shadow);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.18s ease;
}
.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  background: linear-gradient(180deg, var(--clr-accent) 0%, var(--clr-accent-hover) 100%);
  color: var(--clr-white);
  border-bottom: none;
  box-shadow: var(--clr-button-shadow-hover);
  transform: translateY(-1px);
}

/* ==========================================================================
   6. SECTION WRAPPERS
   ========================================================================== */

/* Tighter section spacing keeps the pages clean without creating large blank gaps. */
.section,
.section-alt {
  padding: 3.5rem 1.5rem;
}
.section     { background-color: var(--clr-bg-main); }
.section-alt { background-color: var(--clr-bg-alt); }

.section-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

#fleet .section-inner {
  min-height: 520px;
}

.section-eyebrow {
  color: var(--clr-accent);
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 3rem;
  color: var(--clr-dark);
  margin-bottom: 1rem;
}

.section-intro,
.form-intro {
  font-size: 1.125rem;
  color: var(--clr-text-muted);
  max-width: 720px;
  margin-bottom: 2rem;
}

/* Text links inside main content */
main a:not(.btn-primary):not(.btn-ghost):not(.btn-dark):not(.nav-cta),
.legal-content a,
.contact-form-container a,
.info-card-sub a:not(.btn-primary):not(.btn-ghost):not(.btn-dark),
.iframe-fallback a {
  color: var(--clr-link);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}

main a:not(.btn-primary):not(.btn-ghost):not(.btn-dark):not(.nav-cta):hover,
main a:not(.btn-primary):not(.btn-ghost):not(.btn-dark):not(.nav-cta):focus,
.legal-content a:hover,
.legal-content a:focus,
.contact-form-container a:hover,
.contact-form-container a:focus,
.info-card-sub a:not(.btn-primary):not(.btn-ghost):not(.btn-dark):hover,
.info-card-sub a:not(.btn-primary):not(.btn-ghost):not(.btn-dark):focus,
.iframe-fallback a:hover,
.iframe-fallback a:focus {
  color: var(--clr-link-hover);
  text-decoration-thickness: 2px;
}


/* ==========================================================================
   7. HERO
   ========================================================================== */

.hero {
  position: relative;
  background-color: #1a2a3a;
  color: var(--clr-white);
  padding: 5rem 1.5rem;
  overflow: hidden;
}

/* Full hero - index.html */
.hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 900px) {
  .hero-inner {
    grid-template-columns: 3fr 2fr;
    align-items: center;
  }
}

/* Subpage hero - contact.html, terms.html, booking.html */
.hero-subpage {
  padding: 3.5rem 1.5rem;
  min-height: 320px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
 * FIX: Centers the content block horizontally with auto margins,
 * and adds side padding so text never touches the viewport edge.
 * This resolves the left-justified appearance on contact.html.
 */
.hero-inner-single {
  display: block;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}

/* Photo treatment - index.html, contact.html, terms.html, booking.html - desktop */
.hero--photo {
  background-color: #1a2a3a;
  background-image:
    linear-gradient(
      180deg,
      rgba(15,23,42,0.45) 0%,
      rgba(15,23,42,0.72) 55%,
      rgba(15,23,42,0.93) 100% /* Fixed: Added missing % sign */
    ),
    var(--hero-bg-image, url('../images/Austin.webp'));
  background-size: cover;
  background-position: center 60%;
  background-repeat: no-repeat;
}

.hero:not(.hero-subpage).hero--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(15,23,42,0.45) 0%,
      rgba(15,23,42,0.72) 55%,
      rgba(15,23,42,0.93) 100%
    );
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  display: block;
}

/* Subpage heroes are shorter, so use a lighter overlay so the photo remains visible. */
.hero-subpage.hero--photo {
  background-image:
    linear-gradient(
      180deg,
      rgba(15,23,42,0.35) 0%,
      rgba(15,23,42,0.62) 55%,
      rgba(15,23,42,0.86) 100%
    ),
    var(--hero-bg-image, url('../images/Austin.webp'));
  background-position: center 48%;
}
.hero--photo .hero-card {
  background: rgba(15,23,42,0.55);
}

/* Hero text */
.hero-eyebrow {
  color: #ffb86b;
  font-size: 1.25rem;
  letter-spacing: 2px;
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 5rem);
  margin-bottom: 1rem;
  color: var(--clr-white);
}
.hero h1 em {
  display: block;
  color: #ffb86b;
  font-style: normal;
}

.hero-desc {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #f8fafc;
  max-width: 600px;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Glass card - index.html hero only */
.hero-card {
  background: rgba(255,255,255,0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
}
.hero-card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--clr-white);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 0.5rem;
}
.hero-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero-card li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
  color: #f8fafc;
}
.hero-card li::before {
  content: "\2192";
  color: #ffb86b;
  position: absolute;
  left: 0;
}


/* ==========================================================================
   8. STATS BAR
   ========================================================================== */

.stats-bar {
  background-color: var(--clr-accent);
  padding: 2rem 1.5rem;
  color: var(--clr-white);
}
.stats-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  text-align: center;
}
.stat-num {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  color: var(--clr-white);
}
.stat-label {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f8fafc;
}


/* ==========================================================================
   9. FLEET CAROUSEL
   ========================================================================== */

.carousel-wrap {
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  background: var(--clr-card-bg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--clr-border);
}
.carousel-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.carousel-slide {
  flex: 0 0 100%;
  min-width: 100%;
}
.carousel-img {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: var(--clr-dark);
}
.carousel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15,23,42,0.9) 0%,
    rgba(15,23,42,0) 100%
  );
}
.carousel-img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
  color: var(--clr-white);
}
.carousel-badge {
  background: var(--clr-accent);
  color: var(--clr-white);
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.carousel-img-text h3 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: var(--clr-white);
}
.carousel-img-text p {
  margin: 0;
  font-size: 1rem;
  color: #f8fafc;
}
.carousel-meta {
  display: flex;
  background: var(--clr-card-bg);
  padding: 1.5rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.carousel-stat {
  display: flex;
  flex-direction: column;
}
.carousel-stat-num {
  font-weight: 700;
  color: var(--clr-dark);
  font-size: 1.125rem;
}
.carousel-stat-label {
  font-size: 0.875rem;
  color: var(--clr-text-muted);
  text-transform: uppercase;
}
.carousel-divider {
  width: 1px;
  height: 40px;
  background: var(--clr-border);
}
.carousel-loading {
  padding: 3rem 1.5rem;
  text-align: center;
  color: var(--clr-text-muted);
  font-size: 1.05rem;
}
.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.carousel-btn {
  background: var(--clr-card-bg);
  border: 1px solid var(--clr-border);
  color: var(--clr-dark);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease,
              color 0.2s ease,
              border-color 0.2s ease;
}
.carousel-btn:hover,
.carousel-btn:focus-visible {
  background: var(--clr-accent);
  color: var(--clr-white);
  border-color: var(--clr-accent);
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 1.5rem;
}
.carousel-dot {
  width: 44px;
  height: 44px;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-dot::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--clr-border);
  display: block;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.carousel-dot.active::before {
  background: var(--clr-accent);
  transform: scale(1.2);
}


/* ==========================================================================
   10. HOW IT WORKS - STEPS
   ========================================================================== */

.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.step {
  background: var(--clr-card-bg);
  padding: 2.5rem;
  border-radius: 8px;
  border: 1px solid var(--clr-border);
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.step:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.step-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  color: var(--clr-bg-alt);
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  line-height: 1;
  z-index: 1;
}
.step h3,
.step p {
  position: relative;
  z-index: 2;
}
.step h3 {
  font-size: 1.75rem;
  color: var(--clr-dark);
  margin-top: 1rem;
}
.step p {
  color: var(--clr-text-muted);
}


/* ==========================================================================
   11. AIRPORT SECTION
   ========================================================================== */

.airport-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 900px) {
  .airport-grid {
    grid-template-columns: 2fr 1fr;
  }
}
.airport-steps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.airport-step {
  display: flex;
  gap: 1.5rem;
}
.step-dot {
  width: 40px;
  height: 40px;
  background: var(--clr-accent);
  color: var(--clr-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}
.airport-step-content h3 {
  font-size: 1.5rem;
  color: var(--clr-dark);
  margin-bottom: 0.5rem;
}
.airport-step-content p {
  color: var(--clr-text-muted);
  margin: 0;
}
.info-box {
  background: var(--clr-card-bg);
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid var(--clr-border);
  box-shadow: var(--shadow-sm);
  height: fit-content;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.info-box:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.info-box h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--clr-dark);
}
.info-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.info-row:last-child {
  margin-bottom: 0;
}
.info-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.info-row strong {
  display: block;
  color: var(--clr-dark);
  margin-bottom: 0.25rem;
}
.info-row span {
  color: var(--clr-text-muted);
  font-size: 0.95rem;
}


/* ==========================================================================
   12. CTA BAND
   ========================================================================== */

.cta-band {
  background-color: var(--clr-accent);
  padding: 4rem 1.5rem;
  text-align: center;
  color: var(--clr-white);
}
.cta-band h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--clr-white);
}
.cta-band p {
  font-size: 1.125rem;
  max-width: 600px;
  margin: 0 auto 2rem;
  color: #f8fafc;
}


/* ==========================================================================
   13. CONTACT PAGE
   ========================================================================== */

.contact-layout {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 900px) {
  .contact-layout {
    grid-template-columns: 3fr 2fr;
  }
}
.contact-form-container {
  background: var(--clr-card-bg);
  padding: 2.5rem;
  border-radius: 8px;
  border: 1px solid var(--clr-border);
  box-shadow: var(--shadow-sm);
}
.contact-info-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-form {
  width: 100%;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--clr-dark);
}
.form-group input,
.form-group textarea,
input,
textarea,
select {
  width: 100%;
  min-height: 44px;
  padding: 0.75rem;
  border: 1px solid #64748b;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  background-color: var(--clr-white);
  color: var(--clr-text-main);
}
.form-group textarea,
textarea {
  resize: vertical;
}
.form-group input:focus,
.form-group textarea:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 3px solid var(--clr-focus);
  outline-offset: 2px;
  border-color: var(--clr-accent);
}
.form-cta-btn {
  margin-top: 0.75rem;
}
/* Form success message */
.form-success {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background-color: #d1fae5;
  border: 1px solid #6ee7b7;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  color: #065f46;
}
.form-success-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}
.form-success strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #065f46;
}
.form-success p {
  margin: 0;
  color: #065f46;
  font-size: 0.95rem;
}

/* Form error message */
.form-error {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background-color: #fee2e2;
  border: 1px solid #fca5a5;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  color: #991b1b;
}
.form-error p {
  margin: 0;
  color: #991b1b;
  font-size: 0.95rem;
}
.form-error a {
  color: #991b1b;
  font-weight: 600;
}



/* Form success message */
.form-success {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background-color: #d1fae5;
  border: 1px solid #6ee7b7;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  color: #065f46;
}
.form-success-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}
.form-success strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #065f46;
}
.form-success p {
  margin: 0;
  color: #065f46;
  font-size: 0.95rem;
}

/* Form error message */
.form-error {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background-color: #fee2e2;
  border: 1px solid #fca5a5;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  color: #991b1b;
}
.form-error p {
  margin: 0;
  color: #991b1b;
  font-size: 0.95rem;
}
.form-error a {
  color: #991b1b;
  font-weight: 600;
}


.info-card-sub {
  background: var(--clr-card-bg);
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid var(--clr-border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.info-card-sub:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.info-card-sub h3 {
  font-size: 1.5rem;
  color: var(--clr-dark);
  margin-bottom: 1rem;
}
.info-card-sub p {
  color: var(--clr-text-muted);
  margin-top: 0;
}
.contact-meta-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.contact-meta-row:last-child {
  margin-bottom: 0;
}
.meta-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.contact-meta-row strong {
  display: block;
  color: var(--clr-dark);
  margin-bottom: 0.25rem;
}
.contact-meta-row span {
  display: block;
  color: var(--clr-text-muted);
  font-size: 0.95rem;
}


/* ==========================================================================
   14. LEGAL / TERMS PAGE
   ========================================================================== */

.legal-content {
  max-width: 800px;
}
.legal-content h2 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  color: var(--clr-dark);
}
.legal-content h2:first-of-type {
  margin-top: 0;
}
.legal-content p {
  color: var(--clr-text-muted);
  margin-bottom: 1rem;
}
.legal-content ul {
  color: var(--clr-text-muted);
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
}
.legal-content ul li {
  margin-bottom: 0.5rem;
}
.legal-notice {
  background-color: var(--clr-bg-alt);
  border-left: 4px solid var(--clr-accent);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
}
.legal-notice h2 {
  margin-top: 0 !important;
}
.legal-notice p {
  margin-bottom: 0;
}
.legal-quickfacts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 700px) {
  .legal-quickfacts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.quickfact {
  background-color: var(--clr-card-bg);
  border: 1px solid var(--clr-border);
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.quickfact-label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--clr-text-muted);
  margin-bottom: 0.35rem;
}
.quickfact-value {
  display: block;
  font-weight: 700;
  color: var(--clr-dark);
}
.legal-updated {
  font-style: italic;
  color: var(--clr-text-muted);
  margin-bottom: 2rem;
}
.legal-content address {
  font-style: normal;
  color: var(--clr-text-muted);
  background-color: var(--clr-card-bg);
  border: 1px solid var(--clr-border);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.legal-content address .contact-meta-row {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.legal-content address .contact-meta-row:first-of-type {
  margin-top: 1.5rem;
}
.table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1.5rem 0 2rem;
}
.fees-table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--clr-card-bg);
  border: 1px solid var(--clr-border);
  box-shadow: var(--shadow-sm);
}
.fees-table th,
.fees-table td {
  padding: 0.875rem 1rem;
  text-align: left;
  border: 1px solid var(--clr-border);
}
.fees-table th {
  background-color: var(--clr-dark);
  color: var(--clr-white);
}


/* ==========================================================================
   15. BOOKING / IFRAME WIDGET
   ========================================================================== */

.iframe-wrap {
  position: relative;
  width: 100%;
  min-height: 800px;
  background-color: var(--clr-card-bg);
  border: 1px solid var(--clr-border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.rentdirect-search-widget {
  width: 100%;
  min-height: 120px;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.rentdirect-widget-wrap {
  min-height: 120px;
  padding: 0;
}
.rentdirect-widget-wrap iframe {
  position: static;
  display: block;
  min-height: 120px;
}
.iframe-fallback {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: var(--clr-text-muted);
  text-align: center;
}
@media (max-width: 600px) {
  .iframe-wrap {
    min-height: 1100px;
  }
}


/* ==========================================================================
   16. FOOTER
   ========================================================================== */

.site-footer {
  background-color: var(--clr-dark);
  color: #f8fafc;
  padding: 4rem 1.5rem 2rem;
}
.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .footer-inner {
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
  }
}
.footer-brand .logo {
  color: var(--clr-white);
  font-size: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.footer-brand p {
  margin: 0 0 1.25rem;
  max-width: 420px;
  color: #f8fafc;
}
.footer-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-checklist li {
  margin-bottom: 0.5rem;
  color: #f8fafc;
}
.footer-checklist li::before {
  content: "\2713";
  color: #ffb86b;
  font-weight: 800;
  margin-right: 0.5rem;
}
.footer-col h4 {
  color: var(--clr-white);
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.footer-col a,
.footer-bottom a,
.footer-icon-link {
  display: block;
  min-height: 44px;
  padding: 0.35rem 0;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  margin-bottom: 0.25rem;
  transition: color 0.2s ease, text-decoration-thickness 0.2s ease;
}
.footer-col a:hover,
.footer-col a:focus,
.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-icon-link:hover,
.footer-icon-link:focus {
  color: #ffb86b;
  text-decoration-thickness: 2px;
}
.footer-icon-link {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
.footer-icon {
  width: 24px;
  min-width: 24px;
  text-align: center;
}
.footer-social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--clr-accent);
  color: var(--clr-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  transition: background-color 0.2s ease;
}
.footer-icon-link:hover .footer-social-icon,
.footer-icon-link:focus .footer-social-icon {
  background-color: var(--clr-accent-hover);
}
.footer-info-line {
  margin: 0 0 0.6rem;
  color: #f8fafc;
}
.footer-divider {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 0.9rem;
  color: #f8fafc;
}
.footer-divider p {
  margin: 0;
  color: #f8fafc;
}
.footer-bottom {
  max-width: var(--max-width);
  margin: 1.5rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.8rem;
  color: #f8fafc;
}
.footer-bottom p {
  margin: 0;
  color: #f8fafc;
}




/* ===========================================================================
   17. CONVERSION / MARKETING SECTIONS
   ========================================================================== */

.hero-copy {
  max-width: 720px;
}

.hero-inner-single {
  text-align: center;
}

.hero-inner-single .hero-desc {
  margin-left: auto;
  margin-right: auto;
}

.hero-inner-single .hero-actions {
  justify-content: center;
}

.btn-large {
  font-size: 1.05rem;
  padding: 0.9rem 1.75rem;
}

.hero-trust-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-trust-list--center {
  justify-content: center;
}

.hero-trust-list li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 999px;
  background-color: rgba(15,23,42,0.48);
  color: #f8fafc;
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-trust-list li::before {
  content: "\2713";
  color: #ffb86b;
  font-weight: 900;
  margin-right: 0.45rem;
}

.offer-card {
  align-self: center;
}

.offer-card-kicker {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: #ffb86b;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-card strong {
  color: #ffffff;
}

.offer-card-btn {
  width: 100%;
  margin-top: 0.75rem;
}

.rental-overview {
  background-color: var(--clr-dark);
  color: var(--clr-white);
  padding: 3rem 1.5rem;
  min-height: 360px;
}

.rental-overview-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 960px) {
  .rental-overview-inner {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

.rental-overview .section-title,
.rental-overview h3 {
  color: var(--clr-white);
}

.rental-overview p {
  color: #f8fafc;
  margin-top: 0;
}

.rental-overview-copy p {
  margin-bottom: 1.35rem;
  max-width: 590px;
}

.rental-overview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.rental-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.rental-overview-card {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 14px;
  padding: 1.35rem;
  background: rgba(255,255,255,0.07);
  box-shadow: var(--shadow-sm);
}

.rental-overview-card span {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: #ffb86b;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.rental-overview-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.rental-overview-card p {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.booking-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.booking-highlights div {
  background-color: var(--clr-card-bg);
  border: 1px solid var(--clr-border);
  border-top: 4px solid var(--clr-accent);
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.booking-highlights strong {
  display: block;
  color: var(--clr-dark);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.booking-highlights span {
  color: var(--clr-text-muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.highlight-card {
  border-top: 4px solid var(--clr-accent);
}

.mini-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mini-checklist li {
  color: var(--clr-text-muted);
  margin-bottom: 0.65rem;
  padding-left: 1.35rem;
  position: relative;
}

.mini-checklist li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--clr-accent);
  font-weight: 900;
}

/* ==========================================================================
   17. RESPONSIVE - TABLET & MOBILE
   ========================================================================== */

/* --- Tablet: 768px and below --- */
@media (max-width: 768px) {

  .nav-toggle {
    display: flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    background-color: var(--clr-card-bg);
    border-bottom: 1px solid var(--clr-border);
    flex-direction: column;
    padding: 1rem 1.5rem 1.5rem;
    gap: 0.25rem;
    box-shadow: var(--shadow-md);
    z-index: 49;
  }

  .site-nav.nav-open {
    display: flex;
  }

  .site-nav a,
  .site-nav .nav-cta {
    width: 100%;
    justify-content: center;
    border-bottom: none;
    border-radius: 4px;
    margin-left: 0;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a[aria-current="page"] {
    background-color: var(--clr-bg-alt);
    border-bottom: none;
  }

  .site-nav .nav-cta {
    margin-top: 0.5rem;
  }

}

/* --- Mobile: 767px and below --- */
@media (max-width: 767px) {

  /* Sections */
  .section,
  .section-alt {
    padding: 2.25rem 1rem;
  }
  .section-title {
    font-size: 2.25rem;
  }

  /*
   * FIX: Lighten the gradient on mobile so the background
   * photo is visible. The desktop gradient is too dark at
   * 0.93 opacity, which completely hides the image on small
   * screens where the hero is shorter.
   */
  .hero--photo {
    background-image:
      linear-gradient(
        180deg,
        rgba(15,23,42,0.10) 0%,
        rgba(15,23,42,0.34) 48%,
        rgba(15,23,42,0.76) 100%
      ),
      var(--hero-bg-image, url('../images/Austin.webp')) !important;
    background-size: cover !important;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .hero:not(.hero-subpage).hero--photo::after {
    background:
      linear-gradient(
        180deg,
        rgba(15,23,42,0.10) 0%,
        rgba(15,23,42,0.34) 48%,
        rgba(15,23,42,0.76) 100%
      );
  }

  .hero-bg-image {
    object-position: center top;
  }

  .hero-subpage.hero--photo {
    background-image:
      linear-gradient(
        180deg,
        rgba(15,23,42,0.18) 0%,
        rgba(15,23,42,0.42) 50%,
        rgba(15,23,42,0.72) 100%
      ),
      var(--hero-bg-image, url('../images/Austin.webp'));
    background-position: center 42%;
  }

  /* Enough height for the photo to be seen */
  .hero {
    padding: 3rem 1rem;
    min-height: 460px;
  }
  .hero-subpage {
    padding: 2.5rem 1rem;
    min-height: 320px;
  }

  /*
   * FIX: Remove side padding on mobile since the section
   * already has 1rem padding - double padding would over-indent.
   */
  .hero-inner-single {
    padding: 0;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-ghost,
  .hero-actions .btn-dark {
    width: 100%;
    justify-content: center;
  }

  /* Forms & cards */
  .contact-form-container,
  .info-card-sub {
    padding: 1.5rem;
  }

  /* Footer */
  .footer-col {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .footer-bottom a {
    display: block;
    margin: 0.5rem 0 0;
  }
}


/* FAQ section */
.faq-section {
  background-color: var(--clr-card-bg);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.faq-item {
  background-color: var(--clr-bg-main);
  border: 1px solid var(--clr-border);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}

.faq-item h3 {
  color: var(--clr-dark);
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.faq-item p {
  color: var(--clr-text-muted);
  margin: 0;
}

@media (max-width: 767px) {
  .hero-trust-list {
    gap: 0.5rem;
  }

  .hero-trust-list li {
    width: 100%;
    justify-content: center;    text-align: center;
  }

  .carousel-img {
    height: 240px;
  }

  .carousel-img-text {
    padding: 1.25rem;
  }

  .carousel-img-text h3 {
    font-size: 1.65rem;
  }

  .rental-overview {
    padding: 2.25rem 1rem;
  }

  .rental-overview-actions .btn-primary,
  .rental-overview-actions .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .rental-overview-grid,
  .booking-highlights {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .rental-overview-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .booking-highlights {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ==========================================================================
   18. CATEGORY / SUBPAGE BREADCRUMB
   Added for the rental category landing pages.
   ========================================================================== */

.breadcrumb {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1rem 1.5rem 0;
  font-size: 0.9rem;
  color: var(--clr-text-muted);
}

.breadcrumb a {
  color: var(--clr-link);
  text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  text-decoration: underline;
}

.breadcrumb-current {
  color: var(--clr-text-muted);
}


/* ==========================================================================
   19. TWO-COLUMN OPTION CARDS
   Used on the airport rentals page ("Airport Delivery" / "Pick Up From Our Lot").
   Reuses .info-card-sub for the card shell.
   ========================================================================== */

.option-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .option-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.option-card-icon {
  font-size: 1.75rem;
  display: block;
  margin-bottom: 0.75rem;
}


/* ==========================================================================
   20. RELATED RENTALS CARDS
   Used on every rental category page to cross-link the other categories.
   Each page intentionally excludes itself from this grid.
   ========================================================================== */

.related-rentals-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .related-rentals-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.related-rental-card {
  background: var(--clr-card-bg);
  border: 1px solid var(--clr-border);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.related-rental-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.related-rental-card h3 {
  font-size: 1.25rem;
  color: var(--clr-dark);
  margin-bottom: 0.5rem;
}

.related-rental-card p {
  color: var(--clr-text-muted);
  margin-top: 0;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.related-rental-card a {
  color: var(--clr-link);
  font-weight: 700;
  text-decoration: none;
}

.related-rental-card a:hover,
.related-rental-card a:focus-visible {
  text-decoration: underline;
}


/* ==========================================================================
   21. TRAM / INFO BLOCKS
   Used on the airport rentals page for sequential sub-sections.
   ========================================================================== */

.tram-block {
  margin-bottom: 1.75rem;
}

.tram-block h3 {
  color: var(--clr-dark);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.tram-block p {
  color: var(--clr-text-muted);
}


/* ==========================================================================
   22. CTA BAND - MULTIPLE ACTIONS
   Used where a CTA band needs two buttons side by side (e.g. "Book Now" + "Call").
   ========================================================================== */

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}


/* ==========================================================================
   23. MOVED FROM INLINE <style> BLOCKS
   Relocated verbatim from the HTML pages (no rules changed). The two hero
   overrides below are scoped to .contact-page so they keep affecting only
   contact.html (as they did when they lived in that page's <head>) and do
   not restyle the shared hero on other pages.
   ========================================================================== */

/* --- moved from contact.html --- */
:root {
    --brand-burnt-orange: #bf4f13; /* Authentic terracotta/rust conversion tone */
    --brand-charcoal: #1a1a1a;    /* Premium night-in-the-city base */
    --brand-slate: #555555;
    --brand-white: #ffffff;
}

/* Hero Typography overrides matching Command & Control design rules */
.contact-page .hero-inner-single h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.contact-page .hero-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--brand-burnt-orange);
    letter-spacing: 0.1em;
}

/* High-Trust Verification Layer: Stats Bar Styling */
.brand-stats-bar {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin: 2rem 0;
    flex-wrap: wrap;
}
.stat-badge {
    background: rgba(26, 26, 26, 0.85);
    border-left: 4px solid var(--brand-burnt-orange);
    padding: 0.75rem 1.5rem;
    border-radius: 0 4px 4px 0;
    color: var(--brand-white);
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
}
.stat-badge strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4rem;
    color: var(--brand-burnt-orange);
    display: block;
    line-height: 1.1;
}

/* Unified Button System */
.btn-brand-primary, 
.secure-action-btn, 
.contact-info-sidebar .btn-brand-primary,
button[type="submit"] {
    background: linear-gradient(180deg, #cf6419 0%, var(--brand-burnt-orange) 100%) !important;
    color: var(--brand-white) !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.85rem 2rem;
    border: 1px solid rgba(127, 51, 0, 0.18);
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    box-sizing: border-box;
    box-shadow: 0 8px 18px rgba(191,79,19,0.22);
}

.btn-brand-primary:hover, 
.secure-action-btn:hover, 
button[type="submit"]:hover {
    background: linear-gradient(180deg, var(--brand-burnt-orange) 0%, #9f3d0d 100%) !important;
    color: var(--brand-white) !important;
    border-color: rgba(127, 51, 0, 0.28);
    box-shadow: 0 12px 24px rgba(191,79,19,0.28);
    transform: translateY(-1px);
}

/* Sidebar & Meta-Row dimensional layout scaling overrides */
.contact-info-sidebar .btn-brand-primary,
.secure-action-btn {
    padding: 0.65rem 1.25rem;
    width: max-content;
    max-width: 100%;
}

.secure-icon-inline {
    width: 18px;
    height: 18px;
    fill: currentColor;
    vertical-align: middle;
}

.meta-row-content {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    width: 100%;
}

/* --- moved from components/site-footer.html --- */
.footer-contact .secure-action-btn {
    background: linear-gradient(180deg, #cf6419 0%, #bf4f13 100%) !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.65rem 1.25rem;
    border: 1px solid rgba(127, 51, 0, 0.18);
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
    box-shadow: 0 8px 18px rgba(191,79,19,0.22);
}
.footer-contact .secure-action-btn:hover {
    background: linear-gradient(180deg, #bf4f13 0%, #9f3d0d 100%) !important;
    border-color: rgba(127, 51, 0, 0.28);
    box-shadow: 0 12px 24px rgba(191,79,19,0.28);
    transform: translateY(-1px);
}
