:root{--page-bg:#f4f7f6;--surface:#ffffff;--surface-strong:#0b1d33;--text-main:#1f2d3d;--text-muted:#5a6e85;--text-light:#f8fafc;--accent:#00a854;--accent-hover:#008f47;--accent-2:#f6b116;--border:#e2e8f0;--primary:#102a43;--primary-light:#243b53;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--transition:all 0.3s ease}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:0.75rem 1rem;transition:var(--transition)}.navbar-custom .navbar-brand{font-weight:800;color:var(--text-light);display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;margin:0 0.5rem;transition:var(--transition)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-2)}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 60%,var(--primary-light) 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(0,168,84,0.15) 0%,transparent 50%);pointer-events:none}.hero-badge{background-color:rgba(0,168,84,0.2);color:var(--accent-2);border:1px solid var(--accent);padding:0.35rem 1rem;border-radius:50px;font-size:0.85rem;display:inline-block;margin-bottom:1.5rem;font-weight:600;letter-spacing:0.5px}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-title span{color:var(--accent)}.hero-lead{font-size:1.1rem;color:rgba(255,255,255,0.8);margin-bottom:2rem}.hero-stats{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:1.5rem;margin-top:2rem}.hero-stat-item{text-align:center}.hero-stat-num{font-size:1.75rem;font-weight:700;color:var(--accent-2)}.hero-stat-label{font-size:0.8rem;color:rgba(255,255,255,0.6);margin-bottom:0}section{padding:4.5rem 0}.section-light{background-color:var(--surface)}.section-grey{background-color:var(--page-bg)}.section-header{margin-bottom:3.5rem;position:relative}.section-header h2{font-size:2.25rem;font-weight:700;color:var(--primary);position:relative;padding-bottom:0.75rem;display:inline-block}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1rem;margin-top:0.5rem}.custom-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);transition:var(--transition);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.08)}.match-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.badge-upcoming{background-color:rgba(16,42,67,0.1);color:var(--primary)}.badge-live{background-color:rgba(239,68,68,0.1);color:#ef4444;animation:pulse 2s infinite}.badge-finished{background-color:rgba(90,110,133,0.12);color:var(--text-muted)}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.match-card{padding:1.5rem}.match-meta{font-size:0.85rem;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.match-teams{display:flex;flex-direction:column;gap:0.75rem;margin-bottom:1rem}.match-team-row{display:flex;align-items:center;justify-content:space-between}.match-team-info{display:flex;align-items:center;gap:10px;font-weight:600}.match-flag{width:24px;height:16px;object-fit:cover;border-radius:2px;border:1px solid rgba(0,0,0,0.1)}.match-score{font-size:1.1rem;font-weight:700;color:var(--primary)}.group-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;box-shadow:var(--card-shadow)}.group-header{background-color:var(--primary);color:var(--text-light);padding:0.5rem 1rem;border-radius:6px;font-weight:700;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;font-size:0.85rem}.group-table th{color:var(--text-muted);font-weight:600;padding-bottom:0.5rem;border-bottom:1px solid var(--border)}.group-table td{padding:0.5rem 0;border-bottom:1px dashed rgba(0,0,0,0.05)}.guide-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.guide-image-wrapper img{width:100%;height:auto;display:block;transition:var(--transition)}.guide-image-wrapper:hover img{transform:scale(1.03)}.custom-list-item{display:flex;align-items:flex-start;gap:15px;padding:1rem 0;border-bottom:1px solid var(--border)}.custom-list-item:last-child{border-bottom:none}.list-icon{background-color:rgba(0,168,84,0.1);color:var(--accent);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--primary);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:rgba(0,168,84,0.03);box-shadow:none}.faq-accordion .accordion-body{color:var(--text-muted);font-size:0.95rem;background-color:var(--surface)}.footer-section{background-color:var(--surface-strong);color:rgba(255,255,255,0.7);padding:4rem 0 2rem;font-size:0.9rem}.footer-section h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:var(--accent-2);padding-left:4px}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;margin-top:3rem}@media (max-width:991.98px){.hero-section{padding:3rem 0}.hero-title{font-size:2.2rem}.section-header{margin-bottom:2.5rem}.section-header h2{font-size:1.8rem}}