
    :root{--ink:#111427;--muted:#5f6377;--blue:#2e50ff;--pale:#edf0ff;--lime:#d9ff78;--paper:#f8f9fc;--line:#dfe2ec;--radius:24px;--max:1200px;--header:82px}
    *,*::before,*::after{box-sizing:border-box}
    html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 24px)}
    body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
    h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.08}h1,h2{letter-spacing:-.055em}h3{letter-spacing:-.025em}
    a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}
    button{cursor:pointer}img{display:block;max-width:100%}button{color:inherit}svg{display:block}::selection{background:var(--lime);color:var(--ink)}
    :focus-visible{outline:3px solid var(--blue);outline-offset:5px}button:focus-visible,.dark :focus-visible{outline-color:#8d9eff}
    .wrap{width:min(var(--max),calc(100% - 64px));margin-inline:auto}.section{padding-block:112px}.kicker{display:block;margin-bottom:22px;color:var(--blue);font-size:.78rem;font-weight:750;letter-spacing:.13em;text-transform:uppercase}
    .section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:52px}.section-head h2,.section-title{font-size:clamp(2.25rem,4.5vw,4rem);max-width:750px}.section-head p{max-width:340px;color:var(--muted)}
    .muted{color:var(--muted)}.btn{min-height:50px;padding:14px 23px;display:inline-flex;align-items:center;justify-content:center;gap:20px;border:1px solid transparent;border-radius:100px;font-size:.9rem;font-weight:650;line-height:1.3;transition:transform .25s,background .25s,box-shadow .25s}
    .btn:hover{transform:translateY(-3px)}.btn-blue{background:var(--blue);color:#fff}.btn-blue:hover{background:#183be8;box-shadow:0 10px 25px #2e50ff25}.btn-light{background:#fff;color:var(--ink)}.btn-line{background:transparent;border-color:var(--line)}.btn-lime{background:var(--lime);color:var(--ink)}.btn-dark{background:var(--ink);color:white}.btn svg{width:19px;height:19px}.arrow{font-size:1.3rem;line-height:1}.buttons{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.full{width:100%}
    .skip{position:fixed;top:10px;left:10px;padding:12px 20px;background:white;z-index:200;transform:translateY(-160%)}.skip:focus{transform:none}
    .progress{position:fixed;inset:0 0 auto;height:3px;z-index:102;transform:scaleX(0);transform-origin:left;background:var(--blue);pointer-events:none}
    .header{position:sticky;top:0;z-index:100;height:var(--header);background:#f8f9fcf2;border-bottom:1px solid transparent;backdrop-filter:blur(18px);transition:border-color .25s}.header.scrolled{border-color:var(--line)}
    .nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:inline-flex;gap:10px;align-items:center;font-size:1.16rem;font-weight:780;letter-spacing:-.055em;white-space:nowrap}.brand-mark{display:block;flex-shrink:0;width:38px;height:38px}.brand b{font-weight:780;color:#1a56ff}.nav-links{display:flex;gap:27px;align-items:center;font-size:.85rem;font-weight:600}.nav-links a{transition:color .2s}.nav-links a:hover{color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:14px}.lang{border:0;background:transparent;padding:8px 4px;font-size:.8rem;font-weight:650;min-height:44px}.menu-toggle{display:none;background:transparent;border:1px solid var(--line);border-radius:50%;width:44px;height:44px;place-items:center}.menu-toggle svg{width:20px;height:20px}
    .hero{padding:67px 0 0;position:relative;overflow:hidden}.hero-top{display:grid;grid-template-columns:1.32fr 1fr;gap:58px;align-items:end}.hero h1{font-size:clamp(3.25rem,6.8vw,6rem);font-weight:760;line-height:1.02}.hero h1 em{color:var(--blue);font-style:normal}.hero-copy{padding-bottom:7px}.hero-copy>p{font-size:1.08rem;color:var(--muted);max-width:420px;margin-bottom:27px}.hero-note{font-size:.78rem;color:var(--muted);margin-top:17px}.hero-note strong{color:var(--ink)}
    .hero-meta{margin-top:52px;display:flex;justify-content:space-between;align-items:center;font-size:.76rem;color:var(--muted)}.hero-meta>span{display:flex;gap:10px;align-items:center}.hero-meta svg{height:16px;width:16px}.scroll-cue{display:flex;gap:10px;align-items:center}
    .showcase{margin-top:24px;position:relative;padding:70px 100px 0;background:var(--blue);border-radius:32px 32px 0 0;perspective:1300px;overflow:hidden;min-height:520px}.showcase::before{content:"";position:absolute;inset:0;background-image:linear-gradient(#ffffff10 1px,transparent 1px),linear-gradient(90deg,#ffffff10 1px,transparent 1px);background-size:64px 64px;pointer-events:none}.browser{position:relative;background:white;border-radius:15px 15px 0 0;box-shadow:0 30px 70px #09176550;transform:translateY(var(--lift,0px)) rotateX(var(--rotate,0deg));transform-origin:bottom center;will-change:transform}.browser-bar{height:42px;background:#f0f1f5;display:flex;align-items:center;padding:0 17px;gap:6px;border-radius:15px 15px 0 0}.browser-bar i{width:7px;height:7px;border-radius:50%;background:#c5c8d3}.browser-address{margin:auto;font-size:.64rem;color:#676c7d;letter-spacing:.03em}.browser-body{padding:30px 38px 0;background:#f6f5f0;border-top:1px solid #e3e4e9;overflow:hidden}.demo-nav{display:flex;justify-content:space-between;align-items:center;font-size:.66rem}.demo-brand{font-weight:800;letter-spacing:.05em;font-size:1rem}.demo-nav span:last-child{border-bottom:1px solid;padding-bottom:3px}.demo-content{display:grid;grid-template-columns:1fr .8fr;gap:25px;padding:36px 0}.demo-kicker{font-size:.61rem;letter-spacing:.15em}.demo-content h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;letter-spacing:-.04em;margin:14px 0}.demo-content p{font-size:.72rem;max-width:230px;color:#676859}.demo-button{display:inline-flex;border-radius:40px;background:#333e2e;color:#fff;font-size:.65rem;padding:10px 16px;margin-top:20px}.demo-panel{border-radius:80px 80px 8px 8px;background:#dde3d1;padding:35px 20px;display:flex;flex-direction:column;justify-content:center;text-align:center;color:#344331}.demo-symbol{font:italic 6rem/.9 Georgia,serif;letter-spacing:-.1em}.demo-panel small{font-size:.64rem;letter-spacing:.15em;margin-top:20px}.demo-footer{display:flex;gap:25px;border-top:1px solid #daddce;padding:18px 0;font-size:.65rem;color:#59644f}.float-tag{position:absolute;z-index:2;border-radius:16px;padding:16px 20px;box-shadow:0 12px 35px #0a17452b;display:flex;gap:12px;align-items:center;transform:translateY(var(--float,0px));font-size:.82rem;font-weight:700}.tag-one{left:27px;top:180px;background:white}.tag-two{right:25px;bottom:72px;background:var(--lime)}.tag-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--pale);color:var(--blue)}.tag-two .tag-icon{background:#11142712;color:var(--ink)}
    .trust{background:var(--ink);color:white;padding:24px 0}.trust .wrap{display:flex;justify-content:space-between;gap:22px;flex-wrap:wrap}.trust span{font-size:.8rem;display:flex;align-items:center;gap:10px}.trust span::before{content:"✓";color:var(--lime)}
    .services{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service{background:#fff;padding:34px;border:1px solid var(--line);border-radius:var(--radius);transition:transform .3s,border-color .3s}.service:hover{transform:translateY(-7px);border-color:#a6b2ff}.service-icon{height:50px;width:50px;border-radius:14px;background:var(--pale);color:var(--blue);display:grid;place-items:center;margin-bottom:50px}.service-icon svg{width:25px;height:25px}.service h3{font-size:1.45rem;margin-bottom:17px}.service p{color:var(--muted);font-size:.92rem}.service-tags{margin-top:30px;display:flex;flex-wrap:wrap;gap:7px}.service-tags span{font-size:.73rem;border:1px solid var(--line);border-radius:50px;padding:4px 10px}.included{display:flex;gap:16px 32px;flex-wrap:wrap;margin-top:30px;font-size:.8rem;color:var(--muted)}.included span::before{content:"+";margin-right:8px;color:var(--blue);font-weight:700}
    .dark{background:var(--ink);color:#fff}.dark .kicker{color:var(--lime)}.process-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}.process-intro{position:sticky;top:calc(var(--header) + 60px)}.process-intro>p{color:#acafc0;max-width:400px;margin:26px 0 30px}.process-count{margin-top:70px;display:flex;align-items:baseline;gap:16px}.process-count strong{font-size:5.5rem;font-weight:550;line-height:1;letter-spacing:-.06em;color:var(--lime)}.process-count span{color:#8e92ab;font-size:.85rem}.process-step{padding:38px 0;border-top:1px solid #ffffff25;transition:opacity .4s}.process-step:first-child{padding-top:8px;border-top:0}.process-step:last-child{padding-bottom:0}.step-label{font-size:.73rem;color:var(--lime);letter-spacing:.08em}.process-step h3{font-size:1.6rem;margin:17px 0}.process-step p{color:#acafc0;max-width:400px}.process-step.is-active h3{color:var(--lime)}
    .pricing-top{text-align:center;margin-bottom:45px}.pricing-top h2{margin-inline:auto}.pricing-top p{margin:22px auto 0;color:var(--muted);max-width:590px}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.price-card{padding:33px 28px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;display:flex;flex-direction:column}.price-card.featured{background:var(--blue);color:white;border-color:var(--blue);box-shadow:0 20px 45px #2e50ff20}.price-label{display:flex;justify-content:space-between;align-items:center;gap:8px;min-height:30px}.price-label h3{font-size:1.15rem}.badge{background:var(--lime);color:var(--ink);font-size:.68rem;font-weight:700;padding:5px 11px;border-radius:30px}.price{font-size:3.8rem;font-weight:600;line-height:1;letter-spacing:-.07em;margin-top:29px}.period{font-size:.76rem;color:var(--muted);margin-top:9px}.price-description{margin-top:23px;font-size:.87rem;min-height:54px;color:var(--muted)}.featured .period,.featured .price-description{color:#e3e7ff}.features{list-style:none;padding:24px 0 0;margin:22px 0 30px;border-top:1px solid var(--line);flex:1}.features li{font-size:.85rem;display:flex;gap:10px;align-items:start;margin-bottom:13px}.features li::before{content:"✓";color:var(--blue);font-weight:700;flex-shrink:0}.featured .features{border-color:#ffffff35}.featured .features li::before{color:var(--lime)}.plan-total{font-size:.75rem;text-align:center;margin-top:13px;color:var(--muted)}.featured .plan-total{color:#e3e7ff}.terms-note{text-align:center;font-size:.79rem;color:var(--muted);max-width:840px;margin:24px auto}.one-time{padding:22px 25px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:30px;font-size:.87rem}.one-time a{font-weight:650;color:var(--blue)}
    .compare{margin-top:30px}.compare>summary{cursor:pointer;font-size:.86rem;font-weight:650;padding:18px 0}.table-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:16px}.compare table{border-collapse:collapse;width:100%;min-width:600px;background:#fff;font-size:.84rem}.compare caption{padding:16px;text-align:left;font-weight:700}.compare th,.compare td{padding:15px 20px;border-top:1px solid var(--line);text-align:center}.compare th:first-child{text-align:left}.compare thead{background:var(--pale)}
    .tools-section{padding-top:0}.tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.tool{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}.tool:hover{transform:translateY(-5px);box-shadow:0 20px 40px #1114270a}.tool-top{height:124px;display:flex;justify-content:space-between;align-items:start}.tool-monogram{font-size:3.5rem;font-weight:700;letter-spacing:-.09em;line-height:1;color:var(--blue)}.tool:nth-child(2) .tool-monogram{color:#7250bd}.tool:nth-child(3) .tool-monogram{color:#31574c}.tool-top .arrow{border:1px solid var(--line);width:35px;height:35px;border-radius:50%;display:grid;place-items:center}.tool h3{font-size:1.35rem;margin-bottom:16px}.tool p{font-size:.9rem;color:var(--muted);flex:1}.tool-domain{font-size:.74rem;color:var(--muted);margin-top:25px;overflow-wrap:anywhere}
    .about{background:#eaeefb}.about-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:85px;align-items:center}.portrait{position:relative;min-height:430px;background:var(--ink);border-radius:var(--radius);overflow:hidden;display:grid;place-items:center}.portrait img{width:100%;height:430px;object-fit:cover;object-position:center 35%;position:relative;z-index:1}.portrait-fallback{position:absolute;font-size:8rem;letter-spacing:-.1em;color:#8795df;font-weight:650}.about-copy>p{margin-top:25px;color:var(--muted);max-width:510px}.about-copy .buttons{margin-top:30px}.about-facts{display:flex;gap:28px;flex-wrap:wrap;border-top:1px solid #cbd2e9;margin-top:30px;padding-top:24px;font-size:.8rem;font-weight:650}
    .faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.faq-intro p{margin-top:24px;color:var(--muted);max-width:300px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;gap:25px;list-style:none;cursor:pointer;font-weight:600;font-size:.98rem;padding:25px 0}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";color:var(--blue);font-size:1.4rem;line-height:1;flex-shrink:0}.faq-list details[open] summary::after{content:"−"}.faq-list details p{padding:0 35px 25px 0;color:var(--muted);font-size:.92rem;max-width:650px}
    .contact-section{padding-top:0}.contact-panel{border-radius:32px;background:var(--ink);padding:64px;display:grid;grid-template-columns:1fr 1fr;gap:70px;color:#fff}.contact-panel .kicker{color:var(--lime)}.contact-panel h2{font-size:clamp(2.5rem,4.5vw,4.5rem)}.contact-panel p{color:#b9bdcf;margin:22px 0 28px}.contact-links{margin-top:30px;display:flex;flex-direction:column;align-items:start;gap:10px;font-size:.85rem}.contact-links a{text-decoration:underline;text-underline-offset:5px;color:#d5d9e9;overflow-wrap:anywhere;max-width:100%}.contact-form label{display:block;font-size:.8rem;margin-bottom:7px;color:#e1e4f0}.contact-form input,.contact-form textarea{width:100%;border:1px solid #ffffff30;background:#ffffff08;color:white;border-radius:12px;padding:13px 15px;margin-bottom:18px}.contact-form textarea{min-height:124px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{border-color:#a7b4ff}.contact-form .form-note{font-size:.73rem;margin:14px 0 0;color:#b9bdcf}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
    .footer{padding:0 0 30px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:35px}.footer-links{display:flex;gap:22px;flex-wrap:wrap;font-size:.82rem;color:var(--muted)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:25px;font-size:.73rem;color:var(--muted)}.text-button{border:0;background:transparent;padding:0;text-decoration:underline;text-underline-offset:3px;font-size:inherit;color:inherit}
    .wa-float{position:fixed;right:22px;bottom:22px;z-index:80;display:grid;place-items:center;width:55px;height:55px;background:var(--lime);color:var(--ink);border-radius:50%;box-shadow:0 5px 30px #11142725;transition:transform .2s}.wa-float:hover{transform:translateY(-4px)}.wa-float svg{width:24px;height:24px}
    .consent{position:fixed;left:20px;bottom:20px;z-index:120;width:min(410px,calc(100% - 40px));background:white;border:1px solid var(--line);box-shadow:0 15px 60px #11142720;padding:24px;border-radius:20px}.consent[hidden]{display:none}.consent strong{display:block;margin-bottom:8px}.consent p{font-size:.8rem;color:var(--muted);margin-bottom:18px}.consent .buttons{gap:8px}.consent .btn{min-height:43px;font-size:.77rem;padding:10px 16px}
    @media(prefers-reduced-motion:no-preference){.motion-ready .reveal{opacity:0;transform:translateY(30px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.65,.2,1);transition-delay:var(--delay,0ms)}.motion-ready .reveal.visible{opacity:1;transform:none}.hero h1{animation:hero-in .8s both}.hero-copy{animation:hero-in .8s .12s both}@keyframes hero-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}}
    @media(min-width:1500px){.hero{padding-top:90px}}
    @media(max-width:1050px){.nav-links{gap:17px}.nav-actions .btn{display:none}.hero-top{gap:35px}.showcase{padding:55px 70px 0;min-height:450px}.process-layout{gap:65px}.service{padding:28px}.about-layout{gap:50px}.contact-panel{padding:45px;gap:40px}.price-card{padding:28px 23px}}
    @media(max-width:800px){:root{--header:72px}.wrap{width:calc(100% - 40px)}.section{padding-block:78px}.hero{padding-top:45px}.hero-top{grid-template-columns:1fr;gap:26px}.hero h1{font-size:clamp(3.2rem,9vw,5rem);max-width:680px}.hero-copy>p{max-width:550px}.hero-meta{margin-top:35px}.showcase{padding:40px 48px 0;min-height:0}.demo-content{padding:25px 0}.float-tag{padding:12px 14px;font-size:.7rem}.tag-one{top:135px;left:10px}.tag-two{bottom:40px;right:10px}.section-head{display:block}.section-head p{margin-top:22px;max-width:520px}.services{grid-template-columns:1fr}.service-icon{margin-bottom:28px}.service{display:grid;grid-template-columns:55px 1fr;gap:0 25px}.service-icon{grid-row:span 3}.service-tags{margin-top:20px}.process-layout{grid-template-columns:1fr;gap:48px}.process-intro{position:static}.process-count{display:none}.price-grid{grid-template-columns:1fr}.price-description{min-height:0}.price-card{padding:34px}.tools-grid{grid-template-columns:1fr}.tool-top{height:90px}.about-layout{grid-template-columns:1fr 1fr;gap:30px}.portrait,.portrait img{min-height:390px;height:390px}.about-facts{gap:16px}.faq-layout{grid-template-columns:1fr;gap:35px}.faq-intro p{max-width:500px}.contact-panel{grid-template-columns:1fr;padding:40px;gap:40px}.contact-section,.tools-section{padding-top:0}.nav-links{display:none}.menu-toggle{display:grid}.nav-links.is-open{position:absolute;top:var(--header);left:0;right:0;display:flex;flex-direction:column;align-items:stretch;background:var(--paper);padding:15px 25px 25px;gap:0;border-bottom:1px solid var(--line);box-shadow:0 20px 30px #1114270a}.nav-links.is-open a{padding:14px 0}.footer-top{align-items:start;flex-direction:column}.footer-bottom{padding-right:65px}.no-js .nav-links{display:flex;position:static;flex-wrap:wrap}.no-js .header{position:relative;height:auto}.no-js .nav{flex-wrap:wrap;padding-block:15px}.no-js .menu-toggle{display:none}}
    @media(max-width:520px){.hero h1{font-size:clamp(2.75rem,11.4vw,3.7rem)}.kicker{font-size:.71rem}.hero-copy>p{font-size:1rem}.hero-note{font-size:.71rem}.hero-meta{font-size:.67rem}.hero-meta>span:first-child{max-width:185px}.hero-meta .scroll-cue{gap:5px}.showcase{padding:30px 24px 0;border-radius:20px 20px 0 0}.browser-body{padding:17px 18px 0}.browser-bar{height:30px;padding:0 10px}.browser-address{font-size:.53rem}.demo-nav{font-size:.53rem}.demo-brand{font-size:.7rem}.demo-content{gap:10px;padding:20px 0}.demo-kicker{font-size:.5rem}.demo-content h2{font-size:1.8rem;margin:9px 0}.demo-content p{font-size:.56rem}.demo-button{font-size:.53rem;margin-top:12px;padding:7px 10px}.demo-panel{padding:22px 7px}.demo-symbol{font-size:3.8rem}.demo-panel small{font-size:.46rem;letter-spacing:.05em}.demo-footer{gap:12px;font-size:.5rem;padding:12px 0}.tag-one{display:none}.tag-two{font-size:.6rem;bottom:28px;padding:9px 12px;gap:7px}.tag-icon{width:23px;height:23px}.trust .wrap{display:grid;grid-template-columns:1fr 1fr;gap:14px}.trust span{font-size:.7rem;gap:7px}.section-head h2,.section-title{font-size:2.5rem}.service{display:block;padding:28px}.one-time{align-items:start;flex-direction:column}.price-card{padding:29px}.about-layout{grid-template-columns:1fr;gap:40px}.portrait,.portrait img{height:410px}.faq-list summary{font-size:.91rem}.contact-panel{padding:29px 23px;border-radius:24px}.contact-panel h2{font-size:2.9rem}.nav{gap:10px}.nav-actions{gap:8px}.brand{font-size:1.02rem}.brand-mark{width:34px;height:34px}.footer-bottom{flex-direction:column;gap:12px}.wa-float{width:49px;height:49px;right:15px;bottom:15px}}
    @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.browser,.float-tag{transform:none!important}.reveal{opacity:1!important;transform:none!important}}

    /* Two services, one direct partner. */
    .service-routes{padding-bottom:0}.route-heading{margin-bottom:26px}.route-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.route-card{padding:42px;border-radius:28px;display:flex;flex-direction:column;position:relative;overflow:hidden;min-width:0;transition:transform .3s,box-shadow .3s}.route-web{background:var(--blue);color:white}.route-auto{background:var(--lime);color:var(--ink)}.route-number{font-size:.75rem;letter-spacing:.15em;font-weight:750;margin-bottom:50px}.route-card h2{font-size:clamp(2rem,3.4vw,3rem);margin-bottom:20px;max-width:450px}.route-card p{font-size:.96rem;max-width:420px;margin-bottom:35px;flex:1}.route-web p{color:#e3e7ff}.route-link{font-size:.85rem;font-weight:700;padding-top:20px;border-top:1px solid currentColor}.route-card:hover{transform:translateY(-7px);box-shadow:0 20px 45px #11142718}
    .automation-intro{padding-bottom:65px}.automation-intro .section-head{align-items:center}.automation-intro .section-head p{color:#b9bdcf}.automation-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #ffffff28;padding-top:30px}.platform-label{display:flex;align-items:center;gap:16px}.platform-glyph{display:grid;place-items:center;width:52px;height:52px;background:#ffffff10;border:1px solid #ffffff25;border-radius:14px;font-size:1.8rem;color:var(--lime)}.platform-label small{display:block;font-size:.63rem;letter-spacing:.15em;color:#b9bdcf}.platform-label strong{font-size:1rem;font-weight:600}
    /* Stacked by default. JS only pins when every panel fits the viewport. */
    .journey{background:var(--ink);color:white}.journey-pin{padding:30px 0 70px}.journey-heading{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:26px}.journey-heading h2{font-size:clamp(1.4rem,2.5vw,2rem);letter-spacing:-.035em}.journey-heading a{font-size:.75rem;color:#d2d7ef;text-decoration:underline;text-underline-offset:5px;flex-shrink:0}.journey-track{display:grid;gap:20px}.journey-panel{display:grid;grid-template-columns:1.15fr 1fr;border-radius:26px;background:var(--pale);color:var(--ink);overflow:hidden;min-width:0}.journey-copy{padding:36px 42px;position:relative;isolation:isolate}.journey-number{position:absolute;right:22px;top:18px;font-size:6rem;line-height:1;font-weight:750;letter-spacing:-.08em;color:#11142709;z-index:-1}.journey-price{display:inline-block;font-size:.74rem;font-weight:700;letter-spacing:.035em;border:1px solid #11142730;border-radius:30px;padding:6px 12px;margin-bottom:24px}.journey-copy h3{font-size:clamp(2rem,3.2vw,3rem);margin-bottom:22px;letter-spacing:-.05em}.journey-copy p{font-size:.95rem;line-height:1.75;max-width:460px;color:#454a62}.journey-visual{padding:36px;min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#dce2fa;gap:20px;text-align:center;overflow:hidden}.journey-visual p{font-size:1.1rem;font-weight:600;line-height:1.35}.journey-visual>small{font-size:.66rem;max-width:290px}.coffee-timer{font-size:7rem;line-height:1;font-weight:700;letter-spacing:-.08em;border:2px solid var(--blue);width:210px;height:210px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--blue);box-shadow:0 0 0 12px #2e50ff08,0 0 0 30px #2e50ff04}.coffee-timer span{font-size:.65rem;letter-spacing:.22em;margin-top:8px}.journey-panel:nth-child(2){background:var(--lime)}.journey-panel:nth-child(2) .journey-visual{background:#c6ea69}.process-map{width:min(100%,300px);display:grid;gap:25px}.map-node{position:relative;background:#f5ffdf;border:1px solid #11142725;border-radius:12px;padding:18px 14px;font-size:.85rem;font-weight:650;box-shadow:5px 5px 0 #1114270c}.map-node:not(:last-child)::after{content:'↓';position:absolute;top:100%;left:calc(50% - 5px);line-height:25px}.map-node:last-child{background:var(--ink);color:var(--lime)}.journey-panel:nth-child(3){background:var(--blue);color:#fff}.journey-panel:nth-child(3) .journey-price{border-color:#ffffff50}.journey-panel:nth-child(3) .journey-copy p{color:#e2e8ff}.journey-panel:nth-child(3) .journey-number{color:#ffffff0c}.journey-panel:nth-child(3) .journey-visual{background:#2343e0}.report-preview{background:white;color:var(--ink);width:min(100%,260px);padding:28px;text-align:left;transform:rotate(-6deg);box-shadow:14px 18px 0 #10248045}.report-preview>span{font-size:.56rem;font-weight:750;letter-spacing:.12em}.report-preview strong{display:block;font-size:2.3rem;line-height:1.05;letter-spacing:-.055em;margin-top:35px}.report-lines{display:grid;gap:9px;margin:25px 0}.report-lines i{height:6px;background:#e0e4f2}.report-lines i:last-child{width:65%;background:var(--blue)}.report-preview small{font-size:.58rem;line-height:1.4;display:block}.journey-panel:nth-child(4){background:#f3f1ed}.journey-panel:nth-child(4) .journey-visual{background:#e5e2dc}.flow-demo{width:min(100%,300px);display:grid;justify-items:center;gap:6px}.flow-node{width:100%;padding:15px 12px;border:1px solid #11142720;border-radius:10px;background:white;font-size:.8rem;font-weight:650}.flow-done{background:var(--ink);color:var(--lime)}.flow-demo>span{color:var(--blue)}.journey-controls,.journey-meter{display:none}
    .journey.is-pinned{height:340svh}.is-pinned .journey-pin{position:sticky;top:var(--header);height:calc(100svh - var(--header));display:flex;align-items:center;padding:26px 0;overflow:hidden}.is-pinned .journey-window{overflow:hidden;border-radius:26px}.is-pinned .journey-track{display:flex;gap:0;will-change:transform}.is-pinned .journey-panel{flex:0 0 100%;border-radius:0;align-items:stretch}.is-pinned .journey-controls{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:22px}.journey-dot{display:flex;align-items:center;justify-content:center;gap:10px;background:transparent;color:#b9bdcf;border:0;padding:8px;font-size:.77rem;border-radius:8px;min-height:44px}.journey-dot>span:first-child{font-size:.66rem;opacity:.7}.journey-dot:hover,.journey-dot[aria-current=step]{color:var(--lime);background:#ffffff08}.is-pinned .journey-meter{display:block;margin-top:10px;height:2px;background:#ffffff20;overflow:hidden}.journey-meter i{display:block;background:var(--lime);height:100%;transform:scaleX(0);transform-origin:left}
    .report-section{background:#eef1fb}.report-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:80px;align-items:center}.report-layout h2{font-size:clamp(2.5rem,4.5vw,4rem)}.report-layout h2+p{color:var(--muted);margin-top:24px;max-width:490px}.report-deliverables{padding:0;margin:28px 0 0;list-style:none}.report-deliverables li{padding:14px 0 14px 28px;border-bottom:1px solid #cfd5e7;position:relative;font-size:.89rem}.report-deliverables li::before{content:'↗';position:absolute;left:0;color:var(--blue)}.report-offer{background:#fff;border:1px solid #d8def0;border-radius:28px;padding:36px;box-shadow:0 18px 45px #11142707}.free-steps>div{display:flex;gap:20px;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line);font-size:.8rem}.free-steps strong{color:#346100;white-space:nowrap}.report-cost{padding:30px 0}.report-cost strong{display:block;font-size:4rem;font-weight:650;letter-spacing:-.07em;line-height:1.1}.report-cost span{font-size:.78rem;color:var(--muted)}.report-note{font-size:.74rem;color:var(--muted);margin-top:18px}.automation-example-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.automation-example{border-top:2px solid var(--ink);padding-top:22px}.automation-example>span:first-child{color:var(--blue);font-size:.75rem;font-weight:700}.automation-example h3{font-size:1.5rem;margin:26px 0 18px}.automation-example p{font-size:.9rem;color:var(--muted);margin-bottom:22px}.product-tag{font-size:.72rem;font-weight:650;background:var(--pale);color:var(--blue);display:inline-block;padding:6px 12px;border-radius:30px}.contact-form select{width:100%;border:1px solid #ffffff30;background:#1c2036;color:white;border-radius:12px;padding:13px 15px;margin-bottom:18px}.contact-form select:focus{border-color:#a7b4ff}
    @media(prefers-reduced-motion:no-preference){.is-pinned .journey-panel.is-current .coffee-timer,.is-pinned .journey-panel.is-current .process-map,.is-pinned .journey-panel.is-current .flow-demo{animation:scene-arrive .55s cubic-bezier(.16,1,.3,1) both}.is-pinned .journey-panel.is-current .report-preview{animation:report-arrive .6s cubic-bezier(.16,1,.3,1) both}@keyframes scene-arrive{from{opacity:.35;transform:translateY(28px) scale(.9)}to{opacity:1;transform:none}}@keyframes report-arrive{from{opacity:.35;transform:translateY(35px) rotate(7deg) scale(.92)}to{opacity:1;transform:rotate(-6deg)}}}
    @media(max-width:1000px){.report-layout{gap:35px}.journey-copy{padding:30px}.journey-visual{padding:28px}.route-card{padding:32px}.automation-bottom{align-items:start;flex-direction:column}}
    @media(max-width:800px){.route-grid,.report-layout{grid-template-columns:1fr}.route-number{margin-bottom:30px}.route-card{min-height:300px}.journey-heading{align-items:start;flex-direction:column;gap:15px}.journey-panel{grid-template-columns:1fr}.journey-visual{min-height:290px;padding:35px}.journey-copy h3{font-size:2.3rem}.journey-copy p{max-width:100%}.journey-visual p{font-size:1rem}.coffee-timer{width:155px;height:155px;font-size:5.2rem}.report-preview{width:230px}.automation-example-grid{grid-template-columns:1fr;gap:36px}.automation-example h3{margin-top:18px}.report-offer{padding:28px}.report-cost strong{font-size:3.5rem}}
    @media print{.journey.is-pinned{height:auto}.is-pinned .journey-pin{position:static;height:auto;overflow:visible}.is-pinned .journey-track{display:grid;transform:none!important}.is-pinned .journey-window{overflow:visible}.journey-controls,.journey-meter{display:none!important}.reveal{opacity:1!important;transform:none!important}.header,.wa-float,.consent{display:none!important}}

    [data-view][hidden]{display:none!important}.service-routes{padding-top:36px;padding-bottom:85px}.hero{padding-bottom:0}.hero h1{font-size:clamp(3rem,5.6vw,5.2rem)}.hero-top{align-items:center}.hero-copy>p{font-size:1.1rem;max-width:380px}.route-card{min-height:345px}.route-card h2{font-size:clamp(2rem,3vw,2.65rem)}.route-number{margin-bottom:35px}.service-subnav{background:#eef0f8;border-bottom:1px solid var(--line)}.service-subnav>.wrap{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-block:15px;font-size:.78rem}.service-subnav>.wrap>a{font-weight:650;white-space:nowrap;color:var(--muted)}.service-subnav nav{display:flex;gap:25px;flex-wrap:wrap}.service-subnav a:hover{color:var(--blue)}.nav-links a[aria-current=page]{color:var(--blue)}.web-showcase{padding-bottom:90px}.web-showcase .hero-meta{margin-top:0}.web-showcase .showcase{border-radius:28px}.route-card:focus-visible{outline-offset:7px}.automation-intro{padding-top:75px}
    @media(max-width:800px){.service-routes{padding-top:30px;padding-bottom:65px}.service-subnav>.wrap{align-items:flex-start;flex-direction:column;gap:12px}.service-subnav nav{gap:12px 20px}.route-card{min-height:300px}.hero-top{gap:24px}.hero-copy>p{max-width:500px}.web-showcase{padding-bottom:70px}}

    .route-photo{width:calc(100% + 84px);max-width:none;height:195px;object-fit:cover;margin:-42px -42px 30px;flex-shrink:0}.route-web .route-photo{object-position:center 45%}.route-auto .route-photo{object-position:center 45%}.photo-credit{font-size:.66rem;color:var(--muted);margin-top:16px;text-align:right}.photo-credit a{text-decoration:underline;text-underline-offset:3px}.website-photo{margin:0 0 40px;background:var(--ink);border-radius:24px;overflow:hidden;color:white}.website-photo-image{width:100%;height:310px;object-fit:cover;object-position:center 45%}.website-photo figcaption{padding:19px 25px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.85rem}.website-photo figcaption a{font-size:.63rem;color:#c4cadc;white-space:nowrap}.platform-figure{margin:0 0 38px;padding:40px;background:#f8fafc;color:var(--ink);border:1px solid #e4e7ef;border-radius:28px;overflow:hidden}.platform-center{display:flex;justify-content:center;align-items:center;gap:22px;position:relative;margin-bottom:52px}.platform-center::after{content:'';position:absolute;height:27px;width:1px;background:#c4ccdb;left:50%;top:calc(100% + 14px)}.platform-main-icon{width:96px;height:96px;object-fit:contain;flex-shrink:0}.platform-overline{font-size:.65rem;letter-spacing:.17em;color:var(--muted)}.platform-center h3{font-size:2.35rem;margin:5px 0 10px;letter-spacing:-.045em}.platform-center p{font-size:.86rem;color:var(--muted)}.platform-branches{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;position:relative}.platform-branches::before{content:'';position:absolute;top:-12px;left:16.6%;right:16.6%;height:1px;background:#c4ccdb}.platform-product{position:relative;display:flex;align-items:center;flex-direction:column;padding:26px 18px;background:white;border:1px solid #e0e5ee;border-radius:18px;text-align:center}.platform-product::before{content:'';position:absolute;top:-13px;left:50%;height:12px;width:1px;background:#c4ccdb}.platform-product-icon{width:72px;height:72px;object-fit:contain;margin-bottom:16px}.platform-product strong{font-size:1rem}.platform-product>span{font-size:.75rem;color:var(--muted);margin-top:5px}.platform-figure figcaption{display:flex;justify-content:space-between;gap:20px;margin-top:24px;font-size:.68rem;color:var(--muted)}.platform-figure figcaption a{text-decoration:underline;text-underline-offset:3px;white-space:nowrap}
    @media(max-width:1000px){.route-photo{width:calc(100% + 64px);margin:-32px -32px 26px}}
    @media(max-width:650px){.route-photo{height:180px}.platform-figure{padding:26px 20px}.platform-center{gap:14px;align-items:center;margin-bottom:32px}.platform-main-icon{width:65px;height:65px}.platform-center h3{font-size:1.55rem}.platform-center p{font-size:.76rem}.platform-center::after,.platform-branches::before,.platform-product::before{display:none}.platform-branches{grid-template-columns:1fr;gap:12px}.platform-product{display:grid;grid-template-columns:48px 1fr;text-align:left;column-gap:15px;padding:18px}.platform-product-icon{grid-row:span 2;width:48px;height:48px;margin:0}.platform-product>span{margin:0}.platform-figure figcaption{flex-direction:column;gap:8px}.website-photo-image{height:220px}.website-photo figcaption{align-items:flex-start;flex-direction:column;gap:8px;padding:20px}.photo-credit{text-align:left}}

    .platform-branches{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.platform-branches::before{left:10%;right:10%}.platform-product{padding:24px 12px}.platform-product strong{font-size:.9rem}.platform-product>span{overflow-wrap:anywhere}.service-lead-cta{margin:-16px 0 35px}.direct-answer{border-left:3px solid var(--lime);padding:3px 0 4px 24px;margin:0 0 40px;max-width:850px}.direct-answer h3{font-size:1.4rem;margin-bottom:13px}.direct-answer p{color:#cbd0e5;line-height:1.75;margin-bottom:22px}.section-head h1{font-size:clamp(2.25rem,4.5vw,4rem);max-width:750px}.contact-form :is(input,textarea,select){scroll-margin-top:100px}
    @media(max-width:1050px){.platform-branches{grid-template-columns:repeat(3,minmax(0,1fr))}.platform-branches::before,.platform-product::before{display:none}}
    @media(max-width:650px){.platform-branches{grid-template-columns:1fr}.platform-product{padding:18px}.platform-product strong{font-size:1rem}.direct-answer{padding-left:18px}.service-lead-cta{margin-top:0}.section-head h1{font-size:2.5rem}}
  
/* Product guides: real pages, shared design, media loaded on request. */
a.platform-product{transition:transform .22s,border-color .22s,box-shadow .22s}
a.platform-product:hover{transform:translateY(-5px);border-color:var(--blue);box-shadow:0 12px 30px #11142710}
a.platform-product:focus-visible{outline:3px solid var(--blue);outline-offset:4px}
.platform-learn{margin-top:16px;font-size:.73rem;font-weight:650;color:var(--blue)}
.tool-hero{padding-top:34px;background:radial-gradient(ellipse at 90% 20%,#dfe6ff 0,transparent 60%)}
.tool-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:14px;font-size:.8rem;color:var(--muted);margin-bottom:65px}
.tool-breadcrumb a:hover,.tool-source:hover,.tool-video-links a:hover{color:var(--blue)}
.tool-hero-grid{display:grid;grid-template-columns:1.6fr 1fr;align-items:center;gap:64px}
.tool-hero h1{font-size:clamp(2.8rem,5.5vw,5.4rem);max-width:760px}
.tool-intro{font-size:1.15rem;line-height:1.85;color:var(--muted);margin:26px 0 32px;max-width:640px}
.tool-source{font-size:.83rem;text-decoration:underline;text-underline-offset:4px}
.tool-logo-stage{min-height:330px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:26px;border:1px solid #fff;background:#ffffff85;border-radius:40px;box-shadow:0 28px 70px #33418a12;transform:rotate(3deg)}
.tool-logo-stage img{width:180px;height:180px;object-fit:contain;transform:rotate(-3deg)}
.tool-logo-stage span{font-weight:700;font-size:1.2rem}
.tool-examples{background:white}.tool-examples-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.tool-example{border:1px solid var(--line);border-radius:22px;padding:30px}.tool-example-number{display:block;color:var(--blue);font-size:.8rem;font-weight:750;margin-bottom:36px}
.tool-example h3{font-size:1.45rem;margin-bottom:16px}.tool-example p{color:var(--muted);line-height:1.8}
.tool-how{display:grid;grid-template-columns:1fr 1.5fr;gap:48px;margin-top:65px;padding-top:42px;border-top:1px solid var(--line)}
.tool-how h2{font-size:2.3rem}.tool-how p{font-size:1.05rem;line-height:1.85;color:var(--muted)}
.tool-video-section{background:#eef1fa}.tool-video-section .section-title{max-width:920px}.tool-video-notice{font-size:.85rem;color:var(--muted);line-height:1.75;max-width:900px;margin:20px 0}
.tool-video-shell{aspect-ratio:16/9;width:100%;border-radius:24px;overflow:hidden;background:#111427;box-shadow:0 20px 50px #11142712}
.tool-video-shell iframe,.tool-video-shell video{display:block;width:100%;height:100%;border:0;object-fit:contain}
.tool-video-play{width:100%;height:100%;padding:24px;border:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:radial-gradient(ellipse at center,#2c345b,#111427);color:white;font-weight:650}
.tool-video-play img{width:96px;height:96px;object-fit:contain}.tool-play-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--lime);color:var(--ink);font-size:1.4rem;padding-left:4px;transition:transform .2s}
.tool-video-play:hover .tool-play-icon{transform:scale(1.1)}.tool-video-play:focus-visible{outline-offset:-8px}
.tool-video-links{display:flex;flex-wrap:wrap;gap:12px 28px;font-size:.85rem}.tool-video-links a{text-decoration:underline;text-underline-offset:4px}.tool-video-error{color:#a62938;margin:15px 0}
.tool-conversation{background:var(--ink);color:white;padding:42px;border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:80px}
.tool-conversation h2{font-size:clamp(1.7rem,3vw,2.6rem);margin-bottom:14px}.tool-conversation p{color:#cbd0e5}.tool-related-heading{font-size:2.3rem;margin-bottom:30px}
.tool-related{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.tool-related-link{display:flex;align-items:center;gap:18px;padding:22px;background:white;border:1px solid var(--line);border-radius:16px;font-weight:650}.tool-related-link>span:last-child{margin-left:auto;color:var(--blue)}.tool-related-link:hover{border-color:var(--blue)}.tool-related-link img{object-fit:contain}.tool-return{display:inline-block;margin-top:30px;text-decoration:underline;text-underline-offset:5px}
@media(max-width:800px){.tool-hero-grid{grid-template-columns:1fr;gap:35px}.tool-logo-stage{min-height:200px;transform:none;flex-direction:row;border-radius:24px}.tool-logo-stage img{width:115px;height:115px;transform:none}.tool-examples-grid{grid-template-columns:1fr}.tool-how{grid-template-columns:1fr;gap:22px}.tool-breadcrumb{margin-bottom:40px}.tool-conversation{padding:28px;align-items:flex-start;flex-direction:column}.tool-related{grid-template-columns:1fr}.tool-hero{padding-top:25px}}
@media(max-width:650px){.platform-learn{grid-column:2;margin-top:6px}.tool-video-play{gap:12px}.tool-video-play img{width:48px;height:48px}.tool-play-icon{width:44px;height:44px;font-size:1.1rem}.tool-video-shell{border-radius:16px}}
@media(prefers-reduced-motion:reduce){a.platform-product,.tool-play-icon{transition:none}a.platform-product:hover,.tool-video-play:hover .tool-play-icon{transform:none}}
