@font-face{font-family:Inter;src:url('../fonts/inter-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url('../fonts/inter-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}img,svg{display:block;max-width:100%}img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:none;border:none}input,textarea{font:inherit}:root{--blue:#0F3A8C;--blue-dark:#0A2559;--blue-hover:#1548A6;--blue-accent:#1A4FBF;--blue-soft:#E7ECF7;--silver-light:#E4EAF1;--silver-mid:#B8C2D1;--silver-dark:#8C9BAB;--grey-bg:#F5F7FA;--grey-line:#dbe0e6;--text:#0F1628;--text-muted:#5A6478;--white:#FFFFFF;--metal-silver:linear-gradient(145deg,#FAFBFD 0%,#E8EDF4 22%,#C8D0DC 55%,#8C9BAB 85%,#6A7485 100%);--metal-silver-soft:linear-gradient(145deg,#FCFDFE 0%,#EEF2F8 35%,#D4DBE5 75%,#B8C2D1 100%);--metal-shine:linear-gradient(145deg,rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.2) 40%,rgba(255,255,255,0) 60%);--header-h:76px;--container:1240px;--pad:24px;--ease:cubic-bezier(.2,.7,.2,1)}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;font-weight:400;line-height:1.55;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}.container{max-width:var(--container);margin:0 auto;padding:0 var(--pad);width:100%}h1,h2,h3,h4{font-weight:600;letter-spacing:-0.02em;line-height:1.15;color:var(--text)}h1{font-size:clamp(36px,5.2vw,60px);letter-spacing:-0.03em;line-height:1.08}h2{font-size:clamp(28px,3.4vw,42px)}h3{font-size:18px;letter-spacing:-0.005em}h4{font-size:15px;letter-spacing:0;font-weight:600}p{color:var(--text-muted)}.eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:var(--blue)}.eyebrow.light{color:#AEC0E8}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;font-size:14px;font-weight:600;letter-spacing:0.02em;transition:background-color .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease),transform .25s var(--ease),-webkit-filter .25s var(--ease);transition:background-color .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease),transform .25s var(--ease),filter .25s var(--ease);transition:background-color .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease),transform .25s var(--ease),filter .25s var(--ease),-webkit-filter .25s var(--ease);white-space:nowrap;border:1px solid transparent;position:relative}.btn-primary{background:var(--blue);color:var(--white)}.btn-primary:hover{background:var(--blue-hover);-webkit-filter:drop-shadow(0 6px 16px rgba(15,58,140,0.28));filter:drop-shadow(0 6px 16px rgba(15,58,140,0.28))}.btn-light{background:var(--white);color:var(--blue-dark)}.btn-light:hover{background:#EEF2FB}.btn-accent{background:var(--blue-accent);color:var(--white)}.btn-accent:hover{background:var(--blue-hover);-webkit-filter:drop-shadow(0 6px 16px rgba(15,58,140,0.28));filter:drop-shadow(0 6px 16px rgba(15,58,140,0.28))}.btn-ghost{background:transparent;color:var(--white);border-color:rgba(255,255,255,0.35)}.btn-ghost:hover{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.7)}.btn-outline{background:transparent;color:var(--blue);border-color:var(--blue)}.btn-outline:hover{background:var(--blue);color:var(--white)}.btn .arr{transition:transform .25s var(--ease)}.btn:hover .arr{transform:translateX(3px)}.btn-primary,.btn-light,.btn-accent{-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%);clip-path:polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--white);color:var(--text);border-bottom:1px solid var(--grey-line);transition:box-shadow .3s var(--ease),border-color .3s var(--ease)}.header.is-scrolled{border-bottom-color:transparent;box-shadow:0 4px 18px rgba(15,58,140,0.07)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;height:var(--header-h)}.logo{display:flex;align-items:center;flex-shrink:0}.logo img{height:65px;width:auto}.nav{display:flex;align-items:center;gap:2px}.nav-link{display:inline-block;padding:8px 14px;font-size:14px;font-weight:400;color:var(--text-muted);letter-spacing:0.01em;transition:color .2s var(--ease);position:relative}.nav-link:hover{color:var(--text)}.nav-link::after{content:"";position:absolute;left:14px;right:14px;bottom:2px;height:1px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease)}.nav-link:hover::after{transform:scaleX(1)}.nav-link.active{color:var(--text)}.nav-link.active::after{transform:scaleX(1);background:var(--blue)}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--text-muted);border-radius:3px;transition:background .2s var(--ease),color .2s var(--ease)}.icon-btn:hover{background:var(--grey-bg);color:var(--blue)}.nav-cta{display:none}.burger{display:none;width:40px;height:40px;align-items:center;justify-content:center}.burger span{position:relative;width:20px;height:1.5px;background:var(--text);transition:background .2s}.burger span::before,.burger span::after{content:"";position:absolute;left:0;width:20px;height:1.5px;background:var(--text);transition:transform .25s var(--ease)}.burger span::before{top:-6px}.burger span::after{top:6px}.burger.is-open span{background:transparent}.burger.is-open span::before{transform:translateY(6px) rotate(45deg)}.burger.is-open span::after{transform:translateY(-6px) rotate(-45deg)}.hero{position:relative;background:var(--blue-dark);color:var(--white);overflow:hidden;padding:110px 0 130px}.hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-bg-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.7;display:block}.hero-bg-fallback{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 30%,#1A4FBF 0%,transparent 55%),linear-gradient(135deg,#0A2559 0%,#05153F 100%);z-index:0}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(10,37,89,0.92) 0%,rgba(10,37,89,0.72) 55%,rgba(15,58,140,0.55) 100%);z-index:1}.hero-inner{position:relative;z-index:2;display:flex;align-items:center;gap:60px;min-height:440px}.hero-left{flex:1 1 60%;max-width:720px}.hero-right{flex:1 1 40%;align-self:stretch;position:relative;min-height:380px;display:flex;align-items:center;justify-content:center}.hero-eyebrow{margin-bottom:24px}.hero h1{color:var(--white);margin-bottom:24px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-pattern{width:100%;max-width:420px;height:auto;opacity:0.6}.hero-pattern .dot{fill:rgba(255,255,255,0.24)}.hero-pattern .dot-accent{fill:#AEC0E8}.hero-pattern .ring{stroke:rgba(255,255,255,0.18);stroke-width:1;fill:none}.hero-pattern .ring-accent{stroke:#AEC0E8;stroke-width:1;fill:none;stroke-dasharray:3 4}.hero-pattern .tick{stroke:rgba(255,255,255,0.35);stroke-width:1}.hero-pattern .line-accent{stroke:#AEC0E8;stroke-width:1;fill:none;opacity:0.5}.hero-pattern text{fill:rgba(255,255,255,0.5);font:500 9px/1 'Inter',monospace;letter-spacing:0.2em}.ramp{position:relative;display:block;width:100%;height:100px;line-height:0;margin-top:-100px;background:transparent;z-index:2}.ramp svg{width:100%;height:100%;display:block}section{padding:90px 0;position:relative;overflow:hidden}.section-head{margin-bottom:56px;max-width:780px}.section-head .eyebrow{margin-bottom:18px}.section-head h2{margin-bottom:20px}.section-head p{font-size:17px;line-height:1.6;max-width:640px}.services{background:var(--grey-bg);padding-top:80px;overflow:hidden}.section-head-grid{display:flex;gap:80px;align-items:flex-end;justify-content:space-between;margin-bottom:60px;position:relative;z-index:2}.section-head-left{flex:1 1 56%;margin-bottom:0}.section-head-right{color:var(--text-muted);font-size:14px;line-height:1.6;padding-bottom:8px}.section-head-right span{display:flex;align-items:center;gap:8px;flex-direction:column;color:var(--blue);font-weight:600;font-size:18px;margin-bottom:6px}.section-head-right svg{width:50px;height:50px}.services-decor{position:absolute;top:40px;right:-80px;width:560px;height:560px;pointer-events:none;z-index:0;opacity:0.07}.services-decor img{width:100%;height:100%;display:block}.services-grid{display:flex;flex-wrap:wrap;gap:20px;position:relative;z-index:2}.service{flex:1 1 calc(25% - 15px);min-width:240px;background:radial-gradient(ellipse at 105% -5%,#b8c2d173 0,transparent 55%),var(--white);border:1px solid var(--grey-line);border-radius:4px;padding:36px 28px 32px;transition:border-color .3s var(--ease),transform .3s var(--ease),box-shadow .3s var(--ease);display:flex;flex-direction:column;gap:28px;min-height:240px;position:relative;overflow:hidden}.service:hover{border-color:var(--blue);transform:translateY(-6px);box-shadow:0 18px 40px rgba(15,58,140,0.1)}.service::after{content:"";position:absolute;left:28px;right:28px;bottom:0;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .4s var(--ease)}.service:hover::after{transform:scaleX(1)}.service-medal{width:92px;height:92px;border-radius:50%;background:var(--metal-silver);position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 1px 1px 2px rgba(255,255,255,0.9),inset -2px -2px 5px rgba(0,0,0,0.12),0 6px 16px rgba(15,58,140,0.08);transform:translateZ(0);isolation:isolate}.service-medal::before{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--metal-shine);mix-blend-mode:overlay;pointer-events:none}.service-medal::after{content:"";position:absolute;inset:8px;border-radius:50%;border:1px solid rgba(255,255,255,0.3);pointer-events:none}.service-medal img{width:48px;height:48px;display:block;position:relative;z-index:1}.service-body{margin-top:auto}.service-name{font-size:17px;font-weight:600;letter-spacing:-0.01em;color:var(--text);margin-bottom:4px}.service-sub{font-size:13px;color:var(--text-muted);line-height:1.4}.service-arrow{position:absolute;top:32px;right:28px;width:20px;height:20px;color:var(--silver-dark);opacity:0;transform:translate(-6px,6px);transition:opacity .25s var(--ease),transform .25s var(--ease),color .25s var(--ease)}.service:hover .service-arrow{opacity:1;transform:translate(0,0);color:var(--blue)}.service-cta{display:flex;flex-direction:column;justify-content:space-between;background:var(--blue-dark);color:var(--white);border:none;padding:32px 28px}.service-cta:hover{background:var(--blue);border:none;transform:translateY(-6px)}.service-cta::after{display:none}.service-cta-top{display:flex;align-items:center;gap:12px;font-size:12px;letter-spacing:0.14em;text-transform:uppercase;color:rgba(255,255,255,0.6);font-weight:600}.service-cta-top svg{color:#AEC0E8}.service-cta .service-name{color:var(--white);font-size:18px;margin-bottom:6px;display:block}.service-cta .service-sub{color:rgba(255,255,255,0.65)}.service-cta-arrow{width:36px;height:36px;border:1px solid rgba(255,255,255,0.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);margin-top:16px;transition:background .25s var(--ease)}.service-cta:hover .service-cta-arrow{background:var(--white);color:var(--blue);border-color:var(--white)}.services-footer{display:flex;justify-content:center;margin-top:40px;position:relative;z-index:2}.process{background:var(--white)}.process-list{display:flex;align-items:stretch;gap:0;flex-wrap:wrap}.step{flex:1 1 220px;display:flex;flex-direction:column;align-items:flex-start;position:relative;padding:0 28px 0 0}.step:not(:last-child)::after{content:"";position:absolute;top:40px;left:100px;right:0;height:1px;background-image:linear-gradient(to right,var(--silver-mid) 50%,transparent 50%);background-size:8px 1px;background-repeat:repeat-x;opacity:0.7}.step-circle{width:82px;height:82px;border-radius:50%;background:var(--metal-silver);position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:28px;box-shadow:inset 1px 1px 2px rgba(255,255,255,0.95),inset -2px -2px 6px rgba(0,0,0,0.14),0 8px 18px rgba(15,58,140,0.08);z-index:1}.step-circle::before{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--metal-shine);mix-blend-mode:overlay;pointer-events:none}.step-circle::after{content:"";position:absolute;inset:7px;border-radius:50%;border:1px solid rgba(255,255,255,0.35);pointer-events:none}.step-circle svg{width:38px;height:38px;color:var(--blue-dark);position:relative;z-index:2}.step-num{position:absolute;top:-6px;right:-6px;width:30px;height:30px;background:var(--blue);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:0.02em;z-index:3;border:2px solid var(--white)}.step h3{font-size:17px;margin-bottom:8px}.step p{font-size:14px;line-height:1.55}.advantages{background:var(--grey-bg);overflow:hidden;position:relative}.adv-grid{display:flex;flex-wrap:wrap;gap:1px;background:var(--grey-line);border:2px solid var(--grey-line);border-radius:4px;overflow:hidden;position:relative}.adv-grid::before{display:none}.adv-grid::after{display:none}.adv-item{flex:1 1 calc(33.333% - 1px);min-width:280px;background:var(--white);padding:40px 35px 35px 25px;display:flex;flex-direction:row;align-items:flex-start;gap:18px;position:relative;z-index:1}.adv-item:nth-child(even){background:var(--grey-bg)}.adv-icon{width:48px;height:48px;color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.adv-icon svg{width:36px;height:36px;stroke-width:1.5}.adv-item h3{font-size:16px;margin-bottom:6px}.adv-item p{font-size:14px;line-height:1.55}.documents{background:var(--blue-dark);color:var(--white);padding:140px 0;position:relative;overflow:hidden}.documents::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 80% 30%,rgba(26,79,191,0.4) 0%,transparent 40%);pointer-events:none;z-index:0}.documents::after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(174,192,232,0.12) 1px,transparent 1.5px);background-size:32px 32px;pointer-events:none;z-index:0}.documents-inner{display:flex;gap:80px;align-items:center;position:relative;z-index:1}.documents-left{flex:1 1 52%}.documents-left .eyebrow{margin-bottom:18px}.documents-left h2{color:var(--white);margin-bottom:20px}.documents-left p{color:rgba(255,255,255,0.72);margin-bottom:32px;max-width:500px}.doc-types{display:flex;flex-direction:column;gap:0;margin-bottom:40px}.doc-type{display:flex;align-items:center;gap:20px;padding:20px 0;border-top:1px solid rgba(255,255,255,0.1)}.doc-type:last-child{border-bottom:1px solid rgba(255,255,255,0.1)}.doc-type-icon{width:40px;height:40px;color:#AEC0E8;flex-shrink:0}.doc-type-text{flex:1}.doc-type-text strong{display:block;font-weight:500;color:var(--white);font-size:15px;margin-bottom:2px}.doc-type-text span{font-size:13px;color:rgba(255,255,255,0.55)}.doc-type-num{font-size:11px;color:rgba(255,255,255,0.4);letter-spacing:0.12em;font-variant-numeric:tabular-nums}.documents-right{flex:1 1 48%}.doc-stack{position:relative;height:420px}.doc-card{position:absolute;width:260px;background:var(--white);color:var(--text);padding:24px;border-radius:4px;box-shadow:0 24px 60px rgba(0,0,0,0.4);transform-origin:center}.doc-card-1{top:0;left:40px;transform:rotate(-5deg)}.doc-card-2{top:60px;left:120px;transform:rotate(3deg);z-index:2;height:240px}.doc-card-3{top:140px;left:20px;transform:rotate(-2deg);z-index:1;height:250px}.doc-card-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--grey-line);margin-bottom:14px}.doc-card-head strong{font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:var(--blue);font-weight:600}.doc-card-head span{font-size:10px;color:var(--silver-dark);font-variant-numeric:tabular-nums}.doc-card-title{font-size:13px;font-weight:600;color:var(--text);margin-bottom:12px;line-height:1.3}.doc-card-row{height:6px;background:var(--grey-line);border-radius:2px;margin-bottom:6px}.doc-card-row.short{width:60%}.doc-card-stamp{position:absolute;bottom:20px;right:20px;width:56px;height:56px;border:1.5px solid var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--blue);font-size:8px;font-weight:600;letter-spacing:0.08em;text-align:center;line-height:1.1;transform:rotate(-8deg);opacity:0.9}.documents-btn{margin:22px 0 0 22px}.geo{background:var(--white)}.geo-inner{display:flex;gap:72px;align-items:center}.geo-left{flex:1 1 50%;width:100%}.geo-map-wrap{width:100%;max-width:560px;position:relative}.geo-map-wrap img{width:100%;height:auto;display:block}.geo-cities{position:absolute;inset:0;pointer-events:none}.geo-city{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:3px}.geo-city-dot{width:10px;height:10px;background:var(--blue);border-radius:50%;border:2px solid var(--white);box-shadow:0 0 0 2px rgba(15,58,140,0.3),0 2px 6px rgba(15,58,140,0.25)}.geo-city-label{background:var(--white);color:var(--text);font-size:10px;font-weight:600;letter-spacing:0.04em;padding:2px 6px;border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,0.12);white-space:nowrap}.geo-right{flex:1 1 50%}.geo-right .eyebrow{margin-bottom:16px}.geo-right h2{margin-bottom:20px}.geo-right > p{margin-bottom:32px;max-width:500px}.city-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.city-chip{padding:8px 16px;border:1px solid var(--grey-line);border-radius:3px;font-size:13px;font-weight:400;color:var(--text);transition:all .2s var(--ease);background:var(--white);background:radial-gradient(ellipse at 105% -5%,#b8c2d173 0,transparent 55%),var(--white)}.hero-tagline-items{display:flex;flex-wrap:wrap;gap:6px 20px;margin:25px 0 35px}.hero-tagline-item{display:inline-flex;align-items:center;gap:7px;font-size:0.44em;letter-spacing:-0.01em;color:rgba(255,255,255,0.6);font-weight:400;line-height:1.3;font-style:normal}.hero-tagline-item svg{flex-shrink:0;color:#2477d4}.city-chip:hover{border-color:var(--blue);color:var(--blue)}.geo-note{display:flex;align-items:flex-start;font-size:13px;padding:20px 20px 20px 30px;background:var(--blue-soft);border-left:2px solid var(--blue)}.geo-note-text strong{display:block;font-weight:600;color:var(--text);margin-bottom:4px;font-size:14px}.geo-note-text span{font-size:13px;color:var(--text-muted);line-height:1.5}.about{background:var(--grey-bg)}.about-inner{display:flex;gap:72px;align-items:center}.about-left{flex:1 1 45%}.about-image{aspect-ratio:4 / 5;border-radius:4px;position:relative;overflow:hidden;background:var(--blue-dark);background-image:url('../img/about1.jpg');background-size:cover;background-position:center}.about-image::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,37,89,0.3) 0%,rgba(10,37,89,0.85) 100%)}.about-image-frame{position:absolute;inset:20px;border:1px solid rgba(255,255,255,0.25);pointer-events:none}.about-image-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:36px;color:var(--white);z-index:1}.about-image-overlay .lbl{font-size:13px;color:rgba(255,255,255,0.8);letter-spacing:0.05em}.about-right{flex:1 1 55%}.about-right .eyebrow{margin-bottom:16px}.about-right h2{margin-bottom:24px}.about-right p{font-size:16px;line-height:1.65;margin-bottom:18px}.about-stats{display:flex;gap:0;margin:36px 0;padding:28px 0;border-top:1px solid var(--grey-line);border-bottom:1px solid var(--grey-line)}.about-stat{flex:1;padding:0 24px;border-right:1px solid var(--grey-line)}.about-stat:first-child{padding-left:0}.about-stat:last-child{border-right:none}.about-stat strong{display:block;font-size:28px;font-weight:600;color:var(--blue);letter-spacing:-0.02em;font-variant-numeric:tabular-nums;line-height:1}.about-stat span{font-size:13px;color:var(--text-muted)}.contacts{background:var(--white);padding:70px 0}.contacts-grid{display:flex;gap:1px;background:var(--grey-line);border:1px solid var(--grey-line);border-radius:4px;overflow:hidden;flex-wrap:wrap}.contact-col{flex:1 1 280px;background:radial-gradient(ellipse at 105% -5%,#b8c2d173 0,transparent 55%),var(--white);padding:36px 36px}.contact-col h3{font-size:13px;letter-spacing:0.12em;text-transform:uppercase;color:var(--silver-dark);font-weight:600;margin-bottom:20px}.contact-big{font-size:22px;font-weight:600;letter-spacing:-0.01em;color:var(--text);margin-bottom:8px;line-height:1.3}.contact-big a:hover{color:var(--blue)}.contact-sub{font-size:14px;color:var(--text-muted);line-height:1.5}.contact-cta-col{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:14px}.contact-cta-col p{font-size:14px;color:var(--text-muted);line-height:1.55;max-width:300px}.form{display:flex;flex-direction:column;gap:12px}.input{width:100%;padding:13px 14px;font-size:14px;border:1px solid var(--grey-line);border-radius:3px;background:var(--white);color:var(--text);transition:border-color .2s var(--ease)}.input:focus{outline:none;border-color:var(--blue)}.input::-webkit-input-placeholder{color:var(--silver-dark)}.input::-moz-placeholder{color:var(--silver-dark)}.input:-ms-input-placeholder{color:var(--silver-dark)}.input::-ms-input-placeholder{color:var(--silver-dark)}.input::placeholder{color:var(--silver-dark)}.popup-overlay{position:fixed;inset:0;background:rgba(10,37,89,0.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;z-index:200;padding:20px;opacity:0;transition:opacity .25s var(--ease)}.popup-overlay.is-open{display:flex;opacity:1}.popup{background:var(--white);width:100%;max-width:440px;border-radius:4px;padding:40px;position:relative;transform:translateY(10px);transition:transform .3s var(--ease)}.popup-overlay.is-open .popup{transform:translateY(0)}.popup-close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);border-radius:3px;transition:background .2s var(--ease)}.popup-close:hover{background:var(--grey-bg);color:var(--text)}.popup h3{font-size:22px;margin-bottom:8px}.popup-sub{font-size:14px;color:var(--text-muted);margin-bottom:24px}.popup .form{gap:10px}.popup-note{font-size:11px;color:var(--text-muted);margin-top:12px;line-height:1.5}.footer{background:var(--grey-bg);color:var(--text-muted);padding:60px 0 25px;position:relative;overflow:hidden}.footer-grid{display:flex;gap:60px;flex-wrap:wrap;margin-bottom:50px}.footer-brand{flex:1 1 250px}.footer-brand img{height:65px;width:auto;margin-bottom:20px;mix-blend-mode:multiply}.footer-brand p{font-size:13px;line-height:1.6;color:var(--text-muted);max-width:320px}.footer-col{flex:0 1 180px}.footer-col h4{font-size:12px;letter-spacing:0.12em;text-transform:uppercase;color:var(--blue);font-weight:600;margin-bottom:18px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-col a{font-size:14px;color:var(--text-muted);transition:color .2s var(--ease)}.footer-col a:hover{color:var(--blue)}.footer-bar{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding-top:32px;border-top:1px solid var(--grey-line);flex-wrap:wrap}.footer-legal{font-size:12px;color:var(--silver-dark);line-height:1.6;max-width:700px}.footer-copy{font-size:12px;color:var(--silver-dark);font-variant-numeric:tabular-nums}#top-btn{position:fixed;padding:5px;bottom:25px;right:25px;z-index:90;width:45px;height:45px;border-radius:50%;background:var(--metal-silver);border:0;cursor:pointer;display:none;align-items:center;justify-content:center;transition:transform .2s,background .2s}#top-btn:hover{transform:translateY(-3px);background:var(--metal-silver-soft)}@media (max-width:1100px){.burger{display:inline-flex}.nav,.header-actions .btn{display:none}.nav.is-open{display:flex;position:fixed;top:var(--header-h);left:0;right:0;flex-direction:column;background:var(--white);padding:16px;gap:2px;border-top:1px solid var(--grey-line);box-shadow:0 12px 20px rgba(0,0,0,0.06);max-height:calc(100vh - var(--header-h));overflow-y:auto}.nav.is-open .nav-link{padding:14px 16px;font-size:15px;width:100%;border-bottom:1px solid var(--grey-line);color:var(--text)}.nav.is-open .nav-link:last-child{border-bottom:none}.nav.is-open .nav-link::after{display:none}.nav.is-open .nav-cta{display:inline-flex;width:100%;margin-top:12px}.service{flex-basis:calc(33.333% - 14px)}.section-head-grid{flex-direction:column;align-items:flex-start;gap:0;margin-bottom:30px}.section-head-right{text-align:left}.step{flex:1 320px;padding:0 25px 32px}}@media (max-width:1024px){section{padding:60px 0}.hero{padding:80px 0 100px}.documents{padding:100px 0}.ramp{height:70px;margin-top:-70px}.hero-inner{gap:40px}.adv-item{flex:1 1 calc(50% - 1px)}.adv-icon{width:35px;height:35px}}@media (max-width:860px){:root{--pad:20px}.hero-inner{flex-direction:column;align-items:flex-start;min-height:auto}.hero-right{display:none}.section-head p{font-size:16px}.services-decor{display:none}.process-list{flex-direction:column}.step{flex-direction:row;gap:25px;flex:100%;padding:0 0 32px}.step:not(:last-child)::after{display:none}.adv-item{flex-basis:100%;padding:30px 25px 25px 25px}.adv-grid::before,.adv-grid::after{display:none}.service{flex-basis:calc(50% - 10px)}.documents{padding:80px 0}.documents-inner{flex-direction:column;gap:0}.doc-stack{display:none}.documents-btn{margin:0}.about-stats{flex-wrap:wrap;padding:0;border-top:none;border-bottom:none;gap:0;margin:15px 0 25px}.about-stat{flex:0 0 50%;padding:20px 20px 20px 0;border-right:1px solid var(--grey-line);border-bottom:1px solid var(--grey-line)}.about-stat:nth-child(even){padding-left:20px;padding-right:0;border-right:none}.about-stat:nth-child(n+3){border-bottom:none;padding-top:20px}.about-stat:first-child{padding-left:0}.about-inner{flex-direction:column;gap:40px}.geo-inner{flex-direction:column;gap:10px}.about-left{width:100%}.about-image{aspect-ratio:1 / 1;width:100%}.ramp{height:50px;margin-top:-50px}.section-head{margin-bottom:35px}.section-head.section-head-left{margin-bottom:20px}.footer{padding:30px 0 15px}.footer-brand{margin-bottom:30px}.footer-grid{gap:0;margin-bottom:0}.footer-col{flex:100%}.footer-col h4{cursor:pointer;display:flex;justify-content:space-between;align-items:center;margin-bottom:0;padding:20px 0;border-top:1px solid var(--grey-line)}.footer-col h4::after{content:"";width:8px;height:8px;border-right:1.5px solid var(--silver-dark);border-bottom:1.5px solid var(--silver-dark);transform:rotate(45deg);transition:transform .25s;flex:0 0 auto;margin-bottom:3px}.footer-col.open h4::after{transform:rotate(-135deg);margin-bottom:-3px}.footer-col ul{display:none;margin:0 0 20px}.footer-col.open ul{display:flex}}@media (max-width:560px){.service{flex-basis:100%;flex-direction:row;align-items:center;min-height:113px;padding:25px 15px;gap:20px}.service-body{margin-top:0}.service-medal{width:62px;height:62px}.service-medal svg{width:38px;height:38px}.service-cta-top{display:none}h1{font-size:32px}.step-circle{width:72px;height:72px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{justify-content:center}.about-stat:last-child{border-bottom:none}.about-stat:last-child{border-bottom:none;padding-bottom:0}.footer-bar{flex-direction:column;gap:16px}.popup{padding:28px 24px}.popup h3{font-size:18px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sec-border{border-bottom:1px solid var(--grey-line)}