:root{--page-bg:#f4f7fc;--surface:#ffffff;--surface-strong:#0a192f;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0f4c81;--accent-red:#d9383a;--accent-gold:#f5a623;--border:#e2e8f0;--card-radius:12px}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}a{color:var(--accent);text-decoration:none;transition:color 0.25s ease}a:hover{color:var(--accent-red)}.navbar{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-brand,.nav-link{color:var(--text-light) !important}.nav-link:hover{color:var(--accent-gold) !important}.hero-section{background:linear-gradient(135deg,#0a192f 0%,#172a45 100%);color:var(--text-light);padding:80px 0;position:relative;overflow:hidden}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:#ffffff}.hero-subtitle{color:#cbd5e1;font-size:1.1rem;margin-top:15px;margin-bottom:30px}.section-title{font-size:1.8rem;font-weight:700;position:relative;padding-bottom:12px;margin-bottom:30px;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent-red);border-radius:2px}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.3s ease,box-shadow 0.3s ease}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.badge-live{background-color:var(--accent-red);color:#fff;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}.table-custom th{background-color:var(--accent) !important;color:white !important}.faq-question{font-weight:600;color:var(--surface-strong);background-color:var(--surface);border:1px solid var(--border);border-radius:8px;padding:15px;cursor:pointer;transition:all 0.2s ease}.faq-question:hover{background-color:#f1f5f9}footer{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 30px}footer h5{color:#ffffff;font-weight:600}footer hr{border-color:#334155}