*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;background:#f7f9ff;color:#111827;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.nav{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(17,24,39,.08)}.nav-inner{height:66px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-weight:900}.logo{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#7c3aed);display:grid;place-items:center;color:#fff}.pill{padding:8px 14px;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:800;font-size:13px}.hero{padding:48px 0 34px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;align-items:center}.badge{display:inline-flex;align-items:center;gap:8px;background:#ecfeff;color:#0e7490;border:1px solid #a5f3fc;padding:9px 14px;border-radius:999px;font-size:13px;font-weight:900;margin-bottom:18px}h1{font-size:clamp(38px,8vw,72px);line-height:.98;letter-spacing:-2.5px;margin-bottom:18px}.gradient{background:linear-gradient(135deg,#2563eb,#7c3aed,#db2777);-webkit-background-clip:text;background-clip:text;color:transparent}.lead{color:#4b5563;font-size:clamp(16px,3.4vw,20px);line-height:1.7;max-width:640px;margin-bottom:22px}.highlight{display:inline-block;color:#16a34a;font-weight:900;margin-bottom:20px;font-size:18px}.checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0 24px}.check{background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:14px;padding:13px;font-weight:800;color:#374151;box-shadow:0 10px 26px rgba(17,24,39,.05)}.cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:58px;padding:0 26px;border-radius:16px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;font-weight:900;font-size:17px;box-shadow:0 16px 34px rgba(22,163,74,.28);transition:transform .18s ease,box-shadow .18s ease}.cta:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(22,163,74,.36)}.hero-card{background:#fff;border-radius:30px;padding:18px;box-shadow:0 22px 70px rgba(30,64,175,.16);border:1px solid rgba(17,24,39,.06)}.image-box{min-height:360px;border-radius:24px;background:radial-gradient(circle at 30% 20%,#dbeafe,transparent 32%),linear-gradient(135deg,#eef2ff,#faf5ff 45%,#ecfdf5);display:grid;place-items:center;text-align:center;padding:24px;overflow:hidden}.phone{width:210px;height:330px;border-radius:32px;background:#111827;padding:14px;box-shadow:0 20px 40px rgba(17,24,39,.25);transform:rotate(-4deg)}.phone-screen{height:100%;border-radius:24px;background:linear-gradient(180deg,#ffffff,#eff6ff);padding:20px;display:flex;flex-direction:column;justify-content:center;gap:14px}.bar{height:13px;border-radius:99px;background:#c7d2fe}.bar:nth-child(2){width:74%;background:#bbf7d0}.bar:nth-child(3){width:86%;background:#fecdd3}.amount{font-size:30px;font-weight:900;color:#16a34a;margin:12px 0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}.stat{background:#fff;border-radius:20px;padding:20px 12px;text-align:center;border:1px solid rgba(17,24,39,.07);box-shadow:0 10px 26px rgba(17,24,39,.05)}.stat strong{display:block;color:#2563eb;font-size:26px;margin-bottom:6px}.stat span{color:#6b7280;font-weight:700;font-size:13px}.section{padding:46px 0}.section-title{text-align:center;margin-bottom:28px}.section-title small{color:#2563eb;font-weight:900;text-transform:uppercase;letter-spacing:1px}.section-title h2{font-size:clamp(28px,5vw,44px);margin:8px 0 10px;letter-spacing:-1px}.section-title p{color:#6b7280;font-size:17px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border-radius:24px;padding:24px;border:1px solid rgba(17,24,39,.07);box-shadow:0 16px 36px rgba(17,24,39,.06)}.icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:#eef2ff;color:#4338ca;font-size:22px;margin-bottom:16px}.card h3{font-size:19px;margin-bottom:10px}.card p{color:#6b7280;line-height:1.65}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step-num{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:14px}.testimonial{font-style:italic}.notice{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:20px;padding:18px;line-height:1.65;font-size:14px}.floating-cta{position:fixed;left:14px;right:14px;bottom:14px;z-index:30;display:none}.floating-cta .cta{width:100%}footer{padding:34px 0 92px;text-align:center;color:#6b7280;font-size:13px}.wa-icon{width:22px;height:22px}@media(max-width:860px){.hero-grid{grid-template-columns:1fr}.checks,.cards,.steps{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.hero{padding-top:30px}.hero-card{order:-1}.image-box{min-height:300px}.phone{width:170px;height:270px}.floating-cta{display:block}.desktop-cta{display:none}}