/* ================================================================
   Responsive — Dark + Orange Theme
   ================================================================ */

/* ================= Arabic Text Safety ================= */
/* Prevent Arabic letters from splitting apart on mobile */
* {
    letter-spacing: 0 !important;
    word-spacing: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero h1,
.page-banner h1,
.section-header h2,
.features-header h2,

.faq h2,
.how-header h2,
.cta-bottom h2,
.cta-inner h2 {
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
}

/* ================= Tablet (992px) ================= */
@media (max-width: 992px) {
    .hero h1 {
        font-size: 48px;
    }

    .stats-bar {
        gap: 40px;
        flex-wrap: wrap;
    }

    .stats-bar .stat-item h3,
    .stats-bar .stat-item .stat-number {
        font-size: 36px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .achievements-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .achievements-header h2 {
        font-size: 32px;
    }

    .how-header h2 {
        font-size: 32px;
    }

    .how-step {
        gap: 24px;
    }

    .how-step-number {
        width: 52px;
        height: 52px;
        font-size: 16px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .contact-home-grid {
        grid-template-columns: 1fr;
    }

    .grid-2,
    .grid-3,
    .grid-4 {
        grid-template-columns: 1fr;
    }

    .stats-row {
        gap: 40px;
    }

    .section-header h2,
    .features-header h2 {
        font-size: 32px;
    }

    .cta-bottom h2,
    .cta-inner h2 {
        font-size: 32px;
    }

    .page-banner h1 {
        font-size: 36px;
    }
}

/* ================= Mobile (768px) ================= */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 280px;
        height: 100vh;
        background: #151F2B;
        flex-direction: column;
        padding: 80px 32px 32px;
        gap: 0;
        z-index: 999;
        box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
        border-left: 1px solid var(--border-color);
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu .nav-link {
        font-size: 18px;
        padding: 16px 0;
        border-bottom: 1px solid var(--border-color);
        display: block;
        color: var(--text-muted);
    }

    .nav-menu .nav-link:hover,
    .nav-menu .nav-link.active {
        color: var(--primary);
    }

    .nav-menu .nav-link.active::after {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .nav-cta {
        display: none;
    }

    .features-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .features-icon-right {
        display: none;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-side form .grid-2 {
        grid-template-columns: 1fr;
    }

    .contact-form-side {
        padding: 28px 20px;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .truck-band img {
        height: 300px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .hero {
        padding: 120px 0 40px;
    }

    .hero h1 {
        font-size: 36px;
    }

    .hero-desc {
        font-size: 16px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .hero-actions .btn {
        width: 100%;
        max-width: 300px;
    }

    .badge {
        font-size: 12px;
    }

    .badge-text {
        font-size: 11px;
    }

    .stats-bar {
        gap: 30px;
        padding: 40px 0;
    }

    .stats-bar .stat-item h3,
    .stats-bar .stat-item .stat-number {
        font-size: 32px;
    }

    .feature-card {
        padding: 28px;
    }

    .feature-card h3 {
        font-size: 18px;
    }

    .achievement-number {
        font-size: 36px;
    }

    .achievements-header h2 {
        font-size: 28px;
    }

    .hero-logo img {
        height: 120px;
    }

    .how-header h2 {
        font-size: 28px;
    }

    .how-it-works {
        padding: 60px 0 80px;
    }

    .how-header {
        margin-bottom: 50px;
    }

    .how-step {
        gap: 20px;
    }

    .how-step-number {
        width: 48px;
        height: 48px;
        font-size: 15px;
    }

    .how-step-content h3 {
        font-size: 18px;
    }

    .how-step-content p {
        font-size: 14px;
    }

    .faq h2 {
        font-size: 28px;
    }

    .faq-q {
        font-size: 16px;
    }

    .cta-bottom {
        padding: 60px 16px;
    }

    .cta-bottom h2 {
        font-size: 28px;
    }

    .cta-inner h2 {
        font-size: 28px;
    }

    .cta-inner {
        padding: 40px 24px;
    }

    .page-banner {
        padding: 120px 0 40px;
    }

    .page-banner h1 {
        font-size: 28px;
    }

    .page-banner p {
        font-size: 15px;
    }

    .grid-2 {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 60px 0;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 12px;
        font-size: 12px;
    }
}

/* ================= Small Mobile (480px) ================= */
@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .hero h1 {
        font-size: 28px;
    }

    .hero-desc {
        font-size: 14px;
    }

    .stats-bar .stat-item h3,
    .stats-bar .stat-item .stat-number {
        font-size: 28px;
    }

    .section-header h2,
    .features-header h2 {
        font-size: 24px;
    }

    .truck-band img {
        height: 200px;
    }

    .achievements-logo img {
        height: 90px;
    }

    .feature-card {
        padding: 24px;
    }

    .feature-card h3 {
        font-size: 16px;
    }

    .how-header h2,
    .faq h2,
    .cta-bottom h2 {
        font-size: 24px;
    }

    .achievements-grid {
        grid-template-columns: 1fr;
    }

    .achievement-number {
        font-size: 32px;
    }

    .how-step-number {
        width: 44px;
        height: 44px;
        font-size: 14px;
    }

    .how-step-content {
        padding-bottom: 40px;
    }

    .page-banner h1 {
        font-size: 24px;
    }
}