:root{--primary-us:#0A2540;--primary-mx:#006847;--primary-ca:#D80621;--bg-light:#F8F9FA;--text-dark:#1A1D20;--text-muted:#6C757D;--border-color:#DEE2E6;--card-shadow:0 6px 18px rgba(0,0,0,0.06);--gradient-accent:linear-gradient(135deg,var(--primary-us),var(--primary-ca))}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:#FFFFFF;overflow-x:hidden;line-height:1.6}.section-title{font-size:2rem;font-weight:800;text-align:center;margin-bottom:2.5rem;position:relative;color:var(--primary-us)}.section-title::after{content:'';display:block;width:60px;height:4px;background:var(--gradient-accent);margin:0.75rem auto 0;border-radius:2px}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{font-weight:600;color:var(--primary-us) !important;transition:color 0.3s ease}.nav-link:hover{color:var(--primary-ca) !important}.hero-section{background-color:var(--primary-us);color:#FFFFFF;padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(10,37,64,0.95),rgba(216,6,33,0.3));z-index:1}.hero-container{position:relative;z-index:2}.hero-badge{background-color:var(--primary-ca);color:#fff;padding:0.4rem 1rem;font-weight:bold;border-radius:20px;display:inline-block;margin-bottom:1.5rem;font-size:0.9rem}.hero-section h1{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-section p{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:2rem}.hero-img-box img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.stat-bar{background-color:var(--bg-light);border-bottom:1px solid var(--border-color);padding:1.5rem 0}.stat-card{text-align:center;border-right:1px solid var(--border-color)}.stat-card:last-child{border-right:none}.stat-number{font-size:1.8rem;font-weight:700;color:var(--primary-ca)}.stat-label{font-size:0.85rem;color:var(--text-muted);text-transform:uppercase;font-weight:600}.schedule-card{background:#fff;border:1px solid var(--border-color);border-radius:10px;padding:1.25rem;transition:transform 0.3s ease,box-shadow 0.3s ease;margin-bottom:1rem}.schedule-card:hover{transform:translateY(-3px);box-shadow:var(--card-shadow)}.match-meta{font-size:0.8rem;color:var(--text-muted);display:flex;justify-content:space-between;margin-bottom:0.75rem;border-bottom:1px dashed var(--border-color);padding-bottom:0.5rem}.match-teams{display:flex;align-items:center;justify-content:space-between}.team-row{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.05rem}.score-box{font-size:1.25rem;font-weight:800;color:var(--primary-us);background:var(--bg-light);padding:0.2rem 0.8rem;border-radius:6px}.status-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:bold}.status-upcoming{background-color:#E9ECEF;color:#495057}.status-live{background-color:#D1E7DD;color:#0F5132}.group-container{background-color:var(--bg-light);padding:4rem 0}.group-card{background:#fff;border-radius:10px;box-shadow:var(--card-shadow);border:1px solid var(--border-color);margin-bottom:1.5rem;overflow:hidden}.group-header{background-color:var(--primary-us);color:#fff;font-weight:700;text-align:center;padding:0.75rem;font-size:1.1rem}.group-header.accent-ca{background-color:var(--primary-ca)}.group-header.accent-mx{background-color:var(--primary-mx)}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.6rem 1rem;font-size:0.9rem;border-bottom:1px solid var(--border-color)}.group-table tr:last-child td{border-bottom:none}.team-showcase{border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;background:#fff;transition:all 0.3s ease}.team-showcase:hover{box-shadow:var(--card-shadow);border-color:var(--primary-ca)}.team-flag-placeholder{width:50px;height:35px;background:var(--bg-light);border-radius:4px;display:inline-block;border:1px solid var(--border-color)}.news-item{border-bottom:1px solid var(--border-color);padding-bottom:1.25rem;margin-bottom:1.25rem}.news-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.news-title{font-size:1.1rem;font-weight:700;color:var(--primary-us);margin-bottom:0.5rem}.news-meta{font-size:0.8rem;color:var(--text-muted)}.stadium-section{background-color:var(--bg-light);padding:4rem 0}.stadium-card{background:#fff;border-radius:10px;overflow:hidden;border:1px solid var(--border-color);height:100%}.stadium-img-wrapper{position:relative;overflow:hidden}.stadium-img-wrapper img{width:100%;height:220px;object-fit:cover;transition:transform 0.5s ease}.stadium-card:hover .stadium-img-wrapper img{transform:scale(1.05)}.stadium-info{padding:1.25rem}.guide-card{background:#fff;border-left:5px solid var(--primary-ca);padding:1.5rem;box-shadow:var(--card-shadow);border-radius:0 10px 10px 0;height:100%}.disclaimer-box{background-color:#FFF3CD;border:1px solid #FFE69C;color:#664D03;padding:1.25rem;border-radius:8px;margin-top:2rem;font-size:0.9rem}.faq-section{background-color:var(--bg-light);padding:4rem 0}.accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.accordion-button:not(.collapsed){background-color:rgba(10,37,64,0.05);color:var(--primary-us);box-shadow:none}.accordion-button{font-weight:700;color:var(--primary-us)}.footer-dark{background-color:var(--primary-us);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;font-size:0.9rem}.footer-dark a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s ease}.footer-dark a:hover{color:#FFFFFF}.footer-brand{font-size:1.4rem;font-weight:800;color:#fff !important}@media (max-width:768px){.hero-section{text-align:center;padding:3rem 0}.hero-section h1{font-size:2rem}.stat-card{border-right:none;border-bottom:1px solid var(--border-color);padding-bottom:1rem;margin-bottom:1rem}.stat-card:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-title{font-size:1.6rem}.table-responsive{border:0}}