:root{
  --bg-color: #f7fcff; --bg-gradient: linear-gradient(180deg,#f7fcff,#fff 45%,#f6fbff);
  --header-bg: rgba(255,255,255,.9); --header-border: rgba(207,227,245,.8);
  --card-bg: rgba(255,255,255,.92); --card-border: rgba(216,232,247,.85);
  --text-main: #132247; --text-muted: #62708b; --title-color: #071b4d;
  --icon-bg: #eaf4ff; --input-bg: #fbfdff; --input-border: #d8e6f3;
  --white: #fff; --navy: #071b4d; --deep: #0b2d6f; --blue: #1267f1; --blue2: #62a5ff;
  --shadow: 0 22px 70px rgba(13,54,125,.12);
}
@media (prefers-color-scheme: dark) {
  :root{
    --bg-color: #050b14; --bg-gradient: linear-gradient(180deg,#03060c,#050b14 45%,#0a1324);
    --header-bg: rgba(5,11,20,.85); --header-border: rgba(30,50,80,.6);
    --card-bg: rgba(12,20,34,.8); --card-border: rgba(30,50,80,.5);
    --text-main: #d1d8e0; --text-muted: #8a99b5; --title-color: #ffffff;
    --icon-bg: #0f1c30; --input-bg: #08101a; --input-border: #1d2d44;
    --white: #050b14; --navy: #ffffff; --deep: #e6f0ff; --blue: #3b82f6; --blue2: #60a5fa;
    --shadow: 0 22px 70px rgba(0,0,0,.6);
  }
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--text-main);background:var(--bg-gradient);}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}
.page-shell{width:min(1240px,calc(100% - 48px));margin:22px auto 28px;position:relative}.page-shell:before,.page-shell:after{content:"";position:fixed;z-index:-1;border-radius:50%;filter:blur(10px);opacity:.65}.page-shell:before{width:540px;height:540px;left:-220px;top:80px;background:radial-gradient(circle,#dff4ff,transparent 70%)}.page-shell:after{width:620px;height:620px;right:-260px;bottom:-120px;background:radial-gradient(circle,#e9f6ff,transparent 70%)}
.site-header{height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 34px;background:var(--header-bg);border:1px solid var(--header-border);border-radius:22px;box-shadow:var(--shadow);backdrop-filter:blur(16px);position:sticky;top:16px;z-index:50}.brand{display:flex;align-items:center;min-width:300px}.brand img{width:205px;height:62px;object-fit:cover;object-position:left center;border-radius:9px}.nav{display:flex;align-items:center;gap:34px;font-weight:700;font-size:14px}.nav a{position:relative;color:var(--title-color)}.nav a.active,.nav a:hover{color:var(--blue)}.nav a.active:after{content:"";position:absolute;left:50%;bottom:-18px;transform:translateX(-50%);width:28px;height:3px;border-radius:999px;background:var(--blue)}.language{display:flex;gap:9px;align-items:center;color:var(--text-muted)}.language strong{color:var(--blue)}.language a{color:var(--title-color)}.nav-toggle{display:none;background:var(--white);border:1px solid var(--line);border-radius:12px;padding:10px 12px;font-size:22px;color:var(--deep)}
.section-pad{padding-top:80px}.hero{position:relative;min-height:640px;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);align-items:center;gap:24px;overflow:hidden}.hero:before{content:"";position:absolute;left:-40px;bottom:50px;width:360px;height:120px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='200' viewBox='0 0 600 200'%3E%3Cg fill='none' stroke='%2396c7ff' stroke-width='2' opacity='.5'%3E%3Cpath d='M0 50h120l28 28h120l28-28h120l28 28h156'/%3E%3Cpath d='M0 95h180l24 22h135l30-30h160'/%3E%3Cpath d='M0 135h80l30 30h180l30-30h120'/%3E%3C/g%3E%3Cg fill='%2396c7ff' opacity='.7'%3E%3Ccircle cx='120' cy='50' r='4'/%3E%3Ccircle cx='268' cy='78' r='4'/%3E%3Ccircle cx='440' cy='78' r='4'/%3E%3Ccircle cx='180' cy='95' r='4'/%3E%3Ccircle cx='339' cy='117' r='4'/%3E%3Ccircle cx='80' cy='135' r='4'/%3E%3Ccircle cx='290' cy='165' r='4'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;opacity:.55}.hero-content{z-index:2}.identity-card{width:min(680px,100%);height:128px;border-radius:16px;background:var(--card-bg);box-shadow:0 18px 55px rgba(16,67,141,.1);overflow:hidden;margin-bottom:34px;border:1px solid var(--card-border)}.identity-card img{width:100%;height:100%;object-fit:cover;object-position:left center}.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.08;margin:0 0 28px;color:var(--navy);letter-spacing:-2.2px}.hero p{font-size:19px;line-height:1.9;color:var(--text-muted);max-width:690px;margin:0 0 32px}.hero-actions{display:flex;gap:22px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;border-radius:14px;padding:18px 28px;font-weight:800;min-width:172px;transition:.25s ease;border:1px solid transparent}.btn-primary{background:linear-gradient(135deg,var(--blue),#0e55d8);color:white;box-shadow:0 12px 30px rgba(18,103,241,.22)}.btn-outline{background:var(--white);color:var(--blue);border-color:#2f7cff;box-shadow:0 10px 25px rgba(18,103,241,.08)}.btn:hover{transform:translateY(-2px)}.hero-visual{align-self:stretch;min-height:590px;border-radius:0 0 120px 0;overflow:hidden;position:relative;background:linear-gradient(90deg,rgba(100,100,100,.1),rgba(255,255,255,.05)),url('../img/hero-bg.jpg') center/cover;box-shadow:inset 45px 0 90px rgba(255,255,255,.9),var(--shadow)}.hero-visual:after{content:"";position:absolute;left:-8%;right:-8%;bottom:-42px;height:170px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='220' viewBox='0 0 1200 220'%3E%3Cg fill='none' stroke='%2365a6ff' opacity='.34'%3E%3Cpath d='M0 120c190 80 340 70 520 25s340-85 680 20'/%3E%3Cpath d='M0 140c210 75 355 55 530 12s345-75 670 30'/%3E%3Cpath d='M0 160c240 80 390 55 565 15s345-65 635 28'/%3E%3C/g%3E%3C/svg%3E") center/cover no-repeat}.visual-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,15,25,.9) 0%,rgba(10,15,25,.4) 34%,rgba(255,255,255,0) 68%)}
.services{padding:36px 4px 30px}.section-title{max-width:790px;margin:0 0 28px}.section-title span,.split-copy span,.contact-left span{color:var(--blue);text-transform:uppercase;letter-spacing:.18em;font-size:13px;font-weight:800}.section-title h2,.split-copy h2,.contact-left h2{font-size:clamp(30px,3vw,44px);line-height:1.18;letter-spacing:-1.2px;color:var(--navy);margin:14px 0 0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{position:relative;background:var(--card-bg);border:1px solid var(--card-border);border-radius:22px;padding:28px 28px 26px;min-height:205px;box-shadow:0 18px 52px rgba(18,59,125,.08);transition:.25s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 25px 70px rgba(18,59,125,.13)}.service-card h3{margin:16px 0 12px;color:var(--title-color);font-size:18px}.service-card p{margin:0;color:var(--text-muted);line-height:1.72;font-size:14.5px}.service-card a{position:absolute;right:28px;bottom:22px;font-size:26px;color:var(--blue);font-weight:800}.icon,.stat-icon{width:68px;height:68px;border-radius:50%;background:var(--icon-bg);position:relative;display:grid;place-items:center}.icon:before,.stat-icon:before{content:"";width:34px;height:34px;background:var(--blue);mask:center/contain no-repeat;-webkit-mask:center/contain no-repeat}.shield:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 5v6c0 5 3.4 9.7 8 11 4.6-1.3 8-6 8-11V5l-8-3Zm0 3.2 5 1.9V11c0 3.4-2 6.7-5 8-3-1.3-5-4.6-5-8V7.1l5-1.9Z'/%3E%3C/svg%3E")}.network:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 5a3 3 0 1 1 3 3 3 3 0 0 1-3-3Zm10 3a3 3 0 1 0-3-3 3 3 0 0 0 3 3ZM5 19a3 3 0 1 0-3-3 3 3 0 0 0 3 3Zm14 0a3 3 0 1 0-3-3 3 3 0 0 0 3 3ZM7.3 7.2l-1.4 6.1 2 .4 1.4-6.1-2-.4Zm8.7 0-2 .4 1.4 6.1 2-.4-1.4-6.1ZM7.8 15h8.4v2H7.8v-2Z'/%3E%3C/svg%3E")}.cloud:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.4 10.1A7.5 7.5 0 0 0 5.2 8.2 6 6 0 0 0 6 20h12.5a5 5 0 0 0 .9-9.9ZM18.5 18H6a4 4 0 1 1 .7-7.9l.9.2.3-.9a5.5 5.5 0 0 1 10.3 2l.1.8.8.1a3 3 0 0 1-.6 5.7Z'/%3E%3C/svg%3E")}.support:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 13a8 8 0 1 1 16 0v5a3 3 0 0 1-3 3h-3v-2h3a1 1 0 0 0 1-1h-3v-7h3a6 6 0 0 0-12 0h3v7H6a2 2 0 0 1-2-2v-3Zm2 0v3h1v-3H6Zm11 0v3h1v-3h-1Z'/%3E%3C/svg%3E")}.server:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3h16v6H4V3Zm2 2v2h12V5H6Zm-2 6h16v6H4v-6Zm2 2v2h12v-2H6Zm-2 6h16v2H4v-2Z'/%3E%3C/svg%3E")}.team:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 11a4 4 0 1 0-4-4 4 4 0 0 0 4 4Zm6 0a4 4 0 1 0-4-4 4 4 0 0 0 4 4ZM9 13c-3 0-6 1.5-6 4.5V21h12v-3.5C15 14.5 12 13 9 13Zm6 0c-.5 0-1 0-1.4.1 1.9 1 3.4 2.4 3.4 4.4V21h4v-3.5c0-3-3-4.5-6-4.5Z'/%3E%3C/svg%3E")}
.stats{display:grid;grid-template-columns:1.1fr .95fr 1.1fr 1.1fr;gap:0;margin:32px 0;padding:25px 30px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:24px;box-shadow:0 18px 55px rgba(18,59,125,.08)}.stat-item{display:flex;align-items:center;gap:18px;padding:0 24px;border-right:1px solid var(--line)}.stat-item:last-child{border-right:0}.stat-item strong{color:var(--title-color);font-size:18px}.stat-item span{display:block;color:var(--text-muted);font-size:13px;margin-top:4px}.stat-item .big{font-size:38px;color:var(--blue);line-height:1}.stat-icon{width:54px;height:54px;flex:0 0 54px}.stat-icon:before{width:28px;height:28px}.calendar:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h2v3h6V2h2v3h3v17H4V5h3V2Zm13 9H6v9h14v-9ZM6 7v2h14V7H6Z'/%3E%3C/svg%3E")}.users:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16 11a4 4 0 1 0-4-4 4 4 0 0 0 4 4ZM8 11a4 4 0 1 0-4-4 4 4 0 0 0 4 4Zm0 2c-3.4 0-6 1.7-6 4v3h12v-3c0-2.3-2.6-4-6-4Zm8 0c-.7 0-1.4.1-2 .2 1.3 1 2 2.3 2 3.8v3h6v-3c0-2.3-2.6-4-6-4Z'/%3E%3C/svg%3E")}.clock:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm0 18a8 8 0 1 1 8-8 8 8 0 0 1-8 8Zm1-13h-2v6l5 3 1-1.7-4-2.3V7Z'/%3E%3C/svg%3E")}
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;padding:48px 0}.split-copy{background:var(--white);border:1px solid var(--line);border-radius:26px;padding:42px;box-shadow:var(--shadow)}.split-copy p,.contact-left p{color:var(--text-muted);line-height:1.9;font-size:17px}.split-copy ul{margin:24px 0 0;padding:0;list-style:none}.split-copy li{padding:12px 0 12px 34px;position:relative;color:var(--title-color)}.split-copy li:before{content:"✓";position:absolute;left:0;top:9px;width:22px;height:22px;border-radius:50%;background:var(--icon-bg);color:var(--blue);display:grid;place-items:center;font-weight:900}.split-image{min-height:390px;border-radius:28px;background:url('../img/split-bg.jpg') center/cover;box-shadow:var(--shadow);position:relative;overflow:hidden}.split-image:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(11,45,111,.18),rgba(255,255,255,.08))}
.contact-strip{margin:28px 0 26px;padding:27px 34px;background:var(--card-bg);border:1px solid var(--line);border-radius:24px;box-shadow:0 18px 55px rgba(18,59,125,.08);display:grid;grid-template-columns:1fr 1.55fr;gap:20px;align-items:center}.contact-intro{display:flex;align-items:center;gap:18px}.mail-badge{width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,var(--blue),#0e55d8);color:#fff;display:grid;place-items:center;font-size:28px;box-shadow:0 12px 28px rgba(18,103,241,.18)}.contact-intro h2{font-size:18px;margin:0 0 6px;color:var(--title-color)}.contact-intro p{margin:0;color:#62708b;font-size:14px;line-height:1.6}.contact-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.contact-mini a,.contact-mini span{display:block;color:var(--title-color)}.contact-mini b{display:block;font-size:13px;color:var(--blue);margin-bottom:6px}.contact-mini span,.contact-mini small{font-size:13px;color:var(--text-muted)}.contact-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:start;padding:48px 0}.contact-left{padding:24px 0}.form{background:var(--white);border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 1fr;gap:18px}.form label{display:block;font-size:13px;font-weight:800;color:var(--title-color)}.form input,.form select,.form textarea{width:100%;margin-top:9px;border:1px solid var(--input-border);border-radius:14px;padding:15px 16px;font:inherit;color:var(--text-main);background:var(--input-bg);outline:none}.form input:focus,.form select:focus,.form textarea:focus{border-color:#84b7ff;box-shadow:0 0 0 4px rgba(18,103,241,.08)}.form .full{grid-column:1/-1}.form textarea{min-height:130px;resize:vertical}.form button{grid-column:1/-1;justify-self:start}.website-field{position:absolute!important;left:-9999px!important;opacity:0!important}.form-message{grid-column:1/-1;margin:0;color:var(--blue);font-weight:700}.footer{background:linear-gradient(135deg,#071b4d,#0b2d6f);color:#fff;border-radius:12px;margin-top:12px;padding:23px 28px;display:flex;justify-content:space-between;gap:20px;align-items:center}.footer p{margin:0;font-size:14px}.footer div{display:flex;gap:26px}.footer a{font-size:14px;color:#e9f2ff}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.show{opacity:1;transform:none}.delay-1{transition-delay:.12s}
body.sent .form-message:before{content:attr(data-success)} body.error .form-message:before{content:attr(data-error);color:#d63838}
@media (max-width:1040px){.page-shell{width:min(100% - 28px,960px)}.site-header{height:auto;align-items:flex-start;flex-wrap:wrap}.nav-toggle{display:block}.nav{display:none;width:100%;padding:18px 0 4px;flex-direction:column;align-items:flex-start;gap:18px}.nav.open{display:flex}.nav a.active:after{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero-visual{min-height:420px;border-radius:28px}.service-grid{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr);gap:20px}.stat-item{border-right:0;border-bottom:1px solid var(--line);padding:10px 14px}.stat-item:nth-last-child(-n+2){border-bottom:0}.contact-strip,.contact-section,.split-section{grid-template-columns:1fr}.contact-mini{grid-template-columns:repeat(2,1fr)}}
@media (max-width:680px){.page-shell{width:calc(100% - 18px);margin:9px auto}.site-header{top:8px;padding:12px 14px;border-radius:17px}.brand{min-width:auto}.brand img{width:172px;height:52px}.hero{padding-top:40px}.identity-card{height:88px;margin-bottom:24px}.hero h1{font-size:39px;letter-spacing:-1.4px}.hero p{font-size:16px;line-height:1.75}.hero-actions{gap:12px}.btn{width:100%;min-width:0}.service-grid,.stats,.form{grid-template-columns:1fr}.stat-item,.stat-item:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.stat-item:last-child{border-bottom:0}.service-card{min-height:190px}.split-copy{padding:28px}.contact-mini{grid-template-columns:1fr}.footer{flex-direction:column;align-items:flex-start}.contact-strip{padding:24px}.hero-visual{min-height:310px}.form{padding:22px}.section-title h2,.split-copy h2,.contact-left h2{font-size:29px}}


/* Layout polish - logo/card alignment fixes */
html, body{overflow-x:clip;}
.page-shell{width:min(1240px,calc(100% - 20px));}
.site-header{min-height:96px;height:auto;align-items:center;}
.brand{display:flex;align-items:center;gap:14px;flex:0 0 auto;min-width:0;}
.brand img{width:auto;height:56px;object-fit:contain;background:transparent;padding:0;border-radius:6px;}
.brand-text-group{display:flex;flex-direction:column;justify-content:center;gap:3px;}
.brand-title{font-size:26px;font-weight:800;color:var(--navy);letter-spacing:-0.8px;line-height:1;}
.brand-title span{font-weight:400;margin-left:4px;}
.brand-subtitle{font-size:10.5px;font-weight:800;color:var(--blue);letter-spacing:2.2px;line-height:1;text-transform:uppercase;}
.nav{gap:30px;white-space:nowrap;}
.section-pad{padding-top:82px;}
.hero{grid-template-columns:minmax(0,1fr) minmax(450px,.92fr);gap:30px;overflow:visible;}
.hero-content{min-width:0;}
.identity-card{width:min(640px,100%);height:auto;margin-bottom:30px;background:transparent;border:none;box-shadow:none;}
.identity-card img{width:100%;height:auto;object-fit:contain;border-radius:16px;box-shadow:0 18px 55px rgba(16,67,141,.1);}
.hero h1{max-width:640px;}
.hero p{max-width:660px;}
.hero-visual{border-radius:0 0 112px 0;box-shadow:inset 30px 0 65px rgba(255,255,255,.72),var(--shadow);}
.visual-overlay{background:linear-gradient(90deg,rgba(10,15,25,.8) 0%,rgba(10,15,25,.3) 32%,rgba(255,255,255,0) 64%);}
@media (max-width:1120px){
  .site-header{padding:14px 24px;}
  .brand{flex-basis:auto;min-width:0;}
  .brand img{width:auto;height:48px;}
  .brand-title{font-size:22px;}
  .brand-subtitle{font-size:9.5px;letter-spacing:1.8px;}
  .nav{gap:22px;}
  .hero{grid-template-columns:1fr;min-height:auto;}
  .hero-visual{min-height:420px;border-radius:28px;}
}
@media (max-width:680px){
  .page-shell{width:calc(100% - 18px);}
  .brand{flex-basis:auto;min-width:0;}
  .brand img{width:auto;height:42px;padding:0;}
  .brand-title{font-size:19px;}
  .brand-subtitle{font-size:8px;letter-spacing:1.5px;}
  .section-pad{padding-top:40px;}
  .identity-card{height:76px;margin-bottom:22px;border-radius:14px;}
  .hero{gap:22px;}
}

/* Advanced Layouts & Animations */
.service-card{transition:all 0.3s ease;}
.service-card:hover{transform:translateY(-8px) scale(1.02); box-shadow:0 30px 60px rgba(0,0,0,0.15);}
.btn:hover{transform:translateY(-3px) scale(1.03);}

/* Scroll Reveal Classes */
.reveal-up { opacity:0; transform:translateY(40px); transition:all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal-up.in-view { opacity:1; transform:translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
