@font-face {
    font-family: "Be Vietnam Pro";
    src: url("../fonts/BeVietnamPro-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Be Vietnam Pro";
    src: url("../fonts/BeVietnamPro-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Be Vietnam Pro";
    src: url("../fonts/BeVietnamPro-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Be Vietnam Pro";
    src: url("../fonts/BeVietnamPro-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "Be Vietnam Pro";
    src: url("../fonts/BeVietnamPro-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800 900;
    font-display: swap;
}

:root {
    --blue-950: #061a3a;
    --blue-900: #082750;
    --blue-800: #0a3978;
    --blue-700: #0757c9;
    --blue-600: #0872ea;
    --blue-500: #1f8fff;
    --cyan: #49c9ff;
    --ice: #eaf5ff;
    --sky: #f4f9ff;
    --paper: #ffffff;
    --ink: #0a1d38;
    --muted: #61718a;
    --line: rgba(8, 57, 120, .13);
    --white: #ffffff;
    --container: 1200px;
    --shadow-sm: 0 16px 45px rgba(10, 48, 99, .09);
    --shadow-lg: 0 32px 90px rgba(5, 37, 84, .18);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--paper);
    font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    font-synthesis: none;
    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 { color: inherit; font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -64px; left: 18px; z-index: 200; padding: 10px 16px; color: var(--white); background: var(--blue-700); border-radius: 0 0 8px 8px; transition: top .2s; }
.skip-link:focus { top: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 20px 0; transition: padding .25s, background .25s, box-shadow .25s; }
.site-header.scrolled { padding: 10px 0; background: rgba(255, 255, 255, .9); box-shadow: 0 8px 40px rgba(8, 39, 82, .08); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { position: relative; display: grid; place-items: center; width: 44px; height: 44px; color: white; background: linear-gradient(145deg, var(--blue-600), var(--blue-800)); border-radius: 13px 13px 13px 4px; box-shadow: 0 9px 25px rgba(7, 87, 201, .22); font-size: 14px; font-weight: 900; letter-spacing: -1px; transform: rotate(-4deg); }
.brand-mark::after { position: absolute; top: 6px; right: 6px; width: 5px; height: 5px; content: ""; background: var(--cyan); border-radius: 50%; box-shadow: 5px 5px 0 rgba(73, 201, 255, .55); }
.brand-text { display: flex; align-items: baseline; line-height: 1; letter-spacing: -.7px; }
.brand-text strong { color: var(--blue-950); font-size: 17px; font-weight: 850; }
.brand-text small { margin-left: 4px; color: var(--blue-600); font-size: 11px; font-weight: 850; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #40516b; font-size: 13px; font-weight: 650; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 11px 0; }
.main-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 6px; left: 0; height: 2px; content: ""; background: var(--blue-600); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta).active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 0 19px; color: var(--white); background: var(--blue-700); border-radius: 7px; box-shadow: 0 10px 26px rgba(7, 87, 201, .22); }
.nav-cta:hover { background: var(--blue-800); }
.menu-toggle { display: none; width: 45px; height: 45px; padding: 11px; background: white; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--blue-900); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 850px; padding: 170px 0 50px; overflow: hidden; background: linear-gradient(135deg, #fff 0%, #f5faff 53%, #e9f4ff 100%); }
.hero::before { position: absolute; top: -110px; right: -190px; width: 760px; height: 760px; content: ""; border: 1px solid rgba(7, 87, 201, .09); border-radius: 50%; }
.hero::after { position: absolute; top: -14px; right: -82px; width: 540px; height: 540px; content: ""; border: 1px solid rgba(7, 87, 201, .09); border-radius: 50%; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb-one { top: 90px; left: -150px; width: 330px; height: 330px; background: radial-gradient(circle, rgba(73, 201, 255, .19), transparent 67%); }
.hero-orb-two { right: 20%; bottom: -180px; width: 430px; height: 430px; background: radial-gradient(circle, rgba(8, 114, 234, .14), transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: 62px; min-height: 610px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: var(--blue-700); font-size: 10px; font-weight: 800; letter-spacing: 2.3px; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 25px; height: 2px; background: currentColor; }
.eyebrow.light { color: #8dd8ff; }
.hero h1, .section-intro h2, .platform-copy h2, .insight-heading h2, .benefits-sticky h2, .cta-copy h2 { margin: 0; font-size: clamp(53px, 6vw, 72px); font-weight: 800; letter-spacing: -3.5px; line-height: 1.04; }
h1 em, h2 em { color: var(--blue-600); font-style: normal; font-weight: 400; }
.hero-lead { max-width: 570px; margin: 27px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 750; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue-700); box-shadow: 0 15px 33px rgba(7, 87, 201, .22); }
.button-primary:hover { background: var(--blue-800); box-shadow: 0 18px 38px rgba(7, 87, 201, .28); }
.button-ghost { color: var(--blue-900); background: rgba(255, 255, 255, .72); border-color: var(--line); }
.phone-dot { display: grid; place-items: center; width: 27px; height: 27px; color: var(--blue-700); background: var(--ice); border-radius: 50%; font-size: 11px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, auto); max-width: 580px; margin-top: 48px; }
.hero-proof div { display: flex; flex-direction: column; padding-right: 22px; margin-right: 22px; border-right: 1px solid var(--line); }
.hero-proof div:last-child { padding: 0; margin: 0; border: 0; }
.hero-proof strong { color: var(--blue-900); font-size: 24px; letter-spacing: -1px; }
.hero-proof span { color: #7c8aa0; font-size: 9px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.hero-stage { position: relative; min-height: 510px; }
.stage-frame { position: absolute; top: 56px; right: -55px; left: 15px; z-index: 2; min-height: 345px; padding: 17px 16px 26px; overflow: hidden; background: linear-gradient(145deg, #0a1f3f, #06142c); border: 8px solid #dcecff; border-radius: 22px; box-shadow: 0 35px 90px rgba(4, 43, 94, .24); transform: perspective(1000px) rotateY(-5deg) rotateX(2deg); }
.stage-frame::after { position: absolute; right: 0; bottom: 0; left: 0; height: 12px; content: ""; background: linear-gradient(90deg, transparent, rgba(73, 201, 255, .45), transparent); }
.stage-topbar { display: flex; align-items: center; gap: 6px; height: 24px; padding: 0 2px; }
.stage-topbar span { width: 5px; height: 5px; background: #496582; border-radius: 50%; }
.stage-topbar span:first-child { background: var(--cyan); }
.stage-topbar small { margin-left: auto; color: #7795b5; font-size: 7px; letter-spacing: 1.4px; }
.stage-frame img { width: 100%; height: 250px; object-fit: contain; }
.floating-panel { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 13px 16px; background: rgba(255, 255, 255, .93); border: 1px solid white; border-radius: 11px; box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); animation: float 4.5s ease-in-out infinite; }
.floating-panel div { display: flex; flex-direction: column; }
.floating-panel small { color: #7e8da1; font-size: 8px; }
.floating-panel strong { color: var(--blue-900); font-size: 11px; }
.panel-status { right: -12px; bottom: 93px; }
.status-pulse { position: relative; width: 12px; height: 12px; background: #20c689; border: 3px solid #d9f8ed; border-radius: 50%; box-shadow: 0 0 0 4px rgba(32, 198, 137, .12); }
.panel-cloud { bottom: 30px; left: -8px; animation-delay: -2s; }
.cloud-icon { display: grid; place-items: center; width: 34px; height: 34px; color: var(--blue-700); background: var(--ice); border-radius: 9px; }
.stage-badge { position: absolute; top: 7px; right: 15px; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 13px 16px; color: white; background: var(--blue-700); border-radius: 11px; box-shadow: 0 15px 35px rgba(7, 87, 201, .3); transform: rotate(3deg); }
.stage-badge strong { font-size: 25px; line-height: 1; }
.stage-badge span { font-size: 7px; font-weight: 700; letter-spacing: .7px; line-height: 1.35; text-transform: uppercase; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.hero-scroll { position: relative; z-index: 2; display: flex; align-items: center; gap: 15px; color: #8997ab; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.hero-scroll i { position: relative; width: 42px; height: 1px; background: #b3c4d9; }
.hero-scroll i::after { position: absolute; right: 0; bottom: -2px; width: 5px; height: 5px; content: ""; border-right: 1px solid #8ea4be; border-bottom: 1px solid #8ea4be; transform: rotate(-45deg); }

.partner-strip { border-bottom: 1px solid var(--line); background: white; }
.partner-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; min-height: 125px; }
.partner-inner > p { margin: 0; color: #8896aa; font-size: 9px; font-weight: 750; letter-spacing: 1.5px; text-transform: uppercase; }
.partner-list { display: flex; flex: 1; align-items: center; justify-content: space-around; gap: 25px; color: #8390a3; }
.partner-list strong { font-size: clamp(12px, 1.5vw, 18px); font-weight: 850; letter-spacing: -1px; filter: grayscale(1); opacity: .75; }

.section { padding: 120px 0; }
.section-intro h2, .platform-copy h2, .insight-heading h2, .benefits-sticky h2, .cta-copy h2 { font-size: clamp(44px, 5vw, 66px); letter-spacing: -3px; line-height: 1.05; }
.split-intro { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 100px; margin-bottom: 65px; }
.split-intro > p, .portfolio-heading > p, .centered > p:last-child, .insight-heading > p, .benefits-sticky > p, .cta-copy > p:last-child { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.one-stop-section { background: white; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-card { position: relative; min-height: 280px; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s, box-shadow .25s; }
.process-card:hover { z-index: 2; background: var(--sky); box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.process-card .step-number { color: #9caabc; font-size: 9px; font-weight: 800; letter-spacing: 1.4px; }
.process-card > i { display: grid; place-items: center; width: 52px; height: 52px; margin: 29px 0 25px; color: var(--blue-600); background: var(--ice); border-radius: 12px; font-size: 22px; font-style: normal; transition: color .25s, background .25s; }
.process-card:hover > i { color: white; background: var(--blue-700); }
.process-card h3 { margin: 0 0 10px; color: var(--blue-950); font-size: 18px; line-height: 1.25; }
.process-card p { margin: 0; color: var(--muted); font-size: 13px; }

.portfolio-section { color: white; background: var(--blue-950); }
.portfolio-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 100px; }
.portfolio-heading h2 { color: white; }
.portfolio-heading h2 em { color: var(--cyan); }
.portfolio-heading > p { color: #9db0c8; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 4px; margin: 48px 0 26px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.12); }
.filter-bar button { padding: 10px 15px; color: #90a6c1; background: transparent; border: 0; border-bottom: 2px solid transparent; cursor: pointer; font-size: 11px; font-weight: 700; transition: color .2s, border-color .2s; }
.filter-bar button:hover, .filter-bar button.active { color: white; border-bottom-color: var(--cyan); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 305px; gap: 12px; }
.project-card { position: relative; min-width: 0; overflow: hidden; background: var(--blue-900); opacity: 1; transition: opacity .25s, transform .25s; }
.project-card.project-wide { grid-column: span 2; }
.project-card.filtered-out { display: none; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s, filter .35s; }
.project-card:hover img { transform: scale(1.045); filter: saturate(1.08); }
.project-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; background: linear-gradient(180deg, transparent 30%, rgba(4, 20, 44, .88)); }
.project-overlay span { color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.project-overlay h3 { margin: 6px 0 2px; font-size: 21px; line-height: 1.2; }
.project-overlay small { color: #b7c5d5; font-size: 10px; }

.ecosystem-section { background: linear-gradient(180deg, #fff 0%, var(--sky) 100%); }
.centered { max-width: 800px; margin: 0 auto 68px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { max-width: 670px; margin: 23px auto 0; }
.solution-feature { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; min-height: 515px; overflow: hidden; background: var(--blue-950); box-shadow: var(--shadow-lg); }
.solution-image { align-self: stretch; min-width: 0; overflow: hidden; background: #031128; }
.solution-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.solution-copy { padding: 55px; color: white; }
.solution-kicker { margin: 0 0 14px; color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.solution-copy h3 { margin: 0; font-size: 42px; letter-spacing: -2px; }
.solution-copy > p:not(.solution-kicker) { margin: 18px 0; color: #a8bdd4; font-size: 14px; }
.solution-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; padding: 0; margin: 26px 0; list-style: none; }
.solution-copy li { position: relative; padding-left: 20px; color: #d7e5f2; font-size: 11px; }
.solution-copy li::before { position: absolute; left: 0; color: var(--cyan); content: "✓"; font-weight: 800; }
.text-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 5px; color: white; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 12px; font-weight: 750; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 15px; }
.solution-card { overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(9, 54, 112, .06); }
.solution-card-image { position: relative; height: 225px; overflow: hidden; background: #edf6ff; }
.solution-card-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s; }
.solution-card:hover img { transform: scale(1.035); }
.solution-card-image span { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 35px; height: 35px; color: white; background: var(--blue-700); font-size: 9px; font-weight: 800; }
.solution-card > div:last-child { padding: 27px; }
.solution-card > div:last-child > p:first-child { margin: 0 0 6px; color: var(--blue-600); font-size: 8px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.solution-card h3 { margin: 0 0 9px; color: var(--blue-950); font-size: 22px; }
.solution-card > div:last-child > p:last-child { margin: 0; color: var(--muted); font-size: 12px; }

.platform-section { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg, #052658 0%, #0757c9 100%); }
.platform-section::before { position: absolute; inset: 0; content: ""; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, transparent, black); }
.platform-glow { position: absolute; top: -200px; right: -120px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(73, 201, 255, .3), transparent 65%); border-radius: 50%; }
.platform-grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 75px; }
.platform-copy h2 { color: white; }
.platform-copy h2 em { color: #8addff; }
.platform-copy > p:not(.eyebrow) { margin: 25px 0 0; color: #bfd1e4; }
.platform-metrics { display: flex; gap: 0; margin: 36px 0; }
.platform-metrics div { display: flex; flex-direction: column; min-width: 150px; padding-right: 28px; margin-right: 28px; border-right: 1px solid rgba(255,255,255,.2); }
.platform-metrics div:last-child { padding: 0; margin: 0; border: 0; }
.platform-metrics strong { font-size: 29px; line-height: 1.1; }
.platform-metrics span { color: #a9c0d8; font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.button-white { color: var(--blue-800); background: white; box-shadow: 0 15px 35px rgba(2, 24, 56, .25); }
.platform-visual { position: relative; min-height: 470px; }
.browser-window { position: absolute; top: 35px; right: -190px; left: 0; overflow: hidden; background: white; border: 7px solid rgba(255,255,255,.17); border-radius: 17px; box-shadow: 0 38px 80px rgba(0, 20, 50, .35); transform: perspective(1200px) rotateY(-4deg); }
.browser-bar { display: flex; align-items: center; gap: 6px; height: 35px; padding: 0 13px; background: #eef5fb; }
.browser-bar span { width: 7px; height: 7px; background: #bad0e1; border-radius: 50%; }
.browser-bar span:first-child { background: #4ec8ff; }
.browser-bar small { margin-left: auto; color: #71859c; font-size: 7px; letter-spacing: 1px; }
.browser-window img { width: 100%; height: 365px; object-fit: cover; object-position: top left; }
.cms-brand-overlay { position: absolute; top: 45px; right: 14px; z-index: 2; display: grid; place-items: center; width: 42px; height: 28px; color: white; background: var(--blue-700); border: 3px solid white; border-radius: 5px; box-shadow: 0 4px 10px rgba(5, 35, 75, .22); font-size: 10px; font-weight: 900; letter-spacing: -.5px; }
.sync-card { position: absolute; z-index: 2; right: 10px; bottom: 7px; display: flex; align-items: center; gap: 11px; min-width: 190px; padding: 14px 17px; color: var(--blue-900); background: white; border-radius: 10px; box-shadow: 0 20px 45px rgba(0, 20, 50, .25); }
.sync-card > span { display: grid; place-items: center; width: 31px; height: 31px; color: white; background: #20bd84; border-radius: 50%; font-size: 12px; }
.sync-card div { display: flex; flex-direction: column; }
.sync-card small { color: #7f8fa2; font-size: 8px; }
.sync-card strong { font-size: 10px; }
.platform-features { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.platform-features article { min-height: 220px; padding: 29px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.platform-features i { display: block; color: var(--cyan); font-size: 29px; font-style: normal; }
.platform-features h3 { margin: 20px 0 7px; font-size: 16px; }
.platform-features p { margin: 0; color: #b7cbe0; font-size: 11px; }

.insight-section { background: white; }
.insight-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 90px; }
.insight-heading > p { margin-top: 25px; }
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.stat-card { min-height: 230px; padding: 31px; background: var(--sky); border: 1px solid var(--line); }
.stat-card strong { color: var(--blue-700); font-size: 39px; letter-spacing: -2px; }
.stat-card h3 { margin: 19px 0 8px; font-size: 16px; }
.stat-card p { margin: 0; color: var(--muted); font-size: 11px; }
.primary-stat { color: white; background: var(--blue-700); border-color: var(--blue-700); }
.primary-stat strong { color: white; }
.primary-stat p { color: #c4ddfa; }
.image-stat { position: relative; overflow: hidden; padding: 0; border: 0; }
.image-stat::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 15%, rgba(3, 24, 54, .85)); }
.image-stat img { width: 100%; height: 100%; object-fit: cover; }
.image-stat div { position: absolute; right: 27px; bottom: 24px; left: 27px; z-index: 2; display: flex; flex-direction: column; }
.image-stat strong { color: white; }
.image-stat span { color: #cae0f2; font-size: 10px; font-weight: 700; text-transform: uppercase; }

.industries-section { background: var(--sky); }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-card { position: relative; min-height: 260px; padding: 26px; overflow: hidden; background: rgba(255,255,255,.55); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s, background .25s; }
.industry-card:hover { color: white; background: var(--blue-700); }
.industry-card > span, .industry-image div > span { color: #96a6ba; font-size: 9px; font-weight: 800; }
.industry-card > small, .industry-image div > small { display: block; margin-top: 58px; color: var(--blue-600); font-size: 8px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.industry-card h3 { margin: 7px 0 9px; font-size: 21px; }
.industry-card p { margin: 0; color: var(--muted); font-size: 11px; }
.industry-card:hover > span, .industry-card:hover > small, .industry-card:hover p { color: rgba(255,255,255,.75); }
.industry-image { grid-column: span 2; padding: 0; }
.industry-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4, 27, 62, .94), rgba(4, 27, 62, .23)); }
.industry-image img { width: 100%; height: 100%; object-fit: cover; }
.industry-image div { position: absolute; inset: 0; z-index: 2; max-width: 62%; padding: 26px; color: white; }
.industry-image div > small { color: var(--cyan); }
.industry-image div p { color: #d2deeb; }

.benefits-section { color: white; background: var(--blue-950); }
.benefits-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.benefits-sticky { align-self: start; position: sticky; top: 120px; }
.benefits-sticky h2 { color: white; }
.benefits-sticky > p { margin-top: 24px; color: #9db2ca; }
.button-outline { margin-top: 26px; color: white; border-color: rgba(255,255,255,.4); }
.button-outline:hover { background: white; color: var(--blue-900); }
.benefit-list { border-top: 1px solid rgba(255,255,255,.14); }
.benefit-item { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.benefit-item > span { color: var(--cyan); font-size: 10px; font-weight: 800; }
.benefit-item h3 { margin: 0 0 8px; font-size: 24px; }
.benefit-item p { max-width: 590px; margin: 0; color: #9eb1c7; font-size: 13px; }

.number-section { padding: 85px 0; color: white; background: var(--blue-700); }
.centered-label { justify-content: center; color: #bce9ff; }
.number-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 42px; }
.number-grid div { display: flex; flex-direction: column; align-items: center; padding: 12px 24px; border-right: 1px solid rgba(255,255,255,.25); text-align: center; }
.number-grid div:last-child { border: 0; }
.number-grid strong { font-size: clamp(37px, 4vw, 58px); letter-spacing: -3px; line-height: 1; }
.number-grid span { margin-top: 10px; color: #c8e0f8; font-size: 9px; font-weight: 750; letter-spacing: 1px; text-transform: uppercase; }

.cta-section { padding: 95px 0; background: #eef6ff; }
.cta-card { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 80px; min-height: 430px; padding: 70px; overflow: hidden; color: white; background: linear-gradient(135deg, #082650 0%, #064daf 100%); box-shadow: var(--shadow-lg); }
.cta-card::before { position: absolute; top: -310px; right: -220px; width: 680px; height: 680px; content: ""; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
.cta-copy, .cta-contact { position: relative; z-index: 2; }
.cta-copy h2 { color: white; }
.cta-copy > p:last-child { max-width: 650px; margin-top: 22px; color: #b8cce1; }
.cta-contact { display: flex; flex-direction: column; align-items: flex-start; padding-left: 40px; border-left: 1px solid rgba(255,255,255,.2); }
.cta-contact small { color: #9fb8d2; font-size: 9px; font-weight: 750; letter-spacing: 1.2px; text-transform: uppercase; }
.cta-contact > a:first-of-type { display: flex; align-items: center; gap: 18px; margin: 13px 0 25px; padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: clamp(21px, 2.4vw, 30px); font-weight: 750; line-height: 1.2; }
.cta-contact > span { color: #8da8c4; font-size: 10px; text-transform: uppercase; }
.message-link { margin-top: 10px; color: var(--cyan); font-size: 14px; font-weight: 750; }

.site-footer { padding: 82px 0 20px; color: #8fa4be; background: #03152f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1fr; gap: 75px; padding-bottom: 60px; }
.brand-light .brand-text strong { color: white; }
.footer-brand > p { max-width: 260px; margin-top: 25px; color: #7f96b2; font-size: 12px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid h3 { margin: 0 0 14px; color: white; font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; }
.footer-grid a, .footer-grid p { margin: 0; font-size: 12px; }
.footer-grid a:hover { color: white; }
.footer-cta { margin-top: 10px; padding-bottom: 4px; color: var(--cyan) !important; border-bottom: 1px solid rgba(73,201,255,.4); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; letter-spacing: .6px; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: grid; place-items: center; width: 44px; height: 44px; color: white; background: var(--blue-700); border: 0; border-radius: 7px; box-shadow: 0 12px 30px rgba(5, 45, 100, .25); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s, transform .25s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.process-card:nth-child(2), .solution-card:nth-child(2), .industry-card:nth-child(2) { transition-delay: .07s; }
.process-card:nth-child(3), .solution-card:nth-child(3), .industry-card:nth-child(3) { transition-delay: .14s; }

@media (max-width: 1100px) {
    .main-nav { gap: 18px; }
    .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 30px; }
    .stage-frame { right: -110px; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .solution-feature { grid-template-columns: 1fr; }
    .solution-image { min-height: 390px; }
    .solution-grid { grid-template-columns: 1fr 1fr; }
    .solution-card:last-child { grid-column: 1 / -1; }
    .platform-grid { grid-template-columns: .78fr 1.22fr; gap: 35px; }
    .platform-features { grid-template-columns: repeat(2, 1fr); }
    .insight-grid, .benefits-grid { gap: 55px; }
    .industry-grid { grid-template-columns: repeat(3, 1fr); }
    .cta-card { gap: 45px; padding: 55px; }
    .footer-grid { grid-template-columns: 1.2fr .7fr 1fr 1fr; gap: 40px; }
}

@media (max-width: 900px) {
    .container { width: min(calc(100% - 36px), var(--container)); }
    .menu-toggle { display: block; }
    .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
    .main-nav { position: fixed; inset: 74px 18px auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; max-height: 0; padding: 0 24px; overflow: hidden; background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transition: max-height .3s, padding .3s, opacity .2s; }
    .main-nav.open { max-height: 520px; padding-top: 14px; padding-bottom: 18px; opacity: 1; pointer-events: auto; }
    .main-nav > a { padding: 13px 0 !important; border-bottom: 1px solid var(--line); }
    .main-nav .nav-cta { justify-content: center; margin-top: 10px; border: 0; }
    .hero { min-height: auto; padding-top: 135px; }
    .hero-grid { grid-template-columns: 1fr; min-height: auto; }
    .hero-copy { max-width: 690px; }
    .hero-stage { min-height: 480px; }
    .stage-frame { right: 0; left: 0; }
    .partner-inner { flex-direction: column; justify-content: center; padding: 30px 0; }
    .partner-list { width: 100%; flex-wrap: wrap; }
    .split-intro, .portfolio-heading { grid-template-columns: 1fr; gap: 25px; }
    .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
    .project-card.project-wide { grid-column: span 1; }
    .platform-grid { grid-template-columns: 1fr; }
    .platform-copy { max-width: 620px; }
    .platform-visual { min-height: 470px; }
    .browser-window { right: -90px; }
    .insight-grid { grid-template-columns: 1fr; }
    .insight-heading { max-width: 680px; }
    .industry-grid { grid-template-columns: repeat(2, 1fr); }
    .benefits-grid { grid-template-columns: 1fr; }
    .benefits-sticky { position: static; max-width: 680px; }
    .cta-card { grid-template-columns: 1fr; }
    .cta-contact { padding: 30px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 30px), var(--container)); }
    .section { padding: 88px 0; }
    .site-header { padding: 13px 0; }
    .brand-mark { width: 39px; height: 39px; }
    .brand-text strong { font-size: 15px; }
    .hero { padding: 120px 0 38px; }
    .hero h1 { font-size: clamp(47px, 15vw, 65px); letter-spacing: -3px; }
    .hero-lead { font-size: 16px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-proof { grid-template-columns: 1fr 1fr; gap: 20px 0; }
    .hero-proof div { padding-right: 16px; margin-right: 16px; }
    .hero-proof div:nth-child(2) { padding: 0; margin: 0; border: 0; }
    .hero-proof div:last-child { grid-column: 1 / -1; }
    .hero-stage { min-height: 365px; margin-top: 12px; }
    .stage-frame { top: 45px; min-height: 250px; padding: 12px 10px 18px; border-width: 5px; border-radius: 14px; transform: none; }
    .stage-frame img { height: 172px; }
    .stage-badge { top: 3px; right: 6px; padding: 9px 11px; }
    .stage-badge strong { font-size: 19px; }
    .panel-status { right: 4px; bottom: 42px; }
    .panel-cloud { bottom: -10px; left: 4px; }
    .floating-panel { padding: 10px 12px; }
    .partner-list { gap: 21px; }
    .partner-list strong { font-size: 12px; }
    .section-intro h2, .platform-copy h2, .insight-heading h2, .benefits-sticky h2, .cta-copy h2 { font-size: 42px; letter-spacing: -2.4px; }
    .split-intro { margin-bottom: 45px; }
    .process-grid { grid-template-columns: 1fr; }
    .process-card { min-height: 245px; }
    .portfolio-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
    .filter-bar { flex-wrap: nowrap; overflow-x: auto; }
    .filter-bar button { flex: 0 0 auto; }
    .solution-image { min-height: 240px; }
    .solution-copy { padding: 34px 26px; }
    .solution-copy h3 { font-size: 35px; }
    .solution-copy ul { grid-template-columns: 1fr; }
    .solution-grid { grid-template-columns: 1fr; }
    .solution-card:last-child { grid-column: auto; }
    .platform-metrics div { min-width: 0; flex: 1; }
    .platform-visual { min-height: 330px; }
    .browser-window { top: 24px; right: -75px; border-width: 4px; border-radius: 11px; }
    .browser-window img { height: 245px; }
    .sync-card { right: 0; bottom: 0; }
    .platform-features { grid-template-columns: 1fr; margin-top: 50px; }
    .platform-features article { min-height: 190px; }
    .stat-grid { grid-template-columns: 1fr; }
    .stat-card { min-height: 215px; }
    .industry-grid { grid-template-columns: 1fr; }
    .industry-image { grid-column: auto; }
    .industry-image div { max-width: 83%; }
    .benefit-item { grid-template-columns: 42px 1fr; gap: 12px; }
    .benefit-item h3 { font-size: 20px; }
    .number-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
    .number-grid div:nth-child(2) { border: 0; }
    .cta-section { padding: 55px 0; }
    .cta-card { width: min(calc(100% - 20px), var(--container)); padding: 42px 25px; }
    .cta-contact > a:first-of-type { font-size: 21px; }
    .footer-grid { grid-template-columns: 1fr; gap: 38px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@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; }
}
