 :root {
            --gold: #dba800;
            --gold-light: #DAA520;
            --black: #1c1c1c;
            --white: #FFFFFF;
            --gray-light: #F8F9FA;
            --gray-medium: #6C757D;
        }

        :where([class^="ri-"])::before {
            content: "\f3c2";
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', system-ui, sans-serif;
            color: var(--black);
            line-height: 1.47059;
            font-weight: 400;
            letter-spacing: -0.022em;
        }

        .font-elegant {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', system-ui, sans-serif;
            font-weight: 600;
            letter-spacing: -0.025em;
        }

        .text-gold {
            color: var(--gold) !important;
        }

        .bg-gold {
            background-color: var(--gold) !important;
        }

        .btn-gold {
            background-color: var(--gold);
            border-color: var(--gold);
            color: white;
            font-weight: 500;
            padding: 12px 30px;
            border-radius: 30px;
            transition: all 0.3s ease;
        }

        .btn-gold:hover {
            background-color: var(--gold-light);
            border-color: var(--gold-light);
            color: white;
            transform: translateY(-2px);
        }

        .navbar-brand {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', system-ui, sans-serif;
            font-weight: 700;
            font-size: 2rem;
            color: var(--gold) !important;
            letter-spacing: -0.03em;
        }

        .navbar-nav .nav-link {
            font-weight: 500;
            color: var(--black) !important;
            margin: 0 15px;
            transition: color 0.3s ease;
        }

        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
            color: var(--gold) !important;
        }

        .hero-section {
            min-height: 100vh;
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://readdy.ai/api/search-image?query=professional%20football%20training%20session%20with%20young%20players%20on%20modern%20grass%20field%2C%20coaches%20teaching%20techniques%2C%20dynamic%20action%20shots%2C%20golden%20hour%20lighting%2C%20high%20quality%20sports%20photography%2C%20modern%20football%20academy%20atmosphere&width=1920&height=1080&seq=hero1&orientation=landscape');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            color: white;
            padding: 0 15px;
        }

        .hero-content h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            letter-spacing: -0.025em;
            line-height: 1.1;
        }

        .hero-content p {
            font-size: 1.25rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }

        @media (max-width: 768px) {
            .hero-section {
                min-height: 80vh;
                padding: 20px 15px;
            }

            .hero-content h1 {
                font-size: 2.2rem;
                margin-bottom: 1rem;
                line-height: 1.2;
                padding-top: 50px;
            }

            .hero-content p {
                font-size: 1.1rem;
                margin-bottom: 1.5rem;
            }

            .navbar-brand img {
                height: 60px;
            }
        }

        .feature-card {
            background: white;
            border-radius: 15px;
            padding: 2.5rem 2rem;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            height: 100%;
        }

        .feature-card:hover {
            transform: translateY(-10px);
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            background: var(--gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 2rem;
            color: white;
        }

        @media (max-width: 768px) {
            .feature-card {
                padding: 2rem 1.5rem;
            }

            .feature-icon {
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
                margin: 0 auto 1rem;
            }
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 600;
            text-align: center;
            margin-bottom: 3rem;
            position: relative;
            letter-spacing: -0.025em;
            line-height: 1.2;
        }

        .section-title::after {
            content: '';
            width: 80px;
            height: 4px;
            background: var(--gold);
            display: block;
            margin: 1rem auto 0;
        }

        .team-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .team-card:hover {
            transform: translateY(-5px);
        }

        .team-image {
            height: 300px;
            background-size: cover;
            background-position: top;
        }

        .zillo{
            background-position: center;

        }

        .team-content {
            padding: 2rem;
        }

        .team-name {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .team-position {
            color: var(--gold);
            font-weight: 500;
            margin-bottom: 1rem;
        }

        .pricing-card {
            background: white;
            border-radius: 20px;
            padding: 3rem 2rem;
            text-align: center;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            height: 100%;
            position: relative;
        }

        .pricing-card.featured {
            border: 3px solid var(--gold);
            transform: scale(1.05);
        }

        .pricing-card:hover {
            transform: translateY(-10px);
        }

        .pricing-card.featured:hover {
            transform: scale(1.05) translateY(-10px);
        }

        .price {
            font-size: 3rem;
            font-weight: 700;
            color: var(--gold);
            margin: 1rem 0;
        }

        .price-period {
            font-size: 1rem;
            color: var(--gray-medium);
        }

        .feature-list {
            list-style: none;
            padding: 0;
            margin: 2rem 0;
        }

        .feature-list li {
            padding: 0.5rem 0;
            position: relative;
            padding-left: 2rem;
        }

        .feature-list li::before {
            content: '\f26b';
            font-family: 'remixicon';
            color: var(--gold);
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        .form-section {
            background: var(--gray-light);
            padding: 4rem 0;
        }

        .form-container {
            background: white;
            border-radius: 20px;
            padding: 3rem;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-label {
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: var(--black);
        }

        .form-control,
        .form-select {
            border: 2px solid #E9ECEF;
            border-radius: 10px;
            padding: 12px 15px;
            font-size: 1rem;
            transition: border-color 0.3s ease;
        }

        .form-control:focus,
        .form-select:focus {
            border-color: var(--gold);
            box-shadow: 0 0 0 0.2rem rgba(184, 134, 11, 0.25);
        }

        /* .page-section {
            display: none;
        }

        .page-section.active {
            display: block;
        } */

        footer {
            background: var(--black);
            color: white;
            padding: 3rem 0 2rem;
        }

        .footer-title {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: var(--gold);
        }

        .footer-link {
            color: #CCC;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-link:hover {
            color: var(--gold);
        }

        .social-icon {
            width: 40px;
            height: 40px;
            background: var(--gold);
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            margin-right: 10px;
            transition: transform 0.3s ease;
        }

        .social-icon:hover {
            transform: translateY(-3px);
            color: white;
        }

        .contact-icon {
            width: 50px;
            height: 50px;
            background: var(--gold);
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.25rem;
        }

        .contact-item h5 {
            color: var(--black);
            margin-bottom: 0.5rem;
        }

        @media (max-width: 768px) {
            .contact-icon {
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }

            .contact-item {
                margin-bottom: 1.5rem !important;
            }
        }

        .stat-item {
            padding: 2rem 1rem;
        }

        .stat-number {
            font-weight: 700;
        }

        @media (max-width: 768px) {
            .stat-item {
                padding: 1.5rem 0.5rem;
            }

            .stat-number {
                font-size: 2.5rem !important;
            }
        }