/* Mobile Responsive Styles */

/* Mobile First Approach - Base styles for mobile devices */

/* Extra Small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    /* Prevent horizontal scroll */
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }

    /* Hero Section Mobile Adjustments */
    .hero-section {
        min-height: auto !important;
        max-height: 80vh !important;
        padding: 0.5rem !important;
        max-width: 100vw !important;
        overflow-y: hidden !important;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        padding: 0.5rem;
        height: auto;
        min-height: 100vh;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .hero-left {
        order: 1;
        text-align: center;
        padding-top: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap:0;
    }

    .hero-right {
        order: 2;
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 0.5rem 0;
        display: none;
    }

    /* Vehicles section mobile adjustments */
    .vehicles-section {
        order: 3;
        position: relative;
        height: auto;
        padding: 0.5rem;
        gap: 0.5rem;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        margin-top: 1rem;
        max-width: 100vw;
        overflow-x: hidden;
    }

    /* Logo adjustments */
    .logo-section {
        margin-top: 4.6rem !important;
    }

    .logo {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .logo-image {
        max-width: 140px;
    }

    /* Main title mobile adjustments */
    .main-title {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        text-align: center !important;
        margin-bottom: 1rem !important;
        letter-spacing: -0.5px !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .title-icon {
        width: 24px;
        height: 24px;
        margin-right: 0.5rem;
    }

    .highlight {
        display: block;
        font-size: 1.6rem;
        margin-top: 0.2rem;
    }

    /* Hero text section adjustments */
    .hero-text {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        text-align: center !important;
    }

    /* Subtitle adjustments */
    .subtitle {
        font-size: 0.9rem;
        letter-spacing: 1px;
        text-align: center;
        margin-bottom: 1rem;
        width: 100%;
    }

    /* CTA Button adjustments */
    .cta-button {
        width: 100% !important;
        max-width: calc(100vw - 2rem) !important;
        min-width: unset !important;
        margin: 0 auto !important;
        padding: 1.3rem 1rem 1.3rem 3.5rem !important;
        font-size: 0,9rem !important;
        text-align: center !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        height: auto !important;
        line-height: 1.3 !important;
        white-space: normal !important;
        position: relative !important;
        box-shadow: 0 6px 15px rgba(249, 182, 28, 0.4), 
                    0 0 15px rgba(249, 182, 28, 0.2) !important;
    }

    .cta-text-1 {
        font-size: 1rem;
    }

    .cta-text-2 {
        font-size: 1rem;
    }

    .cta-logo {
        position: absolute !important;
        left: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin-bottom: 0 !important;
        width: 35px !important;
        height: 35px !important;
    }

    /* Person image adjustments */
    .person-image {
        max-width: 200px;
        height: auto;
        position: relative;
        right: auto;
        bottom: auto;
    }

    .person-container {
        justify-content: center;
        align-items: center;
    }

    .vehicle-motorcycle {
        margin: 0;
        order: 1;
        flex: 1;
    }

    .motorcycle-image {
        max-width: 150px;
        width: 100%;
        height: auto;
    }

    .vehicle-car {
        margin: 0;
        order: 2;
        flex: 1;
    }

    .car-image {
        max-width: 160px;
        width: 100%;
        height: auto;
    }

    /* Remove person gradient on mobile */
    .person-gradient {
        display: none;
    }

    /* Benefits Section Mobile Adjustments */
    .benefits-section {
        min-height: auto !important;
        padding: 2rem 1rem !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    .benefits-container {
        max-width: 100vw !important;
        padding: 0 !important;
        overflow-x: hidden !important;
    }

    .benefits-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        max-width: 100% !important;
        padding: 0 0.5rem !important;
    }

    .benefit-card {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 150px !important;
        max-height: none !important;
        padding: 1.5rem 1rem !important;
        box-sizing: border-box !important;
    }

    .benefits-grid .benefit-card {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 150px !important;
        max-height: none !important;
    }

    .benefits-grid .cta-card {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 150px !important;
        max-height: none !important;
    }

    .benefit-card h3 {
        font-size: 1rem !important;
        line-height: 1.3 !important;
        margin-bottom: 0.5rem !important;
    }

    .benefit-icon {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 1rem !important;
    }

    .benefit-icon i {
        font-size: 24px !important;
    }

    .cta-card .cta-button {
        font-size: 0.9rem !important;
        padding: 0.8rem 1rem !important;
    }

    /* Mobile Process Section Adjustments */
    .mobile-section {
        min-height: auto !important;
        padding: 2rem 1rem !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    .mobile-container {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        max-width: 100vw !important;
        padding: 0 !important;
    }

    .mobile-left {
        order: 2 !important;
        display: none !important;
    }

    .person-using-phone-image {
        max-width: 250px !important;
        margin-bottom: 0 !important;
        display: none !important;
    }

    .mobile-right {
        order: 1 !important;
        width: 100% !important;
        padding: 0 0.5rem !important;
    }

    .mobile-title {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        text-align: center !important;
        margin-bottom: 2rem !important;
    }

    .highlight-yellow {
        font-size: 1.5rem !important;
    }

    .process-steps {
        display: flex !important;
        flex-direction: column !important;
        gap: 1.5rem !important;
        width: 100% !important;
        align-items: center !important;
    }

    .step-bubble {
        width: 100% !important;
        max-width: 100% !important;
        padding: 1.5rem 1rem !important;
        box-sizing: border-box !important;
    }

    .step-bubble p {
        font-size: 0.95rem !important;
        line-height: 1.4 !important;
    }

    .bubble-icon {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 1rem !important;
    }

    /* Final CTA Section Mobile Adjustments */
    .final-cta-section {
        max-height: 105vh !important;
        min-height: auto !important;
        padding: 2rem 1rem 0 1rem !important;
        max-width: 100vw !important;
        overflow: hidden !important;
    }

    .final-cta-container {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        max-width: 100vw !important;
        padding: 0 !important;
    }

    .final-cta-left {
        order: 1 !important;
        text-align: center !important;
        align-items: center !important;
        gap: 1.5rem !important;
        padding: 0 1rem !important;
    }

    .final-cta-right {
        order: 2 !important;
        padding: 0 !important;
    }

    .final-cta-main-image {
        max-width: 350px !important;
        width: 100% !important;
        height: auto !important;
        margin: 10px auto 0 auto !important;
        display: block !important;
    }

    .final-title {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        text-align: center !important;
        margin-bottom: 1rem !important;
    }

    .final-cta-button {
        width: 100% !important;
        max-width: 250px !important;
        padding: 1rem 2rem !important;
        font-size: 1.1rem !important;
        margin: 0 auto !important;
    }

    .social-icons {
        justify-content: center !important;
        gap: 1.5rem !important;
        margin: 0 auto !important;
    }

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

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .main-title {
        font-size: 2.2rem;
        text-align: center;
    }

    .highlight {
        display: block;
        font-size: 2rem;
        margin-top: 0.3rem;
    }

    .person-image {
        max-width: 350px;
    }

    .vehicles-section {
        position: relative;
        height: auto;
        padding: 2rem;
        flex-direction: row;
        justify-content: center;
        margin-top: 2rem;
    }

    .motorcycle-image {
        max-width: 200px;
    }

    .car-image {
        max-width: 220px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-container {
        grid-template-columns: 1.5fr 1fr;
        gap: 2rem;
    }

    .main-title {
        font-size: 2.5rem;
    }

    .person-image {
        max-width: 400px;
    }

    .vehicles-section {
        position: absolute;
        bottom: 0;
        height: 30vh;
    }

    .motorcycle-image {
        max-width: 300px;
    }

    .car-image {
        max-width: 320px;
    }
}

/* Landscape orientation adjustments for mobile */
@media (max-width: 767.98px) and (orientation: landscape) {
    .hero-section {
        min-height: auto;
        padding: 0.5rem;
    }

    .hero-container {
        height: auto;
        padding: 0.5rem;
    }

    .main-title {
        font-size: 1.5rem;
    }

    .highlight {
        font-size: 1.4rem;
    }

    .person-image {
        max-width: 200px;
    }

    .vehicles-section {
        padding: 1rem;
        margin-top: 1rem;
    }

    .motorcycle-image {
        max-width: 180px;
    }

    .car-image {
        max-width: 200px;
    }
}

/* Utility classes for mobile */
@media (max-width: 767.98px) {
    .mobile-hidden {
        display: none !important;
    }

    .mobile-center {
        text-align: center !important;
    }

    .mobile-full-width {
        width: 100% !important;
    }

    .mobile-padding {
        padding: 1rem !important;
    }
}
