/* ============================================================
   SAWA RENT CAR — Full Mobile Responsive System
   Breakpoints: 1200px · 1024px · 768px · 576px · 400px
   ============================================================ */

/* ─────────────────────────────────────────────────
   GLOBAL MOBILE FIXES
───────────────────────────────────────────────── */
* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

img, video, iframe {
    max-width: 100%;
    height: auto;
}

/* Ensure inputs don't zoom on iOS */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="file"],
select,
textarea {
    font-size: 16px !important; /* Prevents iOS zoom */
}

/* ─────────────────────────────────────────────────
   1200px — LARGE DESKTOP / WIDE CONTAINERS
───────────────────────────────────────────────── */
@media (max-width: 1200px) {
    .hero-container {
        gap: 40px;
    }

    .footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
        gap: 32px;
    }

    .booking-wrapper {
        gap: 40px;
    }

    .hero-calc {
        max-width: 420px;
    }

    .deal-hero-title {
        font-size: clamp(2rem, 5vw, 3.5rem);
    }
}

/* ─────────────────────────────────────────────────
   1024px — TABLET LANDSCAPE / SMALL DESKTOP
───────────────────────────────────────────────── */
@media (max-width: 1024px) {
    /* Hero - stack to single column */
    .hero-container {
        grid-template-columns: 1fr !important;
        text-align: center;
        gap: 48px;
        padding: 60px 24px;
    }

    .hero-left {
        order: 1;
    }

    .hero-right {
        order: 2;
        display: flex;
        justify-content: center;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-trust {
        justify-content: center;
    }

    .hero-calc {
        max-width: 500px;
        width: 100%;
    }

    /* Hero Carousel */
    .hero-carousel .carousel-item > .hero-container {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
        padding: 70px 24px 40px !important;
        text-align: center;
    }

    .hero-carousel .hero-left {
        order: 2;
    }

    .hero-carousel .hero-right {
        order: 1;
        justify-content: center;
    }

    .hero-deal-card {
        max-width: 360px;
        width: 100%;
    }

    .hero-control-prev,
    .hero-control-next {
        display: flex !important;
        opacity: 1 !important;
    }

    .hero-indicators {
        bottom: auto;
        top: 16px;
    }

    /* Booking Section */
    .booking-wrapper {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .booking-info {
        order: 2;
    }

    .booking-form-card {
        order: 1;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        padding-bottom: 40px;
    }

    /* Steps */
    .steps-grid::before {
        display: none;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Cars/Offers grid */
    .cars-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }

    /* Special Deal: deal cards */
    .deal-how-steps {
        gap: 16px;
    }

    .deal-how-step {
        min-width: 160px;
        max-width: 200px;
    }
}

/* ─────────────────────────────────────────────────
   768px — TABLET PORTRAIT / MOBILE-L
───────────────────────────────────────────────── */
@media (max-width: 768px) {
    /* CSS Variables for mobile */
    :root {
        --section-py: 56px;
        --nav-height: 64px;
    }

    /* ── NAVBAR ── */
    .nav-inner {
        padding: 0 16px;
        gap: 12px;
    }

    .nav-links {
        display: none !important;
    }

    .btn-nav-admin {
        display: none !important;
    }

    .nav-toggle {
        display: flex !important;
    }

    .nav-logo-text {
        display: flex;
    }

    /* ── MOBILE MENU ── */
    .nav-mobile {
        padding: 20px 16px;
        gap: 6px;
    }

    .nav-mobile a {
        font-size: 15px;
        padding: 12px 16px;
    }

    /* ── HERO ── */
    .site-hero {
        min-height: auto;
    }

    .hero-container {
        padding: 48px 16px 40px;
        gap: 32px;
    }

    .hero-title {
        font-size: clamp(26px, 7vw, 38px) !important;
    }

    .hero-subtitle {
        font-size: 15px;
    }

    .hero-badge {
        font-size: 12px;
        padding: 5px 14px;
    }

    .hero-actions {
        gap: 10px;
    }

    .btn-primary-hero,
    .btn-outline-hero {
        padding: 12px 22px;
        font-size: 14px;
    }

    .hero-trust {
        gap: 16px;
    }

    .trust-item {
        font-size: 13px;
    }

    .hero-scroll {
        display: none;
    }

    /* Hero Calculator */
    .hero-calc {
        padding: 24px 18px;
        max-width: 100%;
        border-radius: 16px;
    }

    .hero-calc .deal-section-title {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }

    .hero-calc .deal-price-amount {
        font-size: 2.8rem;
    }

    .hero-calc .deal-price-currency {
        font-size: 1.5rem;
    }

    .hero-calc .deal-slider-value {
        padding: 6px 14px;
        font-size: 1rem;
        min-width: 60px;
    }

    .hero-calc .deal-slide-btn {
        padding: 13px 24px;
        font-size: 1rem;
        gap: 8px;
    }

    .hero-calc .deal-btn-info {
        font-size: 0.8rem;
        padding: 4px 12px;
    }

    .hero-calc .deal-slider {
        height: 8px;
    }

    .hero-calc .deal-slider::-webkit-slider-thumb {
        width: 26px;
        height: 26px;
    }

    /* Hero Deal Cards */
    .hero-deal-card {
        padding: 24px 18px;
        max-width: 100%;
        border-radius: 16px;
    }

    .hero-deal-days-num {
        font-size: 3.5rem;
    }

    .hero-deal-amount {
        font-size: 2.5rem;
    }

    .hero-deal-currency {
        font-size: 20px;
    }

    .hero-deal-perday {
        font-size: 14px;
    }

    /* Carousel indicators */
    .hero-indicators {
        top: 10px;
        bottom: auto;
    }

    .hero-indicators button {
        width: 9px;
        height: 9px;
    }

    /* ── STATS STRIP ── */
    .stats-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-box {
        padding: 20px 12px;
    }

    .stat-box:nth-child(2) {
        border-right: none;
    }

    .stat-number {
        font-size: 26px;
    }

    .stat-label {
        font-size: 12px;
    }

    .stat-icon-wrap {
        width: 36px;
        height: 36px;
        font-size: 15px;
        margin-bottom: 8px;
    }

    /* ── SECTIONS ── */
    .section {
        padding: 48px 16px;
    }

    .section-head {
        margin-bottom: 40px;
    }

    .section-title {
        font-size: clamp(22px, 5.5vw, 32px);
    }

    .section-sub {
        font-size: 14px;
    }

    /* ── FEATURES GRID ── */
    .features-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }

    .feature-card {
        padding: 24px 20px;
    }

    .feature-icon {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }

    /* ── STEPS ── */
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .step-card {
        padding: 24px 20px;
    }

    /* ── CARS GRID ── */
    .cars-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .car-image {
        height: 200px;
    }

    .car-actions {
        grid-template-columns: 1fr 1fr;
    }

    .car-info {
        padding: 16px;
    }

    .car-name {
        font-size: 16px;
    }

    /* ── OFFERS GRID ── */
    .offers-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .offer-actions {
        grid-template-columns: 1fr 2fr;
    }

    /* ── TESTIMONIALS ── */
    .testimonials-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }

    .testimonial-card {
        padding: 24px 18px;
    }

    /* ── BOOKING SECTION ── */
    .booking-section {
        padding: 48px 16px;
    }

    .booking-wrapper {
        gap: 28px;
    }

    .booking-form-card {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .booking-form-title {
        font-size: 18px;
    }

    .form-row {
        grid-template-columns: 1fr !important;
        gap: 0;
    }

    .form-group {
        margin-bottom: 14px;
    }

    .form-control {
        padding: 12px 13px;
    }

    .booking-info-item {
        margin-bottom: 20px;
    }

    .booking-trust {
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start;
    }

    /* ── FOOTER ── */
    .site-footer {
        padding: 48px 16px 0;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px;
        padding-bottom: 32px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        padding: 18px 0;
        gap: 10px;
    }

    .footer-bottom > div {
        justify-content: center;
    }

    /* ── FLOATING BUTTONS ── */
    .floating-cta {
        bottom: 20px;
        left: 16px;
    }

    .floating-btn {
        width: 46px;
        height: 46px;
        font-size: 16px;
    }

    /* ── LEGAL PAGES ── */
    .legal-hero {
        padding: 60px 0 40px;
    }

    .legal-title {
        font-size: 1.8rem;
    }

    .legal-subtitle {
        font-size: 1rem;
    }

    .legal-meta {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .legal-layout {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .legal-sidebar {
        position: static;
    }

    .legal-toc {
        padding: 20px;
    }

    .toc-nav {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
    }

    .toc-nav a {
        flex: 1 1 auto;
        min-width: 120px;
        font-size: 13px;
        padding: 8px 10px;
    }

    .legal-card-header {
        flex-direction: column;
        text-align: center;
        padding: 18px 20px;
        gap: 10px;
    }

    .legal-card-body {
        padding: 18px 20px;
    }

    .info-grid,
    .security-grid,
    .rights-grid {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }

    .pricing-grid,
    .policy-grid {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }

    .contact-grid {
        flex-direction: column;
    }

    .contact-item {
        min-width: auto;
        width: 100%;
    }

    /* ── INNER PAGES (car.php, offer.php) ── */
    .page-hero {
        padding: 40px 16px;
    }

    .page-body {
        padding: 0 16px 48px;
        margin: 28px auto;
    }

    .content-card {
        padding: 20px 16px;
        border-radius: 12px;
    }

    /* ── DEAL CALCULATOR (deal-calc-card on special-deal page) ── */
    .deal-calc-card {
        padding: 28px 18px;
        border-radius: 16px;
    }

    .deal-section-title {
        font-size: 1.6rem;
    }

    .deal-price-amount {
        font-size: 3.5rem;
    }

    .deal-comparison {
        padding: 18px 14px;
    }

    .deal-savings-badge {
        font-size: 1rem;
        padding: 8px 16px;
    }

    /* ── DEAL CAROUSEL SECTION ── */
    #dealCarousel .carousel-item {
        padding: 24px 16px;
        min-height: auto;
    }

    .deal-feature-card {
        flex-direction: column;
        gap: 16px;
    }

    .deal-feature-days-num {
        font-size: 3rem;
    }

    .deal-feature-amount {
        font-size: 2.2rem;
    }

    .deal-booking-summary {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    /* ── SPECIAL DEAL PAGE ── */
    .deal-hero {
        min-height: auto;
        padding: 80px 0 40px;
    }

    .deal-hero-content {
        padding: 0 16px;
        text-align: center;
    }

    .deal-hero-title {
        font-size: clamp(1.8rem, 7vw, 2.8rem);
    }

    .deal-hero-subtitle {
        font-size: 1rem;
    }

    .deal-hero-stats {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .deal-stat {
        padding: 12px 16px;
        flex: 1 1 calc(50% - 10px);
        min-width: 130px;
    }

    .deal-stat-num {
        font-size: 1.5rem;
    }

    .deal-stat-divider {
        display: none;
    }

    .deal-calculator {
        padding: 48px 0;
    }

    .deal-tiers {
        padding: 48px 0;
    }

    .deal-tiers-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }

    .deal-tier-card {
        padding: 28px 20px;
    }

    .deal-tier-days-num {
        font-size: 3rem;
    }

    .deal-tier-amount {
        font-size: 2.5rem;
    }

    .deal-cars {
        padding: 48px 0;
    }

    .deal-cars-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }

    .deal-how {
        padding: 48px 0;
    }

    .deal-how-steps {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .deal-how-step {
        max-width: 100%;
        min-width: auto;
        width: 100%;
    }

    .deal-how-connector {
        display: none;
    }

    /* RTL fixes for tablet/mobile */
    [dir="rtl"] .legal-layout {
        grid-template-columns: 1fr !important;
    }

    [dir="rtl"] .booking-wrapper {
        grid-template-columns: 1fr;
    }
    
    [dir="rtl"] .booking-wrapper {
        text-align: right;
    }
    
    [dir="rtl"] .booking-info {
        text-align: right;
    }
    
    [dir="rtl"] .booking-info-item {
        flex-direction: row-reverse;
    }
    
    [dir="rtl"] .booking-trust {
        flex-direction: row-reverse;
    }
    
    [dir="rtl"] .booking-action-btns {
        flex-direction: row-reverse;
    }
    
    [dir="rtl"] .form-row {
        flex-direction: row-reverse;
    }
    
    [dir="rtl"] .form-group label {
        flex-direction: row-reverse;
    }
    
    [dir="rtl"] .booking-form-card {
        text-align: right;
    }
    
    [dir="rtl"] .booking-form-title {
        text-align: right;
    }
    
    [dir="rtl"] .selected-deal-display {
        flex-direction: row-reverse;
    }
    
    [dir="rtl"] .selected-deal-info {
        text-align: right;
    }
    
    /* Compare Page RTL */
    [dir="rtl"] .compare-table-header,
    [dir="rtl"] .compare-row {
        text-align: right;
    }
    
    [dir="rtl"] .compare-car-header {
        text-align: center;
    }
    
    [dir="rtl"] .compare-actions {
        flex-direction: row-reverse;
    }
    
    /* Reviews Page RTL */
    [dir="rtl"] .reviews-header {
        text-align: center;
    }
    
    [dir="rtl"] .review-header {
        flex-direction: row-reverse;
    }
    
    [dir="rtl"] .reviewer-info {
        flex-direction: row-reverse;
    }
    
    /* My Booking Page RTL */
    [dir="rtl"] .my-booking-title {
        text-align: center;
    }
    
    [dir="rtl"] .booking-result {
        text-align: right;
    }
    
    [dir="rtl"] .booking-car {
        flex-direction: row-reverse;
    }
    
    [dir="rtl"] .detail-row {
        flex-direction: row-reverse;
    }
    
    /* Search Form RTL */
    [dir="rtl"] .search-form {
        text-align: right;
    }
    
    /* Rating Select RTL */
    [dir="rtl"] .rating-select {
        flex-direction: row-reverse;
    }
}

/* ─────────────────────────────────────────────────
   576px — MOBILE (regular / large phones)
───────────────────────────────────────────────── */
@media (max-width: 576px) {
    :root {
        --section-py: 48px;
        --nav-height: 60px;
    }

    /* ── NAVBAR ── */
    .nav-inner {
        padding: 0 14px;
    }

    .nav-logo-name {
        font-size: 16px;
    }

    .nav-logo-sub {
        font-size: 9px;
    }

    .nav-logo img,
    .nav-logo-icon {
        width: 34px;
        height: 34px;
    }

    /* ── HERO ── */
    .hero-container {
        padding: 40px 14px 36px;
    }

    .hero-title {
        font-size: clamp(22px, 6.5vw, 32px) !important;
        line-height: 1.25;
    }

    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .btn-primary-hero,
    .btn-outline-hero {
        width: 100%;
        max-width: 300px;
        justify-content: center;
        padding: 13px 20px;
    }

    .hero-trust {
        gap: 12px;
    }

    .trust-item {
        font-size: 12px;
        gap: 6px;
    }

    /* Hero Calculator */
    .hero-calc {
        padding: 20px 14px;
    }

    .hero-calc .deal-section-title {
        font-size: 1.1rem;
        margin-bottom: 16px;
    }

    .hero-calc .deal-price-amount {
        font-size: 2.4rem;
    }

    .hero-calc .deal-price-currency {
        font-size: 1.3rem;
    }

    .hero-calc .deal-calc-result {
        padding: 16px 12px;
        border-radius: 12px;
    }

    .hero-calc .deal-savings-display {
        padding: 10px 14px;
        font-size: 0.85rem;
        border-radius: 10px;
    }

    .hero-calc .deal-comparison {
        padding: 14px 12px;
    }

    .hero-calc .deal-slide-btn {
        padding: 12px 16px;
        font-size: 0.9rem;
        flex-direction: column;
        gap: 4px;
    }

    /* Hero carousel */
    .hero-carousel .carousel-item > .hero-container {
        padding: 50px 14px 28px !important;
        gap: 22px !important;
    }

    .hero-deal-card {
        padding: 20px 14px;
    }

    .hero-deal-days-num {
        font-size: 3rem;
    }

    .hero-deal-amount {
        font-size: 2.2rem;
    }

    /* ── STATS ── */
    .stats-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-box {
        padding: 16px 8px;
    }

    .stat-number {
        font-size: 22px;
    }

    .stat-label {
        font-size: 11px;
    }

    /* ── SECTIONS ── */
    .section {
        padding: 40px 14px;
    }

    .section-head {
        margin-bottom: 32px;
    }

    .section-title {
        font-size: clamp(20px, 5vw, 28px);
    }

    .section-kicker {
        font-size: 11px;
        padding: 5px 12px;
    }

    /* ── CAR CARDS ── */
    .car-image {
        height: 180px;
    }

    .car-actions {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .btn-details,
    .btn-book {
        padding: 10px 12px;
        font-size: 13px;
    }

    .car-meta {
        gap: 10px;
    }

    /* ── BOOKING ── */
    .booking-form-card {
        padding: 18px 14px;
    }

    .booking-form-title {
        font-size: 16px;
    }

    .booking-form-sub {
        font-size: 12px;
    }

    .btn-submit {
        padding: 13px;
        font-size: 14px;
    }

    /* ── FOOTER ── */
    .site-footer {
        padding: 36px 14px 0;
    }

    .footer-brand-name {
        font-size: 18px;
    }

    .footer-brand-desc {
        font-size: 13px;
    }

    .footer-title {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .footer-link {
        font-size: 13px;
    }

    .footer-contact-item {
        font-size: 13px;
    }

    /* ── FLOATING BUTTONS ── */
    .floating-cta {
        bottom: 16px;
        left: 12px;
        gap: 8px;
    }

    .floating-btn {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    /* ── LEGAL ── */
    .legal-hero {
        padding: 50px 0 30px;
    }

    .legal-title {
        font-size: 1.5rem;
    }

    .legal-hero-content {
        padding: 0 14px;
    }

    .legal-toc {
        padding: 16px 14px;
    }

    .toc-nav a {
        font-size: 12px;
        padding: 7px 10px;
    }

    .legal-card-body {
        padding: 16px 14px;
    }

    .right-item {
        gap: 10px;
        padding: 14px 12px;
    }

    .structure-step {
        gap: 14px;
        padding: 16px 12px;
    }

    /* ── SPECIAL DEAL PAGE ── */
    .deal-hero {
        padding: 70px 0 30px;
    }

    .deal-hero-title {
        font-size: clamp(1.6rem, 6.5vw, 2.4rem);
    }

    .deal-hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 28px;
    }

    .deal-hero-stats {
        gap: 8px;
    }

    .deal-stat {
        padding: 10px 12px;
        flex: 1 1 calc(50% - 8px);
    }

    .deal-stat-num {
        font-size: 1.4rem;
    }

    .deal-stat-label {
        font-size: 0.75rem;
    }

    .deal-calc-card {
        padding: 22px 14px;
    }

    .deal-section-title {
        font-size: 1.4rem;
    }

    .deal-price-amount {
        font-size: 3rem;
    }

    .deal-price-currency {
        font-size: 1.5rem;
    }

    .deal-tier-card {
        padding: 24px 16px;
    }

    .deal-tier-days-num {
        font-size: 2.5rem;
    }

    .deal-tier-amount {
        font-size: 2rem;
    }

    .deal-tier-best-badge {
        font-size: 0.75rem;
        padding: 5px 14px;
    }

    .deal-car-image {
        height: 180px;
    }

    .deal-car-content {
        padding: 16px 14px;
    }

    .deal-car-name {
        font-size: 1.1rem;
    }

    .deal-booking-summary {
        gap: 8px;
    }

    .booking-summary-item {
        font-size: 0.95rem;
    }

    /* ── INNER PAGES ── */
    .page-hero {
        padding: 32px 14px;
    }

    .page-title {
        font-size: clamp(20px, 5vw, 28px);
    }

    .page-body {
        padding: 0 14px 36px;
        margin: 20px auto;
    }

    .content-card {
        padding: 16px 14px;
    }

    .breadcrumb-nav {
        flex-wrap: wrap;
        font-size: 12px;
    }
}

/* ─────────────────────────────────────────────────
   400px — EXTRA SMALL PHONES
───────────────────────────────────────────────── */
@media (max-width: 400px) {
    :root {
        --nav-height: 58px;
    }

    /* Navbar */
    .nav-inner {
        padding: 0 12px;
    }

    .nav-logo-name {
        font-size: 15px;
    }

    .nav-logo-sub {
        display: none; /* hide tagline on tiny screens */
    }

    /* Hero */
    .hero-container {
        padding: 36px 12px 32px;
    }

    .hero-title {
        font-size: clamp(20px, 6vw, 28px) !important;
    }

    .btn-primary-hero,
    .btn-outline-hero {
        padding: 11px 18px;
        font-size: 13px;
    }

    .hero-calc {
        padding: 16px 12px;
    }

    .hero-calc .deal-price-amount {
        font-size: 2rem;
    }

    /* Sections */
    .section {
        padding: 36px 12px;
    }

    .section-title {
        font-size: clamp(18px, 5.5vw, 24px);
    }

    /* Stats */
    .stat-number {
        font-size: 20px;
    }

    /* Car actions - stack */
    .car-actions {
        grid-template-columns: 1fr;
    }

    /* Offer actions */
    .offer-actions {
        grid-template-columns: 1fr;
    }

    /* Form */
    .booking-form-card {
        padding: 16px 12px;
    }

    /* Footer */
    .site-footer {
        padding: 32px 12px 0;
    }

    .footer-social {
        gap: 8px;
    }

    .social-btn {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    /* Floating */
    .floating-cta {
        left: 10px;
        bottom: 14px;
    }

    .floating-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    /* Legal */
    .legal-title {
        font-size: 1.3rem;
    }

    /* Deal */
    .deal-hero-title {
        font-size: clamp(1.4rem, 6vw, 2rem);
    }

    .deal-tier-days-num {
        font-size: 2.2rem;
    }

    .deal-stat {
        flex: 1 1 100%;
    }
}

/* ─────────────────────────────────────────────────
   RTL — RESPONSIVE OVERRIDES
───────────────────────────────────────────────── */
@media (max-width: 768px) {
    /* RTL: float buttons on right side */
    [dir="rtl"] .floating-cta {
        left: auto;
        right: 16px;
    }

    /* RTL: TOC nav */
    [dir="rtl"] .toc-nav {
        flex-direction: row;
        flex-wrap: wrap;
    }

    /* RTL: hero carousel text */
    [dir="rtl"] .hero-carousel .carousel-item > .hero-container {
        text-align: right;
    }

    [dir="rtl"] .hero-carousel .hero-actions {
        justify-content: flex-start;
    }

    /* RTL: booking trust */
    [dir="rtl"] .booking-trust {
        align-items: flex-end;
    }

    /* RTL: deal tier discount badge */
    [dir="rtl"] .deal-tier-discount {
        right: auto;
        left: 16px;
    }

    /* RTL: footer bottom */
    [dir="rtl"] .footer-bottom {
        text-align: center;
    }

    /* RTL: step connector line */
    [dir="rtl"] .structure-step:not(:last-child)::after {
        left: auto;
        right: 32px;
    }
}

@media (max-width: 576px) {
    [dir="rtl"] .floating-cta {
        left: auto;
        right: 12px;
    }

    [dir="rtl"] .hero-carousel .carousel-item > .hero-container {
        text-align: center;
    }

    [dir="rtl"] .hero-carousel .hero-actions {
        justify-content: center;
    }

    [dir="rtl"] .booking-trust {
        align-items: center;
    }
}

/* ─────────────────────────────────────────────────
   TOUCH / POINTER IMPROVEMENTS
───────────────────────────────────────────────── */
@media (hover: none) and (pointer: coarse) {
    /* Increase tap targets */
    .nav-toggle {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-book,
    .btn-details,
    .btn-primary-hero,
    .btn-outline-hero,
    .btn-submit,
    .deal-tier-btn,
    .deal-car-btn,
    .deal-slide-btn {
        min-height: 48px;
    }

    .form-control {
        min-height: 48px;
    }

    select.form-control {
        min-height: 48px;
    }

    /* Remove hover transforms on touch */
    .car-card:hover {
        transform: none;
    }

    .feature-card:hover {
        transform: none;
    }

    .step-card:hover {
        transform: none;
    }

    .offer-card:hover {
        transform: none;
    }

    .deal-tier-card:hover {
        transform: none;
    }

    .deal-car-card:hover {
        transform: none;
    }
}

/* ─────────────────────────────────────────────────
   PRINT STYLES
───────────────────────────────────────────────── */
@media print {
    .site-header,
    .nav-mobile,
    .floating-cta,
    .hero-scroll,
    .hero-particles,
    .booking-section,
    .site-footer {
        display: none !important;
    }

    body {
        background: white;
        color: black;
    }

    .section {
        padding: 20px 0;
    }
}
