.ec-page{z-index:1;flex-direction:column;min-height:100vh;display:flex;position:relative}.ec-nav{border-bottom:1px solid var(--line);z-index:10;justify-content:space-between;align-items:center;height:64px;padding:0 52px;display:flex;position:relative}.ec-hero{flex:1;grid-template-columns:1fr 1fr;min-height:calc(100vh - 64px);display:grid}.ec-hero-left{border-right:1px solid var(--line);flex-direction:column;justify-content:center;padding:80px 64px 80px 52px;display:flex}.ec-eyebrow{color:var(--accent);letter-spacing:2px;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:32px;font-size:11px;font-weight:700;display:inline-flex}.ec-eyebrow-dot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite tickerPulse}.ec-hero-left h1{letter-spacing:-2px;color:var(--ink);margin-bottom:24px;font-family:Unbounded,sans-serif;font-size:clamp(32px,3.5vw,48px);font-weight:700;line-height:1.15}.ec-hero-left h1 .pace{color:var(--accent)}.ec-hero-sub{color:var(--ink2);max-width:460px;margin-bottom:40px;font-size:16px;font-weight:300;line-height:1.75}.ec-hero-sub strong{color:var(--ink);font-weight:500}.ec-cta{background:var(--accent);color:#fff;letter-spacing:.3px;border-radius:8px;align-self:flex-start;align-items:center;gap:8px;padding:16px 28px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.ec-cta:hover{background:var(--accent2);transform:translateY(-2px);box-shadow:0 8px 24px #d45a0a40}.ec-features-row{gap:28px;margin-top:36px;display:flex}.ec-feat{color:var(--ink2);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.ec-feat-icon{color:var(--accent);flex-shrink:0}.ec-hero-right{background:var(--bg2);flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;display:flex;position:relative;overflow:hidden}.cs-wrapper{z-index:1;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:400px;display:flex}.cs-window{background:#fff;border-radius:12px;flex-direction:column;width:100%;height:480px;display:flex;overflow:hidden;box-shadow:0 4px 40px #00000014,0 0 0 1px #0000000a}.cs-header{background:#fafafa;border-bottom:1px solid #0000000f;align-items:center;gap:6px;padding:12px 16px;display:flex}.cs-header-dot{border-radius:50%;width:10px;height:10px}.cs-dot-red{background:#ff5f57}.cs-dot-yellow{background:#febc2e}.cs-dot-green{background:#28c840}.cs-header-title{color:var(--ink2);letter-spacing:.3px;margin-left:8px;font-size:12px;font-weight:600}.cs-chat{background:#fff;flex-direction:column;flex:1;gap:10px;padding:16px 14px;display:flex;overflow:hidden auto}.cs-chat::-webkit-scrollbar{width:0}.cs-msg{max-width:100%;display:none}.cs-msg-user{flex-direction:row-reverse;align-self:flex-end}.cs-msg-bot{flex-direction:row;align-self:flex-start;align-items:flex-start;gap:8px}.cs-avatar{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex}.cs-bubble{border-radius:16px;max-width:82%;padding:10px 14px;font-size:13px;line-height:1.55}.cs-bubble b{font-weight:700}.cs-bubble-user{background:var(--accent);color:#fff;border-radius:16px 16px 4px;font-weight:500}.cs-bubble-bot{color:var(--ink);background:#f5f3f0;border-radius:16px 16px 16px 4px}.cs-typing{background:#f5f3f0;border-radius:16px;align-items:center;gap:4px;padding:12px 16px;display:inline-flex}.cs-tdot{background:#bbb;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite csBounce}.cs-tdot:nth-child(2){animation-delay:.2s}.cs-tdot:nth-child(3){animation-delay:.4s}@keyframes csBounce{0%,60%,to{background:#bbb;transform:translateY(0)}30%{background:var(--accent);transform:translateY(-4px)}}@keyframes csFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cs-reveal{animation:.35s forwards csFadeUp}.cs-input-bar{background:#fafafa;border-top:1px solid #0000000f;padding:10px 14px 14px}.cs-input-field{border:1.5px solid var(--line);color:var(--ink3);background:#fff;border-radius:20px;padding:10px 16px;font-family:Nunito,sans-serif;font-size:13px}.cs-next{color:var(--accent);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s}.cs-next:hover:not(:disabled){background:#d45a0a14}.cs-next:disabled{opacity:.35;cursor:default}.ec-footer{border-top:1px solid var(--line);z-index:1;justify-content:space-between;align-items:center;padding:24px 52px;display:flex;position:relative}.ec-footer-copy{color:var(--ink3);font-size:12px}.ec-footer-links{gap:16px;display:flex}.ec-footer-links a{color:var(--ink3);font-size:12px;text-decoration:none}.ec-footer-links a:hover{color:var(--ink2)}@media (max-width:960px){.ec-nav{padding:0 24px}.ec-hero{grid-template-columns:1fr;min-height:auto}.ec-hero-left{border-right:none;border-bottom:1px solid var(--line);padding:60px 24px}.ec-hero-left h1{letter-spacing:-1.5px;font-size:clamp(28px,6vw,36px)}.ec-hero-right{padding:40px 24px}.cs-wrapper{max-width:100%}.ec-features-row{flex-direction:column;gap:14px}.ec-footer{padding:24px}}
