*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:'Inter',sans-serif;background:#0a0a0f;color:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}

/* NAV */
#lp-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 2rem;transition:all .3s}
#lp-nav.scrolled{background:rgba(10,10,15,.85);-webkit--webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(99,102,241,.15);box-shadow:0 4px 24px rgba(0,0,0,.4)}
.lp-nav-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}
.lp-logo{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:800;letter-spacing:-.02em}
.lp-logo-icon{width:34px;height:34px;background:linear-gradient(135deg,#6366f1,#818cf8);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:.9rem}
.lp-nav-links{display:flex;gap:2rem}
.lp-nav-links a{font-size:.9rem;color:#a1a1aa;transition:color .15s}
.lp-nav-links a:hover{color:#fff}
.lp-nav-ctas{display:flex;gap:.75rem;align-items:center}
.btn-ghost{padding:.45rem 1rem;font-size:.875rem;color:#a1a1aa;border-radius:8px;transition:all .15s;cursor:pointer;background:none;border:none;font-family:inherit}
.btn-ghost:hover{color:#fff;background:rgba(255,255,255,.06)}
.btn-primary{padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;background:#6366f1;color:#fff;border-radius:8px;border:none;cursor:pointer;font-family:inherit;transition:all .15s;box-shadow:0 4px 16px rgba(99,102,241,.3)}
.btn-primary:hover{background:#5558e3;transform:translateY(-1px)}
.btn-primary-lg{padding:.8rem 2rem;font-size:1rem;font-weight:600;background:#6366f1;color:#fff;border-radius:10px;border:none;cursor:pointer;font-family:inherit;transition:all .15s;box-shadow:0 4px 24px rgba(99,102,241,.35)}
.btn-primary-lg:hover{background:#5558e3;transform:translateY(-1px)}
.btn-outline-lg{padding:.8rem 2rem;font-size:1rem;font-weight:500;background:transparent;color:#fff;border-radius:10px;border:1px solid rgba(255,255,255,.15);cursor:pointer;font-family:inherit;transition:all .15s}
.btn-outline-lg:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.25)}
.lp-hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#fff}
#lp-mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;z-index:99;background:rgba(10,10,15,.97);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(99,102,241,.15);padding:1.5rem 2rem}
#lp-mobile-menu.open{display:block}
#lp-mobile-menu a{display:block;padding:.75rem 0;font-size:1rem;color:#a1a1aa;border-bottom:1px solid rgba(255,255,255,.05)}
#lp-mobile-menu a:hover{color:#fff}
#lp-mobile-menu .mobile-ctas{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}

/* HERO */
#hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:80px}
.hero-grid{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.hero-grid svg{position:absolute;inset:0;width:100%;height:200%;animation:lp-grid-move 20s linear infinite}
.hero-orb-1{position:absolute;top:25%;left:25%;width:400px;height:400px;border-radius:50%;background:rgba(99,102,241,.18);filter:blur(120px);animation:lp-pulse-glow 3s ease-in-out infinite}
.hero-orb-2{position:absolute;bottom:25%;right:25%;width:280px;height:280px;border-radius:50%;background:rgba(129,140,248,.12);filter:blur(100px);animation:lp-pulse-glow 3s ease-in-out infinite;animation-delay:1.5s}
.hero-fade{position:absolute;bottom:0;left:0;right:0;height:140px;background:linear-gradient(to top,#0a0a0f,transparent)}
.hero-inner{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:6rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;border-radius:9999px;border:1px solid rgba(99,102,241,.3);background:rgba(99,102,241,.1);font-size:.82rem;font-weight:500;color:#818cf8;margin-bottom:1.5rem}
.hero-badge-dot{width:8px;height:8px;border-radius:50%;background:#6366f1;animation:lp-pulse-glow 2s ease-in-out infinite}
h1.hero-h1{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}
.hero-gradient-text{background:linear-gradient(90deg,#6366f1,#818cf8,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-sub{font-size:1.1rem;color:#a1a1aa;max-width:520px;margin-bottom:2.5rem;line-height:1.7}
.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}
.hero-card{animation:lp-float 6s ease-in-out infinite}
.doc-card{background:linear-gradient(135deg,rgba(15,15,26,.9) 0%,rgba(26,26,46,.7) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(99,102,241,.2);border-radius:20px;padding:1.5rem;max-width:320px;box-shadow:0 24px 48px rgba(0,0,0,.5),0 0 0 1px rgba(99,102,241,.1)}
.doc-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.doc-card-icon{width:40px;height:40px;border-radius:12px;background:rgba(99,102,241,.2);display:flex;align-items:center;justify-content:center}
.doc-card-icon svg{width:20px;height:20px;color:#818cf8;stroke:#818cf8}
.doc-card-name{font-size:.875rem;font-weight:600}
.doc-card-time{font-size:.75rem;color:#a1a1aa}
.doc-field{background:rgba(10,10,15,.6);border-radius:10px;padding:.75rem;margin-bottom:.75rem}
.doc-field-label{font-size:.7rem;color:#a1a1aa;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}
.doc-field-value{font-family:'JetBrains Mono','Courier New',monospace;font-size:.75rem;color:#818cf8;word-break:break-all}
.doc-verified{display:flex;align-items:center;gap:.5rem;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);border-radius:10px;padding:.75rem}
.doc-verified svg{width:18px;height:18px;stroke:#10b981;flex-shrink:0}
.doc-verified-label{font-size:.875rem;font-weight:600;color:#34d399}
.doc-verified-date{margin-left:auto;font-size:.75rem;color:rgba(52,211,153,.7)}

/* TRUST */
#trust{padding:3rem 2rem;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);background:rgba(15,15,26,.4)}
.trust-inner{max-width:1280px;margin:0 auto;text-align:center}
.trust-label{font-size:.85rem;color:#a1a1aa;margin-bottom:1.25rem}
.trust-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}
.trust-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem 1.1rem;border-radius:9999px;border:1px solid rgba(99,102,241,.15);background:rgba(26,26,46,.5);font-size:.85rem;color:#a1a1aa;transition:all .15s;cursor:default}
.trust-chip:hover{border-color:rgba(99,102,241,.35);color:#fff}
.trust-chip svg{width:16px;height:16px;stroke:#6366f1}

/* HOW IT WORKS */
#how{padding:6rem 2rem;position:relative;overflow:hidden}
.how-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:400px;border-radius:50%;background:rgba(99,102,241,.04);filter:blur(100px);pointer-events:none}
.section-inner{max-width:1280px;margin:0 auto}
.section-header{text-align:center;margin-bottom:4rem}
.section-header h2{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}
.section-header p{font-size:1.05rem;color:#a1a1aa;max-width:520px;margin:0 auto}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative}
.step-connector{position:absolute;top:64px;left:calc(33.33% + 1rem);width:calc(33.33% - 2rem);height:1px;background:linear-gradient(90deg,rgba(99,102,241,.5),transparent)}
.step-connector-2{left:calc(66.66% + 1rem)}
.step-card{background:linear-gradient(135deg,rgba(15,15,26,.8) 0%,rgba(26,26,46,.6) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(99,102,241,.15);border-radius:20px;padding:2rem;transition:all .3s}
.step-card:hover{border-color:rgba(99,102,241,.3);box-shadow:0 8px 32px rgba(99,102,241,.08);transform:translateY(-4px)}
.step-num-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}
.step-num{font-size:3rem;font-weight:800;color:rgba(99,102,241,.2);line-height:1;transition:color .3s}
.step-card:hover .step-num{color:rgba(99,102,241,.35)}
.step-icon{width:52px;height:52px;border-radius:14px;background:rgba(99,102,241,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .3s}
.step-card:hover .step-icon{background:rgba(99,102,241,.2)}
.step-icon svg{width:26px;height:26px;stroke:#6366f1}
.step-card h3{font-size:1.2rem;font-weight:700;margin-bottom:.75rem}
.step-card p{font-size:.9rem;color:#a1a1aa;line-height:1.7}

@media(max-width:900px){
  .hero-inner{grid-template-columns:1fr;text-align:center}.hero-card{display:none}
  .hero-sub{margin:0 auto 2.5rem}.hero-ctas{justify-content:center}
  .steps-grid{grid-template-columns:1fr}.step-connector{display:none}
  .lp-nav-links,.lp-nav-ctas{display:none}.lp-hamburger{display:block}
}
@media(max-width:600px){
  .hero-inner{padding:4rem 1.5rem}
  #trust,#how,#features,#pricing,#verify-cta{padding-left:1.5rem;padding-right:1.5rem}
}

.flex-center { display: flex; justify-content: center; }
.text-accent-light { color: #818cf8; }
.section-features { padding: 6rem 2rem; border-top: 1px solid rgba(255,255,255,0.05); background: rgba(10,10,15,0.8); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.mb-1-5 { margin-bottom: 1.5rem; }
.section-pricing { padding: 6rem 2rem; position: relative; overflow: hidden; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; max-width: 900px; margin: 0 auto; }
.flex-col { display: flex; flex-direction: column; }
.pricing-tier-title { font-size: 1.5rem; margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 2rem; }
.pricing-price { font-size: 3rem; font-weight: 800; color: #fff; margin-bottom: 0.5rem; }
.pricing-period { font-size: 1rem; color: #a1a1aa; font-weight: 400; }
.pricing-features { list-style: none; margin-bottom: 2rem; flex-grow: 1; display: flex; flex-direction: column; gap: 1rem; }
.pricing-feature-item { display: flex; align-items: center; gap: 0.75rem; }
.w-full { width: 100%; }
.pricing-card-pro { border-color: rgba(99,102,241,0.5); box-shadow: 0 0 0 1px rgba(99,102,241,0.5), 0 8px 40px rgba(99,102,241,0.15); position: relative; display: flex; flex-direction: column; }
.pricing-popular-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #6366f1; color: #fff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 1rem; border-radius: 9999px; letter-spacing: 0.05em; text-transform: uppercase; }
.section-verify-cta { padding: 6rem 2rem; border-top: 1px solid rgba(255,255,255,0.05); background: linear-gradient(to bottom, rgba(10,10,15,0.8), rgba(15,15,26,1)); }
.verify-cta-inner { text-align: center; max-width: 800px; }
.verify-icon-wrapper { width: 64px; height: 64px; border-radius: 20px; background: linear-gradient(135deg, rgba(99,102,241,0.2), rgba(129,140,248,0.2)); display: flex; align-items: center; justify-content: center; margin: 0 auto 2rem; }
.verify-cta-title { font-size: clamp(2rem, 3vw, 2.5rem); font-weight: 800; margin-bottom: 1rem; }
.verify-cta-desc { font-size: 1.1rem; color: #a1a1aa; margin-bottom: 2.5rem; }
.footer { padding: 4rem 2rem 2rem; border-top: 1px solid rgba(255,255,255,0.05); background: #0a0a0f; }
.footer-top { display: flex; flex-wrap: wrap; gap: 4rem; justify-content: space-between; margin-bottom: 4rem; }
.footer-brand { max-width: 300px; }
.mb-1 { margin-bottom: 1rem; }
.footer-logo-icon { width: 28px; height: 28px; border-radius: 8px; }
.footer-desc { color: #a1a1aa; font-size: 0.9rem; }
.footer-links-wrapper { display: flex; gap: 4rem; flex-wrap: wrap; }
.footer-heading { font-size: 0.9rem; font-weight: 600; margin-bottom: 1rem; color: #fff; }
.footer-list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copyright { color: #71717a; font-size: 0.85rem; }
.footer-status { display: flex; align-items: center; gap: 0.5rem; color: #71717a; font-size: 0.85rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #10b981; }

.footer-link { color: #a1a1aa; font-size: 0.85rem; transition: color 0.15s; }
.footer-link:hover { color: #fff !important; }
