/* AlexInventur public website · BUILD179. Scoped to the public site only. */
:root{--public-ink:#12243e;--public-muted:#56677d;--public-navy:#07162e;--public-blue:#276ee8;--public-emerald:#28d9a1;--public-cloud:#f3f6fb;--public-line:#dde6f0;--public-radius:22px}
.new-site{margin:0;color:var(--public-ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
.new-site *{box-sizing:border-box}.new-site img{max-width:100%;height:auto}.new-site a{text-decoration:none}.new-site button{font:inherit;cursor:pointer}.new-site a,.new-site button{ -webkit-tap-highlight-color:transparent}
.new-site :focus-visible{outline:3px solid #2c8deb;outline-offset:4px}.new-site [hidden]{display:none!important}
.new-site h1,.new-site h2,.new-site h3,.new-site p{margin-top:0}.new-site h1,.new-site h2,.new-site h3{letter-spacing:-.038em;line-height:1.11}.new-site h1{font-size:clamp(3.35rem,7vw,6.65rem);font-weight:800}.new-site h2{font-size:clamp(2.25rem,4.4vw,4.45rem);font-weight:760}.new-site h3{font-size:1.33rem;font-weight:760}.new-site em{font-style:normal;color:#66e7c5}.new-site .container{width:min(1170px,calc(100% - 64px));margin-inline:auto}.new-site .section{padding:105px 0}.new-site .eyebrow{display:inline-flex;align-items:center;gap:9px;color:#226ee2;font-weight:800;font-size:.73rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:22px}.new-site .eyebrow--light{color:#94e9d5}.new-site .section-intro{max-width:725px;margin-bottom:40px}.new-site .section-intro h2{margin-bottom:21px}.new-site .section-intro p{color:var(--public-muted);font-size:1.12rem;max-width:650px}.new-site .section-intro--light p{color:#b8c6d7}.new-site .section-intro--light h2{color:white}.new-site .section-intro--light em{color:#75e8cf}
/* Slim navigation: four decisions at most. */
.new-site .topbar{position:relative;z-index:30;background:#fff;border-bottom:1px solid #e6ecf4}.new-site .topbar__inner{width:min(1260px,calc(100% - 64px));margin:auto;min-height:89px;display:flex;align-items:center;gap:26px}.new-site .logo{display:inline-flex;align-items:center;gap:9px;color:var(--public-ink);white-space:nowrap;font-size:1.3rem;line-height:1.08;font-weight:850;letter-spacing:-.055em}.new-site .logo__light{font-weight:570}.new-site .logo img{width:38px;height:38px;object-fit:contain}.new-site .logo small{display:block;color:#7d8ca1;font-size:8px;font-weight:750;letter-spacing:.12em;line-height:1.5}.new-site .topbar__links{display:flex;align-items:center;gap:24px;margin-left:auto}.new-site .topbar__links a,.new-site .topbar__right .login{font-size:.86rem;color:#40526b;font-weight:720;white-space:nowrap}.new-site .topbar__links a:hover,.new-site .topbar__right .login:hover{color:#155ce1}.new-site .topbar__right{display:flex;align-items:center;gap:15px}.new-site .lang-toggle{background:transparent;border:0;padding:9px 2px;color:#6e7f96;font-weight:740;font-size:.75rem;white-space:nowrap}.new-site .lang-toggle span{color:#bbcad9;padding:0 3px}.new-site .topbar__right .btn{padding:11px 17px;font-size:.82rem;min-height:42px}.new-site .menu-toggle{display:none;border:1px solid #dae4f0;background:white;border-radius:12px;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.new-site .menu-toggle span{display:block;width:19px;height:2px;background:#243854;border-radius:9px}
.new-site .btn{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:51px;border-radius:12px;padding:12px 24px;font-weight:780;font-size:.94rem;text-align:center;transition:transform .22s,background .22s,box-shadow .22s;border:1px solid transparent;box-shadow:none}.new-site .btn:hover{transform:translateY(-2px)}.new-site .btn--primary{background:#2476ef;color:white;border-color:#2476ef;box-shadow:0 8px 22px #2476ef24}.new-site .btn--primary:hover{background:#155dcc}.new-site .btn--outline{background:transparent;color:white;border-color:#ffffff70}.new-site .btn--outline:hover{background:#ffffff1a}.new-site .btn--dark{background:var(--public-navy);color:white}.new-site .btn--dark:hover{background:#1a335d}.new-site .btn--light{background:white;color:#122d4f}.new-site .btn--light:hover{background:#e9fff8}.new-site .text-link{font-weight:780;color:#1b69dd}.new-site .text-link:hover{text-decoration:underline}
/* Hero: one distinct statement and one friendly guide. */
.new-site .hero{background:var(--public-navy);color:#fff;position:relative;overflow:hidden;isolation:isolate}.new-site .hero__ambient{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 78% 44%,#17576d75 0,transparent 37%),radial-gradient(circle at 0% 95%,#133d74a6 0,transparent 50%),linear-gradient(118deg,#07152a 0%,#0b1f39 60%,#071323 100%)}.new-site .hero__grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;min-height:610px;gap:12px}.new-site .hero__copy{position:relative;z-index:3;padding:77px 0 96px}.new-site .hero h1{margin:0 0 26px;max-width:700px}.new-site .hero__lead{font-size:clamp(1.05rem,1.35vw,1.26rem);line-height:1.7;color:#c4d1e0;max-width:588px;margin-bottom:30px}.new-site .hero__actions{display:flex;gap:13px;flex-wrap:wrap}.new-site .hero__note{font-size:.76rem;color:#91a8c0;margin-top:19px}.new-site .pulse{width:7px;height:7px;border-radius:50%;background:#50dcb3;box-shadow:0 0 0 5px #50dcb31c}.new-site .hero__visual{position:relative;min-height:580px;display:grid;place-items:center}.new-site .hero__toastie{position:relative;z-index:1;width:min(495px,100%);transform-origin:center 68%;animation:toastie-drift 6s ease-in-out infinite}.new-site .hero__toastie img{display:block;filter:drop-shadow(0 36px 38px #0008)}.new-site .hero__orbit{position:absolute;border:1px solid #6bddbb29;border-radius:50%;left:50%;top:45%;transform:translate(-50%,-50%);pointer-events:none}.new-site .orbit--one{width:450px;height:450px;box-shadow:0 0 90px #1bcaa51b,inset 0 0 60px #1bcaa510}.new-site .orbit--two{width:615px;height:615px;border-color:#63d9bb14}.new-site .hero__chat{position:absolute;z-index:4;bottom:38px;left:-40px;max-width:295px;border:1px solid #a1f3d743;padding:19px 21px;background:#142a3edb;backdrop-filter:blur(18px);border-radius:16px;box-shadow:0 20px 54px #0008}.new-site .hero__chat-label{color:#8be6cb;font-weight:850;letter-spacing:.13em;font-size:.7rem}.new-site .hero__chat p{font-size:.93rem;color:#f1faf9;margin:9px 0 12px;line-height:1.5}.new-site .hero__chat-state{display:flex;align-items:center;gap:7px;font-size:.63rem;color:#91b7ba;letter-spacing:.1em;font-weight:750}.new-site .hero__chat-state i{width:6px;height:6px;border-radius:50%;background:#60eeb6}.new-site .hero__scroll{position:absolute;bottom:20px;left:max(32px,calc((100vw - 1170px)/2));color:#9cb4ca;font-size:.72rem;font-weight:700;letter-spacing:.06em}.new-site .hero__scroll span{margin-left:12px}
/* Situation selector: interactive story, not invented live user data. */
.new-site .scenario-section{background:#fff}.new-site .scenario-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:stretch}.new-site .scenario-list{display:flex;flex-direction:column;gap:13px}.new-site .scenario{border:1px solid #e3eaf3;background:#f7f9fd;text-align:left;padding:23px;display:flex;align-items:center;gap:20px;width:100%;border-radius:17px;color:var(--public-ink);transition:all .2s}.new-site .scenario:hover,.new-site .scenario.is-active{background:#eaf1ff;border-color:#bdd3ff;box-shadow:0 8px 30px #0a3c860d}.new-site .scenario__num{width:41px;height:41px;display:grid;place-items:center;border-radius:50%;background:#e0e9f5;color:#356da6;font-weight:850;font-size:.79rem;flex:none}.new-site .scenario.is-active .scenario__num{background:#216ce4;color:#fff}.new-site .scenario span:nth-child(2){flex:1}.new-site .scenario strong,.new-site .scenario small{display:block}.new-site .scenario strong{font-size:1.06rem}.new-site .scenario small{color:#61748d;font-size:.85rem;margin-top:5px}.new-site .scenario span:last-child{font-size:1.1rem;color:#6e94c3}.new-site .scenario-story{background:var(--public-cloud);border:1px solid #e5ecf4;border-radius:22px;padding:42px 46px;min-height:400px}.new-site .mini-label{font-size:.68rem;letter-spacing:.14em;font-weight:900;color:#66839f}.new-site .scenario-story__icon{font-size:3rem;line-height:1;margin:24px 0}.new-site .scenario-story h3{font-size:1.95rem;margin-bottom:12px}.new-site .scenario-story>p{color:#5c7087;line-height:1.75}.new-site .scenario-story__toastie{display:flex;align-items:center;gap:14px;background:#fff;border-radius:15px;padding:12px 17px;margin:25px 0 23px}.new-site .scenario-story__toastie img{width:58px;height:58px;object-fit:contain;flex:none}.new-site .scenario-story__toastie b{font-size:.67rem;letter-spacing:.11em;color:#13837b}.new-site .scenario-story__toastie p{margin:3px 0;font-size:.9rem;color:#24435d;line-height:1.48}
/* Three explicit steps, not dozens of categories. */
.new-site .process-section{background:var(--public-navy);color:#fff;position:relative;overflow:hidden}.new-site .process-section:before{content:"";position:absolute;top:-240px;right:-160px;width:600px;height:600px;background:radial-gradient(circle,#169f8e24,transparent 70%);pointer-events:none}.new-site .steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:46px;position:relative}.new-site .step{border:1px solid #a2bfdd32;background:#102642;border-radius:19px;padding:31px 30px 36px;min-height:274px}.new-site .step__number{font-size:.74rem;letter-spacing:.16em;color:#73bdf1;font-weight:850}.new-site .step__icon{font-size:2rem;color:#64e5c9;display:block;margin:19px 0 10px}.new-site .step h3{color:#f4f9ff;margin:0 0 13px}.new-site .step p{font-size:.91rem;color:#b5c6d8;line-height:1.7}.new-site .process__action{margin-top:30px}
/* Product illustration is clearly labeled a schematic, not an actual session. */
.new-site .preview-section{background:#f5f8fc}.new-site .preview-layout{display:grid;grid-template-columns:.86fr 1.14fr;align-items:center;gap:65px}.new-site .preview-copy h2{margin-bottom:23px}.new-site .preview-copy>p{font-size:1.1rem;color:#5b7088;line-height:1.75}.new-site .preview-statements{display:flex;flex-direction:column;gap:11px;margin:24px 0 31px;color:#245f8e;font-weight:725;font-size:.94rem}.new-site .product-preview{background:#fff;border:1px solid #dae4ef;border-radius:20px;box-shadow:0 26px 65px #1934501c;overflow:hidden}.new-site .product-preview__bar{background:#122840;padding:15px 21px;display:flex;justify-content:space-between;align-items:center;color:#c6d7e9;gap:12px}.new-site .product-preview__bar span{display:flex;gap:5px}.new-site .product-preview__bar i{display:block;width:7px;height:7px;border-radius:50%;background:#6f8eaa}.new-site .product-preview__bar i:first-child{background:#eaa97c}.new-site .product-preview__bar i:nth-child(2){background:#dfcb7c}.new-site .product-preview__bar i:nth-child(3){background:#62c9b2}.new-site .product-preview__bar small{font-size:.65rem;letter-spacing:.1em}.new-site .product-preview__bar b{color:#7ddfc2;font-size:.6rem;letter-spacing:.12em}.new-site .product-preview__inner{padding:30px}.new-site .product-preview__breadcrumbs{font-size:.72rem;color:#8092a6;margin-bottom:9px}.new-site .product-preview__inner h3{font-size:1.45rem;margin:0 0 28px}.new-site .product-preview__progress{display:grid;grid-template-columns:auto 1fr;gap:3px 11px;align-items:end}.new-site .product-preview__progress b{font-size:1.75rem;letter-spacing:-.06em}.new-site .product-preview__progress span{color:#798ca1;font-size:.79rem;padding-bottom:5px}.new-site .product-preview__progress>div{grid-column:1/-1;height:8px;border-radius:50px;background:#e6edf4;margin:4px 0 23px}.new-site .product-preview__progress>div i{display:block;width:75%;height:8px;background:linear-gradient(90deg,#2970e1,#24d29b);border-radius:50px}.new-site .product-preview__entry{display:flex;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #edf1f7}.new-site .product-preview__entry>span:first-child{border-radius:11px;display:grid;place-items:center;width:37px;height:37px;flex:none;font-weight:900}.new-site .entry-ok{background:#e2f9f0;color:#10815c}.new-site .entry-alert{background:#fff0db;color:#bc7a14}.new-site .product-preview__entry div{flex:1}.new-site .product-preview__entry div b,.new-site .product-preview__entry div small{display:block}.new-site .product-preview__entry div b{font-size:.83rem}.new-site .product-preview__entry div small{color:#7b8ca0;font-size:.73rem}.new-site .entry-badge{background:#e4f8ef;border-radius:7px;color:#14875e;padding:4px 9px;font-size:.59rem;font-weight:850}.new-site .entry-badge--warn{background:#fff0db;color:#a56b12}.new-site .product-preview__guide{margin-top:23px;padding:10px 15px;background:#eaf4ff;border-radius:13px;display:flex;align-items:center;gap:8px}.new-site .product-preview__guide img{width:54px;height:54px;object-fit:contain;flex:none}.new-site .product-preview__guide p{color:#284363;font-size:.82rem;line-height:1.5;margin:0}.new-site .preview-disclaimer{margin:0;padding:9px 20px 12px;text-align:center;background:#f5f8fd;color:#8796aa;font-size:.65rem}
.new-site .trust-section{background:white}.new-site .trust-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:62px}.new-site .trust-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.new-site .trust-cards article{border:1px solid #e0e8f2;border-radius:18px;padding:23px 20px}.new-site .trust-cards article>span{color:#1568df;font-size:1.7rem}.new-site .trust-cards h3{font-size:1.07rem;margin:13px 0}.new-site .trust-cards p{color:#65778d;font-size:.84rem;line-height:1.65}.new-site .price-section{background:#f5f8fc}.new-site .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.new-site .pricing-card{background:#fff;border:1px solid #dfe7f0;padding:32px;border-radius:20px;display:flex;flex-direction:column;min-height:325px}.new-site .pricing-card--accent{border:2px solid #2b72e9;box-shadow:0 16px 34px #2667be14}.new-site .pricing-card__label{color:#2580a9;font-size:.7rem;font-weight:850;letter-spacing:.16em;margin-bottom:18px}.new-site .pricing-card h3{font-size:1.44rem;margin:0 0 11px}.new-site .pricing-card p{color:#697b90;font-size:.88rem;line-height:1.64;margin-bottom:18px;flex:1}.new-site .pricing-card__price{font-size:1.9rem;font-weight:850;letter-spacing:-.06em;margin-bottom:21px}.new-site .pricing-card__price span{color:#8091a2;font-size:.8rem;letter-spacing:0;font-weight:500}.new-site .pricing-card .btn{justify-content:space-between}.new-site .pricing-bottom{display:flex;gap:25px;align-items:center;justify-content:space-between;margin-top:26px}.new-site .pricing-bottom p{max-width:700px;color:#6a7a90;font-size:.8rem;margin:0}.new-site .pricing-bottom .text-link{white-space:nowrap;font-size:.84rem}
.new-site .closing{background:#0c2541;color:white;padding:48px 0}.new-site .closing__inner{display:grid;grid-template-columns:125px 1fr auto;align-items:center;gap:28px}.new-site .closing__inner>img{width:125px;animation:toastie-drift 7s ease-in-out infinite}.new-site .closing h2{font-size:clamp(1.8rem,3vw,2.8rem);margin:0 0 12px}.new-site .closing p{color:#c0cfdd;margin:0}.new-site .closing .eyebrow{margin-bottom:11px}.new-site .closing__inner>div:last-child{display:flex;flex-direction:column;gap:9px}.new-site .closing__inner .btn{white-space:nowrap}
/* Consistent subpages and footer. */
.new-site .subhero{background:linear-gradient(112deg,#08182e,#133554);padding:95px 0 85px;color:#fff}.new-site .subhero .container{max-width:1170px}.new-site .subhero h1{font-size:clamp(3.2rem,6vw,5.6rem);max-width:890px;margin-bottom:26px}.new-site .subhero p{color:#bdd1e3;font-size:1.15rem;line-height:1.75;max-width:735px}.new-site .subhero__actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:33px}.new-site .journey{max-width:955px;margin:auto;display:grid;gap:13px}.new-site .journey article{display:grid;grid-template-columns:62px 1fr 28px;gap:23px;align-items:center;background:#f6f9fd;padding:25px 31px;border-radius:17px;border:1px solid #e1eaf4}.new-site .journey article>span{display:grid;place-items:center;width:52px;height:52px;background:#e2edff;color:#286fce;font-weight:840;border-radius:15px}.new-site .journey h3{margin:0 0 7px}.new-site .journey p{margin:0;color:#63758b;font-size:.91rem}.new-site .journey article>b{color:#2774e5}.new-site .feature-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.new-site .feature-layout h2{color:#fff}.new-site .feature-layout>div:first-child>p{color:#c2d0df;max-width:480px;font-size:1.09rem;line-height:1.75}.new-site .feature-tags{display:flex;flex-wrap:wrap;gap:9px}.new-site .feature-tags span{border:1px solid #6b8fab67;border-radius:99px;color:#aad9dc;font-size:.79rem;padding:6px 12px}.new-site .dialog-card{padding:30px;border:1px solid #7fa2bd54;background:#102d4b;border-radius:22px}.new-site .dialog-card__head{display:flex;align-items:center;gap:15px;margin-bottom:15px}.new-site .dialog-card__head img{width:67px;height:67px}.new-site .dialog-card__head b{color:#8df2da;font-size:.78rem;letter-spacing:.14em}.new-site .dialog-card__head small{display:block;color:#aac3d2;font-size:.81rem}.new-site .dialog-card__bubble{background:#eaf4ff;color:#173a5c;padding:16px 19px;border-radius:13px 13px 13px 4px;line-height:1.6;font-size:.89rem;margin-bottom:14px}.new-site .dialog-card__reply{padding:13px 18px;background:#20517c;color:white;margin-left:35%;border-radius:13px 13px 4px 13px;font-size:.9rem}.new-site .capability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.new-site .capability-grid article{background:#f6f9fd;border:1px solid #e3eaf3;padding:25px;border-radius:18px}.new-site .capability-grid article>span{color:#2771e2;font-size:1.9rem;display:block;margin-bottom:14px}.new-site .capability-grid h3{font-size:1.12rem;margin-bottom:12px}.new-site .capability-grid p{font-size:.86rem;color:#65788c;line-height:1.7}.new-site .center-action{text-align:center;margin-top:34px}
.new-site .faq-layout{display:grid;grid-template-columns:.73fr 1.27fr;gap:75px}.new-site .faq-layout>div:first-child p{color:#687a8f}.new-site .faq-list details{border-bottom:1px solid #d9e3ef}.new-site .faq-list details:first-child{border-top:1px solid #d9e3ef}.new-site .faq-list summary{cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:21px 0;font-size:1.04rem;font-weight:755;list-style:none}.new-site .faq-list summary::-webkit-details-marker{display:none}.new-site .faq-list summary span:last-child{font-size:1.48rem;color:#1f6cde;transition:transform .2s}.new-site .faq-list details[open] summary span:last-child{transform:rotate(45deg)}.new-site .faq-list details>p{color:#61758b;font-size:.94rem;line-height:1.8;margin:0 0 23px}.new-site .faq-more{display:flex;flex-wrap:wrap;gap:11px;margin-top:27px}.new-site .faq-more a{color:#256ed6;background:#ebf3ff;padding:8px 12px;border-radius:9px;font-size:.78rem;font-weight:750}
.new-site .footer{background:#07162d;color:#d2deeb;padding:66px 0 25px}.new-site .footer__inner{width:min(1170px,calc(100% - 64px));margin:auto}.new-site .footer__top{display:grid;grid-template-columns:1fr 1.8fr;gap:60px;padding-bottom:61px}.new-site .footer__brand{display:inline-flex;align-items:center;gap:11px;color:white;font-size:1.19rem;letter-spacing:-.04em;font-weight:850}.new-site .footer__brand img{width:34px;height:34px}.new-site .footer__top>div:first-child p{font-size:.87rem;color:#96aac0;margin:17px 0}.new-site .footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.new-site .footer__links>div{display:flex;flex-direction:column;gap:10px}.new-site .footer__links strong{color:#fff;font-size:.86rem;margin-bottom:7px}.new-site .footer__links a{color:#9fb1c6;font-size:.82rem}.new-site .footer__links a:hover{color:white}.new-site .footer__bottom{border-top:1px solid #ffffff25;padding-top:23px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#91a8bf;font-size:.74rem}.new-site .footer__bottom a{color:#a9d5f7}
/* Preserve original factual/legal page content and styling while unifying navigation/brand. */
.new-site.legacy-content{background:#fff}.new-site.legacy-content .r72-page-hero{background:linear-gradient(112deg,#08182e,#143656)!important;color:#fff!important;padding:85px max(32px,calc((100vw - 1170px)/2))!important}.new-site.legacy-content .r72-page-hero h1{color:#fff}.new-site.legacy-content .r72-page-hero h1 span{color:#8be9d3}.new-site.legacy-content .r72-page-hero>p{color:#d1dfed!important}.new-site.legacy-content main{min-height:55vh}.new-site.legacy-content .site-footer{display:none}
/* Subtle motion, disabled when user requests less. */
@keyframes toastie-drift{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-10px) rotate(1.1deg)}}
@media(max-width:1150px){.new-site .topbar__links{gap:13px}.new-site .topbar__inner{gap:17px;width:calc(100% - 36px)}.new-site .topbar__right{gap:9px}.new-site .hero__chat{left:-2px}.new-site .container{width:calc(100% - 52px)}.new-site .footer__inner{width:calc(100% - 52px)}}
@media(max-width:950px){.new-site .topbar__inner{min-height:75px}.new-site .menu-toggle{display:flex;margin-left:auto}.new-site .topbar__links{display:none;position:absolute;left:0;right:0;top:75px;flex-direction:column;align-items:stretch;margin:0;padding:17px 26px;background:#fff;border-bottom:1px solid #dce7f1;box-shadow:0 20px 25px #061a2b20;gap:0}.new-site .topbar__links.is-open{display:flex}.new-site .topbar__links a{padding:12px;border-bottom:1px solid #eef2f8}.new-site .topbar__right .btn{display:none}.new-site .hero__grid{grid-template-columns:1fr .75fr}.new-site .hero h1{font-size:clamp(3.1rem,7vw,5.1rem)}.new-site .hero__visual{min-height:500px}.new-site .hero__chat{bottom:40px;left:-30px}.new-site .scenario-layout{gap:20px}.new-site .scenario-story{padding:30px}.new-site .preview-layout{gap:30px}.new-site .trust-layout{grid-template-columns:1fr}.new-site .closing__inner{grid-template-columns:90px 1fr}.new-site .closing__inner>img{width:90px}.new-site .closing__inner>div:last-child{grid-column:2;flex-direction:row}.new-site .capability-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.new-site h1{font-size:clamp(2.65rem,12vw,4rem)}.new-site h2{font-size:clamp(2.05rem,8vw,3.4rem)}.new-site .container,.new-site .footer__inner{width:calc(100% - 34px)}.new-site .section{padding:75px 0}.new-site .topbar__inner{width:calc(100% - 28px)}.new-site .topbar__right .login{display:none}.new-site .topbar__right{gap:2px}.new-site .logo{font-size:1.1rem}.new-site .logo img{width:31px;height:31px}.new-site .logo small{font-size:6px}.new-site .lang-toggle{font-size:.7rem}.new-site .hero__grid{display:block;min-height:unset}.new-site .hero__copy{padding:65px 0 8px}.new-site .hero__lead{font-size:1.04rem}.new-site .hero__visual{min-height:385px}.new-site .hero__toastie{width:min(345px,89%)}.new-site .hero__orbit.orbit--one{width:315px;height:315px}.new-site .hero__orbit.orbit--two{width:430px;height:430px}.new-site .hero__chat{left:2px;bottom:0;max-width:270px;padding:13px 15px}.new-site .hero__chat p{font-size:.8rem}.new-site .hero__scroll{display:none}.new-site .scenario-layout,.new-site .preview-layout,.new-site .feature-layout,.new-site .faq-layout{grid-template-columns:1fr;gap:25px}.new-site .scenario-story{min-height:unset;padding:27px}.new-site .scenario{padding:16px}.new-site .steps{grid-template-columns:1fr}.new-site .step{min-height:unset;padding:25px}.new-site .trust-cards,.new-site .pricing-grid{grid-template-columns:1fr}.new-site .trust-cards{gap:10px}.new-site .trust-cards article{padding:19px}.new-site .pricing-card{min-height:unset}.new-site .pricing-bottom{display:block}.new-site .pricing-bottom .text-link{display:inline-block;margin-top:13px}.new-site .closing__inner{grid-template-columns:76px 1fr;gap:13px}.new-site .closing__inner>img{width:76px}.new-site .closing__inner>div:last-child{grid-column:1/-1;flex-wrap:wrap}.new-site .footer__top{grid-template-columns:1fr;gap:27px}.new-site .footer__links{grid-template-columns:repeat(2,1fr);row-gap:30px}.new-site .subhero{padding:65px 0}.new-site .journey article{grid-template-columns:40px 1fr 12px;padding:18px;gap:15px}.new-site .journey article>span{width:40px;height:40px}.new-site .capability-grid{grid-template-columns:1fr}.new-site .dialog-card{padding:19px}.new-site .dialog-card__reply{margin-left:15%}}
@media(max-width:390px){.new-site .topbar__right .lang-toggle{padding:7px 0}.new-site .hero__actions .btn{width:100%}.new-site .footer__links{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.new-site *, .new-site *::before,.new-site *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
.new-site .skip-link{position:absolute;z-index:999;top:-110px;left:20px;background:white;color:#0a4fb3;border:2px solid #2a77ef;padding:8px 13px;border-radius:10px;font-size:.85rem;font-weight:750}.new-site .skip-link:focus{top:12px}
