@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;450;500;550;600;650;700;750;800;900&display=swap');
:root{--ink:#1d3935;--muted:#728079;--green:#24634f;--lime:#d7ed93;--paper:#f7f8f2;--line:#dfe5dc;--white:#fff;--font:'Golos Text',system-ui,-apple-system,'Segoe UI',sans-serif}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:15px;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a,input,textarea{outline-offset:4px}a{color:inherit}.site-header{max-width:1350px;margin:auto;padding:32px 48px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.brand{text-decoration:none;font-size:31px;font-weight:800;letter-spacing:-1.8px;display:inline-flex;gap:7px;align-items:center}.brand span{font-size:31px;color:var(--green);line-height:1;transform:rotate(-10deg)}.demo-label{display:flex;gap:9px;align-items:center;color:var(--muted);font-size:12px}.demo-label i,.online-dot{width:7px;height:7px;background:#639965;border-radius:50%;display:inline-block}.header-link{text-decoration:none;font-weight:500;font-size:13px}.header-link span{margin-left:14px}.demo-layout{max-width:1254px;margin:0 auto;padding:64px 0 45px;display:grid;grid-template-columns:1.05fr 1fr;gap:90px;align-items:center}.eyebrow{font-size:10px;letter-spacing:1.7px;font-weight:600;display:flex;align-items:center;gap:10px;margin:0 0 27px}.line{width:25px;height:1px;background:var(--green)}h1{font-size:clamp(38px,4.2vw,61px);line-height:1.09;letter-spacing:-2.9px;font-weight:650;margin:0 0 24px}h1 em{font-style:normal;position:relative;z-index:0;white-space:nowrap}h1 em:after{content:'';position:absolute;left:-3px;right:-6px;bottom:1px;height:15px;background:var(--lime);z-index:-1;border-radius:50% 3px 40% 4px;transform:rotate(-1.5deg)}.lead{font-size:17px;line-height:1.7;color:#6a7971;margin:0 0 25px}.platforms{display:flex;flex-wrap:wrap;gap:18px;color:#4d645a;font-size:11px}.platforms span{display:flex;align-items:center;gap:6px}.platforms b{font-size:20px}.wa{color:#427b55}.ig{color:#9c7166}.tg{color:#568782}.steps{margin:35px 0 34px;display:grid;gap:18px}.steps>div{display:flex;gap:16px}.steps>div>span{font-size:10px;color:#73816b;border:1px solid #d6dfce;border-radius:50%;height:29px;min-width:29px;display:grid;place-items:center;margin-top:1px}.steps p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.steps strong{display:block;color:var(--ink);font-weight:550;font-size:13px;margin-bottom:1px}.price{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;display:flex;align-items:center;gap:29px}.price>div:first-child{display:flex;flex-direction:column;gap:4px;border-right:1px solid var(--line);padding-right:27px}.price strong{font-size:27px;letter-spacing:-1px;font-weight:600}.price span{font-size:10px;color:var(--muted)}.price-after{font-size:12px;line-height:1.8;color:#4b6157}.price-after b{font-weight:600}.price-after small{font-size:10px;color:var(--muted)}.demo-note{font-size:10px;line-height:1.7;color:#899086;max-width:400px;margin:18px 0 0}.chat-card{background:white;border:1px solid #e1e7dd;border-radius:22px;box-shadow:0 24px 70px -35px #254d3340,0 6px 25px -14px #254d331c;overflow:hidden;display:flex;flex-direction:column;height:656px}.chat-top{padding:21px 23px;display:flex;align-items:center;gap:12px}.avatar{width:40px;height:40px;background:var(--green);color:var(--lime);border-radius:14px;display:grid;place-items:center;font-size:32px;line-height:1}.chat-top>div:nth-child(2){display:flex;flex-direction:column;gap:5px}.chat-top strong{font-size:13px;font-weight:600}.chat-top div>span{font-size:10px;color:var(--muted)}.online-dot{margin-left:auto}.mode-switch{display:flex;margin:0 22px 15px;padding:4px;border-radius:9px;background:#f1f4ed;gap:4px}.mode-switch button{border:0;background:none;color:#82907e;cursor:pointer;flex:1;padding:9px 4px;border-radius:6px;font-size:10px;transition:background .15s}.mode-switch .selected{background:white;color:var(--ink);box-shadow:0 1px 5px #1d393513}.messages{padding:20px 23px 12px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:12px;background:linear-gradient(170deg,#f9faf6,#f4f7f0);border-top:1px solid #eaf0e4;scroll-behavior:smooth}.bubble{max-width:92%;padding:13px 15px;font-size:12px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere;flex-shrink:0}.bubble.assistant{border:1px solid #e5ebdf;background:#fff;align-self:flex-start;border-radius:1px 13px 13px 13px;color:#466053}.bubble.user{background:#ddebca;align-self:flex-end;border-radius:13px 1px 13px 13px;color:#3e5843}.bubble.typing{font-size:11px;opacity:.7}.empty-state{color:var(--muted);font-size:13px;line-height:1.8;text-align:center;margin:auto 18px}.suggestions{display:flex;overflow-x:auto;gap:7px;padding:13px 20px;background:#f5f8f1;scrollbar-width:thin}.suggestions button{background:#fff;color:#62775a;border:1px solid #dce5d3;padding:7px 11px;border-radius:20px;white-space:nowrap;font-size:10px;cursor:pointer}.suggestions button:hover{background:#e8f0dd}.composer{margin:15px 20px 10px;display:flex;border:1px solid #dce4d6;border-radius:12px;padding:6px;align-items:center;gap:6px}.composer:focus-within{border-color:#8aa67c}.composer textarea{border:0;resize:none;flex:1;min-width:0;padding:7px 2px;background:transparent;font-size:11px;line-height:1.6;color:var(--ink);outline:none;max-height:80px}.composer textarea::placeholder{color:#98a191}.attach{border:0;background:transparent;font-size:22px;color:#8b9782;width:28px;cursor:pointer}#send{border:0;background:var(--green);color:white;border-radius:9px;width:34px;height:34px;font-size:22px;cursor:pointer}button:disabled{opacity:.5;cursor:wait}.chat-footer{padding:0 23px 15px;display:flex;justify-content:space-between;font-size:9px;color:#99a28f}.chat-footer span:last-child{font-size:8px}.error{color:#a34437;padding:8px 22px;font-size:11px}.site-footer{max-width:1254px;margin:0 auto 24px;border-top:1px solid var(--line);padding-top:23px;display:flex;justify-content:space-between;color:#8b9589;font-size:10px}.flower{font-size:17px;margin-left:8px;color:var(--green)}.connect-shell{max-width:520px;margin:60px auto;padding:30px}.connect-shell .brand{margin-bottom:40px}.connect-shell h1{font-size:40px;letter-spacing:-1.5px}.connect-shell>p{color:var(--muted);line-height:1.7}.connect-options{display:grid;gap:12px;margin:30px 0}.primary,.secondary{border-radius:12px;padding:15px 18px;font-weight:500;font-size:14px;width:100%;cursor:pointer;border:1px solid var(--green)}.primary{background:var(--green);color:#fff}.secondary{background:transparent;color:var(--green)}details{padding:15px 18px;border:1px solid var(--line);border-radius:12px}summary{cursor:pointer;font-weight:500}details p{line-height:1.7;font-size:13px;color:var(--muted)}details label{display:block;font-size:12px;margin-bottom:8px}details input{border:1px solid var(--line);width:100%;padding:12px;border-radius:8px;margin-bottom:12px}.connect-shell small{color:var(--muted);line-height:1.7;font-size:11px}
@media(min-width:1400px){.demo-layout{padding-top:76px;padding-bottom:56px}.chat-card{height:700px}.steps{margin-top:43px;margin-bottom:40px}}
@media(max-width:1340px){.demo-layout,.site-footer{margin-left:48px;margin-right:48px}.demo-layout{gap:55px}}
@media(max-width:980px){.demo-layout{gap:30px;margin-left:30px;margin-right:30px}h1{font-size:44px}.price{gap:15px}.price>div:first-child{padding-right:15px}.site-header{padding:24px 30px}.chat-card{height:680px}.lead{font-size:15px}.price strong{font-size:24px}.price span{font-size:9px}}
@media(max-width:760px){.site-header{padding:20px 24px}.brand{font-size:27px}.header-link{display:none}.demo-layout{display:flex;flex-direction:column;margin:0;padding:38px 20px 28px;gap:30px}.intro{width:100%;max-width:490px}.eyebrow{font-size:9px;margin-bottom:19px}h1{font-size:48px;letter-spacing:-2.6px}.lead{font-size:15px}.steps{display:none}.platforms{margin-bottom:25px}.price{padding:18px 0;gap:25px}.price>div:first-child{padding-right:25px}.demo-note{margin-top:12px;max-width:100%}.chat-card{width:100%;max-width:490px;height:640px;border-radius:18px}.site-footer{margin:0 24px 20px;gap:20px;font-size:9px}.site-footer span:first-child{max-width:165px}.connect-shell{margin:20px auto}.chat-top{padding:17px 20px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.start-links{display:grid;gap:10px;margin-top:24px;scroll-margin-top:24px}.start-link{display:block;text-align:center;text-decoration:none}.launch-note{border:1px solid var(--line);border-radius:12px;padding:16px 18px;background:#eef3e6}.launch-note strong{font-size:13px;font-weight:550}.launch-note p{font-size:12px;line-height:1.65;margin:6px 0 0;color:var(--muted)}.sample-chat{height:auto;min-height:615px}.sample-messages{gap:16px;padding-bottom:24px;overflow:visible}.sample-caption{font-size:10px;text-align:center;color:var(--muted);margin-top:8px}.sample-bottom{display:flex;align-items:center;gap:13px;padding:16px 24px}.sample-bottom>span{font-size:26px;color:var(--green)}.sample-bottom p{font-size:11px;color:var(--muted);line-height:1.7;margin:0}.sample-bottom strong{color:var(--ink);font-weight:500}

.legal-page{max-width:840px;margin:60px auto;padding:0 24px 48px;color:var(--ink,#173c32);line-height:1.75}.legal-page h1{font-size:clamp(30px,5vw,48px);line-height:1.15;margin:16px 0 28px;overflow-wrap:anywhere}.legal-page h2{font-size:22px;margin:32px 0 12px}.legal-page p,.legal-page li{font-size:16px}.legal-page a,.site-footer a{color:inherit;text-underline-offset:3px}.legal-page a{overflow-wrap:anywhere}.site-footer nav{font-size:12px;line-height:1.8}@media(max-width:700px){.legal-page{margin:32px auto}.site-footer{gap:16px;flex-wrap:wrap}}
.live-chat{height:760px;scroll-margin-top:24px}.live-chat .bubble{font-size:14px;line-height:1.65}.live-chat .composer textarea{font-size:14px}.live-chat .messages{min-height:0}.live-chat .bubble a{color:var(--green);text-decoration:underline;word-break:break-word}.live-chat .chat-footer{font-size:10px;gap:12px}.live-chat .chat-footer span:last-child{font-size:10px}.live-chat .error{margin:0;font-size:12px}@media(max-width:760px){.live-chat{height:760px;max-height:90dvh;min-height:520px}.live-chat .bubble{max-width:97%;font-size:14px}.live-chat .composer textarea{font-size:16px}}
.live-chat .suggestions{flex-wrap:wrap;overflow:visible}
.events-feature{max-width:1254px;margin:12px auto 64px;display:grid;grid-template-columns:minmax(260px,380px) 1fr;gap:64px;align-items:center;border-top:1px solid var(--line);padding-top:48px}.events-art img{display:block;width:100%;height:auto;border-radius:20px}.events-copy{max-width:640px}.events-copy h2{font-size:clamp(32px,3.5vw,48px);line-height:1.12;letter-spacing:-1.8px;font-weight:650;margin:0 0 22px}.events-copy p,.events-copy li{font-size:15px;line-height:1.75;color:#53695d}.events-copy .eyebrow{font-size:10px}.events-copy blockquote{margin:24px 0;padding:18px 22px;border-left:3px solid var(--green);background:#eaf1db;border-radius:0 12px 12px 0;line-height:1.65;font-size:17px}.events-copy ol{padding-left:22px;margin:20px 0 24px}.events-copy li{padding-left:4px;margin-bottom:7px}.events-copy .primary{width:auto;min-width:260px}.events-copy .events-note{font-size:12px;line-height:1.7;color:var(--muted);margin:16px 0 0}@media(max-width:1340px){.events-feature{margin-left:48px;margin-right:48px;gap:44px}}@media(max-width:980px){.events-feature{margin-left:30px;margin-right:30px;gap:30px;grid-template-columns:minmax(240px,320px) 1fr}}@media(max-width:760px){.events-feature{margin:0 20px 40px;padding-top:32px;grid-template-columns:1fr;gap:28px;justify-items:center}.events-art{max-width:340px}.events-copy{max-width:490px}.events-copy .primary{width:100%}.events-copy h2{font-size:38px}}
