:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#f59e0b;--accent-3:#10b981;--border:#e2e8f0;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--surface-strong);font-weight:700}p,li,td,th{color:var(--text-main)}.navbar{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:1rem 0}.navbar-brand img{max-height:40px}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem;transition:color 0.3s ease}.navbar-dark .navbar-nav .nav-link:hover{color:var(--accent-2)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);color:#ffffff;padding:6rem 0;border-bottom:5px solid var(--accent-2)}.hero-section h1{color:#ffffff;font-size:2.75rem;line-height:1.25;margin-bottom:1.5rem}.hero-section p{color:rgba(255,255,255,0.85);font-size:1.15rem;margin-bottom:2rem}.section-padding{padding:5rem 0}.section-title{position:relative;padding-bottom:1rem;margin-bottom:3rem;font-size:2rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-title.text-center::after{left:50%;transform:translateX(-50%)}.custom-card{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;overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,0.05)}.badge-live{background-color:#ef4444;color:#ffffff;font-weight:bold;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.table-custom{background:var(--surface);border-radius:var(--card-radius);overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.02)}.table-custom th{background-color:var(--surface-strong);color:#ffffff;font-weight:600}.group-card{border-top:4px solid var(--accent)}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:var(--card-radius) !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.08);color:var(--accent)}.footer-section{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem 0;font-size:0.95rem}.footer-section h5{color:#ffffff;margin-bottom:1.5rem}.footer-section a{color:#cbd5e1;text-decoration:none;transition:color 0.3s ease}.footer-section a:hover{color:var(--accent-2)}.scrolling-wrapper{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.timeline-container{position:relative;padding-left:2rem;border-left:2px solid var(--accent)}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:-2.45rem;top:0.25rem;width:12px;height:12px;background-color:var(--accent-2);border-radius:50%;border:2px solid var(--surface)}.img-cover{width:100%;height:auto;object-fit:cover;border-radius:var(--card-radius)}