:root{--coral:#1264d8;--coral-dark:#0b4fad;--ink:#10243e;--paper:#f7faff;--white:#fff;--mint:#dff4ff;--line:rgba(16,36,62,.14);--blue:#a9d2ff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Inter",sans-serif}a{color:inherit;text-decoration:none}button,textarea{font:inherit}button{color:inherit}.site-header{height:78px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:20;background:var(--paper)}.brand{display:flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-weight:800;font-size:24px;letter-spacing:0}.brand img{width:30px;height:30px;object-fit:contain}.brand-dot{color:var(--coral)}.desktop-nav{display:flex;gap:34px;font-size:14px;font-weight:600}.desktop-nav a,.login-link{transition:color .2s}.desktop-nav a:hover,.login-link:hover{color:var(--coral)}.nav-actions{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:600}.button{display:inline-flex;justify-content:center;align-items:center;gap:28px;background:var(--coral);border:1px solid var(--ink);padding:16px 22px;font-weight:700;box-shadow:0 8px 22px rgba(16,36,62,.16);transition:transform .2s,box-shadow .2s}.button:hover{transform:translate(2px,2px);box-shadow:0 4px 14px rgba(16,36,62,.14)}.button-small{padding:10px 15px;box-shadow:none;border:0;gap:12px;color:#fff}.menu-button,.mobile-nav{display:none}.hero{min-height:714px;display:grid;grid-template-columns:.94fr 1.06fr;padding:76px 6.1vw 62px;overflow:hidden;position:relative;background:linear-gradient(110deg,#f7faff 0%,#f7faff 47%,#edf5ff 47%,#f6faff 100%)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(18,100,216,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(18,100,216,.055) 1px,transparent 1px);background-size:40px 40px;mask-image:linear-gradient(90deg,transparent 40%,black 68%,transparent 100%);pointer-events:none}.hero-copy{position:relative;z-index:2}.eyebrow{text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:1.6px;display:flex;align-items:center;gap:10px}.eyebrow>span{width:25px;height:2px;background:var(--coral)}h1,h2,h3{font-family:Manrope,sans-serif;margin:0;letter-spacing:0}h1{font-size:clamp(62px,6.2vw,96px);line-height:.94;margin:28px 0 30px;max-width:820px}h1 em,h2 em{font-family:Manrope,sans-serif;font-style:normal;font-weight:800;color:var(--coral)}.hero-lead{font-size:18px;line-height:1.65;max-width:590px;color:#40536a;margin:0}.hero-actions{display:flex;align-items:center;gap:34px;margin-top:34px}.button-dark{background:var(--ink);color:white;box-shadow:0 8px 22px rgba(18,100,216,.22)}.button-dark:hover{box-shadow:0 4px 14px rgba(18,100,216,.2)}.text-link{font-weight:700;border-bottom:1px solid var(--ink);padding:8px 0}.text-link span{margin-left:10px}.hero-proof{display:flex;align-items:center;gap:15px;margin-top:42px;font-size:12px;padding-top:22px;border-top:1px solid rgba(16,36,62,.12);max-width:520px}.hero-proof p{margin:0;color:#657278;line-height:1.5}.hero-proof strong{color:var(--ink)}.avatar-stack{display:flex}.avatar-stack span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:var(--mint);font-size:9px;font-weight:700;border:2px solid var(--paper);margin-left:-8px}.avatar-stack span:first-child{margin-left:0;background:var(--blue)}.avatar-stack span:last-child{background:#e5eeff}.composer-wrap{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center;isolation:isolate}.composer{width:min(420px,80%);background:rgba(255,255,255,.96);border:1px solid rgba(16,36,62,.24);box-shadow:0 28px 80px rgba(16,36,62,.2);position:relative;z-index:3;backdrop-filter:blur(14px)}.composer-head{height:55px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:13px;font-weight:700}.status-dot{display:inline-block;width:8px;height:8px;background:#48c78e;border-radius:50%;margin-right:8px}.icon-button{border:0;background:none;letter-spacing:2px}.composer-body{padding:17px}.field-label{display:flex;justify-content:space-between;font-size:11px;color:#66757b;margin-bottom:9px}.composer textarea{width:100%;height:112px;padding:13px;border:1px solid var(--line);resize:none;outline:none;font-size:13px;line-height:1.55;color:var(--ink);background:#fafafa}.composer textarea:focus{border-color:var(--coral)}.composer-tools{display:flex;gap:7px;align-items:center;margin-top:9px}.composer-tools button{width:30px;height:30px;min-width:30px;border:1px solid var(--line);background:white;font-size:10px;font-weight:700;display:grid;place-items:center;padding:0;line-height:1;overflow:hidden}.composer-tools span{margin-left:auto;font-size:10px;color:#718087}.audience-row{display:grid;grid-template-columns:37px minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px 17px;border-top:1px solid var(--line);overflow:hidden}.audience-icon{width:34px;height:34px;background:#eef3f4;display:grid;place-items:center;font-size:9px;font-weight:700;color:var(--coral);line-height:1;overflow:hidden}.audience-row div{display:flex;flex-direction:column}.audience-row small{font-size:9px;color:#758187}.audience-row strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audience-row>span{font-size:10px;color:#758187;white-space:nowrap}.send-button{margin:0 17px 17px;width:calc(100% - 34px);height:46px;border:0;background:var(--coral);display:flex;justify-content:space-between;align-items:center;padding:0 17px;font-weight:700;cursor:pointer}.sent-state{display:none;margin:0 17px 17px;height:46px;background:var(--mint);align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:13px}.composer.sent .send-button{display:none}.composer.sent .sent-state{display:flex}.delivery-card{position:absolute;right:-2%;bottom:46px;width:218px;background:#dff4ff;border:1px solid rgba(16,36,62,.3);padding:16px;z-index:4;box-shadow:0 18px 44px rgba(16,36,62,.17);animation:float-card 5s ease-in-out infinite}.delivery-top{display:flex;justify-content:space-between;align-items:end;font-size:11px}.delivery-top strong{font:800 27px Manrope}.mini-chart{height:48px;display:flex;align-items:end;gap:5px;margin:13px 0}.mini-chart i{flex:1;background:var(--ink);height:35%}.mini-chart i:nth-child(2){height:48%}.mini-chart i:nth-child(3){height:40%}.mini-chart i:nth-child(4){height:55%}.mini-chart i:nth-child(5){height:62%}.mini-chart i:nth-child(6){height:57%}.mini-chart i:nth-child(7){height:75%}.mini-chart i:nth-child(8){height:68%}.mini-chart i:nth-child(9){height:86%}.mini-chart i:nth-child(10){height:79%}.mini-chart i:nth-child(11){height:94%}.mini-chart i:nth-child(12){height:100%}.delivery-footer{display:flex;justify-content:space-between;font-size:8px}.delivery-footer b{display:inline-block;width:5px;height:5px;background:var(--coral);border-radius:50%}.signal{position:absolute;border:1px solid rgba(18,100,216,.15);border-radius:50%}.signal-one{width:520px;height:520px}.signal-two{width:400px;height:400px}.signal-three{width:280px;height:280px;background:rgba(18,100,216,.06);box-shadow:0 0 100px rgba(18,100,216,.1)}.hero-orbit{position:absolute;z-index:2;width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:white;border:1px solid rgba(18,100,216,.28);box-shadow:0 10px 30px rgba(16,36,62,.12);font:700 10px Manrope;color:var(--coral)}.orbit-one{top:7%;left:14%}.orbit-two{top:17%;right:2%;animation:float-card 4.6s ease-in-out infinite .4s}.orbit-three{left:6%;bottom:12%;animation:float-card 5.4s ease-in-out infinite .9s}.live-pill{position:absolute;z-index:5;top:11%;right:7%;background:white;border:1px solid rgba(16,36,62,.15);box-shadow:0 10px 30px rgba(16,36,62,.1);padding:10px 13px;font-size:9px;font-weight:700}.live-pill span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#27b27b;margin-right:7px;box-shadow:0 0 0 4px rgba(39,178,123,.12)}@keyframes float-card{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}.trust-strip{background:var(--ink);color:white;min-height:68px;padding:20px 5vw;display:flex;justify-content:center;align-items:center;gap:38px;text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:1.5px}.trust-strip span:nth-child(even){color:var(--coral)}.section{padding:105px 7vw}.section-intro{display:grid;grid-template-columns:1fr 1fr;column-gap:60px;align-items:end;margin-bottom:50px}.section-intro .eyebrow{grid-column:1/-1;margin-bottom:22px}.section-intro h2,.channel-copy h2,.developer h2,.final-cta h2{font-size:clamp(42px,5vw,70px);line-height:1.02}.section-intro p,.channel-copy>p,.developer-copy>p,.cta-side>p{color:#58676d;line-height:1.7;max-width:480px}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.feature{border:1px solid var(--ink);padding:30px;min-height:410px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.feature-wide{grid-column:1/-1;min-height:420px;display:grid;grid-template-columns:.8fr 1.2fr;gap:8%;align-items:center}.feature-num{position:absolute;top:26px;left:30px;font:600 11px Manrope}.feature h3{font-size:25px;max-width:430px;margin:20px 0 13px}.feature p{color:#58676d;line-height:1.65;max-width:460px;margin:0}.feature a{font-weight:700;font-size:13px;margin-top:25px;display:inline-block}.campaign-visual{background:#fff;border:1px solid var(--ink);box-shadow:0 14px 34px rgba(18,100,216,.17);padding:22px}.campaign-toolbar{display:flex;justify-content:space-between;font-size:11px;font-weight:700;padding-bottom:16px;border-bottom:1px solid var(--line)}.campaign-message{margin:25px 0;background:#eff2f3;width:78%;padding:20px;font-size:14px;line-height:1.6;border-radius:0 12px 12px 12px}.campaign-message strong{color:var(--coral)}.campaign-tags{display:flex;gap:8px}.campaign-tags span{padding:7px 10px;background:var(--paper);font-size:9px;font-weight:700}.route-visual{height:150px;display:flex;align-items:center;justify-content:center;gap:0}.route-visual>span{border:1px solid var(--ink);background:var(--coral);padding:14px;font-weight:800}.route-visual>i{height:1px;width:80px;background:var(--ink)}.route-visual>div{display:flex;flex-direction:column;gap:8px}.route-visual b{width:31px;height:31px;border-radius:50%;background:var(--mint);border:1px solid var(--ink);display:grid;place-items:center;font-size:11px}.feature-accent{background:var(--coral);color:#fff}.feature-accent p{color:rgba(255,255,255,.82)}.feature-accent .feature-num,.feature-accent .metric span{color:rgba(255,255,255,.78)}.feature-accent .bars i{background:#fff}.metric{display:flex;flex-direction:column}.metric strong{font:800 46px Manrope}.metric span{font-size:11px}.bars{height:100px;display:flex;align-items:end;gap:6px;margin-top:20px}.bars i{background:var(--ink);flex:1;height:35%}.bars i:nth-child(2),.bars i:nth-child(8){height:50%}.bars i:nth-child(3){height:62%}.bars i:nth-child(4),.bars i:nth-child(9){height:80%}.bars i:nth-child(5){height:66%}.bars i:nth-child(6){height:92%}.bars i:nth-child(7){height:73%}.bars i:nth-child(10){height:100%}.channels{background:white;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.channel-stage{min-height:570px;background:var(--coral);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.phone{width:270px;height:500px;background:white;border:6px solid var(--ink);border-radius:34px;padding:15px;box-shadow:10px 10px 0 rgba(23,43,51,.35)}.phone-top{display:flex;justify-content:space-between;font-size:9px;font-weight:700;padding:0 5px 15px}.contact{display:flex;align-items:center;flex-direction:column;border-bottom:1px solid var(--line);padding-bottom:15px}.contact-logo{width:38px;height:38px;border-radius:50%;background:var(--ink);color:white;display:grid;place-items:center;font-weight:800;margin-bottom:5px}.contact strong{font-size:12px}.contact small{font-size:8px;color:#728087}.bubble{background:#edf1f2;border-radius:3px 13px 13px 13px;margin:25px 4px 12px;padding:14px;font-size:11px;line-height:1.5}.quick-replies{display:flex;flex-direction:column;gap:7px}.quick-replies button{border:1px solid var(--coral);background:white;color:var(--coral);padding:9px;font-size:10px;font-weight:700}.floating-tag{position:absolute;background:var(--paper);border:1px solid var(--ink);box-shadow:0 8px 22px rgba(16,36,62,.16);padding:13px 19px;font-weight:800;font-size:12px}.tag-sms{left:7%;top:18%}.tag-rcs{right:6%;top:32%;background:var(--mint)}.tag-api{left:11%;bottom:13%;background:var(--blue)}.channel-copy .eyebrow{margin-bottom:23px}.channel-copy>p{font-size:17px}.channel-tabs{display:flex;border-bottom:1px solid var(--line);margin-top:35px}.channel-tabs button{border:0;background:none;padding:13px 24px 13px 0;margin-right:25px;font-weight:700;color:#859096;cursor:pointer;border-bottom:3px solid transparent}.channel-tabs button.active{color:var(--ink);border-color:var(--coral)}.tab-copy{min-height:78px;padding:20px 0;color:#58676d;line-height:1.6;font-size:14px}.developer{background:var(--ink);color:white;display:grid;grid-template-columns:.85fr 1.15fr;gap:9%;align-items:center}.eyebrow-light>span{background:var(--mint)}.developer-copy>p{color:#aab4b8;font-size:16px}.dev-points{display:flex;gap:10px;flex-wrap:wrap;margin:30px 0}.dev-points span{border:1px solid #496068;padding:8px 11px;font-size:10px}.button-light{background:var(--mint);color:var(--ink);box-shadow:0 8px 22px rgba(18,100,216,.22)}.code-window{border:1px solid #52656c;background:#0a1b32;box-shadow:0 20px 50px rgba(0,0,0,.28);min-width:0}.code-head{height:52px;border-bottom:1px solid #31464d;display:flex;align-items:center;justify-content:space-between;padding:0 17px;font-size:11px;color:#a9b7bc}.code-head>span:first-child{display:flex;gap:5px}.code-head i{display:block;width:7px;height:7px;border-radius:50%;background:#52656c}.code-head button{background:none;border:1px solid #52656c;color:white;padding:6px 10px;font-size:9px}.code-window pre{overflow:auto;padding:18px 24px;margin:0;font-size:12px;line-height:1.8;color:#d5dfe2}.c-purple{color:#d8a6ff}.c-green{color:#9de0bc}.code-result{border-top:1px solid #31464d;padding:14px 20px;display:flex;gap:20px;font-size:10px;color:#95a5ab}.code-result span{color:#72d9a8}.final-cta{padding:100px 7vw;display:grid;grid-template-columns:1fr .7fr;gap:12%;position:relative;overflow:hidden;min-height:470px;align-items:center}.cta-mark{position:absolute;right:3%;bottom:-44%;font:800 510px/1 Manrope;color:rgba(18,100,216,.07);pointer-events:none}.cta-side{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start}.cta-side small{margin-top:17px;color:#7d898e}.final-cta .eyebrow{margin-bottom:20px}footer{border-top:1px solid var(--line);padding:35px 7vw;display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:center;font-size:11px;color:#66757b}.footer-brand{font-size:20px;color:var(--ink)}footer div{display:flex;gap:20px}footer a:hover{color:var(--coral)}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.desktop-nav,.login-link{display:none}.menu-button{display:flex;width:38px;height:38px;border:1px solid var(--ink);background:none;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-button span{display:block;width:16px;height:1px;background:var(--ink)}.mobile-nav{position:absolute;top:78px;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--ink);padding:20px 5vw;flex-direction:column;gap:18px;font-weight:700}.site-header.menu-open .mobile-nav{display:flex}.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{padding-bottom:35px}.composer-wrap{min-height:590px}.section{padding:80px 6vw}.section-intro{grid-template-columns:1fr}.section-intro p{margin-top:20px}.channels,.developer{grid-template-columns:1fr;gap:60px}.channel-stage{min-height:520px}.developer-copy{max-width:620px}.feature-wide{grid-template-columns:1fr;gap:70px}.feature-copy{padding-top:35px}.final-cta{grid-template-columns:1fr;gap:40px}footer{grid-template-columns:1fr 1fr;gap:25px}}
@media(max-width:600px){.site-header{height:68px;padding:0 20px}.brand img{width:25px;height:25px}.brand{font-size:21px}.button-small{display:none}.mobile-nav{top:68px}.hero{padding:44px 20px 45px;min-height:auto}h1{font-size:55px;margin-top:23px}.hero-lead{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:17px}.hero-proof{margin-top:35px}.composer-wrap{min-height:510px}.composer{width:88%;box-shadow:7px 7px 0 var(--ink)}.delivery-card{width:175px;right:0;bottom:8px}.signal-one{width:390px;height:390px}.signal-two{width:310px;height:310px}.signal-three{width:230px;height:230px}.trust-strip{justify-content:flex-start;overflow:hidden;white-space:nowrap;gap:22px}.section{padding:70px 20px}.section-intro{margin-bottom:35px}.section-intro h2,.channel-copy h2,.developer h2,.final-cta h2{font-size:43px}.feature-grid{grid-template-columns:1fr}.feature-wide{grid-column:auto;padding:24px}.feature{min-height:390px;padding:24px}.feature-num{top:22px;left:24px}.campaign-message{width:95%}.feature-accent{min-height:430px}.channel-stage{min-height:480px}.phone{width:235px;height:435px}.floating-tag{padding:10px 13px}.tag-sms{left:3%}.tag-rcs{right:3%}.developer{padding-bottom:80px}.dev-points{gap:6px}.code-window{box-shadow:6px 6px 0 var(--coral)}.code-window pre{font-size:10px;padding:15px;line-height:1.65}.code-result{overflow:auto}.final-cta{padding:75px 20px}.cta-mark{font-size:380px}footer{padding:30px 20px;grid-template-columns:1fr}footer div{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){.delivery-card,.hero-orbit{animation:none}.reveal{transition:none}}@media(max-width:900px){.hero{background:linear-gradient(180deg,#f7faff 0%,#f7faff 46%,#edf5ff 46%,#f6faff 100%)}.live-pill{right:10%;top:8%}}@media(max-width:600px){.hero{background:linear-gradient(180deg,#f7faff 0%,#f7faff 49%,#edf5ff 49%,#f6faff 100%)}.hero:before{display:none}.hero-orbit{width:42px;height:42px}.orbit-one{left:2%;top:13%}.orbit-two{right:0;top:20%}.orbit-three{left:0;bottom:4%}.live-pill{top:5%;right:2%}.composer{box-shadow:0 22px 55px rgba(16,36,62,.2)}}