*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--fg:#f5f2ee;--accent:#007aff;--accent-hover:#0a84ff;--muted:#8a8580;--card-bg:#141414;--border:#222}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;filter:blur(40px);background:radial-gradient(circle,#007aff0f 0%,#0000 55%);width:900px;height:900px;position:fixed;top:10%;left:50%;transform:translate(-50%)}a{color:var(--accent);text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}@keyframes bubblePop{0%{opacity:0;transform:scale(.8)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.msg-bubble{letter-spacing:-.015em;color:#fff;text-align:left;word-wrap:break-word;border-radius:18px;width:fit-content;max-width:76%;padding:7px 13px 8px;font-family:-apple-system,SF Pro Text,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.25;animation:.22s ease-out bubblePop;position:relative}.bubble-cap{background:#26252a;align-self:flex-start;margin-left:4px}.bubble-user{background:#007aff;align-self:flex-end;margin-right:4px}.bubble-cap.has-tail:before{content:"";z-index:0;background:#26252a;border-bottom-right-radius:15px 14px;width:20px;height:25px;position:absolute;bottom:-2px;left:-7px}.bubble-cap.has-tail:after{content:"";z-index:1;background:#000;border-bottom-right-radius:10px;width:26px;height:27px;position:absolute;bottom:-2px;left:-26px}.bubble-user.has-tail:before{content:"";z-index:0;background:#007aff;border-bottom-left-radius:15px 14px;width:20px;height:25px;position:absolute;bottom:-2px;right:-7px}.bubble-user.has-tail:after{content:"";z-index:1;background:#000;border-bottom-left-radius:10px;width:26px;height:27px;position:absolute;bottom:-2px;right:-26px}.msg-bubble.typing{align-items:center;gap:4px;padding:11px 14px;display:flex}.typing-dot{background:#8e8e93;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite typingPulse;display:inline-block}@keyframes typingPulse{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}@media (max-width:900px){.hero-section{text-align:center;flex-direction:column!important;gap:2.5rem!important;min-height:auto!important;padding:2rem 1.5rem!important}.hero-copy{max-width:100%!important}.hero-copy>div:first-child{font-size:.7rem!important}.hero-title{font-size:2.25rem!important}.hero-copy p{margin-left:auto;margin-right:auto}.hero-copy>div:last-child{justify-content:center}}@media (max-width:768px){.how-it-works-section h2{font-size:2rem!important}.how-it-works-section{padding-top:60px!important}.pricing-card{padding:20px!important}}
