:root {
  --navy-950: #071a3b;
  --navy-900: #0c2450;
  --navy-800: #123267;
  --blue-700: #155fe8;
  --blue-600: #2475f4;
  --blue-500: #4a8dff;
  --cyan-500: #19b9d8;
  --green-500: #27b879;
  --purple-500: #7458e8;
  --orange-500: #f59a3c;
  --yellow-400: #ffd35a;
  --text: #14223e;
  --text-soft: #53617a;
  --muted: #748098;
  --surface: #ffffff;
  --surface-soft: #f7faff;
  --surface-blue: #eef5ff;
  --line: #e2eaf5;
  --line-strong: #d2ddeb;
  --shadow-sm: 0 10px 30px rgba(28, 68, 132, 0.08);
  --shadow-md: 0 20px 55px rgba(28, 68, 132, 0.12);
  --shadow-lg: 0 34px 90px rgba(18, 52, 111, 0.18);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --container: 1216px;
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 76px 0; }
.section-tight { padding: 58px 0; }
.section-soft { background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%); }
.section-blue { background: linear-gradient(150deg, #eff6ff 0%, #f8fbff 55%, #fff9ee 100%); }
.section-dark { color: #fff; background: radial-gradient(circle at 80% 0%, rgba(73, 141, 255, .34), transparent 32%), linear-gradient(145deg, #071a3b, #102e63); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 6px 12px;
  color: var(--blue-700);
  background: rgba(36, 117, 244, .08);
  border: 1px solid rgba(36, 117, 244, .14);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 5px rgba(39, 184, 121, .12); }
.section-heading { max-width: 760px; margin: 0 auto 30px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.section-heading h2, .page-hero h1 { margin: 10px 0 10px; color: var(--navy-950); font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading p, .page-hero p { margin: 0; color: var(--text-soft); font-size: 16px; }
.section-heading .note { margin-top: 10px; font-size: 12px; color: var(--muted); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .nav-link:focus-visible, .role-tab:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(36, 117, 244, .24); outline-offset: 2px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue-600), #0b5cdb); box-shadow: 0 12px 25px rgba(25, 102, 232, .24); }
.button-primary:hover { box-shadow: 0 16px 32px rgba(25, 102, 232, .3); }
.button-secondary { color: var(--navy-900); background: #fff; border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.button-ghost { color: var(--blue-700); background: rgba(36, 117, 244, .04); border-color: rgba(36, 117, 244, .28); }
.button-light { color: var(--blue-700); background: #fff; box-shadow: var(--shadow-sm); }
.button-small { min-height: 42px; padding: 9px 16px; font-size: 13px; }
.button-block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue-700); font-weight: 800; font-size: 14px; }
.text-link:hover { gap: 11px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(226, 234, 245, .78);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, transform .3s ease, background .25s ease;
}
.site-header.scrolled { background: rgba(255, 255, 255, .96); box-shadow: 0 10px 30px rgba(12, 36, 80, .08); }
.site-header.header-hidden { transform: translateY(-100%); }
.nav-shell { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-logo { width: 46px; height: 46px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: #fff; border: 1px solid var(--line); box-shadow: 0 7px 20px rgba(24, 77, 155, .09); }
.brand-logo img { width: 42px; height: 42px; object-fit: cover; border-radius: 11px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { color: var(--navy-950); font-size: 16px; letter-spacing: -.02em; }
.brand-text small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .03em; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.nav-link { position: relative; padding: 26px 0; color: #43516b; font-size: 13px; font-weight: 750; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; border-radius: 2px; background: var(--blue-600); transition: right .22s ease; }
.nav-link:hover, .nav-link.active { color: var(--blue-700); }
.nav-link:hover::after, .nav-link.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--navy-900); transition: .2s ease; }
.menu-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 62px 0 42px;
  background:
    radial-gradient(circle at 9% 13%, rgba(74, 141, 255, .13), transparent 27%),
    radial-gradient(circle at 88% 4%, rgba(255, 211, 90, .16), transparent 25%),
    linear-gradient(180deg, #fcfdff 0%, #f6faff 100%);
}
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(4px); opacity: .7; pointer-events: none; }
.hero::before { width: 210px; height: 210px; left: -110px; top: 160px; background: rgba(25, 185, 216, .08); }
.hero::after { width: 290px; height: 290px; right: -150px; bottom: -120px; background: rgba(116, 88, 232, .08); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .86fr 1.14fr; gap: 46px; align-items: center; }
.hero-copy { padding: 8px 0; }
.hero h1 { max-width: 600px; margin: 16px 0 16px; color: var(--navy-950); font-size: clamp(46px, 5.5vw, 72px); line-height: 1.04; letter-spacing: -.055em; }
.hero h1 span { color: var(--blue-700); }
.hero-subtitle { margin: 0 0 10px; color: var(--navy-900); font-size: 21px; font-weight: 800; }
.hero-description { max-width: 590px; margin: 0; color: var(--text-soft); font-size: 15px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 22px; }
.hero-benefits span { display: inline-flex; align-items: center; gap: 7px; color: #5b6880; font-size: 12px; font-weight: 700; }
.hero-benefits span::before { content: "✓"; display: grid; place-items: center; width: 19px; height: 19px; color: var(--green-500); background: rgba(39, 184, 121, .1); border-radius: 50%; font-size: 11px; font-weight: 900; }
.hero-visual { position: relative; min-width: 0; }
.hero-visual::before { content: ""; position: absolute; inset: 8% 4% -6%; border-radius: 50%; background: radial-gradient(circle, rgba(66, 132, 248, .17), transparent 66%); filter: blur(18px); }
.dashboard-mount { position: relative; transition: opacity .14s ease, transform .14s ease; }
.dashboard-mount.switching { opacity: .25; transform: translateY(5px); }

.scope-strip { border-top: 1px solid rgba(220, 231, 245, .8); border-bottom: 1px solid rgba(220, 231, 245, .8); background: rgba(255, 255, 255, .88); }
.scope-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.scope-item { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 84px; padding: 16px 18px; border-right: 1px solid var(--line); }
.scope-item:last-child { border-right: 0; }
.scope-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue-700); background: var(--surface-blue); border-radius: 12px; font-size: 21px; }
.scope-item:nth-child(2) .scope-icon { color: var(--green-500); background: #ecfaf4; }
.scope-item:nth-child(3) .scope-icon { color: var(--purple-500); background: #f2efff; }
.scope-item:nth-child(4) .scope-icon { color: var(--orange-500); background: #fff5e9; }
.scope-item strong { display: block; color: var(--navy-950); font-size: 15px; }
.scope-item span { display: block; color: var(--muted); font-size: 11px; }

.dashboard-frame { position: relative; display: grid; grid-template-columns: 126px 1fr; min-height: 536px; overflow: hidden; color: var(--text); background: #fff; border: 1px solid rgba(211, 223, 240, .9); border-radius: 24px; box-shadow: var(--shadow-lg); transform: perspective(1500px) rotateY(-1deg); animation: dashboardFloat 7s ease-in-out infinite; }
.dashboard-sidebar { display: flex; flex-direction: column; padding: 18px 12px; color: #d9e8ff; background: linear-gradient(180deg, #0c2d68, #10224d); }
.dash-brand { display: flex; align-items: center; gap: 7px; min-height: 44px; margin-bottom: 18px; padding: 5px; font-size: 10px; font-weight: 800; line-height: 1.05; }
.dash-brand img { width: 33px; height: 33px; object-fit: cover; border-radius: 9px; background: #fff; }
.dashboard-sidebar nav { display: grid; gap: 6px; }
.dash-nav-item { width: 100%; display: flex; align-items: center; gap: 9px; padding: 10px 9px; color: #b9cff1; border: 0; border-radius: 10px; background: transparent; text-align: left; font-size: 10px; cursor: default; }
.dash-nav-item svg { flex: 0 0 auto; font-size: 15px; }
.dash-nav-item.active { color: #fff; background: linear-gradient(135deg, rgba(76, 140, 255, .72), rgba(37, 96, 208, .7)); box-shadow: 0 8px 20px rgba(0, 0, 0, .13); }
.demo-label { margin-top: auto; padding: 8px 6px; color: #90add9; font-size: 8px; text-align: center; }
.dashboard-main { min-width: 0; padding: 20px; background: linear-gradient(180deg, #fbfdff, #f7faff); }
.dashboard-topbar { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.dashboard-kicker { color: var(--blue-700); font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.dashboard-topbar h3 { margin: 3px 0 0; color: var(--navy-950); font-size: 19px; line-height: 1.15; }
.dashboard-topbar p { margin: 4px 0 0; color: var(--muted); font-size: 9px; }
.dashboard-actions { display: flex; align-items: center; gap: 7px; }
.dashboard-actions button { width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--muted); }
.dashboard-actions .avatar { width: 31px; height: 31px; display: grid; place-items: center; color: #fff; background: var(--blue-600); border-radius: 10px; font-size: 9px; font-weight: 850; }
.dashboard-data-note { display: flex; align-items: center; gap: 7px; margin-top: 14px; padding: 7px 9px; color: #69758a; background: #f0f5fc; border: 1px solid #e0e8f4; border-radius: 8px; font-size: 8px; }
.dashboard-data-note span { padding: 2px 6px; color: var(--blue-700); background: #fff; border-radius: 999px; font-weight: 850; }
.dashboard-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 12px; }
.dashboard-stat { min-width: 0; display: flex; gap: 8px; padding: 11px; background: #fff; border: 1px solid #e8eef6; border-radius: 12px; box-shadow: 0 7px 18px rgba(32, 70, 132, .05); }
.stat-icon { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: var(--blue-700); background: #edf5ff; border-radius: 9px; font-size: 14px; }
.dashboard-stat:nth-child(2) .stat-icon { color: var(--green-500); background: #ebfaf3; }
.dashboard-stat:nth-child(3) .stat-icon { color: var(--purple-500); background: #f1efff; }
.dashboard-stat:nth-child(4) .stat-icon { color: var(--orange-500); background: #fff5e8; }
.dashboard-stat small, .dashboard-stat strong, .dashboard-stat em { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-stat small { color: var(--muted); font-size: 7px; }
.dashboard-stat strong { margin-top: 2px; color: var(--navy-950); font-size: 15px; line-height: 1.1; }
.dashboard-stat em { margin-top: 4px; color: #8d98aa; font-size: 6px; font-style: normal; }
.dashboard-content-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10px; margin-top: 11px; }
.dashboard-panel { min-width: 0; padding: 13px; background: #fff; border: 1px solid #e8eef6; border-radius: 14px; }
.panel-heading { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.panel-heading strong, .panel-heading span { display: block; }
.panel-heading strong { color: var(--navy-950); font-size: 10px; }
.panel-heading span { margin-top: 2px; color: var(--muted); font-size: 7px; }
.panel-heading button { padding: 5px 7px; color: var(--muted); background: #f8faff; border: 1px solid var(--line); border-radius: 7px; font-size: 7px; }
.chart-wrap { position: relative; height: 188px; margin-top: 10px; color: var(--blue-600); }
.chart-grid-lines { position: absolute; inset: 8px 0 22px; display: flex; flex-direction: column; justify-content: space-between; }
.chart-grid-lines i { height: 1px; background: #edf1f7; }
.chart-wrap svg { position: absolute; inset: 0 0 16px; width: 100%; height: calc(100% - 16px); overflow: visible; }
.chart-line { fill: none; stroke: currentColor; stroke-width: 4; vector-effect: non-scaling-stroke; }
.chart-points circle { fill: #fff; stroke: currentColor; stroke-width: 3; vector-effect: non-scaling-stroke; }
.chart-labels { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; color: #929caf; font-size: 6px; }
.task-list { display: grid; gap: 8px; margin-top: 12px; }
.task-row { display: grid; grid-template-columns: 24px 1fr 21px; gap: 7px; align-items: center; padding: 8px; background: #f8faff; border: 1px solid #edf1f7; border-radius: 9px; }
.task-row > span { width: 24px; height: 24px; display: grid; place-items: center; color: var(--blue-700); background: #eaf2ff; border-radius: 7px; font-size: 8px; font-weight: 900; }
.task-row p { margin: 0; color: #4c5870; font-size: 7px; line-height: 1.35; }
.task-row button { width: 21px; height: 21px; padding: 0; color: var(--blue-700); background: #fff; border: 1px solid var(--line); border-radius: 6px; font-size: 9px; }
.accent-green .chart-wrap { color: var(--green-500); }
.accent-purple .chart-wrap { color: var(--purple-500); }
.accent-orange .chart-wrap { color: var(--orange-500); }

.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.module-card { position: relative; min-height: 230px; overflow: hidden; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.module-card:hover { transform: translateY(-5px); border-color: #ccdcf1; box-shadow: var(--shadow-md); }
.module-card::after { content: ""; position: absolute; width: 110px; height: 110px; right: -45px; bottom: -45px; border-radius: 50%; background: var(--card-glow, rgba(74, 141, 255, .08)); }
.module-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 16px; color: var(--card-color, var(--blue-700)); background: var(--card-bg, #edf5ff); border-radius: 14px; font-size: 23px; }
.module-card h3 { margin: 0 0 7px; color: var(--navy-950); font-size: 18px; line-height: 1.25; }
.module-card p { margin: 0; color: var(--text-soft); font-size: 13px; }
.module-card ul { margin: 14px 0 0; padding: 0; list-style: none; }
.module-card li { position: relative; padding: 4px 0 4px 17px; color: #69758a; font-size: 11px; }
.module-card li::before { content: ""; position: absolute; left: 0; top: 11px; width: 6px; height: 6px; border-radius: 50%; background: var(--card-color, var(--blue-700)); }

.role-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin: 0 auto 22px; }
.role-tab { min-width: 98px; padding: 10px 17px; color: #647087; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 800; cursor: pointer; transition: .22s ease; }
.role-tab:hover, .role-tab.active { color: #fff; background: var(--navy-900); border-color: var(--navy-900); box-shadow: 0 9px 24px rgba(12, 36, 80, .18); }
.dashboard-section .dashboard-frame { max-width: 1110px; margin: auto; min-height: 590px; transform: none; animation: none; }
.dashboard-section .dashboard-main { padding: 25px; }
.dashboard-section .dashboard-sidebar { padding: 21px 14px; }
.dashboard-section .dashboard-topbar h3 { font-size: 22px; }
.dashboard-section .dashboard-stat strong { font-size: 18px; }
.dashboard-section .dashboard-content-grid { margin-top: 14px; }
.dashboard-section .chart-wrap { height: 218px; }

.ai-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ai-card { padding: 21px; color: #fff; background: linear-gradient(145deg, #102d61, #0b214b); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); box-shadow: 0 18px 40px rgba(4, 17, 44, .22); }
.ai-card:nth-child(2) { background: linear-gradient(145deg, #153967, #0b5366); }
.ai-card:nth-child(3) { background: linear-gradient(145deg, #3d2b76, #1d295c); }
.ai-card:nth-child(4) { background: linear-gradient(145deg, #6e3d1e, #3d2c49); }
.ai-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 15px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; font-size: 22px; }
.ai-card h3 { margin: 0 0 7px; font-size: 17px; }
.ai-card p { margin: 0; color: #cbd9f3; font-size: 12px; }
.ai-card small { display: inline-block; margin-top: 14px; padding: 4px 8px; color: #dfe9fc; background: rgba(255,255,255,.1); border-radius: 999px; font-size: 9px; font-weight: 800; }
.ai-note { display: flex; align-items: flex-start; gap: 10px; max-width: 850px; margin: 18px auto 0; padding: 13px 15px; color: #b9c9e6; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; font-size: 11px; }

.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.security-card, .integration-card { min-height: 420px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.security-card { position: relative; overflow: hidden; background: linear-gradient(145deg, #f0f6ff, #fbfdff); }
.security-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -80px; bottom: -110px; border-radius: 50%; background: rgba(50, 117, 239, .08); }
.security-card h2, .integration-card h2 { margin: 10px 0 10px; color: var(--navy-950); font-size: 29px; line-height: 1.18; letter-spacing: -.03em; }
.security-card > p, .integration-card > p { color: var(--text-soft); font-size: 13px; }
.security-list { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.security-list span { display: flex; align-items: center; gap: 8px; color: #4e5d75; font-size: 11px; font-weight: 700; }
.security-list span::before { content: "✓"; width: 21px; height: 21px; flex: 0 0 auto; display: grid; place-items: center; color: var(--blue-700); background: #fff; border: 1px solid #d7e4f5; border-radius: 50%; font-size: 10px; }
.shield-visual { position: absolute; right: 38px; bottom: 34px; z-index: 1; width: 128px; height: 148px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #5da7ff, #185bd1); clip-path: polygon(50% 0, 92% 17%, 86% 70%, 50% 100%, 14% 70%, 8% 17%); filter: drop-shadow(0 18px 20px rgba(27, 82, 170, .25)); font-size: 42px; }
.shield-visual::after { content: ""; width: 54px; height: 48px; border: 6px solid rgba(255,255,255,.88); border-top-width: 0; border-radius: 8px; }
.shield-visual::before { content: ""; position: absolute; width: 38px; height: 33px; top: 43px; border: 6px solid rgba(255,255,255,.88); border-bottom: 0; border-radius: 24px 24px 0 0; }
.integration-card { background: #fff; }
.integration-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 20px; }
.integration-item { display: flex; align-items: center; gap: 10px; min-height: 64px; padding: 12px; background: #f9fbff; border: 1px solid var(--line); border-radius: 13px; }
.integration-icon { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; color: var(--blue-700); background: #fff; border: 1px solid var(--line); border-radius: 11px; font-size: 18px; }
.integration-item:nth-child(2) .integration-icon { color: var(--green-500); }
.integration-item:nth-child(3) .integration-icon { color: var(--orange-500); }
.integration-item:nth-child(4) .integration-icon { color: var(--purple-500); }
.integration-item strong { display: block; color: var(--navy-950); font-size: 11px; }
.integration-item small { display: block; margin-top: 2px; color: var(--muted); font-size: 8px; }

.workflow-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; align-items: center; }
.workflow-steps { display: grid; gap: 10px; }
.workflow-step { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: center; padding: 17px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 8px 22px rgba(26, 69, 137, .05); }
.workflow-number { width: 52px; height: 52px; display: grid; place-items: center; color: var(--blue-700); background: var(--surface-blue); border-radius: 14px; font-size: 16px; font-weight: 900; }
.workflow-step h3 { margin: 0 0 3px; font-size: 15px; }
.workflow-step p { margin: 0; color: var(--muted); font-size: 11px; }

.feedback-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feedback-card { min-height: 210px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.feedback-mark { color: #9fb9e8; font-family: Georgia, serif; font-size: 44px; line-height: 1; }
.feedback-card p { margin: 2px 0 18px; color: #4f5d75; font-size: 13px; }
.feedback-card strong { display: block; color: var(--navy-950); font-size: 12px; }
.feedback-card small { color: var(--muted); font-size: 10px; }
.feedback-disclaimer { margin-top: 13px; color: var(--muted); text-align: center; font-size: 10px; }

.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.resource-card { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.resource-card span { color: var(--blue-700); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.resource-card h3 { margin: 8px 0 6px; font-size: 17px; }
.resource-card p { margin: 0 0 14px; color: var(--muted); font-size: 12px; }

.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 36px 40px; color: #fff; background: linear-gradient(135deg, #0d2c62, #1766da 65%, #3e8bfa); border-radius: 28px; box-shadow: 0 28px 65px rgba(19, 75, 162, .26); }
.cta-panel::before, .cta-panel::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.08); }
.cta-panel::before { width: 220px; height: 220px; left: -100px; top: -120px; }
.cta-panel::after { width: 260px; height: 260px; right: -90px; bottom: -170px; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { margin: 6px 0 7px; font-size: clamp(28px, 4vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.cta-panel p { max-width: 680px; margin: 0; color: #d8e7ff; font-size: 13px; }
.cta-actions { display: flex; gap: 10px; }
.cta-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; color: #c8dcff; font-size: 10px; font-weight: 700; }

.site-footer { padding: 52px 0 18px; color: #c7d5ed; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(3, 1fr); gap: 34px; }
.brand-light .brand-logo { background: #fff; }
.brand-light .brand-text strong { color: #fff; }
.brand-light .brand-text small { color: #91a8d0; }
.footer-brand p { max-width: 420px; margin: 18px 0 10px; color: #9fb2d3; font-size: 12px; }
.footer-email { color: #8ebcff; font-size: 12px; font-weight: 800; }
.footer-column h3 { margin: 0 0 12px; color: #fff; font-size: 13px; }
.footer-column a, .footer-column span { display: block; padding: 4px 0; color: #aebfdd; font-size: 11px; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.11); }
.footer-bottom span { color: #8ca1c4; font-size: 9px; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .72s ease var(--reveal-delay, 0ms), transform .72s cubic-bezier(.22,.61,.36,1) var(--reveal-delay, 0ms); }
[data-reveal].revealed { opacity: 1; transform: none; }
@keyframes dashboardFloat { 0%, 100% { transform: perspective(1500px) rotateY(-1deg) translateY(0); } 50% { transform: perspective(1500px) rotateY(-.5deg) translateY(-7px); } }

@media (max-width: 1080px) {
  :root { --header-height: 70px; }
  .primary-nav { position: fixed; inset: var(--header-height) 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 20px 22px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(12, 36, 80, .12); }
  .primary-nav.open { display: flex; }
  .nav-link { padding: 13px 4px; border-bottom: 1px solid #edf1f7; }
  .nav-link::after { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-actions .button-ghost { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-copy { max-width: 760px; text-align: center; margin: auto; }
  .hero h1, .hero-description { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-benefits { justify-content: center; }
  .hero-visual { max-width: 930px; margin: auto; }
  .dashboard-frame { transform: none; animation: none; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .ai-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .section { padding: 62px 0; }
  .scope-grid { grid-template-columns: repeat(2, 1fr); }
  .scope-item:nth-child(2) { border-right: 0; }
  .scope-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .security-grid { grid-template-columns: 1fr; }
  .feedback-grid, .resource-grid { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; padding: 32px; }
  .cta-actions { justify-content: flex-start; }
  .dashboard-frame { grid-template-columns: 88px 1fr; min-height: 510px; }
  .dashboard-sidebar { padding: 15px 9px; }
  .dash-brand span, .dash-nav-item span { display: none; }
  .dash-brand { justify-content: center; }
  .dash-nav-item { justify-content: center; }
  .dashboard-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .dashboard-content-grid { grid-template-columns: 1fr; }
  .task-panel { display: none; }
  .chart-wrap { height: 176px; }
  .dashboard-section .dashboard-frame { min-height: 555px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-column:last-child { grid-column: auto; }
}

@media (max-width: 600px) {
  .container { width: min(var(--container), calc(100% - 24px)); }
  .section { padding: 50px 0; }
  .section-tight { padding: 42px 0; }
  .brand-logo { width: 42px; height: 42px; }
  .brand-logo img { width: 38px; height: 38px; }
  .brand-text strong { font-size: 14px; }
  .brand-text small { display: none; }
  .nav-actions .button-primary { display: none; }
  .hero { padding: 42px 0 28px; }
  .hero h1 { font-size: clamp(39px, 13vw, 54px); }
  .hero-subtitle { font-size: 18px; }
  .hero-description { font-size: 14px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; text-align: left; }
  .scope-item { justify-content: flex-start; min-height: 78px; padding: 14px; }
  .scope-icon { width: 38px; height: 38px; }
  .scope-item strong { font-size: 13px; }
  .scope-item span { font-size: 9px; }
  .module-grid, .ai-grid { grid-template-columns: 1fr; }
  .module-card { min-height: auto; }
  .section-heading { margin-bottom: 24px; }
  .section-heading h2 { font-size: 32px; }
  .role-tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .role-tab { min-width: 0; }
  .dashboard-frame { grid-template-columns: 58px 1fr; min-height: 500px; border-radius: 18px; }
  .dashboard-sidebar { padding: 10px 5px; }
  .dash-brand img { width: 31px; height: 31px; }
  .dash-nav-item { padding: 9px 5px; }
  .demo-label { display: none; }
  .dashboard-main { padding: 11px; }
  .dashboard-topbar h3 { font-size: 15px; }
  .dashboard-topbar p, .dashboard-kicker { display: none; }
  .dashboard-actions button { display: none; }
  .dashboard-data-note { font-size: 6px; }
  .dashboard-data-note span { display: none; }
  .dashboard-stat-grid { gap: 6px; margin-top: 8px; }
  .dashboard-stat { gap: 5px; padding: 8px; }
  .stat-icon { width: 23px; height: 23px; font-size: 11px; }
  .dashboard-stat small { font-size: 6px; }
  .dashboard-stat strong { font-size: 12px; }
  .dashboard-stat em { display: none; }
  .dashboard-panel { padding: 9px; }
  .chart-wrap { height: 155px; }
  .dashboard-section .dashboard-frame { min-height: 485px; }
  .dashboard-section .dashboard-main { padding: 12px; }
  .dashboard-section .dashboard-stat strong { font-size: 12px; }
  .security-card, .integration-card { min-height: auto; padding: 22px; }
  .security-list { grid-template-columns: 1fr; }
  .shield-visual { position: relative; right: auto; bottom: auto; width: 96px; height: 112px; margin: 24px auto 0; }
  .integration-grid { grid-template-columns: 1fr; }
  .workflow-step { grid-template-columns: 44px 1fr; padding: 14px; }
  .workflow-number { width: 44px; height: 44px; }
  .cta-panel { padding: 26px 22px; text-align: center; }
  .cta-actions { display: grid; }
  .cta-meta { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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