/* Comprehensive Mobile Responsive Styles - 2025 Edition */

/* ===== GENERAL RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 1200px) {
    .container {
        width: 95%;
        max-width: 1140px;
        padding: 0 15px;
        margin: 0 auto;
    }
}

/* ===== TABLET STYLES (992px and below) ===== */
@media (max-width: 992px) {
    /* ----- Header & Navigation ----- */
    .desktop-menu {
        display: none !important;
    }

    .mobile-nav-toggle {
        display: block !important;
    }

    header {
        padding: 8px 15px;
        border-radius: 15px;
    }

    .logo img {
        height: 50px;
    }

    /* ----- Hero Section ----- */
    .hero-section {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .hero-content {
        flex-direction: column;
        align-items: center;
    }

    .hero-text {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding-right: 0;
        margin-bottom: 0px;
    }

    .hero-text h1 {
        font-size: 36px;
        margin: 0 auto 25px;
    }

    .hero-text p {
        margin: 0 auto 35px;
        max-width: 80%;
    }

    .modern-badge {
        margin: 0 auto 20px;
    }

    .hero-text {
        display: flex;
        flex-direction: column;
    }

    .hero-app-badges {
        justify-content: center;
        order: 2;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .hero-stats {
        justify-content: center;
        margin: 0 auto;
        order: 1;
    }

    .hero-screens {
        width: 100%;
        max-width: 500px;
        height: 500px;
        margin: 0 auto;
        overflow: visible;
    }

    .hero-screen {
        height: 450px;
        position: absolute;
    }

    /* ----- Features Section ----- */
    .features-section {
        padding: 120px 0 80px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .feature-card {
        padding: 30px 20px;
    }

    /* ----- App Screens Showcase ----- */
    .app-screens-showcase {
        padding: 60px 0;
    }

    .app-screens-slider-container {
        padding: 40px 0;
        overflow-x: hidden;
    }

    .screen-item {
        width: 220px;
    }

    .screen-wrapper {
        height: 450px;
    }

    /* ----- App Showcase Section ----- */
    .app-showcase-section {
        padding: 80px 0;
    }

    .app-showcase-content {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .app-text {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: auto;
        text-align: center;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .app-text h2 {
        font-size: 32px;
    }

    .app-text h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .app-features-list {
        max-width: 600px;
        margin: 0 auto 40px;
    }

    .app-features-list li {
        text-align: left;
    }

    .app-screens {
        flex: 0 0 100%;
        min-width: auto;
        margin-left: 0;
        padding: 0;
        height: 550px;
    }

    .screen-slider {
        margin: 0 auto;
    }

    /* ----- Download Section ----- */
    .download-section {
        padding: 80px 0;
    }

    .download-content {
        flex-direction: column;
        align-items: center;
    }

    .download-text {
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 40px;
        max-width: 100%;
    }

    .download-text h2 {
        font-size: 32px;
    }

    .download-stats {
        justify-content: center;
        flex-wrap: wrap;
    }

    .stat {
        min-width: 220px;
    }

    .download-qr {
        justify-content: center;
        gap: 30px;
    }

    /* ----- Tracking Section ----- */
    .tracking-section {
        padding: 80px 0;
    }

    .tracking-content {
        flex-direction: column-reverse;
        align-items: center;
    }

    .tracking-visual {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }

    .tracking-text {
        flex: 0 0 100%;
        text-align: center;
    }

    .section-badge {
        margin: 0 auto 20px;
    }

    .tracking-text h2 {
        font-size: 32px;
    }

    .tracking-features {
        max-width: 600px;
        margin: 0 auto 40px;
    }

    /* ----- Download Banner ----- */
    .download-banner-wrapper {
        overflow: visible;
    }

    .download-banner {
        height: auto;
        padding: 60px 20px 30px;
    }

    .banner-content {
        width: 100%;
        text-align: center;
    }

    .banner-text {
        text-align: center;
    }

    .banner-text h2 {
        font-size: 32px;
    }

    .banner-text p {
        max-width: 100%;
        margin: 0 auto 25px;
    }

    .banner-buttons {
        justify-content: center;
    }

    /* ----- Footer ----- */
    footer {
        padding: 60px 0 30px;
    }

    .landing-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo-section {
        margin-bottom: 30px;
    }

    .footer-social {
        justify-content: center;
        margin-top: 20px;
    }

    .footer-download {
        margin-bottom: 30px;
    }

    .footer-links {
        justify-content: center;
    }
}

/* ===== MOBILE STYLES (768px and below) ===== */
@media (max-width: 768px) {
    /* ----- General ----- */
    section {
        padding: 60px 0;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .section-header p {
        font-size: 16px;
    }

    /* ----- Header ----- */
    header {
        padding: 6px 12px;
        border-radius: 15px;
    }

    .logo img {
        height: 55px;
    }

    /* ----- Hero Section ----- */
    .hero-section {
        padding-top: 80px;
        padding-bottom: 60px;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        position: relative;
        overflow: hidden;
    }

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(39, 155, 72, 0.05) 0%, transparent 50%),
                    radial-gradient(circle at 70% 30%, rgba(255, 49, 49, 0.05) 0%, transparent 50%);
        opacity: 0.7;
    }

    .hero-section .container {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 5;
    }

    .hero-section .row {
        display: flex;
        flex-direction: column;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 30px;
    }

    .hero-text p {
        font-size: 16px;
        max-width: 100%;
    }

    .hero-screens {
        height: 400px;
        overflow: visible;
    }

    .hero-screen {
        height: 350px;
        border-width: 8px;
        position: absolute;
    }

    .hero-screen.screen-1 {
        transform: translate(-50%, -50%);
    }

    .hero-screen.screen-2 {
        transform: translate(10%, -50%) rotate(10deg) translateZ(-50px);
    }

    .hero-screen.screen-3 {
        transform: translate(-30%, -50%) rotate(-10deg) translateZ(-50px);
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 15px;
    }

    .stat-item {
        flex: 0 0 calc(50% - 15px);
        margin-bottom: 15px;
    }

    /* ----- Features Section ----- */
    .features-section {
        padding: 100px 0 60px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-card {
        padding: 25px 20px;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .feature-icon i {
        font-size: 28px;
    }

    /* ----- App Screens Showcase ----- */
    .app-screens-showcase {
        padding: 50px 0;
    }

    .screen-item {
        width: 180px;
    }

    .screen-wrapper {
        height: 380px;
    }

    /* ----- App Showcase Section ----- */
    .app-showcase-section {
        padding: 60px 0;
    }

    .app-showcase-content {
        gap: 30px;
    }

    .app-text {
        margin-bottom: 30px;
    }

    .app-text h2 {
        font-size: 28px;
        margin-top: 30px;
    }

    .app-text p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .app-screens {
        height: 600px;
        position: relative;
        overflow: visible;
        margin-top: 30px;
    }

    .app-features-list li {
        padding: 12px 15px;
        margin-bottom: 15px;
    }

    .app-features-list li i {
        width: 35px;
        height: 35px;
        font-size: 16px;
        margin-right: 15px;
    }

    .app-features-list li span {
        font-size: 15px;
    }

    .screen-slide {
        height: 500px;
        border-width: 8px;
    }

    .screen-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* ----- Download Section ----- */
    .download-section {
        padding: 60px 0;
        margin-top: 0;
        position: relative;
        z-index: 1;
    }

    .download-text h2 {
        font-size: 28px;
    }

    .download-text p {
        font-size: 16px;
        line-height: 1.5;
    }

    .download-stats {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin: 25px 0;
    }

    .stat {
        width: 100%;
        max-width: 280px;
        text-align: center;
        height: 90px;
    }

    .stat h3 {
        font-size: 18px;
    }

    .download-qr {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .qr-box {
        width: 100%;
        max-width: 200px;
        padding: 20px 15px;
        height: 280px;
    }

    .qr-code {
        width: 130px;
        height: 130px;
        margin-bottom: 15px;
    }

    .platform-logo-container {
        width: 36px;
        height: 36px;
    }

    .platform-logo {
        font-size: 18px !important;
    }

    /* ----- Tracking Section ----- */
    .tracking-section {
        padding: 60px 0;
    }

    .tracking-text h2 {
        font-size: 28px;
    }

    .tracking-content {
        flex-direction: column-reverse;
    }

    .tracking-text {
        margin-bottom: 40px;
    }

    .tracking-visual {
        position: relative;
        height: 650px;
        margin-bottom: 40px;
    }

    .tracking-features li {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .feature-icon {
        margin: 0 auto 15px;
    }

    .feature-text h4 {
        font-size: 18px;
    }

    .feature-text p {
        font-size: 14px;
    }

    .phone-mockup {
        position: relative;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        height: 400px;
        background-color: transparent;
        padding: 0;
        border-radius: 35px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }

    .phone-screen {
        width: 100%;
        height: 100%;
        border-radius: 35px;
        object-fit: cover;
    }

    .phone-notch {
        display: none;
    }

    .tracking-card {
        width: 240px;
        padding: 15px;
        position: absolute;
        top: 55%;
        right: 50%;
        transform: translateX(50%);
        z-index: 10;
    }

    /* ----- Download Banner ----- */
    .download-banner {
        padding: 50px 15px 30px;
    }

    .banner-text h2 {
        font-size: 28px;
    }

    .banner-text p {
        font-size: 16px;
    }

    .banner-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .btn-store {
        width: 100%;
        max-width: 250px;
    }

    /* ----- Footer ----- */
    footer {
        padding: 50px 0 30px;
    }

    .footer-logo {
        height: 70px;
    }

    .store-badge img {
        height: 40px;
    }
}

/* ===== SMALL MOBILE STYLES (576px and below) ===== */
@media (max-width: 576px) {
    /* ----- General ----- */
    .container {
        padding: 0 10px;
    }

    section {
        padding: 50px 0;
    }

    .section-header h2 {
        font-size: 24px;
    }

    /* ----- Header ----- */
    header {
        padding: 5px 10px;
        top: 10px;
        width: 95%;
        border-radius: 15px;
    }

    .logo img {
        height: 50px;
    }

    /* ----- Hero Section ----- */
    .hero-section {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .hero-section .container {
        display: flex;
        flex-direction: column;
    }

    .hero-section .row {
        display: flex;
        flex-direction: column;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-screens {
        order: 1;
        margin: 0 0 25px;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: visible;
        padding: 15px 0;
    }

    .hero-screen {
        height: 350px;
        border-width: 7px;
        border-radius: 25px;
    }

    .hero-screen.screen-2 {
        transform: translateX(30px) translateY(15px) scale(0.85) !important;
    }

    .hero-screen.screen-3 {
        transform: translateX(-30px) translateY(15px) scale(0.85) !important;
    }

    .hero-text {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 10px;
    }

    .hero-text h1 {
        font-size: 26px;
    }

    .hero-text p {
        font-size: 15px;
    }

    .hero-stats {
        gap: 10px;
    }

    .stat-item {
        padding: 12px;
    }

    .stat-number {
        font-size: 22px;
    }

    .modern-badge {
        font-size: 12px;
        padding: 6px 12px;
        max-width: 90%;
        white-space: normal;
    }

    .hero-screens {
        height: auto;
        position: relative;
        overflow: visible;
        max-width: 100%;
        margin-bottom: 30px;
        perspective: 1000px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .hero-screen {
        position: absolute;
        height: 340px;
        border-width: 8px;
        border-radius: 25px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
        max-width: 200px;
        object-fit: cover;
        transform-style: preserve-3d;
    }

    .hero-screen.screen-1 {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 4;
    }

    .hero-screen.screen-2 {
        right: 0;
        top: 50%;
        transform: translate(20%, -50%) rotate(15deg) translateZ(-50px);
        z-index: 3;
        filter: brightness(0.95);
        opacity: 0.95;
        height: 320px;
    }

    .hero-screen.screen-3 {
        left: 0;
        top: 50%;
        transform: translate(-20%, -50%) rotate(-15deg) translateZ(-50px);
        z-index: 3;
        filter: brightness(0.95);
        opacity: 0.95;
        height: 320px;
    }



    .hero-content {
        display: flex;
        flex-direction: column;
    }

    .hero-screens {
        order: 1;
        margin: 0 0 25px;
        width: 100%;
        height: 450px;
        position: relative;
        overflow: visible;
        padding: 0;
        transform-style: preserve-3d;
        perspective: 1000px;
    }

    .hero-text {
        display: flex;
        flex-direction: column;
        order: 2;
        align-items: center;
        text-align: center;
        padding: 0 15px;
        max-width: 100%;
    }

    .hero-text h1 {
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .hero-text p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 15px;
        max-width: 100%;
    }

    .modern-badge {
        font-size: 12px;
        padding: 8px 20px;
        border-radius: 30px;
        background: linear-gradient(90deg, #279b48, #34c85d);
        box-shadow: 0 8px 20px rgba(39, 155, 72, 0.2);
        margin-bottom: 15px;
        color: white;
    }

    .hero-app-badges {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin: 15px 0;
        width: 100%;
    }

    .hero-app-badge {
        transition: all 0.3s ease;
    }

    .hero-app-badge img {
        height: 40px;
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    }

    .hero-stats {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin: 15px 0 20px;
        width: 100%;
    }

    .stat-item {
        flex: 0 0 calc(33.33% - 10px);
        padding: 12px;
        background: white;
        border-radius: 12px;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(0, 0, 0, 0.05);
        text-align: center;
    }

    .stat-number {
        font-size: 20px;
        font-weight: 700;
        color: #279b48;
    }

    .stat-label {
        font-size: 13px;
        color: #666;
        margin-top: 3px;
    }

    /* ----- Features Section ----- */
    .feature-card {
        padding: 20px 15px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
    }

    .feature-icon i {
        font-size: 18px;
    }

    .feature-card h3 {
        font-size: 18px;
    }

    .feature-card p {
        font-size: 14px;
    }

    /* ----- App Screens Showcase ----- */
    .screen-item {
        width: 150px;
    }

    .screen-wrapper {
        height: auto;
    }

    /* ----- App Showcase Section ----- */
    .app-text h2 {
        font-size: 24px;
    }

    .app-features-list li {
        padding: 10px;
    }

    .app-features-list li i {
        width: 30px;
        height: 30px;
        font-size: 14px;
        margin-right: 10px;
    }

    .app-features-list li span {
        font-size: 14px;
    }

    .screen-slide {
        height: 450px;
        max-width: 250px;
        border-width: 6px;
    }

    .screen-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .screen-label {
        font-size: 14px;
        padding: 8px 12px;
    }

    /* ----- Download Section ----- */
    .download-text h2 {
        font-size: 24px;
    }

    .download-text p {
        font-size: 15px;
    }

    .download-qr {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .qr-box {
        margin-bottom: 0;
    }

    /* ----- Tracking Section ----- */
    .tracking-content {
        flex-direction: column-reverse;
    }

    .tracking-text {
        margin-bottom: 30px;
    }

    .tracking-text h2 {
        font-size: 24px;
    }

    .tracking-visual {
        position: relative;
        height: 600px;
        margin-bottom: 30px;
    }

    .phone-mockup {
        position: relative;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
        width: 180px;
        height: 360px;
        background-color: transparent;
        padding: 0;
        border-radius: 30px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }

    .phone-screen {
        width: 100%;
        height: 100%;
        border-radius: 30px;
        object-fit: cover;
    }

    .phone-notch {
        display: none;
    }

    .tracking-card {
        width: 200px;
        padding: 12px;
        position: absolute;
        top: 55%;
        right: 50%;
        transform: translateX(50%);
        z-index: 10;
    }

    .card-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .card-content h4 {
        font-size: 14px;
    }

    .progress-text {
        font-size: 12px;
    }

    /* ----- Download Banner ----- */
    .download-banner {
        padding: 40px 10px 30px;
    }

    .banner-text h2 {
        font-size: 24px;
    }

    .banner-text p {
        font-size: 15px;
    }

    /* ----- Footer ----- */
    .footer-links {
        flex-direction: column;
        gap: 15px;
    }

    .footer-copyright p {
        font-size: 14px;
    }
}

/* ===== SPECIFIC FIXES FOR DOWNLOAD BANNER ===== */
@media (max-width: 992px) {
    .download-banner {
        height: auto;
        padding: 60px 20px 200px;
    }

    .banner-content {
        width: auto;
        max-width: 100%;
        text-align: center;
        padding-left: 0;
        margin: 0 auto;
    }

    .banner-text {
        text-align: center;
        width: auto;
        display: inline-block;
    }

    .banner-text h2 {
        margin-bottom: 15px;
    }

    .banner-text p {
        max-width: 100%;
        margin: 0 auto 10px;
    }

    /* Banner buttons removed */

    .download-banner {
        flex-direction: column;
    }

    .banner-app-images {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 0 auto;
        padding: 0;
        height: 200px;
        overflow: visible;
        top: auto;
        bottom: -50px;
        left: 0;
        right: 0;
    }

    .banner-app-images .first-screen {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: 250px;
        transform: rotate(-8deg);
        border-width: 4px;
        max-width: 70%;
        object-fit: contain;
    }
}

@media (max-width: 576px) {
    .app-screens {
        height: 550px;
    }

    .hero-screens {
        height: 400px;
        position: relative;
        overflow: visible;
        transform-style: preserve-3d;
        perspective: 1000px;
    }

    .hero-screen {
        position: absolute;
        height: 300px;
        border-width: 7px;
        border-radius: 22px;
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
        max-width: 180px;
        transform-style: preserve-3d;
    }

    .hero-screen.screen-1 {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 4;
    }

    .hero-screen.screen-2 {
        right: 0;
        top: 50%;
        transform: translate(20%, -50%) rotate(15deg) translateZ(-40px);
        z-index: 3;
        filter: brightness(0.95);
        opacity: 0.95;
        height: 280px;
    }

    .hero-screen.screen-3 {
        left: 0;
        top: 50%;
        transform: translate(-20%, -50%) rotate(-15deg) translateZ(-40px);
        z-index: 3;
        filter: brightness(0.95);
        opacity: 0.95;
        height: 280px;
    }

    .download-banner {
        padding: 40px 15px 180px;
    }

    .banner-content {
        margin-bottom: 0;
    }

    .banner-text-line {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .banner-text h2 {
        font-size: 24px;
        margin-bottom: 0;
        white-space: normal;
    }

    .banner-text p {
        font-size: 15px;
        margin-bottom: 0;
    }

    /* Banner buttons removed */

    .banner-app-images {
        bottom: -30px;
        height: 180px;
    }

    .download-content {
        gap: 0;
    }

    .banner-app-images .first-screen {
        height: 200px;
        border-width: 3px;
        max-width: 65%;
    }
}

/* ===== EXTRA SMALL MOBILE STYLES (320px and below) ===== */
@media (max-width: 320px) {
    /* ----- Header ----- */
    .logo img {
        height: 45px;
    }

    .hero-section .container {
        display: flex;
        flex-direction: column;
    }

    .hero-section .row {
        display: flex;
        flex-direction: column;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-screens {
        order: 1;
        margin: 0 0 20px;
        width: 100%;
        height: 350px;
        position: relative;
        overflow: visible;
        padding: 0;
        transform-style: preserve-3d;
        perspective: 800px;
    }

    .hero-screen {
        position: absolute;
        height: 260px;
        border-width: 6px;
        border-radius: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        max-width: 150px;
        transform-style: preserve-3d;
    }

    .hero-screen.screen-1 {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 4;
    }

    .hero-screen.screen-2 {
        right: 0;
        top: 50%;
        transform: translate(20%, -50%) rotate(15deg) translateZ(-30px);
        z-index: 3;
        filter: brightness(0.95);
        opacity: 0.95;
        height: 240px;
    }

    .hero-screen.screen-3 {
        left: 0;
        top: 50%;
        transform: translate(-20%, -50%) rotate(-15deg) translateZ(-30px);
        z-index: 3;
        filter: brightness(0.95);
        opacity: 0.95;
        height: 240px;
    }

    .hero-text {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 5px;
    }

    .hero-text h1 {
        font-size: 24px;
    }

    .hero-text p {
        font-size: 14px;
    }

    .modern-badge {
        font-size: 12px;
        padding: 6px 15px;
    }

    .hero-stats {
        gap: 8px;
        margin: 5px 0 20px;
    }

    .stat-item {
        padding: 10px;
        flex: 0 0 calc(50% - 8px);
    }

    .stat-number {
        font-size: 20px;
    }

    .stat-label {
        font-size: 12px;
    }

    .app-screens {
        height: 500px;
    }

    /* Removed duplicate hero-screen rule */

    /* Removed duplicate hero-screens rule */

    .tracking-visual {
        height: 500px;
    }

    .phone-mockup {
        width: 140px;
        height: 280px;
        top: 20%;
        border-radius: 25px;
    }

    .phone-screen {
        border-radius: 25px;
    }

    .tracking-card {
        width: 160px;
        padding: 10px;
        top: 55%;
        right: 50%;
        transform: translateX(50%);
        z-index: 10;
    }

    .download-banner {
        padding: 30px 10px 150px;
    }

    .banner-content {
        margin-bottom: 0;
    }

    .banner-text-line {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .banner-text h2 {
        font-size: 22px;
    }

    .banner-text p {
        font-size: 14px;
    }

    /* Banner buttons removed */

    .banner-app-images {
        bottom: -60px;
    }

    .banner-app-images .first-screen {
        height: 160px;
        border-width: 2px;
        max-width: 70%;
    }

    .screen-item {
        width: 130px;
    }

    .screen-slide {
        max-width: 200px;
        height: 400px;
    }

    .screen-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
