:root {
  --navy: #07182c;
  --navy-2: #0b2340;
  --navy-3: #11345d;
  --blue: #1769e0;
  --blue-2: #2f83ff;
  --sky: #eaf3ff;
  --ink: #111827;
  --muted: #637083;
  --muted-2: #8a96a7;
  --line: #e2e8f0;
  --surface: #f6f8fb;
  --white: #ffffff;
  --success: #0f9f6e;
  --warning: #bd7a16;
  --shadow-sm: 0 12px 30px rgba(8, 29, 54, .07);
  --shadow-md: 0 24px 70px rgba(8, 29, 54, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; background: var(--white); color: var(--ink); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; display: block; }
::selection { background: #dcecff; color: var(--navy); }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.section { padding: 122px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; background: var(--navy); color: #fff; padding: 12px 16px; border-radius: 8px; z-index: 999; }
.skip-link:focus { top: 16px; }

.site-header { height: 78px; position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(226,232,240,.82); backdrop-filter: blur(18px); transition: box-shadow .2s ease, background .2s ease; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(6,24,44,.07); background: rgba(255,255,255,.97); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 43px; height: 43px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1; gap: 4px; }
.brand-copy strong { font-size: 20px; letter-spacing: -.55px; color: var(--navy); }
.brand-copy small { font-size: 8px; text-transform: uppercase; letter-spacing: 1.85px; color: var(--blue); font-weight: 850; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: 12px; font-weight: 700; color: #3e4d61; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 9px 0; }
.main-nav > a:not(.nav-cta):after { content:""; position:absolute; left:0; right:100%; bottom:0; height:2px; background:var(--blue); transition:right .2s ease; }
.main-nav > a:not(.nav-cta):hover:after { right:0; }
.nav-cta { color:#fff; background:var(--navy); padding:12px 17px; border-radius:10px; box-shadow:0 8px 18px rgba(7,24,44,.13); transition:transform .18s ease, background .18s ease; }
.nav-cta:hover { transform: translateY(-1px); background:#0c2949; }
.menu-toggle { display:none; width:42px; height:42px; border:1px solid var(--line); background:white; border-radius:10px; align-items:center; justify-content:center; flex-direction:column; gap:5px; }
.menu-toggle span { width:18px; height:2px; background:var(--navy); }

.hero { min-height: 820px; padding: 158px 0 90px; background: linear-gradient(180deg,#fbfdff 0%,#f5f9fe 100%); position:relative; overflow:hidden; }
.hero:before { content:""; position:absolute; width:720px; height:720px; border-radius:50%; background:radial-gradient(circle,rgba(36,119,238,.13) 0%,rgba(36,119,238,0) 70%); right:-110px; top:65px; }
.hero-grid-bg { position:absolute; inset:78px 0 0; background-image:linear-gradient(rgba(26,74,130,.038) 1px,transparent 1px),linear-gradient(90deg,rgba(26,74,130,.038) 1px,transparent 1px); background-size:36px 36px; mask-image:linear-gradient(to bottom,black 0%,transparent 92%); pointer-events:none; }
.hero-grid { display:grid; grid-template-columns:.92fr 1.08fr; gap:70px; align-items:center; position:relative; z-index:2; }
.kicker { display:inline-flex; align-items:center; gap:10px; font-size:10px; letter-spacing:2.1px; font-weight:900; color:#6bb0ff; }
.kicker:before { content:""; width:24px; height:1px; background:currentColor; }
.kicker.dark { color:var(--blue); }
.kicker.light { color:#73b6ff; }
.hero-copy h1 { max-width:620px; margin:20px 0 24px; font-size:clamp(47px,5.45vw,76px); line-height:.99; letter-spacing:-4.35px; color:var(--navy); font-weight:760; }
.hero-copy h1 span { color:var(--blue); }
.hero-lead { max-width:590px; margin:0; color:#566578; font-size:17px; line-height:1.78; }
.hero-actions { display:flex; align-items:center; gap:12px; margin-top:34px; flex-wrap:wrap; }
.btn { min-height:48px; display:inline-flex; align-items:center; justify-content:center; gap:12px; padding:0 19px; border-radius:10px; font-size:12px; font-weight:800; transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease; }
.btn:hover { transform:translateY(-2px); }
.btn-primary { color:#fff; background:var(--blue); box-shadow:0 13px 25px rgba(23,105,224,.22); }
.btn-primary:hover { background:#0d5dcc; box-shadow:0 16px 30px rgba(23,105,224,.28); }
.btn-ghost { color:var(--navy); border:1px solid #ced9e6; background:rgba(255,255,255,.72); }
.btn-ghost:hover { border-color:#a9bad0; background:#fff; }
.hero-proof { display:flex; align-items:center; gap:0; margin-top:38px; color:#7e8a9b; font-size:10px; font-weight:750; text-transform:uppercase; letter-spacing:.72px; flex-wrap:wrap; }
.hero-proof span { display:flex; align-items:center; }
.hero-proof span:not(:last-child):after { content:""; width:4px; height:4px; border-radius:50%; background:#aab8c8; margin:0 13px; }

.hero-visual { min-width:0; position:relative; min-height:525px; display:grid; place-items:center; }
.hero-stage { width:min(100%,660px); border:1px solid rgba(170,190,214,.6); background:rgba(255,255,255,.9); border-radius:22px; box-shadow:0 38px 90px rgba(18,61,107,.18); overflow:hidden; position:relative; z-index:2; transform:perspective(1500px) rotateY(-3deg) rotateX(1deg); }
.stage-topbar { height:51px; display:flex; align-items:center; justify-content:space-between; padding:0 18px; border-bottom:1px solid #e7edf4; background:#fbfcfe; }
.stage-brand { display:flex; align-items:center; gap:8px; color:#3d4f65; font-size:8px; font-weight:900; letter-spacing:1px; }
.stage-brand img { width:24px; height:24px; object-fit:contain; }
.stage-status { display:flex; align-items:center; gap:7px; font-size:8px; color:#728096; }
.stage-status i { width:7px; height:7px; border-radius:50%; background:#22ae78; box-shadow:0 0 0 4px #ddf6ed; }
.stage-body { display:grid; grid-template-columns:48px 1fr; min-height:390px; }
.stage-sidebar { background:#091d35; padding:20px 0; display:flex; flex-direction:column; align-items:center; gap:16px; }
.stage-sidebar span { width:18px; height:18px; border:1px solid rgba(255,255,255,.12); border-radius:5px; position:relative; }
.stage-sidebar span:after { content:""; position:absolute; width:7px; height:2px; background:#54708c; top:7px; left:5px; }
.stage-sidebar span.active { background:var(--blue); border-color:var(--blue); box-shadow:0 5px 12px rgba(23,105,224,.35); }
.stage-sidebar span.active:after { background:white; }
.stage-content { padding:23px 24px 25px; background:#f7f9fc; }
.stage-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; }
.stage-heading > div:first-child { display:grid; gap:5px; }
.stage-heading small { font-size:7px; color:#8b98a9; }
.stage-heading strong { color:#10263f; font-size:14px; letter-spacing:-.2px; }
.stage-chip { padding:7px 9px; border:1px solid #dce6f1; background:white; border-radius:7px; font-size:7px; color:#718096; }
.stage-metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:20px; }
.stage-metrics article { background:white; border:1px solid #e2e9f1; border-radius:10px; padding:13px; display:grid; gap:6px; box-shadow:0 6px 12px rgba(21,54,91,.025); }
.stage-metrics span { color:#8794a5; font-size:6px; font-weight:900; letter-spacing:.9px; }
.stage-metrics strong { color:#10263f; font-size:19px; letter-spacing:-.6px; }
.stage-metrics small { color:#95a1b1; font-size:7px; }
.stage-panels { display:grid; grid-template-columns:1.55fr .9fr; gap:10px; margin-top:10px; }
.stage-chart,.stage-list { background:white; border:1px solid #e2e9f1; border-radius:10px; padding:13px; min-width:0; }
.panel-title { display:flex; align-items:center; justify-content:space-between; gap:10px; font-size:7px; }
.panel-title span { color:#2e4259; font-weight:800; }
.panel-title small { color:#9aa6b5; }
.stage-chart svg { width:100%; height:118px; display:block; margin-top:5px; }
.chart-caption { display:flex; justify-content:space-between; color:#97a3b2; font-size:6px; margin-top:1px; }
.project-line { display:grid; grid-template-columns:auto 1fr auto; gap:9px; align-items:center; padding:14px 0; border-bottom:1px solid #edf1f5; }
.project-line:last-child { border-bottom:0; }
.project-line i { width:8px; height:8px; border-radius:50%; }
.project-line i.available { background:#11a575; box-shadow:0 0 0 4px #e3f6ef; }
.project-line i.building { background:#d59428; box-shadow:0 0 0 4px #fff2dd; }
.project-line div { display:grid; gap:3px; min-width:0; }
.project-line strong { color:#23384f; font-size:7px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.project-line small { color:#97a2b2; font-size:6px; }
.project-line > span { color:#bdc6d0; font-size:8px; font-weight:900; }
.float-note { position:absolute; z-index:3; background:rgba(255,255,255,.97); border:1px solid #dce6f1; box-shadow:0 18px 38px rgba(12,46,82,.14); border-radius:12px; padding:12px 14px; display:flex; align-items:center; gap:10px; min-width:190px; }
.float-note > span { width:31px; height:31px; border-radius:8px; display:grid; place-items:center; background:#edf5ff; color:var(--blue); font-size:8px; font-weight:900; }
.float-note div { display:grid; gap:3px; }
.float-note strong { color:#18324d; font-size:9px; }
.float-note small { color:#8895a6; font-size:7px; }
.note-one { left:-16px; bottom:36px; }
.note-two { right:-4px; top:22px; }

.trust-strip { background:var(--navy); color:#dce8f5; }
.trust-inner { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.trust-inner p { margin:0; font-size:12px; color:#9fb2c6; }
.trust-inner p strong { color:white; }
.trust-inner > span { color:#5f7d9c; font-size:8px; font-weight:900; letter-spacing:1.75px; white-space:nowrap; }

.solutions-section { background:white; }
.section-intro { display:grid; grid-template-columns:1.2fr .8fr; gap:80px; align-items:end; margin-bottom:54px; }
.section-intro h2 { margin:14px 0 0; max-width:720px; color:var(--navy); font-size:clamp(37px,4.4vw,57px); line-height:1.04; letter-spacing:-2.65px; }
.section-intro > p { margin:0 0 5px; color:var(--muted); line-height:1.78; font-size:14px; max-width:430px; }
.capability-grid { display:grid; grid-template-columns:repeat(3,1fr); border:1px solid var(--line); border-radius:22px; overflow:hidden; box-shadow:var(--shadow-sm); }
.capability-card { min-height:390px; padding:34px 32px 30px; background:white; position:relative; }
.capability-card:not(:last-child) { border-right:1px solid var(--line); }
.capability-card:after { content:""; position:absolute; left:0; right:100%; bottom:0; height:3px; background:var(--blue); transition:right .3s ease; }
.capability-card:hover:after { right:0; }
.capability-icon { width:46px; height:46px; border-radius:12px; background:#eff6ff; display:grid; place-items:center; margin-bottom:44px; }
.capability-icon svg { width:23px; height:23px; fill:none; stroke:var(--blue); stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.card-index { position:absolute; right:27px; top:28px; color:#c7d1dd; font-size:10px; font-weight:900; letter-spacing:1px; }
.capability-card h3 { color:var(--navy); font-size:22px; letter-spacing:-.6px; line-height:1.14; margin:0 0 14px; }
.capability-card p { color:var(--muted); font-size:13px; line-height:1.72; margin:0 0 24px; }
.capability-card ul { list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.capability-card li { color:#718095; font-size:11px; display:flex; align-items:center; gap:9px; }
.capability-card li:before { content:""; width:5px; height:5px; border-radius:50%; background:var(--blue); }

.projects-section { background:var(--navy); color:white; overflow:hidden; position:relative; }
.projects-section:before { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:42px 42px; mask-image:linear-gradient(to bottom,black,transparent 88%); }
.projects-section > .container { position:relative; z-index:2; }
.projects-intro h2 { color:white; }
.projects-intro > p { color:#9db0c4; }
.project-row { display:grid; grid-template-columns:.9fr 1.1fr; gap:72px; align-items:center; padding:66px 0; }
.project-row + .project-row { border-top:1px solid rgba(255,255,255,.1); }
.project-row-secondary { grid-template-columns:1.1fr .9fr; }
.project-info { max-width:530px; }
.project-badges { display:flex; gap:8px; margin-bottom:30px; flex-wrap:wrap; }
.badge { display:inline-flex; min-height:26px; align-items:center; padding:0 9px; border-radius:999px; font-size:8px; font-weight:900; letter-spacing:.55px; text-transform:uppercase; }
.badge-live { color:#a7f0d6; background:rgba(17,165,117,.12); border:1px solid rgba(35,201,146,.22); }
.badge-building { color:#ffd89b; background:rgba(213,148,40,.12); border:1px solid rgba(225,165,64,.23); }
.badge-neutral { color:#a8bfd7; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.09); }
.project-number { display:block; color:#587a9d; font-size:8px; letter-spacing:2px; font-weight:900; margin-bottom:13px; }
.project-info h3 { margin:0 0 21px; font-size:clamp(35px,4vw,53px); line-height:1.02; letter-spacing:-2.25px; font-weight:720; }
.project-info h3 em { color:#63aaff; font-style:normal; }
.project-info > p { margin:0; color:#a8bbce; font-size:14px; line-height:1.8; }
.project-features { display:flex; flex-wrap:wrap; gap:8px; margin:28px 0 29px; }
.project-features span { border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.035); color:#c9d7e6; border-radius:8px; padding:9px 10px; font-size:9px; }
.inline-link { display:inline-flex; align-items:center; gap:10px; color:#7db9ff; font-size:11px; font-weight:850; border-bottom:1px solid rgba(125,185,255,.32); padding-bottom:5px; }
.inline-link span { transition:transform .2s ease; }
.inline-link:hover span { transform:translate(2px,-2px); }
.development-note { display:inline-flex; color:#7894af; font-size:9px; border-left:2px solid #d49328; padding-left:11px; }

.product-frame { position:relative; min-height:470px; display:grid; place-items:center; }
.product-frame:before { content:""; position:absolute; width:500px; height:500px; border-radius:50%; background:radial-gradient(circle,rgba(39,123,240,.18),transparent 68%); }
.product-window { width:min(100%,620px); border-radius:17px; overflow:hidden; border:1px solid rgba(255,255,255,.13); background:#f8fafc; box-shadow:0 35px 75px rgba(0,0,0,.28); position:relative; z-index:2; transform:perspective(1300px) rotateY(-4deg); }
.product-top { height:46px; display:flex; justify-content:space-between; align-items:center; padding:0 16px; background:#fff; border-bottom:1px solid #e4ebf2; color:#2b3f56; }
.product-top > div { display:flex; align-items:center; gap:7px; font-size:7px; }
.product-top img { width:22px; }
.product-top > span { color:#a0abb7; font-size:6px; font-weight:900; letter-spacing:1.2px; }
.product-body { display:grid; grid-template-columns:42px 1fr; min-height:350px; }
.product-body aside { background:#0a1e35; display:flex; flex-direction:column; align-items:center; gap:13px; padding-top:19px; }
.product-body aside i { width:16px; height:16px; border-radius:4px; border:1px solid rgba(255,255,255,.12); }
.product-body aside i.selected { background:var(--blue); border-color:var(--blue); }
.product-main { padding:22px; color:#1f3348; }
.product-title { display:flex; justify-content:space-between; align-items:center; gap:15px; }
.product-title > div { display:grid; gap:4px; }
.product-title small { font-size:6px; color:#8c99a9; }
.product-title strong { font-size:12px; }
.product-title button { border:1px solid #dce5ee; background:white; border-radius:6px; color:#66778a; font-size:6px; padding:7px 9px; }
.product-kpis { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:17px 0 10px; }
.product-kpis div { background:white; border:1px solid #e4eaf1; border-radius:8px; padding:11px; display:grid; gap:4px; }
.product-kpis small { color:#8794a4; font-size:6px; }
.product-kpis strong { color:#18304a; font-size:16px; }
.product-kpis span { color:#1b9a6e; font-size:5px; }
.product-table { background:white; border:1px solid #e4eaf1; border-radius:8px; overflow:hidden; }
.table-head,.table-line { display:grid; grid-template-columns:1.7fr 1fr .6fr .8fr; gap:8px; align-items:center; min-height:36px; padding:0 12px; }
.table-head { background:#f7f9fb; border-bottom:1px solid #edf1f5; color:#8794a4; font-size:5px; font-weight:800; text-transform:uppercase; }
.table-line { border-bottom:1px solid #f0f3f6; color:#576779; font-size:6px; }
.table-line:last-child { border-bottom:0; }
.table-line strong { color:#213950; }
.table-line em { color:#148966; background:#eaf8f3; border-radius:999px; padding:4px 6px; font-style:normal; text-align:center; font-size:5px; }

.point-frame { display:block; padding:30px 0; min-height:470px; }
.phone-shell { width:190px; height:385px; border:7px solid #12263d; border-radius:31px; background:#f9fbfd; position:absolute; left:3%; top:34px; z-index:3; box-shadow:0 30px 65px rgba(0,0,0,.3); overflow:hidden; }
.phone-top { height:29px; padding:9px 13px 0; display:flex; justify-content:space-between; color:#24394f; font-size:6px; font-weight:800; }
.phone-top i { width:36px; height:9px; background:#12263d; border-radius:999px; position:absolute; left:50%; top:5px; transform:translateX(-50%); }
.phone-brand { margin:8px 13px 0; display:flex; align-items:center; gap:5px; color:#38506a; font-size:6px; font-weight:900; letter-spacing:.65px; }
.phone-brand img { width:21px; }
.phone-content { padding:28px 15px 15px; text-align:center; color:#19324c; }
.phone-content > small { display:block; color:#8d9aaa; font-size:6px; text-align:left; }
.phone-content > strong { display:block; font-size:11px; text-align:left; margin-top:3px; }
.clock-display { font-size:34px; letter-spacing:-1.8px; margin-top:32px; font-weight:750; }
.date-line { display:block; color:#8d99a7; font-size:6px; margin-top:4px; }
.phone-content button { width:100%; border:0; background:var(--blue); color:white; border-radius:9px; padding:11px; font-size:7px; font-weight:850; margin-top:27px; box-shadow:0 9px 17px rgba(23,105,224,.22); }
.phone-last { margin-top:23px; padding-top:13px; border-top:1px solid #e7ecf2; display:grid; gap:4px; text-align:left; }
.phone-last small { color:#9aa5b3; font-size:5px; }
.phone-last strong { color:#3f5267; font-size:7px; }
.point-admin { width:510px; min-height:300px; position:absolute; z-index:2; right:0; top:82px; border-radius:16px; background:#f8fafc; border:1px solid rgba(255,255,255,.12); box-shadow:0 32px 75px rgba(0,0,0,.28); padding:24px 25px 24px 84px; color:#1d334a; transform:perspective(1300px) rotateY(4deg); }
.point-admin-head { display:flex; align-items:center; justify-content:space-between; }
.point-admin-head > div { display:grid; gap:4px; }
.point-admin-head small { color:#8e9aaa; font-size:6px; }
.point-admin-head strong { font-size:12px; }
.point-admin-head > span { color:#708196; border:1px solid #dce5ee; background:white; border-radius:6px; padding:7px 9px; font-size:6px; }
.point-kpis { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:20px; }
.point-kpis div { border:1px solid #e2e9f0; background:white; border-radius:8px; padding:12px; display:grid; gap:4px; }
.point-kpis strong { font-size:17px; }
.point-kpis small { color:#8d99a8; font-size:6px; }
.point-lines { border:1px solid #e2e9f0; background:white; border-radius:8px; padding:16px; margin-top:9px; display:grid; gap:11px; }
.point-lines span { height:6px; width:var(--w); background:linear-gradient(90deg,#dce8f8,#72aaf2); border-radius:999px; }

.process-section { background:#f7f9fc; }
.process-heading { max-width:760px; margin-bottom:48px; }
.process-heading h2 { color:var(--navy); font-size:clamp(38px,4.5vw,58px); line-height:1.03; letter-spacing:-2.8px; margin:14px 0 18px; }
.process-heading p { max-width:600px; color:var(--muted); font-size:14px; line-height:1.75; margin:0; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid #dbe3ec; }
.process-card { padding:28px 24px 0 0; position:relative; }
.process-card:not(:last-child) { border-right:1px solid #dbe3ec; padding-right:28px; margin-right:28px; }
.process-card:before { content:""; width:7px; height:7px; border-radius:50%; background:var(--blue); position:absolute; left:0; top:-4px; box-shadow:0 0 0 5px #e6f1ff; }
.process-card > span { display:block; color:#a9b5c3; font-size:9px; font-weight:900; margin-bottom:45px; }
.process-card h3 { color:var(--navy); font-size:17px; margin:0 0 10px; }
.process-card p { color:#748195; font-size:11px; line-height:1.68; margin:0; }

.why-section { background:linear-gradient(135deg,#081a2f 0%,#0d2b4e 100%); color:white; position:relative; overflow:hidden; }
.why-section:after { content:""; position:absolute; width:700px; height:700px; border-radius:50%; background:radial-gradient(circle,rgba(37,125,248,.18),transparent 68%); right:-170px; top:-200px; }
.why-grid { display:grid; grid-template-columns:.84fr 1.16fr; gap:90px; position:relative; z-index:2; align-items:start; }
.why-copy { position:sticky; top:130px; }
.why-copy h2 { font-size:clamp(38px,4.6vw,59px); line-height:1.03; letter-spacing:-2.8px; margin:15px 0 22px; }
.why-copy > p { color:#a7bbcf; font-size:14px; line-height:1.78; margin:0 0 28px; }
.light-link { color:#83c0ff; }
.why-list { border-top:1px solid rgba(255,255,255,.11); }
.why-list article { display:grid; grid-template-columns:50px 1fr; gap:25px; padding:30px 0; border-bottom:1px solid rgba(255,255,255,.11); }
.why-list article > span { color:#5d82a7; font-size:9px; font-weight:900; padding-top:4px; }
.why-list h3 { font-size:18px; margin:0 0 9px; }
.why-list p { color:#94aac0; font-size:12px; line-height:1.68; margin:0; }

.about-section { background:white; }
.about-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; align-items:center; }
.about-identity { min-width:0; }
.identity-card { min-height:465px; border-radius:24px; background:linear-gradient(145deg,#f1f6fc,#fff); border:1px solid #dce6f0; box-shadow:var(--shadow-sm); position:relative; display:grid; place-items:center; overflow:hidden; }
.identity-card:before { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(23,105,224,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(23,105,224,.045) 1px,transparent 1px); background-size:25px 25px; }
.identity-card:after { content:""; width:310px; height:310px; border-radius:50%; border:1px solid rgba(23,105,224,.12); position:absolute; }
.identity-card img { width:230px; position:relative; z-index:2; filter:drop-shadow(0 28px 28px rgba(11,48,89,.14)); }
.identity-label { position:absolute; top:25px; left:27px; color:#8998aa; font-size:7px; font-weight:900; letter-spacing:1.6px; z-index:2; }
.identity-footer { position:absolute; bottom:24px; left:27px; right:27px; display:flex; justify-content:center; align-items:center; gap:10px; color:#8998aa; font-size:7px; font-weight:850; letter-spacing:1px; z-index:2; }
.identity-footer i { width:4px; height:4px; border-radius:50%; background:#a9b7c5; }
.about-copy h2 { color:var(--navy); font-size:clamp(38px,4.3vw,56px); line-height:1.03; letter-spacing:-2.7px; margin:14px 0 22px; }
.about-copy > p { color:var(--muted); font-size:14px; line-height:1.8; margin:0 0 13px; }
.about-values { display:grid; grid-template-columns:repeat(3,1fr); gap:0; margin-top:31px; border-top:1px solid var(--line); padding-top:23px; }
.about-values div { display:grid; gap:6px; padding-right:16px; }
.about-values strong { color:var(--blue); font-size:12px; }
.about-values span { color:#8793a3; font-size:10px; line-height:1.5; }

.contact-section { background:#f7f9fc; padding-top:75px; }
.contact-card { background:linear-gradient(135deg,#07182c,#0d3158); border-radius:26px; padding:58px 62px; display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; align-items:center; position:relative; overflow:hidden; box-shadow:var(--shadow-md); }
.contact-card:before { content:""; position:absolute; inset:0; background-image:radial-gradient(rgba(255,255,255,.07) 1px,transparent 1px); background-size:26px 26px; mask-image:linear-gradient(90deg,black,transparent 80%); }
.contact-card:after { content:""; position:absolute; width:440px; height:440px; border-radius:50%; background:radial-gradient(circle,rgba(49,136,255,.22),transparent 68%); right:-120px; bottom:-170px; }
.contact-copy,.contact-actions { position:relative; z-index:2; }
.contact-copy h2 { color:white; font-size:clamp(34px,4vw,50px); line-height:1.04; letter-spacing:-2.2px; margin:14px 0 18px; }
.contact-copy p { color:#a7bbcf; font-size:13px; line-height:1.78; margin:0; }
.contact-actions { display:grid; gap:12px; }
.contact-option { display:grid; grid-template-columns:48px 1fr auto; align-items:center; gap:14px; min-height:94px; padding:16px 19px; border:1px solid rgba(255,255,255,.11); background:rgba(255,255,255,.055); border-radius:15px; transition:background .2s ease, border-color .2s ease, transform .2s ease; }
.contact-option:hover { background:rgba(255,255,255,.09); border-color:rgba(255,255,255,.18); transform:translateX(3px); }
.contact-option.primary-contact { background:white; border-color:white; color:var(--navy); }
.contact-option.primary-contact:hover { background:#f6f9fd; }
.contact-icon { width:45px; height:45px; border-radius:12px; display:grid; place-items:center; background:rgba(95,174,255,.12); color:#72b7ff; font-weight:900; }
.primary-contact .contact-icon { background:#e9f3ff; color:var(--blue); }
.contact-option > div { display:grid; gap:3px; }
.contact-option small { color:#6f8ead; font-size:6px; font-weight:900; letter-spacing:1.05px; }
.primary-contact small { color:#7a8da2; }
.contact-option strong { color:white; font-size:15px; }
.primary-contact strong { color:var(--navy); }
.contact-option em { color:#91a7bd; font-size:10px; font-style:normal; }
.primary-contact em { color:#65778b; }
.contact-option b { color:#85c0ff; font-size:9px; font-weight:850; }
.primary-contact b { color:var(--blue); }

.site-footer { background:#050f1d; color:#8096ac; padding:45px 0 24px; }
.footer-top { display:grid; grid-template-columns:1fr 1.2fr 1.4fr; gap:35px; align-items:center; padding-bottom:31px; border-bottom:1px solid rgba(255,255,255,.08); }
.footer-brand .brand-copy strong { color:white; }
.footer-brand .brand-copy small { color:#6eb5ff; }
.footer-brand .brand-mark { width:42px; height:42px; }
.footer-top > p { margin:0; font-size:10px; line-height:1.62; }
.footer-links { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:18px; font-size:10px; }
.footer-links a:hover { color:white; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-top:21px; font-size:9px; color:#5d748b; }

.reveal { opacity:0; transform:translateY(20px); transition:opacity .62s ease, transform .62s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*:before,*:after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
  .reveal { opacity:1; transform:none; }
}

@media (max-width: 1100px) {
  .hero-grid { gap:40px; }
  .hero-copy h1 { letter-spacing:-3.5px; }
  .note-one { left:8px; }
  .note-two { right:8px; }
  .project-row,.project-row-secondary { gap:44px; }
  .point-admin { width:450px; }
  .why-grid,.about-grid { gap:55px; }
  .contact-card { gap:45px; padding:50px 45px; }
}

@media (max-width: 920px) {
  .container { width:min(calc(100% - 34px),var(--container)); }
  .site-header { height:72px; }
  .brand-mark { width:39px; height:39px; }
  .menu-toggle { display:flex; }
  .main-nav { position:absolute; top:71px; left:17px; right:17px; display:none; padding:13px; background:white; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow-md); flex-direction:column; align-items:stretch; gap:3px; }
  .main-nav.open { display:flex; }
  .main-nav > a { padding:12px 13px!important; border-radius:8px; }
  .main-nav > a:not(.nav-cta):after { display:none; }
  .main-nav > a:hover { background:#f4f7fb; }
  .nav-cta { text-align:center; margin-top:4px; }
  .hero { min-height:auto; padding:130px 0 82px; }
  .hero-grid { grid-template-columns:1fr; gap:64px; }
  .hero-copy { max-width:720px; }
  .hero-visual { min-height:500px; }
  .hero-stage { width:min(94%,670px); transform:none; }
  .section { padding:92px 0; }
  .section-intro { grid-template-columns:1fr; gap:22px; margin-bottom:40px; }
  .section-intro > p { max-width:650px; }
  .capability-grid { grid-template-columns:1fr; }
  .capability-card { min-height:auto; }
  .capability-card:not(:last-child) { border-right:0; border-bottom:1px solid var(--line); }
  .project-row,.project-row-secondary { grid-template-columns:1fr; padding:56px 0; }
  .project-row-secondary .product-frame { order:2; }
  .project-row-secondary .project-info { order:1; }
  .project-info { max-width:700px; }
  .product-frame { min-height:430px; }
  .product-window { max-width:650px; }
  .point-frame { max-width:650px; margin:0 auto; width:100%; }
  .process-grid { grid-template-columns:1fr 1fr; row-gap:42px; }
  .process-card:nth-child(2) { border-right:0; margin-right:0; padding-right:0; }
  .why-grid { grid-template-columns:1fr; }
  .why-copy { position:static; max-width:720px; }
  .about-grid { grid-template-columns:1fr; }
  .about-identity { max-width:650px; width:100%; }
  .contact-card { grid-template-columns:1fr; }
  .footer-top { grid-template-columns:1fr; }
  .footer-links { justify-content:flex-start; }
}

@media (max-width: 640px) {
  .container { width:min(calc(100% - 28px),var(--container)); }
  .brand-copy strong { font-size:18px; }
  .brand-copy small { font-size:7px; letter-spacing:1.5px; }
  .hero { padding-top:118px; }
  .hero-copy h1 { font-size:44px; letter-spacing:-2.7px; line-height:1.01; }
  .hero-lead { font-size:14px; line-height:1.72; }
  .hero-actions { align-items:stretch; }
  .btn { width:100%; }
  .hero-proof { gap:9px 0; }
  .hero-proof span { width:100%; }
  .hero-proof span:not(:last-child):after { display:none; }
  .hero-visual { min-height:410px; }
  .hero-stage { width:100%; border-radius:15px; }
  .stage-body { grid-template-columns:34px 1fr; min-height:300px; }
  .stage-sidebar { gap:10px; padding-top:16px; }
  .stage-sidebar span { width:14px; height:14px; }
  .stage-sidebar span:after { left:3px; top:5px; }
  .stage-content { padding:15px 13px; }
  .stage-metrics { gap:6px; }
  .stage-metrics article { padding:9px; }
  .stage-metrics strong { font-size:14px; }
  .stage-panels { grid-template-columns:1fr; }
  .stage-list { display:none; }
  .stage-chart svg { height:95px; }
  .float-note { min-width:155px; padding:9px; }
  .float-note > span { width:27px; height:27px; }
  .note-one { left:-4px; bottom:3px; }
  .note-two { right:-4px; top:-25px; }
  .trust-inner { padding:17px 0; align-items:flex-start; flex-direction:column; gap:8px; }
  .trust-inner > span { white-space:normal; }
  .section { padding:76px 0; }
  .section-intro h2,.process-heading h2,.why-copy h2,.about-copy h2 { letter-spacing:-2px; }
  .capability-card { padding:28px 25px; }
  .capability-icon { margin-bottom:32px; }
  .project-info h3 { font-size:38px; letter-spacing:-1.8px; }
  .project-frame { min-height:330px; }
  .product-window { transform:none; }
  .product-main { padding:14px; }
  .product-kpis { grid-template-columns:1fr 1fr; }
  .product-kpis div:nth-child(3) { display:none; }
  .table-head,.table-line { grid-template-columns:1.6fr .8fr .55fr; }
  .table-head span:nth-child(2),.table-line span:nth-child(2) { display:none; }
  .phone-shell { width:145px; height:310px; left:0; border-width:5px; border-radius:25px; }
  .phone-content { padding:17px 11px; }
  .clock-display { font-size:27px; margin-top:20px; }
  .phone-content button { margin-top:19px; }
  .point-admin { width:88%; right:0; top:76px; min-height:230px; padding:18px 16px 18px 54px; transform:none; }
  .point-kpis { grid-template-columns:1fr 1fr; }
  .point-kpis div:nth-child(3) { display:none; }
  .process-grid { grid-template-columns:1fr; border-top:0; }
  .process-card,.process-card:not(:last-child) { border-right:0; margin-right:0; padding:23px 0 0; border-top:1px solid #dbe3ec; }
  .process-card > span { margin-bottom:23px; }
  .why-list article { grid-template-columns:34px 1fr; gap:14px; }
  .identity-card { min-height:360px; }
  .identity-card img { width:185px; }
  .identity-card:after { width:250px; height:250px; }
  .identity-footer { gap:7px; font-size:5.5px; }
  .about-values { grid-template-columns:1fr; gap:14px; }
  .contact-section { padding-top:55px; }
  .contact-card { padding:34px 23px; border-radius:20px; }
  .contact-option { grid-template-columns:42px 1fr; }
  .contact-option > b { grid-column:2; }
  .footer-bottom { flex-direction:column; gap:8px; }
}
