@charset "UTF-8";:root{--color-white: #ffffff;--color-gray-500: #808078;--color-black: #000000;--color-olive-700: #393f2a;--color-lime-400: #d4ef89;--color-lime-400-06: #d4ef890f;--color-lime-400-20: #d4ef8933;--color-navy-900: #191326;--color-navy-800: #2a2249;--color-navy-700: #2e284e;--color-navy-600: #354b89;--color-indigo-600: #5a3b71;--color-purple-600: #64417c;--color-navy-950: #1d162e;--color-graphite-900: #0d0b0b;--color-forest-900: #2e341f;--color-gray-600: #5f5f5f;--color-gray-700: #444444;--color-gray-800: #3a3a3a;--color-gray-400: #888888;--color-gray-50: #060606;--color-gray-75: #0a0a09;--color-gray-100: #0e0f0a;--color-gray-200: #1a1a1a;--color-black-950: #050505;--color-blue-500: #2b7fff;--color-purple-500: #ad46ff;--color-orange-500: #ff6900;--color-green-500: #00c950;--color-olive-800: #a0c243;--color-slate-700: #59618b;--color-lime-300: #d4e157;--color-lime-350: #c9d64c;--color-red-500: #ef5350;--surface: #080808;--ink: #f5f5f5;--muted: #808078;--accent: var(--color-lime-400);--accent-strong: #c0e454;--border: var(--color-olive-700);--color-black-950-90: rgb(5 5 5 / 90%);--color-black-950-95: rgb(5 5 5 / 95%);--color-black-60: rgb(0 0 0 / 60%);--color-black-35: rgb(0 0 0 / 35%);--color-white-70: rgb(255 255 255 / 70%);--color-white-20: rgb(255 255 255 / 20%);--color-white-05: rgb(255 255 255 / 5%);--color-red-500-15: rgb(239 83 80 / 15%);--color-graphite-900-50: rgb(13 11 11 / 50%);--gradient-midnight: linear-gradient(180deg, #2a2249 0%, #191326 100%);--gradient-deep-sky: linear-gradient(180deg, #354b89 0%, #2e284e 100%);--gradient-lime-plum: linear-gradient(180deg, #a0c243 0%, #64417c 100%);--gradient-translucent-lime: linear-gradient(180deg, #d4ef890f 0%, #d4ef8933 100%);--gradient-transparent-black: linear-gradient(180deg, #00000000 0%, #000000 100%);--main-bg: var(--color-black);--section-with-bg: rgb(8 8 8 / 85%);--section-with-bg-border-color: var(--color-olive-700);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--text-xs: 14px;--text-sm: 16px;--text-base: 18px;--text-md: 20px;--text-lg: 24px;--text-xl: clamp(24px, 3vw, 36px);--text-2xl: clamp(36px, 5vw, 60px);--text-3xl: clamp(36px, 5vw, 64px);--text-display: clamp(40px, 6vw, 64px)}:root{--font-family-base: "Inter", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", arial, sans-serif;--border-radius: 24px;background-color:var(--main-bg);color-scheme:dark;color:var(--ink);font-family:Inter,Segoe UI,sans-serif;font-size:20px;font-weight:400;letter-spacing:.8px;line-height:1.4}@media(width<=768px){:root{font-size:var(--text-base)}}*{box-sizing:border-box}body{background-color:var(--main-bg);background-image:linear-gradient(to right,rgba(57,63,42,.18) 1px,transparent 1px),linear-gradient(to bottom,rgba(57,63,42,.18) 1px,transparent 1px);background-size:80px 80px;color:var(--ink);margin:0;min-height:100vh}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}.page{display:flex;flex-direction:column;gap:180px;transition:gap .3s ease}@media(width<=1380px){.page{gap:80px}}@media(width<=768px){.page{gap:64px}}@media(width<=480px){.page{gap:48px}}.sections{margin:0 auto;max-width:1400px;padding:0 var(--space-xl);width:100%}@media(width<=480px){.sections{padding:0 var(--space-md)}}.sections__split{display:grid;gap:var(--space-xl);grid-template-columns:calc(50% - 16px) calc(50% - 16px);justify-items:center;width:100%}@media(width<=768px){.sections__split{grid-template-columns:1fr;justify-items:stretch}}.sections__with-bg{background-color:var(--section-with-bg);border-color:var(--section-with-bg-border-color);border-radius:var(--border-radius);padding:40px}@media(width<=768px){.sections__with-bg{padding:var(--space-lg)}}.sections__secondary-title{color:var(--color-white);font-size:var(--text-xl);font-weight:700;letter-spacing:.8px;line-height:1.3}.sections__eyebrow{text-transform:uppercase}.underlay{background:var(--color-graphite-900-50);border-radius:var(--border-radius);border:1px solid var(--border);padding:40px;margin:0 var(--space-xl)}@media(width<=480px){.underlay{margin:0 var(--space-md);padding:var(--space-lg)}}.secondary-text{color:var(--color-gray-500);font-size:clamp(16px,1.8vw,20px);font-style:normal;font-weight:300;letter-spacing:.8px;line-height:1.5;text-align:center}.title{color:var(--color-white);font-size:var(--text-2xl);font-weight:700;letter-spacing:.8px;line-height:1.15;text-align:center}.title--accent{color:var(--accent)}@media(prefers-reduced-motion:no-preference){.js-anim-ready .anim-fade-up{animation:anim-fade-up .7s ease-out both;opacity:0;transform:translateY(12px);will-change:opacity,transform}.js-anim-ready .anim-fade-in{animation:anim-fade-in .6s ease-out both;opacity:0;will-change:opacity}.js-anim-ready .anim-scale-in{animation:anim-scale-in .6s ease-out both;opacity:0;transform:scale(.96);transform-origin:center;will-change:opacity,transform}.js-anim-ready .anim-fade-up.is-visible,.js-anim-ready .anim-fade-in.is-visible,.js-anim-ready .anim-scale-in.is-visible{animation-play-state:running}.js-anim-ready .anim-fade-up,.js-anim-ready .anim-fade-in,.js-anim-ready .anim-scale-in{animation-play-state:paused}.anim-delay-1{animation-delay:.12s}.anim-delay-2{animation-delay:.24s}.anim-delay-3{animation-delay:.36s}}@keyframes anim-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes anim-fade-in{0%{opacity:0}to{opacity:1}}@keyframes anim-scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.anim-fade-up,.anim-fade-in,.anim-scale-in{animation:none;opacity:1;transform:none}}.button{align-items:center;border-radius:12px;border:1px solid var(--border);color:var(--color-black);display:inline-flex;font-size:var(--text-md);font-style:normal;font-weight:600;justify-content:center;letter-spacing:.8px;line-height:normal;padding:12px 32px;transition:color .2s ease,transform .2s ease,box-shadow .2s ease,background .2s ease;white-space:nowrap}@media(width<=1024px){.button{padding:8px 16px;font-size:var(--text-sm)}}@media(width<=480px){.button{width:100%}}.button--primary{background:var(--accent);border-color:transparent;color:var(--color-black)}.button--primary:hover{transform:translateY(-1px);background:var(--accent-strong)}.button--ghost{background:transparent;border-color:var(--color-gray-800);color:var(--ink)}.button--ghost:hover{transform:translateY(-1px);background:var(--color-gray-600)}.button--submit{background:var(--color-lime-300);border-color:transparent;color:var(--color-black);width:100%}.button--submit:hover{background:var(--color-lime-350);transform:translateY(-1px)}.button--submit:active{transform:translateY(0)}.header{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 var(--space-xl);height:120px;transition:height .3s ease;position:relative}@media(width<=1024px){.header{height:80px}}@media(width<=480px){.header{padding:0 var(--space-md)}}.header .button{width:auto;flex-shrink:0}.header__wrapper{backdrop-filter:blur(4px);background:var(--color-black-950-90);border-bottom:1px solid var(--color-lime-400-20);left:0;position:fixed;right:0;top:0;transition:background .3s ease;z-index:1000}.header__wrapper--scrolled .header{height:80px}.header__wrapper--scrolled .header__logo img{height:48px;width:auto}.header__wrapper+*{padding-top:120px}@media(width<=1024px){.header__wrapper+*{padding-top:80px}}.header__logo{align-items:center;display:inline-flex}.header__logo img{display:block;transition:height .3s ease,width .3s ease}@media(width<=1024px){.header__logo img{height:48px;width:auto}}.input-field{display:flex;flex-direction:column;gap:var(--space-xs)}.input-field__label{color:var(--color-gray-400);font-weight:400;font-size:var(--text-md);line-height:140%;letter-spacing:4%}@media(width<=768px){.input-field__label{font-size:var(--text-base)}}.input-field__input{background:transparent;border:1px solid var(--border);border-radius:12px;color:var(--ink);font-family:inherit;font-size:var(--text-sm);padding:var(--space-md) 20px;transition:border-color .2s ease,box-shadow .2s ease}@media(width<=480px){.input-field__input{padding:12px var(--space-md)}}.input-field__input::placeholder{color:var(--muted)}.input-field__input:focus{border-color:var(--color-white-20);box-shadow:0 0 0 2px var(--color-white-05);outline:none}.input-field__error{color:var(--color-red-500);font-size:var(--text-xs)}.input-field--error .input-field__input{border-color:var(--color-red-500)}.input-field--error .input-field__input:focus{border-color:var(--color-red-500);box-shadow:0 0 0 2px var(--color-red-500-15)}.signup-form{display:flex;flex-direction:column;gap:16px;width:100%}.contact-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#000000b3;backdrop-filter:blur(4px);padding:var(--space-md)}.contact-modal__container{position:relative;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;background:var(--color-black-950);border:1px solid var(--border);border-radius:16px;padding:var(--space-2xl)}@media(width<=480px){.contact-modal__container{max-width:100%;max-height:90vh;border-radius:16px;padding:var(--space-xl) var(--space-md)}}.contact-modal__close{position:absolute;top:var(--space-md);right:var(--space-md);background:none;border:none;color:var(--muted);font-size:28px;line-height:1;cursor:pointer;padding:4px 8px;transition:color .2s ease}.contact-modal__close:hover{color:var(--ink)}.contact-modal__title{color:var(--ink);font-size:var(--text-lg);font-weight:600;margin-bottom:var(--space-xl)}.contact-modal__form{display:flex;flex-direction:column;gap:var(--space-md)}.contact-modal__textarea{resize:vertical;min-height:100px;font-family:inherit}.contact-modal__error{color:var(--color-red-500);font-size:var(--text-xs);text-align:center}.contact-modal__success{display:flex;flex-direction:column;align-items:center;gap:var(--space-lg);text-align:center;padding:var(--space-xl) 0}.contact-modal__success-title{color:var(--ink);font-size:var(--text-lg);font-weight:600}.contact-modal__success-message{color:var(--muted);font-size:var(--text-sm)}.hero{display:grid;gap:clamp(20px,4vw,40px);min-height:clamp(580px,92vh,1040px);padding:clamp(32px,6vw,96px) clamp(20px,4vw,40px) clamp(56px,8vw,120px);margin-bottom:4em}.hero__wrapper{position:relative;background-color:var(--main-bg);background-position:bottom center;background-repeat:no-repeat;background-size:cover;padding-top:120px}@media(width<=1024px){.hero__wrapper{padding-top:80px}}.hero__wrapper:before{content:"";position:absolute;inset:0;background-image:url(/images/header_bg.png),linear-gradient(to right,rgba(57,63,42,.3) 1px,transparent 1px),linear-gradient(to bottom,rgba(57,63,42,.3) 1px,transparent 1px);background-position:bottom center,0 0,0 0;background-repeat:no-repeat,repeat,repeat;background-size:cover,80px 80px,80px 80px;background-blend-mode:screen,screen,screen;opacity:.85;z-index:0}.hero__body{align-content:start;display:grid;gap:clamp(12px,2.5vw,20px);justify-items:center;margin:0 auto;max-width:760px;padding:clamp(24px,4vw,48px) 0;text-align:center;width:min(100%,760px)}.hero__title{font-size:var(--text-3xl);font-weight:700;letter-spacing:.04em;line-height:1.15;margin:0;text-align:center;text-wrap:balance}.hero__title-accent{color:var(--accent)}.hero__copy{color:var(--muted);font-size:clamp(16px,1.6vw,20px);font-weight:300;letter-spacing:.04em;line-height:1.5;max-width:640px;text-align:center;text-wrap:balance}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center;margin-top:var(--space-sm)}@media(width<=1024px){.hero{min-height:0;padding:clamp(24px,8vw,64px) clamp(16px,5vw,32px) clamp(48px,10vw,96px)}}@media(width<=480px){.hero{gap:20px;padding:24px 5vw 64px}.hero__actions{align-items:stretch;flex-direction:column}.hero__actions .button{width:100%}}.ba-section__header{display:flex;flex-direction:column;gap:var(--space-lg);margin-bottom:var(--space-2xl)}@media(width<=480px){.ba-section__header{margin-bottom:var(--space-xl)}}.ba-section__split{display:grid;gap:var(--space-2xl);align-items:center;grid-template-columns:1fr 1fr}@media(width<=1024px){.ba-section__split{grid-template-columns:1fr;gap:var(--space-xl)}}.ba-section__media{display:flex;justify-content:center;align-items:center}.ba-section__image{width:100%;max-width:630px;height:auto}@media(width<=1024px){.ba-section__image{max-width:100%}}.ba-section__content{display:flex;flex-direction:column;gap:var(--space-lg)}.ba-section__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-md)}.ba-section__list-item{display:flex;align-items:center;gap:12px;color:var(--ink);font-size:clamp(16px,1.6vw,18px);line-height:1.5}.ba-section__check{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--color-white);font-size:1em;font-weight:700;line-height:1}.ba-section__trusted{display:flex;gap:var(--space-xl);justify-content:space-around;align-items:center}@media(width<=1024px){.ba-section__trusted{flex-direction:column;gap:12px}}.ba-section__trusted-logo{font-weight:700;font-size:26px;line-height:140%;letter-spacing:4%;text-align:center}.ba-section__nowrap{white-space:nowrap}.ba-section__footer{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between;gap:var(--space-lg)}.ba-section__footer>img{max-width:630px}@media(width<=768px){.ba-section__footer>img{max-width:100%;height:auto;display:block}}.ba-section__buttons{display:flex;gap:var(--space-lg);flex-direction:row}@media(width<=768px){.ba-section__buttons{flex-direction:column}}@media(width<=480px){.ba-section__header,.ba-section__content{gap:var(--space-md)}}.products-section__header{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);margin-bottom:var(--space-2xl);text-align:center}.products-section__eyebrow{text-transform:uppercase;text-align:center}.products-section__title{text-align:center;color:var(--color-white);font-size:var(--text-2xl);font-weight:700;letter-spacing:.8px;line-height:1.15;margin:0}.products-section__title-accent{color:var(--accent)}.products-section__grid{display:grid;gap:var(--space-lg);grid-template-columns:repeat(4,1fr)}@media(width<=1024px){.products-section__grid{grid-template-columns:repeat(2,1fr)}}@media(width<=768px){.products-section__grid{grid-template-columns:1fr}}.products-section__card{background:var(--section-with-bg);border:1px solid var(--section-with-bg-border-color);border-radius:var(--border-radius);padding:var(--space-xl) var(--space-lg);display:flex;flex-direction:column;gap:var(--space-md);transition:box-shadow .2s ease,transform .2s ease}.products-section__card:hover{box-shadow:0 8px 24px var(--color-black-35);transform:translateY(-2px)}.products-section__icon{display:flex;align-items:center;justify-content:flex-start}.products-section__icon img{opacity:.85}.products-section__card-title{color:var(--color-white);font-size:var(--text-md);font-weight:600;margin:0;line-height:1.3}.products-section__card-desc{color:var(--muted);font-size:var(--text-sm);margin:0;line-height:1.5}.ac-section__content{display:flex;flex-direction:column;gap:var(--space-xl)}.ac-section__form{align-items:center;justify-items:stretch}@media(width<=1024px){.ac-section__form{grid-template-columns:1fr}}.ac-section__form-img{display:flex}@media(width<=1024px){.ac-section__form-img{display:none}}.ac-section__form-img>img{max-width:655px}@media(width<=1380px){.ac-section__form-img>img{max-width:100%;height:auto;display:block}}.steps-section{display:flex;flex-direction:column;gap:var(--space-2xl)}.steps-section__header{display:flex;flex-direction:column;align-items:center;gap:var(--space-lg);text-align:center}.steps-section__title .title--accent{color:var(--accent)}.steps-section__secondary-title{text-align:center}.steps-section__cards{display:grid;gap:var(--space-md);grid-template-columns:repeat(4,1fr)}@media(width<=1024px){.steps-section__cards{grid-template-columns:repeat(2,1fr)}}@media(width<=768px){.steps-section__cards{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}.steps-section__card{position:relative;align-items:center;background:var(--section-with-bg);border-radius:24px;border:1px solid var(--section-with-bg-border-color);display:flex;flex-direction:column;padding:64px 32px 48px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}@media(width<=1024px){.steps-section__card{padding:56px 24px 24px}}@media(width<=768px){.steps-section__card{flex-direction:row;gap:var(--space-sm);padding:var(--space-lg) var(--space-md)}}@media(width<=480px){.steps-section__card{padding:var(--space-md)}}.steps-section__number{color:var(--color-white);font-size:48px;font-weight:700;line-height:140%}@media(width>=1025px){.steps-section__number{font-size:56px}}@media(width<=768px){.steps-section__number{font-size:40px}}.steps-section__icon{align-items:center;background-color:var(--main-bg);border-radius:12px;border:1px solid var(--section-with-bg-border-color);display:flex;height:56px;justify-content:center;margin-top:var(--space-lg);transition:transform .2s ease;width:56px}.steps-section__icon img{opacity:.8}@media(width<=768px){.steps-section__icon{display:none}}.steps-section__card-title{color:var(--ink);font-size:var(--text-base);font-weight:600;margin:20px 0 8px;line-height:1.3}@media(width>=1025px){.steps-section__card-title{font-size:17px}}@media(width<=1024px){.steps-section__card-title{font-size:var(--text-md)}}@media(width<=768px){.steps-section__card-title{font-size:var(--text-base)}}.steps-section__card-desc{color:var(--muted);font-size:var(--text-xs);margin:0;line-height:1.45}@media(width>=1025px){.steps-section__card-desc{font-size:13px}}@media(width<=1024px){.steps-section__card-desc{font-size:15px}}@media(width<=768px){.steps-section__card-desc{font-size:var(--text-xs)}}.steps-section__footer{align-items:center;display:flex;flex-direction:column;gap:var(--space-xl);justify-content:center}.steps-section__footer .button{width:auto;min-width:200px}.steps-section__card:hover{box-shadow:0 12px 32px var(--color-black-35);transform:translateY(-4px)}.steps-section__card:hover .steps-section__icon{transform:translateY(-2px) rotate(-2deg)}.industries-section__split{display:grid;gap:var(--space-2xl);align-items:center;grid-template-columns:1fr 1fr}@media(width<=1024px){.industries-section__split{grid-template-columns:1fr;gap:var(--space-xl)}}.industries-section__content{display:flex;flex-direction:column;gap:var(--space-xl)}.industries-section__header{display:flex;flex-direction:column;gap:var(--space-md);text-align:left}.industries-section__eyebrow{text-transform:uppercase;text-align:left}.industries-section__title{text-align:left;color:var(--color-white);font-size:var(--text-2xl);font-weight:700;letter-spacing:.8px;line-height:1.15;margin:0}.industries-section__title-accent{color:var(--accent)}.industries-section__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:var(--space-md) var(--space-xl)}@media(width<=768px){.industries-section__list{grid-template-columns:1fr;grid-template-rows:unset}}.industries-section__list-item{display:flex;align-items:center;gap:12px;color:var(--ink);font-size:17px;line-height:1.5}.industries-section__check{flex-shrink:0;color:var(--accent);font-size:1em;font-weight:700;line-height:1}.industries-section__media{display:flex;justify-content:center;align-items:center}.industries-section__image{width:100%;max-width:630px;height:auto;border-radius:var(--border-radius);border:1px solid var(--color-lime-400-20);box-shadow:0 0 24px #d4ef8926}@media(width<=1024px){.industries-section__image{max-width:100%}}.security-compliance-section__top{display:grid;gap:var(--space-xl);align-items:start;grid-template-columns:1fr auto;margin-bottom:var(--space-2xl)}@media(width<=1024px){.security-compliance-section__top{grid-template-columns:1fr}}.security-compliance-section__header{display:flex;flex-direction:column;gap:var(--space-md);text-align:left}.security-compliance-section__eyebrow{text-transform:uppercase;text-align:left}.security-compliance-section__title{text-align:left;color:var(--color-white);font-size:var(--text-2xl);font-weight:700;letter-spacing:.8px;line-height:1.15;margin:0}.security-compliance-section__title-accent{color:var(--accent)}.security-compliance-section__desc{text-align:left;margin:0}.security-compliance-section__list{list-style:none;margin:0;padding:0;margin-top:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-md);min-width:280px}@media(width<=768px){.security-compliance-section__list{min-width:0}}.security-compliance-section__list-item{display:flex;align-items:center;gap:12px;color:var(--ink);font-size:clamp(16px,1.6vw,18px);line-height:1.5}.security-compliance-section__check{flex-shrink:0;color:var(--accent);font-size:1em;font-weight:700;line-height:1}.security-compliance-section__media{width:100%}.security-compliance-section__image{width:100%;height:auto;border-radius:var(--border-radius);border:1px solid var(--color-lime-400-20);box-shadow:0 0 24px #d4ef8926}.infrastructure-section{position:relative}.infrastructure-section__diagram{position:relative;max-width:860px;margin:0 auto;aspect-ratio:623/618}@media(width<=768px){.infrastructure-section__diagram{max-width:100%;aspect-ratio:auto}}.infrastructure-section__circle{position:absolute;top:50%;left:50%;width:75%;height:75%;transform:translate(-50%,-50%);pointer-events:none}@media(width<=768px){.infrastructure-section__circle{display:none}}.infrastructure-section__circle-ring{fill:#949494}.infrastructure-section__circle-node{fill:var(--accent)}.infrastructure-section__header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:var(--space-md);width:100%;max-width:90%;text-align:center;padding:0 var(--space-md);pointer-events:none}.infrastructure-section__eyebrow{text-transform:uppercase;text-align:center}.infrastructure-section__title{text-align:center;color:var(--color-white);font-size:clamp(28px,4vw,48px);font-weight:700;letter-spacing:.8px;line-height:1.15;margin:0}.infrastructure-section__title-accent{color:var(--accent)}.infrastructure-section__box{position:absolute;background:var(--section-with-bg);border:1px solid var(--color-lime-400-20);border-radius:var(--border-radius);padding:var(--space-lg) 20px;max-width:380px;min-width:340px;transition:box-shadow .2s ease,transform .2s ease}.infrastructure-section__box:hover{box-shadow:0 8px 24px var(--color-black-35);transform:translateY(-2px)}.infrastructure-section__box--tl{top:144px;left:0}.infrastructure-section__box--tr{top:28px;right:-8px}.infrastructure-section__box--bl{bottom:120px;left:-16px}.infrastructure-section__box--br{bottom:56px;right:0}@media(width<=768px){.infrastructure-section__box{position:static;max-width:none;min-width:0;margin-bottom:var(--space-md)}.infrastructure-section__box:last-child{margin-bottom:0}}@media(width<=768px){.infrastructure-section__diagram{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-lg)}.infrastructure-section__circle{position:relative;top:auto;left:auto;transform:none;order:-1;width:280px;height:auto;flex-shrink:0}.infrastructure-section__header{position:relative;top:auto;left:auto;transform:none;max-width:100%;order:0;pointer-events:auto}}.infrastructure-section__box-title{color:var(--color-white);font-size:var(--text-base);font-weight:600;margin:0 0 var(--space-sm);line-height:1.3}.infrastructure-section__box-desc{color:var(--muted);font-size:var(--text-xs);margin:0;line-height:1.5}.why-nectrapay-section__split{display:grid;gap:var(--space-2xl);align-items:center;grid-template-columns:1fr 1fr}@media(width<=1024px){.why-nectrapay-section__split{grid-template-columns:1fr;gap:var(--space-xl)}}.why-nectrapay-section__media{display:flex;justify-content:center;align-items:center}.why-nectrapay-section__image{width:100%;max-width:520px;height:auto;border-radius:var(--border-radius);border:1px solid var(--color-lime-400-20);box-shadow:0 0 24px #d4ef8926}@media(width<=1024px){.why-nectrapay-section__image{max-width:100%}}.why-nectrapay-section__content{display:flex;flex-direction:column;gap:var(--space-lg);text-align:left}.why-nectrapay-section__content .section__eyebrow,.why-nectrapay-section__content .section__title{text-align:left}.why-nectrapay-section__desc{margin:0;text-align:left}.why-nectrapay-section__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-md)}.why-nectrapay-section__list-item{display:flex;align-items:center;gap:12px;color:var(--ink);font-size:clamp(16px,1.6vw,18px);line-height:1.5}.why-nectrapay-section__check{flex-shrink:0;color:var(--accent);font-size:1em;font-weight:700;line-height:1}.modern-finance-cta-section{display:flex;flex-direction:column;align-items:center;gap:40px;text-align:center}.modern-finance-cta-section__title{margin:0}.modern-finance-cta-section__actions{display:flex;gap:var(--space-lg);flex-wrap:wrap;justify-content:center}.modern-finance-cta-section__actions .button{min-width:180px}@media(width<=480px){.modern-finance-cta-section__actions{flex-direction:column;width:100%;max-width:320px}.modern-finance-cta-section__actions .button{width:100%}}.footer{display:flex;flex-direction:column;gap:var(--space-xl)}.footer__wrapper{border-top:1px solid var(--color-lime-400-20);padding:60px 0}.footer__top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:var(--space-xl);flex-wrap:wrap}@media(width<=768px){.footer__top{flex-direction:column;align-items:flex-start}}.footer__logo{margin:0}.footer__partners{display:flex;flex-direction:column;gap:var(--space-md);align-items:flex-start;min-width:420px}@media(width<=768px){.footer__partners{min-width:100%}}.footer__partners-label{margin:0;font-size:14px;font-weight:500;color:#ffffff80;letter-spacing:.02em;opacity:.85}.footer__partners-logos{display:flex;flex-direction:row;align-items:center;gap:56px;flex-wrap:wrap}@media(width<=768px){.footer__partners-logos{gap:40px}}@media(width<=480px){.footer__partners-logos{gap:32px}}.footer__partner-logo{display:block;height:32px;width:auto;object-fit:contain;opacity:.95}@media(width<=480px){.footer__partner-logo{height:28px}}.footer__header{display:flex;flex-direction:column;gap:var(--space-lg);border-bottom:1px solid var(--color-lime-400-20);padding-bottom:var(--space-xl)}.footer__nav{display:flex;flex-direction:row;gap:32px;list-style:none;margin:0;padding:0}@media(width<=768px){.footer__nav{flex-direction:column;gap:12px}}.footer__nav>li{margin:0;padding:0;font-weight:500;font-size:14px;line-height:1.4;letter-spacing:.02em}.footer__nav>li>a{color:var(--color-white-70);text-decoration:none}.footer__nav>li>a:hover{color:var(--ink);text-decoration:underline}.footer__contacts{text-align:left;font-size:14px;color:#ffffff80}.footer__contacts>a{color:var(--color-white-70)}.footer__contacts>a:hover{text-decoration:underline}.footer__content{color:#ffffff4d;font-weight:300;font-size:12px;line-height:1.7;letter-spacing:.01em}.footer__content p{margin:0;padding:0 0 var(--space-md) 0}.footer__content p:last-child{padding:0;color:#ffffff80;font-size:13px}@media(width<=480px){.footer__wrapper{padding:40px 0}.footer__nav>li{font-size:13px}.footer__content{font-size:11px}.footer__content p:last-child{font-size:12px}}
