@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");:root{--ink:#101624;--muted:#5f6b7c;--paper:#ffffff;--soft:#f6f9fd;--line:#dfe7f1;--blue:#0ea5e9;--blue-dark:#075985;--coral:#ff6b5f;--mint:#16c6a6;--plum:#6d5dfc;--navy:#0f172a;--radius:8px;--shadow:0 18px 46px rgba(15,23,42,0.09);--shadow-soft:0 10px 30px rgba(15,23,42,0.055)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fbfdff;font-size:16px;font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.sr-only{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap}p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}h1,h2,h3{margin:0;color:var(--ink);letter-spacing:0}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.section-shell{padding:58px 0;overflow:hidden}.section-shell .eyebrow,.section-shell .section-heading h2{transition:color .24s ease}.section-shell:hover .section-heading h2{color:#0b203a}.section-shell:hover .section-heading .eyebrow,.section-shell:hover>.container>.eyebrow{color:var(--blue-dark)}.alt-section{background:linear-gradient(180deg,rgba(247,251,255,.98),#ffffff)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(223,231,241,.82);background:rgba(255,255,255,.9);box-shadow:0 10px 28px rgba(15,23,42,.05);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:headerDrop .55s ease both}.header-inner{display:flex;align-items:center;gap:26px;min-height:68px}.brand{display:inline-flex;flex:0 0 auto;flex-direction:column;justify-content:center;line-height:1.05}.brand-logo{width:188px;height:auto;max-height:44px;object-fit:contain;object-position:left center}.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:20px;flex:1 1}.site-nav a{color:#263349;font-size:13px;font-weight:700;transition:color .2s ease}.site-nav a:hover{color:var(--blue-dark)}.btn,.header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 20px;border:1px solid transparent;border-radius:999px;font-size:14.5px;font-weight:800;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.btn-primary{color:#fff;background:linear-gradient(120deg,var(--blue),var(--blue-dark));box-shadow:0 14px 30px rgba(14,165,233,.22)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(7,89,133,.25)}.header-cta{color:#fff;background:linear-gradient(120deg,#ff8a4c,var(--coral),#f04438);box-shadow:0 14px 30px rgba(255,107,95,.26)}.header-cta:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(240,68,56,.28)}.btn-secondary{color:var(--blue-dark);background:#fff;border-color:rgba(14,165,233,.25)}.btn-secondary:hover{color:#fff;background:var(--navy)}.nav-toggle{display:none;width:42px;height:42px;margin-left:auto;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.nav-toggle span{display:block;width:19px;height:2px;margin:5px auto;background:var(--ink)}.hero{min-height:700px;padding:0 0 30px;display:flex;overflow:hidden;background:radial-gradient(circle at 12% 18%,rgba(14,165,233,.1),transparent 25%),radial-gradient(circle at 84% 18%,rgba(255,107,95,.08),transparent 26%),linear-gradient(180deg,#ffffff,#fbfdff)}.hero,.hero-grid{align-items:center}.hero-grid{width:100%;margin-right:0;padding-left:max(20px,calc((100vw - 1180px) / 2));display:grid;grid-template-columns:minmax(380px,.72fr) minmax(0,1.28fr);grid-gap:14px;gap:14px}.eyebrow{margin-bottom:13px;color:var(--coral);font-size:12px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}.hero-copy{position:relative;z-index:2;max-width:530px;padding:0 0 10px;animation:fadeUp .68s ease both}.hero-eyebrow{margin-bottom:12px;font-size:11px;letter-spacing:1.15px}.hero-copy h1{max-width:530px;font-size:clamp(43px,3.5vw,62px);line-height:1.02;font-weight:900}.hero-copy h1 span{display:block;color:var(--coral)}.hero-kicker{max-width:520px;margin-top:18px;color:var(--blue-dark);font-size:clamp(20px,1.55vw,25px);line-height:1.3;font-weight:800}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:24px}.hero-proof span{min-height:84px;padding:14px;border:1px solid rgba(223,231,241,.86);border-radius:var(--radius);background:rgba(255,255,255,.9);color:var(--muted);font-size:12.5px;line-height:1.38;box-shadow:var(--shadow-soft);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.hero-proof span:hover{transform:translateY(-3px);border-color:rgba(14,165,233,.22);box-shadow:0 16px 34px rgba(15,23,42,.08)}.hero-proof strong{display:block;margin-bottom:7px;color:var(--ink);font-size:14.5px}.hero-showcase{position:relative;min-height:650px;display:grid;align-items:center;justify-items:end;margin-right:0}.hero-carousel-card{border:1px solid rgba(223,231,241,.85);border-radius:14px;background:rgba(255,255,255,.95);box-shadow:var(--shadow)}.hero-visual-frame{position:relative;overflow:hidden;width:min(1040px,calc(100% + 270px));height:min(650px,56vw);border-radius:0;background:#fff;-webkit-clip-path:polygon(9% 0,100% 0,100% 73%,76% 73%,67% 75%,61% 82%,55% 94%,48% 100%,39% 96%,30% 86%,21% 68%,12% 49%,5% 29%,4% 9%);clip-path:polygon(9% 0,100% 0,100% 73%,76% 73%,67% 75%,61% 82%,55% 94%,48% 100%,39% 96%,30% 86%,21% 68%,12% 49%,5% 29%,4% 9%);box-shadow:none;animation:heroImageEnter .82s ease .08s both,heroDrift 8s ease-in-out 1.1s infinite}.hero-visual-frame:after{content:"";position:absolute;right:-2%;bottom:-1%;width:52%;height:31%;border-radius:64% 36% 0 0/100% 100% 0 0;background:#fff;box-shadow:-18px -12px 0 rgba(255,107,95,.26)}.hero-visual-frame img{width:100%;height:100%;object-fit:cover;object-position:52% center;filter:saturate(.94) contrast(1.08) brightness(1.02)}.hero-visual-frame-shaped{background:transparent;-webkit-clip-path:none;clip-path:none;justify-self:end;width:min(1120px,calc(100% + 340px));height:min(650px,56vw)}.hero-visual-frame-shaped:after{display:none}.hero-visual-frame-shaped img{object-fit:contain;object-position:right center;filter:saturate(.98) contrast(1.04)}.hero-carousel-section{padding:24px 0 50px;background:#fbfdff}.hero-carousel-heading{max-width:650px;margin-bottom:20px}.hero-carousel-heading h2{font-size:clamp(24px,2.2vw,34px);line-height:1.14;font-weight:900}.hero-card-carousel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;padding:8px 0 0}.hero-carousel-card{position:relative;overflow:hidden;display:grid;min-height:100%;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,253,255,.94));animation:fadeUp .58s ease both;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.hero-carousel-card:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(135deg,rgba(14,165,233,.14),rgba(22,198,166,.1) 48%,rgba(255,107,95,.16)),radial-gradient(circle at 86% 14%,rgba(255,255,255,.45),transparent 28%);opacity:0;transition:opacity .24s ease}.hero-carousel-card>*{position:relative;z-index:1}.hero-carousel-card:nth-child(2),.service-card:nth-child(2),.stack-grid article:nth-child(2),.standard-gates article:nth-child(2){animation-delay:.06s}.hero-carousel-card:nth-child(3),.service-card:nth-child(3),.stack-grid article:nth-child(3),.standard-gates article:nth-child(3){animation-delay:.12s}.hero-carousel-card:nth-child(4),.stack-grid article:nth-child(4),.standard-gates article:nth-child(4){animation-delay:.18s}.stack-grid article:nth-child(5),.standard-gates article:nth-child(5){animation-delay:.24s}.stack-grid article:nth-child(6){animation-delay:.3s}.hero-carousel-card:hover{transform:translateY(-5px);border-color:rgba(14,165,233,.48);background:linear-gradient(180deg,rgba(242,250,255,1),rgba(255,248,246,.98));box-shadow:0 22px 48px rgba(14,165,233,.16)}.hero-carousel-card:hover:after{opacity:1}.hero-carousel-card img{width:100%;height:126px;object-fit:cover;filter:saturate(.9) contrast(1.05);transition:transform .45s ease,filter .45s ease}.hero-carousel-card:hover img{transform:scale(1.035);filter:saturate(1) contrast(1.08)}.hero-carousel-card div{padding:16px}.hero-carousel-card span{display:inline-block;margin-bottom:10px;color:var(--coral);font-size:11px;font-weight:900;letter-spacing:.8px;text-transform:uppercase;transition:color .22s ease}.hero-carousel-card h3{font-size:18px;line-height:1.25;font-weight:900;transition:color .22s ease}.hero-carousel-card p{margin-top:8px;font-size:12.5px;line-height:1.46;transition:color .22s ease}.hero-carousel-card:hover span{color:var(--blue-dark)}.hero-carousel-card:hover h3{color:#06283f}.hero-carousel-card:hover p{color:#334155}.industry-tags span{display:inline-flex;align-items:center;min-height:34px;padding:8px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#243149;font-size:12px;font-weight:800}.section-heading{max-width:710px;margin-bottom:28px}.contact-panel h2,.economics-grid h2,.section-heading h2,.solutions-grid h2,.standard-grid h2{font-size:clamp(27px,2.4vw,38px);line-height:1.14;font-weight:900}#economics-title{font-size:clamp(24px,2.05vw,33px)}.contact-panel>div>p,.economics-grid>div>p,.section-heading p:last-child,.solutions-grid>div>p,.standard-grid>div>p{margin-top:12px;max-width:620px}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.faq-list details,.service-card,.solution-board article,.stack-grid article,.standard-gates article{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,253,255,.94));box-shadow:var(--shadow-soft);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease}.service-card{min-height:100%;padding:22px;animation:fadeUp .58s ease both}.service-card:before,.solution-board article:before,.stack-grid article:before,.standard-gates article:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--blue),var(--mint),var(--coral));opacity:.72;transform:scaleX(.42);transform-origin:left center;transition:opacity .24s ease,transform .24s ease}.faq-list details:after,.service-card:after,.solution-board article:after,.stack-grid article:after,.standard-gates article:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 16% 0,rgba(14,165,233,.11),transparent 34%),radial-gradient(circle at 100% 20%,rgba(255,107,95,.1),transparent 30%);opacity:0;transition:opacity .24s ease}.faq-list details>*,.service-card>*,.solution-board article>*,.stack-grid article>*,.standard-gates article>*{position:relative;z-index:1}.service-card:hover{transform:translateY(-6px);border-color:rgba(14,165,233,.36);background:linear-gradient(180deg,rgba(255,255,255,1),rgba(245,251,255,.98));box-shadow:0 22px 48px rgba(15,23,42,.12)}.service-card:hover:before,.solution-board article:hover:before,.stack-grid article:hover:before,.standard-gates article:hover:before{opacity:1;transform:scaleX(1)}.faq-list details:hover:after,.service-card:hover:after,.solution-board article:hover:after,.stack-grid article:hover:after,.standard-gates article:hover:after{opacity:1}.service-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:18px;border-radius:14px;background:linear-gradient(135deg,rgba(14,165,233,.12),rgba(255,107,95,.12));transition:transform .25s ease,background .25s ease}.service-card:hover .service-icon{transform:translateY(-2px) rotate(-2deg);background:linear-gradient(135deg,rgba(14,165,233,.16),rgba(255,107,95,.16))}.service-icon img{width:31px;height:31px}.service-card>span,.solution-board span{display:inline-block;margin-bottom:8px;color:var(--coral);font-size:11px;font-weight:900;letter-spacing:.8px;text-transform:uppercase}.service-card h3,.solution-board h3,.stack-grid h3,.standard-gates h3{font-size:18.5px;line-height:1.25;font-weight:900}.faq-list p,.service-card p,.solution-board p,.stack-grid p,.standard-gates p{margin-top:7px;font-size:12.5px;line-height:1.46}.service-card ul{display:grid;grid-gap:6px;gap:6px;margin:12px 0 0;padding:0;list-style:none}.service-card li{color:#334155;font-size:12.5px;font-weight:700}.service-card li:before{content:"";display:inline-block;width:7px;height:7px;margin-right:9px;border-radius:50%;background:var(--mint);vertical-align:1px}.grid-footer-line{margin-top:18px;color:var(--ink);font-weight:900}.economics-grid,.standard-grid{display:grid;align-items:center;grid-gap:38px;gap:38px}.standard-grid{grid-template-columns:1fr}.standard-grid>div:first-child{max-width:760px}.economics-grid{grid-template-columns:.95fr 1.05fr}.economics-punchline,.regulated-closer,.standard-closer{color:var(--ink);font-weight:900}.standard-gates{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.standard-gates article{display:flex;flex-direction:column;min-height:100%;padding:14px;animation:fadeUp .58s ease both}.solution-board article:hover,.stack-grid article:hover,.standard-gates article:hover{transform:translateY(-5px);border-color:rgba(14,165,233,.34);background:linear-gradient(180deg,rgba(255,255,255,1),rgba(245,251,255,.98));box-shadow:0 20px 44px rgba(15,23,42,.11)}.standard-gates span{display:inline-block;margin-bottom:9px;color:var(--blue);font-weight:900}.standard-gates p{font-size:12.5px;line-height:1.48}.standard-gates strong{display:block;margin-top:auto;padding-top:12px;color:var(--ink);font-size:12.5px;line-height:1.35}.solutions-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;grid-gap:40px;gap:40px}.solutions-grid .btn{margin-top:26px}.solution-board{display:grid;grid-gap:12px;gap:12px}.solution-board article{padding:20px 22px}.video-frame{position:relative;overflow:hidden;border-radius:16px;border:1px solid rgba(223,231,241,.72);box-shadow:var(--shadow);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.video-frame:hover{transform:translateY(-4px);border-color:rgba(14,165,233,.28);box-shadow:0 24px 52px rgba(15,23,42,.13)}.video-frame img{width:100%;aspect-ratio:16/11;object-fit:cover;filter:saturate(.92) contrast(1.06);transition:transform .45s ease,filter .45s ease}.video-frame:hover img{transform:scale(1.025);filter:saturate(.98) contrast(1.08)}.stack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.stack-grid article{padding:16px;animation:fadeUp .58s ease both}.stack-grid h3{font-size:16px;line-height:1.22}.stack-grid p{font-size:11.5px;line-height:1.45;overflow-wrap:anywhere}.industry-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.contact{padding-top:28px}.contact-panel{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:34px;gap:34px;padding:38px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:linear-gradient(135deg,rgba(15,23,42,.94),rgba(7,89,133,.86)),url(/assets/images/furthermore/team-strategy.webp) 50% /cover;animation:fadeUp .58s ease both}.contact-panel .eyebrow,.contact-panel h2,.contact-panel>div>p{color:#fff}.contact-panel>div>p{opacity:.82}.contact-email{display:inline-flex;align-items:center;min-height:38px;margin-top:18px;padding:9px 14px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:13px;font-weight:800;transition:transform .22s ease,background .22s ease,border-color .22s ease}.contact-email:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.18)}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;padding:20px;border:1px solid rgba(255,255,255,.35);border-radius:12px;background:rgba(255,255,255,.95);box-shadow:0 18px 50px rgba(0,0,0,.18)}.contact-form label{display:grid;grid-gap:6px;gap:6px}.contact-form .full-field,.contact-form button{grid-column:span 2}.contact-form button:disabled{cursor:not-allowed;opacity:.72;transform:none}.contact-form span{color:#263349;font-size:12.5px;font-weight:800}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);background:#f8fbff;color:var(--ink);padding:11px 12px;outline:none}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(14,165,233,.14)}.form-error{margin:0;color:#b42318;font-size:14px;font-weight:800}.thank-you-page{min-height:100svh;background:linear-gradient(120deg,rgba(14,165,233,.12),transparent 36%),linear-gradient(300deg,rgba(255,107,95,.14),transparent 34%),#fbfdff}.thank-you-hero{display:grid;min-height:100svh;place-items:center;padding:64px 0}.thank-you-panel{max-width:820px}.thank-you-logo{margin-bottom:42px}.thank-you-panel h1{max-width:760px;font-size:clamp(36px,5vw,62px);line-height:1.06;font-weight:900}.thank-you-panel>p:not(.eyebrow){max-width:650px;margin-top:20px;color:#263349;font-size:18px}.thank-you-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:34px;gap:34px}.faq-list{display:grid;grid-gap:10px;gap:10px}.faq-list details{padding:16px 18px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.faq-list details:hover{transform:translateY(-2px)}.faq-list summary{cursor:pointer;color:var(--ink);line-height:1.35;font-weight:900}.faq-list details[open]{border-color:rgba(14,165,233,.26);box-shadow:var(--shadow-soft)}.site-footer{padding:56px 0 26px;background:radial-gradient(circle at 16% 0,rgba(14,165,233,.18),transparent 30%),radial-gradient(circle at 86% 20%,rgba(255,107,95,.12),transparent 28%),#0b1220}.site-footer,.site-footer a,.site-footer p{color:#dce6f5}.site-footer .brand-logo{width:220px;max-height:54px}.footer-brand-logo{width:238px;max-height:62px}.footer-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(220px,.8fr) minmax(220px,.7fr);grid-gap:34px;gap:34px;align-items:start;padding:28px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(255,255,255,.035);box-shadow:0 22px 55px rgba(0,0,0,.18)}.footer-brand-block p{max-width:390px;margin-top:16px;color:rgba(220,230,245,.78);font-size:13px;line-height:1.55}.footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-contact span,.footer-nav span{display:block;margin-bottom:4px;color:var(--coral);font-size:11px;font-weight:900;letter-spacing:.9px;text-transform:uppercase}.footer-grid a{font-size:13px;font-weight:700;transition:color .2s ease,transform .2s ease}.footer-nav a:hover{color:#ffffff;transform:translateX(3px)}.footer-social{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.footer-social a{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;font-size:12px;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.12)}.footer-social a:hover{color:#06283f;background:linear-gradient(135deg,#ffffff,#dff5ff);border-color:rgba(255,255,255,.72);transform:translateY(-3px)}.footer-contact{justify-self:end;text-align:right}.footer-contact p{color:rgba(220,230,245,.8);font-size:13px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}.footer-bottom p{font-size:13px}@keyframes headerDrop{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes heroImageEnter{0%{opacity:0;transform:translateX(24px) scale(.985)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes heroDrift{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}@media (max-width:1080px){.header-cta{display:none}.contact-panel,.economics-grid,.faq-grid,.hero-grid,.solutions-grid{grid-template-columns:1fr}.hero-grid{width:min(1180px,calc(100% - 40px));margin:0 auto;padding-left:0;gap:24px}.hero-showcase{min-height:auto;justify-items:center;margin-right:0}.hero-visual-frame-shaped{width:min(100%,760px);height:auto;aspect-ratio:819/674}.hero-visual-frame-shaped img{object-position:center}.hero-copy,.hero-copy h1,.hero-kicker{max-width:650px}.hero-card-carousel,.standard-gates{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.container{width:min(100% - 32px,1160px)}.section-shell{padding:50px 0}.nav-toggle{display:block}.site-nav{position:fixed;inset:72px 0 auto 0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 22px;border-bottom:1px solid var(--line);background:#fff}.site-nav.is-open{display:flex}.site-nav a{padding:15px 0;border-bottom:1px solid var(--line)}.hero{min-height:auto;padding:36px 0}.hero-copy h1{font-size:clamp(35px,7.8vw,48px)}.footer-grid,.hero-proof,.service-grid,.stack-grid{grid-template-columns:1fr}.hero-card-carousel{grid-auto-columns:minmax(270px,82%);grid-auto-flow:column;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-color:rgba(14,165,233,.48) transparent}.hero-carousel-card{scroll-snap-align:start}.hero-visual-frame{width:100%;height:440px;-webkit-clip-path:none;clip-path:none;border-radius:18px}.hero-visual-frame-shaped{width:min(100%,680px);height:auto;aspect-ratio:819/674}.footer-contact{justify-self:start;text-align:left}.footer-grid{padding:24px}.footer-social{margin-top:18px}}@media (max-width:560px){p{font-size:13px;line-height:1.55}.container{width:min(100% - 28px,1160px)}.brand-logo{width:150px;max-height:38px}.site-footer .brand-logo{width:190px;max-height:48px}.hero-kicker{font-size:17px;margin-top:14px}.hero-proof span{min-height:auto;padding:10px;font-size:11px;line-height:1.32}.hero-proof strong{margin-bottom:5px;font-size:12px}.hero-proof{grid-template-columns:1fr;gap:8px}.contact-form,.contact-form .full-field,.contact-form button,.contact-form label,.hero-actions{grid-template-columns:1fr;grid-column:span 1}.btn,.hero-actions{width:100%}.hero-showcase{min-height:auto;margin-right:0}.hero-visual-frame{height:320px;width:100%;border-radius:18px;-webkit-clip-path:none;clip-path:none}.hero-visual-frame-shaped{width:min(100%,430px);height:auto;aspect-ratio:819/674}.hero-visual-frame:after{display:none}.contact-panel{padding:22px;border-radius:16px}.footer-grid{padding:20px;gap:24px}.footer-bottom{flex-direction:column;gap:8px}.contact-panel h2,.economics-grid h2,.section-heading h2,.solutions-grid h2,.standard-grid h2{font-size:27px}.standard-gates{grid-template-columns:1fr}}