/* ========================================
   LIMO BOOKING - Responsive Stylesheet
   Desktop-first approach
   ======================================== */

/* ========================================
   LARGE TABLETS / SMALL LAPTOPS (max-width: 1200px)
   ======================================== */

@media (max-width: 1200px) {
    :root {
        --container-width: 960px;
    }

    .footer-main {
        grid-template-columns: 1.2fr 1.8fr 2fr 1fr;
        gap: 30px;
    }

    .destinations-grid {
        gap: 30px;
    }

    .datepicker-container {
        width: 520px;
    }

    .datepicker-months {
        gap: 50px;
    }

    .datepicker-calendars {
        gap: 20px;
    }
}

/* ========================================
   TABLETS (max-width: 992px)
   ======================================== */

@media (max-width: 992px) {
    :root {
        --section-padding: 60px;
        --header-height: 70px;
    }

    /* Header */
    .nav {
        position: fixed;
        top: var(--header-height);
        left: 0;
        right: 0;
        background-color: rgba(10, 10, 10, 0.98);
        padding: 20px;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .nav.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .nav-list {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .btn-header {
        display: none;
    }

    .burger {
        display: flex;
    }

    /* Progress Indicator */
    .progress-indicator {
        flex-wrap: wrap;
        gap: 5px;
    }

    .progress-step {
        font-size: 0.7rem;
        padding: 8px 15px;
    }

    .step-text {
        display: none;
    }

    /* Fleet Grid */
    .fleet-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .fleet-card-image {
        height: 160px;
    }

    .fleet-card-content {
        padding: 16px;
        margin-top: -25px;
    }

    /* Benefits */
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    /* Destinations */
    .destinations-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    /* Footer */
    .footer-main {
        grid-template-columns: 1fr 1.5fr 2fr;
        gap: 30px;
    }

    /* Get in Touch spans full width */
    .footer-main > .footer-column:nth-of-type(2) {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: start;
        gap: 20px;
    }

    .footer-destinations {
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .footer-bottom-left,
    .footer-bottom-right {
        text-align: center;
    }

    /* Date Picker */
    .datepicker-container {
        width: 95vw;
        max-width: 500px;
    }

    .datepicker-calendars {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .datepicker-months {
        gap: 20px;
    }

    #month-2 {
        display: none;
    }

    #calendar-2 {
        display: none;
    }
}

/* ========================================
   LARGE PHONES / SMALL TABLETS (max-width: 768px)
   ======================================== */

@media (max-width: 768px) {
    :root {
        --section-padding: 50px;
    }

    /* Hero */
    .hero {
        min-height: 500px;
        padding: calc(var(--header-height) + 30px) 15px 40px;
    }

    .hero-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 15px;
    }

    /* Booking Widget */
    .booking-widget {
        padding: 20px 15px;
    }

    .widget-tabs {
        flex-wrap: wrap;
        gap: 5px;
    }

    .tab-btn {
        padding: 10px 15px;
        font-size: 0.75rem;
        flex: 1;
        min-width: 100px;
    }

    /* Mobile: 2 columns compact layout */
    .form-row,
    .form-row-2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .form-row-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .form-row-3 .form-group:last-child {
        grid-column: span 2;
    }

    .form-row-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .btn-cta {
        max-width: 100%;
    }

    /* Fleet Grid */
    .fleet-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .fleet-card-image {
        height: 140px;
    }

    .fleet-card-title {
        font-size: 1rem;
    }

    .fleet-card-category {
        font-size: 0.6rem;
    }

    /* Banner */
    .banner {
        padding: 40px 15px;
    }

    .banner-text {
        font-size: 1.125rem;
    }

    /* Benefits - keep 2 columns on tablet */
    .benefits-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .benefit-card {
        padding: 20px;
        gap: 16px;
    }

    .benefit-icon {
        width: 50px;
        height: 50px;
    }

    .benefit-icon svg {
        width: 24px;
        height: 24px;
    }

    .benefit-title {
        font-size: 0.9rem;
    }

    .benefit-text {
        font-size: 0.8rem;
    }

    /* About Home */
    .about-home-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-home-content .section-title {
        text-align: center;
    }

    .section-divider-left {
        margin: 0 auto 30px;
    }

    .about-home-stats {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .stat-item {
        padding: 20px 15px;
    }

    .stat-number {
        font-size: 2rem;
    }

    /* FAQ Home */
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-question {
        font-size: 0.875rem;
    }

    .faq-answer p {
        padding: 0 20px 15px;
    }

    /* Footer - Mobile Layout */
    .footer {
        padding: 40px 0 0 !important;
        overflow-x: hidden !important;
    }

    .footer-main {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
    }

    /* Footer Brand - centered */
    .footer-brand {
        text-align: center !important;
        padding-bottom: 25px !important;
        margin-bottom: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    .footer-logo-img {
        height: 30px !important;
    }

    .footer-tagline {
        font-size: 0.75rem !important;
        max-width: 280px !important;
        margin: 12px auto 0 !important;
    }

    .footer-social {
        justify-content: center !important;
        margin-top: 15px !important;
    }

    /* Destinations - title on top, countries 2x2 below */
    .footer-column-destinations {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .footer-column-destinations .footer-title {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .footer-destinations {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 25px 40px !important;
        width: 100% !important;
    }

    .country-label {
        font-size: 0.6rem !important;
        margin-bottom: 8px !important;
        display: block !important;
    }

    .footer-country {
        display: flex !important;
        flex-direction: column !important;
    }

    .footer-country .footer-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
    }

    /* Quick Links and Company - side by side in wrapper */
    .footer-links-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 30px !important;
    }

    .footer-links-row .footer-column-links {
        width: auto !important;
    }

    /* Get in Touch */
    .footer-main > .footer-column:nth-of-type(2) {
        width: 100% !important;
    }

    /* All Footer Columns */
    .footer-column {
        text-align: left !important;
        margin-bottom: 0 !important;
    }

    .footer-title {
        font-size: 0.7rem !important;
        margin-bottom: 15px !important;
    }

    .footer-title::after {
        left: 0 !important;
        transform: none !important;
    }

    .footer-list li {
        margin-bottom: 5px !important;
    }

    .footer-list a {
        font-size: 0.75rem !important;
    }

    /* Contact List */
    .footer-contact-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .footer-contact-list li {
        margin-bottom: 0 !important;
    }

    .footer-contact-list a,
    .footer-contact-list span {
        font-size: 0.8rem !important;
    }

    .btn-footer-cta {
        margin-top: 15px !important;
    }

    /* Footer Bottom */
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        padding: 25px 0;
        text-align: center;
    }

    .footer-bottom-center {
        order: 1;
    }

    .footer-bottom-left {
        order: 2;
    }

    .footer-bottom-right {
        order: 3;
    }

    .payment-icon {
        width: 36px;
        height: 22px;
    }

    .footer-copyright,
    .footer-made {
        font-size: 0.7rem;
    }

    /* Fixed Quote Button */
    .btn-fixed-quote {
        bottom: 20px;
        right: 20px;
        padding: 12px 20px;
        font-size: 0.75rem;
    }

    /* Time Picker */
    .timepicker-container {
        width: 280px;
    }

    .hours-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .time-option {
        padding: 8px 6px;
        font-size: 0.8rem;
    }

    /* About Page - Stats Grid 2x2 */
    .stats-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
    }

    /* About Page - Values/Philosophy Grid 2x2 */
    .values-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
    }

    .value-card {
        padding: 20px !important;
    }

    .value-icon {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 15px !important;
    }

    .value-icon svg {
        width: 24px !important;
        height: 24px !important;
    }

    .value-card h3 {
        font-size: 0.95rem !important;
    }

    .value-card p {
        font-size: 0.75rem !important;
    }

    /* About Page - Fleet Standards Grid 2x2 */
    .fleet-standards {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
    }

    .fleet-standard {
        padding: 20px !important;
    }

    .fleet-standard svg {
        width: 28px !important;
        height: 28px !important;
        margin-bottom: 12px !important;
    }

    .fleet-standard h4 {
        font-size: 0.9rem !important;
    }

    .fleet-standard p {
        font-size: 0.75rem !important;
    }

    /* About Page - Certifications Grid 2x2 */
    .certifications-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 15px !important;
    }

    .certification {
        padding: 20px 15px !important;
    }

    .certification-icon {
        width: 45px !important;
        height: 45px !important;
        margin-bottom: 12px !important;
    }

    .certification-icon svg {
        width: 22px !important;
        height: 22px !important;
    }

    .certification h4 {
        font-size: 0.85rem !important;
    }

    .certification p {
        font-size: 0.7rem !important;
    }

    /* Contact Page - Contact Options Grid 2x2 */
    .contact-options-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 15px !important;
    }

    .contact-option {
        padding: 25px 15px !important;
    }

    .contact-option-icon {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 12px !important;
    }

    .contact-option-icon svg {
        width: 24px !important;
        height: 24px !important;
    }

    .contact-option h3 {
        font-size: 1rem !important;
    }

    .contact-option p {
        font-size: 0.75rem !important;
    }

    .contact-link {
        font-size: 0.85rem !important;
    }

    /* Contact Page - Service Type Options 2x2 */
    .service-type-options {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
    }

    .service-type-option .option-content {
        padding: 20px 10px !important;
    }

    .service-type-option .option-content svg {
        width: 28px !important;
        height: 28px !important;
    }

    .service-type-option .option-content {
        font-size: 0.8rem !important;
    }

    /* Contact Page - Offices Grid 2x2 */
    .offices-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 15px !important;
    }

    .office-card {
        padding: 20px 15px !important;
    }

    .office-card h3 {
        font-size: 0.9rem !important;
    }

    .office-card address {
        font-size: 0.75rem !important;
    }

    .office-phone a {
        font-size: 0.85rem !important;
    }

    /* Fleet Page - Features Grid 2x2 */
    .features-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
    }

    .feature-item {
        padding: 20px !important;
    }

    .feature-icon {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 12px !important;
    }

    .feature-icon svg {
        width: 24px !important;
        height: 24px !important;
    }

    .feature-item h3 {
        font-size: 0.95rem !important;
    }

    .feature-item p {
        font-size: 0.75rem !important;
    }

    /* Destinations Page - City Cards Grid 2x2 */
    .destinations-showcase-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 15px !important;
    }

    .destination-card-image {
        height: 120px !important;
    }

    .destination-card-content {
        padding: 15px !important;
    }

    .destination-card-title {
        font-size: 1rem !important;
        margin-bottom: 5px !important;
    }

    .destination-card-tagline {
        font-size: 0.7rem !important;
        margin-bottom: 10px !important;
    }

    .destination-card-airports {
        font-size: 0.65rem !important;
        margin-bottom: 8px !important;
    }

    .destination-card-airports svg {
        width: 12px !important;
        height: 12px !important;
    }

    .destination-card-highlights {
        font-size: 0.7rem !important;
    }

    .destination-card-highlights li {
        margin-bottom: 3px !important;
    }

    .destination-card-link {
        font-size: 0.75rem !important;
        margin-top: 10px !important;
    }

    /* Destinations Page - Popular Routes Grid 2x2 */
    .routes-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
    }

    .route-card {
        padding: 15px 10px !important;
    }

    .route-cities {
        font-size: 0.7rem !important;
        margin-bottom: 6px !important;
        gap: 4px !important;
    }

    .route-cities span {
        font-size: 0.7rem !important;
    }

    .route-cities svg {
        width: 12px !important;
        height: 12px !important;
        flex-shrink: 0 !important;
    }

    .route-description {
        font-size: 0.6rem !important;
        margin-bottom: 10px !important;
        line-height: 1.4 !important;
    }

    .route-card .btn-small {
        padding: 6px 12px !important;
        font-size: 0.6rem !important;
    }

    /* Booking Widget - Car Selection Step 2 */
    .car-selection-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }

    .car-option-image {
        height: 70px !important;
    }

    .car-option-info {
        padding: 8px !important;
    }

    .car-option-info .car-category {
        font-size: 0.55rem !important;
    }

    .car-option-info .car-name {
        font-size: 0.8rem !important;
        margin-bottom: 4px !important;
    }

    .car-specs {
        gap: 8px !important;
        margin-bottom: 4px !important;
    }

    .car-specs span {
        font-size: 0.65rem !important;
    }

    .car-specs svg {
        width: 10px !important;
        height: 10px !important;
    }

    .car-price {
        font-size: 0.65rem !important;
    }

    .car-price strong {
        font-size: 0.75rem !important;
    }

    .btn-select-car {
        padding: 6px !important;
        font-size: 0.65rem !important;
        margin: 0 6px 6px !important;
    }

    /* Booking Widget - Confirmation Step 3 */
    .confirmation-content {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .booking-summary,
    .selected-vehicle {
        padding: 12px !important;
    }

    .booking-summary h4,
    .selected-vehicle h4,
    .confirmation-form h4 {
        font-size: 0.9rem !important;
    }

    .summary-row {
        font-size: 0.75rem !important;
        padding: 5px 0 !important;
    }

    .selected-vehicle-card img {
        width: 80px !important;
        height: 55px !important;
    }

    .confirmation-form {
        padding: 12px !important;
    }

    .confirmation-form .form-row {
        grid-template-columns: 1fr !important;
    }

    .confirmation-form input,
    .confirmation-form textarea {
        padding: 10px !important;
        font-size: 0.8rem !important;
    }

    .btn-large {
        padding: 12px !important;
        font-size: 0.85rem !important;
    }

    /* Step Header */
    .step-header {
        gap: 10px !important;
        margin-bottom: 15px !important;
        padding-bottom: 12px !important;
    }

    .btn-back {
        padding: 6px 10px !important;
        font-size: 0.75rem !important;
    }

    .btn-back svg {
        width: 14px !important;
        height: 14px !important;
    }

    .step-title {
        font-size: 1rem !important;
    }

    /* Success Screen */
    .booking-success {
        padding: 30px 15px !important;
    }

    .booking-success .success-icon {
        width: 60px !important;
        height: 60px !important;
    }

    .booking-success .success-icon svg {
        width: 30px !important;
        height: 30px !important;
    }

    .booking-success h3 {
        font-size: 1.25rem !important;
    }

    .booking-success p {
        font-size: 0.85rem !important;
    }
}

/* ========================================
   PHONES (max-width: 576px)
   ======================================== */

@media (max-width: 576px) {
    :root {
        --section-padding: 40px;
        --header-height: 60px;
    }

    /* Container */
    .container {
        padding: 0 15px;
    }

    /* Logo */
    .logo-img {
        height: 21px;
    }

    /* Section Titles */
    .section-title {
        font-size: 1.5rem;
    }

    .section-divider {
        margin-bottom: 35px;
    }

    /* Progress Indicator - Hidden on very small screens */
    .progress-indicator {
        display: none;
    }

    /* Widget Tabs */
    .widget-tabs {
        margin-bottom: 20px;
    }

    .tab-btn {
        padding: 8px 10px;
        font-size: 0.7rem;
        letter-spacing: 0;
    }

    /* Form - 2 columns on small phones */
    .form-row,
    .form-row-2,
    .form-row-3,
    .form-row-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .form-row-3 .form-group:last-child {
        grid-column: span 2;
    }

    .form-group label {
        font-size: 0.7rem;
    }

    .input-wrapper input,
    .input-wrapper select {
        padding: 10px 30px 10px 10px;
        font-size: 16px;
    }

    .input-icon {
        width: 14px;
        height: 14px;
        right: 8px;
    }

    /* Fleet Card */
    .fleet-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .fleet-card-image {
        height: 120px;
    }

    .fleet-card-content {
        padding: 12px;
        margin-top: -20px;
    }

    .fleet-card-title {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .fleet-card-category {
        font-size: 0.55rem;
        margin-bottom: 4px;
    }

    .fleet-card-specs {
        gap: 10px;
        margin-bottom: 10px;
    }

    .spec {
        font-size: 0.7rem;
    }

    .btn-card {
        padding: 8px 16px;
        font-size: 0.65rem;
    }

    /* Benefits - 2 columns on mobile */
    .benefits-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .benefit-card {
        flex-direction: column;
        padding: 16px;
        gap: 12px;
    }

    .benefit-icon {
        width: 44px;
        height: 44px;
    }

    .benefit-icon svg {
        width: 22px;
        height: 22px;
    }

    .benefit-title {
        font-size: 0.85rem;
    }

    .benefit-text {
        font-size: 0.75rem;
        line-height: 1.5;
    }

    /* Footer - Small Phones */
    .footer-column {
        margin-bottom: 20px;
    }

    .footer-destinations {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 15px;
    }

    .btn-footer-cta {
        width: 100%;
    }

    /* Fixed Quote Button */
    .btn-fixed-quote {
        bottom: 15px;
        right: 15px;
        left: 15px;
        text-align: center;
    }

    /* Picker Modals */
    .picker-container {
        padding: 20px 15px;
        margin: 10px;
    }

    .datepicker-header {
        margin-bottom: 15px;
    }

    .picker-nav {
        width: 32px;
        height: 32px;
    }

    .picker-nav svg {
        width: 18px;
        height: 18px;
    }

    .month-title {
        font-size: 1rem;
    }

    .calendar-day {
        font-size: 0.8rem;
    }

    .timepicker-container {
        width: 260px;
    }

    .timepicker-columns {
        gap: 15px;
    }

    .hours-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ========================================
   VERY SMALL PHONES (max-width: 380px)
   ======================================== */

@media (max-width: 380px) {
    .logo-img {
        height: 28px;
    }

    .widget-tabs {
        flex-direction: column;
    }

    .tab-btn {
        width: 100%;
        border-bottom: 1px solid var(--color-border);
    }

    .tab-btn:last-child {
        border-bottom: none;
    }

    .tab-btn.active {
        border-bottom-color: var(--color-accent-marsala);
    }

    .hours-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ========================================
   LANDSCAPE MODE ADJUSTMENTS
   ======================================== */

@media (max-height: 500px) and (orientation: landscape) {
    .hero {
        min-height: auto;
        padding: calc(var(--header-height) + 20px) 20px 30px;
    }

    .hero-title {
        font-size: clamp(1.6rem, 6vw, 2rem);
        margin-bottom: 12px;
    }

    .booking-widget {
        padding: 15px;
    }

    .progress-indicator {
        display: none;
    }

    .widget-tabs {
        margin-bottom: 15px;
    }

    .picker-modal {
        align-items: flex-start;
        padding-top: 10px;
    }

    .picker-container {
        max-height: 90vh;
        overflow-y: auto;
    }
}

/* ========================================
   HIGH DPI / RETINA DISPLAYS
   ======================================== */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Ensure crisp rendering on retina displays */
    .logo,
    .nav-link,
    .btn {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/* ========================================
   REDUCED MOTION
   ======================================== */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
    .header,
    .btn-fixed-quote,
    .picker-modal,
    .burger,
    .booking-widget,
    .hero-video {
        display: none !important;
    }

    body {
        background: white;
        color: black;
    }

    .hero {
        min-height: auto;
        background: none;
        padding: 20px;
    }

    .hero-overlay {
        display: none;
    }

    .hero-title {
        color: black;
    }

    .section {
        padding: 30px 0;
    }

    .fleet-card,
    .benefit-card {
        break-inside: avoid;
    }
}

/* ========================================
   MOBILE BOOKING WIDGET - ENHANCED UX
   Prevent zoom on input focus & smooth transitions
   ======================================== */

@media (max-width: 768px) {
    /* Prevent zoom on input focus - minimum 16px font */
    .booking-widget input,
    .booking-widget select,
    .booking-widget textarea,
    .confirmation-form input,
    .confirmation-form select,
    .confirmation-form textarea {
        font-size: 16px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    /* Smooth scroll behavior */
    .booking-widget {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    /* Step transitions */
    .booking-step {
        transition: opacity 0.2s ease;
    }

    /* =====================================
       STEP 2 - CAR SELECTION (Mobile)
       ===================================== */
    .car-selection-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        padding: 5px 0;
    }

    .car-option {
        border-radius: 8px;
        background: rgba(42, 42, 42, 0.95);
        touch-action: manipulation;
    }

    .car-option:active {
        transform: scale(0.98);
        background: rgba(60, 60, 60, 0.95);
    }

    .car-option-image {
        height: 75px !important;
        border-radius: 8px 8px 0 0;
    }

    .car-option-image img {
        transition: transform 0.3s ease;
    }

    .car-option-info {
        padding: 10px 8px !important;
    }

    .car-option-info .car-category {
        font-size: 0.6rem !important;
        margin-bottom: 3px !important;
    }

    .car-option-info .car-name {
        font-size: 0.85rem !important;
        margin-bottom: 5px !important;
        line-height: 1.2;
    }

    .car-specs {
        gap: 12px !important;
        margin-bottom: 5px !important;
    }

    .car-specs span {
        font-size: 0.7rem !important;
        gap: 4px !important;
    }

    .car-specs svg {
        width: 12px !important;
        height: 12px !important;
    }

    .car-price {
        font-size: 0.7rem !important;
        margin-bottom: 8px;
    }

    .car-price strong {
        font-size: 0.85rem !important;
    }

    .btn-select-car {
        width: calc(100% - 12px) !important;
        margin: 0 6px 8px !important;
        padding: 10px 8px !important;
        font-size: 0.7rem !important;
        border-radius: 6px !important;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    .btn-select-car:active {
        transform: scale(0.96);
        background: var(--color-accent-green-hover);
    }

    /* =====================================
       STEP 3 - CONFIRMATION (Mobile)
       ===================================== */
    .confirmation-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    .booking-summary {
        order: 1;
        padding: 14px !important;
        border-radius: 10px;
    }

    .selected-vehicle {
        order: 2;
        padding: 14px !important;
        border-radius: 10px;
    }

    .confirmation-form {
        order: 3;
        padding: 14px !important;
        border-radius: 10px;
    }

    /* Summary compact view */
    .booking-summary h4,
    .selected-vehicle h4,
    .confirmation-form h4 {
        font-size: 0.95rem !important;
        margin-bottom: 10px !important;
        padding-bottom: 8px !important;
    }

    .summary-row {
        font-size: 0.8rem !important;
        padding: 5px 0 !important;
    }

    .summary-label {
        font-size: 0.75rem;
    }

    .summary-value {
        font-size: 0.8rem;
        max-width: 60%;
        text-align: right;
        word-break: break-word;
    }

    /* Selected vehicle card compact */
    .selected-vehicle-card {
        gap: 10px !important;
    }

    .selected-vehicle-card img {
        width: 85px !important;
        height: 55px !important;
        border-radius: 6px !important;
    }

    .selected-vehicle-info .car-category {
        font-size: 0.6rem !important;
    }

    .selected-vehicle-info h4 {
        font-size: 0.9rem !important;
    }

    /* Confirmation form inputs */
    .confirmation-form .form-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        margin-bottom: 10px !important;
    }

    .confirmation-form .form-group {
        margin-bottom: 0 !important;
    }

    .confirmation-form .form-group label {
        font-size: 0.75rem !important;
        margin-bottom: 4px !important;
    }

    .confirmation-form input,
    .confirmation-form textarea {
        padding: 12px !important;
        font-size: 16px !important;
        border-radius: 6px !important;
        background: rgba(30, 30, 30, 0.9) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .confirmation-form input:focus,
    .confirmation-form textarea:focus {
        border-color: var(--color-accent-marsala) !important;
        outline: none !important;
    }

    .confirmation-form textarea {
        min-height: 70px !important;
        resize: none !important;
    }

    /* Submit button */
    .btn-large {
        width: 100% !important;
        padding: 14px !important;
        font-size: 0.9rem !important;
        border-radius: 8px !important;
        margin-top: 5px !important;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    .btn-large:active {
        transform: scale(0.98);
    }

    /* =====================================
       STEP HEADER (Mobile)
       ===================================== */
    .step-header {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        margin-bottom: 15px !important;
        padding-bottom: 12px !important;
        border-bottom: 1px solid var(--color-border) !important;
    }

    .btn-back {
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        padding: 8px 12px !important;
        font-size: 0.75rem !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border-radius: 6px !important;
        color: var(--color-text-secondary) !important;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    .btn-back:active {
        background: rgba(255, 255, 255, 0.1) !important;
    }

    .btn-back svg {
        width: 14px !important;
        height: 14px !important;
    }

    .step-title {
        font-size: 1.05rem !important;
        flex: 1;
        margin: 0 !important;
    }

    /* =====================================
       SUCCESS SCREEN (Mobile)
       ===================================== */
    .booking-success {
        padding: 40px 20px !important;
        text-align: center;
    }

    .booking-success .success-icon {
        width: 70px !important;
        height: 70px !important;
        margin: 0 auto 20px !important;
        background: var(--color-accent-green) !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .booking-success .success-icon svg {
        width: 35px !important;
        height: 35px !important;
        color: white !important;
    }

    .booking-success h3 {
        font-size: 1.4rem !important;
        margin-bottom: 10px !important;
        color: var(--color-text-primary) !important;
    }

    .booking-success p {
        font-size: 0.9rem !important;
        color: var(--color-text-secondary) !important;
        margin-bottom: 8px !important;
    }

    .booking-success .btn {
        margin-top: 20px !important;
    }

    /* =====================================
       QUOTE FORM & PARTNER FORM (Mobile)
       Prevent zoom on input focus
       ===================================== */
    .quote-form input,
    .quote-form select,
    .quote-form textarea,
    .partner-form input,
    .partner-form select,
    .partner-form textarea {
        font-size: 16px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}

/* ========================================
   SMALL PHONES - Extra compact
   ======================================== */

@media (max-width: 400px) {
    /* Even more compact car cards */
    .car-selection-grid {
        gap: 8px !important;
    }

    .car-option-image {
        height: 65px !important;
    }

    .car-option-info {
        padding: 8px 6px !important;
    }

    .car-option-info .car-name {
        font-size: 0.8rem !important;
    }

    .car-specs {
        gap: 8px !important;
    }

    .car-specs span {
        font-size: 0.65rem !important;
    }

    .btn-select-car {
        padding: 8px 6px !important;
        font-size: 0.65rem !important;
    }

    /* Confirmation even more compact */
    .booking-summary,
    .selected-vehicle,
    .confirmation-form {
        padding: 12px !important;
    }

    .summary-row {
        font-size: 0.75rem !important;
    }

    .selected-vehicle-card img {
        width: 70px !important;
        height: 45px !important;
    }

    .confirmation-form input,
    .confirmation-form textarea {
        padding: 10px !important;
    }

    .btn-large {
        padding: 12px !important;
        font-size: 0.85rem !important;
    }
}
