:root {
  --navy-950: #06111f;
  --navy-900: #0a1b30;
  --navy-800: #102a46;
  --blue-700: #155c9f;
  --blue-500: #2d87cf;
  --orange-600: #e85d1f;
  --orange-500: #ff762f;
  --orange-100: #fff0e8;
  --slate-700: #34465a;
  --slate-600: #506276;
  --slate-300: #c9d4df;
  --slate-150: #e4eaf0;
  --slate-100: #eef3f7;
  --white: #fff;
  --ink: #101c2a;
  --success: #16784b;
  --danger: #b42318;
  --shadow-sm: 0 8px 24px rgba(6, 17, 31, .08);
  --shadow-lg: 0 24px 70px rgba(6, 17, 31, .16);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --max: 1180px;
  --header: 78px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 24px); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 1000; padding: 10px 16px; border-radius: 0 0 8px 8px; color: #fff; background: var(--orange-600); }
.skip-link:focus { top: 0; }
.eyebrow { margin: 0 0 12px; color: var(--orange-600); font-size: .77rem; font-weight: 800; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.section { padding: 96px 0; }
.section--soft { background: var(--slate-100); }
.section--dark { color: #fff; background: var(--navy-950); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.section-head > div { max-width: 720px; }
.section-head h2, .page-hero h1, .hero h1 { margin: 0; font-weight: 750; letter-spacing: -.045em; line-height: 1.08; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
.section-head p { max-width: 640px; margin: 16px 0 0; color: var(--slate-600); font-size: 1.08rem; }
.section--dark .section-head p { color: #b9c8d6; }
.prose { color: var(--slate-600); font-size: 1.08rem; }
.prose strong { color: var(--ink); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; min-height: var(--header); border-bottom: 1px solid rgba(16, 42, 70, .09); background: rgba(255, 255, 255, .94); backdrop-filter: blur(18px); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: var(--header); gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 164px; color: var(--navy-900); font-size: 1.18rem; font-weight: 800; letter-spacing: -.025em; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand small { display: block; color: var(--slate-600); font-size: .58rem; font-weight: 700; letter-spacing: .07em; line-height: 1.1; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.nav-links a { display: inline-flex; align-items: center; min-height: 42px; padding: 0 12px; border-radius: 9px; color: var(--slate-700); font-size: .92rem; font-weight: 680; transition: color .2s, background .2s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--navy-900); background: var(--slate-100); }
.nav-links .platform-link { color: var(--blue-700); }
.nav-links .nav-cta { margin-left: 6px; padding-inline: 18px; color: #fff; background: var(--orange-600); }
.nav-links .nav-cta:hover, .nav-links .nav-cta[aria-current="page"] { color: #fff; background: #c94b14; }
.nav-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--slate-150); border-radius: 10px; color: var(--navy-900); background: #fff; cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { display: block; width: 20px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.nav-toggle::before, .nav-toggle::after { content: ""; position: absolute; }
.nav-toggle::before { transform: translateY(-6px); }
.nav-toggle::after { transform: translateY(6px); }
.nav-toggle[aria-expanded="true"] span { opacity: 0; }
.nav-toggle[aria-expanded="true"]::before { transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"]::after { transform: rotate(-45deg); }

/* Hero */
.hero { position: relative; display: grid; min-height: min(820px, calc(100vh - var(--header))); align-items: center; overflow: hidden; color: #fff; background: var(--navy-950); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 17, 31, .98) 0%, rgba(6, 17, 31, .91) 43%, rgba(6, 17, 31, .35) 100%), url("../img/original-site/data-platform.jpeg") center right / cover no-repeat; }
.hero::after { content: ""; position: absolute; right: -12vw; bottom: -42%; width: 62vw; height: 62vw; border: 1px solid rgba(79, 167, 236, .22); border-radius: 50%; box-shadow: 0 0 0 75px rgba(79, 167, 236, .04), 0 0 0 150px rgba(79, 167, 236, .03); }
.hero-inner { position: relative; z-index: 1; max-width: 820px; padding: 110px 0 122px; }
.hero .eyebrow { color: #ff9665; }
.hero h1 { max-width: 14ch; font-size: clamp(3.1rem, 7.5vw, 6.6rem); }
.hero h1 span { color: #76bdf4; }
.hero p { max-width: 690px; margin: 26px 0 34px; color: #c7d6e3; font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.65; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 34px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.hero-proof span { display: inline-flex; align-items: center; gap: 9px; color: #dae5ee; font-size: .9rem; font-weight: 650; }
.hero-proof span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--orange-500); box-shadow: 0 0 0 4px rgba(255, 118, 47, .15); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; font-weight: 750; line-height: 1.2; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--orange-600); box-shadow: 0 12px 30px rgba(232, 93, 31, .24); }
.btn-primary:hover { background: #c94b14; }
.btn-secondary { color: #fff; border-color: rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .07); }
.btn-secondary:hover { border-color: #fff; background: rgba(255, 255, 255, .12); }
.btn-ghost { color: var(--navy-900); border-color: var(--slate-300); background: #fff; }
.btn-ghost:hover { border-color: var(--blue-500); color: var(--blue-700); }
.btn-arrow::after { content: "→"; margin-left: 9px; transition: transform .2s; }
.btn-arrow:hover::after { transform: translateX(3px); }

/* Cards and grids */
.grid-2, .grid-3, .grid-4 { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { position: relative; padding: 30px; border: 1px solid var(--slate-150); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.card h3 { margin: 18px 0 10px; color: var(--navy-900); font-size: 1.25rem; line-height: 1.25; }
.card p { margin: 0; color: var(--slate-600); }
.card-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--blue-700); font-size: .93rem; font-weight: 750; }
.card-link::after { content: "→"; transition: transform .2s; }
.card-link:hover::after { transform: translateX(3px); }
.icon { display: inline-grid; width: 48px; height: 48px; place-items: center; border-radius: 12px; color: var(--orange-600); background: var(--orange-100); font-size: 1.35rem; font-weight: 800; }
.service-card { overflow: hidden; padding: 0; }
.service-card img { width: 100%; height: 210px; object-fit: cover; }
.service-card .card-body { padding: 28px; }
.service-card h3 { margin-top: 0; }
.feature-card { min-height: 275px; padding: 34px; background: linear-gradient(145deg, #fff, #f8fafc); }
.feature-card::before { content: attr(data-number); display: block; margin-bottom: 40px; color: var(--blue-500); font-size: .75rem; font-weight: 800; letter-spacing: .15em; }
.feature-card h3 { margin-top: 0; font-size: 1.35rem; }
.dark-card { border-color: rgba(255,255,255,.1); color: #fff; background: var(--navy-900); box-shadow: none; }
.dark-card h3 { color: #fff; }
.dark-card p { color: #b9c8d6; }

/* Shared editorial layouts */
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: clamp(42px, 8vw, 92px); }
.split.reverse .media-panel { order: 2; }
.media-panel { position: relative; overflow: hidden; min-height: 460px; border-radius: var(--radius-lg); background: var(--slate-100); box-shadow: var(--shadow-lg); }
.media-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.media-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(6,17,31,.3)); }
.content-block h2 { margin: 0; color: var(--navy-900); font-size: clamp(2.1rem, 4.5vw, 3.7rem); letter-spacing: -.045em; line-height: 1.08; }
.content-block > p { margin: 22px 0; color: var(--slate-600); font-size: 1.08rem; }
.check-list { display: grid; gap: 13px; margin: 26px 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: var(--slate-700); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #fff; background: var(--success); font-size: .7rem; font-weight: 900; }
.stat-band { position: relative; z-index: 2; margin-top: -46px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--slate-150); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-lg); }
.stat { padding: 28px; border-right: 1px solid var(--slate-150); }
.stat:last-child { border: 0; }
.stat strong { display: block; margin-bottom: 5px; color: var(--navy-900); font-size: 1.08rem; }
.stat span { color: var(--slate-600); font-size: .88rem; }

/* Page hero */
.page-hero { position: relative; overflow: hidden; padding: 92px 0 88px; color: #fff; background: var(--navy-950); }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .55; background: radial-gradient(circle at 82% 10%, rgba(45,135,207,.5), transparent 36%), linear-gradient(120deg, transparent 48%, rgba(255,255,255,.04)); }
.page-hero .wrap { position: relative; z-index: 1; }
.breadcrumbs { display: flex; gap: 8px; margin: 0 0 28px; color: #9fb4c7; font-size: .84rem; }
.breadcrumbs a:hover { color: #fff; }
.page-hero h1 { max-width: 14ch; font-size: clamp(3rem, 7vw, 5.8rem); }
.page-hero p { max-width: 720px; margin: 24px 0 0; color: #c5d3df; font-size: clamp(1.08rem, 2vw, 1.25rem); }
.page-hero--image::before { content: ""; position: absolute; inset: 0; opacity: .25; background: var(--hero-image) center / cover no-repeat; }

/* Industry/details */
.service-detail { padding: 36px; border-left: 3px solid var(--orange-500); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--slate-100); }
.service-detail h3 { margin: 0 0 10px; color: var(--navy-900); font-size: 1.25rem; }
.service-detail p { margin: 0; color: var(--slate-600); }
.stack { display: grid; gap: 18px; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.pill-list li { padding: 8px 12px; border: 1px solid var(--slate-150); border-radius: 999px; color: var(--slate-700); background: #fff; font-size: .84rem; font-weight: 700; }
.step-list { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 40px; }
.step { counter-increment: steps; position: relative; padding: 30px 24px 0 0; border-top: 1px solid #516174; }
.step::before { content: counter(steps, decimal-leading-zero); display: block; margin-bottom: 18px; color: #72b7eb; font-weight: 800; }
.step::after { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--orange-500); }
.step h3 { margin: 0 0 8px; font-size: 1.08rem; }
.step p { margin: 0; color: #b9c8d6; font-size: .93rem; }

/* Platform callout */
.platform { position: relative; overflow: hidden; padding: 56px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(125deg, #0c2b4a, #123f68 58%, #155c9f); box-shadow: var(--shadow-lg); }
.platform::after { content: "AI"; position: absolute; right: -18px; bottom: -80px; color: rgba(255,255,255,.055); font-size: 15rem; font-weight: 900; line-height: 1; }
.platform > * { position: relative; z-index: 1; }
.platform h2 { max-width: 720px; margin: 0; font-size: clamp(2.1rem, 4vw, 3.6rem); letter-spacing: -.04em; line-height: 1.08; }
.platform p { max-width: 720px; margin: 20px 0 30px; color: #cbdcea; font-size: 1.08rem; }
.platform-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: #8bc8f6; font-size: .8rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.platform-label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange-500); }

/* SAPMDG AI product story */
.ai-page { background: #050a13; color: #fff; }
.ai-page .site-header { border-color: rgba(255,255,255,.08); background: rgba(5,10,19,.9); }
.ai-page .brand { color: #fff; }
.ai-page .brand small { color: #7f96aa; }
.ai-page .nav-links a { color: #a9bac8; }
.ai-page .nav-links a:hover, .ai-page .nav-links a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.07); }
.ai-page .nav-toggle { color: #fff; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.05); }
.ai-hero { position: relative; min-height: calc(100vh - var(--header)); overflow: hidden; padding: 90px 0 100px; background: radial-gradient(circle at 76% 20%, rgba(0,181,255,.22), transparent 28%), radial-gradient(circle at 18% 80%, rgba(45,94,255,.15), transparent 30%), #050a13; }
.ai-hero::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(84,157,217,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(84,157,217,.13) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.ai-hero::after { content: ""; position: absolute; top: 2%; right: 4%; width: 42vw; height: 42vw; border: 1px solid rgba(48,193,255,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(48,193,255,.025), 0 0 0 140px rgba(48,193,255,.018); }
.ai-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr); align-items: center; gap: 54px; }
.ai-product-logo { width: min(430px, 88%); margin-bottom: 28px; }
.ai-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 7px 12px; border: 1px solid rgba(78,202,255,.3); border-radius: 999px; color: #8ddcff; background: rgba(35,167,226,.08); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ai-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #43d0ff; box-shadow: 0 0 14px #43d0ff; }
.ai-hero h1 { max-width: 11ch; margin: 0; font-size: clamp(3.4rem, 7.5vw, 6.8rem); letter-spacing: -.06em; line-height: .96; }
.ai-hero h1 span { color: #4dccff; background: linear-gradient(90deg,#4dccff,#73a5ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ai-hero-copy { max-width: 640px; margin: 28px 0 34px; color: #a9bbc9; font-size: 1.16rem; }
.ai-mini-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ai-mini-proof span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 7px; color: #a9bbc9; background: rgba(255,255,255,.035); font-size: .76rem; font-weight: 700; }
.ai-product-shot { position: relative; padding: 10px; border: 1px solid rgba(100,199,255,.25); border-radius: 24px; background: rgba(255,255,255,.035); box-shadow: 0 45px 100px rgba(0,0,0,.5), 0 0 70px rgba(0,155,255,.09); transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); }
.ai-window { overflow: hidden; min-height: 520px; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; color: #dce8f1; background: #0b1421; }
.ai-window-bar { display: flex; align-items: center; gap: 7px; height: 42px; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.07); background: #0d1826; }
.ai-window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #26384a; }
.ai-window-bar span { margin-left: 8px; color: #6f8597; font-size: .68rem; font-style: normal; }
.ai-ui { display: grid; grid-template-columns: 138px 1fr; min-height: 478px; }
.ai-ui-side { padding: 18px 12px; border-right: 1px solid rgba(255,255,255,.07); background: #08111d; }
.ai-ui-brand { margin-bottom: 24px; color: #fff; font-size: .7rem; font-weight: 800; }
.ai-ui-side b { display: block; margin: 16px 8px 7px; color: #536b7f; font-size: .55rem; letter-spacing: .13em; text-transform: uppercase; }
.ai-ui-side span { display: block; margin: 4px 0; padding: 7px 8px; border-radius: 6px; color: #8498aa; font-size: .61rem; }
.ai-ui-side span.active { color: #fff; background: #153250; }
.ai-ui-main { display: flex; min-width: 0; flex-direction: column; }
.ai-ui-top { display: flex; align-items: center; justify-content: space-between; height: 58px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.07); }
.ai-ui-top strong { color: #fff; font-size: .8rem; }
.ai-ui-top span { padding: 5px 8px; border: 1px solid #284159; border-radius: 6px; color: #9ab0c2; font-size: .58rem; }
.ai-chat-demo { display: flex; flex: 1; flex-direction: column; gap: 16px; padding: 27px 22px; background: radial-gradient(circle at 50% 0, rgba(30,111,170,.11), transparent 45%); }
.ai-prompt { align-self: flex-end; max-width: 80%; padding: 11px 13px; border-radius: 12px 12px 3px 12px; color: #fff; background: #176ca8; font-size: .68rem; }
.ai-answer { max-width: 91%; padding: 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 3px 13px 13px 13px; background: #101d2b; font-size: .64rem; line-height: 1.65; }
.ai-answer strong { display: block; margin-bottom: 8px; color: #62cfff; font-size: .7rem; }
.ai-answer ul { margin: 8px 0 0; padding-left: 16px; color: #9db0c0; }
.ai-composer-demo { display: flex; align-items: center; gap: 8px; margin-top: auto; padding: 10px 12px; border: 1px solid #294157; border-radius: 9px; color: #70889b; background: #09131f; font-size: .61rem; }
.ai-composer-demo i { margin-left: auto; padding: 5px 8px; border-radius: 5px; color: #fff; background: #1675b4; font-style: normal; }
.ai-section { padding: 110px 0; color: #e6eef5; background: #080f19; }
.ai-section--light { color: var(--ink); background: #f3f7fa; }
.ai-section--blue { background: radial-gradient(circle at 85% 20%, rgba(26,142,209,.2), transparent 30%), #071522; }
.ai-section .section-head p { color: #90a5b7; }
.ai-section--light .section-head p { color: var(--slate-600); }
.ai-section .section-head h2 { color: #fff; }
.ai-section--light .section-head h2 { color: var(--navy-900); }
.ai-kicker { color: #4dccff; }
.ai-feature-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.ai-feature { position: relative; grid-column: span 4; overflow: hidden; min-height: 280px; padding: 30px; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)); }
.ai-feature.wide { grid-column: span 8; }
.ai-feature::after { content: ""; position: absolute; right: -30px; bottom: -40px; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle,rgba(56,188,246,.16),transparent 65%); }
.ai-feature-icon { display: grid; width: 45px; height: 45px; margin-bottom: 45px; place-items: center; border: 1px solid rgba(75,199,255,.26); border-radius: 11px; color: #63d3ff; background: rgba(52,179,234,.08); font-size: .82rem; font-weight: 900; }
.ai-feature h3 { margin: 0 0 11px; color: #fff; font-size: 1.3rem; }
.ai-feature p { max-width: 520px; margin: 0; color: #8fa5b7; font-size: .94rem; }
.ai-workflow { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; margin-top: 44px; border: 1px solid var(--slate-150); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.ai-workflow-step { position: relative; padding: 34px 28px; border-right: 1px solid var(--slate-150); }
.ai-workflow-step:last-child { border: 0; }
.ai-workflow-step span { display: block; margin-bottom: 28px; color: var(--blue-500); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.ai-workflow-step h3 { margin: 0 0 9px; color: var(--navy-900); font-size: 1.1rem; }
.ai-workflow-step p { margin: 0; color: var(--slate-600); font-size: .88rem; }
.ai-sales-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 50px; padding: 68px; border: 1px solid rgba(86,199,255,.2); border-radius: 30px; background: linear-gradient(120deg,#0d2e4c,#0c1c30 60%,#101528); box-shadow: 0 35px 90px rgba(0,0,0,.32); }
.ai-sales-panel::after { content: ""; position: absolute; right: -150px; top: -170px; width: 430px; height: 430px; border: 1px solid rgba(86,199,255,.2); border-radius: 50%; box-shadow: 0 0 0 65px rgba(86,199,255,.025),0 0 0 130px rgba(86,199,255,.018); }
.ai-sales-panel > * { position: relative; z-index: 1; }
.ai-sales-panel h2 { max-width: 12ch; margin: 0; color: #fff; font-size: clamp(2.7rem,5vw,4.8rem); letter-spacing: -.055em; line-height: 1; }
.ai-sales-panel p { max-width: 600px; margin: 22px 0 30px; color: #abc0d0; }
.ai-sales-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.ai-sales-list li { display: flex; gap: 11px; color: #d5e2eb; font-size: .92rem; }
.ai-sales-list li::before { content: "✓"; color: #55d3ff; font-weight: 900; }
.ai-disclaimer { margin-top: 24px; color: #6f8799; font-size: .76rem; }

/* Training and tools */
.curriculum { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.curriculum-card { padding: 30px; border: 1px solid var(--slate-150); border-radius: var(--radius-md); background: #fff; }
.curriculum-card h3 { margin: 0 0 18px; color: var(--navy-900); }
.curriculum-card ul { margin: 0; padding-left: 18px; color: var(--slate-600); }
.curriculum-card li + li { margin-top: 7px; }
.tool-card { display: flex; min-height: 100%; flex-direction: column; }
.tool-card .tag { align-self: flex-start; padding: 6px 9px; border-radius: 6px; color: var(--blue-700); background: #eaf5fd; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tool-card h3 { font-size: 1.18rem; }
.tool-card p { flex: 1; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(440px, 1.2fr); gap: clamp(40px, 7vw, 82px); align-items: start; }
.contact-panel { padding: 40px; border-radius: var(--radius-md); color: #fff; background: var(--navy-900); }
.contact-panel h2 { margin: 0 0 16px; font-size: 2rem; line-height: 1.15; }
.contact-panel > p { color: #b9c8d6; }
.contact-list { display: grid; gap: 22px; margin: 32px 0 0; padding: 0; list-style: none; }
.contact-list li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: start; }
.contact-list .contact-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 9px; color: #fff; background: rgba(255,255,255,.1); }
.contact-list small { display: block; color: #92a8ba; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-list a, .contact-list address { color: #fff; font-style: normal; }
.contact-list a:hover { color: #ff9665; }
.form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 38px; border: 1px solid var(--slate-150); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.form label { display: grid; gap: 7px; color: var(--navy-900); font-size: .88rem; font-weight: 750; }
.form .full { grid-column: 1 / -1; }
.form input, .form textarea, .form select { width: 100%; border: 1px solid #bbc8d4; border-radius: 9px; color: var(--ink); background: #fff; outline: none; transition: border .2s, box-shadow .2s; }
.form input { min-height: 48px; padding: 0 14px; }
.form textarea { min-height: 150px; resize: vertical; padding: 13px 14px; }
.form input:focus, .form textarea:focus, .form select:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(45,135,207,.14); }
.form .btn { justify-self: start; border: 0; }
.form-note, .form-status { grid-column: 1 / -1; margin: 0; color: var(--slate-600); font-size: .82rem; }
.form-status.ok { color: var(--success); font-weight: 700; }
.form-status.error { color: var(--danger); font-weight: 700; }

/* CTA and footer */
.cta-band { padding: 78px 0; color: #fff; background: var(--orange-600); }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { max-width: 740px; margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.04em; line-height: 1.1; }
.cta-band p { max-width: 680px; margin: 14px 0 0; color: #fff4ed; }
.cta-band .btn { flex: 0 0 auto; color: var(--navy-900); background: #fff; }
.site-footer { padding: 68px 0 28px; color: #c0cfdb; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1fr; gap: 48px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 1.25rem; font-weight: 800; }
.footer-brand img { width: 46px; }
.footer-about p { max-width: 330px; color: #91a6b8; font-size: .9rem; }
.site-footer h3 { margin: 4px 0 16px; color: #fff; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: #a8bac8; font-size: .9rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #7f95a7; font-size: .78rem; }

/* Chat */
.chat-launcher { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: grid; width: 58px; height: 58px; place-items: center; border: 0; border-radius: 18px; color: #fff; background: var(--orange-600); box-shadow: 0 14px 35px rgba(6,17,31,.3); cursor: pointer; }
.chat-launcher svg { width: 27px; }
.chat-panel { position: fixed; right: 22px; bottom: 92px; z-index: 80; display: none; width: min(390px, calc(100vw - 28px)); overflow: hidden; border: 1px solid var(--slate-150); border-radius: 18px; background: #fff; box-shadow: var(--shadow-lg); }
.chat-panel.open { display: block; }
.chat-header { display: flex; align-items: center; justify-content: space-between; padding: 17px 18px; color: #fff; background: var(--navy-900); }
.chat-header button { border: 0; color: #fff; background: transparent; font-size: 1.5rem; cursor: pointer; }
.chat-messages { display: flex; height: 310px; flex-direction: column; gap: 10px; overflow-y: auto; padding: 16px; background: var(--slate-100); }
.chat-bubble { max-width: 86%; padding: 10px 12px; border-radius: 12px; color: var(--ink); background: #fff; white-space: pre-wrap; }
.chat-bubble.user { align-self: flex-end; color: #fff; background: var(--blue-700); }
.chat-hint { margin: 0; padding: 10px 16px 0; color: var(--slate-600); font-size: .73rem; }
.chat-form { display: flex; gap: 8px; padding: 12px 16px 16px; }
.chat-form input { min-width: 0; flex: 1; height: 42px; padding: 0 12px; border: 1px solid var(--slate-300); border-radius: 8px; }
.chat-form button { border: 0; border-radius: 8px; padding: 0 14px; color: #fff; background: var(--orange-600); font-weight: 700; cursor: pointer; }

/* Motion */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-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; } [data-reveal] { opacity: 1; transform: none; } }

@media (max-width: 1020px) {
  .nav-toggle { position: relative; display: inline-flex; }
  .nav-links { position: fixed; top: var(--header); right: 0; left: 0; display: none; max-height: calc(100vh - var(--header)); overflow-y: auto; flex-direction: column; align-items: stretch; gap: 2px; padding: 14px 20px 24px; border-bottom: 1px solid var(--slate-150); background: #fff; box-shadow: var(--shadow-lg); }
  .nav-links.open { display: flex; }
  .nav-links a { justify-content: space-between; min-height: 48px; padding-inline: 14px; }
  .nav-links .nav-cta { margin: 8px 0 0; justify-content: center; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split { grid-template-columns: 1fr; }
  .split.reverse .media-panel { order: initial; }
  .media-panel { min-height: 380px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--slate-150); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .contact-layout { grid-template-columns: 1fr; }
  .step-list { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .ai-page .nav-links { background: #08111d; }
  .ai-hero-grid { grid-template-columns: 1fr; }
  .ai-product-shot { max-width: 720px; transform: none; }
  .ai-feature { grid-column: span 6; }
  .ai-feature.wide { grid-column: span 12; }
  .ai-workflow { grid-template-columns: repeat(2,1fr); }
  .ai-workflow-step:nth-child(2) { border-right: 0; }
  .ai-workflow-step:nth-child(-n+2) { border-bottom: 1px solid var(--slate-150); }
  .ai-sales-panel { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  :root { --header: 70px; }
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 70px 0; }
  .section-head { display: block; margin-bottom: 30px; }
  .section-head .btn { margin-top: 22px; }
  .hero { min-height: auto; }
  .hero::before { background: linear-gradient(180deg, rgba(6,17,31,.73), rgba(6,17,31,.98)), url("../img/original-site/data-platform.jpeg") center / cover; }
  .hero-inner { padding: 82px 0 88px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.5rem); }
  .hero-proof { display: grid; gap: 13px; }
  .stat-band { margin-top: -25px; }
  .stats { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--slate-150); }
  .stat:last-child { border-bottom: 0; }
  .grid-2, .grid-3, .grid-4, .curriculum { grid-template-columns: 1fr; }
  .service-card img { height: 190px; }
  .media-panel { min-height: 300px; border-radius: var(--radius-md); }
  .page-hero { padding: 72px 0 68px; }
  .page-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .platform { padding: 34px 26px; border-radius: var(--radius-md); }
  .step-list { grid-template-columns: 1fr; }
  .contact-panel, .form { padding: 26px; }
  .form { grid-template-columns: 1fr; }
  .form label { grid-column: 1 / -1; }
  .cta-band .wrap { display: block; }
  .cta-band .btn { margin-top: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
  .chat-launcher { right: 14px; bottom: 14px; }
  .chat-panel { right: 14px; bottom: 82px; }
  .ai-hero { padding: 70px 0 78px; }
  .ai-hero-grid { gap: 42px; }
  .ai-hero h1 { font-size: clamp(3rem,15vw,4.7rem); }
  .ai-product-logo { width: min(340px,90%); }
  .ai-product-shot { margin-inline: -6px; padding: 5px; border-radius: 15px; }
  .ai-window { min-height: 430px; border-radius: 11px; }
  .ai-ui { grid-template-columns: 94px 1fr; min-height: 390px; }
  .ai-ui-side { padding: 12px 7px; }
  .ai-ui-side span { padding: 6px 4px; font-size: .49rem; }
  .ai-chat-demo { padding: 18px 12px; }
  .ai-section { padding: 78px 0; }
  .ai-feature-grid { grid-template-columns: 1fr; }
  .ai-feature, .ai-feature.wide { grid-column: auto; min-height: 245px; }
  .ai-workflow { grid-template-columns: 1fr; }
  .ai-workflow-step { border-right: 0; border-bottom: 1px solid var(--slate-150); }
  .ai-workflow-step:last-child { border-bottom: 0; }
  .ai-sales-panel { padding: 38px 26px; border-radius: 20px; }
}
