:root{
  --bg:#f4f7fb;
  --paper:#ffffff;
  --ink:#0b1526;
  --muted:#667085;
  --line:#e4eaf2;
  --dark:#07111f;
  --dark2:#0b1a2c;
  --blue:#1769ff;
  --cyan:#24d6e8;
  --green:#35e19a;
  --radius:24px;
  --shadow:0 24px 80px rgba(14,34,65,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,"PingFang SC","Microsoft YaHei",Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.section{padding:112px 0}
.section-dark{background:var(--dark);color:#fff;position:relative;overflow:hidden}

.site-header{position:fixed;left:0;top:0;width:100%;height:82px;z-index:50;background:rgba(7,17,31,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand-mark{width:38px;height:38px;position:relative;display:block;border:1px solid rgba(255,255,255,.22);border-radius:11px;overflow:hidden;background:linear-gradient(145deg,#173d7c,#0a1b33)}
.brand-mark:before,.brand-mark:after,.brand-mark i,.brand-mark b{content:"";position:absolute;display:block;background:linear-gradient(135deg,var(--cyan),#6aa7ff)}
.brand-mark:before{width:5px;height:23px;left:10px;top:7px;border-radius:5px}
.brand-mark:after{width:15px;height:5px;left:10px;bottom:8px;border-radius:5px}
.brand-mark i{width:5px;height:23px;right:9px;top:7px;border-radius:5px;transform:skew(-15deg);opacity:.92}
.brand-mark b{width:13px;height:4px;right:8px;top:8px;border-radius:5px;opacity:.7}
.brand-text{display:flex;flex-direction:column;line-height:1.12}
.brand-text strong{font-size:16px;letter-spacing:.04em;color:#fff}
.brand-text small{font-size:8px;letter-spacing:.15em;color:#8fa5c3;margin-top:5px}
.main-nav{display:flex;align-items:center;gap:32px;color:#c9d5e5;font-size:14px}
.main-nav a{transition:.2s ease}
.main-nav a:hover{color:#fff}
.nav-cta{padding:10px 18px;border:1px solid rgba(102,167,255,.45);border-radius:99px;background:rgba(39,105,211,.16);color:#fff!important}
.menu-toggle,.menu-button{display:none}

.hero{padding:154px 0 0;min-height:820px;background:radial-gradient(circle at 72% 35%,#0b294b 0,#07111f 43%,#050c16 100%)}
.hero-grid-bg{position:absolute;inset:0;opacity:.24;background-image:linear-gradient(rgba(105,155,218,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(105,155,218,.09) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black 0,transparent 90%)}
.hero-glow{position:absolute;border-radius:50%;filter:blur(20px);opacity:.35}
.hero-glow-a{width:420px;height:420px;background:#075bcc;right:-160px;top:120px}
.hero-glow-b{width:260px;height:260px;background:#0f947f;left:-150px;bottom:20px;opacity:.16}
.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center}
.eyebrow{margin:0 0 20px;font-size:11px;letter-spacing:.18em;color:#8eb5ec;font-weight:700;display:flex;align-items:center;gap:10px}
.eyebrow span{width:26px;height:1px;background:linear-gradient(90deg,var(--cyan),transparent)}
.eyebrow.dark{color:#3877d2}
.hero h1{margin:0;font-size:62px;line-height:1.14;letter-spacing:-.045em;font-weight:760}
.hero h1 em{font-style:normal;color:#fff;position:relative;background:linear-gradient(90deg,#fff 5%,#64d4ff 75%,#59f3c3 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-lead{margin:28px 0 0;max-width:610px;font-size:17px;color:#aab9cc;line-height:1.85}
.hero-actions{display:flex;gap:14px;margin-top:36px}
.btn{height:50px;padding:0 24px;display:inline-flex;align-items:center;gap:18px;border-radius:12px;font-weight:650;font-size:14px;transition:.25s ease}
.btn-primary{background:linear-gradient(135deg,#2979ff,#1057e7);box-shadow:0 13px 36px rgba(28,101,238,.32)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(28,101,238,.4)}
.btn-ghost{border:1px solid rgba(255,255,255,.15);color:#d5dfeb;background:rgba(255,255,255,.035)}
.btn-ghost:hover{background:rgba(255,255,255,.075)}
.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:42px}
.hero-tags span{font-size:11px;color:#8298b5;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.025);padding:5px 10px;border-radius:6px}

.hero-visual{height:540px;position:relative;display:flex;align-items:center;justify-content:center}
.visual-orbit{position:absolute;border:1px solid rgba(71,152,255,.13);border-radius:50%}
.orbit-one{width:500px;height:500px}
.orbit-two{width:380px;height:380px;border-style:dashed;animation:spin 24s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.dashboard-card{width:520px;border-radius:20px;border:1px solid rgba(117,164,224,.22);background:linear-gradient(145deg,rgba(18,37,60,.97),rgba(8,21,37,.96));box-shadow:0 40px 90px rgba(0,0,0,.4);overflow:hidden;transform:perspective(1100px) rotateY(-5deg) rotateX(2deg)}
.dash-topbar{height:42px;padding:0 14px;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);font-size:9px;letter-spacing:.08em;color:#7f94b1}
.dash-dots{display:flex;gap:5px;margin-right:12px}.dash-dots i{width:6px;height:6px;border-radius:50%;background:#38506c}.dash-topbar>b{margin-left:auto;color:#58ddae;border:1px solid rgba(88,221,174,.25);padding:2px 6px;border-radius:4px;font-size:7px}
.dash-body{height:350px;display:flex}.dash-side{width:56px;border-right:1px solid rgba(255,255,255,.065);padding:18px 0;display:flex;align-items:center;flex-direction:column;gap:17px}.side-logo{width:24px;height:24px;border-radius:7px;background:linear-gradient(135deg,#2384ff,#25d4d9);margin-bottom:6px}.dash-side span{width:17px;height:4px;border-radius:4px;background:#293b50}.dash-side span.active{background:#3b8dff;box-shadow:0 0 12px rgba(59,141,255,.5)}
.dash-main{padding:22px;flex:1}.dash-title-row{display:flex;justify-content:space-between;align-items:flex-start}.dash-title-row div{display:flex;flex-direction:column}.dash-title-row small{font-size:7px;letter-spacing:.14em;color:#5f7591}.dash-title-row strong{font-size:16px;margin-top:4px}.dash-title-row>span{font-size:7px;color:#5ee0ad;border:1px solid rgba(94,224,173,.22);padding:4px 7px;border-radius:20px}
.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.dash-stats article{padding:12px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.025);border-radius:9px;position:relative;overflow:hidden}.dash-stats small{font-size:7px;color:#687e99;display:block}.dash-stats strong{font-size:12px;letter-spacing:.02em}.dash-stats i{width:24px;height:24px;position:absolute;right:-7px;bottom:-6px;border-radius:50%;background:#1b78ff;filter:blur(8px);opacity:.4}
.dash-chart{margin-top:10px;padding:13px;border-radius:9px;background:#0b1829;border:1px solid rgba(255,255,255,.055)}.chart-head{display:flex;justify-content:space-between;font-size:8px;color:#778da8}.chart-head b{color:#76c7ff}.chart-area{height:80px;display:flex;align-items:flex-end;gap:6px;padding-top:10px;border-bottom:1px solid rgba(255,255,255,.06)}.chart-area i{flex:1;border-radius:2px 2px 0 0;background:linear-gradient(to top,#1769ff,#26cdd8);opacity:.45}.chart-area i:nth-child(1){height:28%}.chart-area i:nth-child(2){height:44%}.chart-area i:nth-child(3){height:39%}.chart-area i:nth-child(4){height:63%}.chart-area i:nth-child(5){height:52%}.chart-area i:nth-child(6){height:75%}.chart-area i:nth-child(7){height:68%}.chart-area i:nth-child(8){height:90%;opacity:.9}
.dash-bottom{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.dash-bottom>div{display:flex;align-items:center;gap:8px}.dash-bottom>div>span{width:26px;height:26px;border-radius:7px;background:linear-gradient(145deg,#173458,#0e2038);border:1px solid rgba(255,255,255,.05)}.dash-bottom p{display:flex;flex-direction:column;margin:0}.dash-bottom small{font-size:6px;color:#627995}.dash-bottom strong{font-size:8px;color:#cbd9ea}
.float-card{position:absolute;display:flex;align-items:center;gap:10px;background:rgba(12,29,49,.92);border:1px solid rgba(108,157,219,.22);box-shadow:0 18px 45px rgba(0,0,0,.28);border-radius:12px;padding:11px 14px;backdrop-filter:blur(10px)}.float-card>span{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,#1769ff,#22c5dd);font-size:10px;font-weight:800}.float-card div{display:flex;flex-direction:column}.float-card small{font-size:7px;color:#6e86a4}.float-card b{font-size:9px}.float-code{left:-24px;bottom:70px}.float-api{right:-5px;top:62px}.float-api>span{background:linear-gradient(135deg,#0a8f74,#39dfa7)}
.capability-strip{position:relative;z-index:3;margin-top:76px;height:100px;border-top:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:repeat(5,1fr);align-items:center}.capability-strip>div{display:flex;align-items:center;gap:12px;border-right:1px solid rgba(255,255,255,.07);height:42%;padding-left:26px}.capability-strip>div:first-child{padding-left:0}.capability-strip>div:last-child{border:0}.capability-strip strong{font-size:9px;color:#3d78c6}.capability-strip span{font-size:13px;color:#91a2b7}

.section-heading{max-width:680px;margin-bottom:52px}.section-heading h2{font-size:44px;line-height:1.25;letter-spacing:-.035em;margin:0 0 18px}.section-heading>p:last-child{color:var(--muted);margin:0;font-size:15px}.split-heading{max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:end}.split-heading>p{padding-bottom:5px;max-width:500px}.split-heading h2{margin-bottom:0}.light-heading>p{color:#92a4bc!important}
.services{background:#f7f9fc}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.service-card{position:relative;min-height:340px;padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.6);transition:.28s ease;overflow:hidden}.service-card:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:linear-gradient(90deg,var(--blue),var(--cyan));transform:scaleX(0);transform-origin:left;transition:.3s ease}.service-card:hover{background:#fff;transform:translateY(-4px);box-shadow:0 24px 50px rgba(20,43,77,.08);z-index:2}.service-card:hover:after{transform:scaleX(1)}.service-card.featured{background:linear-gradient(145deg,#0e2a55,#081a31);color:#fff;border-color:#1d3553}.service-no{position:absolute;top:31px;right:31px;font-size:10px;color:#a3b1c3}.service-icon{width:52px;height:52px;border-radius:14px;background:#edf4ff;margin-bottom:34px;position:relative;border:1px solid #dfebfb}.featured .service-icon{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.1)}.service-icon:before,.service-icon:after,.service-icon span:before,.service-icon span:after{content:"";position:absolute;display:block}.icon-web:before{width:27px;height:20px;left:11px;top:12px;border:2px solid #2873e5;border-radius:3px}.icon-web:after{width:16px;height:2px;left:18px;bottom:13px;background:#2873e5;box-shadow:0 4px 0 -0.3px #2873e5}.icon-mini:before{width:18px;height:29px;left:16px;top:10px;border:2px solid #2873e5;border-radius:5px}.icon-mini:after{width:8px;height:2px;left:22px;top:14px;background:#2873e5}.icon-mobile:before{width:17px;height:30px;left:17px;top:10px;border:2px solid #2873e5;border-radius:5px}.icon-mobile:after{width:4px;height:4px;left:24px;bottom:14px;border-radius:50%;background:#2873e5}.icon-commerce:before{width:25px;height:17px;left:13px;top:18px;border:2px solid #2873e5;border-radius:3px}.icon-commerce:after{width:19px;height:2px;left:16px;top:14px;background:#2873e5;transform:skew(-18deg)}.icon-api:before{width:12px;height:12px;left:10px;top:18px;border:2px solid #2873e5;border-radius:50%;box-shadow:18px 0 0 -2px #edf4ff,18px 0 0 0 #2873e5}.icon-api:after{width:16px;height:2px;background:#2873e5;left:18px;top:24px}.icon-opt:before{width:27px;height:27px;border:2px dashed #2873e5;border-radius:50%;left:11px;top:11px}.icon-opt:after{width:9px;height:9px;border-radius:50%;background:#2873e5;left:21px;top:21px}.service-card h3{font-size:22px;margin:0 0 14px}.service-card p{font-size:14px;color:#66758a;margin:0;line-height:1.8}.featured p{color:#9eb0c7}.service-card ul{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:7px}.service-card li{font-size:11px;color:#8695a9}.service-card li:before{content:"—";margin-right:7px;color:#3c82e9}.featured li{color:#7891ad}

.case-section{background:linear-gradient(180deg,#081525,#0a1b2e);color:#fff}.case-section .section-heading>p:last-child{color:#879ab3}.case-card{display:grid;grid-template-columns:1.08fr .92fr;min-height:590px;border:1px solid rgba(119,162,214,.17);border-radius:28px;overflow:hidden;background:linear-gradient(130deg,#0d223b,#0b1828);box-shadow:0 35px 90px rgba(0,0,0,.25)}.case-content{padding:52px}.case-topline{display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:.12em;color:#6b91c7}.case-topline b{font-size:8px;color:#4be0af;border:1px solid rgba(75,224,175,.2);padding:4px 7px;border-radius:4px}.case-content h3{font-size:48px;margin:52px 0 12px;letter-spacing:-.04em}.case-lead{color:#9eb0c5;max-width:560px;font-size:15px;line-height:1.9}.case-modules{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.case-modules span{font-size:10px;padding:6px 9px;border-radius:6px;color:#91a8c3;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08)}.case-tech{margin-top:45px;border-top:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:23px}.case-tech div{display:flex;flex-direction:column}.case-tech small{font-size:8px;color:#5c7695;margin-bottom:7px}.case-tech strong{font-size:11px;font-weight:600;color:#c6d4e5}.source-note{font-size:9px!important;color:#4f6785!important;margin-top:25px!important}.case-visual{position:relative;background:radial-gradient(circle at center,#153d68 0,#0b1b2e 62%);overflow:hidden}.case-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(123,173,231,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(123,173,231,.06) 1px,transparent 1px);background-size:34px 34px}.phone{position:absolute;width:222px;height:452px;border:7px solid #15283d;border-radius:34px;background:#0e1825;box-shadow:0 30px 70px rgba(0,0,0,.4);overflow:hidden}.phone:before{content:"";position:absolute;z-index:5;left:50%;top:7px;transform:translateX(-50%);width:65px;height:16px;background:#111d2b;border-radius:12px}.phone-left{left:60px;top:78px;transform:rotate(-6deg)}.phone-right{right:39px;top:118px;transform:rotate(8deg)}.phone-screen{height:100%;background:#f2f6fb;color:#0c1724;padding:35px 13px 12px}.phone-status{display:flex;justify-content:space-between;font-size:7px;font-weight:700}.campus-hero{margin:13px -3px 0;padding:13px;border-radius:14px;background:linear-gradient(135deg,#186bec,#34bede);color:#fff;display:flex;flex-direction:column}.campus-hero small{font-size:7px;opacity:.7}.campus-hero strong{font-size:12px;margin:2px 0 9px}.campus-hero div{height:25px;background:rgba(255,255,255,.92);border-radius:7px;display:flex;align-items:center;color:#7a8796;font-size:6px;padding:0 8px;gap:5px}.campus-hero i{width:7px;height:7px;border:1px solid #7a8796;border-radius:50%;position:relative}.campus-hero i:after{content:"";position:absolute;width:3px;height:1px;background:#7a8796;right:-3px;bottom:-1px;transform:rotate(45deg)}.app-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-top:14px}.app-icons span{display:flex;flex-direction:column;align-items:center;gap:3px}.app-icons i{font-style:normal;width:28px;height:28px;border-radius:8px;background:#e8eff9;display:grid;place-items:center;font-size:8px;color:#1769ff;font-weight:700}.app-icons small{font-size:5px;color:#697788}.feed-card{margin-top:18px;padding:10px;background:#fff;border-radius:10px;box-shadow:0 8px 25px rgba(31,57,91,.08)}.feed-card b{font-size:8px}.feed-card span{display:block;height:5px;background:#edf1f5;border-radius:3px;margin-top:8px}.feed-card span:nth-child(3){width:83%}.feed-card span:nth-child(4){width:65%}.dark-screen{background:#0d1723;color:#fff}.dark-screen>small{display:block;margin-top:20px;font-size:6px;letter-spacing:.13em;color:#58708d}.dark-screen h4{margin:2px 0 18px;font-size:15px}.order-total{height:100px;border-radius:14px;padding:14px;background:linear-gradient(135deg,#145ce0,#1a99ce);display:flex;flex-direction:column}.order-total span{font-size:7px;opacity:.7}.order-total strong{font-size:34px;line-height:1.2}.order-line{display:flex;align-items:center;gap:8px;padding:11px 3px;border-bottom:1px solid rgba(255,255,255,.07)}.order-line>i{width:22px;height:22px;border-radius:6px;background:#162638}.order-line div{display:flex;flex-direction:column;flex:1}.order-line b{font-size:7px}.order-line small{font-size:5px;color:#617792}.order-line em{font-style:normal;color:#50657d}.mini-chart{height:58px;display:flex;align-items:flex-end;gap:5px;padding-top:14px}.mini-chart i{flex:1;background:linear-gradient(to top,#155ae0,#1dc4d2);border-radius:2px 2px 0 0;opacity:.7}.mini-chart i:nth-child(1){height:30%}.mini-chart i:nth-child(2){height:65%}.mini-chart i:nth-child(3){height:46%}.mini-chart i:nth-child(4){height:80%}.mini-chart i:nth-child(5){height:55%}.mini-chart i:nth-child(6){height:95%}

.technology{background:#fff}.technology-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:92px;align-items:center}.tech-copy h2{font-size:44px;line-height:1.25;letter-spacing:-.035em;margin:0 0 20px}.tech-copy>p{color:var(--muted);font-size:14px;line-height:1.9;max-width:480px}.tech-points{margin-top:38px;display:flex;flex-direction:column;gap:20px}.tech-points>div{display:flex;gap:16px;align-items:flex-start}.tech-points>div>span{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#edf4ff;color:#2973df;font-size:8px;font-weight:700}.tech-points p{margin:0;display:flex;flex-direction:column}.tech-points strong{font-size:14px}.tech-points small{font-size:11px;color:#8390a3;margin-top:3px}.tech-board{border-radius:24px;background:#071321;color:#fff;box-shadow:var(--shadow);overflow:hidden;border:1px solid #17283d}.tech-board-head{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.07);font-size:9px;letter-spacing:.12em;color:#65809f}.tech-board-head b{font-size:8px;color:#5ad7ac;border:1px solid rgba(90,215,172,.2);border-radius:20px;padding:4px 8px}.tech-cloud{min-height:310px;padding:38px;display:flex;align-content:flex-start;flex-wrap:wrap;gap:10px;position:relative;background:radial-gradient(circle at 70% 25%,rgba(27,102,207,.24),transparent 40%)}.tech-cloud span{height:36px;display:inline-flex;align-items:center;padding:0 13px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);border-radius:9px;color:#8ca2bd;font-size:10px}.tech-cloud .tag-lg{font-size:14px;color:#c7d6e8;border-color:rgba(68,141,238,.25);background:rgba(30,97,187,.11)}.tech-cloud .tag-xl{font-size:22px;font-weight:700;color:#fff;background:linear-gradient(135deg,#175edf,#168ebd);border:0;height:48px;padding:0 18px}.tech-code{display:grid;grid-template-columns:28px 1fr;padding:17px 22px;border-top:1px solid rgba(255,255,255,.07);background:#08101b;font-family:Consolas,monospace;font-size:9px;line-height:1.9}.tech-code span{color:#3c5069}.tech-code code{color:#7fa7d8}

.process{padding:105px 0;background:linear-gradient(150deg,#07111f,#0a1a2d)}.process-list{border-top:1px solid rgba(255,255,255,.09)}.process-list article{display:grid;grid-template-columns:90px 1fr;gap:20px;align-items:center;min-height:112px;border-bottom:1px solid rgba(255,255,255,.075);transition:.2s ease}.process-list article:hover{padding-left:10px;background:linear-gradient(90deg,rgba(28,94,184,.08),transparent)}.process-list article>span{font-size:10px;color:#376ba8}.process-list article div{display:grid;grid-template-columns:220px 1fr;gap:45px;align-items:center}.process-list b{font-size:17px}.process-list p{margin:0;color:#8295ad;font-size:13px}

.about{background:#f6f8fb}.about-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:105px;align-items:center}.about-visual{height:470px;position:relative;background:#081626;border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}.about-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(107,162,228,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(107,162,228,.08) 1px,transparent 1px);background-size:34px 34px}.about-visual:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:#155eb7;filter:blur(55px);opacity:.23;right:-130px;bottom:-130px}.about-box{position:absolute;z-index:2;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.045);backdrop-filter:blur(8px);border-radius:18px}.box-main{left:42px;top:62px;width:290px;height:220px;padding:30px;display:flex;flex-direction:column}.box-main small{font-size:8px;letter-spacing:.18em;color:#5f7fa4}.box-main strong{font-size:52px;letter-spacing:-.05em;color:#fff;margin-top:20px}.box-main span{font-size:13px;color:#7f9ab7}.box-code{right:32px;bottom:42px;width:205px;height:130px;display:grid;place-items:center;color:#54dabb;font-family:Consolas,monospace;font-size:21px}.about-copy h2{font-size:44px;line-height:1.28;letter-spacing:-.035em;margin:0 0 25px}.about-copy>p{color:#68778b;font-size:14px;line-height:1.9}.about-info{margin-top:32px;border-top:1px solid #dce3ec}.about-info>div{display:grid;grid-template-columns:130px 1fr;padding:15px 0;border-bottom:1px solid #dce3ec;align-items:center}.about-info small{color:#8a96a7;font-size:10px}.about-info strong{font-size:12px;font-weight:600;color:#31435a}

.contact{padding:0 0 80px;background:#f6f8fb;color:#fff;overflow:visible}.contact-card{position:relative;border-radius:28px;padding:62px;background:linear-gradient(135deg,#0b1c31,#07111e);display:grid;grid-template-columns:1fr .9fr;gap:85px;overflow:hidden}.contact-card:before{content:"";position:absolute;right:-180px;top:-180px;width:430px;height:430px;border:1px solid rgba(56,136,235,.17);border-radius:50%;box-shadow:0 0 0 55px rgba(56,136,235,.035),0 0 0 110px rgba(56,136,235,.025)}.contact-copy,.contact-panel{position:relative;z-index:2}.contact-copy h2{font-size:44px;line-height:1.25;margin:0 0 18px;letter-spacing:-.035em}.contact-copy>p{color:#8ea0b6;max-width:510px;font-size:14px}.contact-panel{border-left:1px solid rgba(255,255,255,.1);padding-left:46px;display:flex;flex-direction:column;justify-content:center}.contact-item{display:flex;flex-direction:column;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08)}.contact-item span{font-size:9px;color:#557397;margin-bottom:7px}.contact-item strong{font-size:12px;line-height:1.8;font-weight:500;color:#c8d3e1}.contact-tip{font-size:7px;letter-spacing:.11em;color:#426382;margin-top:14px}

.footer{background:#06101c;color:#fff;padding:35px 0}.footer-wrap{display:flex;justify-content:space-between;align-items:center}.footer-meta{text-align:right;color:#586d85;font-size:9px;line-height:1.75}.footer-meta p{margin:0}.footer-brand .brand-text strong{font-size:14px}

@media (max-width:1050px){
  .hero-layout{grid-template-columns:1fr;gap:25px}.hero{padding-top:145px}.hero-copy{max-width:720px}.hero-visual{height:500px}.case-card{grid-template-columns:1fr}.case-visual{min-height:520px}.technology-layout,.about-layout{grid-template-columns:1fr;gap:55px}.about-visual{max-width:650px;width:100%}.contact-card{grid-template-columns:1fr;gap:35px}.contact-panel{border-left:0;border-top:1px solid rgba(255,255,255,.1);padding-left:0;padding-top:25px}
}

@media (max-width:820px){
  .container{width:min(100% - 34px,1180px)}.section{padding:82px 0}.site-header,.nav-wrap{height:70px}.menu-button{display:flex;width:38px;height:38px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.menu-button span{width:20px;height:1px;background:#c9d5e5}.main-nav{position:absolute;left:17px;right:17px;top:69px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;background:#0b192a;border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.35)}.main-nav a{padding:12px;border-bottom:1px solid rgba(255,255,255,.06)}.main-nav a:last-child{border:0;margin-top:5px;text-align:center}.menu-toggle:checked~.main-nav{display:flex}.hero{padding-top:120px}.hero h1{font-size:47px}.hero-lead{font-size:15px}.hero-visual{transform:scale(.9);margin:0 -45px}.capability-strip{grid-template-columns:repeat(5,1fr)}.capability-strip>div{padding-left:8px;justify-content:center}.capability-strip strong{display:none}.capability-strip span{font-size:10px}.split-heading{grid-template-columns:1fr;gap:20px}.section-heading h2,.tech-copy h2,.about-copy h2,.contact-copy h2{font-size:38px}.service-grid{grid-template-columns:repeat(2,1fr)}.case-content{padding:38px}.case-content h3{margin-top:38px}.case-tech{grid-template-columns:1fr;gap:12px}.case-visual{min-height:490px}.process-list article div{grid-template-columns:170px 1fr}.footer-wrap{flex-direction:column;gap:22px;align-items:flex-start}.footer-meta{text-align:left}
}

@media (max-width:560px){
  .brand-text strong{font-size:14px}.brand-text small{font-size:7px}.hero{min-height:auto}.hero h1{font-size:39px}.hero-actions{flex-direction:column;align-items:stretch}.btn{justify-content:center}.hero-tags{margin-top:30px}.hero-visual{height:390px;transform:scale(.68);margin:-30px -115px}.capability-strip{margin-top:30px;height:76px}.capability-strip span{writing-mode:vertical-rl;letter-spacing:.08em}.service-grid{grid-template-columns:1fr}.service-card{min-height:310px}.section-heading h2,.tech-copy h2,.about-copy h2,.contact-copy h2{font-size:32px}.case-content{padding:28px}.case-content h3{font-size:38px}.case-topline{align-items:flex-start;gap:10px}.case-topline b{white-space:nowrap}.case-visual{min-height:410px}.phone{transform:scale(.78)!important}.phone-left{left:-4px;top:22px}.phone-right{right:-5px;top:72px}.tech-cloud{padding:26px}.process-list article{grid-template-columns:45px 1fr}.process-list article div{grid-template-columns:1fr;gap:4px;padding:18px 0}.process-list p{font-size:11px}.about-layout{gap:38px}.about-visual{height:390px}.box-main{left:22px;top:40px;width:250px;height:190px;padding:24px}.box-main strong{font-size:43px}.box-code{right:20px;bottom:30px;width:170px;height:105px}.about-info>div{grid-template-columns:1fr;gap:4px}.contact-card{padding:34px 25px}.contact-item strong{font-size:11px}.footer{padding:30px 0}
}
