:root{--primary:#7C3AED;--secondary:#F9A8D4;--accent:#14B8A6;--surface:#FFF7ED;--ink:#101828;--muted:#667085;--line:#e4e7ec;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--surface);color:var(--ink);line-height:1.6}a{text-decoration:none;color:inherit}.wrap{width:min(1160px,calc(100% - 36px));margin:0 auto}.nav{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.nav .wrap{height:72px;display:flex;align-items:center;gap:24px}.brand{font-size:23px;font-weight:900;color:var(--primary);margin-right:auto}.nav a:not(.brand){font-weight:800;color:#475467}.hero{padding:90px 0;background:linear-gradient(135deg,var(--white),var(--surface))}.hero-grid{display:grid;grid-template-columns: 1.1fr .9fr;gap:42px;align-items:center}.eyebrow,.section-title span,.card span{font-size:12px;font-weight:900;color:var(--accent);text-transform:uppercase}.hero h1{font-size:clamp(40px,6vw,68px);line-height:1.02;margin:14px 0}.hero p{font-size:19px;color:var(--muted);max-width:680px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:8px;background:var(--primary);color:#fff;padding:0 18px;font-weight:900;margin-top:20px}.hero-card,.card,.showcase article,.price-grid article,details,.proof-grid div{border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 18px 42px rgba(16,24,40,.08)}.hero-card{padding:28px;min-height:280px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff}.section,.proof{padding:76px 0}.section-title{max-width:780px;margin-bottom:26px}.section-title h2,h2{font-size:clamp(30px,4vw,44px);line-height:1.12;margin:8px 0}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.proof-grid div{padding:20px}.cards{display:grid;grid-template-columns: repeat(4, 1fr);gap:18px}.card{padding:22px}.alt{background:#fff}.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.feature-panel,.visual{min-height:260px;border-radius:8px;background:linear-gradient(135deg,var(--secondary),var(--accent))}.steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.steps li{background:#fff;border:1px solid var(--line);border-radius:8px;padding:20px}.steps span{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;background:var(--primary);color:#fff;font-weight:900}.showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.showcase article{padding:18px}.visual{min-height:170px}.pricing{background:#101828;color:#fff}.price-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:18px}.price-grid p{color:#d0d5dd}.price-grid article{padding:22px;color:var(--ink)}.faq details{padding:18px;margin:12px 0}.cta{padding:74px 0;background:var(--primary);color:#fff}.cta-grid{display:flex;align-items:center;justify-content:space-between;gap:24px}.cta .btn{background:#fff;color:var(--primary)}.footer{padding:36px 0;background:#020617;color:#cbd5e1}@media(max-width:900px){.hero-grid,.proof-grid,.cards,.split,.steps,.showcase,.price-grid{grid-template-columns:1fr}.nav a:not(.brand){display:none}.cta-grid{align-items:flex-start;flex-direction:column}}







/* logins-category-images */
.hero-card.media-card{padding:0;overflow:hidden;background:#fff;color:var(--ink)}
.hero-card.media-card img{display:block;width:100%;height:300px;object-fit:cover}
.media-copy{padding:20px}
.feature-panel{overflow:hidden;background:#fff;min-height:360px}
.feature-panel img{display:block;width:100%;height:100%;min-height:360px;object-fit:cover}
.showcase article{overflow:hidden}
.showcase article .visual{display:block;width:100%;height:190px;min-height:190px;object-fit:cover;border-radius:8px;background:#fff}
