@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--ink:#0c1a24;--teal:#006d6f;--lime:#c9ff5a;--paper:#f5f6f1;--muted:#65727a;--line:#dce2dc;--white:#fff;--content-width:1180px;--radius-button:8px;--radius-card:14px;--radius-section:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Manrope,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(var(--content-width), calc(100% - 48px));margin-inline:auto}.nav{z-index:10;justify-content:space-between;align-items:center;height:82px;display:flex;position:relative}.brand{letter-spacing:-.04em;align-items:center;gap:10px;font-size:20px;font-weight:800;display:flex}.brand-mark{background:var(--ink);width:31px;height:31px;color:var(--lime);border-radius:9px 9px 12px 12px;justify-content:center;align-items:center;gap:6px;display:flex;position:relative;transform:rotate(-2deg)}.brand-mark:before,.brand-mark:after{content:"";background:var(--ink);border-radius:2px;width:10px;height:10px;position:absolute;top:-3px;transform:rotate(45deg)}.brand-mark:before{left:3px}.brand-mark:after{right:3px}.brand-mark span{z-index:1;font-size:14px;position:relative}.nav nav{color:#42515a;gap:31px;font-size:13px;font-weight:600;display:flex}.nav nav a:hover,.footer a:hover{color:var(--teal)}.button{background:var(--lime);color:var(--ink);border-radius:8px;justify-content:center;align-items:center;gap:14px;min-height:54px;padding:0 23px;font-size:14px;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:0 7px #0718201f}.button:hover{transform:translateY(-2px);box-shadow:0 9px #0718201f}.button-small{min-height:42px;box-shadow:none;background:var(--ink);color:#fff;padding:0 17px;font-size:12px}.hero{text-align:center;padding-top:88px}.eyebrow,.kicker{color:var(--teal);text-transform:uppercase;letter-spacing:.16em;align-items:center;gap:8px;font-size:11px;font-weight:800;display:inline-flex}.eyebrow svg{width:17px;fill:var(--teal)}h1{letter-spacing:-.04em;max-width:1000px;margin:28px auto 30px;font-size:clamp(54px,6.65vw,96px);font-weight:700;line-height:.96}.hero h1{max-width:960px;font-size:clamp(52px,6vw,88px)}h1 em{color:var(--teal);white-space:nowrap;font-style:normal;position:relative}h1 em:after{content:"";background:var(--lime);z-index:-1;border-radius:100%;height:8px;position:absolute;bottom:-3px;left:3px;right:-3px;transform:rotate(-2deg)}.hero-copy{color:#52616a;max-width:760px;margin:0 auto;font-size:18px;line-height:1.75}.hero-actions{justify-content:center;align-items:center;gap:32px;margin:35px 0 65px;display:flex}.text-link{align-items:center;gap:9px;font-size:13px;font-weight:800;display:flex}.product-stage{background:var(--ink);color:#fff;text-align:left;border:1px solid #243743;border-radius:18px;overflow:hidden;box-shadow:0 28px 65px #0c1a2433}.stage-bar{color:#91a1aa;border-bottom:1px solid #29404c;grid-template-columns:1fr auto 1fr;align-items:center;height:56px;padding:0 19px;font-size:11px;display:grid}.stage-dots{gap:7px;display:flex}.stage-dots i{background:#3e515c;border-radius:50%;width:8px;height:8px}.stage-dots i:first-child{background:#ff766d}.stage-dots i:nth-child(2){background:#ffd85f}.stage-dots i:last-child{background:#72d890}.secure{justify-self:end;align-items:center;gap:7px;display:flex}.secure i{background:#71e09b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #71e09b1a}.chat{width:min(880px,100% - 50px);margin:auto;padding:42px 0 48px}.message{grid-template-columns:36px 1fr;gap:14px;margin-bottom:27px;display:grid}.message small{color:#82939c;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800}.message p{color:#dde5e8;margin:7px 0 0;font-size:14px;line-height:1.65}.avatar{border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:flex}.user-avatar{background:#314651}.ai-avatar{background:var(--lime)}.ai-avatar svg{width:17px;fill:var(--ink)}.ai-message{border-top:1px solid #283c47;padding-top:27px}.finding-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0;display:grid}.finding-grid div{background:#11252f;border:1px solid #304751;border-radius:9px;padding:15px}.finding-grid small{display:block}.finding-grid strong{color:#fff;margin:7px 0 2px;font-size:22px;display:block}.finding-grid span{color:#84969e;font-size:10px}.recommendation{border-left:3px solid var(--lime);background:#19333a;border-radius:0 8px 8px 0;padding:13px 15px}.ai-message button{background:var(--lime);cursor:pointer;border:0;border-radius:6px;margin-top:17px;padding:11px 15px;font-size:11px;font-weight:800}.works-with{color:#7a878d;justify-content:center;align-items:center;gap:24px;margin:28px 0 0;font-size:11px;display:flex}.works-with b{color:#33444c;font-size:12px}.section{padding-block:130px}.section-heading h2{letter-spacing:-.055em;margin:16px 0 0;font-size:clamp(39px,5vw,65px);line-height:1.04}.section-heading p{color:var(--muted);font-size:15px;line-height:1.7}.split-heading{grid-template-columns:1.4fr .65fr;align-items:end;gap:80px;display:grid}.split-heading>p{margin:0 0 6px}.centered{text-align:center;max-width:800px;margin-inline:auto}.centered>p{max-width:650px;margin:24px auto 0}.platform-grid{grid-template-columns:repeat(4,1fr);gap:13px;margin-top:55px;display:grid}.platform-card{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;min-height:310px;padding:25px;display:flex;position:relative}.platform-card.featured{background:#eaf4ef;border-color:#c8ded3}.platform-icon{background:#f2f4f2;border-radius:10px;place-items:center;width:43px;height:43px;display:grid}.platform-icon svg,.platform-icon img{object-fit:contain;width:31px;height:31px}.status-pill{background:var(--lime);text-transform:uppercase;letter-spacing:.1em;border-radius:99px;padding:5px 8px;font-size:8px;font-weight:800;position:absolute;top:27px;right:20px}.status-pill.subtle{color:#89948e;background:#eef1ee}.platform-card h3{margin:28px 0 8px;font-size:20px}.platform-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.7}.platform-card a{color:var(--teal);margin-top:auto;font-size:12px;font-weight:800}.roadmap{border:1px solid var(--line);background:#ffffff8c;border-radius:10px;align-items:center;gap:26px;margin-top:15px;padding:16px 20px;font-size:12px;display:flex}.roadmap span{text-transform:uppercase;letter-spacing:.12em;color:#849089;font-weight:800}.roadmap b{font-weight:700}.roadmap>a{color:var(--teal);margin-left:auto;font-weight:800}.problem{background:var(--ink);color:#fff}.problem-inner{grid-template-columns:1fr 1fr;align-items:start;gap:100px;display:grid}.problem-copy{position:sticky;top:100px}.problem h2{letter-spacing:-.055em;margin:20px 0;font-size:clamp(40px,4.4vw,62px);line-height:1.06}.lime{color:var(--lime)}.problem-points article{border-bottom:1px solid #2b3e49;grid-template-columns:42px 1fr;gap:22px;padding:30px 0;display:grid}.problem-points article:first-child{padding-top:0}.problem-points>article>span{color:var(--lime);font-size:12px;font-weight:800}.problem-points h3{margin:0 0 9px;font-size:19px}.problem-points p{color:#aebbc1;margin:0;font-size:15px;line-height:1.7}.workflow-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:58px;display:grid}.workflow-grid article{border:1px solid var(--line);background:#fff;border-radius:14px;padding:28px;position:relative}.step{color:#a5aea9;font-size:11px;font-weight:800;position:absolute;top:23px;right:24px}.workflow-icon{background:var(--ink);width:49px;height:49px;color:var(--lime);border-radius:12px;place-items:center;font-size:20px;display:grid}.workflow-grid h3{margin:28px 0 10px;font-size:20px}.workflow-grid p{color:var(--muted);min-height:102px;font-size:15px;line-height:1.7}.workflow-grid small{color:#52636b;background:#f3f5f2;border-radius:7px;padding:13px;font-size:12px;font-weight:700;line-height:1.5;display:block}.solutions{background:var(--teal);color:#fff}.solutions .split-heading>p{color:#c7dddd;font-size:16px}.solution-grid{background:#fff3;border:1px solid #fff3;border-radius:14px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:60px;display:grid;overflow:hidden}.solution-grid article{background:var(--teal);padding:32px}.solution-grid article>span{text-transform:uppercase;letter-spacing:.13em;color:var(--lime);font-size:10px;font-weight:800}.solution-grid h3{margin:21px 0 12px;font-size:22px;line-height:1.3}.solution-grid p{color:#d0e3e2;font-size:15px;line-height:1.7}.solution-grid ul{border-top:1px solid #ffffff2b;margin:20px 0;padding:11px 0;list-style:none}.solution-grid li{padding:8px 0;font-size:13px}.solution-grid li:before{content:"✓";color:var(--lime);margin-right:9px}.solution-grid a{color:var(--lime);font-size:12px;font-weight:800}.trust-card{background:#e8eee8;border-radius:18px;grid-template-columns:1fr 1fr;gap:100px;padding:65px;display:grid}.trust-card h2{letter-spacing:-.055em;margin:19px 0;font-size:clamp(40px,4.5vw,62px);line-height:1.05}.trust-card>div>p{color:var(--muted);font-size:14px;line-height:1.7}.trust-list p{border-bottom:1px solid #cbd5cd;grid-template-columns:27px 1fr;margin:0;padding:22px 0;display:grid}.trust-list p>span{color:var(--teal);grid-row:1/3;font-weight:800}.trust-list b{font-size:13px}.trust-list small{color:var(--muted);margin-top:5px;line-height:1.5}.faq{padding-top:30px}.faq-list{border-top:1px solid var(--line);max-width:820px;margin:50px auto 0}.faq details{border-bottom:1px solid var(--line);padding:0 3px}.faq summary{cursor:pointer;justify-content:space-between;padding:24px 0;font-size:15px;font-weight:700;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary span{color:var(--teal);font-size:20px}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{color:var(--muted);max-width:700px;margin:-5px 0 25px;font-size:13px;line-height:1.7}.final-cta{background:var(--ink);color:#fff;text-align:center;border-radius:18px;margin-bottom:110px;padding:100px 30px;position:relative;overflow:hidden}.final-cta:before,.final-cta:after{content:"";border:1px solid #2b424d;border-radius:50%;width:420px;height:420px;position:absolute;top:-120px}.final-cta:before{left:-230px}.final-cta:after{right:-230px}.cta-spark{background:var(--lime);border-radius:12px;place-items:center;width:49px;height:49px;margin:0 auto 22px;display:grid}.cta-spark svg{width:23px;fill:var(--ink)}.final-cta h2{letter-spacing:-.065em;margin:20px 0;font-size:clamp(45px,6vw,75px);line-height:1}.final-cta p{color:#a4b0b6;margin-bottom:30px}.final-cta .button{z-index:2;position:relative}.final-cta-spaced{margin-top:110px}.cta-actions{justify-content:center;align-items:center;gap:28px;display:flex}.final-cta .text-link{color:#fff;z-index:2;position:relative}.footer{grid-template-columns:2fr repeat(3,1fr);gap:50px;padding-bottom:45px;display:grid}.footer>div{flex-direction:column;align-items:flex-start;gap:13px;font-size:11px;display:flex}.footer>div:first-child p{color:var(--muted)}.footer b{text-transform:uppercase;letter-spacing:.12em;margin-bottom:5px;font-size:10px}.footer small{border-top:1px solid var(--line);color:#8a9490;grid-column:1/-1;margin-top:35px;padding-top:24px;font-size:10px}@media (max-width:900px){.nav nav{display:none}.split-heading,.problem-inner,.trust-card{grid-template-columns:1fr;gap:38px}.problem-copy{position:static}.platform-grid{grid-template-columns:repeat(2,1fr)}.workflow-grid,.solution-grid{grid-template-columns:1fr}.solution-grid{gap:1px}.workflow-grid p{min-height:0}.works-with{flex-wrap:wrap}.footer{grid-template-columns:2fr 1fr 1fr}.footer>div:nth-child(4){grid-column:2}.roadmap{flex-wrap:wrap}.roadmap>a{margin-left:0}.section{padding-block:95px}}@media (max-width:620px){.shell{width:min(100% - 28px,1180px)}.nav{height:68px}.nav .button-small{width:42px;padding:0;font-size:0}.nav .button-small span{font-size:15px}.hero{padding-top:61px}h1{font-size:52px}.hero-copy{font-size:15px;line-height:1.7}.hero-actions{flex-direction:column;gap:24px;margin-bottom:48px}.product-stage{margin-inline:-7px}.stage-bar{grid-template-columns:1fr 1fr}.stage-bar>span{display:none}.chat{width:calc(100% - 28px);padding-block:27px}.message{grid-template-columns:29px 1fr;gap:10px}.avatar{width:28px;height:28px}.finding-grid{grid-template-columns:1fr}.finding-grid div:nth-child(3){display:none}.works-with span{width:100%}.section{padding-block:75px}.section-heading h2{font-size:40px}.platform-grid{grid-template-columns:1fr}.platform-card{min-height:275px}.roadmap b:nth-of-type(n+3){display:none}.problem h2{font-size:38px}.problem-points article{grid-template-columns:30px 1fr}.trust-card{padding:35px 25px}.trust-card h2{font-size:39px}.final-cta{border-radius:12px;margin-bottom:75px;padding:75px 20px}.final-cta-spaced{margin-top:75px}.footer{grid-template-columns:1fr 1fr;gap:35px}.footer>div:first-child{grid-column:1/-1}.footer>div:nth-child(4){grid-column:auto}.footer small{margin-top:10px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}.button-dark{background:var(--ink);color:#fff;box-shadow:none}.mobile-menu{display:none}.not-found{flex-direction:column;justify-content:center;align-items:flex-start;max-width:760px;min-height:100vh;display:flex}.not-found h1{margin:26px 0;font-size:clamp(54px,7vw,92px)}.not-found>p:not(.kicker){color:var(--muted);margin:0 0 30px;font-size:18px}@media (max-width:900px){.nav>.button{display:none}.mobile-menu{display:block;position:relative}.mobile-menu summary{background:var(--ink);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;list-style:none;display:flex}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:#fff;border-radius:2px;width:17px;height:2px;display:block}.mobile-menu nav{background:var(--ink);color:#fff;border-radius:12px;flex-direction:column;align-items:stretch;gap:20px;width:min(310px,100vw - 28px);padding:24px;display:flex;position:absolute;top:50px;right:0;box-shadow:0 20px 50px #0c1a2440}.mobile-menu nav a{color:#fff;font-size:14px}.mobile-menu nav .button{color:var(--ink);margin-top:5px}}
.subpage-hero,.legal-hero{text-align:center;padding:100px 0 68px}.subpage-hero h1,.legal-hero h1,.contact-page h1{max-width:950px;font-size:clamp(52px,6.3vw,88px)}.subpage-hero>p,.legal-hero>p{max-width:680px;color:var(--muted);margin:0 auto;font-size:18px;line-height:1.7}.legal-hero small{color:#89948e;margin-top:22px;display:block}.pricing-wrap{width:min(var(--content-width),calc(100% - 48px));margin:0 auto 120px}.billing-toggle{justify-content:center;align-items:center;gap:4px;margin:0 auto 45px;display:flex}.billing-toggle button{border:1px solid var(--line);cursor:pointer;background:#fff;padding:12px 18px;font-weight:700}.billing-toggle button:first-child{border-radius:8px 0 0 8px}.billing-toggle button:nth-child(2){border-radius:0 8px 8px 0}.billing-toggle button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.billing-toggle span{color:var(--teal);text-transform:uppercase;letter-spacing:.08em;margin-left:13px;font-size:11px;font-weight:800}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:14px;display:grid}.price-card{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;padding:32px;display:flex;position:relative}.price-card-head{flex-direction:column;min-height:245px;display:flex}.featured-price{background:#eaf4ef;border-color:#bdd9ca;box-shadow:0 20px 45px #0c1a2414}.popular{background:var(--lime);text-transform:uppercase;letter-spacing:.1em;border-radius:99px;padding:6px 9px;font-size:8px;font-weight:800;position:absolute;top:22px;right:22px}.plan-name{text-transform:uppercase;letter-spacing:.13em;color:var(--teal);font-size:11px;font-weight:800}.price-row{justify-content:space-between;align-items:flex-end;gap:12px;min-height:78px;display:flex}.price-card h2{letter-spacing:-.06em;margin:20px 0 0;font-size:54px}.price-cycle{margin:2px 0 22px!important;font-size:11px!important}.price-card-head>p{color:var(--muted);min-height:44px;margin-top:auto;font-size:13px;line-height:1.65}.price-card .button{margin:18px 0 28px}.price-card>b,.product-access>b{text-transform:uppercase;letter-spacing:.08em;font-size:11px}.product-access{margin:0 0 26px}.product-access>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:13px;display:grid}.pricing-product{color:#45565e;align-items:center;gap:8px;min-width:0;font-size:10px;font-weight:700;line-height:1.2;display:flex}.pricing-product>i{background:#f4f6f3;border:1px solid #e3e9e4;border-radius:7px;flex:0 0 28px;place-items:center;width:28px;height:28px;font-style:normal;display:grid}.pricing-product>i img,.pricing-product>i svg{object-fit:contain;width:20px;height:20px}.pricing-product>span{align-items:center;gap:5px;min-width:0;display:flex}.pricing-product small{color:var(--teal);text-transform:uppercase;letter-spacing:.05em;background:#e5eee8;border-radius:99px;padding:2px 4px;font-size:6px}.price-card ul{margin:17px 0;padding:0;list-style:none}.price-card li{border-bottom:1px solid #edf0eb;padding:8px 0;font-size:12px}.price-card li:before{content:"✓";color:var(--teal);margin-right:8px;font-weight:900}.seat-control{flex-direction:column;align-items:flex-end;gap:5px;margin-bottom:6px;font-size:12px;font-weight:800;display:flex}.seat-control small{text-transform:uppercase;letter-spacing:.1em;font-size:9px}.seat-control span{border:1px solid var(--line);border-radius:7px;align-items:center;display:flex;overflow:hidden}.seat-control button{cursor:pointer;background:#f0f3ee;border:0;width:28px;height:28px}.seat-control strong{text-align:center;width:30px}.pricing-note{text-align:center;color:var(--muted);margin-top:22px;font-size:11px}.pricing-faq{padding-top:110px}.pricing-faq .faq-list{margin-bottom:0}.checkout-shell{background:var(--paper);place-items:center;min-height:100vh;padding:28px;display:grid}.checkout-loader{text-align:center;max-width:540px}.checkout-loader h1{margin:20px 0;font-size:clamp(36px,5vw,60px);line-height:1.05}.checkout-loader p{color:var(--muted)}.checkout-loader a{color:var(--teal);margin-top:15px;font-weight:800;display:inline-block}.checkout-spinner{border:3px solid var(--line);border-top-color:var(--teal);border-radius:50%;width:42px;height:42px;margin:auto;animation:.8s linear infinite spin;display:block}@keyframes spin{to{transform:rotate(360deg)}}.product-hero{grid-template-columns:1.25fr .75fr;align-items:center;gap:75px;padding:100px 0 120px;display:grid}.product-hero h1{max-width:820px;margin:25px 0 28px;font-size:clamp(55px,6.3vw,86px)}.product-hero>div>p{color:var(--muted);max-width:690px;font-size:18px;line-height:1.75}.hero-actions.left{justify-content:flex-start}.server-card{background:var(--ink);color:#fff;border-radius:18px;padding:38px;box-shadow:0 25px 60px #0c1a242b}.server-platform-icon{background:#fff;border-radius:13px;place-items:center;width:58px;height:58px;margin-bottom:35px;display:grid}.server-platform-icon img{object-fit:contain;width:43px;height:43px}.server-card>span,.server-card>small{color:#9babb2;font-size:11px;display:block}.feature-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:55px;display:grid}.feature-grid article{border:1px solid var(--line);background:#fff;border-radius:14px;padding:31px}.feature-grid article>span,.install-grid article>span{color:var(--teal);font-size:10px;font-weight:800}.feature-grid h3,.install-grid h3{margin:22px 0 10px;font-size:20px}.feature-grid p,.install-grid p{color:var(--muted);font-size:14px;line-height:1.75}.install-section{background:var(--teal);color:#fff}.install-section .split-heading>p{color:#c8dddd;font-size:15px}.install-grid{background:#fff3;border:1px solid #fff3;border-radius:14px;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:55px;display:grid;overflow:hidden}.install-grid article{background:var(--teal);padding:28px}.install-grid article>span{color:var(--lime)}.install-grid p{color:#d0e3e2}.legal-body{max-width:820px;padding-bottom:120px}.legal-body section{border-top:1px solid var(--line);padding:32px 0}.legal-body h2{margin:0 0 14px;font-size:22px}.legal-body p,.legal-body li{color:#52616a;font-size:14px;line-height:1.8}.legal-body a{color:var(--teal);text-decoration:underline}.contact-page{grid-template-columns:1.2fr .8fr;align-items:center;gap:100px;min-height:680px;padding:110px 0 130px;display:grid}.contact-page h1{margin:24px 0}.contact-page>div>p{color:var(--muted);max-width:600px;font-size:17px;line-height:1.7}.contact-page .button{margin-top:20px}.contact-card{background:var(--ink);color:#fff;border-radius:18px;padding:40px}.contact-card span{color:var(--lime);text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800}.contact-card>a{margin:12px 0;font-size:21px;font-weight:700;display:block}.contact-card p{color:#9eacb2!important;font-size:13px!important}.contact-card hr{border:0;border-top:1px solid #2c404b;margin:28px 0}.desktop-nav{align-self:stretch;align-items:center}.catalog-nav{align-items:center;gap:31px;height:100%;display:flex;position:relative}.catalog-nav>a span{margin-left:3px;font-size:10px}.mega-menu{z-index:30;background:var(--ink);color:#fff;opacity:0;visibility:hidden;pointer-events:none;border:1px solid #2b424d;border-radius:14px;grid-template-columns:1.1fr .9fr;gap:14px;width:690px;padding:23px;transition:all .18s;display:grid;position:absolute;top:67px;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 24px 60px #0c1a243d}.catalog-nav:hover .mega-menu,.catalog-nav:focus-within .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.mega-menu>div{flex-direction:column;gap:3px;display:flex}.mega-menu>div>b{letter-spacing:.14em;text-transform:uppercase;color:var(--lime);padding:5px 9px 10px;font-size:9px}.mega-menu a{border-radius:8px;flex-direction:column;gap:4px;padding:10px;color:#fff!important;display:flex!important}.mega-menu a:hover{background:#142a35}.mega-menu strong{font-size:13px}.mega-menu small{color:#96a6ad;font-size:10px;font-weight:500}.mobile-menu nav>b{text-transform:uppercase;letter-spacing:.12em;color:var(--lime);margin-top:5px;font-size:9px}.copy-code{background:#152b36;border:1px solid #2b424d;border-radius:8px;align-items:center;margin:13px 0 24px;padding-left:14px;display:flex;overflow:hidden}.copy-code code{color:var(--lime);word-break:break-all;background:0 0;border:0;flex:1;margin:0;padding:16px 8px 16px 0;font-size:12px;display:block}.copy-code button{color:#fff;cursor:pointer;background:#203944;border:0;border-left:1px solid #2b424d;align-self:stretch;padding:0 15px;font-size:10px;font-weight:800}.copy-code button:hover{background:var(--lime);color:var(--ink)}.remote-reasons{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:25px;display:grid}.remote-reasons article{border:1px solid var(--line);background:#fff;border-radius:14px;padding:27px}.remote-reasons article>span{color:var(--teal);font-weight:800}.remote-reasons h3{margin:18px 0 8px;font-size:17px}.remote-reasons p{color:var(--muted);margin:0;font-size:14px;line-height:1.7}.google-feature-grid{grid-template-columns:repeat(3,1fr)}.video-section{background:var(--ink);color:#fff}.video-section .split-heading>p{color:#aebbc1;font-size:15px}.video-frame{background:#07141b;border:1px solid #2b424d;border-radius:16px;margin-top:55px;padding-top:56.25%;position:relative;overflow:hidden}.video-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.article-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:55px;display:grid}.article-grid>a{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;min-height:245px;padding:28px;transition:all .2s;display:flex}.article-grid>a:hover{border-color:#b6c8bd;transform:translateY(-4px)}.article-grid span{color:var(--teal);text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800}.article-grid h3{font-size:21px;line-height:1.35}.article-grid b{color:var(--teal);margin-top:auto;font-size:12px}.product-overview-hero{grid-template-columns:1.2fr .65fr;align-items:center;gap:85px;padding:105px 0 125px;display:grid}.product-overview-hero h1,.audience-hero h1{margin:24px 0 28px;font-size:clamp(54px,6.3vw,88px)}.product-overview-hero>div>p,.audience-hero>p{color:var(--muted);max-width:760px;font-size:18px;line-height:1.75}.product-logo-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:38px;box-shadow:0 22px 60px #0c1a2414}.product-card-top{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.large-platform-icon{background:#f1f4ee;border-radius:19px;place-items:center;width:88px;height:88px;display:grid}.large-platform-icon img,.large-platform-icon svg{object-fit:contain;width:61px;height:61px}.product-card-top>span{background:var(--lime);text-transform:uppercase;letter-spacing:.09em;border-radius:99px;padding:6px 9px;font-size:9px;font-weight:800;display:inline-block}.product-logo-card>small{color:#809097;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px;font-size:10px;font-weight:800;display:block}.product-logo-card .copy-code{margin:0}.product-logo-card p{color:var(--muted);margin:20px 0 0;font-size:14px;line-height:1.7}.prompt-section,.audience-workflows{background:var(--teal);color:#fff}.prompt-section .split-heading>p,.audience-workflows .split-heading>p{color:#c8dddd;font-size:15px}.prompt-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:50px;display:grid}.prompt-grid code{color:#fff;background:#075e60;border:1px solid #ffffff26;border-radius:12px;align-items:center;min-height:125px;padding:23px;font:600 14px/1.65 Manrope,sans-serif;display:flex}.product-note{border-left:3px solid var(--lime);background:#075e60;border-radius:0 8px 8px 0;margin-top:22px;padding:19px 22px}.product-note p{color:#d2e5e4;margin:0;font-size:14px;line-height:1.7}.audience-hero{text-align:center;padding:105px 0 35px}.audience-hero h1{max-width:1050px;margin-left:auto;margin-right:auto}.audience-hero>p{margin:0 auto}.audience-proof{color:#52616a;background:#e7eee8;border:1px solid #d1ddd3;border-radius:10px;max-width:820px;margin:30px auto 0;padding:20px 24px;font-size:15px;line-height:1.7}.audience-grid{grid-template-columns:repeat(4,1fr)}.workflow-list{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:50px;display:grid}.workflow-list article{background:#075e60;border:1px solid #ffffff24;border-radius:12px;flex-direction:column;padding:27px;display:flex}.workflow-list h3{margin:0 0 12px;font-size:19px}.workflow-list p{color:#d0e3e2;font-size:15px;line-height:1.7}.workflow-list span{color:var(--lime);margin-top:auto;padding-top:22px;font-size:11px;font-weight:800}@media (max-width:900px){.pricing-grid{grid-template-columns:1fr}.price-card-head{min-height:0}.product-hero,.contact-page,.product-overview-hero{grid-template-columns:1fr;gap:45px}.product-hero,.product-overview-hero{padding-top:65px}.install-grid{grid-template-columns:repeat(2,1fr)}.pricing-wrap{margin-bottom:85px}.google-feature-grid,.audience-grid{grid-template-columns:repeat(2,1fr)}.remote-reasons,.article-grid,.prompt-grid,.workflow-list{grid-template-columns:1fr}.product-logo-card{max-width:620px}.pricing-faq{padding-top:80px}}@media (max-width:620px){.subpage-hero,.legal-hero{padding:65px 0 50px}.subpage-hero h1,.legal-hero h1,.contact-page h1{font-size:47px}.pricing-wrap{width:calc(100% - 28px)}.billing-toggle{flex-wrap:wrap}.billing-toggle span{text-align:center;width:100%;margin:10px 0 0}.price-card{padding:25px}.product-hero{padding-bottom:75px}.product-hero h1,.product-overview-hero h1,.audience-hero h1{font-size:48px}.product-hero .hero-actions,.product-overview-hero .hero-actions{align-items:flex-start}.server-card,.product-logo-card{padding:27px}.feature-grid,.install-grid,.google-feature-grid,.audience-grid{grid-template-columns:1fr}.contact-page{padding:65px 0 85px}.cta-actions{flex-direction:column}.legal-body{padding-bottom:80px}.remote-reasons{margin-top:-20px}.prompt-grid code{min-height:100px}.audience-hero{padding-top:65px}.price-row{align-items:center}.seat-control{margin-bottom:0}}@media (prefers-reduced-motion:reduce){.checkout-spinner{animation:none}}
