@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');
/* Agent studio */
.number-card{display:grid;grid-template-columns:1fr auto;gap:4px 12px;align-items:center;border:1px solid #e6ece6;background:#f8faf7;border-radius:12px;padding:13px 16px}.number-card strong{font-size:.9rem}.number-card span{grid-row:2;color:#84938b;font-size:.75rem}.number-card button{grid-column:2;grid-row:1/3;font-size:.75rem}
.number-assignment{grid-column:1/-1;display:flex;align-items:center;gap:10px;margin-top:9px}.number-assignment select{max-width:180px;min-width:0;border:1px solid #dce6db;border-radius:8px;background:white;padding:8px;color:#173b34}.number-card .number-assignment button{grid-column:auto;grid-row:auto}
.studio-body{background:#f3f5f0;color:#152a30}.studio-header{position:sticky;top:0;z-index:10;box-shadow:0 1px 0 #dce5dd;background:#fcfdfb}.studio-shell{max-width:1480px;padding:0 22px 80px}.studio-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:34px;min-height:calc(100vh - 76px)}.studio-nav{position:sticky;top:76px;align-self:start;min-height:calc(100vh - 76px);display:flex;flex-direction:column;gap:8px;padding:42px 10px 20px 0;border-right:1px solid #dfe7df}.nav-kicker{font-size:.68rem;letter-spacing:.2em;color:#99aaa3;font-weight:800;padding:0 14px 15px}.nav-link{border:0;background:transparent;color:#61736d;text-align:left;padding:14px 16px;border-radius:13px;font-weight:700}.nav-link:hover,.nav-link.active{background:#deebe3;color:#174d43}.nav-footer{margin-top:auto;padding:20px 14px;color:#a0afa9;font-size:.75rem}.studio-main{min-width:0;padding:42px 0}.studio-view{animation:studio-in .3s ease}.studio-view h1{font-size:clamp(2.4rem,4vw,4.4rem);line-height:1.08;margin:12px 0 16px}.studio-view h2{font-size:1.35rem}.studio-view p{color:#71817c;line-height:1.65}.studio-hero{background:#153e3a;color:white;border-radius:30px;min-height:380px;padding:55px 60px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(240px,1fr);overflow:hidden;position:relative}.studio-hero h1{max-width:640px}.studio-hero p{color:#c1d6cf;max-width:550px}.studio-hero .section-label{color:#a9dfc5}.studio-hero .button{margin-top:15px;background:#ddf4c4;color:#18443b;border-color:#ddf4c4}.hero-orbit{position:relative;min-height:250px;display:grid;place-items:center}.hero-orbit:before,.hero-orbit:after{content:'';position:absolute;border:1px solid #8fdbc474;border-radius:50%;width:260px;height:260px;animation:orbit 12s linear infinite}.hero-orbit:after{width:350px;height:350px;opacity:.35;animation-duration:22s}.orbit-core{width:170px;height:170px;border-radius:50%;background:radial-gradient(circle at 30% 25%,#f1ffe6,#96d7b2 52%,#427e72);box-shadow:0 0 75px #b2f0bf85,inset -20px -30px 45px #1d685650;display:grid;place-items:center;color:#fff;font-size:4rem;animation:float 5s ease-in-out infinite}.hero-orbit i{position:absolute;width:13px;height:13px;background:#f5b992;border-radius:50%;box-shadow:0 0 20px #f5b992}.hero-orbit i:nth-of-type(1){top:20%;left:16%}.hero-orbit i:nth-of-type(2){bottom:9%;right:19%;width:9px;height:9px}.hero-orbit i:nth-of-type(3){top:25%;right:12%;width:6px;height:6px}.metric-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0 42px}.metric-strip div{background:#fff;border:1px solid #e3e9e2;border-radius:18px;padding:20px 26px}.metric-strip strong{font:800 2rem Manrope,sans-serif;display:block;line-height:1.2}.metric-strip span{font-size:.78rem;color:#8a9b93}.view-title{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:30px}.view-title p{margin:0}.view-title h1{margin-bottom:8px}.text-button{background:none;border:0;color:#2a7463;font-weight:800;padding:8px 0}.text-button:hover{text-decoration:underline}.agent-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:14px;margin:14px 0 26px}.agent-card{display:flex;align-items:center;gap:16px;text-align:left;background:white;border:1px solid #e2e9e1;border-radius:20px;padding:20px;min-height:106px;box-shadow:0 8px 24px #243c2e08;transition:transform .2s,box-shadow .2s}.agent-card:hover{transform:translateY(-4px);box-shadow:0 18px 32px #243c2e15}.agent-avatar{display:grid;place-items:center;background:#ddefd6;color:#236854;border-radius:16px;width:58px;height:58px;font:800 1.5rem Manrope,sans-serif}.agent-copy strong,.agent-copy small{display:block}.agent-copy small{color:#82928b;margin-top:5px}.studio-columns{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:18px}.studio-columns>.panel,.studio-columns>div>.panel{margin-bottom:18px}.studio-form{display:grid;gap:17px}.studio-form label{display:grid;gap:8px;font-weight:700;font-size:.8rem;color:#456059}.studio-form input,.studio-form textarea,.studio-form select{width:100%;padding:14px 16px;border:1px solid #dce6db;border-radius:12px;background:#fafcf9;color:#173b34;outline:none;resize:vertical}.studio-form input:focus,.studio-form textarea:focus,.studio-form select:focus{border-color:#63aa8d;box-shadow:0 0 0 3px #77b99b33}.studio-form .button{justify-self:start}.template-carousel{display:flex;gap:15px;overflow-x:auto;padding:3px 3px 22px;scroll-snap-type:x mandatory}.template-card{flex:0 0 min(240px,75vw);min-height:205px;scroll-snap-align:start;border:1px solid #dce7dc;background:#fff;border-radius:20px;padding:23px;text-align:left;display:flex;flex-direction:column;gap:10px;transition:transform .2s,border-color .2s,box-shadow .2s}.template-card:hover,.template-card.selected{transform:translateY(-3px);border-color:#4caa85;box-shadow:0 12px 28px #40776022}.template-card>span{font-size:2rem}.template-card strong{font:800 1.1rem Manrope,sans-serif}.template-card small{color:#819087;line-height:1.5}.danger{color:#b24c4c}.studio-view .data-item{width:100%;text-align:left;background:#f8faf7;border:1px solid #e6ece6;border-radius:12px;padding:14px 16px;display:grid;gap:4px;color:#1e3833}.studio-view .data-item span{font-size:.75rem;color:#8a9a91}.studio-view button.data-item:hover{border-color:#73b596}.studio-view .panel{box-shadow:0 8px 25px #243c2e08}.studio-view .panel h2{margin-bottom:14px}.studio-view .message{grid-column:1/-1}@keyframes studio-in{from{opacity:.3;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes float{50%{transform:translateY(-12px)}}@keyframes orbit{to{transform:rotate(360deg)}}@media(max-width:850px){.studio-layout{grid-template-columns:1fr;gap:0}.studio-nav{position:sticky;top:76px;z-index:5;min-height:0;flex-direction:row;overflow-x:auto;border-right:0;border-bottom:1px solid #dfe7df;background:#f3f5f0;padding:10px 0}.nav-kicker,.nav-footer{display:none}.nav-link{white-space:nowrap}.studio-main{padding:28px 0}.studio-hero{grid-template-columns:1fr;padding:34px}.hero-orbit{display:none}.studio-columns{grid-template-columns:1fr}}@media(max-width:560px){.studio-shell{padding:0 15px 60px}.studio-hero{min-height:0;padding:30px 25px;border-radius:22px}.studio-hero h1{font-size:2.4rem}.metric-strip{gap:7px}.metric-strip div{padding:13px}.metric-strip strong{font-size:1.5rem}.view-title{align-items:flex-start;flex-direction:column}.studio-view h1{font-size:2.5rem}.studio-form{padding:19px}.studio-header .brand{font-size:1rem}}@media(prefers-reduced-motion:reduce){.studio-view,.hero-orbit:before,.hero-orbit:after,.orbit-core{animation:none}}
:root{font-family:'DM Sans',sans-serif;color:#1b252e;background:#f7f8f7;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif;letter-spacing:-.055em}h1{font-size:clamp(3.3rem,6.3vw,6.7rem);line-height:1.04}h2{font-size:clamp(2.4rem,4.3vw,4.6rem);line-height:1.12}h3{font-size:1.22rem;line-height:1.25}em{font-style:normal;color:#f17354}.wrap{max-width:1240px;margin:auto;padding-left:32px;padding-right:32px}.hidden{display:none!important}.site-body{background:#f7f8f7}.site-header{height:98px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:inline-flex;align-items:center;gap:11px;font-family:Manrope,sans-serif;font-weight:800;font-size:1.23rem;letter-spacing:-.045em;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:38px;height:38px;background:#16313d;color:white;border-radius:13px;font-size:1.55rem;line-height:1;position:relative}.brand-mark span{color:#fa9a77;margin-left:-5px}.site-header nav{display:flex;gap:32px;font-size:.9rem;color:#5a666b}.site-header nav a:hover,.text-link:hover{color:#e66142}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:54px;border-radius:14px;border:1px solid #173846;background:#173846;color:#fff;padding:0 23px;font-size:.93rem;font-weight:700;transition:transform .2s,background .2s,box-shadow .2s;white-space:nowrap}.button:hover{background:#254f5d;transform:translateY(-2px);box-shadow:0 12px 26px #16313d28}.button-small{min-height:42px;border-radius:11px;padding:0 17px;font-size:.84rem}.button-ghost{background:transparent;color:#173846}.button-ghost:hover{background:#eaf0ee}.button-secondary{background:#f4f6f5;border-color:#dbe1de;color:#173846}.button-light{background:#fff;border-color:#fff;color:#15313d}.button-light:hover{background:#f3f6f4}.hero{min-height:650px;display:grid;grid-template-columns:1.07fr .93fr;align-items:center;gap:25px;padding-top:40px;padding-bottom:75px}.hero-copy{position:relative;z-index:2}.eyebrow,.section-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:#e3694b}.eyebrow{display:flex;align-items:center;gap:10px;background:#fbebe5;width:max-content;padding:9px 14px;border-radius:100px}.pulse{width:7px;height:7px;border-radius:50%;background:#e57152;box-shadow:0 0 0 5px #e5715222}.hero h1{max-width:750px;margin:24px 0 26px}.hero .lead{font-size:1.18rem;line-height:1.75;max-width:590px;color:#647176}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:35px}.text-link{font-size:.89rem;font-weight:700;color:#1e414e}.fine{font-size:.79rem;line-height:1.6;color:#88969b;margin:20px 0 0}.hero-art{height:540px;position:relative;isolation:isolate}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:440px;height:440px;right:3%;top:7%;background:radial-gradient(circle at 35% 35%,#fec6a4,#ef866b 64%,#e15d53);box-shadow:0 24px 75px #ee856b48}.orb-two{width:190px;height:190px;right:0;bottom:3%;background:radial-gradient(circle at 35% 35%,#b1ece0,#69c8b8 70%,#4ca493);z-index:-1}.call-card{position:absolute;z-index:2;width:min(390px,90%);top:22%;left:5%;border-radius:28px;background:#183744;color:#fff;padding:28px 30px 24px;box-shadow:0 36px 65px #132e3d55;transform:rotate(-4deg)}.call-card-top{display:flex;align-items:center;gap:9px;font-weight:800;font-size:.65rem;letter-spacing:.16em;color:#a7d4d1}.call-card-top span:last-child{margin-left:auto;color:#fff;font-size:.76rem}.live-dot{width:7px;height:7px;background:#79e4c9;border-radius:50%}.wave{height:96px;display:flex;align-items:center;justify-content:center;gap:7px;margin:24px 0}.wave i{display:block;width:6px;height:25px;border-radius:4px;background:#89ded2}.wave i:nth-child(2n){height:55px}.wave i:nth-child(3n){height:72px}.wave i:nth-child(5n){height:40px}.call-caption{font:700 1.2rem/1.4 Manrope,sans-serif;letter-spacing:-.03em}.call-meta{border-top:1px solid #ffffff20;margin-top:25px;padding-top:17px;display:flex;justify-content:space-between;font-size:.74rem;color:#aed0d0}.call-meta span:last-child{color:#89dfc9}.floating-chip{position:absolute;z-index:3;display:flex;flex-direction:column;background:#fff;border-radius:15px;box-shadow:0 17px 34px #213d4626;padding:13px 18px;font-weight:800;transform:rotate(5deg)}.floating-chip small{font-weight:500;font-size:.7rem;color:#6f7d80;margin-top:4px}.chip-one{right:1%;top:12%}.chip-two{right:-1%;bottom:10%;transform:rotate(-7deg)}.trust-strip{border-top:1px solid #e5e9e8;border-bottom:1px solid #e5e9e8;background:#fff}.trust-inner{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#66767b;font-size:.76rem}.trust-inner strong{font-size:.82rem;color:#3a505a;letter-spacing:.02em}.section{padding-top:115px;padding-bottom:115px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:35px;margin:20px 0 52px}.section-heading h2{margin:0}.section-heading p{max-width:295px;line-height:1.7;color:#748287;margin-bottom:8px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps article{background:#fff;border:1px solid #e4e9e8;border-radius:23px;padding:31px;min-height:260px}.step-index{display:block;font:800 1rem Manrope,sans-serif;color:#e77755;margin-bottom:55px}.steps h3{margin-bottom:12px}.steps p,.feature-card p{font-size:.91rem;line-height:1.7;color:#738287;margin-bottom:0}.section-dark{background:#17323e;color:#fff}.section-dark .section-heading p{color:#a9bfc2}.section-dark em{color:#f78e70}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.feature-card{background:#25434e;border:1px solid #ffffff15;border-radius:23px;padding:31px;min-height:223px}.feature-icon{display:grid;place-items:center;width:46px;height:46px;background:#ffffff16;border-radius:12px;color:#90e1d2;font-size:1.25rem;margin-bottom:27px}.feature-card p{color:#afc2c5;max-width:430px}.faq{max-width:940px}.faq h2{margin:20px 0 40px}.faq details{border-bottom:1px solid #dfe6e3;padding:24px 3px}.faq summary{list-style:none;cursor:pointer;font:700 1.1rem Manrope,sans-serif;letter-spacing:-.03em;display:flex;justify-content:space-between;gap:15px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';font-size:1.6rem;font-weight:400;line-height:.9;color:#e77755}.faq details[open] summary:after{content:'−'}.faq details p{color:#718087;line-height:1.7;margin:16px 0 0;max-width:700px}.cta-section{background:#e97856;border-radius:30px;padding-top:60px;padding-bottom:60px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff}.cta-section .section-label{color:#ffe8db}.cta-section h2{font-size:clamp(2rem,3.6vw,3.6rem);margin:13px 0 0}.cta-section em{color:#fed9b9}.site-footer{min-height:155px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#7b898d;font-size:.84rem}.site-footer .brand{color:#1b323c}.app-body{background:#f4f6f5;min-height:100vh}.app-header{height:76px;padding:0 max(24px,calc((100vw - 1230px)/2));display:flex;align-items:center;gap:20px;background:#fff;border-bottom:1px solid #e5eae8}.app-header-note{margin-left:auto;color:#829095;font-size:.83rem}.app-header .button{margin-left:15px}.app-shell{max-width:1230px;margin:auto;padding:54px 24px 100px}.auth-card{max-width:510px;margin:50px auto;background:#fff;border:1px solid #e5eae8;border-radius:25px;padding:42px;box-shadow:0 30px 70px #17313d0b}.auth-card h1{font-size:clamp(2.7rem,5vw,4rem);margin:16px 0}.auth-card>p{color:#78868b;line-height:1.6}.auth-card form{display:grid;gap:18px;margin-top:28px}.auth-card label,.stack-form label{display:grid;gap:8px;font-size:.78rem;font-weight:700;color:#3c5058}.auth-card input,.stack-form input,.stack-form textarea,.stack-form select{width:100%;border:1px solid #dce4e1;background:#fbfcfb;color:#20313a;border-radius:11px;padding:13px 14px;outline:none;resize:vertical}.auth-card input:focus,.stack-form input:focus,.stack-form textarea:focus,.stack-form select:focus{border-color:#60bdb0;box-shadow:0 0 0 3px #60bdb029}.form-actions{display:flex;gap:10px;flex-wrap:wrap}.message{min-height:24px;color:#b94e3f;font-size:.85rem;margin-top:15px}.message.success{color:#15856a}.dashboard-intro{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:36px}.dashboard-intro h1{font-size:clamp(2.2rem,4vw,3.6rem);margin:13px 0}.dashboard-intro p{color:#7b898d}.status-pill{padding:10px 14px;border-radius:100px;background:#e3f5ed;color:#23775d;font-size:.76rem;font-weight:700;white-space:nowrap}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.panel{background:#fff;border:1px solid #e2e9e6;border-radius:21px;padding:27px;min-width:0}.panel-wide{grid-column:1/-1}.panel h2{font-size:1.34rem;letter-spacing:-.04em;margin:0}.panel h3{font-size:1rem;margin:0}.panel>p{color:#7c898c;line-height:1.6;font-size:.88rem}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px}.panel-head>span{background:#edf3f1;color:#52686e;padding:5px 10px;border-radius:8px;font-size:.75rem;font-weight:700}.data-list{display:grid;gap:8px;margin-bottom:22px}.data-row{border:1px solid #e6ece9;background:#fafcfb;border-radius:12px;padding:13px 15px;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:.84rem}.data-row strong{font-weight:700}.data-row small{display:block;color:#859398;margin-top:4px}.empty{color:#a2aeb0;font-size:.84rem;padding:12px 0}.stack-form{display:grid;gap:14px;border-top:1px solid #ebefed;padding-top:21px}.stack-form button{justify-self:start}.subtle{color:#89989c}.badge{display:inline-block;background:#e8f0ef;color:#45716c;padding:5px 9px;border-radius:7px;font-size:.72rem;font-weight:700}.badge.pending{background:#fff0e6;color:#bd7047}.call-detail{border-top:1px solid #e6ece9;padding-top:20px;color:#51666e;line-height:1.7}.call-detail p{margin:5px 0}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.stat{background:#173946;color:#fff;border-radius:18px;padding:25px}.stat strong{font:800 2rem Manrope,sans-serif;display:block}.stat span{font-size:.78rem;color:#a9c6c7}.data-row button{border:0;background:#173846;color:#fff;border-radius:8px;padding:8px 11px;font-size:.72rem;font-weight:700}@media(max-width:950px){.hero{grid-template-columns:1fr;gap:10px}.hero-art{height:420px;max-width:650px;width:100%;margin:auto}.trust-inner{flex-wrap:wrap;justify-content:center;padding-top:18px;padding-bottom:18px}.steps{grid-template-columns:1fr 1fr}.steps article:last-child{grid-column:1/-1}.section-heading{align-items:start;flex-direction:column}.section-heading p{max-width:550px}.cta-section{margin:0 20px}.site-header nav{gap:15px}}@media(max-width:650px){.wrap{padding-left:20px;padding-right:20px}.site-header{height:75px}.site-header nav{display:none}.hero{padding-top:35px;padding-bottom:30px;min-height:auto}.hero h1{font-size:3.35rem}.hero .lead{font-size:1rem}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero-art{height:360px}.orb-one{width:315px;height:315px;right:7%}.orb-two{width:125px;height:125px}.call-card{width:310px;padding:22px;left:1%;top:17%}.chip-one{top:4%;right:0}.chip-two{bottom:5%;right:0}.trust-inner{gap:15px}.trust-inner span{width:100%;text-align:center}.section{padding-top:78px;padding-bottom:78px}.steps,.feature-grid,.dashboard-grid,.stats-grid{grid-template-columns:1fr}.steps article:last-child{grid-column:auto}.steps article{min-height:220px}.step-index{margin-bottom:40px}.feature-card{min-height:190px}.cta-section{display:block;padding-top:45px;padding-bottom:45px}.cta-section .button{margin-top:27px}.site-footer{padding-top:35px;padding-bottom:35px;align-items:flex-start;flex-direction:column}.app-shell{padding:25px 16px 60px}.auth-card{margin:20px auto;padding:26px}.dashboard-intro{align-items:start;flex-direction:column}.panel-wide{grid-column:auto}.app-header{padding:0 16px}.app-header-note{display:none}.app-header .button{margin-left:auto}}
