:root{
  --bg:#06111c;--bg2:#081824;--panel:#0a1b29;--panel2:#0c2232;
  --text:#f5f7f9;--muted:#95a9b7;--muted2:#6e8797;
  --cyan:#26c6d1;--cyan-soft:#83dce1;--orange:#f39a24;--orange2:#ffbd56;
  --line:rgba(129,171,194,.16);--line-strong:rgba(38,198,209,.30);
  --shadow:0 24px 80px rgba(0,0,0,.30);--radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg);overflow-x:hidden}
body{margin:0;min-width:320px;background:radial-gradient(circle at 78% 4%,rgba(18,100,136,.15),transparent 30%),linear-gradient(180deg,#06111c,#071520 48%,#06111c);color:var(--text);font-family:Inter,"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:clip}
a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1400px,calc(100% - 72px));margin-inline:auto}.skip-link{position:fixed;top:-80px;left:18px;z-index:999;background:var(--orange);color:#201305;padding:10px 14px;border-radius:8px}.skip-link:focus{top:18px}.page-grid{position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.18;background-image:linear-gradient(rgba(64,133,159,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(64,133,159,.08) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 66%)}
.header{position:sticky;top:0;z-index:90;border-bottom:1px solid rgba(112,164,186,.12);background:rgba(5,16,26,.86);backdrop-filter:blur(18px)}.header-inner{height:84px;display:grid;grid-template-columns:260px 1fr 190px;align-items:center;gap:30px}.brand{display:inline-flex;align-items:center;width:max-content}.brand img{width:236px;height:auto;display:block;filter:drop-shadow(0 4px 18px rgba(0,0,0,.25))}.desktop-nav{display:flex;justify-content:center;gap:34px}.desktop-nav a{font-size:13px;color:#d9e4e9;padding:12px 0;position:relative}.desktop-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:3px;height:2px;background:linear-gradient(90deg,var(--cyan),var(--orange));transition:.25s}.desktop-nav a:hover:after{left:0;right:0}.header-cta{justify-self:end;min-height:44px;border:1px solid rgba(243,154,36,.72);color:#f6b94e;border-radius:10px;padding:0 16px;display:inline-flex;align-items:center;gap:18px;font-weight:700;font-size:12px;background:rgba(243,154,36,.04);transition:.25s}.header-cta:hover{background:rgba(243,154,36,.10);transform:translateY(-1px)}.menu-toggle,.mobile-nav{display:none}
.hero{min-height:720px;display:grid;grid-template-columns:.92fr 1.08fr;gap:72px;align-items:center;padding-top:78px;padding-bottom:84px}.hero-copy{max-width:680px}.eyebrow,.section-label{margin:0;color:var(--cyan-soft);font-size:10px;letter-spacing:.22em;font-weight:800}.eyebrow i{display:inline-block;width:3px;height:3px;border-radius:50%;background:var(--orange);vertical-align:middle;margin:0 8px}.hero h1{font-size:clamp(48px,4.7vw,72px);line-height:1.02;letter-spacing:-.045em;margin:23px 0 25px;font-weight:680}.hero h1 span,.section h2 span,.method-intro h2 span,.trust-copy h2 span,.about-card h2 span,.contact-copy h2 span{background:linear-gradient(90deg,var(--cyan) 0 58%,var(--orange) 100%);background-clip:text;-webkit-background-clip:text;color:transparent}.hero-lead{max-width:650px;font-size:16px;line-height:1.72;color:#a8bac5}.hero-actions{display:flex;gap:12px;margin-top:32px}.btn{min-height:48px;border-radius:10px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:20px;font-size:12px;font-weight:750;border:1px solid transparent;transition:.25s}.btn-primary{background:linear-gradient(120deg,#dc850f,#f4a536);color:#201305;box-shadow:0 12px 35px rgba(243,154,36,.14)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 42px rgba(243,154,36,.22)}.btn-secondary{border-color:rgba(38,198,209,.36);background:rgba(7,27,39,.55);color:#d8eef0}.btn-secondary:hover{border-color:var(--cyan);background:rgba(38,198,209,.07)}.hero-assurance{margin-top:27px;display:flex;gap:10px;align-items:flex-start;color:#9db0bb;font-size:11px;line-height:1.55;max-width:620px}.status-dot{width:7px;height:7px;flex:0 0 auto;margin-top:5px;background:#41d3b1;border-radius:50%;box-shadow:0 0 0 0 rgba(65,211,177,.55);animation:pulse 2.2s infinite}@keyframes pulse{70%{box-shadow:0 0 0 8px rgba(65,211,177,0)}100%{box-shadow:0 0 0 0 rgba(65,211,177,0)}}
.process-visual{border:1px solid var(--line-strong);border-radius:24px;background:linear-gradient(145deg,rgba(8,30,43,.91),rgba(5,17,28,.96));box-shadow:var(--shadow);padding:22px;overflow:hidden;position:relative}.process-visual:before{content:"";position:absolute;inset:auto -10% -45% 22%;height:320px;background:radial-gradient(circle,rgba(38,198,209,.13),transparent 65%);pointer-events:none}.visual-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:17px;border-bottom:1px solid var(--line);font-size:9px;letter-spacing:.14em;color:#7895a5}.visual-title em{font-style:normal;color:#83cfd5}.flow-stage{height:405px;position:relative;margin-top:14px}.flow-line{position:absolute;left:9%;right:9%;top:50%;height:1px;background:linear-gradient(90deg,rgba(38,198,209,.15),rgba(38,198,209,.75),rgba(243,154,36,.65),rgba(243,154,36,.12))}.flow-node{position:absolute;width:130px;border:1px solid var(--line);border-radius:15px;background:rgba(8,31,44,.92);padding:16px 14px;box-shadow:0 14px 30px rgba(0,0,0,.16)}.flow-node b,.flow-node small{display:block}.flow-node b{font-size:13px;margin:10px 0 5px}.flow-node small{color:#7f99a8;font-size:9px;line-height:1.4}.node-icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;border:1px solid rgba(38,198,209,.28);color:var(--cyan);font-size:9px;font-weight:800}.n1{left:2%;top:37%}.n2{left:22%;top:14%}.n3{left:42%;top:37%;border-color:rgba(243,154,36,.36)}.n3 .node-icon{border-color:rgba(243,154,36,.42);color:var(--orange)}.n4{left:62%;top:14%}.n5{right:2%;top:37%}.flow-pulse{position:absolute;width:8px;height:8px;background:#fff;border-radius:50%;top:calc(50% - 4px);box-shadow:0 0 16px 4px rgba(38,198,209,.55);animation:travel 5s linear infinite}.p2{animation-delay:-1.7s}.p3{animation-delay:-3.4s}@keyframes travel{0%{left:8%;background:var(--cyan);opacity:0}8%{opacity:1}52%{background:var(--cyan)}70%{background:var(--orange)}92%{opacity:1}100%{left:91%;background:var(--orange);opacity:0}}.visual-footer{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;border-top:1px solid var(--line);padding-top:16px}.visual-footer span{font-size:9px;color:#809cab;display:flex;align-items:center;gap:7px}.visual-footer i{width:5px;height:5px;border-radius:50%;background:var(--cyan)}.visual-footer span:nth-child(2) i,.visual-footer span:nth-child(4) i{background:var(--orange)}
.pillars{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:18px;background:rgba(8,25,37,.62);overflow:hidden}.pillars article{padding:23px 24px;display:flex;gap:14px;align-items:center;border-right:1px solid var(--line)}.pillars article:last-child{border:0}.line-icon,.service-icon,.project-icon,.contact-symbol{display:grid;place-items:center;flex:0 0 auto}.line-icon{width:42px;height:42px;border-radius:50%;border:1px solid rgba(38,198,209,.30);color:var(--cyan)}.line-icon svg,.service-icon svg,.project-icon svg,.contact-symbol svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.pillars b,.pillars small{display:block}.pillars b{font-size:12px}.pillars small{color:#718b9a;font-size:9px;line-height:1.45;margin-top:4px}
.section{padding-top:130px;padding-bottom:130px}.section-head{display:grid;grid-template-columns:1fr .78fr;gap:100px;align-items:end;margin-bottom:58px}.section-head h2,.method-intro h2,.trust-copy h2,.about-card h2,.contact-copy h2{font-size:clamp(38px,4vw,60px);line-height:1.05;letter-spacing:-.04em;font-weight:640;margin:18px 0 0}.section-head>p,.method-intro>p:last-child,.trust-copy>p,.about-card>div:last-child>p,.contact-copy>p:last-child{color:#91a6b3;font-size:15px;line-height:1.75;margin:0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:22px;overflow:hidden}.service{min-height:390px;padding:28px 30px;background:linear-gradient(145deg,rgba(9,29,42,.62),rgba(5,17,27,.48));position:relative;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.28s}.service:nth-child(3n){border-right:0}.service:nth-child(n+4){border-bottom:0}.service:hover{background:rgba(11,40,55,.72);transform:translateY(-4px)}.service>span{position:absolute;top:21px;right:23px;color:#527181;font-size:9px}.service-icon{width:54px;height:54px;border-radius:15px;border:1px solid rgba(38,198,209,.28);color:var(--cyan);margin:10px 0 48px}.service h3{font-size:20px;margin:0 0 13px}.service p{color:#91a8b5;font-size:12px;line-height:1.7;margin:0}.service ul{list-style:none;padding:0;margin:22px 0 0;display:flex;flex-wrap:wrap;gap:7px}.service li{font-size:8px;color:#7f9baa;border:1px solid var(--line);border-radius:6px;padding:6px 8px}
.method-section{padding:125px 0;background:linear-gradient(120deg,rgba(5,16,25,.82),rgba(10,38,52,.64));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.method-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:115px}.method-intro>p:last-child{margin-top:28px;max-width:560px}.method-steps{list-style:none;padding:0;margin:0;border-top:1px solid var(--line)}.method-steps li{display:grid;grid-template-columns:65px 1fr;padding:22px 0;border-bottom:1px solid var(--line);transition:.25s}.method-steps li:hover{padding-left:8px;background:linear-gradient(90deg,rgba(38,198,209,.04),transparent)}.method-steps li>span{font-size:9px;color:var(--orange);font-weight:800}.method-steps b{font-size:16px}.method-steps p{font-size:11px;color:#8199a7;margin:5px 0 0;line-height:1.5}
.projects-head{margin-bottom:48px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.project{min-height:170px;border:1px solid var(--line);border-radius:15px;padding:23px;display:grid;grid-template-columns:52px 1fr;gap:16px;background:linear-gradient(145deg,rgba(9,28,40,.72),rgba(5,17,27,.55));transition:.28s}.project:hover{border-color:rgba(38,198,209,.36);transform:translateY(-3px)}.project-icon{width:50px;height:50px;border:1px solid rgba(38,198,209,.28);border-radius:14px;color:var(--cyan)}.project small{font-size:8px;letter-spacing:.15em;color:var(--orange)}.project h3{font-size:16px;margin:8px 0 7px}.project p{color:#849ca9;font-size:10px;line-height:1.55;margin:0}
.trust-section{padding:125px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at 75% 50%,rgba(38,198,209,.08),transparent 28%),linear-gradient(115deg,#07141f,#081d2a)}.trust-wrap{display:grid;grid-template-columns:1.02fr .98fr;gap:80px;align-items:center}.trust-copy>p{margin-top:27px;max-width:620px}.trust-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}.trust-tags span{font-size:9px;color:#8fa9b6;border:1px solid var(--line);padding:7px 9px;border-radius:7px}.trust-visual{height:390px;position:relative;display:grid;place-items:center}.trust-ring{position:absolute;border:1px solid rgba(38,198,209,.16);border-radius:50%}.r1{width:180px;height:180px}.r2{width:280px;height:280px}.r3{width:380px;height:380px}.trust-core{width:130px;height:150px;clip-path:polygon(50% 0,92% 17%,85% 72%,50% 100%,15% 72%,8% 17%);background:linear-gradient(160deg,rgba(38,198,209,.18),rgba(6,24,35,.94));display:grid;place-items:center;filter:drop-shadow(0 0 28px rgba(38,198,209,.11))}.trust-core img{width:68px;height:68px;object-fit:contain}.trust-node{position:absolute;border:1px solid var(--line);background:#081925;border-radius:7px;padding:8px 10px;color:#82a1b0;font-size:8px;letter-spacing:.10em}.t1{top:30px;left:13%}.t2{top:30%;right:7%}.t3{bottom:18%;left:5%}.t4{bottom:12px;right:22%}
.about{padding-bottom:90px}.about-card{border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,rgba(9,28,41,.74),rgba(6,18,29,.58));padding:54px;display:grid;grid-template-columns:1.05fr .95fr;gap:90px}.base{margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}.base small,.base strong{display:block}.base small{font-size:8px;color:#748f9e;letter-spacing:.16em}.base strong{font-size:12px;margin-top:5px}
.contact-section{padding:20px 0 95px}.contact-card{border:1px solid rgba(38,198,209,.28);border-radius:24px;background:radial-gradient(circle at 84% 18%,rgba(38,198,209,.12),transparent 30%),linear-gradient(135deg,#0a2130,#071722);padding:56px;overflow:hidden}.contact-copy{max-width:900px}.contact-copy h2{max-width:980px}.contact-copy>p:last-child{margin-top:20px;max-width:720px}.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:36px}.contact-link{min-width:0;border:1px solid var(--line);border-radius:14px;padding:18px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:13px;background:rgba(6,23,34,.66);transition:.25s}.contact-link:hover{transform:translateY(-3px);border-color:rgba(243,154,36,.44)}.contact-symbol{width:42px;height:42px;border:1px solid rgba(38,198,209,.28);border-radius:12px;color:var(--cyan)}.contact-link small,.contact-link b{display:block}.contact-link small{font-size:8px;color:#718f9e;letter-spacing:.14em}.contact-link b{font-size:12px;margin-top:4px;white-space:normal;overflow-wrap:anywhere}.contact-link>span{color:var(--orange)}
.footer{border-top:1px solid var(--line);background:#04101a;padding:42px 0 22px}.footer-main{display:grid;grid-template-columns:1.3fr .65fr .9fr;gap:70px}.footer-brand img{width:220px;height:auto}.footer-brand p{max-width:380px;color:#78919f;font-size:10px;line-height:1.6}.footer-col{display:flex;flex-direction:column;gap:9px}.footer-col b{font-size:10px;color:#dfe7ea;margin-bottom:4px}.footer-col a{font-size:10px;color:#7993a2;transition:.2s;overflow-wrap:anywhere}.footer-col a:hover{color:var(--cyan)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:34px;padding-top:18px;border-top:1px solid var(--line);font-size:8px;color:#526d7c}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1120px){.shell{width:min(100% - 48px,1400px)}.header-inner{grid-template-columns:230px 1fr 170px}.brand img{width:210px}.desktop-nav{gap:20px}.hero{grid-template-columns:1fr;min-height:auto;padding-top:68px}.hero-copy{max-width:820px}.process-visual{max-width:900px}.pillars{grid-template-columns:1fr 1fr}.pillars article:nth-child(2){border-right:0}.pillars article:nth-child(-n+2){border-bottom:1px solid var(--line)}.section-head,.method-wrap,.trust-wrap,.about-card{grid-template-columns:1fr;gap:38px}.services-grid{grid-template-columns:1fr 1fr}.service:nth-child(3n){border-right:1px solid var(--line)}.service:nth-child(2n){border-right:0}.service:nth-child(n+4){border-bottom:1px solid var(--line)}.service:nth-child(n+5){border-bottom:0}.project-grid{grid-template-columns:1fr 1fr}.trust-visual{max-width:600px;margin-inline:auto;width:100%}.contact-grid{grid-template-columns:1fr}.contact-link{max-width:720px}.footer-main{grid-template-columns:1fr 1fr;gap:40px}.footer-brand{grid-column:1/-1}}
@media(max-width:780px){html{scroll-behavior:smooth}body{overflow-x:hidden}.page-grid{display:none}.shell{width:calc(100% - 32px);max-width:100%}.header{position:sticky}.header-inner{height:74px;grid-template-columns:1fr auto;gap:12px}.brand img{width:178px;max-width:58vw}.desktop-nav,.header-cta{display:none}.menu-toggle{display:flex;width:44px;height:44px;border:1px solid var(--line);border-radius:11px;background:rgba(7,24,35,.8);flex-direction:column;justify-content:center;align-items:center;gap:7px;color:white}.menu-toggle span{width:22px;height:1px;background:#e5ecef;transition:.2s}.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{position:fixed;left:0;right:0;top:74px;z-index:89;background:rgba(5,16,26,.98);border-bottom:1px solid var(--line);padding:8px 16px 20px;backdrop-filter:blur(16px)}.mobile-nav:not([hidden]){display:flex;flex-direction:column}.mobile-nav a{padding:14px 6px;border-bottom:1px solid var(--line);font-size:13px}.mobile-nav .mobile-contact{margin-top:10px;border:1px solid rgba(243,154,36,.55);border-radius:9px;text-align:center;color:#f4b347}.hero{display:block;padding-top:58px;padding-bottom:55px}.eyebrow{line-height:1.8;font-size:8px;letter-spacing:.17em}.hero h1{font-size:clamp(38px,11.2vw,50px);line-height:1.02;margin-top:18px}.hero-lead{font-size:14px;line-height:1.67}.hero-actions{display:grid;grid-template-columns:1fr;gap:9px}.btn{width:100%;min-height:50px}.hero-assurance{font-size:10px}.process-visual{margin-top:44px;padding:16px;border-radius:18px}.visual-title{font-size:7px;gap:10px}.visual-title em{display:none}.flow-stage{height:auto;display:grid;gap:8px;margin-top:14px}.flow-line,.flow-pulse{display:none}.flow-node{position:static;width:100%;display:grid;grid-template-columns:36px 1fr;column-gap:11px;align-items:center;padding:12px 13px}.flow-node b{margin:0;font-size:12px}.flow-node small{grid-column:2;margin-top:2px}.node-icon{grid-row:1/3}.visual-footer{grid-template-columns:1fr 1fr;gap:8px}.visual-footer span{font-size:8px}.pillars{grid-template-columns:1fr;margin-top:0}.pillars article{border-right:0;border-bottom:1px solid var(--line);padding:18px}.pillars article:last-child{border-bottom:0}.pillars article:nth-child(-n+2){border-bottom:1px solid var(--line)}.section{padding-top:88px;padding-bottom:88px}.section-head{display:block;margin-bottom:36px}.section-head h2,.method-intro h2,.trust-copy h2,.about-card h2,.contact-copy h2{font-size:clamp(34px,9.2vw,43px);line-height:1.06}.section-head>p{margin-top:22px;font-size:13px}.services-grid{grid-template-columns:1fr;border-radius:18px}.service,.service:nth-child(3n),.service:nth-child(2n),.service:nth-child(n+4),.service:nth-child(n+5){border-right:0;border-bottom:1px solid var(--line)}.service:last-child{border-bottom:0}.service{min-height:0;padding:24px}.service-icon{margin:8px 0 34px}.method-section,.trust-section{padding:88px 0}.method-wrap{display:block}.method-steps{margin-top:38px}.method-steps li{grid-template-columns:48px 1fr}.project-grid{grid-template-columns:1fr}.project{min-height:0}.trust-wrap{display:flex;flex-direction:column}.trust-copy>p{font-size:13px}.trust-visual{height:330px;transform:scale(.86);margin-top:15px}.about{padding-bottom:70px}.about-card{padding:28px 22px;border-radius:18px}.about-card>div:last-child>p{font-size:13px}.contact-section{padding:0 0 70px}.contact-card{padding:30px 22px;border-radius:18px;max-width:100%;overflow:hidden}.contact-copy{max-width:100%}.contact-copy h2{font-size:clamp(34px,9.4vw,44px);max-width:100%;overflow-wrap:break-word}.contact-copy>p:last-child{font-size:13px;line-height:1.6}.contact-grid{grid-template-columns:minmax(0,1fr);width:100%;gap:9px;margin-top:28px}.contact-link{width:100%;max-width:100%;grid-template-columns:40px minmax(0,1fr) 18px;padding:14px 13px;gap:10px}.contact-symbol{width:38px;height:38px}.contact-link b{font-size:11px;line-height:1.35;min-width:0;overflow-wrap:anywhere;word-break:break-word}.footer{padding-top:34px}.footer-main{grid-template-columns:1fr;gap:28px}.footer-brand{grid-column:auto}.footer-brand img{width:190px}.footer-brand p{font-size:10px}.footer-col{min-width:0}.footer-col a{font-size:10px;overflow-wrap:anywhere}.footer-bottom{flex-direction:column;gap:6px}.reveal{transform:none;opacity:1;transition:none}}
@media(max-width:390px){.shell{width:calc(100% - 24px)}.brand img{width:162px}.hero h1{font-size:37px}.contact-card{padding:26px 18px}.contact-link{padding:13px 10px}.project{grid-template-columns:46px 1fr;padding:18px}.project-icon{width:44px;height:44px}.trust-visual{transform:scale(.78);margin-inline:-25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.status-dot,.flow-pulse{animation:none}.reveal{opacity:1;transform:none;transition:none}}
