@font-face { font-family: Nunito; font-style: normal; font-weight: 300; src: local(""), url("../_shared/fonts/51cc661e-6f35-4ad0-bc79-761772316951.woff2") format("woff2"); }
@font-face { font-family: Nunito; font-style: normal; font-weight: 400; src: local(""), url("../_shared/fonts/dc0f5d4a-1729-42ca-997e-c022b9139196.woff2") format("woff2"); }
@font-face { font-family: Nunito; font-style: normal; font-weight: 600; src: local(""), url("../_shared/fonts/6d17fb00-8dd7-4cf0-8b69-e195b9309d01.woff2") format("woff2"); }
@font-face { font-family: Nunito; font-style: normal; font-weight: 700; src: local(""), url("../_shared/fonts/7a3e2782-4e3d-4d14-a7ea-36448ffd859a.woff2") format("woff2"); }
:root { --accent: #8b5cf6; --accent-dark: #6d28d9; --accent-rgb: 139,92,246; --bg: #0a0c10; --bg-2: #0f1218; --bg-card: #13171f; --border: rgba(255,255,255,0.07); --text: #e2e8f0; --muted: #64748b; --muted-2: #94a3b8; }
html, body { overflow-x: hidden; max-width: 100%; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: Nunito, sans-serif; background: var(--bg); color: var(--text); font-size: 1rem; line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; }
a:hover { color: var(--accent); opacity: 0.85; }
.nav { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 1000; height: 62px; display: flex; align-items: center; background: rgba(10, 12, 16, 0.9); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); padding: 0px 1.5rem; justify-content: space-between; }
.nav-brand { font-weight: 800; font-size: 1.05rem; letter-spacing: -0.01em; color: var(--text); }
.nav-brand span { color: var(--accent); }
.nav-btn { background: var(--accent); color: rgb(0, 0, 0); font-weight: 700; font-size: 0.85rem; padding: 0.42rem 1.1rem; border-radius: 8px; transition: filter 0.2s; white-space: nowrap; }
.nav-btn:hover { color: rgb(0, 0, 0); filter: brightness(1.1); }
.hero { min-height: 100vh; display: flex; align-items: center; padding: 6rem 0px 4rem; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0px; background: radial-gradient(ellipse 60% 50%at 60% 40%,rgba(var(--accent-rgb),.09) 0%,transparent 70%),radial-gradient(ellipse 40% 40%at 10% 80%,rgba(var(--accent-rgb),.04) 0%,transparent 60%); pointer-events: none; }
.hero-grid { position: absolute; inset: 0px; background-image: linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px); background-size: 48px 48px; pointer-events: none; opacity: 0.4; }
.eyebrow { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); background: rgba(var(--accent-rgb),.1); border: 1px solid rgba(var(--accent-rgb),.25); padding: 0.3rem 0.85rem; border-radius: 100px; margin-bottom: 1.25rem; }
.h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 900; line-height: 1.1; letter-spacing: -0.03em; white-space: normal; color: rgb(241, 245, 249); }
.hero-sub { font-size: 1.1rem; color: var(--muted-2); font-weight: 400; max-width: 480px; line-height: 1.7; margin-top: 1.25rem; }
.btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--accent); color: rgb(0, 0, 0); font-weight: 800; font-size: 0.95rem; padding: 0.75rem 1.75rem; border-radius: 10px; transition: filter 0.2s, transform 0.2s; box-shadow: 0 4px 24px rgba(var(--accent-rgb),.3); }
.btn-primary:hover { color: rgb(0, 0, 0); filter: brightness(1.08); transform: translateY(-2px); }
.btn-ghost { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--muted-2); font-weight: 600; font-size: 0.95rem; padding: 0.75rem 1.5rem; border: 1px solid var(--border); border-radius: 10px; transition: border-color 0.2s, color 0.2s; }
.btn-ghost:hover { color: var(--text); border-color: rgba(var(--accent-rgb),.4); }
.kpi-bar { background: var(--bg-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 2rem 0px; }
.kpi { text-align: center; padding: 0.5rem 1rem; }
.kpi-val { display: block; font-size: 1.75rem; font-weight: 900; color: var(--accent); letter-spacing: -0.02em; line-height: 1.1; }
.kpi-label { font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; color: var(--muted); margin-top: 0.2rem; }
.section { padding: 5rem 0px; }
.section-alt { background: var(--bg-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); display: block; margin-bottom: 0.5rem; }
.h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 900; letter-spacing: -0.025em; line-height: 1.2; color: rgb(241, 245, 249); }
.lead { font-size: 1rem; color: var(--muted-2); font-weight: 400; max-width: 580px; }
.feat-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 1.75rem; height: 100%; transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s; position: relative; overflow: hidden; }
.feat-card::after { content: ""; position: absolute; inset: 0px; border-radius: 14px; background: radial-gradient(ellipse 80% 60%at 50% 0%,rgba(var(--accent-rgb),.06),transparent); opacity: 0; transition: opacity 0.25s; }
.feat-card:hover { border-color: rgba(var(--accent-rgb),.35); transform: translateY(-4px); box-shadow: rgba(0, 0, 0, 0.35) 0px 12px 40px; }
.feat-card:hover::after { opacity: 1; }
.feat-icon { width: 44px; height: 44px; background: rgba(var(--accent-rgb),.12); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; color: var(--accent); margin-bottom: 1rem; flex-shrink: 0; }
.feat-card h3 { font-size: 1rem; font-weight: 800; color: rgb(241, 245, 249); margin-bottom: 0.4rem; }
.feat-card p { font-size: 0.9rem; color: var(--muted-2); line-height: 1.65; margin: 0px; }
.content-body p { color: var(--muted-2); font-size: 0.97rem; margin-bottom: 0.9rem; }
.check-list { list-style: none; padding: 0px; margin: 0px; }
.check-list li { display: flex; align-items: flex-start; gap: 0.6rem; padding: 0.5rem 0px; font-size: 0.95rem; border-bottom: 1px solid var(--border); color: var(--text); }
.check-list li:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }
.check-list li::before { content: ""; width: 18px; height: 18px; border-radius: 50%; background-attachment: ; background-origin: ; background-clip: ; background-color: ; border: 1.5px solid rgba(var(--accent-rgb),.4); flex-shrink: 0; margin-top: 0.2rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8L6.5 11L12.5 5' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: 12px auto; background-position: center center; background-repeat: no-repeat; }
.infra-box { background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 2rem; }
.infra-box h4 { font-size: 1rem; font-weight: 800; color: rgb(241, 245, 249); margin-bottom: 0.35rem; }
.infra-box p { margin: 0px; }
.infra-divider { border-top: 1px solid var(--border); margin: 1.5rem 0px; }
.faq-item { border-bottom: 1px solid var(--border); padding: 1.4rem 0px; }
.faq-item h3 { font-size: 0.97rem; font-weight: 700; color: rgb(241, 245, 249); margin-bottom: 0.4rem; }
.faq-item p { font-size: 0.9rem; color: var(--muted-2); margin: 0px; line-height: 1.65; }
.pay-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem 0.75rem; display: flex; flex-direction: column; align-items: center; gap: 0.6rem; text-align: center; transition: border-color 0.2s, transform 0.2s; height: 100%; }
.pay-card:hover { border-color: rgba(var(--accent-rgb),.35); transform: translateY(-3px); }
.pay-icon { font-size: 1.8rem; line-height: 1; }
.pay-card span { font-size: 0.78rem; font-weight: 700; color: var(--muted-2); line-height: 1.3; }
@media (max-width: 576px) {
}
.cta { background: linear-gradient(135deg,rgba(var(--accent-rgb),.08) 0%,transparent 60%); border-top: 1px solid var(--border); padding: 5rem 0px; position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; top: -120px; right: -120px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle,rgba(var(--accent-rgb),.12),transparent 70%); pointer-events: none; }
.cta-h2 { font-size: clamp(1.75rem, 3.5vw, 2.75rem); font-weight: 900; letter-spacing: -0.03em; line-height: 1.15; color: rgb(241, 245, 249); }
.footer { border-top: 1px solid var(--border); padding: 2.5rem 1.5rem; text-align: center; font-size: 0.82rem; color: var(--muted); }
.footer a { color: var(--muted-2); font-weight: 600; font-size: 0.82rem; }
.footer a:hover { color: var(--accent); }
.mockup { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: 0 24px 80px rgba(0,0,0,.5),0 0 0 1px rgba(var(--accent-rgb),.08); position: relative; }
.mockup-bar { background: rgb(26, 31, 43); padding: 0.75rem 1rem; display: flex; align-items: center; gap: 0.5rem; border-bottom: 1px solid var(--border); }
.mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
.mockup-url { margin-left: 0.5rem; background: rgb(15, 18, 24); border-radius: 6px; padding: 0.25rem 0.75rem; font-size: 0.75rem; color: var(--muted); font-weight: 600; flex: 1 1 0%; max-width: 260px; }
.mockup-body { padding: 1.5rem; }
.stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 0.75rem; }
.stat-box { background: var(--bg-2); border: 1px solid var(--border); border-radius: 10px; padding: 0.9rem 1rem; }
.stat-box .val { font-size: 1.3rem; font-weight: 900; color: var(--accent); display: block; letter-spacing: -0.02em; }
.stat-box .lbl { font-size: 0.72rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; }
.bar-row { margin-top: 0.75rem; }
.bar-label { display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--muted); margin-bottom: 0.35rem; font-weight: 600; }
.bar-track { background: var(--bg-2); border-radius: 100px; height: 6px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 100px; background: linear-gradient(90deg,var(--accent-dark),var(--accent)); }
@media (max-width: 768px) {
  .h1 { font-size: 2.1rem; }
  .hero { padding: 5rem 0px 3rem; }
}

:root{--accent:#22d3ee;--accent-dark:#0891b2;--accent-rgb:34,211,238}
.nav-brand b{font-weight:800;color:var(--muted-2);margin-left:.25rem}
.nav-brand span{color:var(--accent)}
.mockup-dot{width:10px;height:10px;border-radius:50%}.mockup-dot.red{background:#ff5f57}.mockup-dot.yellow{background:#febc2e}.mockup-dot.green{background:#28c840}
.pay-card img{height:34px;max-width:92px;width:auto;object-fit:contain;display:block}
.pay-card{min-height:110px;justify-content:center}

.legal{padding:8rem 0 4rem}.legal-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:2rem;max-width:900px}.legal-card h2{font-size:1.25rem;margin-top:2rem;color:#f1f5f9}.legal-card p{color:var(--muted-2)}.legal-card hr{border-color:var(--border);margin:2rem 0}.legal-card .muted{color:var(--muted)}

/* Final shared fixes */
.nav-brand b { font-weight: 800; color: var(--accent); margin: 0; }
.nav-brand { color: var(--accent); }
body, button, input, textarea, select { font-family: Nunito, system-ui, -apple-system, "Segoe UI", sans-serif; }
.feat-icon i, .nav-btn i, .btn-primary i, .btn-ghost i { font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 900; }
