:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f1e36;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0253cc;--accent-red:#d92635;--accent-green:#00875a;--border:#e2e8f0;--card-radius:12px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}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}a{text-decoration:none;color:var(--accent);transition:var(--transition)}a:hover{color:var(--accent-red)}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 20px rgba(0,0,0,0.08);padding:0.8rem 1rem;position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem;border-radius:6px}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff;background-color:rgba(255,255,255,0.1)}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#1a365d 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(2,83,204,0.15) 0%,transparent 50%);pointer-events:none}.hero-img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.3);max-width:100%;height:auto;object-fit:cover}.hero-tag{display:inline-block;background:linear-gradient(90deg,var(--accent-red),var(--accent));color:white;padding:0.4rem 1rem;border-radius:50px;font-size:0.85rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase}.section-title{font-size:2rem;font-weight:800;color:var(--surface-strong);margin-bottom:2rem;position:relative;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-red));border-radius:2px}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;height:100%;box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:var(--transition)}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px rgba(0,0,0,0.06);border-color:rgba(2,83,204,0.2)}.group-table{width:100%;border-collapse:separate;border-spacing:0 6px}.group-table th{background-color:var(--surface-strong);color:var(--text-light);padding:10px;font-weight:600;text-align:center}.group-table td{background-color:var(--surface);padding:12px;text-align:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.group-table td:first-child{border-left:1px solid var(--border);border-top-left-radius:8px;border-bottom-left-radius:8px;font-weight:bold}.group-table td:last-child{border-right:1px solid var(--border);border-top-right-radius:8px;border-bottom-right-radius:8px}.schedule-timeline{position:relative;padding-left:20px;border-left:2px solid var(--border)}.schedule-item{position:relative;margin-bottom:1.5rem;padding-left:15px}.schedule-item::before{content:'';position:absolute;left:-27px;top:5px;width:12px;height:12px;border-radius:50px;background-color:var(--accent);border:2px solid var(--surface)}.schedule-item.active::before{background-color:var(--accent-red);box-shadow:0 0 0 4px rgba(217,38,53,0.2)}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:var(--card-radius) !important;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.01)}.accordion-custom .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.accordion-custom .accordion-button:not(.collapsed){color:var(--accent);background-color:rgba(2,83,204,0.03);box-shadow:none}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-img{margin-top:2rem}.section-title{font-size:1.75rem}}.data-badge{background-color:rgba(2,83,204,0.1);color:var(--accent);font-size:0.85rem;font-weight:700;padding:0.25rem 0.75rem;border-radius:4px}