:root{--content-width: 1180px;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-5: 3rem;--line-height: 1.6;--header-h: 64px}*{box-sizing:border-box}html,body{margin:0;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:var(--line-height);color:#111}body{overflow-x:hidden}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}a:focus,button:focus,input:focus,textarea:focus,select:focus{outline:2px solid currentColor;outline-offset:2px}header{position:fixed;top:0;left:0;right:0;z-index:10;border-bottom:1px solid rgba(255,255,255,.08);background:#00000038;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .2s ease,border-color .2s ease}.header--scrolled{background:#0c0e1299;border-bottom-color:#ffffff24}.content{width:100%;max-width:1200px;margin-inline:auto;padding-inline:clamp(16px,4vw,32px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:.75rem 0;min-height:var(--header-h)}nav a{margin-right:var(--space-3);font-size:.9rem;letter-spacing:.01em}nav a:last-child{margin-right:0}.nav-toggle{display:none;border:1px solid rgba(255,255,255,.4);background:#ffffff1f;color:inherit;border-radius:10px;padding:.4rem .55rem;cursor:pointer;min-width:44px;min-height:44px}.nav-toggle__icon{width:24px;height:16px;display:flex;flex-direction:column;justify-content:space-between}.nav-toggle__icon span{display:block;width:100%;height:2px;background:currentColor;border-radius:999px}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;opacity:0;pointer-events:none;transition:opacity .24s ease}.mobile-menu.is-open{opacity:1;pointer-events:auto}.mobile-menu__panel{position:absolute;top:calc(var(--header-h) + 8px);right:clamp(16px,4vw,32px);left:clamp(16px,4vw,32px);background:#fff;border-radius:12px;box-shadow:0 12px 30px #00000026;padding:var(--space-3);transform:translateY(-8px);opacity:0;transition:transform .24s ease,opacity .24s ease}.mobile-menu.is-open .mobile-menu__panel{transform:translateY(0);opacity:1}.mobile-menu__nav{display:flex;flex-direction:column;gap:.75rem}.mobile-menu__nav a{margin:0;font-size:1rem;color:#111}.mobile-menu__langs{display:flex;gap:.5rem;margin-top:var(--space-2);align-items:center}.mobile-menu__langs button{border:1px solid rgba(0,0,0,.15);background:#fff;border-radius:999px;padding:.25rem .75rem;cursor:pointer;color:#111}.mobile-menu__langs span{color:#0f172a8c;font-weight:600}.lang-switch{display:flex;gap:0;align-items:center;border:1px solid rgba(255,255,255,.3);border-radius:999px;overflow:hidden}.lang-switch button{border:0;background:transparent;padding:.25rem .75rem;cursor:pointer;color:inherit;font-size:.85rem}.lang-switch span{color:#ffffffe6;font-weight:600}header,header a,header button{color:#fff}.brand{font-weight:600;letter-spacing:.01em}.brand-logo{height:26px;width:auto;display:block}main section{padding:var(--space-5) 0;border-bottom:1px solid #eee}#trust{background:#00000005}h1,h2,h3{margin:0 0 var(--space-2) 0}h2{font-weight:800}h3{font-weight:700}p{margin:0 0 var(--space-2) 0}.grid-3{display:grid;gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{border:1px solid #ddd;padding:var(--space-3)}.capabilities{background:#00000005}.products-hero{position:relative;min-height:clamp(440px,60vw,600px);display:block;overflow:hidden}@media (min-width: 768px){.products-hero{min-height:clamp(520px,55vw,600px)}}.products-hero__bg{position:absolute;top:0;right:0;bottom:0;width:100vw;left:50%;transform:translate(-50%);overflow:hidden;z-index:0}.products-hero__bg img{width:100%;height:110%;object-fit:cover;display:block;transform:translateY(var(--ecom-drift, 0px));transition:transform .12s linear;will-change:transform}.products-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000b3,#0000007a 40%,#00000014);z-index:1}.products-hero__content{position:relative;z-index:1;color:#fff;width:100%;text-align:left}.products-hero__title{font-size:clamp(2rem,4.5vw,3.4rem);line-height:1.2;margin:0 0 var(--space-3) 0;color:#fff;font-weight:700;max-width:26ch}.products-hero__subline{font-size:clamp(1.125rem,1.02rem + .5vw,1.25rem);line-height:1.5;color:#fffffff2;margin:0}.products-hero__inner{min-height:clamp(440px,60vw,600px);display:flex;align-items:center;width:100%;justify-content:flex-start;position:relative;z-index:2}@media (min-width: 768px){.products-hero__inner{min-height:clamp(520px,55vw,600px)}}@media (min-width: 1024px){.products-hero__subline{max-width:52ch}}@media (prefers-reduced-motion: reduce){.products-hero__bg img{transition:none}}.products-domains{padding:var(--space-5) 0}.products-domains__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4)}.products-domain{padding:var(--space-3);border:1px solid rgba(0,0,0,.12);border-radius:8px;box-shadow:0 6px 14px #0000000f;background:#fff;transition:transform .22s ease-out,box-shadow .22s ease-out;display:flex;flex-direction:column;justify-content:center;position:relative;padding-left:calc(var(--space-3) + 10px);min-height:100%}.products-domain:hover{transform:translateY(-2px);box-shadow:0 6px 14px #0000000f}.products-domain:hover:before{background:var(--domain-accent, var(--domain-accent))}.products-domain:before{content:"";position:absolute;left:0;top:0;bottom:0;width:8px;border-radius:8px 0 0 8px;background:var(--domain-accent, #2563EB)}.products-domain:nth-child(1){--domain-accent: #3B78B8}.products-domain:nth-child(2){--domain-accent: #9462BA}.products-domain:nth-child(3){--domain-accent: #2B9A95}.products-domain:nth-child(4){--domain-accent: #D89852}.products-domain__title{font-weight:700;margin:0 0 var(--space-1) 0;color:#111}.products-domain__desc{margin:0 0 var(--space-2) 0;color:#0f172ac7;max-width:68ch}.products-domain__logos{display:flex;flex-wrap:wrap;gap:var(--space-1)}.products-domain__logo{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#fff9;font-size:.82rem;color:#0f172acc;letter-spacing:.01em}@media (max-width: 900px){.products-domains__list{grid-template-columns:1fr}.products-domain:before{width:6px}}@media (prefers-reduced-motion: reduce){.products-domain{transition:none}.products-domain:hover{transform:none}.products-domain:hover:before{background:var(--domain-accent)}}.products-trademark{margin:var(--space-4) 0 0 0;font-size:.85rem;color:#0f172a99}.products-techstack{--techstack-bg: #f6f7f8;padding:calc(var(--space-5) * 1.1) 0;background:var(--techstack-bg)}.products-techstack__header{margin-bottom:var(--space-4)}.products-techstack__headline{font-weight:700;font-size:clamp(1.35rem,1.15rem + .85vw,1.85rem);letter-spacing:-.012em;margin:0 0 var(--space-3) 0;color:#111}@media (min-width: 1024px){.products-techstack__headline{white-space:nowrap}}.products-techstack__scroller{position:relative}.products-techstack__row{position:relative;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(140px,1fr);gap:var(--space-3);overflow-x:auto;padding-inline:0;padding-bottom:var(--space-2);scroll-snap-type:x proximity;scrollbar-width:none;scroll-behavior:smooth;scroll-padding-inline:0}.products-techstack__row::-webkit-scrollbar{height:0;width:0;background:transparent}.products-techstack__row::-webkit-scrollbar-thumb{background:transparent}.products-techstack__row:after{content:"";position:sticky;right:0;top:0;height:100%;width:64px;pointer-events:none;background:linear-gradient(90deg,#f6f7f800,#f6f7f8d9 70%,#f6f7f8)}.products-techstack__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;scroll-snap-align:start;background:#fff;box-shadow:0 3px 12px #0f172a0a,0 1px 3px #0f172a05;border-radius:16px;padding:.5rem .65rem .7rem}.products-techstack__logo-text{height:52px;min-width:120px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.05rem;color:#111}.products-techstack__img{height:52px;width:52px;max-width:52px;display:block;opacity:.9}.products-techstack__item[data-techstack=rabbitmq] .products-techstack__img{transform:scale(.92)}.products-techstack__item[data-techstack=dotnet] .products-techstack__img,.products-techstack__item[data-techstack=aspnetcore] .products-techstack__img,.products-techstack__item[data-techstack=efcore] .products-techstack__img,.products-techstack__item[data-techstack=react] .products-techstack__img{transform:scale(1.08)}.products-techstack__item[data-techstack=azureservicebus] .products-techstack__img{transform:scale(1.06)}.products-techstack__item[data-techstack=azure] .products-techstack__img{transform:scale(.9)}.products-techstack__logo{height:52px;min-width:120px;border:1px solid rgba(15,23,42,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;color:#111;background:#ffffffb3;padding:0 .75rem}.products-techstack__item:not(.is-fallback) .products-techstack__logo{display:none}.products-techstack__label{font-size:.75rem;color:#0f172aa6;letter-spacing:.02em}.products-techstack__progress{position:relative;height:4px;margin-top:var(--space-5);background:#0f172a14;border-radius:999px;overflow:hidden}.products-techstack__progress-fill{position:absolute;inset:0 auto 0 0;width:25%;background:#0f172a40;border-radius:999px;transform:translate(0);transition:width .2s ease,transform .2s ease}@media (prefers-reduced-motion: reduce){.products-techstack__progress-fill{transition:none}.products-techstack__row{scroll-behavior:auto}}.products-techstack__controls{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;display:flex;justify-content:space-between;align-items:center;margin-top:0;opacity:1;pointer-events:none;transform:translateY(-6px)}.products-techstack__scroller:hover .products-techstack__control.is-available,.products-techstack__scroller:focus-within .products-techstack__control.is-available{opacity:1;pointer-events:auto}.products-techstack__control{border:1px solid rgba(15,23,42,.32);background:#ffffffe6;color:#0f172af2;border-radius:999px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:.9rem;align-self:center;pointer-events:auto;opacity:0;box-shadow:0 2px 8px #0f172a1f}.products-techstack__control.is-available{opacity:0}.products-techstack__control--prev{margin-left:calc(-1 * var(--space-3))}.products-techstack__control--next{margin-right:calc(-1 * var(--space-3))}.products-techstack__control.is-hidden{opacity:0;pointer-events:none}.product-suite__cards{display:flex;flex-direction:column;gap:1rem}.product-suite__card{padding:var(--space-3);border:1px solid rgba(0,0,0,.12);border-radius:8px;box-shadow:0 6px 14px #0000000f;background:#fff;transition:transform .22s ease-out,box-shadow .22s ease-out;position:relative;padding-bottom:calc(var(--space-3) + 1.6rem)}.product-suite__card:hover{transform:translateY(-2px);box-shadow:0 6px 14px #0000000f}.product-suite__card-title{margin:0 0 .4rem;font-weight:600;color:#0f172a}.product-suite__card-desc{margin:0 0 .6rem;color:#0f172acc;line-height:1.5}.product-suite__tags{display:flex;flex-wrap:wrap;gap:.4rem}.product-suite__tag{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#fff9;font-size:.82rem;color:#0f172acc;letter-spacing:.01em}.product-suite__badge{position:absolute;right:16px;bottom:16px;width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#3b82f61f;color:#2563ebd9}.product-suite__badge svg{width:16px;height:16px}.product-suite__badge--mobile{background:#10b9811f;color:#0d9488e6}.product-suite__card:hover .product-suite__badge{background:#3b82f62e}.product-suite__card:hover .product-suite__badge--mobile{background:#10b9812e}.product-suite__header{margin-bottom:0}.product-suite__title{margin:0 0 .6rem;font-weight:800}.product-suite__lead{margin:-1rem 0 1.5rem;font-weight:900;font-size:clamp(1.75rem,1.3rem + 1.8vw,2.5rem);line-height:1.2;color:#0f172a;max-width:38ch}.product-suite__media{padding-top:.5rem}.product-suite__layout{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:stretch}.product-suite__media{background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 6px 14px #0000000f;padding:.9rem;border-radius:8px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.product-suite__image{width:100%;height:auto;object-fit:contain;display:block}@media (max-width: 1024px){.product-suite__layout{grid-template-columns:1fr;gap:1.5rem}.product-suite__media{padding:1.2rem .9rem .9rem;justify-content:flex-start}}@media (min-width: 900px) and (max-width: 1024px){.product-suite__media{padding-top:1.9rem}}@media (prefers-reduced-motion: reduce){.product-suite__card{transition:none}.product-suite__card:hover{transform:none}}@media (max-width: 900px){.products-techstack__controls{display:none}}.capabilities-lead{margin:1.25rem 0 2.75rem;font-size:clamp(2.4rem,3.6vw,3.2rem);font-weight:700;line-height:1.08;letter-spacing:-.02em;color:#111;max-width:28ch}.contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.contact-card{border:1px solid rgba(0,0,0,.12);border-radius:8px;box-shadow:0 6px 14px #0000000f;background:#fff;transition:transform .22s ease-out,box-shadow .22s ease-out;display:flex;align-items:stretch;position:relative;overflow:hidden}.contact-card:hover{transform:translateY(-2px);box-shadow:0 6px 14px #0000000f}.contact-card h2{margin:0 0 .6rem;font-weight:700}.contact-card p{margin:0 0 var(--space-2) 0;color:#0f172acc}.contact-card__content{display:flex;flex-direction:column;min-width:0;padding:var(--space-3);padding-right:24px;flex:1 1 auto}.contact-card__stripe{border-radius:0;background-repeat:no-repeat;background-position:right center;background-size:cover;align-self:stretch;flex:0 0 96px;margin:0;padding:0}.contact-card--contact .contact-card__stripe{background-image:url(/media/cards/card-contact-vertical.png)}.contact-card--careers .contact-card__stripe{background-image:url(/media/cards/card-careers-vertical.png)}.contact-card__email{display:inline-flex;align-items:center;padding:.35rem .8rem;border-radius:999px;border:1px solid rgba(15,23,42,.12);color:#0f172a;text-decoration:none;transition:border-color .2s ease,color .2s ease;margin-top:auto;width:fit-content;max-width:100%}.contact-card__email:focus,.contact-card__email:hover{text-decoration:none}.contact-card__tab{width:52px;height:6px;border-radius:999px;background:#3b82f640;margin:0 0 .75rem}.contact-card--careers .contact-card__tab{background:#0d948847}@media (max-width: 900px){.contact-card{flex-direction:row}.contact-card__stripe{flex-basis:84px}}@media (max-width: 640px){.contact-card__stripe{flex-basis:72px}}.contact-card__email:hover{border-color:#0f172a4d}@media (max-width: 900px){.contact-cards{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.contact-card{transition:none}.contact-card:hover{transform:none}}.cap-card{border:none;padding:var(--space-3);border-radius:8px;transition:transform .22s ease-out,box-shadow .22s ease-out;box-shadow:0 2px 8px #00000008;position:relative}.cap-card:hover{transform:translateY(-2px);box-shadow:0 5px 12px #0000000d}.capability-media{position:relative;margin-bottom:calc(var(--space-2) * .75)}.capability-media__image{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:16 / 9}.capability-media__image img{width:100%;height:100%;object-fit:cover;display:block;filter:none}.capabilities .cap-card:nth-child(2) .capability-media__image img{filter:brightness(1.06)}.cap-title{margin:calc(var(--space-2) * .9) 0 calc(var(--space-2) * .6) 0;color:#0f172a;font-weight:600;font-size:1.05rem;letter-spacing:-.01em;text-transform:capitalize}.cap-card p{color:#0f172acc;font-size:.97rem}.capabilities .cap-card:nth-child(2):before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:#00808059;border-radius:8px 8px 0 0}@media (prefers-reduced-motion: reduce){.cap-card,.capability-media__image img{transition:none}.cap-card:hover{transform:none;box-shadow:none}}.delivery-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:var(--space-4);align-items:stretch}.delivery-visual{border-radius:8px;overflow:hidden;aspect-ratio:3 / 4;box-shadow:0 4px 12px #0000000a;min-height:100%}.delivery-visual img{width:100%;height:100%;object-fit:cover;display:block}.delivery-items{display:flex;flex-direction:column;gap:var(--space-3);height:100%;justify-content:space-between}.delivery-item{padding:var(--space-3);border:1px solid rgba(0,0,0,.12);border-radius:8px;box-shadow:0 6px 14px #0000000f;background:#fff;transition:transform .22s ease-out,box-shadow .22s ease-out;flex:1;display:flex;flex-direction:column;justify-content:center;position:relative;padding-left:calc(var(--space-3) + 10px)}.delivery-item h3{margin:0 0 .6rem;font-weight:600;color:#0f172a}.delivery-item p{margin:0 0 .4rem;color:#0f172acc;line-height:1.5}.delivery-item p:last-child{margin-bottom:0}.delivery-item:hover{transform:translateY(-2px);box-shadow:0 6px 14px #0000000f}.delivery-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:8px;border-radius:8px 0 0 8px;background:var(--delivery-accent, rgba(0, 128, 128, .8))}.delivery-item:nth-child(1){--delivery-accent: rgba(0, 128, 128, .85)}.delivery-item:nth-child(2){--delivery-accent: rgba(30, 97, 168, .85)}.delivery-item:nth-child(3){--delivery-accent: rgba(120, 70, 170, .85)}@media (max-width: 1024px){.delivery-layout{grid-template-columns:1fr}.delivery-items{height:auto}.delivery-item{flex:none}.delivery-item:before{width:6px}}.button{display:inline-block;border:1px solid rgba(255,255,255,.5);padding:.6rem 1.1rem;background:transparent;cursor:pointer;border-radius:999px;font-size:.95rem;transition:background-color .22s ease-out,border-color .22s ease-out,color .22s ease-out,box-shadow .22s ease-out,transform .22s ease-out}.button:hover{border-color:#fffc}.hero .button{background:#fffffff2;color:#111;border-color:transparent}.hero .button+.button{background:transparent;color:#fff;border-color:#fff9}.hero .button:hover{background:#fff;box-shadow:0 0 10px #ffffff2e}.hero .button+.button:hover{background:#ffffff14;border-color:#fffc;box-shadow:none}@media (prefers-reduced-motion: reduce){.button{transition:none}}@media (max-width: 1024px){:root{--header-h: 56px}header .content{padding-inline:clamp(16px,4vw,28px)}.header-inner{flex-wrap:nowrap;gap:var(--space-3);padding:12px 0}nav{display:none}.lang-switch{display:none}.nav-toggle{display:inline-flex;align-items:center;justify-content:center}}footer{padding:var(--space-3) 0}.trust-logos{margin-top:var(--space-3)}.trust-logos__row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-3)}@media (min-width: 1024px){.trust-logos__row{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width: 1280px){.trust-logos__row{grid-template-columns:repeat(6,minmax(0,1fr))}}.trust-logo-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:var(--space-2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;transition:transform .22s ease-out,box-shadow .22s ease-out;position:relative;min-width:0}.trust-logo-card:hover{transform:translateY(-2px);box-shadow:0 6px 14px #0000000f}.trust-logo-card__flag{position:absolute;top:-8px;left:50%;transform:translate(-50%);width:22px;height:16px;object-fit:contain;background:#fff;border-radius:4px;box-shadow:0 2px 6px #00000014}.trust-logo-card__logo{width:100%;max-width:120px;height:40px;object-fit:contain}.trust-logo-card__separator{width:22px;height:3px;border-radius:999px;background:#0f172a2e}.trust-markets__label{margin:0 0 var(--space-3) 0;font-weight:600}.trust-markets__list{margin:0 0 calc(var(--space-4) + .5rem) 0;color:#0f172acc;display:flex;flex-wrap:wrap;gap:.4rem}.trust-headline{margin:0 0 var(--space-4) 0;font-weight:700;font-size:clamp(2rem,4.5vw,3.4rem);line-height:1.2;color:#0f172a;max-width:40ch}.trust-markets__list>span{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#fff9;font-size:.85rem;color:#0f172ad9;letter-spacing:.01em}@media (max-width: 900px){.trust-logos__row{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-2)}}@media (max-width: 640px){.trust-logos__row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 420px){.trust-logos__row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion: reduce){.mobile-menu,.mobile-menu__panel,.trust-logo-card{transition:none}.trust-logo-card:hover{transform:none;box-shadow:none}}.form-grid{display:grid;gap:var(--space-2);grid-template-columns:1fr}label{display:block;margin-bottom:.25rem}input,textarea{width:100%;padding:.5rem;border:1px solid #ccc;font:inherit}textarea{min-height:120px}.form-hint{margin:0;font-size:.9rem;color:#333}.hero{position:relative;padding:0;padding-top:var(--header-h);min-height:70vh;padding-bottom:2px;display:flex;align-items:stretch;border-bottom:1px solid #eee}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.5s ease-in-out}.hero-video.is-active{opacity:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000008c,#00000059 45%,#00000026)}.hero-content{position:relative;z-index:1;padding:clamp(3rem,6vw,5rem) 0;padding-inline:0;color:#fff}.hero-content>:last-child{margin-bottom:calc(var(--space-2) * 1.5)}.hero-content h1{font-size:clamp(2rem,4.5vw,3.4rem);line-height:1.2;max-width:clamp(28ch,60vw,38ch);margin-bottom:.9rem;font-weight:700}.hero-subtitle{opacity:1;transform:none;font-size:clamp(1.125rem,1.02rem + .5vw,1.25rem);line-height:1.5;color:#fffffff2;margin-bottom:1.1rem}@media (min-width: 1024px){.hero-subtitle{max-width:52ch}}@media (max-width: 1024px){.hero .content{padding-inline:clamp(20px,5vw,28px)}.hero-content{padding-top:clamp(4.5rem,11vw,6rem);padding-bottom:clamp(2.75rem,8vw,4.25rem)}.hero-ctas{gap:0}.hero-ctas .button+.button{margin-left:-4px}}.reveal-title,.reveal-line,.reveal-item{display:block;opacity:1;transform:translateY(0)}.reveal-line{display:block;padding-bottom:.06em}.hero--ready .reveal-line,.hero--ready .reveal-item{will-change:opacity,transform,clip-path}.hero-ctas{display:flex;gap:var(--space-2);flex-wrap:wrap;opacity:1;transform:none;margin-top:0}.hero--ready .hero-ctas{opacity:0;transform:translateY(14px)}.hero--ready .hero-ctas.is-in{animation:cta-in .9s ease-out both;animation-delay:.42s}@keyframes cta-in{0%{opacity:0;transform:translateY(14px)}70%{opacity:1;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.hero--ready .reveal-line{clip-path:inset(0 100% 0 0);animation:heroType .42s steps(var(--steps, 18),end) forwards;animation-delay:var(--delay, 0ms)}.hero--ready .hero-subtitle{opacity:.25;transform:translateY(8px)}.hero--ready .hero-subtitle.is-in{opacity:1;transform:translateY(0);transition:opacity .6s ease-out,transform .6s ease-out;transition-delay:.22s}@keyframes heroType{to{clip-path:inset(0 0 0 0)}}@media (prefers-reduced-motion: reduce){.hero-video-1,.hero-video-2{transition:none}.hero-video-2{display:none}.hero--ready .reveal-line,.hero--ready .reveal-item,.hero--ready .hero-subtitle,.hero--ready .hero-subtitle.is-in,.hero--ready .hero-ctas,.hero--ready .hero-ctas.is-in{animation:none;opacity:1!important;transform:none;clip-path:none;transition:none!important}}
