:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--primary:#0052cc;--primary-rgb:0,82,204;--accent-us:#ff3b30;--accent-mx:#006847;--accent-ca:#d80621;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--border:#e2e8f0;--border-strong:#cbd5e1;--gradient-hero:linear-gradient(135deg,#0a1128 0%,#102a43 100%);--gradient-accent:linear-gradient(90deg,var(--accent-us) 0%,var(--accent-ca) 50%,var(--accent-mx) 100%)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6;overflow-x:hidden}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:transform 0.25s ease,box-shadow 0.25s ease}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.navbar-custom{background-color:rgba(10,17,40,0.95);backdrop-filter:blur(10px);border-bottom:3px solid transparent;border-image:var(--gradient-accent) 1}.navbar-brand img{max-height:40px}.nav-link{color:#cbd5e1 !important;font-weight:500;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:var(--text-light) !important;text-shadow:0 0 10px rgba(255,255,255,0.5)}.hero-section{background:var(--gradient-hero);color:var(--text-light);padding:100px 0 80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:10px;background:var(--gradient-accent)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;letter-spacing:-0.02em}.hero-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:6px 16px;border-radius:50px;font-size:0.9rem;display:inline-block}.score-strip{background:#101f42;color:var(--text-light);padding:15px 0;border-bottom:1px solid rgba(255,255,255,0.1)}.score-item{border-right:1px solid rgba(255,255,255,0.1);padding:0 20px}.score-item:last-child{border-right:none}.group-card{background:var(--surface);border-radius:10px;border-top:4px solid var(--primary)}.group-header{background:rgba(0,82,204,0.05);font-weight:bold;color:var(--primary);padding:10px 15px;border-radius:6px 6px 0 0}.section-title{position:relative;padding-bottom:15px;margin-bottom:30px;font-weight:700}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background:var(--primary);border-radius:2px}.guide-box{border-left:4px solid var(--accent-us);background:var(--surface);padding:20px;border-radius:0 12px 12px 0}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:12px}.faq-question{font-weight:600;cursor:pointer;padding:16px;display:flex;justify-content:space-between;align-items:center}.faq-answer{padding:0 16px 16px 16px;color:var(--text-muted);border-top:1px solid var(--border);display:none}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.score-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.1);padding:10px 0}.score-item:last-child{border-bottom:none}}