@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;background:#fff;font-family:Inter,sans-serif}nav{z-index:100;background:#fff;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;height:68px;padding:0 60px;display:flex;position:sticky;top:0}.logo{color:#4f46e5;letter-spacing:-.02em;font-size:1.15rem;font-weight:800;text-decoration:none}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:#666;font-size:14px;font-weight:500;text-decoration:none}.nav-links a:hover{color:#1a1a1a}.nav-cta{border-radius:8px;padding:10px 22px;color:#fff!important;background:#4f46e5!important;font-size:13px!important;font-weight:600!important}.hero{text-align:center;background:linear-gradient(#f5f3ff 0%,#fff 100%);padding:72px 24px 56px}.hero-badge{color:#4f46e5;letter-spacing:.08em;background:#ede9fe;border-radius:20px;margin-bottom:20px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-block}.hero h1{letter-spacing:-.03em;margin-bottom:12px;font-size:2.4rem;font-weight:800}.hero h1 span{color:#4f46e5}.hero p{color:#888;max-width:520px;margin:0 auto;font-size:15px;line-height:1.6}footer{border-top:1px solid #f0f0f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:32px 60px;display:flex}.footer-logo{color:#4f46e5;font-size:1rem;font-weight:800}.footer-links{flex-wrap:wrap;gap:24px;display:flex}.footer-links a{color:#888;font-size:13px;text-decoration:none}.footer-links a:hover{color:#1a1a1a}.section-label{letter-spacing:.1em;text-transform:uppercase;color:#4f46e5;text-align:center;margin-bottom:12px;font-size:12px;font-weight:700}.section-title{text-align:center;letter-spacing:-.02em;margin-bottom:48px;font-size:clamp(1.6rem,3vw,2rem);font-weight:800}.btn-primary{color:#fff;background:#4f46e5;border-radius:10px;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-block}.btn-primary:hover{opacity:.88}.btn-white{color:#4f46e5;background:#fff;border-radius:10px;padding:14px 36px;font-size:15px;font-weight:700;text-decoration:none;display:inline-block}.btn-white:hover{opacity:.92}#newo-cookie-banner{color:#fff;z-index:9999;background:#1a1a2e;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #0000004d}#newo-cookie-banner p{flex:1;min-width:200px;margin:0;line-height:1.5}#newo-cookie-banner .cookie-btns{flex-shrink:0;gap:10px;display:flex}#newo-cookie-accept{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:6px;padding:9px 20px;font-size:13px;font-weight:600}#newo-cookie-decline{color:#ccc;cursor:pointer;background:0 0;border:1px solid #555;border-radius:6px;padding:9px 20px;font-size:13px}@media (max-width:640px){nav{padding:0 20px}.hero{padding:48px 20px 40px}.hero h1{font-size:1.8rem}footer{text-align:center;flex-direction:column;gap:16px;padding:24px 20px}.nav-links{display:none}}
