:root{--primary-color:#0052cc;--primary-hover:#003d99;--secondary-color:#ffc107;--dark-color:#111827;--light-bg:#f8fafc;--card-bg:#ffffff;--text-dark:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--accent-green:#10b981}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--light-bg);line-height:1.6;overflow-x:hidden}.header-nav{background-color:var(--dark-color);border-bottom:3px solid var(--secondary-color);position:sticky;top:0;z-index:1000}.navbar-brand img{max-height:45px;width:auto}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.3s}.nav-link:hover,.nav-link:focus{color:var(--secondary-color) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:80px 0;position:relative}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;color:#ffffff}.hero-accent{color:var(--secondary-color)}.hero-subtitle{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem}.hero-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3)}.scores-strip{background-color:#1e293b;color:#ffffff;padding:15px 0;border-bottom:1px solid #334155}.score-card{background-color:#0f172a;border-left:4px solid var(--secondary-color);border-radius:6px;padding:10px 15px;min-width:260px}.section-padding{padding:80px 0}.section-bg-white{background-color:#ffffff}.section-bg-light{background-color:var(--light-bg)}.section-title{font-size:2.2rem;font-weight:700;color:var(--dark-color);margin-bottom:15px;position:relative;padding-bottom:12px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--primary-color);border-radius:2px}.section-intro{color:var(--text-muted);margin-bottom:45px;font-size:1.1rem}.custom-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;transition:transform 0.3s,box-shadow 0.3s;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.table-custom{background-color:#ffffff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.table-custom th{background-color:var(--primary-color);color:#ffffff;font-weight:600;border:none}.custom-tabs .nav-link{color:var(--text-dark) !important;border:1px solid var(--border-color);margin-right:5px;border-radius:8px;font-weight:600}.custom-tabs .nav-link.active{background-color:var(--primary-color) !important;color:#ffffff !important;border-color:var(--primary-color) !important}.faq-item{background:#ffffff;border:1px solid var(--border-color);border-radius:8px;margin-bottom:15px}.faq-button{background:none;border:none;width:100%;text-align:left;padding:20px;font-size:1.1rem;font-weight:600;color:var(--dark-color);display:flex;justify-content:space-between;align-items:center}.faq-button:focus{outline:none}.faq-collapse{padding:0 20px 20px 20px;color:var(--text-muted);border-top:1px solid var(--border-color)}.footer-dark{background-color:var(--dark-color);color:#cbd5e1;padding:60px 0 30px;font-size:0.95rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.2s}.footer-links a:hover{color:var(--secondary-color)}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.75rem}}