/* Golden444 - Responsive CSS */

/* xxl (1399px and down) */
@media (max-width: 1399px) {
    .hero-title {
        font-size: 50px;
    }
}

/* xl (1199px and down) */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 42px;
    }
    .trust-number {
        font-size: 28px;
    }
    .step-card-modern {
        padding: 30px 20px;
    }
    .cta-banner-premium .cta-title {
        font-size: 36px;
    }
    .feature-card {
        padding: 25px 20px;
    }
    .sport-card-lg {
        padding: 20px;
    }
    .sport-title-bold {
        font-size: 20px;
    }
    .card-icon-lg {
        font-size: 80px;
    }
}

/* lg (991px and down) */
@media (max-width: 991px) {
    .py-custom {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .navbar-collapse {
        background-color: var(--card-bg);
        padding: 20px;
        border-radius: 8px;
        margin-top: 15px;
        border: 1px solid var(--trans-border-btn);
        box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    }
    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }
    .hero-section {
        height: 600px;
        text-align: center;
    }
    .hero-title {
        font-size: 38px;
    }
    .hero-subtitle {
        font-size: 18px;
    }
    .section-title {
        font-size: 32px;
    }
    .about-image-wrapper {
        margin-bottom: 30px;
    }
    .about-section {
        text-align: center;
    }
    .main-footer {
        text-align: center;
    }
    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* sm (575px and down) */
@media (max-width: 575px) {
    .py-custom {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hero-section {
        height: 550px;
    }
    .hero-title {
        font-size: 30px;
    }
    .hero-subtitle {
        font-size: 16px;
    }
    .hero-trust-line {
        flex-direction: column;
        gap: 15px;
    }
    .hero-trust-line .divider {
        display: none;
    }
    .btn-lg-custom {
        padding: 12px 24px;
        font-size: 16px;
    }
    .section-title {
        font-size: 28px;
    }
    .trust-signal-item {
        padding: 15px;
    }
    .trust-number {
        font-size: 22px;
    }
    .trust-label {
        font-size: 11px;
        letter-spacing: 1px;
    }
    .cta-banner-premium {
        padding: 40px 20px;
    }
    .cta-banner-premium .cta-title {
        font-size: 28px;
    }
    .cta-banner-premium .cta-text {
        font-size: 16px;
    }
    .floating-icons {
        bottom: 20px;
        right: 20px;
    }
    .float-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    .step-card-modern {
        padding: 25px 15px;
    }
    .step-bg-number {
        font-size: 80px;
        top: -5px;
        right: 5px;
    }
    .card-icon-lg {
        font-size: 60px;
        opacity: 0.3;
    }
    .sport-card-lg .card-content {
        max-width: 100%;
    }
}
