﻿/* Index-only landing styles. Loaded only by public/index.html. */

/* Keep the promotional shell exclusive to the landing route. */
html.route-trade-fairs body.page-home-landing,
body.page-home-landing:has(#tradeFairsSection:not([hidden])) {
  background: var(--bg);
}

body.page-home-landing .home-page-root {
  width: 100%;
}

html.route-trade-fairs body.page-home-landing .landing-page-shell::before,
html.route-trade-fairs body.page-home-landing .landing-page-shell::after,
html.route-trade-fairs body.page-home-landing .landing-surface::before,
html.route-trade-fairs body.page-home-landing .landing-surface::after,
body.page-home-landing:has(#tradeFairsSection:not([hidden])) .landing-page-shell::before,
body.page-home-landing:has(#tradeFairsSection:not([hidden])) .landing-page-shell::after,
body.page-home-landing:has(#tradeFairsSection:not([hidden])) .landing-surface::before,
body.page-home-landing:has(#tradeFairsSection:not([hidden])) .landing-surface::after {
  display: none !important;
}

body.page-home-landing .trade-fairs-route-shell[hidden] {
  display: none !important;
}

html.route-trade-fairs body.page-home-landing .trade-fairs-route-shell,
body.page-home-landing:has(#tradeFairsSection:not([hidden])) .trade-fairs-route-shell {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 32px 24px;
  overflow: visible;
}

html.route-trade-fairs body.page-home-landing .trade-fairs-route-shell .trade-fairs-section,
body.page-home-landing:has(#tradeFairsSection:not([hidden])) .trade-fairs-route-shell .trade-fairs-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--card);
  box-shadow: var(--shadow);
}

@media (max-width: 768px) {
  html.route-trade-fairs body.page-home-landing .trade-fairs-route-shell,
  body.page-home-landing:has(#tradeFairsSection:not([hidden])) .trade-fairs-route-shell {
    padding: 16px;
  }

  html.route-trade-fairs body.page-home-landing .trade-fairs-route-shell .trade-fairs-section,
  body.page-home-landing:has(#tradeFairsSection:not([hidden])) .trade-fairs-route-shell .trade-fairs-section {
    padding: 20px;
    border-radius: 12px;
  }
}

/* =========================================
   PUBLIC LANDING HOME
   ========================================= */

body.page-home-landing {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(37, 99, 235, 0.12), transparent 28%),
    radial-gradient(circle at 8% 78%, rgba(34, 211, 238, 0.14), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 50%, #eef6ff 100%);
  color: #071436;
  font-family: Montserrat, system-ui, -apple-system, "Segoe UI", sans-serif;
}

body.page-home-landing.dashboard-layout {
  padding-left: 0;
  padding-top: 0;
}

body.page-home-landing .app-sidebar,
body.page-home-landing .app-topbar,
body.page-home-landing .sidebar-overlay {
  display: none !important;
}

body.page-home-landing main,
body.page-home-landing .site-footer {
  opacity: 1;
}

.landing-page-shell {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 28px 52px;
}

.landing-page-shell::before,
.landing-page-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.landing-page-shell::before {
  inset: 78px 0 auto;
  height: 420px;
  background-image:
    linear-gradient(120deg, rgba(37, 99, 235, 0.08) 0 1px, transparent 1px),
    radial-gradient(circle, rgba(37, 99, 235, 0.12) 0 2px, transparent 2.5px);
  background-size: 220px 160px, 96px 96px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 78%, transparent);
  opacity: 0.5;
}

.landing-page-shell::after {
  top: 105px;
  left: 4%;
  width: 92%;
  height: 520px;
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-top: 0;
  border-radius: 0 0 50% 50%;
  transform: skewY(-4deg);
  opacity: 0.65;
}

.landing-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(1500px, 100%);
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
}

.landing-nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  min-width: 0;
}

.landing-nav-logo img {
  display: block;
  width: 66px;
  height: auto;
  flex: 0 0 auto;
}

.landing-nav-logo span {
  color: #1266f1;
  font-size: clamp(22px, 2vw, 30px);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.landing-nav-logo strong {
  color: #071436;
  font-weight: 900;
}

.landing-nav-links,
.landing-nav-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.landing-nav-links a,
.landing-nav-login {
  color: #101a3d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.landing-nav-links a:hover,
.landing-nav-links a:focus-visible,
.landing-nav-login:hover,
.landing-nav-login:focus-visible {
  color: #1266f1;
}

.landing-nav-actions {
  justify-content: flex-end;
  gap: 18px;
}

.landing-nav-cta,
.landing-btn,
.role-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.landing-nav-cta {
  min-width: 136px;
  min-height: 48px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(135deg, #1266f1, #0b7cff);
  box-shadow: 0 14px 30px rgba(18, 102, 241, 0.28);
}

.landing-nav-cta svg,
.landing-btn svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.landing-surface {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  max-width: none;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.landing-intro {
  display: grid;
  gap: 30px;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(450px, 0.88fr) minmax(560px, 1.12fr);
  gap: 40px;
  align-items: center;
  min-height: 0;
  padding: 26px 0 18px;
}

.landing-hero-copy {
  min-width: 0;
}

.landing-eyebrow {
  margin: 0 0 16px;
  color: #1266f1;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.landing-hero h1 {
  margin: 0;
  max-width: 700px;
  color: #071436;
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 900;
  line-height: 1.08;
}

.landing-hero h1 span {
  display: block;
  color: #1266f1;
}

.landing-hero-lede {
  max-width: 600px;
  margin: 26px 0 0;
  color: #27385f;
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 600;
  line-height: 1.65;
}

.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.landing-btn {
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-size: 16px;
}

.landing-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #1266f1, #0b7cff);
  box-shadow: 0 18px 34px rgba(18, 102, 241, 0.3);
}

.landing-btn-secondary {
  color: #071436;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(18, 102, 241, 0.28);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.landing-nav-cta:hover,
.landing-nav-cta:focus-visible,
.landing-btn:hover,
.landing-btn:focus-visible,
.landing-role-card:hover,
.landing-role-card:focus-visible {
  transform: translateY(-2px);
}

.landing-nav-cta,
.landing-btn,
.landing-role-card {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.landing-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 660px;
  margin-top: 36px;
}

.landing-proof-row span {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(18, 102, 241, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #2d3d60;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
}

.landing-proof-row strong {
  color: #1266f1;
  font-size: 21px;
  font-weight: 900;
  white-space: nowrap;
}

.landing-product-preview {
  position: relative;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(18, 102, 241, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.86)),
    radial-gradient(circle at 18% 14%, rgba(34, 211, 238, 0.16), transparent 34%);
  box-shadow:
    0 28px 64px rgba(18, 102, 241, 0.16),
    0 14px 40px rgba(15, 23, 42, 0.08);
  transform: perspective(1200px) rotateY(-7deg) rotateZ(1deg);
  transform-origin: center;
}

.preview-chips {
  display: flex;
  gap: 10px;
  overflow: hidden;
  padding-bottom: 14px;
}

.preview-chips span,
.preview-map-toolbar span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(18, 102, 241, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #27385f;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.preview-chips .is-active {
  color: #1266f1;
  border-color: rgba(18, 102, 241, 0.42);
  box-shadow: inset 0 0 0 1px rgba(18, 102, 241, 0.08);
}

.preview-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 16px;
}

.preview-map-panel,
.preview-side-panel,
.preview-opportunities {
  border: 1px solid rgba(18, 102, 241, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.preview-map-panel {
  overflow: hidden;
}

.preview-map-toolbar {
  display: flex;
  gap: 10px;
  padding: 12px;
}

.preview-map-toolbar span {
  border-radius: 8px;
}

.preview-map-canvas {
  position: relative;
  height: 258px;
  overflow: hidden;
  background:
    radial-gradient(circle at 36% 34%, rgba(203, 213, 225, 0.56), transparent 26%),
    radial-gradient(circle at 57% 54%, rgba(203, 213, 225, 0.45), transparent 23%),
    linear-gradient(135deg, #eaf3ff, #f8fbff 46%, #dfeaf5);
}

.preview-map-canvas::before,
.preview-map-canvas::after {
  content: "";
  position: absolute;
  inset: 7% 8%;
  background:
    linear-gradient(26deg, transparent 0 39%, rgba(255, 255, 255, 0.52) 40% 48%, transparent 49%),
    linear-gradient(132deg, transparent 0 42%, rgba(255, 255, 255, 0.46) 43% 52%, transparent 53%);
  border-radius: 43% 57% 45% 55%;
  filter: blur(0.2px);
  opacity: 0.78;
}

.preview-map-canvas::after {
  inset: 22% 11% 13% 34%;
  opacity: 0.54;
  transform: rotate(-11deg);
}

.preview-map-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(18, 102, 241, 0.16);
  stroke-width: 2.2;
  z-index: 1;
}

.landing-map-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  width: 17px;
  height: 17px;
  border: 3px solid #ffffff;
  border-radius: 999px 999px 999px 2px;
  background: #1266f1;
  box-shadow: 0 8px 18px rgba(18, 102, 241, 0.32);
  transform: rotate(-45deg);
}

.landing-map-pin::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  background: #ffffff;
}

.preview-map-controls {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 4;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(18, 102, 241, 0.14);
  border-radius: 8px;
  background: #ffffff;
}

.preview-map-controls span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #071436;
  font-size: 21px;
  font-weight: 900;
}

.preview-map-controls span + span {
  border-top: 1px solid #e4ecf7;
}

.preview-timeline {
  padding: 14px 16px 16px;
}

.preview-timeline-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  color: #071436;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-timeline-head strong {
  color: #1266f1;
  font-weight: 900;
}

.preview-bars {
  height: 52px;
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  align-items: end;
  gap: 5px;
  padding: 0 6px;
  border-bottom: 1px solid #d7e6fb;
}

.preview-bars span {
  height: var(--h);
  min-height: 8px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #7dd3fc, #1266f1);
  opacity: 0.78;
}

.preview-side-panel {
  padding: 16px;
}

.preview-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  color: #071436;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-list-head a {
  color: #1266f1;
  font-size: 11px;
  font-weight: 900;
  text-transform: none;
}

.preview-list-head--profiles {
  margin-top: 18px;
}

.preview-event,
.preview-profile {
  display: grid;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.preview-event {
  grid-template-columns: 46px minmax(0, 1fr);
  min-height: 62px;
  border-bottom: 1px solid #edf3fb;
}

.preview-event:last-of-type {
  border-bottom: 0;
}

.preview-thumb {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 24% 22%, #67e8f9, transparent 24%),
    linear-gradient(135deg, #071436, #1266f1 58%, #22d3ee);
  box-shadow: 0 8px 18px rgba(18, 102, 241, 0.22);
}

.preview-thumb-alt {
  background:
    radial-gradient(circle at 72% 28%, #facc15, transparent 22%),
    linear-gradient(135deg, #0f172a, #0b7cff 52%, #38bdf8);
}

.preview-thumb-third {
  background:
    radial-gradient(circle at 26% 24%, #fb7185, transparent 20%),
    linear-gradient(135deg, #101a3d, #2563eb 52%, #22d3ee);
}

.preview-event strong,
.preview-event small,
.preview-profile strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-event strong {
  color: #071436;
  font-size: 12px;
  font-weight: 900;
}

.preview-event small {
  margin-top: 3px;
  color: #5b6b8d;
  font-size: 11px;
  font-weight: 700;
}

.preview-profile {
  grid-template-columns: 28px minmax(0, 1fr) auto;
  min-height: 36px;
}

.preview-profile span {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e0f2fe, #1266f1);
}

.preview-profile strong {
  color: #27385f;
  font-size: 12px;
  font-weight: 850;
}

.preview-profile em {
  padding: 3px 6px;
  border-radius: 999px;
  background: #1266f1;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.preview-opportunities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
  padding: 16px;
}

.preview-opportunities span {
  min-width: 0;
  color: #5b6b8d;
  font-size: 12px;
  font-weight: 700;
}

.preview-opportunities strong {
  display: block;
  margin-bottom: 4px;
  color: #071436;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.landing-role-section {
  margin: 0 0 40px;
  padding: 30px;
  border: 1px solid rgba(18, 102, 241, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 251, 255, 0.88)),
    radial-gradient(circle at 92% 20%, rgba(34, 211, 238, 0.16), transparent 28%);
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08);
}

.landing-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.landing-section-head .landing-eyebrow {
  margin: 0 0 8px;
}

.landing-section-head h2 {
  margin: 0;
  color: #071436;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.08;
}

.landing-section-head p:last-child {
  max-width: 360px;
  margin: 0;
  color: #3d4f76;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
  text-align: right;
}

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

.landing-role-card {
  position: relative;
  min-width: 0;
  min-height: 258px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 14px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(18, 102, 241, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.9)),
    radial-gradient(circle at 18% 18%, rgba(34, 211, 238, 0.16), transparent 30%);
  color: #071436;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

.landing-role-card::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -34px;
  width: 142px;
  height: 142px;
  border: 1px solid rgba(18, 102, 241, 0.12);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(18, 102, 241, 0.1) 0 2px, transparent 2.5px);
  background-size: 18px 18px;
  opacity: 0.7;
}

.landing-role-card:hover,
.landing-role-card:focus-visible {
  border-color: rgba(18, 102, 241, 0.35);
  box-shadow: 0 22px 46px rgba(18, 102, 241, 0.15);
  outline: none;
}

.role-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #1266f1;
  background: #eef6ff;
  border: 1px solid rgba(18, 102, 241, 0.14);
  box-shadow: 0 12px 28px rgba(18, 102, 241, 0.18);
}

.role-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.role-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.role-copy strong {
  color: #071436;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.role-copy small {
  color: #3d4f76;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.role-stat {
  align-self: start;
  justify-self: start;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: #edf5ff;
  color: #1266f1;
  font-size: 12px;
  font-weight: 900;
}

.role-cta {
  position: relative;
  z-index: 1;
  min-height: 46px;
  color: #fff;
  background: linear-gradient(135deg, #1266f1, #0b7cff);
  box-shadow: 0 12px 24px rgba(18, 102, 241, 0.24);
}

.page-home-landing .trade-fairs-section {
  padding: 26px;
  border: 1px solid rgba(18, 102, 241, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08);
}

@media (max-width: 1280px) {
  .landing-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding-top: 30px;
  }

  .landing-product-preview {
    transform: none;
  }

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

@media (max-width: 900px) {
  .landing-page-shell {
    padding: 0 16px 34px;
  }

  .landing-nav {
    grid-template-columns: 1fr auto;
    min-height: 68px;
  }

  .landing-nav-links {
    display: none;
  }

  .landing-nav-login {
    display: none;
  }

  .landing-nav-cta {
    min-width: 112px;
    min-height: 44px;
  }

  .landing-proof-row,
  .preview-content,
  .preview-opportunities,
  .landing-role-grid {
    grid-template-columns: 1fr;
  }

  .preview-side-panel {
    display: none;
  }

  .landing-section-head {
    display: grid;
    align-items: start;
  }

  .landing-section-head p:last-child {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .landing-nav-logo {
    gap: 7px;
  }

  .landing-nav-logo img {
    width: 52px;
  }

  .landing-nav-logo span {
    font-size: 16px;
  }

  .landing-hero h1 {
    font-size: 34px;
  }

  .landing-hero-actions {
    display: grid;
  }

  .landing-btn,
  .landing-nav-cta {
    width: 100%;
  }

  .landing-product-preview,
  .landing-role-section,
  .page-home-landing .trade-fairs-section {
    padding: 16px;
  }

  .preview-map-canvas {
    height: 220px;
  }

  .preview-chips {
    display: none;
  }

  .landing-role-card {
    min-height: 238px;
  }
}

/* Use the real dashboard shell on the public landing and keep the generated visual as an image asset. */
body.page-home-landing.dashboard-layout {
  padding-left: var(--app-sidebar-width);
  padding-top: var(--app-topbar-height);
}

body.page-home-landing .app-sidebar {
  display: flex !important;
}

body.page-home-landing .app-topbar {
  display: flex !important;
}

body.page-home-landing .sidebar-overlay {
  display: block !important;
}

body.page-home-landing .landing-page-shell {
  max-width: 1560px;
  overflow: visible;
  padding: 28px 18px 52px;
}

body.page-home-landing .landing-page-shell::before,
body.page-home-landing .landing-page-shell::after {
  display: none;
}

body.page-home-landing .landing-surface {
  width: 100%;
  max-width: 1500px;
  padding: 24px;
  background: var(--card);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow:
    0 18px 48px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

body.page-home-landing .landing-intro {
  gap: 22px;
}

body.page-home-landing .landing-hero {
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0;
}

body.page-home-landing .landing-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 24px;
  align-items: end;
}

body.page-home-landing .landing-eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: #8bdcff;
  letter-spacing: 0.08em;
}

body.page-home-landing .landing-hero h1 {
  max-width: 760px;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.1;
}

body.page-home-landing .landing-hero h1 span {
  display: inline;
}

body.page-home-landing .landing-hero-lede {
  grid-column: 1 / -1;
  max-width: 860px;
  margin: 0;
  font-size: 16px;
}

body.page-home-landing .landing-hero-actions {
  justify-content: flex-end;
  margin-top: 0;
}

body.page-home-landing .landing-proof-row,
body.page-home-landing .landing-role-section {
  display: none;
}

body.page-home-landing .landing-product-preview {
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 8px;
  background: #f8fbff;
  box-shadow:
    0 18px 46px rgba(15, 23, 42, 0.1),
    0 0 0 1px rgba(34, 211, 238, 0.08);
  transform: none;
}

body.page-home-landing .landing-product-preview > :not(.landing-generated-image) {
  display: none !important;
}

body.page-home-landing .landing-generated-image {
  display: block;
  width: 100%;
  height: auto;
}

body.page-home-landing .landing-hero-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

body.page-home-landing .landing-action-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(4, auto);
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(139, 220, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(100deg, rgba(4, 18, 43, 0.98), rgba(16, 24, 77, 0.96)),
    radial-gradient(circle at 88% 22%, rgba(34, 211, 238, 0.22), transparent 26%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
}

body.page-home-landing .landing-action-strip p {
  min-width: 0;
  margin: 0;
  color: #dbeafe;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

body.page-home-landing .landing-action-strip strong,
body.page-home-landing .landing-action-strip span {
  display: block;
}

body.page-home-landing .landing-action-strip strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

body.page-home-landing .landing-action-strip span {
  margin-top: 2px;
  color: #a8c5ef;
}

body.page-home-landing .landing-action-strip a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(139, 220, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

body.page-home-landing .landing-action-strip a:hover,
body.page-home-landing .landing-action-strip a:focus-visible {
  border-color: rgba(34, 211, 238, 0.7);
  background: linear-gradient(135deg, #1266f1, #0ea5e9);
  box-shadow: 0 10px 24px rgba(18, 102, 241, 0.28);
  outline: none;
}

body.page-home-landing .trade-fairs-section {
  margin-top: 22px;
}

@media (max-width: 1023px) {
  body.page-home-landing.dashboard-layout {
    padding-left: 0;
    padding-top: var(--app-topbar-height);
  }
}

@media (max-width: 760px) {
  body.page-home-landing .landing-page-shell {
    padding: 16px;
  }

  body.page-home-landing .landing-surface {
    padding: 16px;
    border-radius: 12px;
  }

  body.page-home-landing .landing-hero-copy {
    grid-template-columns: 1fr;
  }

  body.page-home-landing .landing-hero-actions {
    display: grid;
    justify-content: stretch;
  }

  body.page-home-landing .landing-action-strip {
    grid-template-columns: 1fr;
  }

  body.page-home-landing .landing-action-strip a {
    width: 100%;
  }
}

/* Final landing trace: HTML copy/cards with only the dashboard kept as a raster asset. */
body.page-home-landing .landing-surface {
  overflow: hidden;
  isolation: isolate;
  padding: 32px;
  background:
    radial-gradient(circle at 83% 16%, rgba(34, 211, 238, 0.2), transparent 30%),
    radial-gradient(circle at 21% 68%, rgba(18, 102, 241, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f7fbff 54%, #eef7ff 100%);
  border-color: rgba(139, 220, 255, 0.34);
  box-shadow:
    0 28px 70px rgba(4, 18, 43, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 0 42px rgba(34, 211, 238, 0.1);
}

body.page-home-landing .landing-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(115deg, rgba(18, 102, 241, 0.08) 0 1px, transparent 1px),
    radial-gradient(circle, rgba(18, 102, 241, 0.12) 0 2px, transparent 2.5px),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72) 46%, transparent 72%);
  background-size: 240px 170px, 104px 104px, 100% 100%;
  opacity: 0.48;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

body.page-home-landing .landing-surface::after {
  content: "";
  position: absolute;
  inset: auto 20px 20px;
  z-index: 0;
  height: 220px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(18, 102, 241, 0.16), transparent 62%);
  filter: blur(18px);
  opacity: 0.65;
}

body.page-home-landing .landing-intro {
  position: relative;
  z-index: 1;
  gap: 28px;
}

body.page-home-landing .landing-hero {
  grid-template-columns: minmax(450px, 0.86fr) minmax(0, 1.14fr);
  gap: 18px;
  align-items: center;
  padding: 2px 0 0;
}

body.page-home-landing .landing-hero-copy {
  position: relative;
  width: auto;
  height: auto;
  display: block;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
}

body.page-home-landing .landing-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(18, 102, 241, 0.12);
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.72);
  grid-column: auto;
  margin: 0 0 14px;
  color: #1266f1;
  font-size: 12px;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 24px rgba(18, 102, 241, 0.08);
}

body.page-home-landing .landing-hero h1 {
  max-width: 560px;
  color: #06143a;
  font-size: clamp(40px, 3.18vw, 54px);
  line-height: 1.08;
  text-wrap: balance;
}

body.page-home-landing .landing-hero h1 span {
  display: block;
  color: #0b72ff;
  text-shadow: 0 12px 32px rgba(18, 102, 241, 0.16);
}

body.page-home-landing .landing-hero-lede {
  max-width: 500px;
  margin: 22px 0 0;
  color: #24375f;
  font-size: clamp(15px, 1.08vw, 18px);
  font-weight: 650;
  line-height: 1.55;
}

body.page-home-landing .landing-hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: flex-start;
  max-width: 460px;
  margin-top: 26px;
  gap: 12px;
}

body.page-home-landing .landing-btn {
  min-height: 56px;
  min-width: 0;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 15px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

body.page-home-landing .landing-btn-primary {
  background: linear-gradient(135deg, #0b63f6 0%, #087cff 54%, #0ea5e9 100%);
  box-shadow:
    0 18px 36px rgba(18, 102, 241, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.34) inset;
}

body.page-home-landing .landing-btn-secondary {
  border-color: rgba(18, 102, 241, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  color: #071436;
}

body.page-home-landing .landing-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 530px;
  margin-top: 28px;
}

body.page-home-landing .landing-proof-row span {
  position: relative;
  min-width: 0;
  min-height: 68px;
  display: block;
  padding: 12px 12px 12px 48px;
  overflow: visible;
  border-color: rgba(18, 102, 241, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(246, 250, 255, 0.74));
  box-shadow:
    0 14px 32px rgba(18, 102, 241, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  font-size: 12px;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

body.page-home-landing .landing-proof-row span::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(18, 102, 241, 0.22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, #1266f1 0 4px, transparent 5px),
    linear-gradient(135deg, rgba(219, 234, 254, 0.96), rgba(255, 255, 255, 0.88));
  box-shadow: 0 8px 20px rgba(18, 102, 241, 0.18);
  transform: translateY(-50%);
}

body.page-home-landing .landing-proof-row strong {
  display: block;
  color: #0b72ff;
  font-size: 19px;
  line-height: 1.05;
  margin-bottom: 3px;
}

body.page-home-landing .landing-product-preview {
  display: block;
  align-self: center;
  margin: -10px -22px 0 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.page-home-landing .landing-product-preview > .landing-dashboard-image {
  display: block !important;
}

body.page-home-landing .landing-dashboard-image {
  width: 100%;
  height: auto;
  transform: translateX(10px) scale(1.06);
  transform-origin: center right;
  filter:
    drop-shadow(0 34px 48px rgba(18, 102, 241, 0.16))
    drop-shadow(0 12px 18px rgba(4, 18, 43, 0.08));
}

body.page-home-landing .landing-role-section {
  display: block;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.page-home-landing .landing-section-head {
  display: grid;
  justify-items: center;
  gap: 6px;
  margin: 0 0 20px;
  text-align: center;
}

body.page-home-landing .landing-section-head .landing-eyebrow {
  display: none;
}

body.page-home-landing .landing-section-head h2 {
  color: #06143a;
  font-size: clamp(30px, 3.05vw, 44px);
  line-height: 1.12;
  text-wrap: balance;
}

body.page-home-landing .landing-section-head h2 span {
  color: #0b72ff;
}

body.page-home-landing .landing-section-head p:last-child {
  max-width: none;
  color: #41547a;
  font-size: 14px;
  text-align: center;
}

body.page-home-landing .landing-role-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.page-home-landing .landing-role-card {
  min-width: 0;
  min-height: 360px;
  grid-template-rows: auto auto auto auto;
  align-content: start;
  gap: 13px;
  padding: 20px;
  border-color: rgba(18, 102, 241, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.92)),
    radial-gradient(circle at 88% 22%, rgba(18, 102, 241, 0.14), transparent 28%),
    radial-gradient(circle at 50% 118%, rgba(34, 211, 238, 0.1), transparent 36%);
  box-shadow:
    0 18px 42px rgba(15, 23, 42, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.86) inset;
}

body.page-home-landing .landing-role-card::after {
  right: 10px;
  bottom: 10px;
  width: 176px;
  height: 176px;
  opacity: 0.3;
  z-index: 0;
}

body.page-home-landing .landing-role-card > * {
  position: relative;
  z-index: 1;
}

body.page-home-landing .landing-role-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #1266f1, #22d3ee);
  opacity: 0;
  transition: opacity 180ms ease;
}

body.page-home-landing .landing-role-card:hover::before,
body.page-home-landing .landing-role-card:focus-visible::before {
  opacity: 1;
}

body.page-home-landing .role-icon {
  width: 66px;
  height: 66px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.98), rgba(229, 243, 255, 0.92));
  color: #1266f1;
  box-shadow:
    0 16px 34px rgba(18, 102, 241, 0.18),
    0 0 0 10px rgba(219, 234, 254, 0.5);
}

body.page-home-landing .role-icon--cyan {
  color: #06a9d4;
  background: rgba(220, 252, 255, 0.94);
}

body.page-home-landing .role-icon--violet {
  color: #4f46e5;
  background: rgba(239, 232, 255, 0.96);
}

body.page-home-landing .role-copy strong {
  font-size: 20px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

body.page-home-landing .role-copy small {
  color: #41547a;
  line-height: 1.38;
  overflow-wrap: anywhere;
}

body.page-home-landing .role-stat {
  max-width: 100%;
  min-height: 32px;
  white-space: normal;
  line-height: 1.2;
  text-align: center;
  overflow-wrap: anywhere;
}

body.page-home-landing .role-cta {
  min-height: 46px;
  border-radius: 8px;
  font-size: 14px;
  background: linear-gradient(135deg, #0b63f6, #087cff);
  box-shadow: 0 14px 28px rgba(18, 102, 241, 0.2);
  white-space: normal;
  text-align: center;
}

body.page-home-landing .role-cta--cyan {
  background: linear-gradient(135deg, #0891b2, #06b6d4);
}

@media (max-width: 1320px) {
  body.page-home-landing .landing-hero {
    grid-template-columns: 1fr;
  }

  body.page-home-landing .landing-product-preview {
    margin: 0;
  }

  body.page-home-landing .landing-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.page-home-landing .landing-surface {
    padding: 16px;
  }

  body.page-home-landing .landing-hero h1 {
    font-size: 34px;
  }

  body.page-home-landing .landing-hero-actions,
  body.page-home-landing .landing-proof-row,
  body.page-home-landing .landing-role-grid {
    grid-template-columns: 1fr;
  }

  body.page-home-landing .landing-hero-actions {
    display: grid;
  }

  body.page-home-landing .landing-proof-row span {
    min-height: 64px;
    padding-left: 46px;
  }

  body.page-home-landing .landing-role-card {
    min-height: 342px;
  }
}

/* Premium landing pass based on the final Image2 direction. */
body.page-home-landing .landing-page-shell {
  width: 100%;
  max-width: 1328px;
  margin: 0 auto;
  padding: 28px 24px 66px;
}

body.page-home-landing .landing-surface {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(26px, 2.6vw, 42px);
  border: 1px solid rgba(125, 211, 252, 0.38);
  border-radius: 18px;
  background:
    radial-gradient(circle at 80% 12%, rgba(34, 211, 238, 0.24), transparent 27%),
    radial-gradient(circle at 8% 84%, rgba(18, 102, 241, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f7fbff 50%, #eaf6ff 100%);
  box-shadow:
    0 34px 90px rgba(2, 10, 28, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 0 46px rgba(34, 211, 238, 0.12);
}

body.page-home-landing .landing-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(112deg, rgba(18, 102, 241, 0.09) 0 1px, transparent 1px),
    radial-gradient(circle, rgba(18, 102, 241, 0.13) 0 2px, transparent 2.5px),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72) 42%, transparent 72%);
  background-size: 250px 176px, 112px 112px, 100% 100%;
  opacity: 0.48;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

body.page-home-landing .landing-surface::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 86px;
  z-index: 0;
  width: min(56vw, 820px);
  height: min(44vw, 620px);
  pointer-events: none;
  background:
    radial-gradient(ellipse at 58% 42%, rgba(18, 102, 241, 0.23), transparent 62%),
    radial-gradient(ellipse at 35% 65%, rgba(34, 211, 238, 0.18), transparent 60%);
  filter: blur(22px);
  opacity: 0.9;
}

body.page-home-landing .landing-intro {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(34px, 3vw, 52px);
}

body.page-home-landing .landing-hero {
  display: grid;
  grid-template-columns: minmax(410px, 0.78fr) minmax(560px, 1.22fr);
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
  min-height: 520px;
  padding: 4px 0 0;
}

body.page-home-landing .landing-hero-copy {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
}

body.page-home-landing .landing-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  width: fit-content;
  margin: 0 0 16px;
  padding: 0 12px;
  border: 1px solid rgba(18, 102, 241, 0.16);
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.74);
  color: #0b72ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(18, 102, 241, 0.1);
}

body.page-home-landing .landing-hero h1 {
  max-width: 640px;
  color: #06143a;
  font-size: clamp(42px, 3.65vw, 64px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

body.page-home-landing .landing-hero h1 span {
  display: block;
  color: #0b72ff;
  text-shadow: 0 16px 38px rgba(18, 102, 241, 0.18);
}

body.page-home-landing .landing-hero-lede {
  max-width: 560px;
  margin: 22px 0 0;
  color: #263a64;
  font-size: clamp(16px, 1.1vw, 19px);
  font-weight: 700;
  line-height: 1.56;
}

body.page-home-landing .landing-hero-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  max-width: 510px;
  margin-top: 28px;
  gap: 12px;
}

body.page-home-landing .landing-btn {
  min-width: 0;
  min-height: 58px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

body.page-home-landing .landing-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #0b63f6 0%, #087cff 54%, #0ea5e9 100%);
  box-shadow:
    0 20px 42px rgba(18, 102, 241, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.34) inset;
}

body.page-home-landing .landing-btn-secondary {
  border: 1px solid rgba(18, 102, 241, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.92));
  color: #071436;
  box-shadow:
    0 16px 34px rgba(15, 23, 42, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.82) inset;
}

body.page-home-landing .landing-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 590px;
  margin-top: 30px;
  gap: 12px;
}

body.page-home-landing .landing-proof-row span {
  position: relative;
  min-width: 0;
  min-height: 76px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 14px 16px;
  overflow: hidden;
  border: 1px solid rgba(18, 102, 241, 0.13);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 250, 255, 0.82));
  color: #263a64;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  overflow-wrap: normal;
  box-shadow:
    0 16px 34px rgba(18, 102, 241, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

body.page-home-landing .landing-proof-row span::before {
  display: none;
}

body.page-home-landing .landing-proof-row strong {
  display: block;
  margin-bottom: 3px;
  color: #0b72ff;
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 950;
  line-height: 1.02;
}

body.page-home-landing .landing-product-preview {
  position: relative;
  z-index: 1;
  display: block;
  align-self: center;
  min-width: 0;
  margin: -8px 0 -4px -4px;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.page-home-landing .landing-product-preview::before {
  content: "";
  position: absolute;
  inset: 11% 2% 10% 8%;
  z-index: -1;
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 50% 42%, rgba(14, 165, 233, 0.34), transparent 64%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(219, 234, 254, 0.18));
  filter: blur(22px);
}

body.page-home-landing .landing-product-preview > .landing-dashboard-image {
  display: block !important;
}

body.page-home-landing .landing-dashboard-image {
  display: block;
  width: min(104%, 780px);
  max-width: none;
  height: auto;
  margin-left: auto;
  transform: rotate(0.12deg) scale(1.01);
  transform-origin: center right;
  filter:
    drop-shadow(0 38px 58px rgba(18, 102, 241, 0.2))
    drop-shadow(0 12px 20px rgba(2, 10, 28, 0.12));
}

body.page-home-landing .landing-role-section {
  position: relative;
  z-index: 2;
  display: block;
  margin: clamp(28px, 3vw, 46px) 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.page-home-landing .landing-section-head {
  display: grid;
  justify-items: center;
  gap: 9px;
  margin: 0 0 clamp(28px, 2.2vw, 36px);
  text-align: center;
}

body.page-home-landing .landing-section-head .landing-eyebrow {
  display: none;
}

body.page-home-landing .landing-section-head h2 {
  max-width: 980px;
  color: #06143a;
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

body.page-home-landing .landing-section-head h2 span {
  color: #0b72ff;
}

body.page-home-landing .landing-section-head p:last-child {
  max-width: 620px;
  color: #41547a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

body.page-home-landing .landing-role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 1.6vw, 26px);
}

body.page-home-landing .landing-role-card {
  --role-accent: #1266f1;
  position: relative;
  min-width: 0;
  min-height: 312px;
  display: grid;
  grid-template-rows: auto minmax(86px, auto) auto 1fr auto;
  align-content: start;
  gap: 12px;
  padding: 24px 22px 22px;
  overflow: hidden;
  border: 1px solid rgba(18, 102, 241, 0.14);
  border-radius: 10px;
  background:
    radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--role-accent) 10%, transparent), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.94));
  box-shadow:
    0 20px 46px rgba(2, 10, 28, 0.09),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  color: #071436;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

body.page-home-landing .landing-role-card:nth-child(2) {
  --role-accent: #0b7cff;
}

body.page-home-landing .landing-role-card:nth-child(3) {
  --role-accent: #06b6d4;
}

body.page-home-landing .landing-role-card:nth-child(4) {
  --role-accent: #4f46e5;
}

body.page-home-landing .landing-role-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--role-accent), #22d3ee);
  opacity: 0.86;
}

body.page-home-landing .landing-role-card::after {
  display: none;
}

body.page-home-landing .landing-role-card > * {
  position: relative;
  z-index: 1;
}

body.page-home-landing .landing-role-card:hover,
body.page-home-landing .landing-role-card:focus-visible {
  border-color: color-mix(in srgb, var(--role-accent) 38%, rgba(255, 255, 255, 0.4));
  box-shadow:
    0 26px 58px rgba(18, 102, 241, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.86) inset;
  transform: translateY(-3px);
}

body.page-home-landing .role-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.98), rgba(229, 243, 255, 0.88));
  color: var(--role-accent);
  box-shadow:
    0 18px 36px color-mix(in srgb, var(--role-accent) 22%, transparent),
    0 0 0 12px color-mix(in srgb, var(--role-accent) 10%, transparent);
}

body.page-home-landing .role-icon svg {
  width: 29px;
  height: 29px;
  stroke-width: 2.35;
}

body.page-home-landing .role-copy {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 86px;
}

body.page-home-landing .role-copy strong {
  color: #06143a;
  font-size: clamp(19px, 1.22vw, 22px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

body.page-home-landing .role-copy small {
  color: #41547a;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.36;
  overflow-wrap: anywhere;
}

body.page-home-landing .role-stat {
  justify-self: start;
  align-self: start;
  max-width: 100%;
  min-height: 31px;
  padding: 8px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--role-accent) 9%, #ffffff);
  color: var(--role-accent);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.page-home-landing .role-cta,
body.page-home-landing .role-cta--cyan {
  grid-row: 5;
  align-self: end;
  width: 100%;
  min-height: 48px;
  margin-top: 10px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--role-accent), #0b7cff);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  box-shadow:
    0 16px 32px color-mix(in srgb, var(--role-accent) 26%, transparent),
    0 1px 0 rgba(255, 255, 255, 0.28) inset;
}

body.page-home-landing .landing-value-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(30px, 2.6vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(139, 220, 255, 0.24);
  border-radius: 12px;
  background:
    radial-gradient(circle at 10% 30%, rgba(34, 211, 238, 0.16), transparent 28%),
    linear-gradient(135deg, #06101f 0%, #071832 54%, #0b1430 100%);
  box-shadow:
    0 24px 54px rgba(2, 10, 28, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

body.page-home-landing .landing-value-band div {
  min-width: 0;
  padding: 24px 28px;
  border-right: 1px solid rgba(139, 220, 255, 0.16);
}

body.page-home-landing .landing-value-band div:last-child {
  border-right: 0;
}

body.page-home-landing .landing-value-band strong,
body.page-home-landing .landing-value-band span {
  display: block;
}

body.page-home-landing .landing-value-band strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.15;
}

body.page-home-landing .landing-value-band span {
  margin-top: 7px;
  color: #a9bad4;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.42;
}

body.page-home-landing .landing-info-section {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(22px, 2.2vw, 34px);
  margin-top: clamp(28px, 3vw, 48px);
}

body.page-home-landing .landing-section-head--compact {
  max-width: 920px;
  margin: 0 auto;
}

body.page-home-landing .landing-section-head--compact .landing-eyebrow {
  display: inline-flex;
  margin: 0 auto 8px;
}

body.page-home-landing .landing-section-head--compact h2 {
  font-size: clamp(30px, 2.5vw, 42px);
}

body.page-home-landing .landing-audience-list {
  display: grid;
  gap: 18px;
}

body.page-home-landing .landing-audience-panel {
  --audience-accent: #1266f1;
  scroll-margin-top: calc(var(--app-topbar-height, 76px) + 22px);
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(18px, 2.1vw, 32px);
  align-items: stretch;
  min-width: 0;
  padding: clamp(22px, 2.2vw, 32px);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--audience-accent) 16%, rgba(255, 255, 255, 0.8));
  border-radius: 14px;
  background:
    radial-gradient(circle at 96% 6%, color-mix(in srgb, var(--audience-accent) 12%, transparent), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.9));
  box-shadow:
    0 20px 46px rgba(2, 10, 28, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

body.page-home-landing .landing-audience-panel--blue {
  --audience-accent: #0b7cff;
}

body.page-home-landing .landing-audience-panel--cyan {
  --audience-accent: #06b6d4;
}

body.page-home-landing .landing-audience-panel--violet {
  --audience-accent: #4f46e5;
}

body.page-home-landing .audience-panel-main {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
}

body.page-home-landing .audience-panel-main .landing-eyebrow {
  margin: 0;
  color: var(--audience-accent);
  background: color-mix(in srgb, var(--audience-accent) 9%, #ffffff);
}

body.page-home-landing .audience-panel-main h3 {
  margin: 0;
  color: #06143a;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

body.page-home-landing .audience-panel-main p {
  margin: 0;
  color: #31466e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.58;
}

body.page-home-landing .audience-panel-cta {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: min(100%, 230px);
  margin-top: 6px;
  padding: 0 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--audience-accent), #0b7cff);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow:
    0 16px 32px color-mix(in srgb, var(--audience-accent) 24%, transparent),
    0 1px 0 rgba(255, 255, 255, 0.28) inset;
}

body.page-home-landing .audience-panel-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

body.page-home-landing .audience-panel-points div {
  min-width: 0;
  min-height: 172px;
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 18px;
  border: 1px solid rgba(18, 102, 241, 0.1);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(242, 248, 255, 0.74));
}

body.page-home-landing .audience-panel-points strong {
  color: var(--audience-accent);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.16;
}

body.page-home-landing .audience-panel-points span {
  color: #41547a;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.45;
}

@media (max-width: 1380px) {
  body.page-home-landing .landing-hero {
    grid-template-columns: minmax(360px, 0.86fr) minmax(450px, 1.14fr);
    min-height: 470px;
  }

  body.page-home-landing .landing-dashboard-image {
    width: min(110%, 800px);
  }

  body.page-home-landing .landing-role-card {
    min-height: 306px;
    padding: 20px;
  }
}

@media (max-width: 1160px) {
  body.page-home-landing .landing-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.page-home-landing .landing-hero-copy {
    max-width: 760px;
  }

  body.page-home-landing .landing-product-preview {
    margin: 0;
  }

  body.page-home-landing .landing-dashboard-image {
    width: 100%;
    transform: none;
  }

  body.page-home-landing .landing-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-home-landing .landing-value-band {
    grid-template-columns: 1fr;
  }

  body.page-home-landing .landing-audience-panel {
    grid-template-columns: 1fr;
  }

  body.page-home-landing .landing-value-band div {
    border-right: 0;
    border-bottom: 1px solid rgba(139, 220, 255, 0.14);
  }

  body.page-home-landing .landing-value-band div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  body.page-home-landing .landing-page-shell {
    padding: 16px 12px 44px;
  }

  body.page-home-landing .landing-surface {
    padding: 18px;
    border-radius: 14px;
  }

  body.page-home-landing .landing-hero h1 {
    font-size: 34px;
    line-height: 1.06;
  }

  body.page-home-landing .landing-hero-lede {
    font-size: 15px;
  }

  body.page-home-landing .landing-hero-actions,
  body.page-home-landing .landing-proof-row,
  body.page-home-landing .landing-role-grid {
    grid-template-columns: 1fr;
  }

  body.page-home-landing .landing-btn {
    min-height: 54px;
    white-space: normal;
  }

  body.page-home-landing .landing-product-preview {
    margin: 4px -8px 0;
  }

  body.page-home-landing .landing-section-head h2 {
    font-size: 30px;
  }

  body.page-home-landing .landing-role-card {
    min-height: 286px;
  }

  body.page-home-landing .audience-panel-points {
    grid-template-columns: 1fr;
  }

  body.page-home-landing .audience-panel-points div {
    min-height: 0;
  }

  body.page-home-landing .audience-panel-cta {
    width: 100%;
  }

  body.page-home-landing .landing-value-band div {
    padding: 18px;
  }
}
