:root{--primary:#e30613;--primary-dark:#b8050f;--bg:#fff;--panel:#fff;--panel2:#f3f4f6;--border:#e5e7eb;--border2:#d1d5db;--text:#111827;--muted:#6b7280;--muted2:#9ca3af}*{box-sizing:border-box}.page{background:var(--bg);min-height:100vh;color:var(--text);font-family:Arial,sans-serif}.container{max-width:1040px;margin:0 auto;padding:0 16px}.hero{background:linear-gradient(90deg,#fff,#f3f4f6);padding:40px 0}.heroGrid{grid-template-columns:1fr 1fr;align-items:center;gap:24px;display:grid}.heroSide{flex-direction:column;gap:12px;display:flex}.heroLogo{border:1px solid var(--border);background:#fff;border-radius:20px;place-items:center;padding:20px;display:grid}.heroLogoImg{width:260px;height:auto}.heroCard{border:1px solid var(--border);background:#fff;border-radius:20px;padding:16px}.heroCardTitle{font-size:14px;font-weight:800}.heroCardText{color:var(--muted);font-size:13px}.stats{gap:10px;margin-top:10px;display:flex}.stat{border:1px solid var(--border);border-radius:12px;padding:10px}.heroText{flex-direction:column;display:flex}.kicker{color:var(--primary);font-size:12px}.h1{margin:10px 0;font-size:36px}.lead{color:var(--muted)}.actions{gap:10px;margin-top:16px;display:flex}.btnPrimary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:12px 16px;font-weight:700}.btnPrimary:hover{background:var(--primary-dark)}.btnGhost{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;padding:12px 16px}.section{padding:30px 0}.sectionHeader{justify-content:space-between;margin-bottom:10px;display:flex}.sectionTitle{font-size:18px;font-weight:700}.sectionHint{color:var(--muted2)}.searchBox{border:1px solid var(--border);background:#fff;border-radius:12px;gap:10px;padding:12px;display:flex}.searchInput{border:none;outline:none;width:100%}.list{grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;display:grid}.optionItem{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;grid-template-columns:50px 1fr 20px;align-items:center;padding:12px;display:grid}.optionItem:hover{border-color:var(--primary);background:#fff5f5}.optionIcon{background:#ffe4e6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.optionTitle{font-weight:700}.optionArrow{font-size:20px}.steps{grid-template-columns:1fr 1fr 1fr;gap:10px;display:grid}.step{border:1px solid var(--border);background:#fff;border-radius:12px;padding:14px}.stepIcon{margin-bottom:6px;font-size:20px}.ctaBar{border:1px solid var(--border);border-radius:12px;justify-content:space-between;margin-top:14px;padding:14px;display:flex}.footer{color:#cbd5e1;background:linear-gradient(#0f172a,#020617);padding:40px 0 28px;font-size:13px}.footerGrid{grid-template-columns:1.5fr 1fr;align-items:start;gap:30px;display:grid}.footerBrand{align-items:center;gap:12px;display:flex}.footerLogo{background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.footerBrand strong{color:#fff;font-size:14px}.footerBrand p{color:#94a3b8;margin:2px 0 0;font-size:12px}.footerCol{flex-direction:column;gap:8px;display:flex}.footerTitle{color:#fff;font-size:13px;font-weight:700}.footerCol a{color:#cbd5e1;text-decoration:none;transition:all .2s}.footerCol a:hover{color:#e11d2e}.footerBottom{text-align:center;color:#94a3b8;border-top:1px solid #ffffff14;margin-top:20px;padding-top:16px}@media (max-width:900px){.heroGrid,.list,.steps{grid-template-columns:1fr}}.highlightCard{background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;box-shadow:0 10px 30px #0000000f}.heroCardTitle{color:#111827;align-items:center;gap:6px;display:flex}.heroCardText{color:#4b5563}.stat{background:#fff;border:1px solid #e5e7eb}.stat strong{color:#e11d2e}.stat span{color:#6b7280}
