:root{--primary-blue:#0d5ca7;--canada-red:#da291c;--mexico-green:#006341;--slate-dark:#0f172a;--text-main:#334155;--bg-gradient:linear-gradient(135deg,#0d5ca7 0%,#006341 100%);--card-shadow:0 4px 20px rgba(0,0,0,0.06);--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:#f8fafc;overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:rgba(255,255,255,0.96);backdrop-filter:blur(10px);border-bottom:2px solid #e2e8f0;transition:var(--transition-smooth)}.navbar-brand img{max-height:42px;object-fit:contain}.nav-link-custom{color:var(--slate-dark);font-weight:600;font-size:0.95rem;padding:0.5rem 1rem !important;transition:var(--transition-smooth)}.nav-link-custom:hover{color:var(--primary-blue)}.hero-section{background:#0b1329;color:#ffffff;position:relative;padding:100px 0 80px 0;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(13,92,167,0.25) 0%,rgba(0,99,65,0.2) 100%);z-index:1}.hero-container{position:relative;z-index:2}.hero-badge{background:linear-gradient(90deg,var(--canada-red) 0%,var(--mexico-green) 100%);color:#ffffff;font-weight:700;padding:0.4rem 1.2rem;border-radius:50px;display:inline-block;margin-bottom:1.5rem;font-size:0.85rem;text-transform:uppercase;letter-spacing:1px}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-desc{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem}.hero-img-box{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.section-title-wrap{margin-bottom:3rem;position:relative}.section-tag{font-size:0.85rem;font-weight:700;color:var(--primary-blue);text-transform:uppercase;letter-spacing:1.5px;display:block;margin-bottom:0.5rem}.section-main-title{font-weight:800;color:var(--slate-dark);font-size:2rem}.accent-bar{width:60px;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--mexico-green));margin-top:1rem;border-radius:2px}.custom-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition-smooth);overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.1)}.match-card{border-left:5px solid var(--primary-blue);padding:1.5rem;margin-bottom:1rem;background:#fff;border-radius:0 10px 10px 0;box-shadow:var(--card-shadow)}.match-card.live{border-left-color:var(--canada-red)}.match-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.team-flag-placeholder{width:28px;height:28px;border-radius:50%;background-color:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.75rem;color:#64748b}.table-responsive-custom{background:#ffffff;border-radius:12px;box-shadow:var(--card-shadow);border:1px solid #e2e8f0;overflow-x:auto}.table-custom th{background-color:#f8fafc;color:var(--slate-dark);font-weight:700;border-bottom:2px solid #e2e8f0}.table-custom td{vertical-align:middle;color:var(--text-main)}.guide-icon-box{width:50px;height:50px;border-radius:10px;background:rgba(13,92,167,0.1);color:var(--primary-blue);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.2rem;transition:var(--transition-smooth)}.custom-card:hover .guide-icon-box{background:var(--primary-blue);color:#fff}.faq-item{border:1px solid #e2e8f0;border-radius:8px;background:#fff;margin-bottom:0.8rem;overflow:hidden;transition:var(--transition-smooth)}.faq-button{width:100%;padding:1.2rem;text-align:left;background:none;border:none;font-weight:600;color:var(--slate-dark);display:flex;justify-content:space-between;align-items:center}.faq-button:focus{outline:none}.faq-answer{padding:0 1.2rem 1.2rem 1.2rem;color:var(--text-main);display:none}.faq-item.active .faq-answer{display:block}.faq-item.active{border-color:var(--primary-blue);box-shadow:var(--card-shadow)}footer{background-color:#0b1329;color:#94a3b8;font-size:0.9rem}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}footer a{color:#94a3b8;text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #1e293b}