:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#475569;--accent:#e11d48;--accent-green:#16a34a;--accent-blue:#1d4ed8;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}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;overflow-x:hidden}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition);overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1)}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);transition:var(--transition)}.navbar-brand img{height:40px;width:auto}.nav-link{color:var(--text-main) !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.nav-link:hover{color:var(--accent) !important}.hero-section{padding:80px 0;background:linear-gradient(135deg,#fff 0%,#f1f5f9 100%);border-bottom:1px solid var(--border)}.hero-badge{display:inline-block;background-color:rgba(225,29,72,0.1);color:var(--accent);padding:6px 16px;border-radius:50px;font-size:0.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;color:var(--surface-strong)}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1);object-fit:cover;width:100%;height:auto}.status-bar{background:var(--surface-strong);color:#fff;padding:15px 0}.status-item{border-right:1px solid rgba(255,255,255,0.15);text-align:center}.status-item:last-child{border-right:none}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-size:2rem;font-weight:700;color:var(--surface-strong);display:inline-block;position:relative;padding-bottom:10px}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-green));border-radius:2px}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.group-card{border-top:4px solid var(--accent)}.group-card-green{border-top:4px solid var(--accent-green)}.group-card-blue{border-top:4px solid var(--accent-blue)}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-question{padding:1.25rem;font-weight:600;color:var(--surface-strong);cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:none;border:none;width:100%;text-align:left}.faq-answer{padding:0 1.25rem 1.25rem;color:var(--text-muted);font-size:0.95rem}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.8);padding:60px 0 30px}footer a{color:rgba(255,255,255,0.6);text-decoration:none;transition:var(--transition)}footer a:hover{color:#fff}footer h5{color:#fff;font-weight:600;margin-bottom:1.5rem}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.status-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.15);padding:10px 0}.status-item:last-child{border-bottom:none}}