:root{
  --navy:#031321;--navy2:#061b2d;--blue:#0141b8;--cyan:#09bde8;--yellow:#ffc400;--ink:#0c1722;--muted:#66717d;--line:#dfe5ea;--white:#fff;--max:1180px;--gutter:40px;--gutter-left:80px;
}
@font-face{font-family:"D-DIN";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/d-din-bold.woff2") format("woff2")} /* D-DIN Bold © Datto Inc., SIL OFL 1.1 */
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}h1{font-family:"D-DIN",sans-serif;font-weight:700;font-size:48px;line-height:1.08;letter-spacing:.02em;text-transform:uppercase;margin:8px 0 18px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.wrap{width:100%;max-width:none;margin:0;padding-left:var(--gutter-left);padding-right:var(--gutter)}
.site-header{height:104px;background:#fff;border-bottom:1px solid #edf0f2;position:sticky;top:0;z-index:30}.site-header .wrap{height:100%}.header-inner{height:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding-bottom:10px}.brand{display:flex;align-items:flex-end;flex:0 0 auto;min-width:0}.brand img{width:auto;height:78px;max-width:none;object-fit:contain}.nav{display:flex;align-items:center;align-self:center;gap:32px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:600;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.nav a:not(.btn){padding:10px 0}.nav a:hover{color:var(--blue)}.nav a.is-active{color:var(--blue);box-shadow:inset 0 -2px 0 var(--blue)}

.home .site-header,.dark-header .site-header{height:90px;background:#000;border-bottom:0}
.home .brand img,.dark-header .brand img{height:64px}
.home .nav,.dark-header .nav{color:#fff}
.home .nav a:not(.btn),.dark-header .nav a:not(.btn){color:#fff}
.home .nav a:not(.btn):hover,.dark-header .nav a:not(.btn):hover{color:#9ad8ff}
.home .nav .btn-primary,.dark-header .nav .btn-primary{box-shadow:none}
.home .mobile-toggle,.dark-header .mobile-toggle{color:#fff}
.dark-header .nav a.is-active{color:#9ad8ff;box-shadow:inset 0 -2px 0 var(--cyan)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;border-radius:6px;border:1px solid transparent;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-align:center;transition:.2s}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:#01359c}.btn-ghost{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.02)}.btn-ghost:hover{background:rgba(255,255,255,.09)}.btn-outline{background:#fff;color:var(--blue);border-color:var(--blue)}.btn-outline:hover{background:#eef4ff}.btn-yellow{background:var(--yellow);color:#031321}.btn-yellow:hover{background:#e6b000;color:#031321}
.hero{position:relative;overflow:hidden;background:#000;color:#fff;min-height:540px;container-type:inline-size;--car-w:1493px;--car-nose:.89}.hero-inner{position:relative;z-index:2;display:flex;align-items:flex-start;min-height:540px}.hero-copy{width:min(560px,62%);padding:48px 0 52px;position:relative;z-index:2}.eyebrow{font-size:12px;color:var(--cyan);font-weight:900;letter-spacing:.04em;text-transform:uppercase}.hero h1{margin:8px 0 18px;font-family:"D-DIN",sans-serif;font-weight:700;font-size:48px;line-height:1.08;letter-spacing:.02em;text-transform:uppercase}.hero h1 span{display:block;color:#f8b403}.hero .lead{font-size:19px;line-height:1.45;margin:0 0 18px;max-width:520px}.hero .subcopy{max-width:450px;font-size:15px;color:#d6e0e8;margin:0 0 28px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-visual{position:absolute;inset:0;width:auto;z-index:1;pointer-events:none}.hero-visual:after{content:"";position:absolute;inset:0 auto 0 0;width:32%;background:linear-gradient(90deg,#000 0%,rgba(0,0,0,.45) 40%,transparent 100%);pointer-events:none}.car-wrap,.car-wrap picture{position:absolute;inset:0;width:100%;height:100%}.car-wrap img{position:absolute;top:0;right:auto;left:max(min(var(--car-park,max(0px,calc(100vw - var(--car-w)))),calc(100vw - var(--car-nose) * var(--car-w))),calc(100vw - var(--car-w)));width:auto;height:100%;max-width:none;object-fit:unset;object-position:0 50%;transform-origin:calc(var(--car-nose) * 100%) 50%;transform:scale(clamp(.68,calc(100vw / (var(--car-nose) * var(--car-w))),1))}
.dark-section{background:#000a13;color:#fff;padding:64px 0 74px;border-top:1px solid #243044}.advantage-grid{display:grid;grid-template-columns:1.05fr 1.8fr;gap:56px}.advantage-copy{padding-right:44px;border-right:1px solid rgba(255,255,255,.16)}.section-label{color:#0697ea;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.dark-section .section-label{color:var(--cyan)}h2{font-family:"D-DIN",sans-serif;font-weight:700;font-size:34px;line-height:1.08;margin:8px 0 20px;letter-spacing:.02em;text-transform:uppercase}.accent-rule{width:42px;height:3px;background:var(--yellow);margin:0 0 22px}.advantage-copy p{color:#d2dce4;font-size:15px}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px 44px}.benefit{display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:start}.benefit-icon{width:52px;height:52px;flex:0 0 52px}.benefit-icon img{width:52px;height:52px;filter:drop-shadow(0 0 4px rgba(9,209,255,.28))}.benefit:nth-child(even) .benefit-icon img{filter:drop-shadow(0 0 4px rgba(245,164,0,.28))}.benefit h3{margin:0 0 5px;font-size:18px}.benefit p{margin:0;color:#d5dee6;font-size:14px}
.approach{padding:92px 0 80px;background:#f4f4f4;text-align:center}.section-head{text-align:center;max-width:760px;margin:0 auto 46px}.section-head h2{margin:5px 0 11px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;position:relative}.step{position:relative;overflow:visible}.step:not(:last-child):after{content:"→";position:absolute;right:-20px;top:22px;font-size:28px;color:#c5ccd3}.step-icon{width:64px;height:64px;margin:0 auto 14px;position:relative;overflow:visible}.step-icon img{width:64px;height:64px;margin:0 auto;display:block}.step-icon .ai-stars{position:absolute;top:-14px;left:-20px;width:44px;height:44px;pointer-events:none}.step h3{font-size:15px;margin:0 0 7px}.step p{font-size:12px;color:#555f68;margin:0 auto;max-width:165px}
.clients{padding:90px 0 84px;background:#fbfbfb;border-top:1px solid #f0f1f2}.clients .section-head{max-width:none}.clients-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 42px;align-items:center}.client-logo{height:74px;display:flex;align-items:center;justify-content:center;opacity:.9}.client-logo img{max-height:58px;max-width:100%;object-fit:contain}.client-more{font-weight:800;color:#0879e8;text-align:center;font-size:14px;grid-column:1/-1;padding-top:6px}
.cta{padding:0 0 30px;background:#fbfbfb}.cta-bar{position:relative;overflow:hidden;min-height:104px;border-radius:14px;background-color:#05192b;background-image:image-set(url("../assets/cta-streaks.webp") type("image/webp"),url("../assets/cta-streaks.jpg") type("image/jpeg"));background-repeat:no-repeat;background-size:cover;background-position:50% 18%;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:18px 34px;box-shadow:0 10px 30px rgba(1,20,37,.12)}.cta-left{position:relative;z-index:2;display:flex;align-items:center;gap:20px}.logo-disc{flex:0 0 auto;width:76px;height:76px;display:grid;place-items:center}.logo-disc img{width:76px;height:76px;object-fit:contain}.cta-copy h3{font-size:23px;margin:0 0 3px}.cta-copy p{margin:0;color:#d9e4ee}.cta .btn{position:relative;z-index:2}
.site-footer{background:#031421;color:#dce5eb;padding:34px 0 26px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr 1fr .9fr;gap:42px}.footer-logo{display:flex;align-items:center}.footer-logo img{height:36px;width:auto;max-width:220px}.footer p,.footer a,.footer-links span{font-size:13px}.footer p{color:#fff}.footer h4{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.04em;margin:0 0 11px}.footer-links{display:grid;gap:5px}.footer-links a:hover{color:var(--cyan)}.copyright{text-align:center;color:#7e8b96;font-size:12px;margin-top:28px}
.products-hero{position:relative;overflow:hidden;background:#000;color:#fff;min-height:540px}.products-hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none}.products-hero-bg picture,.products-hero-bg img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:right center}.products-hero-inner{position:relative;z-index:2;display:flex;align-items:flex-start;gap:40px;min-height:540px;height:540px}.products-hero-copy{flex:0 1 auto;width:auto;max-width:560px;padding:48px 0 52px;position:relative}.products-hero-visual{position:relative;z-index:1;flex:1 1 auto;min-width:0;align-self:stretch;display:flex;align-items:flex-start;justify-content:flex-start;padding-top:48px;margin-right:calc(-1 * var(--gutter));pointer-events:none}.products-hero-art,.products-hero-art picture{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;height:100%;min-width:0}.products-hero-art img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:left center;transform:translateX(-5.3%)}.products-hero .section-label{color:var(--yellow)}.products-hero h1{margin:8px 0 18px}.products-hero h1 span{display:block;color:var(--yellow)}.products-hero p{font-size:15px;line-height:1.5;color:#d6e0e8;max-width:450px;margin:0}.hero-shot{position:absolute;overflow:hidden;background:#0b1218;border:1px solid #2a3b50;box-shadow:0 18px 40px rgba(0,0,0,.45)}.hero-shot picture,.hero-shot img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none}.hero-shot img{object-fit:contain;object-position:center top;image-rendering:auto}.hero-shot-desk{left:auto;right:0;top:0;width:96%;aspect-ratio:16/9;border:0;border-radius:10px}.hero-shot-phone{left:0;right:auto;top:auto;bottom:0;width:24%;aspect-ratio:951/1654;border:0;background:transparent;border-radius:6px;z-index:2}.hero-shot-collage{inset:0;width:100%;height:100%;aspect-ratio:auto;background:transparent;border:0;box-shadow:none;overflow:visible;border-radius:0}.hero-shot-collage img{object-position:center}
.product-feature{padding:88px 0;background:#fff}.product-feature.alt{background:#f7f8fa}.product-feature-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.product-feature.reverse .product-feature-grid{grid-template-columns:.82fr 1.18fr;gap:40px}.product-feature.reverse .product-shot-wrap{order:2;overflow:visible;min-width:0}.product-feature.reverse .product-copy{position:relative;z-index:1;min-width:0}.product-copy h2{text-transform:none;font-size:36px;margin:0 0 6px}.product-kicker{color:var(--blue);font-size:15px;font-weight:700;margin:0 0 12px}.product-copy .accent-rule{margin:0 0 18px}.product-copy p{color:#4e5a66;font-size:15px;margin:0 0 18px;max-width:460px}.check-list{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:10px}.check-list li{display:flex;align-items:flex-start;gap:10px;color:#1c2833;font-size:15px;font-weight:600}.check-list li:before{content:"";flex:0 0 18px;width:18px;height:18px;margin-top:2px;border-radius:50%;background:var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M4.2 9.2 7.3 12.2 13.6 5.8'/%3E%3C/svg%3E") center / 14px 14px no-repeat}.product-link{color:var(--blue);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-link:hover{color:#01359c}.product-shot-wrap{min-width:0}.product-placeholder{margin:0;aspect-ratio:16/10;border-radius:12px;background:linear-gradient(180deg,#e8eef4,#d5dee6);border:1px solid #d3dbe3;box-shadow:0 16px 36px rgba(6,26,44,.1);display:grid;place-items:center;color:#66717d;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-align:center;padding:24px}.product-shot{margin:0;border-radius:12px;overflow:hidden;box-shadow:0 16px 36px rgba(6,26,44,.1);background:#fff}.product-shot.product-shot-bare{background:transparent;box-shadow:none;overflow:visible;border-radius:0}.product-shot img{width:100%;height:auto;display:block;max-width:none}
.product-more{padding:80px 0 88px;background:#fff;text-align:center;border-top:1px solid #f0f1f2}.product-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;text-align:left}.product-card{background:#fff;border:1px solid #e6ebf0;border-radius:12px;overflow:hidden;box-shadow:0 10px 28px rgba(6,26,44,.05);display:flex;flex-direction:column}.product-card-shot{aspect-ratio:16/10;background:linear-gradient(180deg,#eef3f7,#d9e1e8);display:grid;place-items:center;color:#7a8793;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;overflow:hidden}.product-card-shot picture,.product-card-shot img{width:100%;height:100%;display:block}.product-card-shot img{object-fit:cover;object-position:top center;max-width:none}.product-card-shot-collage{background:#fff}.product-card-shot-collage img{object-fit:contain;object-position:center}.product-card-shot-fit{background:#eef3f7}.product-card-shot-fit img{object-fit:contain;object-position:center top}.product-card-body{padding:22px 22px 24px}.product-card h3{margin:0 0 4px;font-size:20px}.product-card .product-kicker{font-size:13px;margin:0 0 10px}.product-card p{margin:0 0 16px;color:#555f68;font-size:14px}
.product-built{padding:80px 0 86px;text-align:center;position:relative;overflow:hidden;background:#000a13;border-top:0}.product-built:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:100%;background-color:transparent;background-image:image-set(url("../assets/product-built-streaks.webp") type("image/webp"),url("../assets/product-built-streaks.jpg") type("image/jpeg"));background-repeat:no-repeat;background-size:cover;background-position:left top;opacity:.4;pointer-events:none}.product-built .wrap,.product-built .section-head{position:relative;z-index:2}.product-built h2{color:#fff;text-transform:none;font-size:34px;max-width:720px;margin-left:auto;margin-right:auto}.product-values{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;z-index:2}.product-value{padding:8px 28px}.product-value:not(:last-child){border-right:1px solid rgba(255,255,255,.16)}.product-value img{width:52px;height:52px;margin:0 auto 14px;display:block;filter:drop-shadow(0 0 4px rgba(9,209,255,.28))}.product-value:nth-child(even) img{filter:drop-shadow(0 0 4px rgba(245,164,0,.28))}.product-value h3{margin:0 0 8px;font-size:17px;color:#fff}.product-value p{margin:0 auto;color:#c5d0d8;font-size:13px;max-width:210px}
.product-need{padding:42px 0 48px;background:#fff;border-top:1px solid #edf0f2}.product-need-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.product-need-copy{display:flex;align-items:center;gap:20px}.product-need-icon{flex:0 0 64px;width:64px;height:64px;display:grid;place-items:center}.product-need-icon img{width:48px;height:48px}.product-need h2{text-transform:none;font-size:26px;margin:0 0 6px}.product-need p{margin:0;color:#555f68;font-size:15px;max-width:460px}.product-need-actions{display:flex;gap:12px;flex-wrap:wrap;flex:0 0 auto}
.services-hero{position:relative;overflow:hidden;background:#000;color:#fff;padding:0;min-height:540px;--svc-img-w:calc(540 * 1467 / 1024 * 1px);--svc-copy-w:400px}.services-hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none}.services-hero-bg picture,.services-hero-bg img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:right center}.services-hero-inner{position:relative;z-index:2;display:flex;align-items:flex-start;min-height:540px}.services-hero-copy{max-width:var(--svc-copy-w);padding:48px 0 52px}.services-hero .section-label{color:var(--yellow)}.services-hero h1{font-family:"D-DIN",sans-serif;font-weight:700;font-size:48px;line-height:1.08;letter-spacing:.02em;text-transform:uppercase;margin:8px 0 18px}.services-hero h1 span{display:block;color:var(--yellow)}.services-hero-lead{font-size:20px;line-height:1.4;color:#fff;margin:0 0 14px}.services-hero p{font-size:16px;line-height:1.5;color:#d6e0e8;margin:0}.services-hero-visual{position:absolute;top:0;right:0;bottom:0;left:max(calc(var(--gutter-left) + var(--svc-copy-w)),calc(100% - var(--svc-img-w)));z-index:1;overflow:hidden;pointer-events:none}.services-hero-visual picture,.services-hero-visual img{position:absolute;top:0;left:0;display:block;height:100%;width:auto;max-width:none;object-fit:unset}.services-list{padding:80px 0 40px;background:#fff}.services-list .wrap,.svc-approach .wrap,.svc-why .wrap,.svc-cta .wrap{max-width:var(--max);margin-left:auto;margin-right:auto}.services-intro{max-width:620px;margin:0 auto;color:#555f68;font-size:16px}.service-block{display:grid;grid-template-columns:240px minmax(0,1fr) 240px;gap:28px 32px;align-items:center;padding:36px 0;scroll-margin-top:100px}.service-block:not(:last-child){border-bottom:1px solid #eef1f4}.service-shot{margin:0;border-radius:12px;overflow:hidden;box-shadow:0 12px 28px rgba(6,26,44,.1);background:#0b1218}.service-shot img{width:100%;height:auto;display:block;aspect-ratio:4/3;object-fit:cover;object-position:center}.service-icon{width:44px;height:44px;margin:0 0 12px;display:block}.service-copy h3{text-transform:uppercase;font-size:22px;margin:0 0 10px}.service-copy p{color:#4e5a66;font-size:15px;margin:0;max-width:380px}.service-details{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.svc-approach{position:relative;overflow:hidden;padding:80px 0;background:#000;color:#fff;min-height:480px}.svc-approach .section-label{color:var(--yellow)}.svc-approach-copy{position:relative;z-index:2;max-width:560px}.svc-approach-copy h2{color:#fff;margin:8px 0 16px}.svc-approach-copy p{color:#fff;font-size:16px;line-height:1.6;margin:0 0 16px}.svc-approach-copy p:last-child{margin-bottom:0}.svc-approach-visual{position:absolute;top:0;right:0;bottom:0;left:max(50%,calc((100% - min(100%,var(--max))) / 2 + var(--gutter-left) + 560px + 32px));margin:0;overflow:hidden;pointer-events:none}.svc-approach-visual picture,.svc-approach-visual img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:right center}.svc-why{padding:80px 0;background:#fff}.svc-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.svc-why-copy{padding-right:48px;border-right:1px solid #e4e8ed}.svc-why-copy h2{text-transform:none;margin:8px 0 16px}.svc-why-copy p{color:#555f68;font-size:16px;margin:0;max-width:460px}.svc-why-list li{font-weight:500}.svc-why-list span{display:flex;flex-direction:column;gap:2px}.svc-why-list strong{font-weight:700;color:#1c2833}.svc-cta{padding:28px 0 40px;background:#eaf4ff}.svc-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.svc-cta-copy{display:flex;align-items:center;gap:20px}.svc-cta-copy img{width:64px;height:64px;flex:0 0 64px}.svc-cta h2{text-transform:none;font-size:26px;margin:0 0 6px}.svc-cta p{margin:0;color:#3d4b57;font-size:15px;max-width:520px}
.about-page{background:#05070a;color:#fff}
.about-hero{position:relative;overflow:hidden;min-height:560px;color:#fff;padding:48px 0 120px;background:#000}
.about-hero-bg{position:absolute;inset:0}
.about-hero-bg picture,.about-hero-bg img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 28%}
.about-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.12) 62%,transparent 82%),linear-gradient(180deg,rgba(0,0,0,.18) 0%,transparent 28%,transparent 58%,#05070a 100%);pointer-events:none}
.about-hero-inner{position:relative;z-index:2}
.about-hero-copy{max-width:560px;padding-top:18px}
.about-hero h1{margin:8px 0 18px}
.about-hero h1 span{display:block;color:var(--yellow)}
.about-hero-lead{font-size:20px;line-height:1.4;color:#fff;max-width:500px;margin:0 0 16px}
.about-hero p{font-size:16px;line-height:1.55;color:#d6e0e8;max-width:500px;margin:0}
.about-values{position:relative;z-index:3;margin-top:-72px;padding:0 0 28px}
.about-values-bar{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(8,12,18,.72);overflow:hidden}
.about-values-bar article{text-align:center;padding:28px 18px 30px}
.about-values-bar article:not(:last-child){border-right:1px solid rgba(255,255,255,.14)}
.about-values-bar img{width:52px;height:44px;margin:0 auto 14px;object-fit:contain}
.about-values-bar h3{margin:0 0 8px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#fff}
.about-values-bar p{margin:0 auto;color:#c5d0d8;font-size:13px;line-height:1.45;max-width:180px}
.about-mission{padding:28px 0 64px}
.about-mission-card{display:grid;grid-template-columns:minmax(280px,1.05fr) minmax(240px,.95fr);align-items:center;border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:0;background:#070b12;overflow:hidden;min-height:280px}
.about-mission-copy{padding:36px 28px 42px 48px;position:relative;z-index:1}
.about-mission .section-label{color:var(--yellow)}
.about-mission blockquote{margin:18px 0 0;max-width:560px;position:relative;padding:8px 36px 8px 28px}
.about-mission-visual{margin:0;min-height:280px;height:100%;position:relative}
.about-mission-visual picture,.about-mission-visual img{display:block;width:100%;height:100%;min-height:280px;object-fit:cover;object-position:center}
.about-mission-visual img{mix-blend-mode:screen;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 28%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 28%,#000 100%)}
.about-mission blockquote:before,.about-mission blockquote:after{position:absolute;color:var(--yellow);font-family:"D-DIN",Georgia,serif;font-size:64px;line-height:1;font-weight:700}
.about-mission blockquote:before{content:"“";top:-12px;left:0}
.about-mission blockquote:after{content:"”";right:0;bottom:-28px}
.about-mission blockquote p{margin:0;font-size:28px;line-height:1.35;color:#fff;font-weight:500}
.about-quotes{padding:20px 0 56px}
.about-quotes .section-head{margin-bottom:36px}
.about-quotes .section-label{color:var(--yellow)}
.about-quotes h2{color:#fff;text-transform:none;font-size:36px}
.about-quote-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:stretch}
.about-quote{position:relative;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:22px 20px 26px;background:rgba(12,18,26,.55);min-height:100%}
.about-quote-logo{height:42px;width:auto;max-width:100%;object-fit:contain;object-position:left center;margin:0 0 16px}
.about-quote-logo-png,.about-quote-logo-svg{filter:brightness(0) invert(1)}
.about-quote p{margin:0 0 22px;color:#e8eef2;font-size:13px;line-height:1.5;flex:1}
.about-quote footer{margin-top:auto;padding-right:36px;display:grid;gap:1px}
.about-quote footer strong{color:#fff;font-size:14px}
.about-quote footer span{color:#9aa6b0;font-size:12px;line-height:1.35}
.about-quote:after{content:"”";position:absolute;right:16px;bottom:8px;color:var(--yellow);font-family:"D-DIN",Georgia,serif;font-size:42px;line-height:1;font-weight:700}
.about-cta{padding:8px 0 48px}
.about-cta-bar{display:flex;align-items:center;justify-content:space-between;gap:28px;border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:22px 28px;background:rgba(8,12,18,.5)}
.about-cta-copy{display:flex;align-items:center;gap:18px}
.about-cta-copy img{width:64px;height:56px;flex:0 0 64px;object-fit:contain}
.about-cta h2{text-transform:none;font-size:22px;margin:0 0 4px;color:#fff}
.about-cta p{margin:0;color:#d6e0e8;font-size:16px}
.about-cta .btn-yellow{white-space:nowrap;min-height:46px;padding:0 22px}
.portals-hero{position:relative;overflow:hidden;background:#000;color:#fff;padding:0;min-height:540px}
.portals-hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none}
.products-hero-bg,.services-hero-bg,.portals-hero-bg{filter:brightness(.25)}
.portals-hero-bg picture,.portals-hero-bg img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:right center}
.portals-hero-inner{position:relative;z-index:2;display:flex;align-items:flex-start;gap:40px;min-height:540px}
.portals-hero-copy{flex:0 1 auto;width:auto;max-width:480px;padding:48px 0 52px;position:relative;z-index:2}
.portals-hero h1 span{display:block;color:var(--yellow)}
.portals-hero p{font-size:16px;line-height:1.5;color:#d6e0e8;max-width:480px;margin:0}
.portals-hero p.portals-hero-lead{font-size:20px;line-height:1.4;color:#fff;margin:0 0 14px}
.portals-hero-feats{list-style:none;margin:28px 0 0;padding:0;display:flex;gap:28px;flex-wrap:wrap}
.portals-hero-feats li{display:grid;justify-items:center;gap:8px;min-width:88px}
.portals-hero-feats img{width:36px;height:36px}
.portals-hero-feats span{color:var(--yellow);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-align:center}
.portals-hero-visual{position:relative;flex:1 1 auto;min-width:0;align-self:stretch;display:flex;align-items:center;margin-right:calc(-1 * var(--gutter))}
.portals-hero-visual picture,.portals-hero-visual img{display:block;width:auto;max-width:100%;height:100%;max-height:540px;object-fit:contain;object-position:left center}
.portals-intro{padding:80px 0;background:#fff}
.portals-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.portals-intro-grid article:first-child{padding-right:40px;border-right:1px solid #e4e8ed}
.portals-intro-head{display:flex;align-items:flex-start;gap:16px}
.portals-intro-head .portals-icon-box{flex:0 0 56px;margin:0}
.portals-icon-box{width:56px;height:56px;border-radius:10px;background:#f3f5f7;display:grid;place-items:center;margin:0}
.portals-icon-box img{width:36px;height:36px}
.portals-intro h2{text-transform:uppercase;font-size:28px;margin:0 0 12px}
.portals-intro p{color:#4e5a66;font-size:15px;margin:0;max-width:460px}
.portals-caps{padding:80px 0;background:#05070a;color:#fff}
.portals-caps h2{color:var(--yellow)}
.portals-caps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.portals-caps-grid article{text-align:center;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:28px 16px 30px;background:rgba(12,18,26,.55)}
.portals-caps-grid img{width:48px;height:48px;margin:0 auto 14px}
.portals-caps-grid h3{margin:0 0 10px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#fff}
.portals-caps-grid p{margin:0 auto;color:#c5d0d8;font-size:13px;line-height:1.45;max-width:200px}
.portals-custom{padding:80px 0;background:#fff}
.portals-custom-grid,.portals-choose-grid{display:grid;grid-template-columns:minmax(29rem,.7fr) 1.3fr;gap:56px;align-items:start}
.portals-custom-copy,.portals-choose-copy{padding-right:36px;border-right:1px solid #e4e8ed}
.portals-custom-copy h2,.portals-choose-copy h2{text-transform:uppercase;font-size:28px;margin:8px 0 16px}
.portals-choose-copy h2{white-space:nowrap}
.portals-custom-copy p,.portals-choose-copy p{color:#555f68;font-size:16px;margin:0;max-width:380px}
.portals-custom-points{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.portals-custom-points img{width:48px;height:48px;margin:0 0 12px}
.portals-custom-points h3{margin:0 0 8px;font-size:15px;text-transform:uppercase}
.portals-custom-points p{margin:0;color:#555f68;font-size:14px}
.portals-choose{padding:0 0 88px;background:#fff}
.portals-choose-list{gap:0}
.portals-choose-list li{padding:14px 0;border-bottom:1px solid #eef1f4;font-weight:600}
.portals-choose-list li:first-child{padding-top:0}
.portals-work{padding:48px 0 108px;background:#f7f8fa}
.portals-work-list{display:grid;gap:36px}
.portals-work-card{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;background:#fff;border:1px solid #e6ebf0;border-radius:14px;overflow:hidden}
.portals-work-card-featured{grid-template-columns:1.1fr .9fr;align-items:center}
.portals-work-shot{margin:0;min-height:220px;background:linear-gradient(180deg,#e8eef4,#d5dee6);display:grid;place-items:center}
.portals-work-card-featured .portals-work-shot{min-height:0;background:#edf1f5;place-items:stretch}
.portals-work-shot span{color:#66717d;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.portals-work-shot picture,.portals-work-shot img{display:block;width:100%;height:auto}
.portals-work-copy{padding:36px 40px;display:flex;flex-direction:column;justify-content:center}
.portals-work-card-featured .portals-work-copy{padding:52px 48px 52px 40px}
.portals-work-copy h3{margin:0 0 10px;font-size:22px;text-transform:uppercase}
.portals-work-card-featured h3{font-size:28px;text-transform:none;letter-spacing:0;margin:0 0 16px}
.portals-work-copy p{margin:0 0 22px;color:#4e5a66;font-size:15px;max-width:420px}
.portals-work-card-featured p{max-width:none;margin:0 0 16px;font-size:16px;line-height:1.55}
.portals-work-feats{margin:0 0 18px}
.portals-work-feats li{font-weight:600}
.portals-work-copy .btn{align-self:flex-start;margin-top:8px}
.page-hero{background:linear-gradient(110deg,#031421,#06223a);color:#fff;padding:92px 0 80px}.page-hero h1{margin:8px 0 18px}.page-hero p{font-size:19px;max-width:700px;color:#dbe5eb}.content{padding:72px 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{border:1px solid var(--line);border-radius:10px;padding:28px;background:#fff;box-shadow:0 10px 28px rgba(6,26,44,.05)}.card h3{margin:0 0 10px}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:54px}.form{display:grid;gap:16px}.form label{font-weight:700;font-size:13px}.form input,.form textarea{width:100%;border:1px solid #cdd6dd;border-radius:6px;padding:13px 14px;font:inherit}.form textarea{min-height:150px}.hp{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.contact-modal{width:min(560px,calc(100vw - 32px));max-height:calc(100vh - 32px);overflow:auto;padding:0;border:1px solid #e6ebf0;border-radius:14px;box-shadow:0 24px 64px rgba(3,19,33,.35);background:#fff;color:var(--ink)}.contact-modal::backdrop{background:rgba(3,19,33,.58)}.contact-modal-form{display:grid;gap:18px;padding:26px 28px 22px;position:relative}.contact-modal-head{display:grid;grid-template-columns:56px 1fr 36px;gap:14px;align-items:start}.contact-modal-glyph{width:56px;height:56px;object-fit:contain}.contact-modal-copy h2{margin:0 0 8px;font-size:32px;line-height:1.1;text-transform:none;letter-spacing:.02em}.contact-modal-copy .accent-rule{margin:0 0 10px}.contact-modal-lede{margin:0;color:#66717d;font-size:15px}.contact-modal-close{width:36px;height:36px;border:0;background:transparent;color:#8b96a1;font-size:28px;line-height:1;cursor:pointer;border-radius:6px;justify-self:end}.contact-modal-close:hover{background:#f0f3f6;color:var(--ink)}.contact-field{display:grid;gap:6px}.contact-field label{font-weight:700;font-size:13px;color:var(--ink)}.contact-field-row{display:grid;grid-template-columns:44px 1fr;gap:10px;align-items:center}.contact-field-icon{width:44px;height:44px;border-radius:8px;background:#eaf4ff;display:grid;place-items:center}.contact-field-icon img{width:22px;height:22px}.contact-field-icon-top{align-self:start;margin-top:0}.contact-modal-form input,.contact-modal-form textarea{width:100%;border:1px solid #d3dbe3;border-radius:8px;padding:12px 14px;font:inherit;margin:0;background:#fff}.contact-modal-form input::placeholder,.contact-modal-form textarea::placeholder{color:#97a3ad}.contact-modal-form textarea{min-height:128px;resize:vertical}.contact-modal-form input:focus,.contact-modal-form textarea:focus{outline:2px solid rgba(1,65,184,.28);border-color:var(--blue)}.contact-turnstile{min-height:65px}.contact-modal-status{margin:0;font-size:14px;font-weight:600}.contact-modal-status.is-ok{color:#0a7a3e}.contact-modal-status.is-err{color:#b42318}.contact-modal-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:16px;border-top:1px solid #eceff2}.contact-modal-privacy{display:flex;align-items:flex-start;gap:10px;margin:0;color:#66717d;font-size:13px;line-height:1.35;max-width:260px}.contact-modal-privacy img{width:22px;height:22px;flex:0 0 22px;margin-top:1px}.contact-modal-privacy small{display:block;font-size:12px;color:#8b96a1}.contact-modal-foot .btn{white-space:nowrap}.mobile-toggle{display:none;background:none;border:0;font-size:26px}
@media(max-width:1529px) and (min-width:821px){.hero{--car-park:calc(100vw - var(--car-nose) * var(--car-w))}}
@media(max-width:1275px) and (min-width:821px){.hero .subcopy{background:rgba(0,0,0,.75);padding:10px 14px;border-radius:5px}}
@media(max-width:1024px){.products-hero{min-height:auto}.products-hero-inner{flex-direction:column;align-items:stretch;min-height:0;height:auto;gap:8px}.products-hero-copy{flex:none;width:100%;max-width:none}.products-hero-visual{width:calc(100% + var(--gutter-left) + var(--gutter));height:auto;align-self:auto;margin-right:calc(-1 * var(--gutter));margin-left:calc(-1 * var(--gutter-left))}.products-hero-art,.products-hero-art picture{height:auto;justify-content:center}.products-hero-art img{width:100%;max-width:100%;max-height:none;height:auto;transform:none}.services-hero{display:flex;flex-direction:column;min-height:auto}.services-hero-inner{order:1;min-height:0}.services-hero-copy{padding:36px 0 28px;width:100%;max-width:none}.services-hero-visual{position:relative;inset:auto;left:auto;right:auto;width:100%;height:auto;order:2;overflow:hidden;pointer-events:auto}.services-hero-visual picture,.services-hero-visual img{position:relative;inset:auto;width:100%;height:auto}}
@media(max-width:980px){:root{--gutter:24px;--gutter-left:48px}.nav{gap:18px}.hero-copy{width:min(520px,72%)}.hero h1{font-size:40px}.advantage-grid{grid-template-columns:1fr}.advantage-copy{border-right:0;border-bottom:1px solid rgba(255,255,255,.16);padding:0 0 34px}.steps{grid-template-columns:1fr 1fr}.step:not(:last-child):after{display:none}.clients-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.cards{grid-template-columns:1fr 1fr}.product-feature-grid,.product-feature.reverse .product-feature-grid,.services-hero-inner,.service-block,.service-block.reverse,.svc-why-grid,.portals-hero-inner,.portals-intro-grid,.portals-custom-grid,.portals-choose-grid,.portals-work-card{grid-template-columns:1fr}.product-feature.reverse .product-shot-wrap{order:0}.service-block.reverse .service-shot{order:0}.service-copy p{max-width:none}.service-shot{max-width:360px}.products-hero h1,.services-hero h1,.portals-hero h1{font-size:40px}.portals-hero{min-height:auto}.portals-hero-inner{flex-direction:column;gap:24px;min-height:0}.portals-hero-copy{width:100%;max-width:none;padding:36px 0 12px}.portals-hero-visual{margin-right:0;align-self:auto;height:auto}.portals-hero-visual picture,.portals-hero-visual img{width:100%;height:auto;max-height:none;transform:none}
.portals-intro-grid article:first-child,.portals-custom-copy,.portals-choose-copy,.svc-why-copy{padding-right:0;border-right:0;padding-bottom:28px;border-bottom:1px solid #e4e8ed}
.svc-approach{min-height:0;padding-bottom:0}.svc-approach-copy{max-width:none}.svc-approach-visual{position:relative;inset:auto;left:auto;width:100%;height:auto;min-height:0;aspect-ratio:unset;margin-top:48px;line-height:0}.svc-approach-visual picture{position:relative;inset:auto;display:block;width:100%;height:auto}.svc-approach-visual img{position:relative;inset:auto;width:100%;height:auto;object-fit:unset;object-position:right top;margin-bottom:calc(-100% * 695 / 720 / 3)}
.portals-choose-copy h2{white-space:normal}
.portals-work-card-featured .portals-work-copy{padding:36px 28px}
.portals-caps-grid{grid-template-columns:1fr 1fr}
.portals-caps-grid article:last-child{grid-column:1/-1}
.portals-custom-points{grid-template-columns:1fr}.about-hero{min-height:0;padding:36px 0 100px}.about-hero h1{font-size:40px}.about-values-bar{grid-template-columns:1fr 1fr}.about-values-bar article:nth-child(2n){border-right:0}.about-values-bar article:nth-child(-n+4){border-bottom:1px solid rgba(255,255,255,.14)}.about-values-bar article:nth-child(5){grid-column:1/-1}.about-mission-card{grid-template-columns:1fr}.about-mission-copy{padding:28px 24px 20px}.about-mission-visual img{-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 22%,#000 100%);mask-image:linear-gradient(180deg,transparent 0%,#000 22%,#000 100%)}.about-mission blockquote p{font-size:22px}.about-quote-grid{grid-template-columns:1fr 1fr}.about-cta-bar{flex-direction:column;align-items:flex-start}.svc-cta-inner{flex-direction:column;align-items:flex-start}.product-cards{grid-template-columns:1fr 1fr}.product-values{grid-template-columns:1fr 1fr}.product-value:nth-child(2n){border-right:0}.product-value{padding:22px 18px}.product-need-inner{flex-direction:column;align-items:flex-start}}
@media(max-width:820px){.hero{min-height:auto}.hero-inner{min-height:0;display:block}.hero-copy{width:100%;padding:36px 0 28px}.hero h1{font-size:40px}.hero .lead{font-size:17px}.hero-visual{position:relative;inset:auto;width:100%;height:auto;overflow:hidden}.hero-visual:after{width:100%;height:48px;inset:0 0 auto;background:linear-gradient(180deg,#000,transparent)}.car-wrap,.car-wrap picture{position:relative;inset:auto;display:block;width:100%;height:auto;overflow:hidden}.hero .car-wrap img{position:relative;inset:auto;width:100%;height:auto;max-width:100%;transform:none;transform-origin:center;object-fit:contain;object-position:center}.products-hero-copy{padding:36px 0 12px}.products-hero-visual{margin-bottom:16px}.site-header{height:auto}.site-header .wrap{height:auto}.header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:70px;flex-wrap:unset;padding-top:10px;padding-bottom:10px}.brand{align-self:center;height:50px;min-width:0}.brand img,.home .brand img,.dark-header .brand img{height:100%;max-width:100%;width:auto}.mobile-toggle{display:block;justify-self:end;margin-right:0;flex-shrink:0}.nav{display:none;grid-column:1/-1;width:calc(100% + var(--gutter-left) + var(--gutter));margin-left:calc(-1 * var(--gutter-left));padding:8px var(--gutter) 16px;box-sizing:border-box;flex-direction:column;align-items:flex-end;text-align:right}.nav.open{display:flex;background:rgba(255,255,255,.85)}.home .nav.open,.dark-header .nav.open{background:rgba(0,0,0,.85)}.nav a:not(.btn){padding:4px 0}.nav .btn{text-align:center}
}
@media(max-width:720px){:root{--gutter:20px;--gutter-left:40px}.benefit-grid{grid-template-columns:1fr}.approach{padding-top:70px}.steps{grid-template-columns:1fr}.clients{padding-top:72px}.clients-grid{grid-template-columns:1fr 1fr}.cta-bar{align-items:flex-start;gap:18px;flex-direction:column}.footer-grid{grid-template-columns:1fr}.cards,.contact-grid,.product-cards,.product-values{grid-template-columns:1fr}.page-hero h1{font-size:40px}.product-feature{padding:56px 0}.svc-approach{padding:56px 0 0}.svc-why{padding:56px 0}.svc-cta-copy{align-items:flex-start}.about-hero h1,.portals-hero h1{font-size:40px}.portals-caps-grid{grid-template-columns:1fr}.portals-caps-grid article:last-child{grid-column:auto}.portals-work-copy{padding:24px}.about-values-bar{grid-template-columns:1fr}.about-values-bar article{border-right:0}.about-values-bar article:not(:last-child){border-bottom:1px solid rgba(255,255,255,.14)}.about-values-bar article:nth-child(5){grid-column:auto}.about-quote-grid{grid-template-columns:1fr}.about-cta .btn-yellow{white-space:normal;text-align:center}.product-value:not(:last-child){border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.contact-modal-foot{flex-direction:column;align-items:stretch}.contact-modal-privacy{max-width:none}.contact-modal-copy h2{font-size:26px}}
@media(max-width:399px){h1,.hero h1,.products-hero h1,.services-hero h1,.portals-hero h1,.about-hero h1,.page-hero h1{font-size:32px;letter-spacing:.01em}.hero h1 span,.products-hero h1 span,.services-hero h1 span,.portals-hero h1 span,.about-hero h1 span{white-space:nowrap}}
