:root{--primary:#0a3a60;--primary-light:#16568c;--accent:#d90429;--accent-green:#2ec4b6;--neutral-dark:#0f172a;--neutral-light:#f8fafc;--text-main:#1e293b;--text-muted:#475569;--border-color:#cbd5e1;--card-shadow:0 4px 20px rgba(0,0,0,0.05);--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:#f1f5f9;line-height:1.6}a{color:var(--primary-light);text-decoration:none;transition:var(--transition-smooth)}a:hover{color:var(--accent)}.navbar-custom{background-color:var(--primary);box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link-custom{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition-smooth)}.nav-link-custom:hover,.nav-link-custom.active{color:#ffffff !important;background-color:rgba(255,255,255,0.1);border-radius:6px}section{padding:4.5rem 0;background-color:#ffffff;border-bottom:1px solid var(--border-color)}section:nth-child(even){background-color:var(--neutral-light)}.section-title{position:relative;padding-bottom:0.8rem;margin-bottom:2.5rem;font-weight:700;color:var(--neutral-dark)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:2px}.hero-section{background:linear-gradient(135deg,#021526 0%,#0a3a60 100%);color:#ffffff;padding:5rem 0 6rem;position:relative;overflow:hidden;border-bottom:none}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.3;letter-spacing:-0.025em;color:#ffffff;margin-bottom:1.5rem}.hero-lead{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem}.hero-badge{display:inline-flex;align-items:center;padding:0.5rem 1rem;background-color:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);border-radius:50px;font-size:0.875rem;font-weight:600;color:#38bdf8;margin-bottom:1.5rem}.hero-img-container img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.score-card{background:#ffffff;border-radius:var(--radius-custom);border:1px solid var(--border-color);padding:1.25rem;transition:var(--transition-smooth)}.score-card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow)}.score-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:20px;font-weight:600}.score-team-img{width:28px;height:28px;object-fit:cover;border-radius:50%}.group-card{border-radius:var(--radius-custom);overflow:hidden;border:1px solid var(--border-color);background:#ffffff;box-shadow:0 2px 8px rgba(0,0,0,0.02)}.group-header{background-color:var(--primary);color:#ffffff;padding:0.75rem 1.25rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-table{margin-bottom:0;font-size:0.9rem}.group-table th{background-color:#f8fafc;color:var(--text-muted);font-weight:600;border-bottom:1px solid var(--border-color)}.custom-card{background:#ffffff;border-radius:var(--radius-custom);border:1px solid var(--border-color);overflow:hidden;transition:var(--transition-smooth);height:100%}.custom-card:hover{box-shadow:var(--card-shadow);transform:translateY(-2px)}.custom-card-body{padding:1.25rem}.news-item{display:flex;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid var(--border-color)}.news-item:last-child{border-bottom:none}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.5rem}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--neutral-dark);background-color:#ffffff}.faq-accordion .accordion-button:not(.collapsed){background-color:var(--neutral-light);color:var(--primary-light);box-shadow:none}.footer-main{background-color:var(--neutral-dark);color:#cbd5e1;padding:4rem 0 2rem;border-top:none}.footer-brand{color:#ffffff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-link{color:#94a3b8;transition:var(--transition-smooth);font-size:0.9rem}.footer-link:hover{color:#ffffff}.footer-divider{border-top:1px solid #334155;margin:2.5rem 0 1.5rem}@media (max-width:991.98px){.hero-section{text-align:center;padding:4rem 0}.hero-title{font-size:2rem}.section-title{margin-bottom:2rem}.hero-img-container{margin-top:2.5rem}}