:root {
  --navy: #071a42;
  --navy-2: #0a2b62;
  --blue: #0756e8;
  --blue-2: #1b7cff;
  --cyan: #2ed4ff;
  --green: #16b99a;
  --orange: #ff9b2f;
  --ink: #13213e;
  --muted: #66738f;
  --line: #dce7f7;
  --soft: #f5f9ff;
  --white: #fff;
  --shadow: 0 22px 60px rgba(20, 65, 130, .12);
  --shadow-sm: 0 12px 32px rgba(20, 65, 130, .09);
  --radius: 22px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.page-noise { position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(210,224,245,.75); backdrop-filter: blur(18px); }
.nav-wrap { height: 76px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-icon { width: 46px; height: 46px; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 24px rgba(10, 94, 225, .18); border: 1px solid rgba(255,255,255,.7); }
.brand-icon img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: grid; line-height: 1; gap: 5px; }
.brand-copy strong { font-size: 20px; color: #0a2b62; letter-spacing: -.3px; }
.brand-copy small { font-weight: 800; color: #2671da; letter-spacing: 2.4px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 31px; margin-left: auto; }
.desktop-nav a { font-size: 14px; color: #273652; position: relative; padding: 28px 0; transition: .2s; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; bottom: 17px; width: 0; height: 2px; border-radius: 99px; background: var(--blue); transform: translateX(-50%); transition: .25s; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--blue); font-weight: 700; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 24px; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 44px; padding: 0 22px; border-radius: 11px; border: 1px solid transparent; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn:disabled { cursor: not-allowed; opacity: .72; transform: none; box-shadow: none; }
.btn-primary { color: white; background: linear-gradient(135deg, var(--blue), #0242bc); box-shadow: 0 12px 26px rgba(7,86,232,.22); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(7,86,232,.3); }
.btn-ghost { background: rgba(255,255,255,.72); color: var(--blue); border-color: rgba(7,86,232,.28); }
.btn-large { min-height: 52px; padding: 0 28px; }
.nav-cta { min-width: 112px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { height: 2px; display: block; background: var(--navy); border-radius: 5px; margin: 5px 0; transition: .25s; }
.mobile-menu { display: none; }
.section-shell { position: relative; overflow: hidden; }
.hero { min-height: 690px; background: radial-gradient(circle at 74% 18%, rgba(71,161,255,.20), transparent 26%), linear-gradient(135deg, #ffffff 0%, #f8fbff 55%, #edf5ff 100%); border-bottom: 1px solid #e2ebf8; }
.hero-grid-lines { position: absolute; inset: 0; opacity: .33; background-image: linear-gradient(rgba(59,115,207,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(59,115,207,.08) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent 0, rgba(0,0,0,.75) 55%, transparent 100%); }
.hero::after { content: ""; position: absolute; right: -12%; bottom: -180px; width: 66%; height: 440px; background: repeating-radial-gradient(ellipse at center, rgba(27,124,255,.20) 0 1px, transparent 2px 16px); transform: rotate(-12deg); opacity: .35; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 380px; height: 380px; right: -210px; top: 70px; background: radial-gradient(circle, rgba(37,160,255,.22), transparent 68%); }
.orb-two { width: 240px; height: 240px; left: -150px; bottom: -50px; background: radial-gradient(circle, rgba(7,86,232,.1), transparent 70%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center; padding: 82px 0 72px; }
.eyebrow, .section-kicker { color: var(--blue); font-weight: 800; font-size: 12px; letter-spacing: 1.65px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 9px 13px; border: 1px solid rgba(7,86,232,.15); background: rgba(255,255,255,.7); border-radius: 999px; box-shadow: 0 8px 22px rgba(30,80,150,.05); }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(7,86,232,.1); }
.hero h1 { margin: 25px 0 20px; color: var(--navy); font-size: clamp(44px, 5.2vw, 68px); line-height: 1.13; letter-spacing: -3px; }
.hero h1 em { font-style: normal; color: var(--blue); }
.hero-lead { max-width: 610px; color: #5e6c87; font-size: 17px; line-height: 1.9; margin: 0; }
.hero-actions { display: flex; gap: 14px; margin-top: 31px; }
.trust-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 24px; margin-top: 39px; }
.trust-item { display: flex; align-items: center; gap: 11px; }
.trust-icon { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; color: var(--blue); background: #edf5ff; }
.trust-icon svg { width: 20px; fill: currentColor; }
.trust-item > span:last-child { display: grid; gap: 4px; }
.trust-item strong { font-size: 14px; }
.trust-item small { color: var(--muted); font-size: 11px; }
.hero-visual { position: relative; min-height: 520px; }
.dashboard-glow { position: absolute; width: 430px; height: 430px; right: 20px; top: 16px; border-radius: 50%; background: radial-gradient(circle, rgba(27,124,255,.2), transparent 67%); filter: blur(8px); }
.dashboard-window { position: absolute; right: 0; top: 35px; width: 92%; min-height: 425px; display: flex; overflow: hidden; border-radius: 24px; background: #f8fbff; border: 1px solid rgba(170,199,240,.65); box-shadow: 0 35px 80px rgba(23,76,150,.22), 0 2px 0 rgba(255,255,255,.8) inset; transform: perspective(1400px) rotateY(-5deg) rotateX(2deg); }
.dash-sidebar { width: 66px; flex: 0 0 66px; padding: 18px 15px; background: linear-gradient(180deg, #071c4b, #07357a); display: flex; flex-direction: column; align-items: center; gap: 17px; }
.dash-mini-logo { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(145deg,#18bdf6,#0756e8); display: grid; place-items: center; margin-bottom: 9px; }
.dash-mini-logo span { width: 17px; height: 10px; border: 3px solid white; border-left-color: transparent; border-radius: 50%; transform: rotate(-18deg); }
.dash-sidebar i { width: 28px; height: 28px; border-radius: 8px; background: rgba(255,255,255,.08); position: relative; }
.dash-sidebar i::after { content: ""; width: 10px; height: 10px; position: absolute; left: 9px; top: 9px; border: 1.5px solid rgba(255,255,255,.55); border-radius: 3px; }
.dash-sidebar i.is-active { background: #176ef3; box-shadow: 0 8px 18px rgba(0,54,175,.45); }
.dash-main { flex: 1; min-width: 0; padding: 18px 20px 20px; }
.dash-topbar { height: 37px; display: flex; align-items: flex-start; justify-content: space-between; color: #1d2b48; }
.dash-topbar b { font-size: 13px; }
.dash-topbar span { font-size: 9px; color: #8da0bf; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.metric-grid article { min-width: 0; padding: 12px 10px; border: 1px solid #e5edf9; background: white; border-radius: 10px; box-shadow: 0 6px 18px rgba(43,78,130,.04); }
.metric-grid small { display: block; color: #91a0b8; font-size: 8px; }
.metric-grid strong { display: block; font-size: 15px; margin: 5px 0 2px; color: #172b52; white-space: nowrap; }
.metric-grid em { font-size: 7px; color: #14a978; font-style: normal; }
.chart-grid { display: grid; grid-template-columns: 1.55fr .9fr; grid-template-rows: 165px 135px; gap: 10px; margin-top: 10px; }
.panel { overflow: hidden; padding: 12px; border-radius: 11px; background: white; border: 1px solid #e5edf8; }
.panel-head { display: flex; align-items: center; justify-content: space-between; font-size: 9px; color: #172b52; }
.panel-head span { color: #96a5bc; font-size: 7px; }
.line-panel svg { width: 100%; height: 125px; margin-top: 7px; overflow: visible; }
.chart-lines line { stroke: #ecf1f8; stroke-width: 1; }
.line { fill: none; stroke: #2475ff; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.area { fill: url(#area); }
.donut-wrap { display: flex; align-items: center; gap: 15px; padding-top: 18px; }
.donut { width: 80px; height: 80px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(#1d73ff 0 43%, #26d6c2 43% 68%, #ff9c2f 68% 82%, #dbe8f8 82%); position: relative; }
.donut::after { content: ""; position: absolute; inset: 15px; border-radius: 50%; background: white; }
.donut span { z-index: 1; font-size: 11px; font-weight: 800; color: #173260; }
.donut-wrap ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: 7px; color: #687a98; }
.donut-wrap li { display: flex; align-items: center; gap: 5px; }
.donut-wrap li i { width: 6px; height: 6px; border-radius: 2px; background: #1d73ff; }
.donut-wrap li:nth-child(2) i { background: #26d6c2; }
.donut-wrap li:nth-child(3) i { background: #ff9c2f; }
.bars { height: 88px; display: flex; align-items: flex-end; gap: 8px; padding: 12px 7px 0; border-bottom: 1px solid #edf1f7; }
.bars i { flex: 1; height: var(--h); border-radius: 4px 4px 1px 1px; background: linear-gradient(180deg, #2f8eff, #0756e8); box-shadow: 0 5px 10px rgba(7,86,232,.17); }
.task-panel { display: grid; align-content: start; gap: 9px; }
.task { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 7px; padding: 8px 8px; background: #f7faff; border-radius: 7px; color: #566986; font-size: 7px; }
.task i { width: 6px; height: 6px; border-radius: 50%; background: #267bff; }
.task:nth-child(3) i { background: #18c6a1; }.task:nth-child(4) i { background: #ff9e37; }
.task b { color: #1f3e70; }
.floating-chip { position: absolute; z-index: 6; border: 1px solid rgba(255,255,255,.55); box-shadow: 0 22px 46px rgba(12,70,170,.24); backdrop-filter: blur(12px); }
.growth-chip { left: -10px; top: 160px; width: 150px; padding: 16px; color: white; border-radius: 16px; background: linear-gradient(145deg, rgba(10,92,233,.95), rgba(22,136,255,.88)); }
.growth-chip span { display: block; font-size: 10px; opacity: .85; }
.growth-chip strong { display: block; font-size: 24px; margin-top: 4px; }
.growth-chip svg { width: 100%; height: 38px; margin-top: 8px; }
.growth-chip polyline { fill: none; stroke: #8fefff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.phone-mock { position: absolute; z-index: 5; width: 128px; height: 258px; right: 93px; bottom: 2px; padding: 7px; border-radius: 26px; background: linear-gradient(145deg, #16223c, #050a16); box-shadow: 0 24px 44px rgba(12,35,80,.32); transform: rotate(2deg); }
.phone-notch { width: 49px; height: 10px; position: absolute; top: 7px; left: 50%; transform: translateX(-50%); border-radius: 0 0 10px 10px; background: #0a1222; z-index: 2; }
.phone-screen { width: 100%; height: 100%; overflow: hidden; border-radius: 20px; background: #f3f8ff; }
.phone-head { height: 77px; padding: 23px 11px 10px; color: white; background: linear-gradient(145deg, #0b65ec, #30a2ff); }
.phone-head small { display: block; font-size: 7px; opacity: .8; }.phone-head b { font-size: 12px; }
.app-grid { padding: 13px 10px; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px 8px; }
.app-grid i { width: 19px; height: 19px; justify-self: center; border-radius: 6px; background: linear-gradient(145deg,#75baff,#176cf5); box-shadow: 0 4px 8px rgba(39,109,230,.17); }
.app-grid i:nth-child(2n) { background: linear-gradient(145deg,#5fe1ca,#14b49a); }
.app-grid i:nth-child(3n) { background: linear-gradient(145deg,#ffd074,#ff9c29); }
.phone-card { margin: 4px 10px; padding: 10px; border-radius: 10px; background: white; display: grid; gap: 7px; box-shadow: 0 8px 16px rgba(30,70,130,.08); }
.phone-card span { height: 5px; border-radius: 5px; background: #dbe7f7; }.phone-card span:first-child{width:58%;background:#8bb7fa}.phone-card span:last-child{width:75%}
.rate-chip { right: -7px; bottom: 37px; display: flex; align-items: center; gap: 12px; padding: 11px 13px; border-radius: 16px; background: rgba(255,255,255,.9); }
.mini-ring { width: 57px; height: 57px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at center, white 55%, transparent 57%), conic-gradient(var(--blue) 0 78%, #dce9fa 78%); font-size: 11px; font-weight: 800; color: var(--blue); }
.rate-chip span { display: grid; gap: 4px; }.rate-chip strong { font-size: 10px; }.rate-chip small { color: #8292aa; font-size: 8px; }
.section { padding: 100px 0; }
.soft-section { background: linear-gradient(180deg, #f8fbff, #f3f8ff); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.section-heading h2, .about-copy h2, .contact-copy h2 { margin: 9px 0 0; color: var(--navy); font-size: clamp(32px, 4vw, 46px); line-height: 1.22; letter-spacing: -1.5px; }
.section-heading p { max-width: 480px; color: var(--muted); line-height: 1.9; margin: 0; }
.section-heading.centered { display: grid; justify-items: center; text-align: center; }
.section-heading.centered p { max-width: 660px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-card { min-height: 300px; padding: 30px 26px; position: relative; overflow: hidden; border: 1px solid #dce8f8; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: .3s; }
.service-card::after { content:""; position:absolute; width:140px;height:140px;right:-70px;top:-70px;border-radius:50%;background:radial-gradient(circle,rgba(30,126,255,.14),transparent 70%); }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: #b7d3fb; }
.service-icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 17px; color: var(--blue); background: linear-gradient(145deg,#ecf6ff,#dcecff); box-shadow: 0 10px 23px rgba(41,118,235,.13); }
.service-icon svg { width: 31px; fill: currentColor; }
.service-card:nth-child(2) .service-icon { color: #1aa79b; background: linear-gradient(145deg,#e8fffb,#d6f7f1); }
.service-card:nth-child(3) .service-icon { color: #5b55df; background: linear-gradient(145deg,#f0efff,#e4e2ff); }
.service-card:nth-child(4) .service-icon { color: #0a70d8; }
.service-card h3 { margin: 24px 0 13px; font-size: 19px; color: #13294e; }
.service-card p { margin: 0; min-height: 89px; color: #697893; line-height: 1.85; font-size: 14px; }
.service-card a, .case-body a { color: var(--blue); font-weight: 800; font-size: 13px; display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; }
.service-card a span, .case-body a span { transition: .2s; }.service-card:hover a span,.case-card:hover a span{transform:translateX(4px)}
.solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.solution-card { position: relative; min-height: 460px; padding: 30px; overflow: hidden; border-radius: 26px; background: white; border: 1px solid #dce8f8; box-shadow: var(--shadow-sm); }
.solution-card::before { content:""; position:absolute; inset:0 0 auto 0; height:4px; background:linear-gradient(90deg,var(--blue),var(--cyan)); }
.solution-card.campus::before { background:linear-gradient(90deg,#11b99a,#56e3c7); }.solution-card.sme::before{background:linear-gradient(90deg,#ff9829,#ffc667)}
.solution-top { display: flex; align-items: center; gap: 15px; }
.solution-icon { width: 56px; height: 56px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 17px; color: white; background: linear-gradient(145deg,var(--blue-2),var(--blue)); box-shadow: 0 12px 24px rgba(7,86,232,.2); }
.campus .solution-icon { background: linear-gradient(145deg,#31d2b8,#0a9f87); }.sme .solution-icon{background:linear-gradient(145deg,#ffb44c,#ef8117)}
.solution-icon svg { width: 30px; fill: currentColor; }
.solution-top small { font-size: 9px; letter-spacing: 1.5px; color: #8494af; }
.solution-top h3 { margin: 5px 0 0; color: #13294e; font-size: 21px; }
.solution-card > p { color: #687793; line-height: 1.85; margin: 24px 0 20px; font-size: 14px; }
.solution-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.solution-card li { color: #344662; font-size: 14px; padding-left: 20px; position: relative; }
.solution-card li::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow:0 0 0 5px rgba(7,86,232,.08); position: absolute; left: 1px; top: 6px; }
.campus li::before{background:#13af95;box-shadow:0 0 0 5px rgba(19,175,149,.09)}.sme li::before{background:#f39128;box-shadow:0 0 0 5px rgba(243,145,40,.09)}
.solution-art { position: absolute; right: -7px; bottom: -3px; width: 175px; height: 145px; opacity: .14; }
.factory-art { border-bottom: 5px solid var(--blue); }.factory-art i { position:absolute; bottom:5px; width:42px; background:var(--blue); }.factory-art i:nth-child(1){height:65px;left:10px}.factory-art i:nth-child(2){height:95px;left:58px}.factory-art i:nth-child(3){height:52px;left:106px}.factory-art span{position:absolute;width:80px;height:80px;border:12px solid var(--blue);border-radius:50%;right:3px;top:2px}
.campus-art span { position:absolute;left:22px;bottom:5px;width:130px;height:72px;background:#13af95;clip-path:polygon(50% 0,100% 35%,100% 100%,0 100%,0 35%); }.campus-art i{position:absolute;bottom:5px;width:18px;height:55px;background:white;opacity:.8}.campus-art i:nth-child(2){left:53px}.campus-art i:nth-child(3){left:95px}.campus-art b{position:absolute;left:77px;bottom:5px;width:22px;height:78px;background:#13af95}
.city-art { display:flex;align-items:flex-end;gap:7px;padding:0 10px;border-bottom:5px solid #f39128 }.city-art i{display:block;background:#f39128;width:25px}.city-art i:nth-child(1){height:65px}.city-art i:nth-child(2){height:108px}.city-art i:nth-child(3){height:82px}.city-art i:nth-child(4){height:125px}.city-art span{position:absolute;width:100%;height:2px;left:0;top:35px;background:#f39128;box-shadow:0 25px #f39128,0 50px #f39128}
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.case-card { overflow: hidden; border: 1px solid #dae6f7; border-radius: 24px; background: white; box-shadow: var(--shadow-sm); transition: .3s; }
.case-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.case-preview { height: 238px; position: relative; overflow: hidden; background: #08265d; }
.dark-preview { padding: 27px; display:flex; gap:12px; background: radial-gradient(circle at 75% 22%,rgba(25,127,255,.35),transparent 30%),linear-gradient(145deg,#061b45,#0a3476); }
.preview-sidebar { width:38px;border-radius:8px;background:#071636;padding:12px 8px;display:grid;align-content:start;gap:12px }.preview-sidebar i{height:9px;border-radius:3px;background:#1e66c9}.preview-sidebar i:not(:first-child){background:#17325b}
.preview-content{flex:1;display:grid;grid-template-columns:1.45fr .85fr;grid-template-rows:34px 1fr;gap:8px}.preview-stats{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.preview-stats i{border-radius:5px;background:linear-gradient(145deg,#123f80,#0b2c60)}
.preview-chart{border-radius:8px;background:#0b2a61;position:relative;overflow:hidden}.preview-chart::before{content:"";position:absolute;inset:15px;background:linear-gradient(rgba(80,151,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(80,151,255,.12) 1px,transparent 1px);background-size:24px 24px}.preview-chart span{position:absolute;left:14px;right:12px;bottom:28px;height:55px;border-bottom:3px solid #37cfff;transform:skewY(-8deg);box-shadow:0 10px 18px rgba(32,188,255,.15)}
.preview-rings{display:grid;gap:8px}.preview-rings i{border-radius:8px;background:radial-gradient(circle at center,#0b2a61 40%,transparent 42%),conic-gradient(#25d4c3 0 45%,#2878ff 45% 78%,#173a71 78%);}
.ops-preview{background:radial-gradient(circle at 50% 45%,rgba(28,128,255,.28),transparent 28%),linear-gradient(145deg,#051940,#072e70)}.ops-map{position:absolute;left:42px;top:35px;width:150px;height:120px;clip-path:polygon(16% 10%,38% 18%,55% 4%,68% 20%,93% 22%,88% 45%,98% 57%,76% 69%,64% 93%,40% 80%,18% 96%,6% 72%,17% 53%,3% 33%);background:linear-gradient(145deg,#2d83ff,#09b8f0);opacity:.5;box-shadow:0 0 40px #2082ff}.ops-bars{position:absolute;right:30px;bottom:30px;height:105px;display:flex;align-items:flex-end;gap:7px}.ops-bars i{width:12px;background:linear-gradient(#27d7ce,#1268f0);border-radius:4px 4px 0 0}.ops-bars i:nth-child(1){height:35%}.ops-bars i:nth-child(2){height:68%}.ops-bars i:nth-child(3){height:54%}.ops-bars i:nth-child(4){height:90%}.ops-bars i:nth-child(5){height:74%}.ops-line{position:absolute;left:25px;right:25px;bottom:22px;height:2px;background:rgba(65,149,255,.35);box-shadow:0 -42px rgba(65,149,255,.16),0 -84px rgba(65,149,255,.12)}.ops-metrics{position:absolute;right:24px;top:24px;display:flex;gap:7px}.ops-metrics i{width:51px;height:28px;border-radius:6px;background:#0b397a;border:1px solid rgba(66,149,255,.25)}
.mobile-preview{background:radial-gradient(circle at center,rgba(45,142,255,.25),transparent 42%),linear-gradient(145deg,#edf6ff,#dcecff)}.mini-phone{position:absolute;width:91px;height:184px;top:28px;border:5px solid #102044;border-radius:20px;background:#f7fbff;box-shadow:0 20px 30px rgba(30,82,150,.23);overflow:hidden}.mini-phone.one{left:84px;transform:rotate(-5deg)}.mini-phone.two{right:82px;transform:rotate(5deg);top:37px}.mini-phone span{display:block;height:57px;background:linear-gradient(145deg,#1473f1,#42a7ff)}.mini-phone i{display:block;height:14px;margin:10px;border-radius:5px;background:#e2ecf9}.mini-phone i:nth-child(3){width:65%}.mobile-glow{position:absolute;left:50%;bottom:-55px;transform:translateX(-50%);width:250px;height:130px;border-radius:50%;background:rgba(20,108,246,.18);filter:blur(18px)}
.case-body { padding: 25px 25px 28px; }
.case-tag { display: inline-flex; padding: 6px 10px; border-radius: 999px; color: var(--blue); font-size: 10px; font-weight: 800; background: #edf5ff; }
.case-body h3 { font-size: 20px; color: #12284c; margin: 15px 0 11px; }
.case-body p { min-height: 80px; color: #697893; line-height: 1.8; font-size: 14px; margin: 0; }
.about-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 70px; align-items: center; }
.about-copy h2 { margin-top: 12px; }
.about-copy p { color: #64738f; line-height: 1.95; margin: 24px 0; }
.about-points { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.about-points span { padding: 9px 13px; border-radius: 9px; background: white; border: 1px solid #dce8f8; color: #385071; font-size: 13px; font-weight: 700; }
.process { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.process article { min-height: 240px; padding: 25px; position: relative; overflow: hidden; background: white; border: 1px solid #dce8f8; border-radius: 20px; box-shadow: var(--shadow-sm); }
.process article > b { position:absolute;right:17px;top:9px;font-size:42px;color:#edf3fc;font-weight:900 }
.process-icon { width: 48px; height: 48px; display:grid;place-items:center;border-radius:14px;color:var(--blue);background:#edf5ff }.process-icon svg{width:25px;fill:currentColor}
.process h3{margin:22px 0 10px;font-size:18px;color:#142a50}.process p{margin:0;color:#6b7992;line-height:1.8;font-size:13px}
.contact-section { position: relative; overflow: hidden; padding: 92px 0; color: white; background: linear-gradient(135deg,#06255c,#0756e8 65%,#0988ea); }
.contact-section::before { content:"";position:absolute;width:500px;height:500px;right:-100px;top:-240px;border-radius:50%;background:radial-gradient(circle,rgba(90,218,255,.32),transparent 70%) }
.contact-wave { position:absolute;inset:0;opacity:.45;background-image:radial-gradient(circle at 15% 70%,rgba(78,213,255,.5) 0 2px,transparent 3px),linear-gradient(13deg,transparent 48%,rgba(77,210,255,.18) 49%,transparent 50%);background-size:38px 38px,100% 80px;mask-image:linear-gradient(to right,rgba(0,0,0,.7),transparent 75%) }
.contact-layout { position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center }
.section-kicker.light { color:#94eaff }.contact-copy h2{color:white;font-size:clamp(36px,4.5vw,54px)}.contact-copy>p{color:rgba(255,255,255,.76);line-height:1.85;max-width:520px;font-size:16px}
.contact-cards { display:grid;gap:12px;margin-top:28px }.contact-cards div{padding:14px 16px;border:1px solid rgba(255,255,255,.17);border-radius:13px;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}.contact-cards small{display:block;color:rgba(255,255,255,.62);font-size:11px;margin-bottom:5px}.contact-cards strong{font-size:14px}
.contact-form { padding: 29px; border: 1px solid rgba(255,255,255,.4); border-radius: 24px; background: rgba(255,255,255,.97); color: var(--ink); box-shadow: 0 32px 80px rgba(0,20,70,.28); }
.form-head h3 { margin:0 0 6px;font-size:24px;color:#11294f }.form-head p{margin:0;color:#74829a;font-size:13px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:22px}.form-grid label{display:grid;gap:7px}.form-grid label.full{grid-column:1/-1}.form-grid span{font-size:12px;font-weight:700;color:#40516e}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid #d9e4f3;background:#f8fbff;border-radius:10px;padding:12px 13px;color:#1f304f;outline:none;transition:.2s}.form-grid textarea{resize:vertical}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#76a9fa;box-shadow:0 0 0 4px rgba(7,86,232,.08);background:#fff}.full-button{width:100%;margin-top:16px}.form-note{font-size:10px;color:#8b98ad;text-align:center;margin:12px 0 0}
.site-footer { padding: 62px 0 18px; color: rgba(255,255,255,.76); background: #061735; }
.footer-grid { display:grid;grid-template-columns:1.45fr .8fr 1fr 1.25fr;gap:42px;padding-bottom:42px }.brand-light .brand-copy strong{color:white}.brand-light .brand-copy small{color:#8ccaff}.footer-brand p{line-height:1.85;color:rgba(255,255,255,.64);font-size:13px;margin-top:18px}.footer-links{display:grid;align-content:start;gap:12px}.footer-links h4{margin:5px 0 8px;color:white;font-size:15px}.footer-links a,.footer-links span{font-size:12px;color:rgba(255,255,255,.6);line-height:1.6}.footer-links a:hover{color:white}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0 0;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:rgba(255,255,255,.46)}
.toast { position:fixed;left:50%;bottom:30px;z-index:80;transform:translate(-50%,30px);padding:13px 19px;border-radius:11px;background:#071a42;color:white;box-shadow:0 18px 40px rgba(0,24,70,.3);font-size:13px;opacity:0;pointer-events:none;transition:.3s}.toast.show{opacity:1;transform:translate(-50%,0)}
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }.reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.09s}.delay-2{transition-delay:.18s}.delay-3{transition-delay:.27s}
@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}.btn,.service-card,.case-card{transition:none}}
@media (max-width: 1050px){.desktop-nav{gap:20px}.hero-layout{grid-template-columns:1fr;gap:30px}.hero-copy{max-width:780px}.hero-visual{min-height:535px}.service-grid{grid-template-columns:repeat(2,1fr)}.solution-grid{grid-template-columns:1fr}.solution-card{min-height:360px}.case-grid{grid-template-columns:1fr}.case-card{display:grid;grid-template-columns:.9fr 1.1fr}.case-preview{height:100%;min-height:270px}.about-layout,.contact-layout{grid-template-columns:1fr}.about-copy{max-width:740px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-links:last-child{grid-column:2/-1}}
@media (max-width: 820px){.desktop-nav,.nav-cta{display:none}.menu-toggle{display:block;margin-left:auto}.mobile-menu{position:absolute;left:18px;right:18px;top:72px;padding:15px;border:1px solid #dce7f6;border-radius:16px;background:rgba(255,255,255,.98);box-shadow:var(--shadow);grid-template-columns:repeat(2,1fr);gap:5px}.mobile-menu.open{display:grid}.mobile-menu a{padding:12px;border-radius:8px;color:#243653;font-size:14px}.mobile-menu a:hover{background:#edf5ff;color:var(--blue)}.hero-layout{padding-top:58px}.hero h1{letter-spacing:-2px}.dashboard-window{width:100%;right:0}.growth-chip{left:0}.rate-chip{right:0}.section{padding:76px 0}.section-heading{display:grid;gap:15px}.service-grid{grid-template-columns:1fr}.service-card{min-height:260px}.case-card{display:block}.case-preview{height:240px;min-height:0}.process{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-links:last-child{grid-column:auto}.footer-bottom{display:grid}}
@media (max-width: 590px){.container{width:min(100% - 30px,var(--container))}.nav-wrap{height:68px}.brand-icon{width:40px;height:40px}.brand-copy strong{font-size:18px}.hero-layout{padding:45px 0 50px}.hero h1{font-size:42px}.hero-lead{font-size:15px}.hero-actions{display:grid}.trust-row{grid-template-columns:1fr 1fr;gap:15px}.hero-visual{min-height:410px;margin-top:5px}.dashboard-window{top:30px;min-height:330px;border-radius:17px;transform:none}.dash-sidebar{width:45px;flex-basis:45px;padding:12px 8px;gap:12px}.dash-mini-logo{width:28px;height:28px}.dash-sidebar i{width:24px;height:24px}.dash-sidebar i::after{left:7px;top:7px}.dash-main{padding:12px 11px}.metric-grid{grid-template-columns:repeat(2,1fr)}.metric-grid article:nth-child(n+3){display:none}.chart-grid{grid-template-columns:1fr;grid-template-rows:150px 100px}.donut-panel,.task-panel{display:none}.phone-mock{width:92px;height:190px;right:31px;bottom:0;border-radius:20px}.growth-chip{width:115px;padding:12px;top:132px}.growth-chip strong{font-size:19px}.growth-chip svg{height:25px}.rate-chip{display:none}.section-heading h2,.about-copy h2,.contact-copy h2{font-size:32px}.solution-card{padding:24px;min-height:430px}.service-card{padding:25px}.process{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid label.full{grid-column:auto}.contact-form{padding:22px 18px}.footer-grid{grid-template-columns:1fr}.footer-brand,.footer-links:last-child{grid-column:auto}.footer-bottom span:last-child{line-height:1.6}.mini-phone.one{left:62px}.mini-phone.two{right:62px}}
