:root {
    --navy-950: #0b1220;
    --navy-900: #101a2d;
    --navy-850: #142137;
    --navy-800: #182640;
    --ink: #162035;
    --muted: #647087;
    --line: #dce2ea;
    --surface: #f4f7fa;
    --white: #ffffff;
    --cyan: #21b9dc;
    --cyan-dark: #0795bd;
    --cyan-soft: #dff7fb;
    --green: #32c88a;
    --orange: #ffad49;
    --shadow-sm: 0 10px 32px rgba(19, 31, 52, .08);
    --shadow-lg: 0 30px 80px rgba(8, 18, 35, .18);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 30px;
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 86px; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: clip; background: var(--white); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 18px; border-radius: 8px; background: var(--cyan); color: var(--navy-950); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 14px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(11, 18, 32, .9); border-color: rgba(255,255,255,.08); box-shadow: 0 10px 35px rgba(0,0,0,.12); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; line-height: 1; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--cyan); }
.brand-mark svg { width: 100%; height: 100%; }
.brand > span:last-child { display: grid; gap: 3px; }
.brand strong { font-size: 20px; font-weight: 800; letter-spacing: -.6px; }
.brand small { font-size: 8px; letter-spacing: 4.2px; color: #aab6c8; font-weight: 700; }
.primary-nav { display: flex; align-items: center; gap: 31px; }
.primary-nav > a:not(.button) { color: #c9d2df; font-size: 14px; font-weight: 600; transition: color .2s; }
.primary-nav > a:not(.button):hover, .primary-nav > a.active { color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: transform .2s, opacity .2s; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 11px 22px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 750; font-size: 14px; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: var(--navy-950); box-shadow: 0 10px 28px rgba(33, 185, 220, .2); }
.button-primary:hover { background: #43c9e7; box-shadow: 0 14px 34px rgba(33, 185, 220, .3); }
.button-ghost { border-color: rgba(255,255,255,.23); color: #fff; background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.button-sm { min-height: 39px; padding: 9px 17px; font-size: 13px; }
.button-lg { min-height: 54px; padding: 14px 25px; }
.button-block { width: 100%; }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.hero { position: relative; min-height: 930px; overflow: hidden; padding: 155px 0 0; color: #fff; background: radial-gradient(circle at 82% 20%, rgba(30, 157, 192, .11), transparent 32%), linear-gradient(135deg, var(--navy-950), #101a2d 58%, #132139); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.orb-one { width: 520px; height: 520px; right: -200px; top: -190px; border: 1px solid rgba(51,198,230,.16); box-shadow: inset 0 0 100px rgba(35,183,216,.08); }
.orb-two { width: 280px; height: 280px; left: 46%; bottom: 100px; background: rgba(33,185,220,.07); filter: blur(80px); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 56px; }
.hero-copy { padding-bottom: 42px; }
.eyebrow { display: inline-flex; max-width: 100%; align-items: center; gap: 9px; margin-bottom: 19px; color: var(--cyan-dark); font-size: 12px; font-weight: 800; letter-spacing: 1.7px; line-height: 1.5; text-transform: uppercase; }
.eyebrow span { width: 23px; height: 2px; background: currentColor; }
.eyebrow-light { color: #6ed9ef; }
.hero h1 { max-width: 720px; margin: 0 0 25px; font-size: clamp(50px, 5.1vw, 76px); line-height: .99; letter-spacing: -3.5px; font-weight: 760; }
h1 em, h2 em, .panel-copy h3 em, .contact-copy h2 em { color: var(--cyan); font-style: normal; font-weight: inherit; }
.hero-lead { max-width: 600px; margin: 0 0 33px; color: #afbacb; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 30px; color: #9faabd; font-size: 12px; font-weight: 600; }
.hero-notes span { display: inline-flex; align-items: center; gap: 8px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(50,200,138,.1); }

.hero-visual { position: relative; width: 720px; max-width: 100%; transform: perspective(1400px) rotateY(-2deg); transform-origin: center right; }
.dashboard-shell { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: #f7fafc; color: var(--ink); box-shadow: 0 50px 100px rgba(0,0,0,.38), 0 0 0 8px rgba(255,255,255,.025); }
.dashboard-topbar { height: 45px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; background: #fff; border-bottom: 1px solid #e7ebf0; color: #8a94a5; font-size: 9px; font-weight: 700; letter-spacing: .4px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d4dae3; }
.window-dots i:first-child { background: #ff7a78; }.window-dots i:nth-child(2) { background: #ffc257; }.window-dots i:last-child { background: #4bce91; }
.live-pill { display: flex; align-items: center; gap: 5px; padding: 4px 8px; color: #23946a; background: #e7f8f0; border-radius: 999px; }
.live-pill i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.dashboard-body { display: grid; grid-template-columns: 58px 1fr; min-height: 480px; }
.dashboard-sidebar { display: flex; flex-direction: column; align-items: center; gap: 22px; padding: 17px 0; background: var(--navy-900); }
.mini-logo { width: 23px; height: 23px; margin-bottom: 10px; border-radius: 7px; background: linear-gradient(135deg, var(--cyan), #177ca4); transform: rotate(30deg); }
.dashboard-sidebar i { width: 18px; height: 18px; border-radius: 5px; border: 2px solid #65728a; opacity: .6; }
.dashboard-sidebar i.active { border-color: var(--cyan); background: rgba(33,185,220,.18); opacity: 1; }
.dashboard-content { padding: 27px 24px; }
.dashboard-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 21px; }
.dashboard-heading > div:first-child { display: grid; gap: 2px; }.dashboard-heading small { color: #8994a5; font-size: 9px; }.dashboard-heading strong { font-size: 16px; }
.avatar-stack { display: flex; padding-left: 13px; }.avatar-stack i { width: 25px; height: 25px; display: grid; place-items: center; margin-left: -8px; border: 2px solid #fff; border-radius: 50%; background: #dbe7ef; color: #4a5870; font-style: normal; font-size: 8px; font-weight: 800; }.avatar-stack i:nth-child(2) { background: #dff6ed; }.avatar-stack i:last-child { background: var(--navy-900); color: #fff; }
.metric-grid { display: grid; grid-template-columns: 1.6fr .8fr .8fr; gap: 11px; }
.metric-card { position: relative; min-height: 144px; display: flex; flex-direction: column; padding: 16px; overflow: hidden; background: #fff; border: 1px solid #e8edf2; border-radius: 12px; box-shadow: 0 4px 14px rgba(30,45,70,.04); }
.metric-card > span { color: #7b8799; font-size: 9px; }.metric-card > strong { margin-top: 6px; color: var(--navy-900); font-size: 22px; line-height: 1.1; letter-spacing: -.6px; }.metric-card > small { margin-top: 7px; color: #9aa4b3; font-size: 8px; }.metric-card > small b { color: #20a978; }
.metric-main { padding-bottom: 62px; }
.metric-icon { width: 30px; height: 30px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 9px; font-style: normal; font-weight: 900; }.metric-icon.blue { color: #1687bc; background: #e2f4fb; }.metric-icon.green { color: #1d9c6d; background: #e3f8ef; }
.sparkline { position: absolute; inset: auto 12px 8px; height: 54px; }.sparkline svg { width: 100%; height: 100%; }.chart-area { fill: url(#chart-fill); }.chart-line { fill: none; stroke: var(--cyan); stroke-width: 2; }
.dashboard-lower { display: grid; grid-template-columns: 1.55fr .8fr; gap: 11px; margin-top: 11px; }
.module-list, .branch-card { padding: 15px; border: 1px solid #e8edf2; border-radius: 12px; background: #fff; }
.card-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; font-size: 9px; }.card-heading span { color: #919bab; font-size: 8px; }
.module-row { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 9px; padding: 8px 0; border-top: 1px solid #eff2f5; }.module-row span { display: grid; }.module-row b { font-size: 8px; }.module-row small { color: #9aa4b3; font-size: 7px; }.module-row em { padding: 2px 6px; border-radius: 99px; color: #1f9b70; background: #e9f8f2; font-size: 6px; font-style: normal; font-weight: 800; }.module-row em.warn { color: #b97920; background: #fff2dd; }
.module-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 7px; background: #e4f5fb; color: #158aad; font-style: normal; font-size: 10px; }.stock-icon { color: #9b6fd1; background: #f0eafb; }.hr-icon { color: #239a72; background: #e9f8f2; }
.donut { width: 74px; height: 74px; display: grid; place-items: center; margin: 12px auto 15px; border-radius: 50%; background: conic-gradient(var(--cyan) 0 87%, #e8edf2 87% 100%); }.donut::before { content: ""; grid-area: 1/1; width: 55px; height: 55px; border-radius: 50%; background: #fff; }.donut div { z-index: 1; grid-area: 1/1; display: grid; text-align: center; }.donut b { font-size: 17px; line-height: 1; }.donut small { color: #9ca6b4; font-size: 7px; }
.branch-card p { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 5px; margin: 6px 0; color: #727f92; font-size: 7px; }.branch-card p i { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); }.branch-card p:nth-of-type(2) i { background: #8b79df; }.branch-card p b { color: #39465c; }
.float-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.6); border-radius: 13px; background: rgba(255,255,255,.92); color: var(--ink); box-shadow: 0 18px 45px rgba(5,15,30,.22); backdrop-filter: blur(10px); }
.float-card > div { display: grid; line-height: 1.25; }.float-card small { color: #7d899b; font-size: 8px; }.float-card strong { font-size: 13px; }.float-icon, .sync-check { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: #179c70; background: #e3f7ef; font-weight: 900; }.float-stock { left: -32px; bottom: 60px; }.float-sync { right: -25px; top: 86px; }.sync-check { color: #1489b2; background: #e0f5fa; }
.capability-strip { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-top: 86px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.09); }
.capability-strip p { margin: 0; color: #718096; font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; }
.capability-strip div { display: flex; align-items: center; gap: 28px; color: #9da9ba; font-size: 12px; font-weight: 750; letter-spacing: 1.3px; }.capability-strip i { width: 3px; height: 3px; border-radius: 50%; background: #46536a; }

.section-heading h2 { max-width: 680px; margin: 0; color: var(--navy-900); font-size: clamp(40px, 4vw, 58px); line-height: 1.08; letter-spacing: -2.4px; font-weight: 720; }
.section-heading h2 em { color: var(--cyan-dark); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.section-heading-row > p { max-width: 390px; margin: 0 0 5px; color: var(--muted); }
.section-heading.centered { display: grid; justify-items: center; max-width: 790px; margin: 0 auto 58px; text-align: center; }.section-heading.centered h2 { max-width: 790px; }.section-heading.centered p { max-width: 630px; margin: 20px auto 0; color: var(--muted); font-size: 17px; }

.intro-section { overflow: hidden; background: #fff; }
.intro-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.intro-copy .lead { margin: 3px 0 20px; color: #25324a; font-size: 20px; line-height: 1.65; }.intro-copy > p:not(.lead) { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 12px; color: var(--cyan-dark); font-weight: 750; }.text-link span { transition: transform .2s; }.text-link:hover span { transform: translate(3px,-3px); }
.ecosystem { position: relative; min-height: 440px; margin-top: 74px; border: 1px solid #e7ebf0; border-radius: var(--radius-lg); background: radial-gradient(circle at 50% 50%, #e8f8fb 0, #f6f9fb 30%, #f7f9fb 70%); box-shadow: inset 0 1px #fff; }
.ecosystem::before { content: ""; position: absolute; inset: 34px; border: 1px dashed #dce4eb; border-radius: 22px; }
.ecosystem-core { position: absolute; z-index: 3; left: 50%; top: 50%; width: 190px; height: 190px; display: grid; place-items: center; align-content: center; transform: translate(-50%,-50%); border: 1px solid #bfe8f0; border-radius: 50%; background: #fff; box-shadow: 0 25px 55px rgba(30,93,114,.16), 0 0 0 18px rgba(255,255,255,.55); }.core-mark { width: 48px; color: var(--cyan); }.ecosystem-core strong { margin-top: 5px; font-size: 19px; }.ecosystem-core small { color: #8b96a6; font-size: 10px; }
.ecosystem-node { position: absolute; z-index: 2; min-width: 205px; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 11px; padding: 13px 14px; border: 1px solid #e0e6ed; border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); }.ecosystem-node > i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: var(--cyan-dark); background: var(--cyan-soft); font-style: normal; font-weight: 800; }.ecosystem-node > div { display: grid; }.ecosystem-node strong { font-size: 13px; }.ecosystem-node small { color: #8b96a7; font-size: 9px; }.ecosystem-node > span { padding: 3px 6px; color: #16895f; background: #e7f8f1; border-radius: 99px; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.node-one { left: 70px; top: 70px; }.node-two { right: 70px; top: 70px; }.node-three { left: 70px; bottom: 70px; }.node-four { right: 70px; bottom: 70px; }
.ecosystem-line { position: absolute; z-index: 1; left: 50%; top: 50%; width: 31%; height: 1px; transform-origin: left; background: repeating-linear-gradient(90deg, #aacbd4 0 5px, transparent 5px 10px); }.line-one { transform: rotate(-155deg); }.line-two { transform: rotate(-25deg); }.line-three { transform: rotate(155deg); }.line-four { transform: rotate(25deg); }

.services-section { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
.service-card { overflow: hidden; border: 1px solid #e0e5eb; border-radius: var(--radius-md); background: #fff; box-shadow: 0 4px 16px rgba(16,26,45,.03); transition: transform .3s ease, box-shadow .3s ease; }.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.service-media { position: relative; height: 248px; overflow: hidden; background: #e8edf1; }.service-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,18,31,.18), transparent 45%); }.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }.service-card:hover .service-media img { transform: scale(1.035); }
.service-number { position: absolute; z-index: 1; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(12,25,44,.65); color: #fff; backdrop-filter: blur(10px); font-size: 11px; font-weight: 800; }
.service-content { padding: 25px 27px 27px; }.service-title { display: flex; align-items: center; gap: 13px; }.service-title h3 { display: grid; margin: 0; color: var(--navy-900); font-size: 21px; line-height: 1.25; }.service-title h3 small { color: #9aa4b3; font-size: 9px; letter-spacing: 1.4px; text-transform: uppercase; }.service-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; color: var(--cyan-dark); background: var(--cyan-soft); font-style: normal; font-weight: 900; }.service-content p { min-height: 54px; margin: 17px 0 18px; color: var(--muted); font-size: 14px; }.service-link { display: inline-flex; align-items: center; gap: 9px; padding: 0; border: 0; background: none; color: var(--cyan-dark); cursor: pointer; font-size: 13px; font-weight: 800; }.service-link span { transition: transform .2s; }.service-link:hover span { transform: translateX(4px); }
.solution-detail { margin-top: 70px; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy-900); color: #fff; box-shadow: var(--shadow-lg); }
.solution-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(255,255,255,.1); }.solution-tabs button { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 20px 14px; border: 0; border-right: 1px solid rgba(255,255,255,.08); background: transparent; color: #8e9aae; cursor: pointer; font-size: 12px; font-weight: 700; }.solution-tabs button:last-child { border-right: 0; }.solution-tabs button span { color: #56647a; font-size: 9px; }.solution-tabs button[aria-selected="true"] { color: #fff; background: rgba(33,185,220,.08); box-shadow: inset 0 -2px var(--cyan); }.solution-tabs button[aria-selected="true"] span { color: var(--cyan); }
.solution-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; min-height: 520px; padding: 55px; }.solution-panel[hidden] { display: none; }
.panel-copy h3 { margin: 0 0 20px; font-size: clamp(34px,3.5vw,49px); line-height: 1.1; letter-spacing: -1.8px; }.panel-copy p { margin: 0 0 24px; color: #aeb8c8; }.feature-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }.feature-list li { position: relative; padding-left: 28px; color: #d7deE8; font-size: 14px; }.feature-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: rgba(33,185,220,.14); color: var(--cyan); font-size: 10px; font-weight: 900; }
.panel-visual { position: relative; }.panel-visual::before { content: ""; position: absolute; inset: -18px 24px 18px -18px; border: 1px solid rgba(33,185,220,.2); border-radius: 22px; }.panel-visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.47; object-fit: cover; border-radius: 17px; box-shadow: 0 28px 60px rgba(0,0,0,.32); }.image-stat { position: absolute; z-index: 2; right: -20px; bottom: -23px; min-width: 155px; display: grid; padding: 14px 17px; border: 1px solid rgba(255,255,255,.6); border-radius: 12px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: var(--shadow-sm); }.image-stat small { color: #8691a1; font-size: 9px; }.image-stat strong { font-size: 20px; }.image-stat span { color: #159f70; font-size: 8px; font-weight: 700; }

.impact-section { background: #fff; }
.impact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.impact-card { position: relative; min-height: 400px; padding: 32px; overflow: hidden; border: 1px solid #e1e6ec; border-radius: var(--radius-md); background: #fff; transition: transform .3s ease, box-shadow .3s ease; }.impact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }.impact-card.featured { color: #fff; border-color: var(--navy-900); background: radial-gradient(circle at 100% 0, rgba(33,185,220,.18), transparent 35%), var(--navy-900); box-shadow: var(--shadow-lg); }.impact-card.featured p, .impact-card.featured small { color: #aeb9c9; }.impact-card.featured h3 { color: #fff; }.impact-index { position: absolute; top: 25px; right: 27px; color: #b9c2ce; font-size: 11px; font-weight: 800; }.featured .impact-index { color: #5b6a80; }.impact-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 45px; border-radius: 15px; color: var(--cyan-dark); background: var(--cyan-soft); font-size: 22px; font-style: normal; font-weight: 800; }.featured .impact-icon { color: var(--cyan); background: rgba(33,185,220,.13); }.impact-card h3 { margin: 0 0 15px; color: var(--navy-900); font-size: 23px; line-height: 1.25; }.impact-card p { margin: 0; color: var(--muted); font-size: 14px; }.impact-line { height: 4px; margin-top: 33px; overflow: hidden; border-radius: 99px; background: #edf1f4; }.featured .impact-line { background: #27364d; }.impact-line span { display: block; width: var(--progress); height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--cyan-dark),var(--cyan)); }.impact-card > small { display: block; margin-top: 9px; color: #939eae; font-size: 9px; text-transform: uppercase; letter-spacing: .7px; }

.matrix-section { background: var(--surface); }
.matrix-wrap { overflow-x: auto; border: 1px solid #dfe5eb; border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.matrix-wrap table { width: 100%; min-width: 900px; border-collapse: collapse; text-align: left; }.matrix-wrap th, .matrix-wrap td { padding: 21px 22px; border-right: 1px solid #e8edf1; border-bottom: 1px solid #e8edf1; font-size: 13px; }.matrix-wrap tr:last-child th, .matrix-wrap tr:last-child td { border-bottom: 0; }.matrix-wrap tr > *:last-child { border-right: 0; }.matrix-wrap thead th { height: 106px; color: #fff; background: var(--navy-900); font-size: 14px; }.matrix-wrap thead th:first-child { width: 18%; color: #93a0b2; font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; }.matrix-wrap thead th i { width: 31px; height: 31px; display: grid; place-items: center; margin-bottom: 7px; border-radius: 8px; color: var(--cyan); background: rgba(33,185,220,.13); font-style: normal; }.matrix-wrap thead th small { display: block; color: #6f7e93; font-size: 8px; letter-spacing: 1px; }.matrix-wrap tbody th { color: #7c889a; background: #f8fafb; font-size: 10px; letter-spacing: .7px; text-transform: uppercase; }.matrix-wrap tbody td { color: #39465a; }.check { width: 18px; height: 18px; display: inline-grid; place-items: center; margin-right: 5px; border-radius: 50%; color: #178e67; background: #e4f7ef; font-size: 9px; font-weight: 900; }

.process-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 20% 10%, rgba(33,185,220,.1), transparent 30%), var(--navy-950); }.process-section::after { content: ""; position: absolute; right: -240px; bottom: -260px; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.012), 0 0 0 160px rgba(255,255,255,.01); }
.process-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }.process-intro h2 { margin: 0 0 23px; font-size: clamp(40px,4vw,57px); line-height: 1.08; letter-spacing: -2.3px; }.process-intro p { margin-bottom: 30px; color: #aeb8c7; font-size: 17px; }.process-intro .button span { font-size: 17px; }
.process-list { position: relative; display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }.process-list::before { content: ""; position: absolute; left: 29px; top: 40px; bottom: 40px; width: 1px; background: linear-gradient(var(--cyan), rgba(33,185,220,.08)); }.process-list li { position: relative; display: grid; grid-template-columns: 60px 50px 1fr; align-items: center; gap: 18px; min-height: 119px; padding: 19px 21px 19px 0; border-bottom: 1px solid rgba(255,255,255,.09); }.process-list li:last-child { border-bottom: 0; }.step-number { z-index: 1; width: 59px; color: var(--cyan); background: var(--navy-950); font-size: 10px; font-weight: 800; }.step-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(33,185,220,.22); border-radius: 13px; color: var(--cyan); background: rgba(33,185,220,.08); font-size: 18px; }.process-list h3 { margin: 0 0 5px; font-size: 19px; }.process-list p { margin: 0; color: #929eb0; font-size: 13px; line-height: 1.5; }

.team-section { background: #fff; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 980px; margin: 0 auto; }.team-card { overflow: hidden; border: 1px solid #e0e5eb; border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }.team-photo { position: relative; height: 470px; overflow: hidden; background: #dfe5e9; }.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: saturate(.84) contrast(1.03); transition: transform .5s ease; }.team-card:nth-child(2) .team-photo img { object-position: center 50%; }.team-card:hover .team-photo img { transform: scale(1.025); }.team-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,16,29,.7), transparent 48%); }.team-photo > span { position: absolute; left: 24px; bottom: 23px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #fff; background: rgba(12,24,42,.58); backdrop-filter: blur(9px); font-size: 9px; font-weight: 750; letter-spacing: .7px; text-transform: uppercase; }
.team-info { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 25px; }.team-info h3 { margin: 0 0 6px; font-size: 21px; }.team-info p { max-width: 330px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }.company-badge { display: grid; padding: 8px 12px; border: 1px solid #e0e5eb; border-radius: 9px; color: #3072b7; font-size: 17px; font-weight: 900; line-height: 1; text-align: center; }.company-badge small { color: #6a778a; font-size: 6px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }.ey-badge { display: flex; align-items: baseline; gap: 3px; color: #ffe300; background: #222; border-color: #222; }.ey-badge small { color: #fff; }

.contact-section { padding: 0 0 110px; background: linear-gradient(#fff 50%, var(--navy-950) 50%); }.contact-card { position: relative; display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: center; padding: 68px; overflow: hidden; border-radius: var(--radius-lg); color: #fff; background: radial-gradient(circle at 0 0, rgba(33,185,220,.16), transparent 34%), var(--navy-900); box-shadow: var(--shadow-lg); }.contact-card::before { content: ""; position: absolute; left: -150px; bottom: -180px; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }.contact-copy, .contact-form { position: relative; z-index: 1; }.contact-copy h2 { margin: 0 0 20px; font-size: clamp(42px,4vw,59px); line-height: 1.05; letter-spacing: -2.4px; }.contact-copy > p { max-width: 500px; color: #aeb8c8; font-size: 16px; }.contact-points { display: grid; gap: 11px; margin-top: 31px; }.contact-points a { display: flex; align-items: center; gap: 13px; width: fit-content; color: #e7ecf3; }.contact-points i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(33,185,220,.18); border-radius: 10px; color: var(--cyan); background: rgba(33,185,220,.08); font-style: normal; }.contact-points span { display: grid; font-size: 13px; font-weight: 650; }.contact-points small { color: #7f8da1; font-size: 8px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.contact-form { display: grid; gap: 14px; padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 19px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }.form-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 3px; }.form-heading h3 { margin: 0; font-size: 20px; }.form-heading span { padding: 4px 9px; border-radius: 999px; color: #70ddb5; background: rgba(50,200,138,.12); font-size: 8px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }.contact-form label { display: grid; gap: 5px; color: #bdc6d3; font-size: 10px; font-weight: 700; letter-spacing: .3px; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; outline: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; background: rgba(4,11,22,.36); color: #fff; padding: 10px 12px; font-size: 12px; transition: border-color .2s, box-shadow .2s; }.contact-form textarea { resize: vertical; min-height: 78px; }.contact-form input::placeholder, .contact-form textarea::placeholder { color: #68778c; }.contact-form select option { color: var(--ink); background: #fff; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(33,185,220,.1); }.form-note { color: #718096; font-size: 8px; text-align: center; }

.site-footer { color: #fff; background: var(--navy-950); }.footer-top { display: grid; grid-template-columns: 220px 1fr auto; gap: 45px; align-items: center; padding: 55px 0 40px; border-top: 1px solid rgba(255,255,255,.08); }.footer-top > p { max-width: 420px; margin: 0; color: #758297; font-size: 12px; }.footer-links { display: flex; gap: 25px; color: #b5bfcc; font-size: 12px; font-weight: 650; }.footer-links a:hover { color: var(--cyan); }.footer-bottom { display: flex; justify-content: space-between; padding: 19px 0 30px; border-top: 1px solid rgba(255,255,255,.06); color: #536075; font-size: 9px; letter-spacing: .3px; }
.floating-whatsapp { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 11px 16px 11px 12px; border-radius: 999px; background: #25d366; color: #fff; box-shadow: 0 14px 38px rgba(20,120,70,.3); font-size: 11px; font-weight: 800; transition: transform .2s; }.floating-whatsapp:hover { transform: translateY(-3px); }.floating-whatsapp svg { width: 23px; height: 23px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .12s; }
@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: 1080px) {
    .hero { min-height: auto; padding-top: 130px; }
    .hero-layout { grid-template-columns: 1fr; gap: 44px; }
    .hero-copy { max-width: 760px; padding-bottom: 0; }
    .hero-visual { width: 760px; margin: 0 auto; transform: none; }
    .capability-strip { margin-top: 72px; }
    .process-layout { gap: 50px; }
    .contact-card { gap: 45px; padding: 50px; }
    .ecosystem-node { min-width: 185px; }.node-one,.node-three { left: 35px; }.node-two,.node-four { right: 35px; }
}

@media (max-width: 860px) {
    .section { padding: 85px 0; }
    .menu-toggle { display: block; z-index: 2; }
    .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
    .primary-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 26px; padding: 90px 30px 40px; background: rgba(9,17,30,.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, visibility .2s, transform .2s; }.primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }.primary-nav > a:not(.button) { color: #fff; font-size: 24px; }.primary-nav .button { margin-top: 8px; }
    .intro-layout, .solution-panel, .process-layout, .contact-card { grid-template-columns: 1fr; }
    .intro-layout { gap: 35px; }
    .section-heading-row { align-items: start; flex-direction: column; gap: 20px; }
    .ecosystem { min-height: 560px; }.ecosystem-core { width: 160px; height: 160px; }.node-one { left: 25px; top: 50px; }.node-two { right: 25px; top: 50px; }.node-three { left: 25px; bottom: 50px; }.node-four { right: 25px; bottom: 50px; }
    .solution-panel { gap: 55px; padding: 45px; }.solution-tabs { overflow-x: auto; grid-template-columns: repeat(4,minmax(150px,1fr)); }.solution-tabs button { white-space: nowrap; }
    .impact-grid { grid-template-columns: 1fr; }.impact-card { min-height: auto; }.impact-icon { margin-bottom: 30px; }
    .process-intro { max-width: 650px; }.process-list { max-width: 680px; }
    .team-photo { height: 390px; }
    .contact-card { gap: 45px; }.contact-form { max-width: 620px; width: 100%; }
    .footer-top { grid-template-columns: 1fr; gap: 22px; }.footer-links { flex-wrap: wrap; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 72px 0; }
    .nav-wrap { min-height: 70px; }
    .brand strong { font-size: 18px; }.brand-mark { width: 34px; height: 34px; }
    .hero { padding-top: 118px; }
    .hero h1 { font-size: clamp(44px,13vw,60px); letter-spacing: -2.5px; }.hero-lead { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-notes { gap: 12px 18px; }
    .hero-layout, .hero-copy { display: block; width: 100%; max-width: 100%; min-width: 0; }
    .hero-visual { width: 100%; max-width: 100%; margin: 42px 0 0; transform: none; }.dashboard-shell { width: 100%; }.dashboard-content { min-width: 0; padding: 16px 12px; }.dashboard-body { grid-template-columns: 42px 1fr; min-height: 390px; }.dashboard-sidebar { gap: 14px; }.dashboard-heading { margin-bottom: 13px; }.dashboard-heading strong { font-size: 11px; }.metric-grid { gap: 6px; }.metric-card { min-width: 0; min-height: 113px; padding: 9px; }.metric-card > strong { font-size: 13px; }.metric-icon { width: 24px; height: 24px; margin-bottom: 8px; }.dashboard-lower { gap: 6px; }.module-list, .branch-card { padding: 9px; }.float-stock { left: 8px; bottom: 28px; }.float-sync { right: 8px; top: 64px; }.float-card { padding: 8px 10px; }.float-icon, .sync-check { width: 26px; height: 26px; }
    .eyebrow { align-items: flex-start; font-size: 10px; letter-spacing: 1.35px; }.eyebrow span { flex: 0 0 23px; margin-top: .65em; }
    .capability-strip { align-items: start; flex-direction: column; gap: 17px; margin-top: 38px; }.capability-strip div { flex-wrap: wrap; gap: 13px 18px; }.capability-strip div span { font-size: 9px; }
    .section-heading h2 { font-size: 39px; letter-spacing: -1.8px; }.section-heading.centered { justify-items: start; text-align: left; }
    .intro-copy .lead { font-size: 17px; }
    .ecosystem { min-height: auto; display: grid; gap: 12px; padding: 22px; }.ecosystem::before,.ecosystem-line { display: none; }.ecosystem-core,.ecosystem-node { position: static; width: 100%; min-width: 0; transform: none; border-radius: 14px; }.ecosystem-core { height: 155px; box-shadow: none; }.ecosystem-node { grid-template-columns: 40px 1fr auto; }
    .service-grid { grid-template-columns: 1fr; }.service-media { height: 215px; }.service-content p { min-height: 0; }
    .solution-detail { margin-top: 50px; border-radius: 20px; }.solution-panel { padding: 32px 22px 52px; }.panel-copy h3 { font-size: 35px; }.panel-visual::before { display: none; }.image-stat { right: 10px; }.solution-tabs { justify-content: start; grid-template-columns: repeat(4,140px); }.solution-tabs button { padding: 17px 10px; }
    .impact-card { padding: 27px; }
    .matrix-wrap { margin-right: -14px; border-radius: 14px 0 0 14px; }
    .process-list li { grid-template-columns: 44px 43px 1fr; gap: 11px; padding-right: 0; }.process-list::before { left: 21px; }.step-number { width: 43px; }.step-icon { width: 42px; height: 42px; }.process-list p { font-size: 12px; }
    .team-grid { grid-template-columns: 1fr; }.team-photo { height: 430px; }.team-info { grid-template-columns: 1fr; }.company-badge { width: fit-content; }
    .contact-section { padding-bottom: 72px; }.contact-card { width: calc(100% - 28px); padding: 36px 21px; border-radius: 22px; }.contact-copy h2 { font-size: 42px; }.contact-form { padding: 20px 16px; }
    .footer-bottom { align-items: start; flex-direction: column; gap: 7px; }
    .floating-whatsapp { right: 14px; bottom: 14px; padding: 12px; }.floating-whatsapp span { display: none; }
}

@media (max-width: 410px) { .team-photo { height: 390px; }.contact-points a { font-size: 11px; } }
