:root{--bg:#0a0a0a;--bg-elev:#111;--bg-card:#141414;--line:#1f1f1f;--line-2:#2a2a2a;--text:#f5f5f5;--text-dim:#b8b8b8;--text-mute:#6e6e6e;--accent:#2f5bff;--accent-hover:#1e45d4;--accent-soft:#4f77ff;--accent-2:#e8ff4a;--danger:#ff5c3d;--max-w:1440px;--gutter:64px;--ff-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--ff-mono:"JetBrains Mono",ui-monospace,"SF Mono",Menlo,monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--ff-sans);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}.wrap{max-width:var(--max-w);padding:0 var(--gutter);margin:0 auto}@media (width<=768px){:root{--gutter:24px}}.eyebrow{font-family:var(--ff-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--text-mute);align-items:center;gap:10px;font-size:11px;display:inline-flex}.eyebrow:before{display:none}h1,h2,h3{letter-spacing:-.02em;font-weight:600;line-height:1.05}.display{letter-spacing:-.035em;font-size:clamp(48px,8vw,112px);font-weight:600;line-height:.95}h1{font-size:clamp(40px,6vw,80px)}h2{font-size:clamp(32px,4.5vw,56px)}h3{font-size:clamp(20px,1.8vw,28px)}.lead{color:var(--text-dim);max-width:56ch;font-size:18px;line-height:1.5}.mono{font-family:var(--ff-mono)}@media (width<=600px){.display{font-size:40px;line-height:1}h1{font-size:32px}h2{font-size:26px}h3{font-size:18px}.lead{font-size:15px}}.site-header{z-index:100;border-bottom:1px solid #0000;padding:20px 0;transition:background .25s,border-color .25s;position:fixed;top:0;left:0;right:0}.site-header.scrolled{-webkit-backdrop-filter:blur(14px);border-bottom-color:var(--line);background:#0a0a0ad9}body.is-light-page .site-header{color:#0e1116}body.is-light-page .nav-link{color:#4f5358}body.is-light-page .nav-item.has-sub:focus-within>.nav-link,body.is-light-page .nav-item.has-sub:hover>.nav-link,body.is-light-page .nav-link:hover,body.is-light-page .nav-link[aria-current=page]{color:#fff;background:#0e1116}body.is-light-page .nav-btn--ghost{color:#0e1116;border-color:#0003}body.is-light-page .nav-btn--ghost:hover{color:#0e1116;background:#0000000d;border-color:#0006}body.is-light-page .site-header .brand img{filter:invert()}body.is-light-page .site-header.scrolled{background:#ffffffe6;border-bottom-color:#ecf0f1}.nav{justify-content:space-between;gap:24px;display:flex}.brand,.nav{align-items:center}.brand{line-height:0;transition:opacity .2s;display:inline-flex}.brand img{width:auto;height:23.5px;display:block}.brand:hover{opacity:.85}.nav-menu{gap:4px;margin:0;padding:0;font-size:14px;list-style:none;display:flex}.nav-item{position:relative}.nav-link{color:#ffffffdb;white-space:nowrap;border-radius:999px;align-items:center;padding:9px 18px;font-weight:500;transition:background .18s,color .18s;display:inline-flex}.nav-item.has-sub:focus-within>.nav-link,.nav-item.has-sub:hover>.nav-link,.nav-link:hover,.nav-link[aria-current=page]{color:#0a0a0a;background:#fff}.nav-panel{visibility:hidden;z-index:100;background:#fff;border-radius:20px;min-width:460px;max-width:520px;margin-top:14px;padding:20px;transition:opacity .18s,transform .18s,visibility .18s;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%,-8px);box-shadow:0 20px 60px #00000059,0 0 0 1px #0000000a}.nav-item.has-sub:before{content:"";height:18px;position:absolute;top:100%;left:0;right:0}.nav-item.has-sub:focus-within .nav-panel,.nav-item.has-sub:hover .nav-panel{visibility:visible;display:block;transform:translate(-50%)}.site-header.is-after-nav .nav-panel{pointer-events:none;visibility:hidden!important;display:none!important;transform:translate(-50%,-8px)!important}.site-header.is-after-nav .nav-item.has-sub:before{pointer-events:none}.nav-panel__head{border-bottom:1px solid #ecf0f1;margin-bottom:8px;padding:4px 12px 16px}.nav-panel__title{font-family:var(--ff-mono);letter-spacing:.14em;text-transform:uppercase;color:#94979a;font-size:11px}.nav-panel__lead{color:#4f5358;margin:6px 0 0;font-size:13px;line-height:1.45}.nav-panel__list{gap:2px;margin:0;padding:0;list-style:none}.nav-panel__link,.nav-panel__list{flex-direction:column;display:flex}.nav-panel__link{color:#24282c;border-radius:12px;gap:4px;padding:12px 14px;text-decoration:none;transition:background .15s}.nav-panel__link:hover{background:#f5f6f8}.nav-panel__link-title{color:#0e1116;font-size:15px;font-weight:500;line-height:1.2}.nav-panel__link-desc{color:#6a6f76;font-size:13px;line-height:1.4}.nav-actions{display:flex}.nav-actions,.nav-btn{align-items:center;gap:8px}.nav-btn{white-space:nowrap;border-radius:999px;padding:9px 18px;font-size:13px;font-weight:500;line-height:1.2;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.nav-btn--ghost{color:#ffffffdb;background:0 0;border:1px solid #ffffff38}.nav-btn--ghost:hover{color:#fff;background:#ffffff14;border-color:#fff6}.nav-btn--primary{background:var(--accent,#0e5dff);color:#fff;border:1px solid var(--accent,#0e5dff)}.nav-btn--primary:hover{background:var(--accent-hover,#1f6bff);border-color:var(--accent-hover,#1f6bff)}.nav-btn__arrow{justify-content:center;align-items:center;width:16px;height:16px;transition:transform .18s;display:inline-flex}.nav-btn:hover .nav-btn__arrow{transform:translate(3px)}@media (width<=1124px){.nav-menu{display:none}}.btn{border:1px solid var(--line-2);color:var(--text);white-space:nowrap;background:0 0;border-radius:999px;align-items:center;gap:10px;padding:12px 18px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.btn:hover{background:var(--text);color:var(--bg);border-color:var(--text)}.btn--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff}.btn--ghost{border-color:var(--line-2);color:var(--text);background:0 0}.nav-actions .btn--ghost{border-color:#ffffff40}.nav-actions .btn--ghost:hover{color:var(--bg);background:#fff;border-color:#fff}.btn--lg{padding:16px 24px;font-size:15px}@media (width<=600px){.btn--lg{justify-content:center;width:100%;padding:16px 18px}.hero-cta{flex-direction:column;align-items:stretch;gap:10px;width:100%}.hero-cta .btn{white-space:normal;justify-content:center;width:100%}.btns,.cta-block .btns{flex-direction:column;align-items:stretch}.btns .btn,.cta-block .btn{justify-content:center;width:100%}}.btn .arrow{justify-content:center;align-items:center;width:20px;height:20px;transition:transform .2s;display:inline-flex}.btn:hover .arrow{transform:translate(3px)}.hero-scroll{height:400vh;position:relative}.hero-stage{width:100%;height:100vh;position:sticky;top:0;overflow:hidden}.hero-video{-o-object-fit:cover;object-fit:cover;opacity:.55;will-change:opacity;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{background:linear-gradient(#0a0a0a99,#0a0a0a00 28% 50%,#0a0a0a99 78%,#0a0a0a),linear-gradient(90deg,#0a0a0a8c,#0a0a0a00 40%);position:absolute;inset:0}.hero-inner{height:100%;padding:120px var(--gutter) 110px;max-width:var(--max-w);flex-direction:column;justify-content:flex-end;margin:0 auto;display:flex;position:relative}.hero-stage-item .eyebrow{margin-bottom:28px}.hero-stage-item h1{letter-spacing:-.035em;font-size:clamp(48px,7vw,104px);font-weight:400;line-height:.98}.hero-stage-item .lead{max-width:60ch;margin-top:32px;font-size:20px}.hero-meta{left:var(--gutter);letter-spacing:.14em;text-transform:uppercase;gap:28px}.hero-meta,.hero-progress{color:var(--text-mute);font-family:var(--ff-mono);align-items:center;font-size:11px;display:flex;position:absolute;top:120px}.hero-progress{right:var(--gutter);letter-spacing:.12em;gap:16px}.hero-progress-bar{background:var(--line);width:180px;height:2px;position:relative;overflow:hidden}.hero-progress-bar:after{content:"";background:var(--accent);width:var(--p,0);transition:width 80ms linear;position:absolute;top:0;bottom:0;left:0}.hero-stages{max-width:1100px;position:relative}.hero-stage-item{opacity:0;pointer-events:none;transition:opacity .5s,transform .5s;position:absolute;inset:auto 0 0;transform:translateY(40px)}.hero-stage-item.is-active{opacity:1;pointer-events:auto;transform:translateY(0)}.hero-stage-title{letter-spacing:-.035em;font-size:clamp(48px,7.5vw,108px);font-weight:400;line-height:.96}@media (width<=600px){.hero-stage-item h1,.hero-stage-title{letter-spacing:-.025em;text-wrap:balance;font-size:32px;line-height:1.05}.hero-stage-item .lead{margin-top:20px;font-size:15px}.hero-stage-sub{font-size:14px}.hero-inner{padding:88px var(--gutter) 88px;justify-content:flex-end}.hero-stages{height:auto!important}.hero-video{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}.hero-overlay{background:linear-gradient(#0a0a0a00,#0a0a0a00 35%,#0a0a0a8c 65%,#0a0a0af2)}}.hero-stage-title em{color:var(--accent);font-style:normal}.hero-stage-sub{color:var(--text-dim);max-width:52ch;margin-top:20px;font-size:17px;line-height:1.5}.hero-cta{flex-wrap:wrap;gap:10px;margin-top:36px;display:flex}.hero-scroll-hint{font-family:var(--ff-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--text-mute);align-items:center;gap:10px;font-size:10px;transition:opacity .35s;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.hero-scroll-hint.is-hidden{opacity:0;pointer-events:none}.hero-scroll-hint:after{content:"";background:linear-gradient(to bottom,var(--accent) 0,transparent 100%);width:1px;height:24px;animation:1.8s ease-in-out infinite hintPulse}@keyframes hintPulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}.dg-page,body.is-light-page{background:#fff}.dg-page{color:#0e1116}.dg-hero{padding:180px 0 24px}.dg-hero__eyebrow{font-family:var(--ff-mono);letter-spacing:.14em;text-transform:uppercase;color:#6a6f76;align-items:center;margin-bottom:28px;font-size:12px;display:inline-flex}.dg-hero__title{letter-spacing:-.01em;color:#0e1116;white-space:nowrap;max-width:none;margin:0 0 24px;font-size:clamp(48px,6.8vw,100px);font-weight:400;line-height:.95}.dg-hero__title br{white-space:normal}@media (width<=1100px){.dg-hero__title{white-space:normal;font-size:clamp(36px,6vw,64px)}}.dg-hero__lead{color:#4f5358;max-width:760px;font-size:20px;line-height:1.45}.dg-services{padding:24px 0 80px}.dg-service{border-bottom:1px solid #ecf0f1;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:center;gap:56px;padding:64px 0;display:grid}.dg-service:last-child{border-bottom:0}.dg-service--reverse{grid-template-columns:minmax(0,1fr) minmax(0,1.5fr)}.dg-service--reverse .dg-service__media{order:2}.dg-service__media{margin-left:calc(var(--gutter,24px)*-1);justify-content:center;align-items:center;display:flex;position:relative}.dg-service--reverse .dg-service__media{margin-left:0;margin-right:calc(var(--gutter,24px)*-1)}.dg-service__shot{-o-object-fit:contain;object-fit:contain;width:100%;max-width:none;height:auto;display:block}.dg-service#analytics .dg-service__shot,.dg-service#carrier .dg-service__shot,.dg-service#client .dg-service__shot{width:90%}.dg-service#mobile .dg-service__shot{width:auto;max-width:320px;height:auto;max-height:640px;margin:0 auto}.dg-service__body{flex-direction:column;gap:18px;display:flex}.dg-service__tag{font-family:var(--ff-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:12px}.dg-service__title{letter-spacing:-.01em;color:#0e1116;flex-wrap:wrap;align-items:center;gap:14px;margin:0;font-size:clamp(28px,3vw,42px);font-weight:500;line-height:1.1;display:flex}.dg-service__badge{color:#b8770a;font-family:var(--ff-mono);letter-spacing:.06em;text-transform:uppercase;background:#ffb4002e;border-radius:999px;align-items:center;padding:4px 12px;font-size:11px;font-weight:500;display:inline-flex}.dg-service__desc{color:#4f5358;margin:0;font-size:17px;line-height:1.5}.dg-service__rows{flex-direction:column;gap:0;margin:4px 0 0;padding:0;list-style:none;display:flex}.dg-service__rows li{color:#24282c;border-bottom:1px solid #ecf0f1;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;font-size:15px;display:flex}.dg-service__rows li:last-child{border-bottom:0}.dg-service__rows .dot{background:#94979a;border-radius:50%;flex-shrink:0;width:6px;height:6px}.dg-service__cta{background:var(--accent);color:#fff;border-radius:999px;align-items:center;gap:8px;width:fit-content;margin-top:12px;padding:14px 22px;font-size:15px;font-weight:500;transition:background .2s,transform .2s;display:inline-flex}.dg-service__cta:hover{background:var(--accent-hover,#1f6bff)}.dg-service__cta svg{transition:transform .2s}.dg-service__cta:hover svg{transform:translate(3px)}.dg-service__note{font-family:var(--ff-mono);letter-spacing:.06em;color:#94979a;margin-top:8px;font-size:12px;font-style:italic}.dg-cta{text-align:center;padding:100px 0 140px}.dg-cta__eyebrow{color:#6a6f76;justify-content:center;margin-bottom:24px;display:inline-flex}.dg-cta__title{letter-spacing:-.02em;color:#0e1116;margin:0 0 16px;font-size:clamp(36px,4.4vw,56px);font-weight:500;line-height:1.05}.dg-cta__lead{color:#4f5358;max-width:60ch;margin:0 auto 28px;font-size:18px;line-height:1.5}.dg-cta__btns{flex-wrap:wrap;justify-content:center;gap:12px;display:inline-flex}.dg-btn-ghost{color:#0e1116;background:0 0;border:1px solid #d6dade;border-radius:999px;align-items:center;gap:10px;padding:16px 24px;font-size:15px;font-weight:500;transition:background .2s,border-color .2s;display:inline-flex}.dg-btn-ghost:hover{background:#f5f6f8;border-color:#94979a}@media (width<=900px){.dg-hero{padding:140px 0 16px}.dg-services{padding:16px 0 48px}.dg-service{grid-template-columns:1fr;gap:32px;padding:48px 0}.dg-service--reverse .dg-service__media{order:0}.dg-service__media{margin-left:0}.dg-service--reverse .dg-service__media{margin-right:0}.dg-cta{padding:64px 0 96px}}.cg-hero{isolation:isolate;aspect-ratio:1517/1254;color:#fff;min-height:720px;padding:140px 0 0;position:relative;overflow:hidden}.cg-hero__bg{z-index:0;position:absolute;inset:0}.cg-hero__bg img{-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom;width:100%;height:100%;display:block}.cg-hero__overlay{background:linear-gradient(#0000 65%,#000000eb);position:absolute;inset:0}.cg-hero__wrap{z-index:1;position:relative}.cg-hero__cols{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:start;gap:100px;display:grid}.cg-hero__left{flex-direction:column;gap:36px;display:flex}.cg-hero__title{letter-spacing:-.01em;color:#fff;margin:0;font-size:clamp(40px,4.8vw,70px);font-weight:500;line-height:1}.cg-hero__lead{color:#ffffffc7;max-width:480px;margin:0;font-size:18px;line-height:1.45}.cg-hero__right{flex-direction:column;gap:40px;display:flex}.cg-hero__badge{-webkit-backdrop-filter:blur(8px);color:#ffffffe0;background:#ffffff0d;border:1px solid #ffffff24;border-radius:14px;max-width:480px;padding:18px 20px}.cg-hero__badge-title{font-family:var(--ff-mono);letter-spacing:.14em;text-transform:uppercase;color:#fff;margin-bottom:8px;font-size:11px}.cg-hero__badge-text{color:#ffffffb8;margin:0;font-size:12px;line-height:1.5}.cg-hero__cta{flex-wrap:wrap;gap:12px;display:flex}.cg-hero__cta .btn--ghost{color:#fff;border-color:#ffffff8c}.cg-hero__cta .btn--ghost:hover{color:var(--bg);background:#fff;border-color:#fff}@media (width<=900px){.cg-hero{aspect-ratio:auto;min-height:0;padding:120px 0 56px}.cg-hero__cols{grid-template-columns:1fr;gap:32px}}.cg-partners{z-index:2;background:#000;margin-top:-260px;padding:24px 0 32px;position:relative}@media (width<=900px){.cg-partners{margin-top:-60px}}@media (width<=600px){.cg-partners{margin-top:0}}.cg-services{color:#fff;background:#000;padding:110px 0}.cg-services__top{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:start;gap:80px;margin-bottom:80px;display:grid}.cg-services__title{letter-spacing:-.01em;color:#fff;max-width:720px;margin:0;font-size:clamp(40px,4.6vw,68px);font-weight:500;line-height:1.05}.cg-services__calc{flex-direction:column;justify-self:end;gap:24px;width:100%;max-width:477px;display:flex}.cg-services__calc-btn{align-self:flex-start}@media (width<=900px){.cg-services{padding:64px 0}.cg-services__top{grid-template-columns:1fr;gap:32px}.cg-services__calc{justify-self:stretch;max-width:100%}}.cg-services__grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.cg-service{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:#f5f5f91a;border-radius:28px;flex-direction:column;justify-content:space-between;gap:24px;min-height:330px;padding:40px;transition:background .25s;display:flex;position:relative}.cg-service:hover{background:#f5f5f924}.cg-service__head{flex-direction:column;gap:20px;display:flex}.cg-service__title{letter-spacing:-.01em;color:#fff;max-width:12ch;margin:0;font-size:36px;font-weight:400;line-height:1.1}.cg-service__desc{color:#ffffff80;margin:0;font-size:17px;line-height:1.35}.cg-service__icon{color:#fff;align-self:flex-start;width:auto;height:50px;display:block}@media (width<=1100px){.cg-services__grid{grid-template-columns:1fr 1fr}}@media (width<=700px){.cg-services__grid{grid-template-columns:1fr;gap:16px}.cg-service{min-height:240px;padding:28px}.cg-service__title{font-size:26px}}.cg-stats{color:#131313;background:#f5f5f5;padding:140px 0 120px}.cg-stats__title{letter-spacing:-.01em;color:#131313;max-width:1100px;margin:0 0 64px;font-size:clamp(48px,7vw,110px);font-weight:400;line-height:.95}.cg-stats__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.cg-stat{background:#0000000d;border-radius:28px;flex-direction:column;justify-content:space-between;gap:24px;min-height:290px;padding:24px;transition:background .25s;display:flex}.cg-stat:hover{background:#00000014}.cg-stat__top{flex-direction:column;gap:6px;display:flex}.cg-stat__num{letter-spacing:-.01em;color:#131313;font-size:clamp(36px,3.2vw,44px);font-weight:400;line-height:1.1}.cg-stat__label{color:#131313a6;margin:0;font-size:18px;line-height:1.25}.cg-stat__icon{color:#131313;align-self:flex-start;width:auto;height:50px;display:block}@media (width<=1100px){.cg-stats__grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.cg-stats{padding:80px 0 60px}.cg-stats__grid{grid-template-columns:1fr}.cg-stat{min-height:200px}}.cr-hero{isolation:isolate;color:#fff;background:#000;padding:180px 0 32px;position:relative;overflow:hidden}.cr-hero__bg{z-index:0;position:absolute;inset:0}.cr-hero__bg img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;display:block}.cr-hero__overlay{background:linear-gradient(#0000008c,#0000 28%),linear-gradient(#0000 60%,#000);position:absolute;inset:0}.cr-hero__wrap{z-index:1;position:relative}.cr-hero__cols{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:80px;display:grid}.cr-hero__left{flex-direction:column;gap:36px;display:flex}.cr-hero__title{letter-spacing:-.01em;color:#fff;margin:0;font-size:clamp(40px,4.8vw,70px);font-weight:500;line-height:1}.cr-hero__lead{color:#fff;justify-self:end;max-width:540px;margin:9px 0 0;font-size:20px;line-height:1.45}.cr-hero__cta{flex-wrap:wrap;gap:12px;display:flex}.cr-pill{color:#000;white-space:nowrap;background:#f2f3f5;border-radius:999px;align-items:center;gap:12px;padding:9.6px 9.6px 9.6px 24px;font-size:18px;font-weight:500;line-height:1.6;transition:background .2s;display:inline-flex}.cr-pill:hover{background:#fff}.cr-pill__icon{color:#000;background:#e7e8ec;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s;display:inline-flex}.cr-pill__icon--accent{background:var(--accent,#0e5dff);color:#fff}.cr-pill:hover .cr-pill__icon{transform:translate(2px)}.cr-pill__icon-img{flex-shrink:0;width:48px;height:48px;transition:transform .2s;display:block}.cr-pill:hover .cr-pill__icon-img{transform:translate(2px)}@media (width<=900px){.cr-pill__icon-img{width:40px;height:40px}}.cr-hero__cards{grid-template-columns:repeat(3,1fr);gap:20px;margin:240px 0 0;padding:0;list-style:none;display:grid}.cr-hero-card{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:#f5f5f91a;border-radius:28px;flex-direction:column;justify-content:space-between;min-height:280px;padding:28px 30px;display:flex;position:relative;overflow:hidden}.cr-hero-card__title{letter-spacing:-.01em;color:#fff;margin:0;font-size:28px;line-height:1.15}.cr-hero-card__icon{align-self:flex-start;width:auto;height:44px;margin-top:28px;display:block}@media (width<=1100px){.cr-hero__cols{grid-template-columns:1fr;gap:32px}.cr-hero__lead{justify-self:start;max-width:640px}.cr-hero__cards{margin-top:120px}}@media (width<=900px){.cr-hero{padding:120px 0 32px}.cr-hero__cards{grid-template-columns:1fr;margin-top:80px}.cr-hero-card{min-height:200px}.cr-hero__title{font-size:clamp(32px,8vw,48px)}.cr-pill{padding:8px 8px 8px 18px;font-size:15px}.cr-pill__icon{width:40px;height:40px}}.cr-steps-head .section-head-left{max-width:none}.cr-steps-head h2{letter-spacing:-.02em;color:#fff;white-space:nowrap;max-width:none;font-size:clamp(48px,6.8vw,100px);font-weight:500;line-height:1}.cr-steps-head h2 br{white-space:normal}@media (width<=1100px){.cr-steps-head h2{white-space:normal;font-size:clamp(36px,6vw,64px)}}.cr-steps{grid-template-columns:repeat(4,1fr);gap:20px;margin:56px 0 0;padding:0;list-style:none;display:grid}.cr-step{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:#f5f5f91a;border-radius:28px;justify-content:space-between;min-height:280px;padding:28px 30px;position:relative;overflow:hidden}.cr-step,.cr-step__top{flex-direction:column;display:flex}.cr-step__top{gap:10px}.cr-step__title{letter-spacing:-.01em;color:#fff;margin:0;font-size:22px;font-weight:500;line-height:1.2}.cr-step__desc{color:#fff9;margin:0;font-size:14px;line-height:1.45}.cr-step__num{font-family:var(--ff-sans);letter-spacing:-.025em;color:#fff;margin-top:28px;font-size:52px;font-weight:300;line-height:1}@media (width<=1100px){.cr-steps{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.cr-steps{grid-template-columns:1fr}}.cr-fin{border-bottom:1px solid var(--line);padding:120px 0}.cr-fin__head{max-width:820px;margin-bottom:56px}.cr-fin__h{letter-spacing:-.02em;margin:24px 0 16px;font-size:clamp(36px,4.4vw,60px);font-weight:500;line-height:1.05}.cr-fin__lead{color:#ffffff9e;max-width:720px;margin-bottom:28px;font-size:19px;line-height:1.5}.cr-fin__cta-top{width:fit-content}.cr-fin__cards{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:64px;display:grid}.cr-fin__card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;gap:18px;min-height:360px;padding:36px 32px;transition:background .2s,border-color .2s,transform .2s;display:flex;position:relative}.cr-fin__card:hover{background:#ffffff12;border-color:#ffffff29;transform:translateY(-2px)}.cr-fin__card--accent{background:radial-gradient(120% 100% at 0 0,#0e5dff38 0,#0e5dff00 60%),linear-gradient(165deg,#0e5dff1a,#ffffff0a);border-color:#0e5dff73;box-shadow:0 12px 32px #0e5dff2e}.cr-fin__card--accent:hover{background:radial-gradient(120% 100% at 0 0,#0e5dff52 0,#0e5dff00 60%),linear-gradient(165deg,#0e5dff29,#ffffff0f);border-color:#0e5dff99;box-shadow:0 16px 40px #0e5dff47}.cr-fin__card-tag{font-family:var(--ff-mono);letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;font-size:11px}.cr-fin__card--accent .cr-fin__card-tag{color:#adc8ff}.cr-fin__card-title{letter-spacing:-.01em;color:#fff;margin:0;font-size:26px;font-weight:500;line-height:1.15}.cr-fin__card-desc{color:#ffffffbf;margin:0;font-size:15px;line-height:1.5}.cr-fin__card-desc b{color:#fff;font-weight:600}.cr-fin__card-pts{flex-direction:column;gap:10px;margin:28px 0 0;padding-top:4px;list-style:none;display:flex}.cr-fin__card-pts li{color:#ffffffd9;border-top:1px solid #ffffff0f;align-items:center;gap:10px;padding-top:10px;font-size:14px;display:flex}.cr-fin__card-pts li:first-child{border-top:0;padding-top:0}.cr-fin__card-dot{background:#fff6;border-radius:50%;flex-shrink:0;width:6px;height:6px}.cr-fin__card--accent .cr-fin__card-dot{background:#fff9}.cr-fin__compare{margin-bottom:64px;padding:40px 0 0}.cr-fin__compare-head{max-width:720px;margin-bottom:24px}.cr-fin__compare-head h3{letter-spacing:-.01em;color:#fff;margin:0 0 8px;font-size:clamp(22px,2.4vw,30px);font-weight:500}.cr-fin__compare-head p{color:#fff9;margin:0;font-size:15px}.cr-fin__compare-table{background:0 0;border:0;border-radius:0;position:relative;overflow:visible}.cr-fin__compare-highlight{width:0;display:none;left:calc(28.5714% - 9.14286px)}.cr-fin__compare-table{--cmp-label:minmax(220px,1.6fr);--cmp-col:minmax(0,1fr)}.cr-fin__compare-grid{grid-template-columns:var(--cmp-label) var(--cmp-col) var(--cmp-col) var(--cmp-col) var(--cmp-col);z-index:1;border-bottom:1px solid #ffffff0f;align-items:center;gap:16px;padding:16px 8px;font-size:14px;display:grid;position:relative}.cr-fin__compare-grid:last-child{border-bottom:0}.cr-fin__compare-grid--head{background:0 0;border-bottom:1px solid #ffffff1f;padding:8px 8px 14px}.cr-fin__compare-col{font-family:var(--ff-mono);letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c;text-align:center;font-size:12px}.cr-fin__compare-col--accent{color:#adc8ff;font-weight:500}.cr-fin__compare-label{color:#fff9;font-size:14px}.cr-fin__compare-cell{text-align:center;color:#ffffffeb;font-size:14px;font-weight:500;line-height:1.35}.cr-fin__compare-cell--accent{color:#fff}.cr-fin__compare-highlight{pointer-events:none;z-index:0;background:linear-gradient(#0e5dff38,#0e5dff14);border:1px solid #0e5dff59;border-radius:14px;width:calc(17.8571% - 11.4286px);display:block;position:absolute;top:0;bottom:0;left:calc(28.5714% - 2.28571px)}.cr-fin__calc{color:#0e1116;background:#fff;border:1px solid #ecf0f1;border-radius:28px;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:start;gap:48px;margin-bottom:80px;padding:48px;display:grid}.cr-fin__calc-head{max-width:520px}.cr-fin__calc-head h3{letter-spacing:-.01em;color:#0e1116;text-wrap:balance;margin:0 0 14px;font-size:clamp(28px,3.2vw,44px);font-weight:500;line-height:1.1}.cr-fin__calc-head p{color:#4f5358;margin:0;font-size:17px;line-height:1.5}.cr-fin__calc-body{flex-direction:column;gap:24px;display:flex}.cr-fin__calc-input{flex-direction:column;gap:20px;display:flex}.cr-fin__field{flex-direction:column;gap:10px;display:flex}.cr-fin__field-label{color:#6a6f76;letter-spacing:.02em;font-size:13px}.cr-fin__field-input{color:#0e1116;background:#f7f8fa;border:1px solid #d6dade;border-radius:14px;outline:none;padding:18px 22px;font-family:inherit;font-size:22px;font-weight:500;transition:border-color .2s,background .2s}.cr-fin__field-input:focus{border-color:var(--accent);background:#fff}.cr-fin__field-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cr-fin__field-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cr-fin__field-input[type=number]{-moz-appearance:textfield}.cr-fin__toggle{cursor:pointer;color:#4f5358;align-items:center;gap:12px;font-size:14px;display:flex;position:relative}.cr-fin__toggle input{opacity:0;pointer-events:none;position:absolute}.cr-fin__toggle-box{color:#0000;background:#fff;border:1px solid #d6dade;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.cr-fin__toggle-box svg{width:14px;height:14px}.cr-fin__toggle input:checked+.cr-fin__toggle-box{background:var(--accent);border-color:var(--accent);color:#fff}.cr-fin__calc-result{background:#f7f8fa;border:1px solid #ecf0f1;border-radius:18px;flex-direction:column;justify-content:center;padding:6px 0;display:flex}.cr-fin__calc-row{border-bottom:1px solid #ecf0f1;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;display:flex}.cr-fin__calc-row:last-child{border-bottom:0}.cr-fin__calc-row>span:first-child{color:#6a6f76;font-size:13px}.cr-fin__calc-value{color:#0e1116;font-size:16px;font-weight:500}.cr-fin__calc-row--strong .cr-fin__calc-value{color:var(--accent,#0e5dff);font-size:18px}.cr-fin__calc-row--accent{background:linear-gradient(90deg,#0e5dff1a,#0e5dff00)}.cr-fin__calc-row--accent .cr-fin__calc-value{color:#0e1116;font-size:20px}.cr-fin__important{background:#ffc8500f;border:1px solid #ffc8502e;border-radius:20px;margin-bottom:64px;padding:32px 36px}.cr-fin__important-head{align-items:center;gap:12px;margin-bottom:14px;display:flex}.cr-fin__important-ico{color:#ffce6b;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.cr-fin__important h3{color:#ffce6b;margin:0;font-size:20px;font-weight:500}.cr-fin__important p{color:#ffffffc7;margin:0 0 12px;font-size:15px;line-height:1.5}.cr-fin__important-sub{font-weight:500;color:#fff!important;margin-top:14px!important}.cr-fin__important-list{color:#ffffffb3;margin:0 0 14px;padding:0 0 0 18px;font-size:14px;line-height:1.6}.cr-fin__important-note{font-style:italic;color:#ffffff85!important;margin-top:8px!important;font-size:13px!important}.cr-fin__benefits{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:64px;display:grid}.cr-fin__benefit{background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;align-items:flex-start;gap:14px;padding:20px 22px;display:flex}.cr-fin__benefit-ico{width:36px;height:36px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.cr-fin__benefit-ico svg{width:24px;height:24px}.cr-fin__benefit-body{flex-direction:column;gap:4px;display:flex}.cr-fin__benefit-title{color:#fff;font-size:16px;font-weight:500}.cr-fin__benefit-desc{color:#ffffff8c;font-size:13px;line-height:1.4}.cr-fin__cta{background:linear-gradient(135deg,#0e5dff40,#0e5dff0a);border:1px solid #0e5dff66;border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;padding:40px 48px;display:flex}.cr-fin__cta-title{letter-spacing:-.01em;color:#fff;margin:0;font-size:clamp(22px,2.4vw,32px);font-weight:500;line-height:1.2}@media (width<=1100px){.cr-fin__cards{grid-template-columns:1fr}.cr-fin__benefits{grid-template-columns:repeat(2,1fr)}.cr-fin__calc{grid-template-columns:1fr;gap:28px}.cr-fin__calc-head{max-width:none}.cr-fin__calc-row{flex-direction:column;align-items:flex-start;gap:6px;padding:14px 20px}.cr-fin__calc-row>span:first-child{font-size:11px;font-family:var(--ff-mono);letter-spacing:.06em;text-transform:uppercase}.cr-fin__calc-value{font-size:17px}.cr-fin__calc-row--strong .cr-fin__calc-value{font-size:20px}.cr-fin__calc-row--accent .cr-fin__calc-value{font-size:22px}.cr-fin__compare-table{padding:0}.cr-fin__compare-highlight{display:none}.cr-fin__compare-grid{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;grid-template-columns:1fr;gap:0;margin-bottom:12px;padding:18px 18px 14px}.cr-fin__compare-grid:last-child{margin-bottom:0}.cr-fin__compare-grid--head{display:none}.cr-fin__compare-label{font-size:13px;font-family:var(--ff-mono);letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c;border-bottom:1px solid #ffffff0f;margin-bottom:10px;padding-bottom:10px}.cr-fin__compare-cell{text-align:left;justify-content:space-between;align-items:baseline;font-size:15px}.cr-fin__compare-cell,.cr-fin__compare-cell--accent{padding:6px 0;display:flex}.cr-fin__compare-cell:before{content:attr(data-col);font-family:var(--ff-mono);color:#ffffff73;letter-spacing:.06em;text-transform:uppercase;flex-shrink:0;margin-right:16px;font-size:11px}.cr-fin__compare-cell--accent:before{color:#adc8ff}}@media (width<=700px){.cr-fin{padding:72px 0}.cr-fin__benefits{grid-template-columns:1fr}.cr-fin__calc{padding:28px 20px}.cr-fin__card,.cr-fin__cta{padding:28px 24px}.cr-fin__card{min-height:auto}}.cr-offer{border-bottom:1px solid var(--line);padding:120px 0}.cr-offer__head{max-width:820px;margin-bottom:64px}.cr-offer__title{letter-spacing:-.02em;margin:24px 0 12px;font-size:clamp(36px,4.4vw,60px);font-weight:500;line-height:1.05}.cr-offer__lead{color:#ffffff8c;font-size:17px;font-style:italic}.cr-offer__steps{flex-direction:column;gap:0;display:flex}.cr-offer__step{border-top:1px solid #ffffff14;grid-template-columns:100px 1fr;gap:32px;padding:40px 0;display:grid}.cr-offer__num{font-family:var(--ff-mono);color:#fff3;font-size:56px;font-weight:300;line-height:1}.cr-offer__body h3{color:#fff;letter-spacing:-.01em;margin:0 0 8px;font-size:24px;font-weight:500}.cr-offer__body h4{color:#fff;margin:12px 0 6px;font-size:17px;font-weight:500}.cr-offer__body p{color:#fff9;margin:0 0 16px;font-size:15px;line-height:1.5}.cr-offer__actions{flex-wrap:wrap;gap:12px;margin-bottom:16px;display:flex}.cr-offer__check{cursor:pointer;color:#ffffffd1;align-items:flex-start;gap:12px;margin-bottom:10px;font-size:14px;line-height:1.4;display:flex}.cr-offer__check input{opacity:0;pointer-events:none;position:absolute}.cr-offer__check-box{color:#0000;border:1px solid #ffffff38;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.cr-offer__check-box svg{width:13px;height:13px}.cr-offer__check input:checked+.cr-offer__check-box{background:var(--accent);border-color:var(--accent);color:#fff}.cr-offer__check a{color:var(--accent);border-bottom:1px dashed}.cr-offer__grid{grid-template-columns:1fr 1fr;gap:16px 20px;margin-top:8px;display:grid}.cr-offer__field{flex-direction:column;gap:6px;display:flex;position:relative}.cr-offer__field--wide{grid-column:1/-1}.cr-offer__field>span{letter-spacing:.04em;color:#ffffff80;font-size:12px}.cr-offer__field input{color:#fff;background:#0006;border:1px solid #ffffff1f;border-radius:10px;outline:none;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .15s}.cr-offer__field input:focus{border-color:var(--accent)}.cr-offer__field select{color:#fff;background:#0006;border:1px solid #ffffff1f;border-radius:10px;outline:none;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .15s}.cr-offer__field select:focus{border-color:var(--accent)}.cr-offer__field select{appearance:none;cursor:pointer;padding-right:32px}.cr-offer__field option{color:#fff;background:#111}.cr-offer__field-empty__color{color:#fff6!important}.cr-offer__field-chevron{color:#ffffff8c;pointer-events:none;position:absolute;top:67%;right:18px;transform:translateY(-50%)}.cr-offer__doclist{flex-direction:column;gap:0;margin:0 0 16px;padding:0;list-style:none;display:flex}.cr-offer__send{color:#ffffffb8;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-wrap:wrap;align-items:center;gap:6px;padding:14px 18px;font-size:14px;display:flex}.cr-offer__send-mail{color:var(--accent);font-weight:500}.cr-offer__sign{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;display:grid}.cr-offer__sign-card{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;padding:24px}.cr-offer__sign-tag{font-family:var(--ff-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:6px;font-size:11px;display:inline-block}.cr-offer__status{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.cr-offer__status li{color:#ffffffb3;align-items:center;gap:10px;font-size:14px;display:flex}.cr-offer__status-dot{background:#ffffff26;border-radius:50%;flex-shrink:0;width:10px;height:10px}.cr-offer__status-dot.is-wait{background:#ffce6b;box-shadow:0 0 0 4px #ffce6b2e}.cr-offer__status-dot.is-ok{background:#4ade80;box-shadow:0 0 0 4px #4ade802e}.cr-offer__legal{border-top:1px solid var(--line);margin-top:32px;padding-top:24px}.cr-offer__legal p{color:#fff6;margin:0 0 6px;font-size:12px;font-style:italic;line-height:1.5}@media (width<=900px){.cr-offer{padding:72px 0}.cr-offer__step{grid-template-columns:minmax(0,1fr);gap:12px;padding:32px 0}.cr-offer__num{font-size:40px}.cr-offer__grid,.cr-offer__sign{grid-template-columns:1fr}}@media (width<=600px){.btn--lg{white-space:normal;text-align:center}}.card--accent{cursor:pointer;background:linear-gradient(135deg,#0e5dff2e,#0e5dff0a);border-color:#0e5dff66;transition:background .2s,border-color .2s,transform .15s}.card--accent:hover{background:linear-gradient(135deg,#0e5dff47,#0e5dff0f);transform:translateY(-2px)}.card__cta{color:var(--accent);letter-spacing:.04em;align-items:center;gap:6px;margin-top:12px;display:inline-flex}.card__cta,.cr-flow-note{font-family:var(--ff-mono);font-size:13px}.cr-flow-note{text-align:center;color:#fff6;letter-spacing:.06em;margin-top:48px}.ab-hero{isolation:isolate;color:#fff;padding:140px 0 90px;position:relative;overflow:hidden}.ab-hero__bg{z-index:0;position:absolute;inset:0}.ab-hero__bg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.ab-hero__overlay{background:linear-gradient(#000 6%,#0000 47%),linear-gradient(#0000 66%,#000);position:absolute;inset:0}.ab-hero__wrap{z-index:1;position:relative}.ab-hero__cols{grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);align-items:start;gap:120px;display:grid}.ab-hero__title{letter-spacing:-.01em;color:#fff;margin:0;font-size:clamp(36px,4.4vw,64px);font-weight:500;line-height:1.05}.ab-hero__lead{color:#ffffffeb;margin:0;font-size:19px;line-height:1.55}.ab-hero__left{flex-direction:column;gap:36px;display:flex}.ab-hero__cta{flex-wrap:wrap;gap:12px;display:flex}@media (width<=900px){.ab-hero{padding:140px 0 80px}.ab-hero__cols{grid-template-columns:1fr;gap:32px}.ab-hero__title{font-size:clamp(32px,8vw,44px)}.ab-hero__cta{margin-top:56px}}.ab-values{color:#fff;background:#000;padding:120px 0}.ab-values__title{text-align:center;letter-spacing:-.01em;color:#fff;margin:0 auto 56px;font-size:clamp(36px,4.2vw,60px);font-weight:500;line-height:1.05}.ab-values__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.ab-value{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:#f5f5f91a;border-radius:28px;flex-direction:column;justify-content:space-between;min-height:407px;padding:30px;transition:background .25s;display:flex;position:relative}.ab-value:hover{background:#f5f5f924}.ab-value__top{flex-direction:column;gap:12px;display:flex}.ab-value__title{letter-spacing:-.01em;color:#fff;margin:0;font-size:28px;font-weight:400;line-height:1.1}.ab-value__desc{letter-spacing:-.005em;color:#ffffffd1;margin:0;font-size:15px;line-height:1.55}.ab-value__num{font-family:var(--ff-sans);letter-spacing:-.025em;color:#fff;font-size:52px;font-weight:300;line-height:1}@media (width<=1100px){.ab-values__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.ab-values{padding:80px 0}.ab-values__grid{grid-template-columns:1fr}.ab-value{min-height:320px}}.ab-timeline{color:#fff;background:#000;padding:80px 0 100px}.ab-timeline__head{grid-template-columns:1fr 1fr;align-items:end;gap:80px;display:grid}.ab-timeline__title{letter-spacing:-.01em;color:#fff;margin:0;font-size:clamp(36px,4.2vw,60px);font-weight:500;line-height:1.05}.ab-timeline__lead{color:#ffffffe0;max-width:520px;margin:0;font-size:18px;line-height:1.5}@media (width<=900px){.ab-timeline__head{grid-template-columns:1fr;gap:24px}}.ab-security{isolation:isolate;color:#fff;padding:140px 0;position:relative;overflow:hidden}.ab-security__bg{z-index:0;position:absolute;inset:0}.ab-security__bg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.ab-security__overlay{background:linear-gradient(#000,#0003 32%,#0000 52%,#000000f2),#0000002e;position:absolute;inset:0}.ab-security__head{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:28px;margin-bottom:64px;display:flex;position:relative}.ab-security__shield{aspect-ratio:107/133;filter:drop-shadow(0 8px 20px #2f5bff59);width:100px;height:124px;display:block}.ab-security__head h2{letter-spacing:-.01em;color:#fff;margin:0;font-size:clamp(40px,5vw,70px);font-weight:500;line-height:1.05}.ab-security__grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:40px;display:grid;position:relative}.ab-sec-card{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:#f5f5f933;border-radius:28px;flex-direction:column;justify-content:space-between;min-height:275px;padding:28px;transition:background .25s;display:flex}.ab-sec-card:hover{background:#f5f5f942}.ab-sec-card__icon{color:#fff;width:46px;height:46px;margin-bottom:16px}.ab-sec-card__icon svg{width:100%;height:100%;display:block}.ab-sec-card__text{letter-spacing:-.005em;color:#fff;margin:0;font-size:24px;font-weight:400;line-height:1.25}@media (width<=1100px){.ab-security__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.ab-security{padding:80px 0}.ab-security__grid{grid-template-columns:1fr;gap:16px}.ab-sec-card{min-height:200px;padding:24px}.ab-sec-card__text{font-size:18px}}.ab-map{color:#fff;background:#000;padding:100px 0 0}.ab-map__head{text-align:center;margin-bottom:32px}.ab-map__head h2{letter-spacing:-.01em;color:#fff;margin:0 0 16px;font-size:clamp(36px,4.2vw,60px);font-weight:500;line-height:1.05}.ab-map__head p{color:#ffffffd9;max-width:720px;margin:0 auto;font-size:18px;line-height:1.5}.ab-map__svg-wrap{aspect-ratio:1282/880;width:100%;position:relative}.ab-partners{color:#fff;background:#000;padding:40px 0}.ab-partners__title{letter-spacing:-.01em;margin:0 auto 40px;font-size:clamp(36px,4.2vw,60px);font-weight:500;line-height:1.05}.ab-cta,.ab-partners__title{text-align:center;color:#fff}.ab-cta{background:#000;padding:80px 0 120px}.ab-cta__title{letter-spacing:-.01em;color:#fafafd;max-width:18ch;margin:0 auto 24px;font-size:clamp(40px,5vw,60px);font-weight:500;line-height:1.05}.ab-cta__lead{color:#ffffffd9;max-width:56ch;margin:0 auto 40px;font-size:18px;line-height:1.5}.ab-cta__btns{flex-wrap:wrap;justify-content:center;gap:12px;display:inline-flex}@media (width<=700px){.ab-partners{padding:64px 0 32px}.ab-cta{padding:64px 0 80px}}.page-hero{background:var(--bg);padding:220px 0 100px;position:relative}.page-hero--bg{isolation:isolate;overflow:hidden}.page-hero__bg{z-index:0;position:absolute;inset:0}.page-hero__bg img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;display:block}.page-hero__overlay{background:linear-gradient(#0000008c,#00000026 35%),linear-gradient(#0a0a0a00 50%,#0a0a0ad9 80%,#0a0a0a);position:absolute;inset:0}.page-hero__wrap{z-index:1;position:relative}.page-hero .eyebrow{margin-bottom:28px}.page-hero h1{letter-spacing:-.025em;color:#fafafd;max-width:18ch;margin:0 0 24px;font-size:clamp(36px,5.2vw,76px);font-weight:500;line-height:1.05}.page-hero .lead{color:#ffffffb3;max-width:60ch;margin:0 0 36px;font-size:18px;line-height:1.45}@media (width<=768px){.page-hero{padding:140px 0 72px}}.section{border-bottom:1px solid var(--line);padding:120px 0;position:relative}@media (width<=700px){.section{padding:64px 0}}.section-head{justify-content:space-between;align-items:flex-end;gap:48px;margin-bottom:72px;display:flex}@media (width<=700px){.section-head{gap:24px;margin-bottom:40px}}.section-head-left{flex:1;min-width:0}.section-head .eyebrow{margin-bottom:24px}.section-head h2{max-width:20ch}.section-head .lead{max-width:52ch;margin-top:20px}.section-head--center{text-align:center;flex-direction:column;align-items:center;gap:24px}.section-head--center .section-head-left{flex-direction:column;flex:none;align-items:center;width:100%;max-width:none;display:flex}.section-head--center h2{white-space:normal;max-width:none}.section-head--center .lead{margin-top:0;margin-inline:auto}@media (width<=900px){.section-head{flex-direction:column;align-items:flex-start}}.num{font-family:var(--ff-mono);letter-spacing:.12em;color:var(--text-mute);font-size:12px}.section--cases .section-head{margin-bottom:48px}.case-row{grid-template-columns:1fr 1fr;gap:20px;max-width:1200px;margin:0 auto;display:grid}.case-card{color:#111;aspect-ratio:617/725;background:#fff;border-radius:16px;flex-direction:column;padding:38px 45px 49px;text-decoration:none;transition:box-shadow .3s;display:flex;position:relative;overflow:hidden}.case-card:hover{box-shadow:0 30px 60px #00000080}.case-card__bottom,.case-card__tag,.case-card__title{z-index:2;position:relative}.case-card__tag{color:#fff;letter-spacing:-.02em;white-space:nowrap;background:#000;border-radius:30px;align-self:flex-start;align-items:center;padding:10px 14px;font-size:14px;font-weight:600;line-height:1.1;display:inline-flex}.case-card__title{letter-spacing:-.01em;color:#111;max-width:510px;margin:22px 0 0;font-size:clamp(24px,2.1vw,32px);font-weight:500;line-height:1.05}.case-card__art{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.case-card__truck{aspect-ratio:1;-webkit-user-select:none;user-select:none;will-change:transform;width:223.6%;max-width:none;height:auto;transition:transform .45s cubic-bezier(.25,.65,.35,1);position:absolute;top:-56.1%}.case-card--left .case-card__truck{left:9.24%}.case-card--right .case-card__truck{left:-92.7%}.case-card__forklift{aspect-ratio:1;-webkit-user-select:none;user-select:none;will-change:transform;width:71.8%;max-width:none;height:auto;transition:transform .45s cubic-bezier(.25,.65,.35,1);position:absolute;top:22.6%;left:-19.9%}.case-row:has(.case-card--right:hover) .case-card__truck{transform:translate(-32px)}.case-card--left:hover .case-card__forklift{transform:translate(28px)}.case-card__bottom{flex-direction:column;gap:18px;margin-top:auto;display:flex}.case-card__desc{color:#00000080;max-width:520px;margin:0;font-size:17px;font-weight:500;line-height:1.4}.case-card__more{color:#111;align-items:center;gap:9px;font-size:20px;font-weight:500;line-height:1.4;display:inline-flex}.case-card__more .arrow{transition:transform .25s;display:inline-block}.case-card:hover .case-card__more .arrow{transform:translate(4px)}@media (width<=960px){.case-row{grid-template-columns:1fr;gap:16px}.case-card{aspect-ratio:auto;min-height:540px;padding:28px 24px 32px}.case-card__title{font-size:26px}.case-card__desc{font-size:15px}.case-card__more{font-size:18px}.case-card__truck{width:180%;top:-30%}.case-card--left .case-card__truck{left:5%}.case-card--right .case-card__truck{left:-75%}.case-card__forklift{width:60%;top:28%;left:-10%}}@media (width<=600px){.case-card{aspect-ratio:auto;min-height:580px;padding:24px 22px 28px}.case-card__title{margin-top:16px;font-size:22px}.case-card__desc{font-size:14px}.case-card__more{font-size:16px}.case-card__forklift,.case-card__truck{will-change:auto;transition:none}.case-card--left:hover .case-card__forklift{transform:none}.case-row:has(.case-card--right:hover) .case-card__truck{transform:none}.case-card--left .case-card__truck{display:none}.case-card__forklift{width:88%;top:24%;left:50%;transform:translate(-50%)}.case-card--right .case-card__truck{width:170%;display:block;top:-2%;left:-58%;transform:none}}.eco-scroll{background:var(--bg);position:relative}.eco-bg{z-index:0;width:100%;height:100vh;margin-bottom:-100vh;position:sticky;top:0;overflow:hidden}.eco-bg-video{-o-object-fit:cover;object-fit:cover;opacity:0;will-change:opacity;width:100%;height:100%;position:absolute;inset:0}.eco-bg-overlay{pointer-events:none;background:linear-gradient(#0a0a0acc,#0a0a0a59 18% 72%,#0a0a0af2);position:absolute;inset:0}.eco-fg{z-index:1;padding:120px 0;position:relative}.eco-fg .section-head{margin-bottom:96px}.eco-fg .section-head h2{letter-spacing:-.017em;font-size:clamp(36px,4.5vw,58px);font-weight:500;line-height:1.1}.eco-fg .section-head .lead{color:#fff9;max-width:637px;font-size:18px;line-height:1.5}.eco-cards{--eco-gap-x:48px;--eco-gap-y:56px;--eco-stagger:200px;gap:0 var(--eco-gap-x);grid-template-columns:1fr 1fr;align-items:start;display:grid}.eco-col{gap:var(--eco-gap-y);flex-direction:column;display:flex}.eco-col--right{margin-top:var(--eco-stagger)}.eco-card-parallax{transform:translate3d(0,var(--parallax,0),0);will-change:transform;display:block}.eco-card-parallax>.eco-card-v{width:100%}.eco-card-v{-webkit-backdrop-filter:blur(34px)saturate(140%);backdrop-filter:blur(34px)saturate(140%);color:#fff;isolation:isolate;background:#12121647;border:1px solid #ffffff1f;border-radius:40px;flex-direction:column;gap:40px;min-height:680px;padding:40px;text-decoration:none;transition:box-shadow .3s,background .3s,border-color .3s;display:flex;position:relative;box-shadow:0 24px 60px #00000059}.eco-card-v:hover{background:#12121661;border-color:#fff3;box-shadow:0 30px 70px #00000080}.eco-card-v__head{flex-direction:column;gap:24px;display:flex}.eco-card-v__icon{color:#ffffffeb;width:40px;height:40px;margin-bottom:-8px;display:block}.eco-card-v__head h3{letter-spacing:-.01em;color:#fff;margin:0;font-size:clamp(28px,3vw,42px);font-weight:500;line-height:1.15}.eco-card-v__head p{color:#fff9;max-width:402px;margin:0;font-size:18px;font-weight:500;line-height:1.45}.eco-card-v__rows{flex-direction:column;margin:auto 0 0;padding:0;list-style:none;display:flex}.eco-card-v__rows li{color:#fff;border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;font-size:18px;font-weight:500;line-height:1.3;display:flex}.eco-card-v__rows li:first-child{border-top:1px solid #ffffff1f}.eco-card-v__rows .dot{background:#fff;border-radius:50%;flex-shrink:0;width:14px;height:14px}.eco-card-v__btn{color:#fff;letter-spacing:-.01em;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff38;border-radius:999px;align-self:flex-start;align-items:center;gap:12px;padding:14px 22px;font-size:15px;font-weight:500;transition:background .25s,color .25s,border-color .25s;display:inline-flex}.eco-card-v__btn svg{transition:transform .25s;display:block}.eco-card-v:hover .eco-card-v__btn{color:#111;background:#fff;border-color:#fff}.eco-card-v:hover .eco-card-v__btn svg{transform:translate(2px,-2px)}@media (width<=960px){.eco-cards{--eco-gap-x:24px;--eco-gap-y:32px;--eco-stagger:0px;grid-template-columns:1fr}.eco-col{gap:var(--eco-gap-y)}.eco-col--right{margin-top:0}.eco-card-parallax,.eco-col,.eco-col--left,.eco-col--right{transform:none!important}.eco-card-v{border-radius:28px;gap:28px;min-height:560px;padding:32px}.eco-card-v__head{gap:16px}.eco-card-v__head h3{font-size:28px}.eco-card-v__icon{width:32px;height:32px;margin-bottom:0}.eco-card-v__head p{font-size:16px}.eco-card-v__rows li{padding:16px 0;font-size:16px}.eco-card-v__btn{gap:10px;padding:12px 18px;font-size:14px}.eco-card-v__btn svg{width:16px;height:16px}}.svc-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.svc-tile{background:var(--bg);flex-direction:column;gap:16px;min-height:220px;padding:32px;transition:background .2s;display:flex;position:relative}.svc-tile:hover{background:var(--bg-elev)}.svc-tile .num{position:absolute;top:24px;right:24px}.svc-tile .icon{width:36px;height:36px;color:var(--accent);justify-content:center;align-items:center;display:flex}.svc-tile h3{font-size:18px;font-weight:500}.svc-tile p{color:var(--text-mute);font-size:14px}.svc-tile .ext{font-family:var(--ff-mono);color:var(--accent-2);align-items:center;gap:6px;margin-top:auto;font-size:12px;display:inline-flex}@media (width<=1100px){.svc-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.svc-grid{grid-template-columns:1fr}}.kalk-section{isolation:isolate;color:#fff;background:linear-gradient(#0a0a0a,#0a0a0a00 35%),linear-gradient(#0a0a0a00 55%,#0a0a0a),linear-gradient(#0a0a0a73,#0a0a0a73),url(../img/calc/bg.png) 50%/cover no-repeat,#0a0a0a;padding:160px 0;overflow:hidden}.kalk-section,.kalk-wrap{z-index:1;position:relative}.kalk-wrap{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.kalk-title{letter-spacing:-.01em;color:#fafafd;max-width:596px;margin:0 0 32px;font-size:clamp(40px,5.2vw,70px);font-weight:500;line-height:1.05}.kalk-lead{color:#fff;max-width:476px;margin:0;font-size:18px;line-height:1.45}.kalk-form{background:0 0;border:0;gap:24px;width:100%;max-width:477px;margin-left:auto;padding:0}.kalk-fields,.kalk-form{flex-direction:column;display:flex}.kalk-fields{gap:14px}.kalk-field{-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);cursor:text;background:#fff3;border-radius:16px;align-items:center;height:64px;padding:0 16px 0 48px;transition:background .25s;display:flex;position:relative}.kalk-field:hover{background:#ffffff42}.kalk-field:focus-within{background:#ffffff47;box-shadow:0 0 0 1px #fff6}.kalk-field__ico{pointer-events:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.kalk-field__ico img{width:24px;max-width:none;height:24px;display:block}.kalk-field--pin .kalk-field__ico{position:absolute}.kalk-field--pin .kalk-field__ico img{transition:opacity .2s;position:absolute;inset:0}.kalk-field--pin .ico-muted{opacity:1}.kalk-field--pin .ico-active,.kalk-field--pin:focus-within .ico-muted{opacity:0}.kalk-field--pin:focus-within .ico-active{opacity:1}.kalk-field input,.kalk-field select{min-width:0;font:inherit;color:#fff;background:0 0;border:0;outline:none;flex:1;padding:0;font-size:20px;font-weight:400;line-height:24px}.kalk-field input::placeholder{color:#fff6}.kalk-field select{appearance:none;cursor:pointer;padding-right:32px}.kalk-field select option[disabled][selected],.kalk-field select:invalid{color:#fff6}.kalk-field option{color:#fff;background:#111}.cr-offer__field input[type=date]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;padding:0;position:absolute;right:0}.cr-offer__field input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.kalk-field--date input[type=date]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;padding:0;position:absolute;right:0}.kalk-field--date input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.kalk-field__chevron{color:#ffffff8c;pointer-events:none;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.kalk-field__suffix{color:#fff6;flex-shrink:0;margin-left:12px;font-size:20px;line-height:24px}.kalk-divider{background:#ffffff2e;height:1px}.kalk-foot{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.kalk-estimate{color:#fff}.kalk-estimate,.kalk-submit{white-space:nowrap;font-size:18px;font-weight:500;line-height:1.6}.kalk-submit{color:#111;cursor:pointer;background:#fff;border:0;border-radius:999px;align-items:center;gap:12px;padding:9.6px 9.6px 9.6px 24px;transition:box-shadow .25s,transform .25s;display:inline-flex}.kalk-submit:hover{box-shadow:0 16px 40px #00000073}.kalk-submit__icon{color:#fff;background:#0e5dff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .25s;display:inline-flex}.kalk-submit:hover .kalk-submit__icon{transform:translate(2px)}@media (width<=900px){.kalk-section{padding:80px 0}.kalk-wrap{grid-template-columns:1fr;gap:40px}.kalk-form{max-width:100%;margin-left:0}.kalk-title{margin-bottom:20px;font-size:clamp(32px,8vw,48px)}.kalk-lead{font-size:16px}.kalk-field{height:60px}.kalk-field input,.kalk-field select,.kalk-field__suffix{font-size:17px}.kalk-submit{justify-content:space-between;width:100%;padding:8px 8px 8px 22px;font-size:16px}}.stats-row{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:56px;display:grid}.stat{background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;gap:10px;min-height:200px;padding:32px;transition:background .25s,border-color .25s;display:flex;position:relative}.stat:hover{background:#ffffff0f;border-color:#ffffff26}.stat .num{font-family:var(--ff-mono);letter-spacing:.14em;color:#fff6;font-size:11px;position:absolute;top:28px;right:28px}.stat .value{letter-spacing:-.025em;color:#fff;margin-top:auto;font-size:clamp(36px,4vw,56px);font-weight:500;line-height:1}.stat .label{color:#ffffff8c;font-size:14px;line-height:1.45}@media (width<=900px){.stats-row{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.stats-row{grid-template-columns:1fr}}.logo-marquee{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:80px;padding:40px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.logo-track{width:max-content;animation:80s linear infinite scroll;display:flex}.logo-marquee:hover .logo-track{animation-play-state:paused}.logo-item{opacity:.55;filter:brightness(0)invert();flex-shrink:0;align-items:center;height:48px;margin-right:96px;transition:opacity .25s,filter .25s;display:flex}.logo-item img{-o-object-fit:contain;object-fit:contain;width:auto;max-width:none;height:100%;display:block}.logo-item:hover{opacity:1}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.contact-section{padding:120px 0}.contact-wrap{grid-template-columns:1fr 1.2fr;align-items:start;gap:80px;display:grid}.contact-left .eyebrow{margin-bottom:16px}.contact-title{letter-spacing:-.01em;color:#fafafd;margin:0 0 24px;font-size:clamp(32px,3.6vw,50px);font-weight:500;line-height:1.05}.contact-lead{color:#fff9;max-width:440px;margin:0;font-size:18px;line-height:1.45}.contact-form{flex-direction:column;gap:24px;display:flex}.contact-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.contact-field--wide{grid-column:1/-1}.contact-field{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:16px;transition:background .25s,border-color .25s;display:block;position:relative}.contact-field:hover{background:#ffffff12;border-color:#ffffff2e}.contact-field:focus-within{background:#ffffff17;border-color:#ffffff52}.contact-field input,.contact-field select,.contact-field textarea{width:100%;font:inherit;color:#fff;background:0 0;border:0;outline:none;padding:20px 24px;font-size:17px;line-height:1.4;display:block}.contact-field select{appearance:none;cursor:pointer}.contact-field select:invalid{color:#fff6}.contact-field option{color:#fff;background:#111}.contact-field input::-moz-placeholder{color:#fff6}.contact-field textarea::-moz-placeholder{color:#fff6}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#fff6}.contact-field textarea{resize:vertical;min-height:140px;font-family:inherit}.contact-consents{flex-direction:column;gap:12px;margin-top:4px;display:flex}.contact-check{color:#ffffffb3;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;font-size:14px;line-height:1.4;transition:color .2s;display:flex;position:relative}.contact-check:hover{color:#fffffff2}.contact-check input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.contact-check__box{color:#fff;background:#ffffff0a;border:1px solid #ffffff52;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:background .2s,border-color .2s;display:inline-flex}.contact-check__box svg{opacity:0;width:14px;height:14px;transition:opacity .15s}.contact-check input:checked~.contact-check__box{background:var(--accent);border-color:var(--accent)}.contact-check input:checked~.contact-check__box svg{opacity:1}.contact-check input:focus-visible~.contact-check__box{box-shadow:0 0 0 3px #0e5dff59}.contact-submit{color:#111;cursor:pointer;white-space:nowrap;background:#fff;border:0;border-radius:999px;align-self:flex-start;align-items:center;gap:12px;margin-top:8px;padding:9.6px 9.6px 9.6px 24px;font-size:18px;font-weight:500;line-height:1.6;transition:box-shadow .25s;display:inline-flex}.contact-submit:hover{box-shadow:0 16px 40px #0006}.contact-submit__icon{color:#fff;background:#0e5dff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .25s;display:inline-flex}.contact-submit:hover .contact-submit__icon{transform:translate(2px)}@media (width<=900px){.contact-section{padding:80px 0}.contact-wrap{gap:40px}.contact-grid,.contact-wrap{grid-template-columns:1fr}.contact-title{font-size:32px}.contact-lead{font-size:16px}.contact-field input,.contact-field textarea{padding:18px 20px;font-size:16px}.contact-submit{justify-content:space-between;width:100%;padding:8px 8px 8px 22px;font-size:16px}}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3,.grid-4{gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (width<=900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;gap:16px;min-height:240px;padding:32px;transition:background .25s,border-color .25s,transform .25s;display:flex;position:relative}.card:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-2px)}.card .num{letter-spacing:.14em;color:#fff6;font-size:12px;position:absolute;top:28px;right:28px}.card h3{letter-spacing:-.01em;color:#fff;max-width:18ch;margin:0;font-size:22px;font-weight:500;line-height:1.2}.card p{color:#ffffff8c;margin:0;font-size:15px;line-height:1.5}.tl-bars{--bar-h:8px;--step:36px;--tl-total:10;margin-top:96px;position:relative}.tl-bars__scroll{-webkit-user-select:none;user-select:none;padding:8px 0 24px;overflow:hidden}.tl-bars__scroll.is-dragging{cursor:default}.tl-bars__scroll.is-dragging *{pointer-events:auto}.tl-bars__inner{background-image:linear-gradient(90deg,#ffffff0b 1px,#0000 0);background-size:20% 100%;width:100%;position:relative}.tl-bars__events{height:calc(var(--step)*6 + 96px);grid-template-columns:repeat(10,minmax(0,1fr));align-items:end;width:100%;margin:0;padding:0;font-size:13px;list-style:none;display:grid;position:relative}.tl-bars__event{grid-column:span var(--span);min-width:0;padding-bottom:calc(var(--bar-h) + 16px);white-space:normal;padding-right:8px;position:relative}.tl-bars__event:before{content:"";width:100%;height:var(--bar-h);background:#fff3;border-radius:999px;transition:filter .25s,transform .25s;position:absolute;bottom:0;left:0}.tl-bars__event:hover:before{filter:brightness(1.15);transform:translateY(-1px)}.tl-bars__event:first-child{bottom:0}.tl-bars__event:nth-child(2){bottom:var(--step)}.tl-bars__event:nth-child(3){bottom:calc(var(--step)*2)}.tl-bars__event:nth-child(4){bottom:calc(var(--step)*3)}.tl-bars__event:nth-child(5){bottom:calc(var(--step)*4)}.tl-bars__event:nth-child(6){bottom:calc(var(--step)*5)}.tl-bars__event--1:before{background:linear-gradient(90deg,#4cd96400,#4cd964);border-radius:0 999px 999px 0}.tl-bars__event--2:before{background:#ff9f0a}.tl-bars__event--3:before{background:var(--accent)}.tl-bars__event--4:before{background:#a855f7}.tl-bars__event--5:before{background:#ec4899}.tl-bars__event--6:before{background:linear-gradient(90deg,#06b6d4,#06b6d400);border-radius:999px 0 0 999px}.tl-bars__period,.tl-bars__sub,.tl-bars__title{margin:0 0 3px;padding-left:14px;font-weight:400;display:block}.tl-bars__period{font-family:var(--ff-mono);letter-spacing:.12em;color:#ffffff80;text-transform:uppercase;font-size:11px}.tl-bars__title{letter-spacing:-.005em;font-size:15px;font-weight:500}.tl-bars__event--1 .tl-bars__title{color:#4cd964}.tl-bars__event--2 .tl-bars__title{color:#ff9f0a}.tl-bars__event--3 .tl-bars__title{color:var(--accent)}.tl-bars__event--4 .tl-bars__title{color:#a855f7}.tl-bars__event--5 .tl-bars__title{color:#ec4899}.tl-bars__event--6 .tl-bars__title{color:#06b6d4}.tl-bars__sub{color:#ffffffa6;font-size:12px;font-style:italic;line-height:1.4}.tl-bars__years{border-top:1px solid #ffffff1f;justify-content:space-between;width:100%;margin:16px 0 0;padding:0;list-style:none;display:flex;position:relative}.tl-bars__years li{font-family:var(--ff-mono);letter-spacing:.06em;color:#ffffff80;padding:16px 0 0;font-size:11px;position:relative;top:-6px}.tl-bars__years li:before{content:"";background:#ffffff40;width:1px;height:8px;position:absolute;top:0;left:0}.tl-bars__years li:last-child:before{left:auto;right:0}@media (width<=900px){.tl-bars{background-image:none;border-left:1px solid #ffffff1f;margin-top:48px;padding:0 0 0 24px}.tl-bars__events{white-space:normal;flex-direction:column;gap:18px;height:auto;font-size:13px;display:flex}.tl-bars__event{width:100%;padding-bottom:16px;display:block;position:static;bottom:auto!important}.tl-bars__event:before{width:80px;margin:8px 0 0;display:block;position:static}.tl-bars__event--1:before,.tl-bars__event--6:before{background:currentColor;border-radius:999px}.tl-bars__event--1{color:#4cd964}.tl-bars__event--6{color:#06b6d4}.tl-bars__years{display:none}}.map-wrap{aspect-ratio:1282/880;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:radial-gradient(circle at 30%,#ffffff0a,#0000 70%),#ffffff05;border:1px solid #ffffff14;border-radius:28px;margin-top:56px;padding:32px;position:relative;overflow:hidden}.map-stat{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2;background:#0006;border:1px solid #ffffff1a;border-radius:16px;min-width:220px;padding:20px 24px;position:absolute;top:32px;right:32px}.map-stat .num{font-family:var(--ff-mono);letter-spacing:.14em;color:#ffffff73;margin-bottom:10px;font-size:11px;display:block}.map-stat .v{letter-spacing:-.025em;color:#fff;font-size:44px;font-weight:500;line-height:1}.map-stat .l{color:#ffffff8c;margin-top:8px;font-size:13px;line-height:1.4}.ru-map{position:relative}.ru-map,.ru-map__svg{width:100%;height:100%}.ru-map__svg{display:block}.ru-map__bg-glow{pointer-events:none}.ru-map__regions{cursor:pointer}.ru-map__region{fill:#ffffff0f;stroke:#ffffff2e;stroke-width:.6px;transition:fill .15s,stroke .15s}.ru-map__region.is-hovered,.ru-map__region:hover{fill:#2f5bff73;stroke:#2f5bffe6;stroke-width:.8px}.ru-map__region.is-selected{fill:var(--accent);stroke:#fff;stroke-width:1px}.ru-map__arcs{pointer-events:none}.ru-map__arc{fill:none;stroke:#2f5bffd9;stroke-width:.7px;stroke-linecap:round;stroke-dasharray:100;filter:drop-shadow(0 0 2.5px #2f5bff99);transition:stroke-dashoffset 1.6s cubic-bezier(.6,0,.2,1)}.ru-map__pin{fill:var(--accent);stroke:#fff6;stroke-width:.4px;opacity:0;transform-origin:50%;transform-box:fill-box;transition:opacity .55s ease-out,transform .55s cubic-bezier(.34,1.56,.64,1);transform:scale(0)}.ru-map__pin.is-visible{opacity:1;transform:scale(1)}.ru-map__pin--major{filter:drop-shadow(0 0 5px #2f5bfff2)}.ru-map__tip{pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;white-space:nowrap;z-index:5;background:#000000d9;border:1px solid #ffffff1f;border-radius:8px;padding:6px 10px;font-size:12px;line-height:1.2;position:absolute;transform:translateY(-2px);box-shadow:0 6px 20px #00000073}.ru-map__info{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:3;background:#00000080;border:1px solid #ffffff1f;border-radius:16px;max-width:320px;padding:20px 56px 20px 24px;position:absolute;bottom:32px;left:32px}.ru-map__info-eyebrow{font-family:var(--ff-mono);letter-spacing:.14em;color:#ffffff73;text-transform:uppercase;font-size:11px}.ru-map__info-name{letter-spacing:-.01em;color:#fff;margin-top:6px;font-size:22px;font-weight:500;line-height:1.2}.ru-map__info-stats{flex-direction:column;gap:8px;margin-top:14px;display:flex}.ru-map__info-stats>div{align-items:baseline;gap:10px;display:flex}.ru-map__info-stats .v{font-family:var(--ff-mono);color:var(--accent);font-size:14px;font-weight:500}.ru-map__info-stats .l{color:#fff9;font-size:13px}.ru-map__info-close{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;transition:background .2s,color .2s,border-color .2s;display:inline-flex;position:absolute;top:12px;right:12px}.ru-map__info-close:hover{color:#fff;background:#ffffff14;border-color:#ffffff52}.ru-info-enter-active,.ru-info-leave-active{transition:opacity .25s,transform .25s}.ru-info-enter-from,.ru-info-leave-to{opacity:0;transform:translateY(8px)}.faq{margin-top:56px}.faq details{border-top:1px solid #ffffff1a;padding:28px 0;transition:padding .2s}.faq details:last-child{border-bottom:1px solid #ffffff1a}.faq details[open]{padding-bottom:32px}.faq summary{cursor:pointer;letter-spacing:-.005em;color:#fff;justify-content:space-between;align-items:center;gap:24px;font-size:19px;font-weight:500;list-style:none;transition:opacity .15s;display:flex}.faq summary:hover{opacity:.85}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-family:var(--ff-mono);color:var(--accent);flex-shrink:0;font-size:24px;transition:transform .2s}.faq details[open] summary:after{content:"–"}.faq .ans{color:var(--text-dim);max-width:80ch;padding-top:16px;font-size:15px;line-height:1.6}.edo-grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:32px;display:grid}.edo-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;padding:32px;transition:background .2s,border-color .2s}.edo-card:hover{background:#ffffff0f;border-color:#ffffff24}.edo-card__head{align-items:center;gap:16px;margin-bottom:24px;display:flex}.edo-card__head h3{color:#fff;letter-spacing:-.01em;margin:0;font-size:22px;font-weight:500}.edo-card__head p{color:#ffffff80;margin:4px 0 0;font-size:13px}.edo-card__badge{width:52px;height:52px;font-family:var(--ff-sans);color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;font-weight:500;display:inline-flex}.edo-card__badge--diadoc{background:linear-gradient(135deg,#2d6efb,#5b95ff)}.edo-card__badge--sbis{background:linear-gradient(135deg,#ff5b3a,#ffa46c)}.edo-card__label{font-family:var(--ff-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--text-mute);margin-bottom:8px;font-size:11px}.edo-card__id{background:#0006;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:10px;padding:14px 16px;display:flex}.edo-card__id code{font-family:var(--ff-mono);color:#ffffffd9;word-break:break-all;flex:1;font-size:12px;line-height:1.4}@media (width<=700px){.edo-grid{grid-template-columns:1fr}}.steps{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:56px;display:grid}.step{background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;gap:16px;min-height:260px;padding:32px;transition:background .25s,border-color .25s;display:flex;position:relative}.step:hover{background:#ffffff0f;border-color:#ffffff26}.step .num{color:var(--accent);font-size:36px;font-weight:500;font-family:var(--ff-mono);letter-spacing:-.025em;line-height:1}.step h3{letter-spacing:-.01em;color:#fff;margin:0;font-size:22px;font-weight:500;line-height:1.2}.step p{color:#ffffff8c;margin:0;font-size:14px;line-height:1.5}@media (width<=900px){.steps{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.steps{grid-template-columns:1fr}}.dept,.dept-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:56px;display:grid}.dept-card{background:#ffffff0a;min-height:220px;padding:32px;transition:background .25s,border-color .25s}.dept-card:hover{background:#ffffff0f}.dept-card .eyebrow{margin:0}.dept-icon{width:36px;height:36px;color:var(--accent);justify-content:center;align-items:center;margin-bottom:4px;display:inline-flex}.dept-icon,.dept-icon svg{stroke:currentColor}.dept-card h3{color:#fff;margin:0;font-size:24px;font-weight:500}.dept-card p{color:#ffffff8c;margin:0;font-size:15px;line-height:1.5}.dept-meta{border-top:1px solid #ffffff1a;gap:12px}.dept-meta a{font-family:var(--ff-mono);letter-spacing:.06em;color:#ffffff8c;font-size:12px}.dept-meta a:hover{color:#fff}@media (width<=780px){.dept,.dept-grid{grid-template-columns:1fr}}.cta-block{text-align:center;background:var(--bg);padding:160px 0 140px}.cta-block h2{letter-spacing:-.025em;color:#fafafd;max-width:18ch;margin:0 auto 28px;font-size:clamp(40px,5.5vw,72px);font-weight:500;line-height:1.05}.cta-block .lead{color:#ffffffb3;max-width:56ch;margin:0 auto 40px;font-size:18px;line-height:1.45}.cta-block .btns{flex-wrap:wrap;justify-content:center;gap:10px;display:inline-flex}@media (width<=768px){.cta-block{padding:100px 0 80px}}@media (width<=600px){.cta-block{padding:64px 0 56px}.cta-block h2{font-size:30px}.cta-block .lead{font-size:16px}}.site-footer{background:var(--bg);border-top:1px solid var(--line);padding:80px 0 32px}.footer-grid{grid-template-columns:1.3fr repeat(5,1fr);gap:40px 24px;margin-bottom:60px;display:grid}.footer-brand .brand{margin-bottom:20px}.footer-brand .brand img,.footer-brand .brand svg{height:36.4px}.footer-brand p{color:var(--text-dim);font-size:13px;line-height:1.6}.footer-brand .contacts{font-family:var(--ff-mono);color:var(--text-dim);margin-top:20px;font-size:12px;line-height:1.9}.footer-col h4{font-family:var(--ff-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--text-mute);margin-bottom:16px;font-size:11px;font-weight:500}.footer-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-col a{color:var(--text-dim);font-size:14px;transition:color .2s}.footer-col a:hover{color:var(--accent)}.footer-legal{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--text-mute);grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:40px;margin-top:40px;padding:28px 0;font-size:12px;line-height:1.55;display:grid}.footer-legal__entity{color:var(--text);margin-bottom:6px;font-size:13px;font-weight:500}.footer-legal__row{margin-bottom:4px}.footer-legal__row span{color:var(--text-mute)}.footer-legal__sep{opacity:.5;padding:0 6px}.footer-legal__col--reestr{font-family:var(--ff-mono);font-size:11px;line-height:1.7}.footer-legal__col--reestr a{color:var(--accent);border-bottom:1px dashed}@media (width<=900px){.footer-legal{grid-template-columns:1fr;gap:16px}}.footer-bottom{font-family:var(--ff-mono);letter-spacing:.08em;color:var(--text-mute);flex-wrap:wrap;justify-content:space-between;gap:20px;margin-top:24px;padding-top:24px;font-size:11px;display:flex}.footer-bottom a{color:var(--text-mute);transition:color .2s}.footer-bottom a:hover{color:var(--text)}@media (width<=1200px){.footer-grid{grid-template-columns:1fr 1fr 1fr}}@media (width<=600px){.site-footer{padding:56px 0 28px}.footer-grid{grid-template-columns:1fr;gap:32px;margin-bottom:40px}.footer-brand .brand img,.footer-brand .brand svg{height:28px}}.ticker{border-bottom:1px solid var(--line);font-family:var(--ff-mono);letter-spacing:.1em;text-transform:uppercase;color:#ffffffc7;max-width:var(--max-w);margin-top:80px;margin-left:auto;margin-right:auto;padding:18px 0;font-size:14px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.ticker-track{gap:56px;width:max-content;animation:60s linear infinite scroll;display:flex}.ticker-track span{align-items:center;gap:56px;display:inline-flex}.ticker-track span:after{content:"●";color:var(--text-mute);font-size:8px}@media (width<=600px){.ticker{margin-top:0;padding:14px 0;font-size:12px}.ticker-track,.ticker-track span{gap:36px}}.spacer-40{height:40px}.spacer-80{height:80px}.text-accent{color:var(--accent)}.text-dim{color:var(--text-dim)}.text-mute{color:var(--text-mute)}.bench{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.bench-item{background:var(--bg);padding:48px 32px}.bench-value{letter-spacing:-.04em;color:var(--accent);font-size:64px;font-weight:600;line-height:1}.bench-unit{color:var(--text-dim);margin-left:6px;font-size:18px}.bench-text{color:var(--text-dim);max-width:30ch;margin-top:18px;font-size:15px}@media (width<=800px){.bench{grid-template-columns:1fr}}.card .num{font-family:var(--ff-mono);letter-spacing:-.02em;color:var(--accent);margin:0;font-size:32px;font-weight:600;position:static}.section--light{background:#f7f8fa;border-bottom:1px solid #ecf0f1}.section--light .section-head .h2,.section--light .section-head h2,.section--light h2{color:#1a1d20}.section--light .lead,.section--light .section-head .lead,.section--light p{color:#4f5358}.section--light .eyebrow{color:#94979a}.section--light .eyebrow:before{background:#94979a}.cab-tabs{margin-top:48px}.cab-tabs__nav{border-bottom:1px solid #ecf0f1;flex-wrap:wrap;gap:2px;margin-bottom:24px;display:flex}.cab-tabs__btn{font:inherit;font-family:var(--ff-mono);letter-spacing:.12em;text-transform:uppercase;color:#94979a;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:14px 22px;font-size:12px;transition:color .2s,border-color .2s}.cab-tabs__btn:hover{color:#24282c}.cab-tabs__btn.is-active{color:var(--accent);border-bottom-color:var(--accent)}.cab-table{color:#24282c;width:100%;font-family:Inter,system-ui,sans-serif}.cab-row,.cab-table__head{grid-template-columns:var(--cab-cols) 40px;border-bottom:1px solid #ecf0f1;align-items:center;gap:24px;padding:14px 4px;display:grid}.cab-table__head{border-bottom:1px solid #e3e7ea;padding-top:8px;padding-bottom:8px}.cab-th{color:#94979a;font-size:12px;font-weight:400;line-height:1.4}.cab-th--right{text-align:right}.cab-th--arrow{width:22px;padding:0}.cab-cell{color:#24282c;min-width:0;font-size:13px;line-height:1.4}.cab-cell--right{text-align:right;white-space:nowrap;font-weight:500}.cab-cell--id{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.cab-id{color:#24282c;white-space:nowrap;background:#fff;border:1px solid #dee2e4;border-radius:8px;align-items:center;padding:4px 12px;font-size:13px;font-weight:500;display:inline-flex}.cab-id__sub{color:#b2b7ba;font-size:12px}.cab-pill{color:#24282c;white-space:nowrap;background:#f2f5f7;border-radius:8px;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.cab-pill--accent{color:#0e5dff;background:#e7efff}.cab-cell--dates{color:#24282c;white-space:nowrap;flex-direction:column;gap:4px;font-size:12px;display:flex}.cab-cell--person{align-items:flex-start;gap:10px;display:flex}.cab-avatar{color:#fff;background:#7d8ca5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:500;display:inline-flex}.cab-person{flex-direction:column;gap:2px;min-width:0;display:flex}.cab-person__name{color:#24282c;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.cab-person__meta{color:#b2b7ba;font-size:12px;line-height:1.3}.cab-cell--arrow{cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;justify-self:end;align-items:center;width:32px;height:32px;padding:0;transition:background .2s;display:inline-flex}.cab-cell--arrow:hover{background:#f2f5f7}@media (width<=1100px){.cab-table__head{display:none}.cab-row{grid-template-columns:1fr 1fr;gap:16px;padding:16px 4px}.cab-cell--dates,.cab-cell--text:nth-child(4){grid-column:1/-1}.cab-cell--arrow{grid-column:2;justify-self:end}}@media (width<=700px){.cab-tabs{margin-top:32px}.cab-tabs__nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;margin-bottom:16px;overflow-x:auto}.cab-tabs__nav::-webkit-scrollbar{display:none}.cab-tabs__btn{flex-shrink:0;padding:12px 16px;font-size:11px}.cab-row{-moz-column-gap:12px;text-align:left;background:#fff;border:1px solid #ecf0f1;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;margin-bottom:12px;padding:18px;display:grid}.cab-row:last-child{margin-bottom:0}.cab-cell{width:auto;min-width:0}.cab-cell--id{grid-column:1;align-self:center}.cab-cell--status{grid-column:2;place-self:center end}.cab-cell--right{text-align:left;white-space:normal;color:#0e1116;grid-column:1/-1;margin-top:10px;font-size:22px;font-weight:600}.cab-cell:not([class*=cab-cell--]){color:#24282c;grid-column:1/-1;font-size:14px;line-height:1.45}.cab-cell--dates{color:#94979a;font-size:12px}.cab-cell--dates,.cab-cell--person{border-top:1px solid #ecf0f1;grid-column:1/-1;margin-top:8px;padding-top:12px}.cab-cell--arrow{display:none}}.flow-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:56px;display:grid}.flow-item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:10px;min-height:180px;padding:28px 24px;transition:background .25s,border-color .25s;display:flex}.flow-item:hover{background:#ffffff0f;border-color:#ffffff26}.flow-item .mono{letter-spacing:.14em;color:#fff6;font-size:12px}.flow-item h4{letter-spacing:-.01em;color:#fff;margin:0;font-size:18px;font-weight:500}.flow-item p{color:#ffffff8c;margin:0;font-size:13px;line-height:1.55}@media (width<=900px){.flow-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.flow-grid{grid-template-columns:1fr}}.check-list{flex-direction:column;gap:10px;margin-top:8px;list-style:none;display:flex}.check-list li{color:var(--text-dim);padding-left:28px;font-size:15px;line-height:1.5;position:relative}.check-list li:before{content:"✓";color:var(--accent);font-weight:600;position:absolute;top:0;left:0}.check-list li b{color:var(--text);font-weight:600}.eco-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=900px){.eco-grid{grid-template-columns:1fr}}.eco-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:28px;flex-direction:column;gap:24px;padding:40px;transition:background .25s,border-color .25s;display:flex;position:relative}.eco-card:hover{background:#ffffff0f;border-color:#ffffff29}.eco-card .eyebrow{color:#ffffff73;margin:0}.eco-card h2{letter-spacing:-.01em;color:#fff;margin:0;font-size:clamp(28px,3vw,38px);font-weight:500;line-height:1.1}.eco-card p{color:#fff9;margin:0;font-size:16px;line-height:1.5}.eco-card--accent{background:linear-gradient(#2f5bff1a,#ffffff0a);border-color:#2f5bff47}.eco-card--accent .eyebrow{color:var(--accent)}.mini-stats{border-top:1px solid #ffffff1f;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px;padding-top:24px;display:grid}.mini-stats .v{letter-spacing:-.02em;color:#fff;font-size:28px;font-weight:500;line-height:1.1}.mini-stats .l{color:#ffffff80;margin-top:6px;font-size:12px;line-height:1.4}@media (width<=500px){.mini-stats{grid-template-columns:1fr}}.dept{background:0 0;border:0;flex-direction:row;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px;padding:0;display:grid}.dept-card{background:#ffffff0f;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;gap:14px;min-height:240px;padding:36px 32px;display:flex}.dept-card:hover{background:#ffffff17;border-color:#ffffff29}.dept-card h3{letter-spacing:-.01em;font-size:22px}.dept-card p{color:var(--text-dim);flex:1;font-size:14px}.dept-meta{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:auto;padding-top:18px;display:flex}.dept-meta .btn{padding:8px 14px;font-size:12px}@media (width<=780px){.dept{grid-template-columns:1fr}}.calc-form{margin-top:40px}.calc-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.calc-field{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:16px;padding:16px 22px;transition:background .25s,border-color .25s;display:block;position:relative}.calc-field:hover{background:#ffffff12;border-color:#ffffff2e}.calc-field:focus-within{background:#ffffff17;border-color:#ffffff52}.calc-field>span{font-family:var(--ff-mono);letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;margin-bottom:6px;font-size:11px;display:block}.calc-field input,.calc-field select,.calc-field textarea{width:100%;font:inherit;color:#fff;resize:vertical;background:0 0;border:0;outline:none;padding:0;font-size:16px}.calc-field textarea{min-height:100px;line-height:1.45}.calc-field--wide{grid-column:1/-1}.calc-field input::-moz-placeholder{color:#fff6}.calc-field textarea::-moz-placeholder{color:#fff6}.calc-field input::placeholder,.calc-field textarea::placeholder{color:#fff6}.calc-field select{appearance:none;cursor:pointer}.calc-field option{color:#fff;background:#111}.check{color:#ffffffb3;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;margin-top:18px;font-size:14px;line-height:1.4;display:flex}.check input{width:18px;height:18px;accent-color:var(--accent);flex-shrink:0}.check a{color:#fff;text-underline-offset:3px;-webkit-text-decoration:underline #ffffff52;text-decoration:underline #ffffff52}.check a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);color:var(--accent)}.calc-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:32px;display:flex}.calc-result{color:#ffffffa6;font-size:14px}.calc-result .mono{letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;margin-right:8px;font-size:11px;display:inline-block}.calc-result b{color:#fff;font-weight:500}@media (width<=700px){.calc-grid{grid-template-columns:1fr}}.faq summary .arrow{display:none}.page-hero{background:radial-gradient(900px 400px at 80% 20%,#2f5bff14,transparent 60%),var(--bg)}.section-head-left{flex-direction:column;gap:16px;max-width:680px;display:flex}.section-head-left h2{margin:0}@media (width<=600px){.ab-hero__title,.cg-hero__title,.cg-services__title,.contact-title,.cr-fin__h,.cr-offer__title,.cr-steps-head h2,.dg-service__title,.kalk-title{font-size:28px;line-height:1.1}.dg-hero__title{letter-spacing:-.02em;font-size:38px;font-weight:500;line-height:1.02}}.nav-burger{cursor:pointer;width:40px;height:40px;color:inherit;background:0 0;border:0;padding:0;display:none;position:relative}.nav-burger span{background:currentColor;border-radius:2px;height:2px;transition:transform .25s,opacity .2s,top .25s;position:absolute;left:8px;right:8px}.nav-burger span:first-child{top:12px}.nav-burger span:nth-child(2){top:19px}.nav-burger span:nth-child(3){top:26px}.nav-burger.is-active span:first-child{top:19px;transform:rotate(45deg)}.nav-burger.is-active span:nth-child(2){opacity:0}.nav-burger.is-active span:nth-child(3){top:19px;transform:rotate(-45deg)}.nav-mobile{z-index:90;-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;background:#0a0a0afa;transition:opacity .22s;position:fixed;inset:0;overflow-y:auto}.nav-mobile.is-open{opacity:1;pointer-events:auto}.nav-mobile__inner{flex-direction:column;gap:28px;max-width:480px;margin:0 auto;padding:20px 24px 48px;display:flex}.nav-mobile__bar{justify-content:space-between;align-items:center;min-height:40px;display:flex}.nav-mobile__brand{line-height:0}.nav-mobile__brand img{width:auto;height:24px;display:block}.nav-mobile__close{color:#fff;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:-8px;padding:0;display:inline-flex}.nav-mobile__close:hover{color:var(--accent)}.nav-mobile__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.nav-mobile__group{border-top:1px solid #ffffff14}.nav-mobile__group:first-child{border-top:0}.nav-mobile__top{color:#fff;letter-spacing:-.01em;padding:18px 0;font-size:22px;font-weight:500;display:block}.nav-mobile__actions{border-bottom:1px solid #ffffff14;flex-direction:column;gap:10px;padding-bottom:24px;display:flex}.nav-mobile__actions .btn{justify-content:center;width:100%}body.is-light-page .site-header.is-mobile-open .brand img{filter:none}@media (width<=1124px){.nav-actions,.nav-menu{display:none}.nav-burger{margin-left:auto;display:inline-block}}@media (width<=600px){.ab-hero,.cg-hero,.cr-hero{aspect-ratio:auto;isolation:auto;flex-direction:column;gap:24px;min-height:0;padding:100px 24px 56px;display:flex;overflow:visible}.ab-hero__cols,.ab-hero__left,.ab-hero__wrap,.cg-hero__cols,.cg-hero__left,.cg-hero__right,.cg-hero__wrap,.cr-hero__cols,.cr-hero__left,.cr-hero__wrap{display:contents}.ab-hero__bg,.cg-hero__bg,.cr-hero__bg{aspect-ratio:3/4;border-radius:0;order:2;width:calc(100% + 48px);margin:-56px -24px 0;position:relative;inset:auto;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0,#0003 18%,#000 42% 60%,#0003 86%,#0000);mask-image:linear-gradient(#0000 0,#0003 18%,#000 42% 60%,#0003 86%,#0000)}.ab-hero__bg img,.cg-hero__bg img,.cr-hero__bg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.ab-hero__overlay,.cg-hero__overlay,.cr-hero__overlay{display:none}.ab-hero__title,.cg-hero__title,.cr-hero__title{z-index:1;order:1;margin:0;position:relative}.ab-hero__lead,.cg-hero__lead,.cr-hero__lead{z-index:1;order:3;margin:-80px 0 0;position:relative}.cr-hero__lead{margin-top:-180px}.cg-hero__badge{order:4;grid-column:auto;max-width:none;margin:16px 0 0}.ab-hero__cta,.cg-hero__cta,.cr-hero__cta{flex-direction:column;order:5;gap:10px;width:100%;display:flex}.ab-hero__cta .btn,.cg-hero__cta .btn{justify-content:center;width:100%}.cr-hero__cta .cr-pill{justify-content:space-between;width:100%;padding:8px 8px 8px 22px}.cr-hero__cards{order:6}.ab-hero,.cg-hero,.cr-hero{background:var(--bg)}.page-hero,.page-hero--bg{aspect-ratio:auto;isolation:auto;flex-direction:column;gap:20px;min-height:0;padding:100px 24px 56px;display:flex;overflow:visible}.page-hero>.wrap,.page-hero__wrap{display:contents}.page-hero .eyebrow{order:1;margin:0}.page-hero h1{z-index:1;order:2;margin:0;position:relative}.page-hero__bg{order:3}.page-hero .lead{z-index:1;order:4;margin:-80px 0 0;position:relative}.page-hero__cta{order:5}.page-hero__bg{aspect-ratio:3/4;border-radius:0;width:calc(100% + 48px);margin:-56px -24px 0;position:relative;inset:auto;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0,#0003 18%,#000 42% 60%,#0003 86%,#0000);mask-image:linear-gradient(#0000 0,#0003 18%,#000 42% 60%,#0003 86%,#0000)}.page-hero__bg img{-o-object-fit:cover;object-fit:cover;-o-object-position:80% 50%;object-position:80% 50%;width:100%;height:100%;display:block}.page-hero__overlay{display:none}.page-hero__cta{flex-direction:column;gap:10px;width:100%;display:flex}.page-hero__cta .btn{justify-content:center;width:100%}}
