@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap");:root{--bg:#FAF9F6;--surface:#FFFFFF;--surface-2:#F3F4F6;--text:#000000;--text-secondary:#4B5563;--text-muted:#6B7280;--accent:#7C4DFF;--secondary:#00BFAE;--border:#000000;--warning:#FF6F00;--success:#16A34A;--danger:#DC2626;--font-heading:"Outfit",system-ui,sans-serif;--font-body:"Inter",system-ui,sans-serif;--radius-sm:8px;--radius-lg:12px;--radius-pill:999px;--shadow-brutal:4px 4px 0px 0px #000000;--shadow-brutal-lg:8px 8px 0px 0px #000000;--shadow-brutal-sm:2px 2px 0px 0px #000000}*{box-sizing:border-box}body{margin:0;padding:0;background-color:var(--bg);color:var(--text);font-family:var(--font-body);overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin:0}a{color:inherit;text-decoration:none}.brutal-box{border:3px solid var(--border);border-radius:var(--radius-lg);transition:all .2s ease}.brutal-box,.brutal-btn{background:var(--surface);box-shadow:var(--shadow-brutal)}.brutal-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;color:var(--text);font-weight:800;font-size:16px;font-family:var(--font-heading);border:3px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all .15s ease;text-decoration:none;white-space:nowrap}.brutal-btn-primary{background:var(--accent);color:#FFFFFF}.brutal-btn:hover{transform:translate(2px,2px);box-shadow:var(--shadow-brutal-sm)}.brutal-btn:active{transform:translate(4px,4px);box-shadow:none}.brutal-hover:hover{transform:translate(4px,4px);box-shadow:none!important}.nav-header{padding:20px 0;border-bottom:3px solid #000;background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:50}.nav-container{display:flex;justify-content:space-between;align-items:center}.nav-brand{text-decoration:none;color:inherit;font-size:24px;font-weight:900;font-family:var(--font-heading);letter-spacing:-1px;display:inline-flex;align-items:center}.brand-framed{padding:4px 12px;border:3px solid #000;border-radius:4px;background:#fff;box-shadow:2px 2px 0 0 #000;display:inline-block;transition:transform .15s ease}.nav-actions{display:flex;gap:16px;align-items:center}.nav-login{font-weight:700;font-size:15px;padding:8px 12px;border-radius:var(--radius-sm);color:var(--text);white-space:nowrap;text-decoration:none;transition:background-color .15s ease,transform .15s ease}.nav-login:hover{background-color:var(--surface-2)}.nav-cta{white-space:nowrap!important}.nav-cta-icon{width:18px;height:18px;flex-shrink:0}.container{max-width:1200px;margin:0 auto;padding:0 48px}.hero-badge-container{display:flex;justify-content:flex-start;margin-bottom:32px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#fff;border:3px solid #000;border-radius:99px;font-weight:800;font-size:13px;text-transform:uppercase;box-shadow:2px 2px 0 0 #000}.hero-heading{font-size:clamp(48px,5vw,64px);font-weight:800;line-height:1.05;letter-spacing:-2px;margin-bottom:24px;margin-top:0}.hero-heading-lead{display:block}.hero-rotating-word-container{color:#EC4899;position:relative;display:inline-block;min-width:320px;vertical-align:baseline;padding:0 6px;box-sizing:content-box}.hero-word-sizer{visibility:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;display:inline-block}.hero-rotating-word{position:absolute;left:0;top:0;opacity:0;transition:opacity .5s ease-in-out;display:inline-block;white-space:nowrap}.hero-rotating-word.active{opacity:1}.hero-underline{position:absolute;bottom:-6px;left:0;width:100%;pointer-events:none}.hero-heading-tail{display:inline-block;margin-left:8px}.hero-subheading{font-size:20px;color:var(--text-secondary);line-height:1.6;margin-bottom:40px;max-width:480px}@media (max-width:992px){.container{padding:0 24px}.nav-header{padding:16px 0}.hero-badge-container{justify-content:center!important;margin-bottom:24px!important}.hero-grid{grid-template-columns:1fr!important;gap:32px!important}.hero-grid,.hero-grid>div:first-child,.hero-heading{text-align:center!important}.hero-heading{font-size:clamp(38px,7.5vw,52px)!important;line-height:1.15!important;letter-spacing:-1.5px!important;margin-bottom:20px!important}.hero-heading-lead{display:block!important;text-align:center!important;margin-bottom:4px!important}.hero-rotating-word-container{display:inline-block!important;min-width:0!important;text-align:center!important;margin:4px auto!important}.hero-rotating-word{left:0!important;right:0!important;width:100%!important;text-align:center!important}.hero-heading-tail{display:block!important;text-align:center!important;margin-left:0!important;margin-top:4px!important}.hero-subheading{text-align:center!important;margin-left:auto!important;margin-right:auto!important;margin-bottom:32px!important;font-size:18px!important}.features-grid,.footer-grid{grid-template-columns:1fr!important}.footer-grid{gap:48px!important}.mobile-stack{flex-direction:column!important;align-items:center!important}}@media (max-width:640px){.container{padding:0 16px}.nav-header{padding:12px 0;border-bottom-width:2.5px}.nav-brand{font-size:20px;letter-spacing:-.5px}.brand-framed{padding:3px 8px;border-width:2.5px;box-shadow:2px 2px 0 0 #000}.nav-actions{gap:8px}.nav-login{font-size:13px;padding:6px 8px}.nav-cta{padding:8px 12px!important;font-size:13px!important;border-width:2.5px!important;box-shadow:2.5px 2.5px 0 0 #000!important;gap:5px!important}.nav-cta-icon{width:14px;height:14px}.hero-heading{font-size:clamp(32px,8.5vw,42px)!important;letter-spacing:-1px!important;margin-bottom:16px!important}.hero-subheading{font-size:16px!important;line-height:1.5!important;margin-bottom:28px!important}.hero-badge{font-size:12px;padding:5px 12px}}