@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--red:#a6030c;--ink:#20272b;--muted:#68706f;--paper:#fbfaf7;--line:#e6e5df}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:5px}.wrap{width:min(1240px,calc(100% - 96px));margin-inline:auto}.skip{position:fixed;left:15px;top:-70px;z-index:200;background:#fff;padding:15px}.skip:focus{top:10px}.site-header{position:sticky;top:0;z-index:20;background:rgba(251,250,247,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(15px)}.header-inner{height:100px;display:flex;align-items:center;gap:34px}.logo{font-family:Manrope,Arial,sans-serif;font-size:35px;font-weight:800;letter-spacing:-2px;line-height:1.2;display:inline-block}.logo span{color:var(--red)}.logo small{display:block;font-size:8px;letter-spacing:1.6px;margin-top:6px;font-weight:700}.desktop-nav{display:flex;gap:28px;margin-left:auto;font-size:14px;font-weight:600}.desktop-nav a:hover,.text-link:hover,.site-footer a:hover{color:var(--red)}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;background:var(--red);color:#fff;border-radius:8px;padding:18px 23px;font-size:14px;font-weight:700;transition:background .2s,transform .2s}.button:hover{background:#80050c;transform:translateY(-2px)}.button.small{padding:13px 18px;font-size:13px}.menu-toggle{display:none;width:45px;height:44px;border:1px solid var(--line);border-radius:7px;background:none;padding:11px}.menu-toggle span{height:2px;background:var(--ink);display:block;margin:5px 0}.hero{display:grid;grid-template-columns:1fr 1fr;gap:64px;padding-block:78px 68px;align-items:center}.eyebrow{font-size:10px;letter-spacing:1.8px;font-weight:700;display:block;line-height:1.7}.live-dot{display:inline-block;width:7px;height:7px;background:var(--red);border-radius:50%;margin-right:7px}h1,h2,h3,h4{font-family:Manrope,Arial,sans-serif}h1{font-size:clamp(46px,4.7vw,68px);font-weight:600;letter-spacing:-3.7px;line-height:1.09;margin:24px 0}h1 em{font-style:normal;color:var(--red)}.hero-copy>p{max-width:430px;font-size:17px;color:var(--muted);line-height:1.8}.actions{display:flex;gap:25px;align-items:center;margin-top:30px}.text-link{font-size:13px;font-weight:700}.hero-note{display:flex;gap:10px;align-items:center;color:var(--muted);font-size:11px;margin-top:32px}.hero-note>span{font-size:23px;color:var(--red)}.hero-visual{position:relative;border-radius:180px 180px 18px 18px;background:#ecebe4;padding:28px 20px 20px;min-width:0;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.visual-label{display:flex;justify-content:space-between;padding:15px 38px 22px;font-size:8px;letter-spacing:1.4px;font-weight:700}.hero-visual>img{width:100%;height:420px;object-fit:cover;border-radius:140px 140px 8px 8px;mix-blend-mode:multiply}.floating-task{position:absolute;bottom:93px;left:-27px;right:30px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 18px 60px #2431281c;display:flex;align-items:center;gap:14px}.task-icon{width:40px;height:40px;border-radius:50%;background:#e3eee5;display:grid;place-items:center;color:#397250;font-size:21px;flex-shrink:0}.floating-task small{display:block;font-size:8px;letter-spacing:1px;color:var(--muted);margin-bottom:8px}.floating-task strong{font-size:14px;font-weight:600}.avatar-stack{margin-left:auto;background:#f3e8df;padding:10px 13px;border-radius:50%;font-size:12px}.visual-footer{display:flex;justify-content:center;align-items:center;gap:17px;font-size:10px;margin:27px 0 3px;color:var(--muted)}.visual-footer i{width:3px;height:3px;border-radius:50%;background:var(--muted)}.value-strip{border-block:1px solid var(--line)}.value-strip>.wrap{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-block:24px}.value-strip p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}.value-strip strong{color:var(--ink)}.value-strip span{font-family:Manrope,sans-serif;font-size:14px;font-weight:600}.section{padding-block:110px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:45px}h2{font-size:clamp(32px,3.2vw,45px);font-weight:600;line-height:1.2;letter-spacing:-1.7px;margin:16px 0 0}.section-heading>p{font-size:15px;line-height:1.8;color:var(--muted);max-width:330px;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{background:#fff;border:1px solid var(--line);border-radius:12px;padding:30px;overflow:hidden}.feature-top{display:flex;align-items:center;gap:13px;font-size:9px;letter-spacing:1px;color:var(--muted)}.feature-icon{display:grid;place-items:center;background:#f6f4ef;border-radius:10px;width:38px;height:38px;color:var(--red);font-size:24px;flex-shrink:0}.feature h3{font-size:24px;font-weight:600;line-height:1.3;letter-spacing:-.7px;margin:26px 0 15px}.feature p{font-size:13px;line-height:1.9;color:var(--muted);margin:0}.feature-large{grid-row:span 2;background:#f0eee7}.feature-large h3{font-size:32px}.peach{background:#fbede4}.mint{background:#eaf1e9}.request-preview{background:white;border-radius:12px;padding:22px;margin-top:35px;box-shadow:0 10px 24px #20272b08}.request-preview>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:20px}.sample{font-size:8px;letter-spacing:1px;color:var(--muted)}.status{font-size:9px;border-radius:5px;padding:6px 9px;color:#426950;background:#e5eee3;display:inline-block}.request-preview strong{font-size:15px}.request-preview p{font-size:11px;margin-top:8px}.progress{display:flex;gap:5px;margin:26px 0 10px}.progress b{height:4px;background:#56846b;flex:1;border-radius:3px}.progress b:last-child{background:#e4e5de}.request-preview small{font-size:9px;color:var(--muted)}.mini-tags{display:flex;gap:6px;margin-top:24px;flex-wrap:wrap}.mini-tags span{border:1px solid #dfcabc;border-radius:30px;padding:7px 10px;font-size:9px}.chat-sample{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:22px}.chat-sample span{font-size:10px;background:#fff;border-radius:8px 8px 8px 0;padding:10px}.chat-sample span:last-child{align-self:flex-end;background:#d7e4d4;border-radius:8px 8px 0 8px}.workflow{background:#242e2b;color:#fff;padding-block:85px}.workflow .eyebrow{color:#b5c4b9}.workflow .section-heading>p{color:#b6c1ba}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin-top:60px}.steps article{border-top:1px solid #59645c;padding-top:25px}.steps article>span{font-size:12px;color:#c4ba9e}.steps h3{font-size:18px;font-weight:600;margin-top:22px}.steps p{font-size:13px;line-height:1.8;color:#b6c1ba}.roles-section{display:grid;grid-template-columns:1fr 1fr;gap:100px}.lead{font-size:16px;line-height:1.9;color:var(--muted);margin:24px 0;max-width:430px}.role-list article{display:flex;gap:22px;border-bottom:1px solid var(--line);padding:23px 0}.role-list article:first-child{padding-top:0}.role-list article>span{font-size:11px;color:var(--red);padding-top:5px}.role-list h3{font-size:19px;margin:0 0 9px;font-weight:600}.role-list p{font-size:13px;line-height:1.7;color:var(--muted);margin:0}.channels-section{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;background:#f0eee7;border-radius:18px;padding:60px}.channels-section p{font-size:14px;line-height:1.9;color:var(--muted)}.channel-visual{display:grid;place-items:center}.channel-orbit{display:grid;grid-template-columns:1fr 1fr;gap:30px;transform:rotate(-6deg);width:100%;max-width:340px}.channel-orbit>span{display:grid;place-items:center;background:#fff;padding:18px 5px;border:1px solid var(--line);border-radius:12px;font-size:12px;box-shadow:0 12px 15px #22222205}.channel-orbit>b{grid-column:span 2;text-align:center;font-family:Manrope,sans-serif;font-size:50px;letter-spacing:-3px;padding:12px}.channel-orbit>b span{color:var(--red)}.integration-note{border-top:1px solid #d7d6cd;margin-top:20px;padding-top:18px}.integration-note strong{font-size:12px}.integration-note p{font-size:11px;margin-bottom:0}.device-section{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.check-list{list-style:none;padding:0;font-size:13px}.check-list li{padding-block:9px;display:flex;gap:12px}.check-list li:before{content:'✓';color:var(--red)}.small-note{font-size:11px;line-height:1.8;color:var(--muted);max-width:420px}.device-frame{width:310px;max-width:100%;margin:auto;border:8px solid #29322f;border-radius:32px;background:#f3f4f1;padding:24px 18px 12px;box-shadow:22px 25px 0 #eeeae0}.device-top{display:flex;align-items:center;justify-content:space-between}.device-top>span:first-child{font-size:21px;font-weight:700;letter-spacing:-1px}.device-top b{color:var(--red)}.device-top>span:last-child{font-size:8px;color:var(--muted);letter-spacing:1px}.device-frame h3{font-size:22px;letter-spacing:-.8px;font-weight:600;margin:28px 0}.device-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.device-cards>div{background:#fff;padding:14px;border-radius:8px;border:1px solid var(--line)}.device-cards span{font-size:9px;color:var(--muted);display:block}.device-cards strong{font-size:29px;display:block;margin-top:12px;font-weight:500}.device-task{background:#fff;padding:18px;border-radius:8px;margin-top:14px}.device-task h4{font-size:13px;margin:14px 0 6px}.device-task p{font-size:10px;color:var(--muted);margin-bottom:20px}.device-nav{display:flex;align-items:center;justify-content:space-around;font-size:10px;margin-top:22px}.device-nav b{display:grid;place-items:center;background:var(--red);color:#fff;width:40px;height:40px;border-radius:50%;font-size:23px;font-weight:400}.faq-section{background:#f0f0eb;padding-block:90px}.faq-layout{display:grid;grid-template-columns:1fr 1.45fr;gap:100px}.faq-layout>div>p{font-size:14px;line-height:1.8;color:var(--muted);max-width:260px}.faqs details{border-bottom:1px solid #d7d9d1}.faqs summary{padding:23px 30px 23px 0;list-style:none;font-size:15px;font-weight:600;cursor:pointer;position:relative;line-height:1.5}.faqs summary::-webkit-details-marker{display:none}.faqs summary:after{content:'+';position:absolute;right:0;top:20px;font-size:23px;font-weight:400;color:var(--red)}.faqs details[open] summary:after{content:'−'}.faqs details p{font-size:13px;line-height:1.9;margin:0 25px 24px 0;color:var(--muted)}.bottom-cta{display:flex;justify-content:space-between;align-items:center;gap:30px;background:var(--red);color:#fff;border-radius:15px;margin-block:80px;padding:58px}.bottom-cta .eyebrow{color:#f1c6c8}.button.light{color:var(--red);background:#fff;white-space:nowrap}.site-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px;padding-bottom:25px}.site-footer p{font-size:12px;color:var(--muted)}.site-footer nav{display:flex;gap:30px;align-items:center;font-size:12px}.footer-bottom{border-top:1px solid var(--line);padding-top:24px;width:100%;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:var(--muted);line-height:1.8}.mobile-menu{inset:0 0 0 auto;margin:0;width:min(360px,90vw);max-width:90vw;height:100dvh;max-height:100dvh;border:0;padding:28px;background:var(--paper);box-shadow:-20px 0 80px #0002}.mobile-menu[open]{animation:slide-in .25s ease-out}.mobile-menu::backdrop{background:#15201bc0;backdrop-filter:blur(3px)}.drawer-top{display:flex;justify-content:space-between;align-items:center}.drawer-top button{border:0;background:#eeeae2;border-radius:50%;width:38px;height:38px;font-size:26px}.mobile-menu>p{font-size:12px;color:var(--muted);margin:30px 0}.mobile-menu nav{display:flex;flex-direction:column;margin-bottom:32px}.mobile-menu nav a{display:flex;justify-content:space-between;gap:10px;padding:20px 0;border-bottom:1px solid var(--line);font-size:16px}.mobile-menu nav span{font-size:10px;color:var(--red)}.mobile-menu>.button{width:100%;gap:12px}.mobile-menu>small{display:block;margin-top:30px;color:var(--muted);font-size:11px}.menu-open{overflow:hidden}@keyframes slide-in{from{transform:translateX(100%)}to{transform:translateX(0)}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.desktop-nav{gap:17px}.header-inner{gap:22px}.logo small{font-size:6px}.hero{gap:35px}.hero-visual>img{height:380px}.floating-task{left:-10px;right:15px;padding:14px}.floating-task strong{font-size:12px}.avatar-stack{display:none}.feature{padding:24px}.feature h3{font-size:21px}.roles-section,.faq-layout{gap:60px}.channels-section{padding:40px;gap:40px}.actions{gap:17px}.steps{gap:24px}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.desktop-nav{display:none}.header-inner{height:80px;gap:15px}.header-login{margin-left:auto}.menu-toggle{display:block}.logo{font-size:29px}.logo small{font-size:5px;letter-spacing:1px}.hero{grid-template-columns:1fr;padding-block:45px;gap:35px}h1{font-size:58px;letter-spacing:-3px;line-height:1.06}.hero-copy>p{font-size:15px;max-width:500px}.hero-visual{min-height:460px;border-radius:140px 140px 15px 15px;margin-inline:15px}.hero-visual>img{height:370px}.floating-task{bottom:75px;left:-12px;right:12px;padding:18px}.floating-task strong{font-size:14px}.visual-label{padding-inline:25px}.value-strip>.wrap{flex-wrap:wrap;justify-content:start;gap:20px 30px}.value-strip p{width:100%}.value-strip p br{display:none}.value-strip span{font-size:12px;flex:1 0 35%}.section{padding-block:65px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:22px;max-width:500px}.feature-grid{grid-template-columns:1fr 1fr}.feature-large{grid-column:span 2;grid-row:auto;display:grid;grid-template-columns:1fr 1fr;column-gap:30px}.feature-large .feature-top,.feature-large h3,.feature-large>p{grid-column:1}.feature-large .request-preview{grid-column:2;grid-row:1 / span 3;align-self:center;margin-top:0}.feature-grid>.feature:last-child{grid-column:span 2}.workflow{padding-block:60px}.steps{grid-template-columns:1fr 1fr;margin-top:35px}.roles-section{grid-template-columns:1fr;gap:35px}.role-list article{padding-block:20px}.channels-section{grid-template-columns:1fr;padding:35px;gap:40px}.channel-orbit{max-width:310px;gap:14px}.channel-orbit>b{font-size:42px;padding:0}.channel-orbit>span{padding:12px}.device-section{grid-template-columns:1fr;gap:40px}.device-frame{margin-bottom:22px}.faq-layout{grid-template-columns:1fr;gap:20px}.faq-layout>div>p{max-width:none}.faq-section{padding-block:60px}.bottom-cta{margin-block:50px;padding:35px;align-items:flex-start;flex-direction:column}.site-footer nav{gap:20px;flex-wrap:wrap}.footer-bottom{flex-direction:column;gap:6px}h2{font-size:35px}.hero-note{margin-top:22px}}
@media(max-width:480px){.header-inner{gap:10px}.header-login{font-size:11px!important;padding:11px 12px!important;gap:8px}.logo small{max-width:130px;line-height:1.6;letter-spacing:.6px}.hero .eyebrow{font-size:8px;letter-spacing:1.2px}h1{font-size:51px;letter-spacing:-2.8px}.hero-visual{margin-inline:7px;min-height:400px;padding:20px 13px 15px}.hero-visual>img{height:310px}.visual-label{font-size:6px;letter-spacing:.7px;padding:12px 25px 18px}.floating-task{padding:13px;gap:10px;bottom:67px}.floating-task small{font-size:6px}.floating-task strong{font-size:12px}.visual-footer{font-size:8px;gap:11px;margin-top:22px}.hero-note{font-size:10px}.actions{gap:18px}.actions .button{padding:16px;font-size:12px;gap:12px}.actions .text-link{font-size:11px}.feature-grid{grid-template-columns:1fr}.feature-large,.feature-grid>.feature:last-child{grid-column:auto;display:block}.feature-large .request-preview{margin-top:25px}.feature{padding:26px}.feature h3{font-size:25px}.feature-large h3{font-size:29px}.feature p{font-size:14px}.steps{gap:20px}.steps h3{font-size:16px;line-height:1.5}.steps p{font-size:12px}.channels-section{padding:30px 24px}.bottom-cta{padding:32px 25px}.bottom-cta h2{font-size:31px}.faqs summary{font-size:14px}.device-frame{width:290px;box-shadow:12px 16px 0 #eeeae0}.site-footer{gap:25px}.site-footer nav{font-size:11px}}
@media(min-width:801px){.feature-grid>.feature:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr 1.4fr;align-items:center;gap:30px}.feature-grid>.feature:last-child h3{margin:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
