/* 
 * Hasset Car Theme One — Main Stylesheet
 * BEM Architecture
 * 
 * @package HassetCarThemeOne
 */

/* ==========================================================================
   Variables & Reset
   ========================================================================== */
:root {
    --primary: #0f172a;
    --primary-light: #1e293b;
    --secondary: #0ea5e9;
    --accent: #f97316;
    --accent-hover: #ea580c;
    --bg-light: #f8fafc;
    --bg-white: #ffffff;
    --text-dark: #1e293b;
    --text-body: #475569;
    --text-inverse: #ffffff;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
    --radius-md: 0.5rem;
    --radius-lg: 1rem;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 70px; }
body { font-family: var(--font-body); color: var(--text-dark); background-color: var(--bg-white); line-height: 1.6; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); color: var(--primary); line-height: 1.2; }
a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ==========================================================================
   Layout
   ========================================================================== */
.container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 0 1rem; }
.section-padding { padding: 5rem 0; }
.bg-light { background-color: var(--bg-light); }
.bg-dark { background-color: var(--primary); color: var(--text-inverse); }
.text-center { text-align: center; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn { display: inline-block; padding: 0.8rem 1.8rem; border-radius: var(--radius-md); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; cursor: pointer; border: none; transition: all 0.3s ease; font-family: var(--font-heading); font-size: 0.9rem; }
.btn-primary { background-color: var(--accent); color: var(--text-inverse); }
.btn-primary:hover { background-color: var(--accent-hover); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-secondary { background-color: var(--primary); color: var(--text-inverse); }
.btn-secondary:hover { background-color: var(--secondary); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.sm-btn { padding: 0.5rem 1.2rem; font-size: 0.85rem; }

/* ==========================================================================
   Navbar
   ========================================================================== */
.navbar { position: fixed; top: 0; left: 0; width: 100%; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); box-shadow: var(--shadow-sm); z-index: 1000; padding: 0.5rem 0; transition: all 0.3s ease; }
.navbar.scrolled { padding: 0.4rem 0; box-shadow: var(--shadow-md); background: rgba(255,255,255,0.98); }
.nav-container { display: flex; justify-content: space-between; align-items: center; }
.logo img { height: 55px; }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { font-weight: 500; color: var(--primary-light); }
.nav-links a:not(.btn):hover { color: var(--secondary); }
.mobile-menu-btn { display: none; font-size: 1.5rem; color: var(--primary); cursor: pointer; }

/* Mobile Menu */
.mobile-menu { position: fixed; top: 0; right: -100%; width: 80%; max-width: 300px; height: 100vh; background: var(--bg-white); box-shadow: -5px 0 15px rgba(0,0,0,0.1); z-index: 1001; transition: right 0.3s ease-in-out; padding: 2rem; display: flex; flex-direction: column; }
.mobile-menu.active { right: 0; }
.close-btn { font-size: 2rem; align-self: flex-end; cursor: pointer; color: var(--primary); margin-bottom: 2rem; }
.mobile-nav-links { display: flex; flex-direction: column; gap: 1.5rem; }
.mobile-nav-links a { font-size: 1.2rem; font-weight: 500; color: var(--primary); }
.mobile-nav-links .btn { text-align: center; color: white; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero-slider-section { position: relative; height: 85vh; min-height: 500px; background: #000; }
.splide, .splide__track, .splide__list { height: 100%; }
.hero { position: relative; height: 100%; width: 100%; display: flex; align-items: center; background-size: cover; background-position: center; color: var(--text-inverse); }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(15,23,42,0.85) 0%, rgba(15,23,42,0.4) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; padding-top: 4rem; }
.hero-text h1, .hero-text .hero-heading { font-size: 3.5rem; color: var(--text-inverse); margin-bottom: 1rem; max-width: 600px; }
.highlight { color: var(--secondary); }
.hero-text .subtitle { font-size: 1.25rem; margin-bottom: 2.5rem; max-width: 500px; color: #cbd5e1; }

.splide__arrow { background: rgba(255,255,255,0.15); backdrop-filter: blur(4px); opacity: 1; width: 3.5rem; height: 3.5rem; border: 1px solid rgba(255,255,255,0.3); transition: all 0.3s ease; }
.splide__arrow:hover { background: var(--accent); border-color: var(--accent); }
.splide__arrow svg { fill: white; width: 1.2rem; height: 1.2rem; }

/* ==========================================================================
   Hero Search (Homepage)
   ========================================================================== */
.hero-search {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    overflow: visible;
}

.hero-search__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    pointer-events: none;
}

.hero-search__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(15,23,42,0.5) 0%, rgba(15,23,42,0.7) 100%);
    pointer-events: none;
}

.hero-search__content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 3rem 0;
}

.hero-search__title {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.hero-search__title span { color: var(--secondary); }

.hero-search__subtitle {
    font-size: 1.1rem;
    color: #cbd5e1;
    margin-bottom: 2.5rem;
}

/* Search Bar */
.hero-search__bar {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3), 0 4px 12px rgba(0,0,0,0.1);
    overflow: visible;
    width: auto;
    max-width: none;
    margin: 0 auto;
    position: relative;
}

.hero-search__group {
    flex: 1;
    padding: 20px 22px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.hero-search__label {
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--accent, #f97316);
    margin-bottom: 2px;
    text-align: left;
}

.hero-search__fields {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.hero-search__field-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero-search__field-label {
    font-size: 12px;
    font-weight: 400;
    color: #64748b;
    text-align: left;
}

.hero-search__select,
.hero-search__input {
    padding: 10px 12px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    font-family: var(--font-body);
    color: var(--primary);
    background: #f8fafc;
    min-width: 0;
    text-align: left;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.hero-search__select:focus,
.hero-search__input:focus {
    outline: none;
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(14,165,233,0.1);
}

.hero-search__select { flex: 1.3; min-width: 130px; }
.hero-search__input { flex: 0.8; min-width: 90px; }

.hero-search__time {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.hero-search__time span {
    font-weight: 700;
    color: #475569;
    font-size: 0.9rem;
}

.hero-search__time-select {
    width: 52px;
    padding: 10px 6px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    text-align: left;
    background: #f8fafc;
    color: var(--primary);
    transition: border-color 0.2s, box-shadow 0.2s;
    position: relative;
    z-index: 10;
}

.hero-search__time-select:focus {
    outline: none;
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(14,165,233,0.1);
}

.hero-search__divider {
    width: 1.5px;
    background: linear-gradient(to bottom, transparent 15%, #e2e8f0 50%, transparent 85%);
    align-self: stretch;
    margin: 0;
    flex-shrink: 0;
}

.hero-search__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 18px 36px;
    background: var(--accent, #f97316);
    color: #fff;
    border: none;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0 14px 14px 0;
    min-width: 120px;
    flex-shrink: 0;
}

.hero-search__btn i {
    font-size: 1.4rem;
}

.hero-search__btn span {
    font-size: 0.75rem;
    letter-spacing: 1px;
}

.hero-search__btn:hover {
    background: var(--accent-hover, #ea580c);
    transform: scale(1.02);
}

/* Tablet */
@media (max-width: 1100px) {
    .hero-search__group { padding: 16px 14px 14px; }
    .hero-search__fields { gap: 6px; }
    .hero-search__select { min-width: 110px; }
    .hero-search__btn { padding: 16px 24px; min-width: 100px; }
}

/* Mobile */
@media (max-width: 900px) {
    .hero-search { min-height: auto; padding: 2rem 0; margin-top: 65px; }
    .hero-search__title { font-size: 2rem; }
    .hero-search__bar {
        flex-direction: column;
        border-radius: 14px;
        margin: 0 1rem;
        overflow: hidden;
    }
    .hero-search__group { padding: 18px 20px 14px; }
    .hero-search__divider { width: calc(100% - 40px); height: 1.5px; margin: 0 auto; background: linear-gradient(to right, transparent 0%, #e2e8f0 20%, #e2e8f0 80%, transparent 100%); }
    .hero-search__fields { flex-wrap: wrap; gap: 8px; }
    .hero-search__select,
    .hero-search__input { flex: 1 1 45%; min-width: 0; }
    .hero-search__time { flex: 1 1 100%; }
    .hero-search__btn {
        flex-direction: row;
        gap: 10px;
        padding: 18px;
        border-radius: 0 0 14px 14px;
        min-width: unset;
        font-size: 1rem;
    }
    .hero-search__btn i { font-size: 1.2rem; }
    .hero-search__btn span { font-size: 0.85rem; }
}

/* ==========================================================================
   Section Headers
   ========================================================================== */
.section-header h2 { font-size: 2.5rem; margin-bottom: 1rem; }
.divider { width: 80px; height: 4px; background: var(--accent); margin: 1rem auto 3rem auto; border-radius: 2px; }

/* ==========================================================================
   Features
   ========================================================================== */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.feature-card { background: var(--bg-white); padding: 2rem; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); transition: transform 0.3s ease; border: 1px solid transparent; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); border-color: rgba(14,165,233,0.1); }
.icon-box { width: 60px; height: 60px; background: rgba(14,165,233,0.1); color: var(--secondary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.5rem; }
.aa-logo-wrapper { background: #ffdb00; color: #000; font-weight: bold; flex-direction: column; font-size: 1.2rem; }
.aa-logo-wrapper .aa-icon { font-size: 1rem; margin-bottom: 2px; }
.aa-logo-wrapper .aa-text { font-size: 0.5rem; text-transform: uppercase; font-weight: 800; }
.feature-card h3 { margin-bottom: 0.8rem; font-size: 1.25rem; }
.feature-card p { color: var(--text-body); }

/* ==========================================================================
   About
   ========================================================================== */
.about-grid { display: flex; align-items: center; gap: 4rem; }
.about-text { flex: 1; }
.about-image { flex: 1; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-xl); }
.about-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.about-image:hover img { transform: scale(1.03); }

/* ==========================================================================
   Power Combo
   ========================================================================== */
.power-combo { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); overflow: hidden; }
.combo-wrapper { display: flex; align-items: center; gap: 4rem; background: var(--bg-white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-xl); }
.combo-image { flex: 1; height: 100%; min-height: 400px; }
.combo-image img { width: 100%; height: 100%; object-fit: cover; }
.combo-content { flex: 1; padding: 3rem; }
.tag { display: inline-block; padding: 0.35rem 0.8rem; background: var(--accent); color: white; font-size: 0.8rem; font-weight: 700; border-radius: 50px; margin-bottom: 1rem; text-transform: uppercase; }
.combo-content h2 { font-size: 2.2rem; margin-bottom: 0.5rem; }
.lead { font-size: 1.2rem; color: var(--secondary); margin-bottom: 1.5rem; font-weight: 500; }
.benefits-list { margin: 2rem 0; }
.benefits-list li { margin-bottom: 0.8rem; display: flex; align-items: center; gap: 0.8rem; font-weight: 500; }
.benefits-list li i { color: var(--secondary); }

/* ==========================================================================
   Fleet
   ========================================================================== */
#fleet-splide { padding: 1rem 0 3rem 0; }
.fleet-card { background: var(--bg-white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); transition: all 0.3s ease; position: relative; border: 1px solid #f1f5f9; height: 100%; }
.badge { position: absolute; top: 1rem; right: 1rem; background: var(--secondary); color: white; padding: 0.3rem 0.8rem; border-radius: 2rem; font-size: 0.8rem; font-weight: 600; z-index: 10; }
.fleet-img { height: 220px; background: #f8fafc; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.fleet-img img { max-width: 100%; transition: transform 0.3s ease; }
.fleet-card:hover .fleet-img img { transform: scale(1.05); }
.fleet-info { padding: 1.5rem; }
.fleet-info h3 { margin-bottom: 0.5rem; text-transform: capitalize; }
.fleet-desc { color: var(--text-body); font-size: 0.95rem; margin-bottom: 1.5rem; }
.specs { display: flex; justify-content: space-between; border-top: 1px solid #f1f5f9; padding-top: 1rem; }
.specs li { font-size: 0.85rem; color: var(--text-body); display: flex; flex-direction: column; align-items: center; gap: 0.3rem; }
.specs li i { color: var(--secondary); }

/* ==========================================================================
   Terms / Requirements
   ========================================================================== */
.terms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.term-box { background: #fff; padding: 2.5rem; border-top: 4px solid var(--primary); box-shadow: var(--shadow-sm); border-radius: var(--radius-md); }
.term-icon { font-size: 2.5rem; color: var(--primary); margin-bottom: 1.5rem; }
.term-details { margin-top: 1.5rem; padding-left: 1rem; }
.term-details li { list-style-type: disc; margin-bottom: 0.5rem; color: var(--text-body); }

/* ==========================================================================
   Testimonials
   ========================================================================== */
.testimonials { background: #fff; }
.google-badge { display: inline-flex; align-items: center; gap: 10px; background: #f8f9fa; border: 1px solid #e8eaed; border-radius: 50px; padding: 8px 20px; margin-bottom: 2.5rem; font-family: var(--font-heading); font-size: 0.9rem; color: #444; }
.google-badge .google-logo { display: flex; align-items: center; gap: 3px; font-weight: 700; font-size: 1rem; }
.google-badge .g-blue { color: #4285F4; }
.google-badge .g-red { color: #EA4335; }
.google-badge .g-yellow { color: #FBBC05; }
.google-badge .g-green { color: #34A853; }
.google-badge .badge-sep { width: 1px; height: 18px; background: #ddd; margin: 0 4px; }
.google-badge .badge-rating { display: flex; align-items: center; gap: 6px; font-weight: 600; color: #222; }
.google-badge .badge-stars { color: #FBBC05; font-size: 0.85rem; letter-spacing: 1px; }

#testimonials-splide .splide__track { padding: 1rem 0.5rem 2.5rem; }
.review-card { background: #fff; border: 1px solid #eaeaea; border-radius: 16px; padding: 1.8rem 1.6rem 1.5rem; display: flex; flex-direction: column; gap: 1rem; box-shadow: 0 2px 12px rgba(0,0,0,0.06); height: 100%; transition: box-shadow 0.25s ease, transform 0.25s ease; }
.review-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.11); transform: translateY(-3px); }
.review-card .quote-icon { color: #FBBC05; font-size: 1.4rem; }
.review-stars { display: flex; gap: 3px; color: #FBBC05; font-size: 1rem; }
.review-text { font-family: var(--font-body); font-size: 0.95rem; color: #444; line-height: 1.7; flex: 1; }
.reviewer { display: flex; align-items: center; gap: 12px; border-top: 1px solid #f0f0f0; padding-top: 1rem; margin-top: auto; }
.reviewer-avatar { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 600; font-size: 1rem; color: #fff; flex-shrink: 0; }
.avatar-sm { background: #4285F4; }
.avatar-mu { background: #34A853; }
.avatar-an { background: #EA4335; }
.avatar-li { background: #9C27B0; }
.avatar-da { background: #FF6D00; }
.reviewer-info .reviewer-name { font-family: var(--font-heading); font-weight: 600; font-size: 0.95rem; color: #222; }
.reviewer-info .reviewer-source { display: flex; align-items: center; gap: 5px; font-size: 0.78rem; color: #888; margin-top: 2px; }

.testimonials-cta { margin-top: 2.5rem; text-align: center; }
.testimonials-cta a { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid #ddd; border-radius: 50px; padding: 10px 24px; font-family: var(--font-heading); font-size: 0.9rem; color: #555; text-decoration: none; transition: border-color 0.2s, color 0.2s, background 0.2s; }
.testimonials-cta a:hover { border-color: #4285F4; color: #4285F4; background: #f0f5ff; }
.testimonials-cta a i { font-size: 1rem; color: #FBBC05; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.faq-item { background: #fff; padding: 2rem; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); border-left: 4px solid var(--secondary); }
.faq-item h3 { font-size: 1.1rem; margin-bottom: 0.8rem; color: var(--primary); }
.faq-item p { color: var(--text-body); font-size: 0.95rem; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer { background: var(--primary); color: #e2e8f0; padding-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; margin-bottom: 3rem; }
.footer h3 { color: white; margin-bottom: 1.5rem; font-size: 1.3rem; }
.footer p { color: #94a3b8; margin-bottom: 0.8rem; }
.footer-col a { display: block; margin-bottom: 0.8rem; color: #94a3b8; }
.footer-col i { width: 25px; color: var(--secondary); }
.footer-col ul li { margin-bottom: 0.8rem; }
.footer-col ul a:hover { color: var(--secondary); padding-left: 5px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 2rem 0; font-size: 0.9rem; color: #64748b; }

/* ==========================================================================
   Floating Buttons
   ========================================================================== */
.floating-btn-stack { position: fixed; bottom: 24px; right: 24px; z-index: 1000; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.floating-call-btn { display: flex; align-items: center; gap: 10px; background: #E87722; color: #fff; text-decoration: none; border-radius: 50px; padding: 13px 20px 13px 16px; font-family: var(--font-heading); font-size: 0.9rem; font-weight: 600; box-shadow: 0 4px 18px rgba(232,119,34,0.45); transition: background 0.2s, box-shadow 0.2s, transform 0.2s; white-space: nowrap; }
.floating-call-btn:hover { background: #cf6510; box-shadow: 0 6px 24px rgba(232,119,34,0.55); transform: translateY(-2px); color: #fff; }
.floating-call-btn i { font-size: 1.1rem; animation: ring 2.5s ease-in-out infinite; }
.floating-book-btn { background: linear-gradient(135deg, var(--accent) 0%, #d34e00 100%); color: white; padding: 1rem 1.8rem; border-radius: 50px; box-shadow: 0 10px 25px rgba(249,115,22,0.4); display: flex; align-items: center; gap: 0.8rem; font-weight: 700; font-family: var(--font-heading); transition: all 0.3s ease; border: 2px solid rgba(255,255,255,0.2); text-transform: uppercase; letter-spacing: 0.5px; animation: float 3s ease-in-out infinite; }
.floating-book-btn:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 15px 35px rgba(249,115,22,0.6); color: white; }

@keyframes ring { 0%, 100% { transform: rotate(0deg); } 10% { transform: rotate(-15deg); } 20% { transform: rotate(15deg); } 30% { transform: rotate(-10deg); } 40% { transform: rotate(10deg); } 50% { transform: rotate(0deg); } }
@keyframes float { 0% { transform: translateY(0); } 50% { transform: translateY(-6px); } 100% { transform: translateY(0); } }

/* ==========================================================================
   Booking Page
   ========================================================================== */
.booking__steps { display: flex; justify-content: center; gap: 1rem; margin-bottom: 3rem; flex-wrap: wrap; }
.booking__step { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; border-radius: 50px; background: #f1f5f9; color: #94a3b8; font-weight: 500; transition: all 0.3s ease; }
.booking__step--active { background: var(--secondary); color: white; }
.booking__step--completed { background: #10b981; color: white; }
.booking__step-number { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem; }

/* Booking panels handled by booking.css */
.booking__panel-title { font-size: 1.5rem; margin-bottom: 1.5rem; color: var(--primary); }

.booking__form-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin-bottom: 1.5rem; }
.booking__field { display: flex; flex-direction: column; gap: 0.5rem; }
.booking__field label { font-weight: 500; font-size: 0.9rem; color: var(--primary); }
.booking__input { padding: 0.75rem 1rem; border: 1px solid #e2e8f0; border-radius: var(--radius-md); font-size: 1rem; transition: border-color 0.2s; font-family: var(--font-body); }
.booking__input:focus { outline: none; border-color: var(--secondary); box-shadow: 0 0 0 3px rgba(14,165,233,0.1); }

.booking__btn { margin-top: 1.5rem; }
.booking__btn-back { margin-top: 1.5rem; margin-right: 1rem; }
.booking__form-actions { display: flex; align-items: center; flex-wrap: wrap; }

.booking__extras { margin: 1.5rem 0; padding: 1.5rem; background: var(--bg-light); border-radius: var(--radius-md); }
.booking__extras h3 { font-size: 1.1rem; margin-bottom: 1rem; }
.booking__checkbox { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 0.8rem; cursor: pointer; font-weight: 500; }
.booking__checkbox input { width: 18px; height: 18px; }

.booking__vehicles-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-bottom: 2rem; }
.booking__vehicle-card { border: 2px solid #e2e8f0; border-radius: var(--radius-lg); padding: 1.5rem; cursor: pointer; transition: all 0.3s ease; }
.booking__vehicle-card:hover { border-color: var(--secondary); box-shadow: var(--shadow-md); }
.booking__vehicle-card--selected { border-color: var(--secondary); background: rgba(14,165,233,0.05); box-shadow: 0 0 0 3px rgba(14,165,233,0.2); }
.booking__vehicle-card img { max-width: 100%; height: 150px; object-fit: contain; margin-bottom: 1rem; }
.booking__vehicle-card h4 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.booking__vehicle-card .booking__vehicle-price { font-size: 1.3rem; font-weight: 700; color: var(--accent); }
.booking__vehicle-card .booking__vehicle-meta { font-size: 0.85rem; color: var(--text-body); margin-top: 0.5rem; }

.booking__summary { background: var(--bg-light); padding: 2rem; border-radius: var(--radius-lg); }
.booking__summary table { width: 100%; border-collapse: collapse; }
.booking__summary td { padding: 0.75rem 0; border-bottom: 1px solid #e2e8f0; }
.booking__summary td:first-child { font-weight: 600; color: var(--primary); width: 40%; }
.booking__summary .booking__total { font-size: 1.3rem; font-weight: 700; color: var(--accent); }

.booking__loading { text-align: center; padding: 2rem; font-size: 1.2rem; color: var(--secondary); }
.booking__error { background: #fef2f2; border: 1px solid #fecaca; color: #dc2626; padding: 1rem 1.5rem; border-radius: var(--radius-md); }
.booking__success { padding: 3rem; }

/* ==========================================================================
   Animations
   ========================================================================== */
.animate-up { animation: fadeInUp 0.8s ease forwards; opacity: 0; transform: translateY(20px); }
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px) {
    .combo-wrapper { flex-direction: column; }
    .combo-image { width: 100%; min-height: 250px; }
    .about-grid { flex-direction: column; }
    .about-image { order: -1; width: 100%; max-height: 400px; }
}

@media (max-width: 1024px) {
    .container { width: 100%; padding: 0 20px; }
}

@media (max-width: 768px) {
    .container { width: 100%; padding: 0 16px; }
    .section-padding { padding: 3rem 0; }
    .hero-text h1, .hero-text .hero-heading { font-size: 2rem; }
    .hero-text .subtitle { font-size: 1rem; margin-bottom: 1.5rem; }
    .section-header h2 { font-size: 1.8rem; }
    .nav-links { display: none; }
    .mobile-menu-btn { display: block; }
    .logo img { height: 40px; }
    .floating-btn-stack { bottom: 16px; right: 16px; gap: 8px; }
    .floating-book-btn .text { display: none; }
    .floating-book-btn { width: 60px; height: 60px; justify-content: center; padding: 0; border-radius: 50%; }
    .floating-call-btn .call-text { display: none; }
    .floating-call-btn { padding: 13px; border-radius: 50%; }
}
