:root{--primary-color:#002f6c;--secondary-color:#da291c;--accent-green:#006847;--bg-light:#f4f6f9;--bg-white:#ffffff;--text-dark:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--card-shadow:0 4px 12px 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;background-color:var(--bg-light);color:var(--text-dark);overflow-x:hidden;line-height:1.6}.custom-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition-smooth);overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,0.1)}.border-gradient-top{border-top:4px solid var(--primary-color)}.border-gradient-usa{border-top:4px solid #002868}.border-gradient-mex{border-top:4px solid #006847}.border-gradient-can{border-top:4px solid #da291c}.navbar-custom{background-color:var(--primary-color);box-shadow:0 2px 8px rgba(0,0,0,0.15);padding:0.8rem 1rem}.navbar-custom .navbar-brand{font-weight:800;color:#fff;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;padding:0.5rem 1rem;transition:var(--transition-smooth)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff;background-color:rgba(255,255,255,0.1);border-radius:6px}.hero-section{background:linear-gradient(135deg,#001f4d 0%,#002f6c 100%);color:#ffffff;padding:5rem 0 6rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(218,41,28,0.15) 0%,transparent 50%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:6px 14px;border-radius:50px;font-size:0.85rem;color:#fff;margin-bottom:1.5rem}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.2)}@media (min-width:992px){.hero-title{font-size:3.5rem}}.hero-desc{color:rgba(255,255,255,0.85);font-size:1.1rem;margin-bottom:2rem;max-width:600px}.live-ticker-container{margin-top:-3rem;position:relative;z-index:10}.ticker-card{background:#ffffff;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,0.08);padding:1.25rem;border-bottom:3px solid var(--secondary-color)}.ticker-item{display:flex;align-items:center;justify-content:space-between;border-right:1px solid var(--border-color);padding:0 1.5rem}.ticker-item:last-child{border-right:none}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:#ffffff;border:1px solid var(--border-color);border-radius:10px;padding:1.25rem}.group-header{background:var(--primary-color);color:#ffffff;padding:0.5rem 1rem;border-radius:6px;font-weight:700;text-align:center;margin-bottom:1rem}.group-list{list-style:none;padding:0;margin:0}.group-list li{display:flex;justify-content:space-between;padding:0.5rem 0.25rem;border-bottom:1px dashed var(--border-color)}.group-list li:last-child{border-bottom:none}.news-grid-featured{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.news-grid-featured{grid-template-columns:2fr 1fr}}.guide-icon-box{width:50px;height:50px;border-radius:10px;background-color:rgba(13,110,253,0.1);color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden;box-shadow:none}.faq-accordion .accordion-button{font-weight:600;color:var(--text-dark);background-color:var(--bg-white)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(13,110,253,0.05);color:var(--primary-color);box-shadow:none}.footer-dark{background-color:#0b132b;color:rgba(255,255,255,0.75);font-size:0.95rem}.footer-dark a{color:rgba(255,255,255,0.65);text-decoration:none;transition:var(--transition-smooth)}.footer-dark a:hover{color:#ffffff}.footer-bottom{background-color:#050a18;padding:1.5rem 0;font-size:0.85rem;color:rgba(255,255,255,0.5);border-top:1px solid rgba(255,255,255,0.05)}.section-padding{padding:5rem 0}.section-title-wrap{margin-bottom:3.5rem}.section-title{font-weight:800;font-size:2.25rem;color:var(--text-dark);position:relative;display:inline-block;padding-bottom:0.5rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--secondary-color);border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1.1rem;margin-top:0.5rem}.badge-status{padding:4px 8px;font-size:0.75rem;border-radius:4px;font-weight:600}.status-upcoming{background:#e0f2fe;color:#0369a1}.status-live{background:#fef2f2;color:#b91c1c;animation:blinker 1.5s linear infinite}.status-ended{background:#f1f5f9;color:#475569}@keyframes blinker{50%{opacity:0.5}}