:root {
  color-scheme: light;
  --bg: #ffffff;
  --text: #07111f;
  --muted: #627083;
  --faint: #eef3f6;
  --line: #dbe4ea;
  --line-strong: #b9c8d2;
  --surface: rgba(255, 255, 255, 0.88);
  --soft: #f6faf8;
  --green: #2f7df6;
  --green-2: #1f64d8;
  --blue-2: #1f64d8;
  --coral: #e46f56;
  --green-soft: #edf5ff;
  --cyan: #7aa7ff;
  --charcoal: #101b26;
  --shadow: 0 22px 60px rgba(14, 29, 44, 0.12);
  --deep-shadow: 0 36px 90px rgba(9, 22, 33, 0.18);
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Microsoft YaHei", sans-serif;
}

[hidden] {
  display: none !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(47, 125, 246, 0.035) 1px, transparent 1px) 0 0 / 96px 96px,
    linear-gradient(180deg, rgba(47, 125, 246, 0.025) 1px, transparent 1px) 0 0 / 96px 96px,
    var(--bg);
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.cn-line {
  display: block;
}

.desktop-line {
  display: block;
  white-space: nowrap;
}

.mobile-line {
  display: none;
}

.fde-hero h1 .cn-line,
.fde-page-copy h1 .cn-line {
  white-space: nowrap;
}

.cn-keep {
  white-space: nowrap;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  min-height: 74px;
  padding: 0 clamp(22px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(219, 228, 234, 0.72);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}

.brand-symbol,
.footer-brand img {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 8px;
}

.brand-symbol img,
.footer-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-text,
.footer-brand span {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-text b,
.footer-brand b {
  font-size: 18px;
  font-weight: 900;
}

.brand-text small,
.footer-brand small {
  color: #4d5a68;
  font-size: 12px;
  font-weight: 800;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 34px);
  color: #142232;
  font-size: 14px;
  font-weight: 750;
}

.desktop-nav a {
  position: relative;
  padding: 8px 0;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--green);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.login-button,
.header-cta,
.primary-button,
.secondary-button,
.price-card button,
.workspace-main button,
.ai-suggestion button,
.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  font-weight: 850;
  border-radius: 6px;
  border: 1px solid transparent;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
  white-space: nowrap;
}

.header-cta,
.primary-button,
.price-card button,
.ai-suggestion button,
.download-button {
  color: #fff;
  background: linear-gradient(180deg, #3b8cff 0%, #1d66e5 100%);
  border-color: #1d66e5;
  box-shadow: 0 12px 28px rgba(0, 123, 60, 0.18);
}

.login-button,
.secondary-button {
  color: #122031;
  background: rgba(255, 255, 255, 0.88);
  border-color: #b8c9d5;
}

.primary-button,
.secondary-button {
  min-height: 52px;
  padding: 0 26px;
}

.header-cta:hover,
.primary-button:hover,
.price-card button:hover,
.ai-suggestion button:hover,
.download-button:hover {
  background: linear-gradient(180deg, #62a1ff 0%, #1f64d8 100%);
  transform: translateY(-2px);
}

.login-button:hover,
.secondary-button:hover {
  border-color: var(--green);
  transform: translateY(-2px);
}

.section-band {
  border-bottom: 1px solid var(--line);
}

section[id] {
  scroll-margin-top: 90px;
}

.motion-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.22fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
  min-height: calc(100vh - 74px);
  padding: clamp(54px, 8vh, 92px) clamp(24px, 4vw, 58px) 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 30%, rgba(47, 125, 246, 0.14), transparent 34%),
    linear-gradient(115deg, #ffffff 0%, #f9fcfb 48%, #eef6f3 100%);
  isolation: isolate;
}

.hero-grid-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(91, 112, 131, 0.13) 1px, transparent 1px) 0 0 / 76px 76px,
    linear-gradient(180deg, rgba(91, 112, 131, 0.1) 1px, transparent 1px) 0 0 / 76px 76px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 94%, transparent 100%);
}

.motion-hero::after {
  position: absolute;
  right: -10%;
  bottom: -18%;
  z-index: -1;
  width: 58%;
  height: 52%;
  background: radial-gradient(circle, rgba(47, 125, 246, 0.18), transparent 62%);
  content: "";
  filter: blur(10px);
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero h1 {
  max-width: 630px;
  margin: 0;
  font-size: clamp(48px, 5.4vw, 84px);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 560px;
  margin: 26px 0 0;
  color: #354254;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.85;
}

.hero-actions,
.product-actions,
.home-final-actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: clamp(14px, 1.8vw, 24px);
  margin: 48px 0 0;
}

.hero-stats div {
  min-width: 0;
}

.hero-stats dt {
  color: var(--green);
  font-size: clamp(21px, 1.9vw, 29px);
  font-weight: 920;
  line-height: 1;
  white-space: nowrap;
}

.hero-stats dd {
  margin: 8px 0 0;
  color: #596779;
  font-size: 13px;
  font-weight: 750;
}

.command-hero {
  position: relative;
  min-height: 610px;
  transform-style: preserve-3d;
  transition: transform 80ms linear;
  isolation: isolate;
}

.command-orbit {
  position: absolute;
  inset: 9% 3% 4% 4%;
  z-index: -1;
  border: 1px solid rgba(47, 125, 246, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.72) 56%, rgba(8, 26, 34, 0.22) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.82)),
    linear-gradient(90deg, rgba(47, 125, 246, 0.12) 1px, transparent 1px) 0 0 / 54px 54px,
    linear-gradient(180deg, rgba(47, 125, 246, 0.1) 1px, transparent 1px) 0 0 / 54px 54px;
  box-shadow: var(--deep-shadow);
  transform: perspective(920px) rotateX(58deg) rotateZ(-1deg);
}

.command-sidebar,
.workflow-panel,
.run-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(206, 221, 228, 0.84);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.command-sidebar {
  top: 68px;
  left: 0;
  z-index: 4;
  display: grid;
  gap: 11px;
  width: 172px;
  padding: 18px;
}

.command-sidebar img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.command-sidebar strong {
  font-size: 14px;
}

.sidebar-tab {
  min-height: 34px;
  padding: 8px 10px;
  color: #5c6877;
  font-size: 13px;
  font-weight: 780;
  border-radius: 6px;
}

.sidebar-tab.active {
  color: var(--green-2);
  background: rgba(47, 125, 246, 0.1);
}

.workflow-panel {
  top: 58px;
  right: 64px;
  z-index: 2;
  width: min(680px, 88%);
  height: 410px;
  overflow: hidden;
}

.workflow-panel::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(52, 76, 92, 0.08) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, rgba(52, 76, 92, 0.08) 1px, transparent 1px) 0 0 / 42px 42px;
  content: "";
}

.agent-core {
  position: absolute;
  top: 144px;
  left: 50%;
  z-index: 4;
  display: grid;
  width: 132px;
  min-height: 116px;
  padding: 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(47, 125, 246, 0.5);
  border-radius: 8px;
  box-shadow:
    0 0 0 7px rgba(47, 125, 246, 0.08),
    0 24px 46px rgba(0, 106, 52, 0.18);
  place-items: center;
  transform: translateX(-50%);
  animation: corePulse 2.7s ease-in-out infinite;
}

.agent-core img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.agent-core b {
  margin-top: 8px;
  font-size: 14px;
}

.agent-core small {
  color: var(--muted);
  font-size: 11px;
}

.workflow-node {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 126px;
  min-height: 58px;
  padding: 14px 16px;
  color: #233244;
  font-size: 14px;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #d4e2e8;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(10, 27, 40, 0.1);
  animation: nodeFloat 4.8s ease-in-out infinite;
  animation-delay: var(--delay);
  place-items: center;
}

.input-one {
  top: 82px;
  left: 82px;
}

.input-two {
  top: 82px;
  right: 82px;
}

.output-one {
  right: 112px;
  bottom: 72px;
}

.output-two {
  left: 112px;
  bottom: 72px;
}

.flow-line {
  position: absolute;
  z-index: 2;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(47, 125, 246, 0.85), transparent);
  transform-origin: left center;
  animation: flowGlow 2.6s ease-in-out infinite;
}

.line-a {
  top: 160px;
  left: 208px;
  width: 190px;
  transform: rotate(18deg);
}

.line-b {
  top: 160px;
  right: 208px;
  width: 190px;
  transform: rotate(162deg);
}

.line-c {
  bottom: 132px;
  left: 218px;
  width: 200px;
  transform: rotate(-18deg);
}

.line-d {
  right: 218px;
  bottom: 132px;
  width: 200px;
  transform: rotate(198deg);
}

.run-card {
  right: 0;
  bottom: 84px;
  z-index: 8;
  width: 218px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(186, 207, 217, 0.96);
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green-2);
  font-size: 12px;
  font-weight: 880;
}

.live-dot::before {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 5px rgba(47, 125, 246, 0.12);
}

.run-card h3 {
  margin: 16px 0 12px;
  font-size: 15px;
}

.run-card p {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 12px 0;
  color: var(--muted);
  font-size: 12px;
}

.run-card b {
  color: var(--text);
  font-size: 16px;
}

.trend-line {
  position: relative;
  height: 72px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(47, 125, 246, 0.06) 1px, transparent 1px) 0 0 / 24px 24px,
    linear-gradient(180deg, rgba(47, 125, 246, 0.06) 1px, transparent 1px) 0 0 / 24px 24px;
}

.trend-line span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  height: 42px;
  border-right: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: skewY(-18deg);
  animation: trendRise 2.8s ease-in-out infinite alternate;
}

.motion-rail {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  min-height: 58px;
  margin-top: 24px;
  overflow: hidden;
  background: rgba(197, 216, 226, 0.72);
  border: 1px solid rgba(197, 216, 226, 0.88);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(11, 34, 48, 0.08);
}

.motion-rail span {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 18px;
  color: #2e4154;
  font-size: 13px;
  font-weight: 820;
  background: rgba(255, 255, 255, 0.78);
}

.service-process,
.product-showcase,
.pricing-preview,
.pricing,
.lead-section,
.page-hero,
.sub-hero,
.detail-section,
.download-center,
.product-overview,
.product-demo-section,
.feedback-section {
  padding: clamp(58px, 7vw, 96px) clamp(24px, 4vw, 58px);
}

.service-process {
  position: relative;
  background: rgba(255, 255, 255, 0.74);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.product-copy h2,
.security-copy h2,
.lead-copy h2,
.page-hero h1,
.home-entry-title h2,
.agent-copy h2,
.section-title h2,
.product-overview-copy h2,
.product-demo-copy h2 {
  margin: 0;
  font-size: clamp(34px, 3.8vw, 56px);
  font-weight: 930;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-heading p,
.product-copy p,
.security-copy p,
.lead-copy p,
.page-hero p,
.home-entry-title p,
.agent-copy p,
.section-title p,
.product-overview-copy p,
.product-demo-copy p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.process-line {
  position: relative;
  max-width: 1180px;
  height: 2px;
  margin: 0 auto -26px;
  background: #d7e5dd;
}

.process-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--cyan));
  transform: scaleX(0);
  transform-origin: left center;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  max-width: 1240px;
  margin: 0 auto;
}

.process-step {
  display: grid;
  justify-items: center;
  text-align: center;
}

.process-step span {
  display: grid;
  width: 48px;
  height: 48px;
  color: #fff;
  font-weight: 920;
  background: var(--green);
  border: 8px solid #eef9f3;
  border-radius: 50%;
  place-items: center;
}

.process-step h3 {
  margin: 20px 0 8px;
  font-size: 18px;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.52fr) minmax(560px, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
}

.green-line {
  color: var(--green) !important;
  font-weight: 880;
}

.product-copy ul,
.product-demo-copy ul {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.product-copy li,
.product-demo-copy li {
  position: relative;
  padding-left: 22px;
  color: #334457;
  line-height: 1.75;
}

.product-copy li::before,
.product-demo-copy li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  content: "";
}

.text-link {
  align-self: center;
  color: var(--green-2);
  font-weight: 850;
}

.workspace-card {
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr);
  min-height: 510px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid #d3e1e7;
  border-radius: 8px;
  box-shadow: var(--deep-shadow);
  backdrop-filter: blur(16px);
}

.workspace-nav {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px 16px;
  background: linear-gradient(180deg, #0f2a24 0%, #142233 100%);
  color: rgba(255, 255, 255, 0.72);
}

.workspace-nav img {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 8px;
}

.workspace-nav span {
  min-height: 38px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 820;
  border-radius: 6px;
}

.workspace-nav .active {
  color: #0a7c3e;
  background: #edf5ff;
}

.workspace-main {
  padding: 28px;
}

.workspace-main header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.workspace-main h3 {
  margin: 0;
  font-size: 22px;
}

.workspace-main button {
  min-height: 36px;
  color: #213041;
  background: #fff;
  border-color: var(--line);
  box-shadow: none;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.metric-strip article {
  min-height: 112px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.metric-strip span,
.metric-strip small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.metric-strip b {
  display: block;
  margin: 10px 0 8px;
  font-size: clamp(24px, 2.3vw, 34px);
}

.metric-strip small {
  color: var(--green);
}

.workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 16px;
  margin-top: 18px;
}

.customer-list {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 16px;
  color: #334457;
  font-size: 13px;
  border-top: 1px solid var(--line);
}

.table-row:first-child {
  border-top: 0;
}

.table-head {
  min-height: 44px;
  color: var(--muted);
  background: #f7fafc;
  font-weight: 850;
}

.table-row b {
  justify-self: end;
  color: var(--green-2);
  font-size: 12px;
  background: var(--green-soft);
  border-radius: 5px;
  padding: 5px 8px;
}

.ai-suggestion {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ai-suggestion h4 {
  margin: 0 0 12px;
  font-size: 16px;
}

.ai-suggestion p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.ai-suggestion button {
  width: 100%;
  min-height: 38px;
  font-size: 13px;
}

.pricing-preview {
  background: rgba(255, 255, 255, 0.82);
}

.sub-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 28%, rgba(47, 125, 246, 0.16), transparent 32%),
    linear-gradient(115deg, #ffffff 0%, #f9fcfb 54%, #eef6f3 100%);
}

.sub-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(91, 112, 131, 0.12) 1px, transparent 1px) 0 0 / 76px 76px,
    linear-gradient(180deg, rgba(91, 112, 131, 0.1) 1px, transparent 1px) 0 0 / 76px 76px;
  content: "";
  pointer-events: none;
}

.sub-hero-copy,
.mini-command-card,
.plan-matrix,
.download-status,
.safety-console,
.intake-console {
  position: relative;
  z-index: 1;
}

.sub-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: 0;
}

.sub-hero p {
  max-width: 650px;
  margin: 22px 0 0;
  color: #354254;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.85;
}

.mini-command-card,
.download-status,
.safety-console,
.intake-console,
.plan-matrix {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(206, 221, 228, 0.88);
  border-radius: 8px;
  box-shadow: var(--deep-shadow);
  backdrop-filter: blur(18px);
}

.compact-workspace {
  min-height: 430px;
  box-shadow: none;
  border: 0;
  background: transparent;
}

.plan-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(205, 220, 228, 0.9);
}

.plan-matrix div,
.intake-console div {
  min-height: 122px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.86);
}

.plan-matrix div.active {
  background: linear-gradient(180deg, #f4fcf7 0%, #ffffff 100%);
}

.plan-matrix span,
.intake-console span,
.download-status span,
.safety-console span {
  display: block;
  color: var(--green-2);
  font-size: 13px;
  font-weight: 920;
}

.plan-matrix b,
.intake-console b {
  display: block;
  margin-top: 10px;
  font-size: 24px;
}

.download-status,
.safety-console {
  min-height: 300px;
  padding: 30px;
}

.download-status img {
  width: 62px;
  height: 62px;
  border-radius: 8px;
}

.download-status strong,
.safety-console strong {
  display: block;
  margin-top: 20px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
}

.safety-console {
  color: #fff;
  background:
    radial-gradient(circle at 82% 24%, rgba(0, 226, 151, 0.32), transparent 32%),
    linear-gradient(135deg, #07131d 0%, #102334 62%, #071b17 100%);
}

.safety-console p {
  color: rgba(255, 255, 255, 0.76);
}

.intake-console {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(205, 220, 228, 0.9);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.price-card {
  position: relative;
  min-height: 286px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(12, 28, 42, 0.06);
}

.price-card.featured {
  border-color: rgba(47, 125, 246, 0.72);
  box-shadow: 0 24px 60px rgba(0, 111, 54, 0.13);
}

.price-card > span {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--green-2);
  font-size: 12px;
  font-weight: 920;
}

.price-card h3 {
  margin: 0 0 18px;
  font-size: 21px;
}

.price-card strong {
  display: block;
  font-size: 31px;
  line-height: 1;
}

.price-card small {
  color: var(--muted);
  font-size: 13px;
}

.price-card p {
  min-height: 76px;
  margin: 20px 0 24px;
  color: var(--muted);
  line-height: 1.75;
}

.price-card button {
  width: 100%;
  box-shadow: none;
}

.price-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  color: #fff;
  font-weight: 850;
  background: linear-gradient(180deg, #3b8cff 0%, #1d66e5 100%);
  border: 1px solid #1d66e5;
  border-radius: 6px;
}

.security-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  padding: clamp(48px, 6vw, 76px) clamp(24px, 4vw, 58px);
  color: #fff;
  background:
    radial-gradient(circle at 78% 46%, rgba(0, 226, 151, 0.34), transparent 28%),
    linear-gradient(135deg, #07131d 0%, #102334 62%, #071b17 100%);
}

.security-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.security-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.security-items article {
  min-height: 124px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.security-items h3 {
  margin: 0 0 10px;
  font-size: 17px;
}

.security-items p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.7;
}

.lead-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(460px, 1fr);
  gap: 42px;
  align-items: start;
  padding: clamp(54px, 7vw, 88px) clamp(24px, 4vw, 58px);
  background: #fff;
}

.lead-form,
.feedback-form,
.apply-form {
  display: grid;
  gap: 16px;
}

.lead-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 28px;
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.lead-form label,
.feedback-form label,
.apply-form label {
  display: grid;
  gap: 8px;
  color: #334457;
  font-size: 13px;
  font-weight: 850;
}

.lead-form .wide {
  grid-column: 1 / 3;
}

.lead-form input,
.lead-form textarea,
.feedback-form input,
.feedback-form select,
.feedback-form textarea,
.apply-form input,
.apply-form select {
  width: 100%;
  color: var(--text);
  background: #fff;
  border: 1px solid #cfdbe3;
  border-radius: 6px;
}

.lead-form input,
.feedback-form input,
.feedback-form select,
.apply-form input,
.apply-form select {
  height: 46px;
  padding: 0 13px;
}

.lead-form textarea,
.feedback-form textarea {
  min-height: 86px;
  padding: 12px 13px;
  line-height: 1.7;
  resize: vertical;
}

.lead-form button {
  align-self: end;
  min-height: 46px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  padding: 28px clamp(24px, 4vw, 58px);
  color: #5a6878;
  font-size: 13px;
  background: #f8fbfa;
  border-top: 1px solid var(--line);
}

.footer-brand {
  margin-right: auto;
  color: var(--text);
}

.apply-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.apply-modal.open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 19, 29, 0.46);
  backdrop-filter: blur(12px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--deep-shadow);
}

.modal-panel h2 {
  margin: 0;
  font-size: 30px;
}

.modal-panel p {
  margin: 12px 0 22px;
  color: var(--muted);
  line-height: 1.75;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  background: #f4f7f9;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.modal-close::before,
.modal-close::after {
  position: absolute;
  top: 16px;
  left: 9px;
  width: 16px;
  height: 2px;
  background: #526172;
  content: "";
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 420ms ease,
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes corePulse {
  0%,
  100% {
    box-shadow:
      0 0 0 7px rgba(47, 125, 246, 0.08),
      0 24px 46px rgba(0, 106, 52, 0.18);
  }
  50% {
    box-shadow:
      0 0 0 16px rgba(47, 125, 246, 0.04),
      0 34px 62px rgba(0, 106, 52, 0.24);
  }
}

@keyframes nodeFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes flowGlow {
  0%,
  100% {
    opacity: 0.25;
    filter: blur(0);
  }
  50% {
    opacity: 1;
    filter: blur(1px);
  }
}

@keyframes trendRise {
  from {
    transform: translateY(10px) skewY(-18deg);
  }
  to {
    transform: translateY(-4px) skewY(-18deg);
  }
}

/* Shared subpage surfaces */
.page-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
}

.page-hero h1 {
  max-width: 920px;
}

.page-hero p {
  max-width: 760px;
}

.detail-grid,
.entry-grid,
.agent-grid,
.feature-grid,
.step-track,
.support-grid,
.account-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.detail-grid.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-card,
.entry-card,
.agent-card,
.feature-block,
.step-card,
.support-item,
.account-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(12, 28, 42, 0.05);
}

.detail-card h2,
.detail-card h3,
.entry-card h3,
.agent-card h3,
.feature-block h3,
.step-card h3,
.support-item h3,
.account-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.detail-card p,
.detail-card li,
.entry-card p,
.agent-card p,
.feature-block p,
.step-card p,
.support-item p,
.account-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.entry-card a,
.detail-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  margin-top: 18px;
  color: var(--green-2);
  font-size: 13px;
  font-weight: 850;
  background: var(--green-soft);
  border: 1px solid #c8ead6;
  border-radius: 6px;
}

.product-demo-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 40px;
  align-items: center;
}

.product-demo-section.reverse {
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
}

.product-demo-section.reverse .product-demo-copy {
  grid-column: 2;
}

.product-demo-section.reverse .product-shot {
  grid-column: 1;
  grid-row: 1;
}

.product-shot {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-shot img {
  display: block;
  width: 100%;
}

.download-layout,
.feedback-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(340px, 1.05fr);
  gap: 22px;
}

.download-primary-card,
.download-row-card,
.feedback-form,
.feedback-aside article {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(12, 28, 42, 0.05);
}

.download-side-list,
.feedback-aside {
  display: grid;
  gap: 16px;
}

.download-system {
  color: var(--green-2);
  font-size: 13px;
  font-weight: 900;
}

.download-button:disabled {
  color: #677586;
  background: #eef3f6;
  border-color: #eef3f6;
  box-shadow: none;
  cursor: not-allowed;
}

.feedback-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.feedback-form textarea {
  min-height: 150px;
}

.privacy-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.privacy-card {
  display: grid;
  gap: 12px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(12, 28, 42, 0.05);
}

.privacy-card h2 {
  margin: 0;
  font-size: 22px;
}

.privacy-card p {
  margin: 0;
  color: #3f4d5e;
  line-height: 1.85;
}

.admin-body {
  min-height: 100vh;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(69, 116, 204, 0.09), transparent 34%),
    linear-gradient(315deg, rgba(235, 112, 87, 0.08), transparent 34%),
    #f6f8fb;
}

.admin-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 54px;
}

.admin-login {
  display: grid;
  gap: 22px;
  max-width: 420px;
  margin: 12vh auto 0;
  padding: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.admin-brand,
.admin-topbar,
.admin-actions,
.admin-metrics,
.admin-grid,
.admin-table div,
.admin-lead-list article header,
.admin-lead-list dl {
  display: flex;
}

.admin-brand {
  align-items: center;
  gap: 12px;
}

.admin-brand img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
}

.admin-brand span {
  display: grid;
  gap: 3px;
}

.admin-brand b {
  font-size: 16px;
}

.admin-brand small,
.admin-panel header span,
.admin-empty,
.admin-login-form p {
  color: var(--muted);
}

.admin-login-form,
.admin-login-form label {
  display: grid;
  gap: 12px;
}

.admin-login-form input {
  min-height: 44px;
  padding: 0 13px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-dashboard {
  display: grid;
  gap: 18px;
}

.admin-topbar {
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
}

.admin-actions {
  flex-wrap: wrap;
  gap: 10px;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.admin-metrics article,
.admin-panel {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(12, 28, 42, 0.05);
}

.admin-metrics article {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.admin-metrics span,
.admin-metrics small {
  color: var(--muted);
  font-size: 13px;
}

.admin-metrics b {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  color: var(--blue-2);
}

.admin-metrics.compact b {
  font-size: 28px;
  color: var(--coral);
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.admin-panel {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.admin-panel header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.admin-panel h2 {
  margin: 0;
  font-size: 18px;
}

.admin-table {
  display: grid;
  gap: 8px;
}

.admin-table div {
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.admin-table div:last-child {
  border-bottom: 0;
}

.admin-table span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.admin-table span:last-child {
  flex: 0 0 auto;
  color: var(--blue-2);
  font-weight: 900;
}

.admin-lead-list {
  display: grid;
  gap: 12px;
}

.admin-lead-list article {
  display: grid;
  gap: 12px;
  padding: 16px;
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-lead-list article header {
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.admin-lead-list article header span,
.admin-lead-list dt {
  color: var(--muted);
  font-size: 12px;
}

.admin-lead-list p {
  margin: 0;
  color: #3f4d5e;
  line-height: 1.7;
}

.admin-lead-list dl {
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
}

.admin-lead-list dl div {
  display: grid;
  gap: 2px;
}

.admin-lead-list dd {
  margin: 0;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: start;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .desktop-nav {
    justify-content: start;
    flex-wrap: wrap;
  }

  .header-actions {
    justify-content: start;
  }

  .motion-hero,
  .product-showcase,
  .security-band,
  .lead-section {
    grid-template-columns: 1fr;
  }

  .command-hero {
    min-height: 560px;
  }

  .process-steps,
  .pricing-grid,
  .security-items,
  .detail-grid,
  .entry-grid,
  .agent-grid,
  .feature-grid,
  .step-track,
  .support-grid,
  .account-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: auto;
  }

  .desktop-nav {
    gap: 12px 18px;
    font-size: 13px;
  }

  .header-actions {
    width: 100%;
  }

  .header-actions button {
    flex: 1;
  }

  .motion-hero {
    padding-top: 38px;
  }

  .hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .hero-stats,
  .motion-rail,
  .metric-strip,
  .workspace-grid,
  .lead-form,
  .download-layout,
  .feedback-section,
  .feedback-grid,
  .privacy-section,
  .admin-metrics,
  .admin-grid,
  .process-steps,
  .pricing-grid,
  .security-items,
  .detail-grid,
  .entry-grid,
  .agent-grid,
  .feature-grid,
  .step-track,
  .support-grid,
  .account-steps {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    grid-template-columns: repeat(2, max-content);
  }

  .command-hero {
    min-height: 520px;
    margin-right: -12px;
    margin-left: -12px;
    transform: none !important;
  }

  .command-sidebar {
    top: 20px;
    left: 14px;
    width: 136px;
    padding: 14px;
  }

  .workflow-panel {
    top: 90px;
    right: 12px;
    width: calc(100% - 24px);
    height: 330px;
  }

  .run-card {
    right: 20px;
    bottom: 8px;
    width: 200px;
  }

  .workflow-node {
    min-width: 106px;
    font-size: 12px;
  }

  .input-one {
    left: 24px;
  }

  .input-two {
    right: 24px;
  }

  .output-one {
    right: 34px;
  }

  .output-two {
    left: 34px;
  }

  .flow-line {
    display: none;
  }

  .workspace-card {
    grid-template-columns: 1fr;
  }

  .workspace-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .workspace-nav img {
    grid-column: 1 / -1;
  }

  .table-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 14px;
  }

  .lead-form .wide {
    grid-column: auto;
  }

  .product-demo-section,
  .product-demo-section.reverse {
    grid-template-columns: 1fr;
  }

  .product-demo-section.reverse .product-demo-copy,
  .product-demo-section.reverse .product-shot {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* 61X AI Agent Studio enterprise homepage refresh */
.enterprise-home .brand-text {
  min-width: 0;
}

.enterprise-home .brand-text b,
.enterprise-home .footer-brand b {
  font-size: 17px;
}

.enterprise-home .brand-text small,
.enterprise-home .footer-brand small {
  color: #d8e6fb;
}

.eyebrow {
  margin: 0 0 18px;
  color: #8fb8ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #2f7df6;
}

.enterprise-hero {
  grid-template-columns: minmax(420px, 0.78fr) minmax(600px, 1.12fr);
}

.enterprise-hero h1 {
  max-width: 720px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.hero-proof article {
  min-width: 0;
  padding: 16px;
  background: rgba(12, 25, 45, 0.68);
  border: 1px solid rgba(128, 162, 216, 0.18);
  border-radius: 10px;
}

.hero-proof b {
  display: block;
  color: #edf5ff;
  font-size: 14px;
}

.hero-proof span {
  display: block;
  margin-top: 8px;
  color: #93a7c3;
  font-size: 12px;
  line-height: 1.65;
}

.implementation-theater {
  align-self: stretch;
}

.implementation-board {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.1fr) minmax(0, 0.95fr);
  overflow: hidden;
  border: 1px solid rgba(122, 159, 214, 0.18);
  border-radius: 0 0 10px 10px;
  background: rgba(5, 13, 25, 0.52);
}

.board-column {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid rgba(122, 159, 214, 0.16);
}

.board-column:last-child {
  border-right: 0;
}

.board-column header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #e9f2ff;
  font-size: 14px;
  font-weight: 900;
}

.board-column header b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #88b6ff;
  background: rgba(47, 125, 246, 0.16);
  border: 1px solid rgba(47, 125, 246, 0.3);
  border-radius: 7px;
}

.signal-list {
  display: grid;
  gap: 10px;
}

.signal-list article {
  display: grid;
  gap: 6px;
  min-height: 82px;
  padding: 13px;
  background: rgba(15, 29, 50, 0.82);
  border: 1px solid rgba(120, 150, 196, 0.14);
  border-radius: 8px;
}

.signal-list article.active {
  background: rgba(34, 91, 180, 0.28);
  border-color: rgba(63, 139, 255, 0.72);
}

.signal-list strong {
  color: #e6efff;
  font-size: 13px;
}

.signal-list span {
  color: #8496b1;
  font-size: 12px;
  line-height: 1.55;
}

.board-core {
  position: relative;
}

.board-core::before,
.board-core::after {
  position: absolute;
  top: 178px;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #4f93ff);
  content: "";
}

.board-core::before {
  left: -20px;
}

.board-core::after {
  right: -20px;
  transform: scaleX(-1);
}

.resource-section,
.training-section {
  color: #07111f;
  background: #f8fbff;
  padding: 72px clamp(24px, 4vw, 58px);
}

.resource-grid,
.training-grid {
  display: grid;
  gap: 16px;
  max-width: 1180px;
  margin: 36px auto 0;
}

.resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.training-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.55fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.training-copy h2 {
  margin: 0;
  color: #07111f;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
}

.training-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  color: #66768b;
  font-size: 17px;
  line-height: 1.8;
}

.training-grid {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.resource-grid article,
.training-grid article {
  min-height: 168px;
  padding: 24px;
  background: #fff;
  border: 1px solid #dde7f2;
  border-radius: 14px;
  box-shadow: 0 22px 60px rgba(24, 51, 88, 0.08);
}

.resource-grid span {
  color: #2f7df6;
  font-size: 12px;
  font-weight: 950;
}

.resource-grid h3,
.training-grid h3 {
  margin: 14px 0 10px;
  color: #07111f;
  font-size: 20px;
}

.resource-grid p,
.training-grid p {
  margin: 0;
  color: #66768b;
  line-height: 1.75;
}

.resource-grid a {
  display: inline-flex;
  margin-top: 18px;
  color: #2f7df6;
  font-weight: 900;
}

.enterprise-home .lead-copy {
  max-width: 520px;
}

.enterprise-home .site-footer a {
  color: #405269;
}

.enterprise-home .modal-panel h2,
.enterprise-home .modal-panel p,
.enterprise-home .apply-form label {
  color: #07111f;
}

@media (max-width: 1120px) {
  .enterprise-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .hero-proof,
  .implementation-board,
  .resource-grid,
  .training-section {
    grid-template-columns: 1fr;
  }

  .board-column {
    border-right: 0;
    border-bottom: 1px solid rgba(122, 159, 214, 0.16);
  }

  .board-column:last-child {
    border-bottom: 0;
  }

  .board-core::before,
  .board-core::after {
    display: none;
  }
}

/* C direction homepage: blue-black product demo front door. */
:root {
  --green: #2f7df6;
  --green-2: #1f64d8;
  --green-soft: #edf5ff;
  --cyan: #7aa7ff;
}

body.home-c {
  color: #f7f9ff;
  background: #06101f;
}

.home-c .site-header {
  background: rgba(5, 12, 24, 0.84);
  border-bottom-color: rgba(112, 145, 190, 0.2);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.home-c .brand-text b,
.home-c .desktop-nav,
.home-c .brand-text small {
  color: #f8fbff;
}

.home-c .brand-symbol {
  box-shadow: 0 12px 30px rgba(25, 118, 255, 0.22);
}

.home-c .desktop-nav a::after {
  background: #2f7df6;
  box-shadow: 0 0 18px rgba(47, 125, 246, 0.55);
}

.home-c .login-button,
.home-c .secondary-button {
  color: #eff6ff;
  background: rgba(8, 16, 31, 0.82);
  border-color: rgba(139, 164, 204, 0.36);
}

.home-c .header-cta,
.home-c .primary-button,
.home-c .download-button,
.home-c .price-card button {
  color: #fff;
  background: linear-gradient(180deg, #3b8cff 0%, #1d66e5 100%);
  border-color: rgba(105, 163, 255, 0.52);
  box-shadow: 0 18px 42px rgba(25, 103, 233, 0.28);
}

.home-c .header-cta:hover,
.home-c .primary-button:hover,
.home-c .download-button:hover,
.home-c .price-card button:hover {
  background: linear-gradient(180deg, #62a1ff 0%, #2d73ee 100%);
}

.c-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(460px, 0.72fr) minmax(620px, 1.18fr);
  gap: clamp(30px, 3.8vw, 58px);
  align-items: start;
  min-height: auto;
  padding: clamp(64px, 8vh, 92px) clamp(24px, 4vw, 58px) 42px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(14, 33, 64, 0.88) 0%, rgba(6, 13, 26, 0.98) 42%, #06101f 100%),
    #06101f;
}

.c-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(110, 151, 216, 0.08) 1px, transparent 1px) 0 0 / 112px 112px,
    linear-gradient(180deg, rgba(110, 151, 216, 0.06) 1px, transparent 1px) 0 0 / 112px 112px;
  content: "";
  opacity: 0.42;
  mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
}

.c-hero-copy,
.c-product-theater {
  position: relative;
  z-index: 1;
}

.c-hero h1 {
  max-width: 620px;
  margin: 0;
  color: #f8fbff;
  font-size: clamp(58px, 5.35vw, 78px);
  font-weight: 950;
  line-height: 1.03;
  letter-spacing: 0;
}

.c-hero .hero-subtitle {
  max-width: 560px;
  margin: 28px 0 0;
  color: #aebbd1;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.75;
}

.c-hero .hero-actions {
  margin-top: 34px;
}

.c-hero .secondary-button {
  min-width: 154px;
}

.c-hero .hero-stats {
  grid-template-columns: repeat(4, max-content);
  gap: 22px;
  margin-top: 42px;
}

.c-hero .hero-stats dt {
  color: #398cff;
  font-size: 28px;
  text-shadow: 0 0 20px rgba(47, 125, 246, 0.34);
}

.c-hero .hero-stats dd,
.trust-row span {
  color: #94a5bd;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  gap: 18px;
  margin-top: 42px;
}

.trust-row span {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 800;
}

.trust-row span::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #2f7df6;
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(47, 125, 246, 0.72);
  content: "";
}

.c-product-theater {
  min-width: 0;
  min-height: auto;
  padding: 12px;
  color: #eaf2ff;
  background:
    linear-gradient(180deg, rgba(18, 35, 63, 0.94), rgba(8, 17, 31, 0.96)),
    #091326;
  border: 1px solid rgba(121, 154, 205, 0.32);
  border-radius: 14px;
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: none !important;
}

.demo-topbar,
.demo-columns,
.demo-diagnosis {
  border: 1px solid rgba(122, 159, 214, 0.18);
  background: rgba(5, 13, 25, 0.52);
}

.demo-topbar {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 18px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
  color: #dce8fb;
  font-size: 13px;
  font-weight: 850;
}

.demo-topbar b {
  color: #f4bd6a;
  font-size: 12px;
}

.demo-topbar small {
  color: #7f90a9;
  font-size: 12px;
}

.demo-columns {
  display: grid;
  grid-template-columns: 1fr 1.08fr 1fr;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}

.demo-column {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid rgba(122, 159, 214, 0.16);
}

.demo-column:last-child {
  border-right: 0;
}

.demo-column header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #e9f2ff;
  font-size: 14px;
  font-weight: 900;
}

.demo-column header b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #88b6ff;
  background: rgba(47, 125, 246, 0.16);
  border: 1px solid rgba(47, 125, 246, 0.3);
  border-radius: 7px;
}

.segment-control {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.segment-control button {
  min-width: 0;
  height: 36px;
  padding: 0 8px;
  overflow: hidden;
  color: #9fb0c7;
  font-size: 12px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(18, 32, 54, 0.88);
  border: 1px solid rgba(123, 152, 198, 0.16);
  border-radius: 7px;
}

.segment-control button.active {
  color: #dbeaff;
  background: rgba(47, 125, 246, 0.2);
  border-color: rgba(47, 125, 246, 0.42);
}

.message-list,
.task-list {
  display: grid;
  gap: 8px;
}

.message-row,
.task-list article {
  display: grid;
  min-width: 0;
  background: rgba(15, 29, 50, 0.82);
  border: 1px solid rgba(120, 150, 196, 0.14);
  border-radius: 8px;
}

.message-row {
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
}

.message-row.selected {
  background: rgba(34, 91, 180, 0.28);
  border-color: rgba(63, 139, 255, 0.72);
  box-shadow: 0 0 0 1px rgba(63, 139, 255, 0.22);
}

.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #06101f;
  background: #bcd6ff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.message-row p {
  display: grid;
  gap: 2px;
  min-width: 0;
  margin: 0;
}

.message-row b,
.task-list b {
  overflow: hidden;
  color: #e6efff;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.message-row small,
.message-row em,
.task-list span,
.task-list em,
.column-note {
  color: #8496b1;
  font-size: 11px;
  font-style: normal;
}

.demo-link {
  display: inline-flex;
  margin-top: 14px;
  color: #a9c8ff;
  font-size: 12px;
  font-weight: 850;
}

.agent-column {
  position: relative;
}

.agent-column::before,
.agent-column::after {
  position: absolute;
  top: 168px;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #4f93ff);
  content: "";
}

.agent-column::before {
  left: -28px;
}

.agent-column::after {
  right: -28px;
  transform: scaleX(-1);
}

.agent-core-c {
  display: grid;
  place-items: center;
  gap: 5px;
  width: 152px;
  height: 152px;
  margin: 22px auto 18px;
  text-align: center;
  border: 1px solid rgba(78, 145, 255, 0.42);
  border-radius: 999px;
  background:
    linear-gradient(rgba(47, 125, 246, 0.15), rgba(47, 125, 246, 0.02)),
    #091629;
  box-shadow:
    0 0 0 12px rgba(47, 125, 246, 0.06),
    0 0 54px rgba(47, 125, 246, 0.32),
    inset 0 0 24px rgba(47, 125, 246, 0.16);
}

.agent-core-c img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.agent-core-c strong {
  color: #f5f9ff;
  font-size: 15px;
}

.agent-core-c small {
  color: #93a7c3;
  font-size: 11px;
}

.plan-steps {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-steps li {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 10px;
  color: #b7c5da;
  background: rgba(11, 23, 41, 0.64);
  border: 1px solid rgba(110, 141, 190, 0.12);
  border-radius: 7px;
  font-size: 12px;
}

.plan-steps li span {
  width: 9px;
  height: 9px;
  border: 1px solid #46607f;
  border-radius: 999px;
}

.plan-steps li.done span,
.plan-steps li.active span {
  background: #2f7df6;
  border-color: #8cb9ff;
  box-shadow: 0 0 14px rgba(47, 125, 246, 0.76);
}

.plan-steps li b {
  color: #8ca0bb;
  font-size: 11px;
}

.plan-steps li.active b,
.task-list article.warning em {
  color: #f2bd6b;
}

.task-list article {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  padding: 12px;
}

.task-list article b {
  grid-column: 1 / -1;
}

.task-list em {
  justify-self: end;
  padding: 2px 7px;
  color: #8fb8ff;
  background: rgba(47, 125, 246, 0.14);
  border-radius: 5px;
}

.demo-diagnosis {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 46px minmax(220px, 0.78fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
  padding: 14px;
  border-radius: 12px;
}

.demo-diagnosis label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.demo-diagnosis label span,
.demo-diagnosis p b {
  color: #b9c8df;
  font-size: 12px;
  font-weight: 900;
}

.demo-diagnosis input {
  width: 100%;
  height: 38px;
  color: #dce9ff;
  background: rgba(10, 22, 41, 0.9);
  border: 1px solid rgba(110, 145, 198, 0.25);
  border-radius: 8px;
  padding: 0 12px;
}

.demo-diagnosis button {
  width: 46px;
  height: 38px;
  color: #fff;
  background: #2f7df6;
  border: 0;
  border-radius: 8px;
  font-size: 0;
}

.demo-diagnosis button::before {
  content: ">";
  font-size: 18px;
  font-weight: 900;
}

.demo-diagnosis p {
  display: grid;
  gap: 4px;
  margin: 0;
  color: #a4b4cb;
  font-size: 12px;
}

.demo-diagnosis a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 14px;
  color: #edf5ff;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid rgba(139, 164, 204, 0.3);
  border-radius: 8px;
}

.c-process,
.c-product,
.c-pricing,
.local-info,
.home-c .lead-section,
.home-c .site-footer {
  color: #07111f;
  background: #f8fbff;
}

.c-process {
  padding: 56px clamp(24px, 4vw, 58px) 64px;
}

.c-process .section-heading {
  text-align: center;
}

.c-process .section-heading h2,
.c-product h2,
.c-pricing h2,
.local-info h2,
.home-c .lead-section h2 {
  color: #07111f;
}

.c-process .section-heading p,
.c-pricing .section-heading p,
.local-info .section-heading p {
  color: #627083;
}

.process-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 38px auto 0;
}

.process-track article {
  position: relative;
  min-height: 148px;
  padding: 22px 20px;
  background: #fff;
  border: 1px solid #dde7f2;
  border-radius: 14px;
}

.process-track article span,
.capability-grid span {
  color: #2f7df6;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
}

.process-track h3,
.capability-grid h3 {
  margin: 14px 0 8px;
  color: #07111f;
  font-size: 18px;
}

.process-track p,
.capability-grid p,
.c-product li,
.c-product .blue-line {
  color: #66768b;
  line-height: 1.7;
}

.c-product {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(420px, 1fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  padding: 76px clamp(24px, 4vw, 58px);
}

.c-product .product-copy h2 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
}

.c-product ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding-left: 20px;
}

.blue-line {
  position: relative;
  margin-top: 18px;
  padding-left: 18px;
}

.blue-line::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #2f7df6;
  border-radius: 999px;
  content: "";
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.capability-grid article {
  min-height: 164px;
  padding: 24px;
  background: #fff;
  border: 1px solid #dde7f2;
  border-radius: 14px;
  box-shadow: 0 22px 60px rgba(24, 51, 88, 0.08);
}

.c-pricing,
.local-info,
.home-c .lead-section {
  padding: 72px clamp(24px, 4vw, 58px);
}

.c-pricing .pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1100px;
  margin: 36px auto 0;
}

.home-c .price-card.featured {
  border-color: rgba(47, 125, 246, 0.48);
  box-shadow: 0 28px 70px rgba(47, 125, 246, 0.14);
}

.home-c .price-card.featured > span {
  color: #f2bd6b;
  background: rgba(242, 189, 107, 0.16);
}

.home-c .price-card a {
  color: #2f7df6;
  font-weight: 900;
}

.home-c .security-items article {
  background: #fff;
  border-color: #dde7f2;
}

.home-c .lead-section {
  border-bottom: 0;
}

.home-c .lead-form {
  background: #fff;
  border-color: #dce7f3;
  box-shadow: 0 24px 80px rgba(24, 51, 88, 0.08);
}

.home-c .lead-form label,
.home-c .lead-form input,
.home-c .lead-form textarea {
  color: #07111f;
}

.home-c .site-footer {
  border-top: 1px solid #dce7f3;
}

.home-c .footer-brand b,
.home-c .footer-brand small {
  color: #07111f;
}

@media (max-width: 1120px) {
  .c-hero {
    grid-template-columns: 1fr;
  }

  .c-product-theater {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .c-hero {
    padding-top: 42px;
  }

  .c-hero .hero-stats,
  .trust-row,
  .demo-columns,
  .demo-diagnosis,
  .process-track,
  .c-product,
  .c-pricing .pricing-grid {
    grid-template-columns: 1fr;
  }

  .demo-topbar {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 14px;
  }

  .demo-column {
    border-right: 0;
    border-bottom: 1px solid rgba(122, 159, 214, 0.16);
  }

  .demo-column:last-child {
    border-bottom: 0;
  }

  .agent-column::before,
  .agent-column::after {
    display: none;
  }

  .process-track,
  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .c-hero {
    padding: 34px 22px 28px;
  }

  .c-hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .c-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .c-hero .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .trust-row,
  .process-track,
  .capability-grid {
    grid-template-columns: 1fr;
  }

  .c-product-theater {
    margin-right: -10px;
    margin-left: -10px;
    padding: 8px;
    border-radius: 12px;
  }

  .demo-column {
    padding: 14px;
  }

  .segment-control {
    grid-template-columns: 1fr;
  }

  .message-row,
  .task-list article {
    grid-template-columns: 1fr;
  }

  .message-row em,
  .task-list em {
    justify-self: start;
  }

  .agent-core-c {
    width: 132px;
    height: 132px;
  }
}

.enterprise-home .enterprise-hero h1 {
  font-size: clamp(46px, 4.4vw, 68px);
}

@media (max-width: 760px) {
  .enterprise-home .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
    padding: 14px 22px;
  }

  .enterprise-home .desktop-nav {
    justify-content: flex-start;
    width: 100%;
    gap: 18px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .enterprise-home .desktop-nav::-webkit-scrollbar {
    display: none;
  }

  .enterprise-home .header-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .enterprise-home .login-button,
  .enterprise-home .header-cta {
    width: 100%;
  }
}

/* 2026-06-12 FDE service homepage */
.fde-home {
  --fde-blue: #155ee8;
  --fde-blue-2: #0f4fc9;
  --fde-blue-soft: #eef5ff;
  --fde-coral: #f06a3d;
  --fde-coral-soft: #fff2ec;
  --fde-ink: #101827;
  --fde-muted: #627083;
  --fde-line: #d8e1ea;
  color: var(--fde-ink);
  background:
    linear-gradient(90deg, rgba(21, 94, 232, 0.035) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(180deg, rgba(116, 130, 147, 0.055) 1px, transparent 1px) 0 0 / 88px 88px,
    #fffdfa;
}

.fde-home .site-header {
  min-height: 76px;
  background: rgba(255, 253, 250, 0.9);
  border-bottom-color: rgba(216, 225, 234, 0.86);
}

.fde-home .desktop-nav a::after {
  background: var(--fde-blue);
}

.fde-home .header-cta,
.fde-home .primary-button,
.fde-home .download-button {
  background: linear-gradient(180deg, #2d7cff 0%, var(--fde-blue) 100%);
  border-color: var(--fde-blue);
  box-shadow: 0 14px 30px rgba(21, 94, 232, 0.2);
}

.fde-home .header-cta:hover,
.fde-home .primary-button:hover,
.fde-home .download-button:hover {
  background: linear-gradient(180deg, #4c91ff 0%, var(--fde-blue-2) 100%);
}

.fde-home .login-button:hover,
.fde-home .secondary-button:hover {
  border-color: var(--fde-blue);
}

.fde-home .eyebrow {
  margin: 0 0 18px;
  color: var(--fde-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fde-home .eyebrow::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: var(--fde-blue);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 5px rgba(21, 94, 232, 0.08);
}

.fde-hero {
  display: grid;
  grid-template-columns: minmax(430px, 1.02fr) minmax(460px, 0.98fr);
  align-items: center;
  gap: clamp(40px, 5vw, 86px);
  min-height: min(780px, calc(100vh - 118px));
  padding: clamp(58px, 8vh, 92px) clamp(24px, 4vw, 58px) clamp(44px, 6vw, 72px);
  background:
    radial-gradient(circle at 82% 20%, rgba(21, 94, 232, 0.1), transparent 33%),
    linear-gradient(115deg, #fffdfa 0%, #f8fbff 52%, #eef5ff 100%);
}

.fde-home .reveal {
  opacity: 1;
  transform: none;
}

.fde-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.fde-hero h1 {
  max-width: 620px;
  margin: 0;
  color: #121824;
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.fde-hero .hero-subtitle {
  max-width: 590px;
  margin-top: 24px;
  color: #354255;
  font-size: clamp(17px, 1.34vw, 20px);
  line-height: 1.9;
}

.fde-proof-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.fde-proof-row article {
  min-height: 82px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(216, 225, 234, 0.82);
  border-radius: 8px;
}

.fde-proof-row article:first-child {
  background: linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%);
  border-color: rgba(21, 94, 232, 0.32);
}

.fde-proof-row b,
.fde-proof-row span {
  display: block;
}

.fde-proof-row b {
  color: #111b2a;
  font-size: 15px;
}

.fde-proof-row span {
  margin-top: 8px;
  color: var(--fde-muted);
  font-size: 13px;
  line-height: 1.65;
}

.fde-console {
  position: relative;
  z-index: 1;
  min-height: auto;
  padding: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(196, 209, 222, 0.92);
  border-radius: 8px;
  box-shadow: 0 28px 76px rgba(19, 39, 64, 0.13);
  backdrop-filter: blur(18px);
}

.super-agent-console {
  max-width: 650px;
  justify-self: end;
  box-shadow: 0 22px 58px rgba(19, 39, 64, 0.1);
}

.fde-console-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--fde-line);
}

.fde-console-header span,
.fde-delivery-panel span {
  display: block;
  color: var(--fde-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fde-console-header b {
  display: block;
  margin-top: 7px;
  font-size: clamp(20px, 1.6vw, 28px);
}

.fde-console-header small {
  align-self: start;
  color: var(--fde-muted);
  font-size: 12px;
  white-space: nowrap;
}

.fde-stage-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0;
}

.fde-stage-tabs button {
  min-height: 38px;
  color: #526173;
  font-size: 13px;
  font-weight: 850;
  background: #f6f8fb;
  border: 1px solid var(--fde-line);
  border-radius: 7px;
}

.fde-stage-tabs button.active {
  color: var(--fde-blue);
  background: var(--fde-blue-soft);
  border-color: rgba(21, 94, 232, 0.34);
}

.fde-console-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.12fr) minmax(0, 0.94fr);
  gap: 12px;
}

.fde-lane {
  position: relative;
  min-height: 324px;
  padding: 18px;
  background: #fbfdff;
  border: 1px solid var(--fde-line);
  border-radius: 8px;
}

.fde-lane::after {
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 2;
  width: 26px;
  height: 2px;
  background: linear-gradient(90deg, rgba(21, 94, 232, 0.2), rgba(21, 94, 232, 0.74));
  content: "";
}

.fde-lane-human::after {
  display: none;
}

.fde-lane-core {
  background: linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
  border-color: rgba(21, 94, 232, 0.26);
}

.fde-lane-human {
  background: linear-gradient(180deg, #fffdfb 0%, var(--fde-coral-soft) 100%);
  border-color: rgba(240, 106, 61, 0.24);
}

.fde-lane header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.fde-lane header span {
  display: grid;
  width: 30px;
  height: 30px;
  color: var(--fde-blue);
  font-size: 12px;
  font-weight: 920;
  background: #fff;
  border: 1px solid var(--fde-line);
  border-radius: 7px;
  place-items: center;
}

.fde-lane-human header span {
  color: var(--fde-coral);
}

.fde-lane h2 {
  margin: 0;
  font-size: 17px;
}

.agent-flow-stack {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.agent-flow-step {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  min-height: 86px;
  padding: 15px;
  background: #fbfdff;
  border: 1px solid var(--fde-line);
  border-radius: 8px;
}

.agent-flow-step.active {
  background: linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%);
  border-color: rgba(21, 94, 232, 0.28);
}

.agent-flow-step span {
  display: grid;
  width: 32px;
  height: 32px;
  color: var(--fde-blue);
  font-size: 12px;
  font-weight: 920;
  background: #fff;
  border: 1px solid var(--fde-line);
  border-radius: 7px;
  place-items: center;
}

.agent-flow-step h2 {
  margin: 0;
  color: #101827;
  font-size: 16px;
  line-height: 1.35;
}

.agent-flow-step p {
  margin: 6px 0 0;
  color: var(--fde-muted);
  font-size: 13px;
  line-height: 1.55;
}

.fde-chip-grid {
  display: grid;
  gap: 10px;
}

.fde-chip-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fde-chip {
  min-height: 46px;
  padding: 0 13px;
  color: #263447;
  font-size: 13px;
  font-weight: 820;
  text-align: left;
  background: #fff;
  border: 1px solid #dce5ed;
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(18, 38, 60, 0.04);
}

.fde-chip.active,
.fde-chip:hover {
  color: var(--fde-blue);
  border-color: rgba(21, 94, 232, 0.38);
  background: #f5f9ff;
}

.fde-chip.warning {
  color: var(--fde-coral);
  border-color: rgba(240, 106, 61, 0.38);
  background: #fff8f5;
}

.fde-delivery-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 18px;
  margin-top: 14px;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid var(--fde-line);
  border-radius: 8px;
}

.fde-delivery-panel b {
  display: block;
  margin-top: 8px;
  color: #1c293a;
  font-size: 15px;
  line-height: 1.65;
}

.fde-delivery-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fde-delivery-panel li {
  min-height: 34px;
  padding: 8px 10px;
  color: #354255;
  font-size: 13px;
  font-weight: 760;
  background: #fff;
  border: 1px solid var(--fde-line);
  border-radius: 7px;
}

.agent-result-panel {
  grid-template-columns: 1fr;
  margin-top: 12px;
  padding: 16px;
}

.agent-result-panel ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.agent-result-panel li {
  text-align: center;
}

.fde-belief,
.fde-ladder {
  padding: clamp(62px, 7vw, 96px) clamp(24px, 4vw, 58px);
  background: #fff;
}

.fde-usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1220px;
  margin: 0 auto;
}

.fde-usecase-grid article,
.fde-service-steps article,
.fde-guard-grid article,
.fde-ladder-track article {
  min-height: 160px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--fde-line);
  border-radius: 8px;
}

.fde-usecase-grid span,
.fde-guard-grid span {
  display: block;
  color: var(--fde-blue);
  font-size: 18px;
  font-weight: 900;
}

.fde-usecase-grid p,
.fde-service-steps p,
.fde-guard-grid p,
.fde-ladder-track p {
  margin: 12px 0 0;
  color: var(--fde-muted);
  font-size: 14px;
  line-height: 1.8;
}

.fde-service,
.fde-guardrails {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: start;
  padding: clamp(62px, 7vw, 96px) clamp(24px, 4vw, 58px);
  background: linear-gradient(180deg, #fffdfa 0%, #f6f9fc 100%);
}

.fde-service-copy h2,
.fde-guard-copy h2,
.fde-diagnosis h2 {
  margin: 0;
  font-size: clamp(34px, 3.7vw, 56px);
  font-weight: 930;
  line-height: 1.14;
}

.fde-service-copy p,
.fde-guard-copy p {
  margin: 18px 0 0;
  color: var(--fde-muted);
  font-size: 17px;
  line-height: 1.85;
}

.fde-service-steps,
.fde-guard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fde-service-steps span,
.fde-ladder-track span {
  color: var(--fde-blue);
  font-size: 14px;
  font-weight: 930;
}

.fde-service-steps h3,
.fde-ladder-track h3 {
  margin: 12px 0 0;
  font-size: 22px;
}

.fde-diagnosis {
  display: grid;
  grid-template-columns: minmax(320px, 0.52fr) minmax(560px, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding: clamp(62px, 7vw, 96px) clamp(24px, 4vw, 58px);
  background: #fff;
}

.fde-home .blue-line {
  color: var(--fde-blue) !important;
  font-weight: 840;
}

.fde-home .product-copy li::before,
.fde-home .product-demo-copy li::before {
  background: var(--fde-blue);
}

.fde-report {
  padding: 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--fde-line);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(18, 38, 60, 0.1);
}

.fde-report header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--fde-line);
}

.fde-report header span {
  color: var(--fde-blue);
  font-size: 13px;
  font-weight: 900;
}

.fde-report header b {
  color: #1c293a;
  font-size: 13px;
}

.fde-report-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.fde-report-map article {
  min-height: 120px;
  padding: 16px;
  background: #f8fafc;
  border: 1px solid var(--fde-line);
  border-radius: 8px;
}

.fde-report-map small,
.fde-report-map strong,
.fde-report-map em {
  display: block;
}

.fde-report-map small {
  color: var(--fde-blue);
  font-weight: 900;
}

.fde-report-map strong {
  margin-top: 12px;
  font-size: 16px;
}

.fde-report-map em {
  margin-top: 9px;
  color: var(--fde-muted);
  font-size: 12px;
  font-style: normal;
}

.fde-score-table {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--fde-line);
  border-radius: 8px;
}

.fde-score-table div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px 44px;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  border-top: 1px solid var(--fde-line);
}

.fde-score-table div:first-child {
  border-top: 0;
}

.fde-score-table span {
  color: #263447;
  font-size: 14px;
}

.fde-score-table b {
  justify-self: start;
  padding: 5px 8px;
  color: var(--fde-blue);
  font-size: 12px;
  background: var(--fde-blue-soft);
  border-radius: 6px;
}

.fde-score-table b.risk {
  color: var(--fde-coral);
  background: var(--fde-coral-soft);
}

.fde-score-table strong {
  justify-self: end;
}

.fde-ladder-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 1280px;
  margin: 0 auto;
}

.fde-ladder-track article {
  min-height: 190px;
}

.fde-guardrails {
  background: linear-gradient(180deg, #f6f9fc 0%, #fffdfa 100%);
}

.fde-guard-grid article {
  background: #fff;
}

.fde-guard-grid article:nth-child(1) span,
.fde-guard-grid article:nth-child(2) span {
  color: var(--fde-coral);
}

.fde-home .resource-section {
  background: #fff;
}

.fde-training {
  padding: clamp(62px, 7vw, 96px) clamp(24px, 4vw, 58px);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.fde-training-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1160px;
  margin: 0 auto;
}

.fde-training-grid article {
  min-height: 166px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--fde-line);
  border-radius: 8px;
}

.fde-training-grid span {
  display: block;
  color: var(--fde-blue);
  font-size: 18px;
  font-weight: 900;
}

.fde-training-grid p {
  margin: 12px 0 0;
  color: var(--fde-muted);
  font-size: 14px;
  line-height: 1.8;
}

.fde-home .resource-grid article span,
.fde-home .price-card > span,
.fde-home .text-link {
  color: var(--fde-blue);
}

.fde-home .footer-brand > img {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.fde-lead {
  background:
    linear-gradient(90deg, rgba(21, 94, 232, 0.04) 1px, transparent 1px) 0 0 / 80px 80px,
    #f8fafc;
}

.fde-lead .lead-form {
  background: rgba(255, 255, 255, 0.92);
}

@media (max-width: 1180px) {
  .fde-hero,
  .fde-diagnosis,
  .fde-service,
  .fde-guardrails {
    grid-template-columns: 1fr;
  }

  .super-agent-console {
    justify-self: stretch;
    max-width: none;
  }

  .fde-console {
    width: 100%;
  }

  .fde-ladder-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .fde-home .site-header {
    grid-template-columns: 1fr;
    justify-items: start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .fde-home .desktop-nav {
    justify-content: start;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .fde-home .header-actions {
    justify-content: start;
  }

  .fde-console-grid,
  .fde-usecase-grid,
  .fde-service-steps,
  .fde-guard-grid,
  .fde-report-map,
  .fde-ladder-track,
  .fde-training-grid {
    grid-template-columns: 1fr;
  }

  .fde-lane::after {
    display: none;
  }

  .fde-delivery-panel {
    grid-template-columns: 1fr;
  }

  .fde-delivery-panel ul {
    grid-template-columns: 1fr;
  }

  .agent-result-panel ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .fde-hero,
  .fde-belief,
  .fde-service,
  .fde-diagnosis,
  .fde-ladder,
  .fde-guardrails {
    padding-right: 18px;
    padding-left: 18px;
  }

  .fde-hero h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .fde-proof-row,
  .fde-stage-tabs,
  .fde-chip-grid.two {
    grid-template-columns: 1fr;
  }

  .fde-console {
    padding: 16px;
  }

  .agent-flow-step {
    min-height: auto;
    padding: 13px;
  }

  .fde-console-header,
  .fde-report header {
    display: grid;
  }

  .fde-console-header small {
    white-space: normal;
  }

  .fde-score-table div {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 12px 14px;
  }
}

/* Unified FDE subpages */
.subpage-fde .site-header {
  position: sticky;
}

.fde-page-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(48px, 6vw, 86px);
  align-items: center;
  min-height: 600px;
  padding: clamp(64px, 8vw, 104px) clamp(24px, 4vw, 58px);
  background:
    radial-gradient(circle at 82% 18%, rgba(21, 94, 232, 0.1), transparent 32%),
    linear-gradient(115deg, #fffdfa 0%, #f8fbff 52%, #eef5ff 100%);
}

.fde-page-copy h1 {
  max-width: 600px;
  margin: 0;
  color: #121824;
  font-size: clamp(44px, 4.5vw, 68px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.subpage-fde .fde-page-copy h1 .desktop-line {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: normal;
}

.fde-page-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 24px 0 0;
  color: #354255;
  font-size: clamp(17px, 1.34vw, 20px);
  line-height: 1.9;
}

.fde-page-panel {
  padding: 26px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(196, 209, 222, 0.92);
  border-radius: 8px;
  box-shadow: 0 28px 76px rgba(19, 39, 64, 0.12);
  backdrop-filter: blur(18px);
}

.fde-page-panel header {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--fde-line);
}

.fde-page-panel header span {
  display: block;
  color: var(--fde-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fde-page-panel header b {
  display: block;
  margin-top: 8px;
  color: #1c293a;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.25;
}

.fde-mini-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.fde-mini-flow article,
.resource-principles article {
  min-height: 118px;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid var(--fde-line);
  border-radius: 8px;
}

.fde-mini-flow small,
.fde-mini-flow strong,
.fde-mini-flow em,
.resource-principles strong,
.resource-principles span {
  display: block;
}

.fde-mini-flow small {
  color: var(--fde-blue);
  font-weight: 900;
}

.fde-mini-flow strong,
.resource-principles strong {
  margin-top: 10px;
  color: #1c293a;
  font-size: 17px;
}

.fde-mini-flow em,
.resource-principles span {
  margin-top: 9px;
  color: var(--fde-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.65;
}

.resource-principles {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.tool-resource-section {
  padding: clamp(62px, 7vw, 96px) clamp(24px, 4vw, 58px);
  background: #fff;
}

.clean-download-page .fde-page-hero {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  min-height: auto;
  padding-top: clamp(58px, 8vw, 94px);
  padding-bottom: clamp(42px, 6vw, 70px);
}

.clean-download-page .fde-page-copy {
  text-align: center;
}

.clean-download-page .fde-page-copy h1,
.clean-download-page .fde-page-copy p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.clean-download-page .hero-actions {
  justify-content: center;
}

.clean-download-page .tool-resource-section {
  padding-top: clamp(44px, 5vw, 68px);
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.tool-card {
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 292px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--fde-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 38, 60, 0.05);
}

.tool-status {
  justify-self: start;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 900;
  border-radius: 6px;
}

.tool-status.preparing {
  color: var(--fde-blue);
  background: var(--fde-blue-soft);
}

.tool-status.internal,
.tool-status.tutorial {
  color: var(--fde-coral);
  background: var(--fde-coral-soft);
}

.tool-status.available {
  color: #1b6d54;
  background: #e7f6ef;
}

.tool-card h3 {
  margin: 18px 0 0;
  color: #101827;
  font-size: 25px;
}

.tool-card p {
  margin: 14px 0 0;
  color: var(--fde-muted);
  font-size: 14px;
  line-height: 1.8;
}

.tool-card > div:not(.resource-meta div) {
  margin: 18px 0;
  padding: 14px;
  background: #f8fafc;
  border: 1px solid var(--fde-line);
  border-radius: 8px;
}

.tool-card .download-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-self: end;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.tool-card .download-actions.single-download {
  grid-template-columns: 1fr;
}

.resource-meta {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.resource-meta div {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 36px;
  padding: 9px 11px;
  background: #f8fafc;
  border: 1px solid var(--fde-line);
  border-radius: 8px;
}

.resource-meta dt,
.resource-meta dd {
  margin: 0;
}

.resource-meta dt {
  color: #7a8796;
  font-size: 12px;
  font-weight: 900;
}

.resource-meta dd {
  min-width: 0;
  color: #263447;
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.tool-card b,
.tool-card em {
  display: block;
}

.tool-card b {
  color: #263447;
  font-size: 13px;
}

.tool-card em {
  margin-top: 7px;
  color: var(--fde-muted);
  font-size: 12px;
  font-style: normal;
}

.tool-card .download-button {
  align-self: end;
  min-width: 0;
  width: 100%;
}

.tool-card .download-button.secondary-download {
  color: var(--fde-blue);
  background: #fff;
  border-color: rgba(26, 91, 164, 0.28);
  box-shadow: none;
}

.tool-card .download-button.secondary-download:hover {
  color: #fff;
  background: var(--fde-blue);
}

.tool-card .download-button:disabled {
  color: #6c7887;
  background: #eef2f6;
  border-color: #d8e1ea;
  box-shadow: none;
  cursor: not-allowed;
}

.tool-card .download-button.disabled-link,
.tool-card .download-button[aria-disabled="true"] {
  color: #6c7887;
  background: #eef2f6;
  border-color: #d8e1ea;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}

.fde-cta-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  padding: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--fde-line);
  border-radius: 8px;
}

@media (max-width: 1180px) {
  .fde-page-hero {
    grid-template-columns: 1fr;
  }

  .tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .fde-mini-flow,
  .tool-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .fde-page-hero,
  .tool-resource-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .tool-card {
    padding: 22px;
  }

  .tool-card .download-actions {
    grid-template-columns: 1fr;
  }

  .fde-page-copy h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .fde-page-panel {
    padding: 18px;
  }
}

/* Short homepage shell: keep home concise and move detail into subpages */
.short-home .short-hero {
  min-height: min(760px, calc(100vh - 100px));
}

.short-console .fde-stage-tabs {
  display: none;
}

.short-console .fde-lane {
  min-height: 226px;
}

.short-console .fde-delivery-panel {
  grid-template-columns: minmax(0, 0.9fr) minmax(220px, 1.1fr);
}

.short-console .agent-result-panel {
  grid-template-columns: 1fr;
}

.short-home-intro,
.home-entry-section {
  padding: clamp(54px, 6vw, 82px) clamp(24px, 4vw, 58px);
  background: #fff;
}

.short-home-intro {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.short-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
}

.short-answer-grid article {
  min-height: 148px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--fde-line);
  border-radius: 8px;
}

.short-answer-grid article:nth-child(3) {
  background: linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%);
  border-color: rgba(21, 94, 232, 0.34);
  box-shadow: 0 18px 42px rgba(21, 94, 232, 0.08);
}

.short-answer-grid span {
  color: var(--fde-blue);
  font-size: 14px;
  font-weight: 930;
}

.short-answer-grid h3 {
  margin: 12px 0 0;
  font-size: 23px;
}

.short-answer-grid p {
  margin: 10px 0 0;
  color: var(--fde-muted);
  font-size: 14px;
  line-height: 1.75;
}

.diagnosis-snapshot-section,
.boss-case-section {
  padding: clamp(58px, 7vw, 92px) clamp(24px, 4vw, 58px);
  background: linear-gradient(180deg, #fffdfa 0%, #f7faff 100%);
}

.diagnosis-snapshot-grid,
.boss-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1220px;
  margin: 0 auto;
}

.diagnosis-snapshot,
.boss-case-card {
  min-height: 270px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--fde-line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(18, 38, 60, 0.05);
}

.diagnosis-snapshot:nth-child(2),
.boss-case-card:nth-child(2) {
  background: linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%);
  border-color: rgba(21, 94, 232, 0.28);
}

.diagnosis-snapshot span,
.boss-case-card small {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  color: var(--fde-blue);
  font-size: 12px;
  font-weight: 930;
  background: var(--fde-blue-soft);
  border-radius: 6px;
}

.diagnosis-snapshot h3,
.boss-case-card h3 {
  margin: 18px 0 0;
  color: #101827;
  font-size: 22px;
  line-height: 1.35;
}

.diagnosis-snapshot p,
.boss-case-card p {
  margin: 12px 0 0;
  color: var(--fde-muted);
  font-size: 14px;
  line-height: 1.8;
}

.diagnosis-snapshot ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.diagnosis-snapshot li {
  min-height: 34px;
  padding: 8px 10px;
  color: #263447;
  font-size: 13px;
  font-weight: 780;
  background: #fff;
  border: 1px solid var(--fde-line);
  border-radius: 7px;
}

.home-entry-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 1280px;
  margin: 0 auto;
}

.home-entry-card {
  display: block;
  min-height: 210px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--fde-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 38, 60, 0.04);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.home-entry-card:hover {
  transform: translateY(-3px);
  border-color: rgba(21, 94, 232, 0.35);
  box-shadow: 0 22px 48px rgba(18, 38, 60, 0.08);
}

.home-entry-card span {
  color: var(--fde-blue);
  font-size: 12px;
  font-weight: 930;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-entry-card h3 {
  margin: 18px 0 0;
  color: #101827;
  font-size: 22px;
}

.home-entry-card p {
  margin: 12px 0 0;
  color: var(--fde-muted);
  font-size: 14px;
  line-height: 1.8;
}

.short-lead {
  min-height: auto;
}

@media (max-width: 1180px) {
  .home-entry-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .diagnosis-snapshot-grid,
  .boss-case-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .short-answer-grid,
  .home-entry-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .short-home .short-hero {
    min-height: auto;
    padding-top: 28px;
    padding-bottom: 22px;
  }

  .short-home .fde-hero h1 {
    font-size: clamp(34px, 10.5vw, 44px);
  }

  .desktop-line {
    display: none;
  }

  .mobile-line {
    display: block;
    white-space: nowrap;
  }

  .short-home .fde-hero .hero-subtitle {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.72;
  }

  .short-home .hero-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .short-home .primary-button,
  .short-home .secondary-button {
    width: 100%;
    min-height: 46px;
  }

  .short-home .fde-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .short-home .fde-proof-row article {
    min-height: 74px;
    padding: 11px;
  }

  .short-home .fde-proof-row article:nth-child(n + 3) {
    display: none;
  }

  .short-home .fde-proof-row b {
    font-size: 13px;
  }

  .short-home .fde-proof-row span {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.45;
  }

  .short-home .short-console {
    display: none;
  }

  .diagnosis-snapshot-section,
  .boss-case-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .subpage-fde .fde-page-hero {
    min-height: auto;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .subpage-fde .fde-page-copy h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .subpage-fde .fde-page-copy p {
    font-size: 15px;
    line-height: 1.72;
  }

  .subpage-fde .fde-page-hero > :not(.fde-page-copy) {
    display: none;
  }
}
