:root {
  --bg: #050816;
  --bg-soft: #0d1224;
  --panel: rgba(11, 19, 41, 0.78);
  --panel-strong: rgba(13, 22, 48, 0.92);
  --panel-light: rgba(20, 31, 64, 0.72);
  --line: rgba(159, 181, 255, 0.14);
  --text: #f5f8ff;
  --muted: #98a5cf;
  --blue: #53a7ff;
  --cyan: #54e6ff;
  --violet: #8d67ff;
  --teal: #50d5b7;
  --cta-warm-start: #ffd299;
  --cta-warm-end: #ffb366;
  --cta-warm-text: #3a2412;
  --cta-soft-start: #ffe4bc;
  --cta-soft-end: #ffc989;
  --cta-soft-text: #5b381d;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shell: min(1400px, calc(100% - 28px));
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(83, 167, 255, 0.14), transparent 22%),
    radial-gradient(circle at top right, rgba(141, 103, 255, 0.16), transparent 20%),
    radial-gradient(circle at bottom center, rgba(84, 230, 255, 0.12), transparent 20%),
    linear-gradient(180deg, #040711 0%, #07101f 42%, #091426 100%);
  overflow-x: clip;
}

html.site-js #siteRoot[data-site-ready="false"] {
  opacity: 0;
}

html.site-js #siteRoot[data-site-ready="false"] [data-server-preview="true"] {
  display: none;
}

html.site-js #siteRoot[data-site-ready="true"] {
  opacity: 1;
  transition: opacity 180ms ease;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 14%, rgba(83, 167, 255, 0.14), transparent 22%),
    radial-gradient(circle at 78% 18%, rgba(141, 103, 255, 0.18), transparent 24%),
    radial-gradient(circle at 52% 44%, rgba(84, 230, 255, 0.08), transparent 18%);
  opacity: 0.92;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.site-shell {
  width: var(--shell);
  margin: 0 auto;
  padding-bottom: 64px;
  overflow-x: clip;
}

.announce-bar {
  display: none !important;
  margin: 16px auto 0;
  padding: 11px 18px;
  border: 1px solid var(--line);
  background: rgba(14, 23, 47, 0.78);
  border-radius: 999px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--muted);
  box-shadow: var(--shadow);
  font-size: 0.95rem;
}

.announce-close {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  margin: 20px 0 24px;
  padding: 11px 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background:
    linear-gradient(180deg, rgba(25, 34, 66, 0.88), rgba(11, 18, 38, 0.96)),
    radial-gradient(circle at 18% 18%, rgba(87, 186, 255, 0.1), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(215, 133, 255, 0.1), transparent 28%);
  border: 1px solid rgba(159, 181, 255, 0.15);
  backdrop-filter: blur(24px);
  box-shadow:
    inset 0 1px 0 rgba(246, 249, 255, 0.07),
    inset 0 -1px 0 rgba(88, 121, 220, 0.12),
    0 18px 34px rgba(4, 8, 24, 0.28),
    0 0 0 1px rgba(91, 128, 233, 0.05);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  background:
    linear-gradient(180deg, rgba(24, 35, 68, 0.94), rgba(9, 16, 34, 0.98)),
    radial-gradient(circle at 18% 18%, rgba(87, 186, 255, 0.1), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(215, 133, 255, 0.1), transparent 28%);
  border-color: rgba(159, 181, 255, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(246, 249, 255, 0.07),
    inset 0 -1px 0 rgba(88, 121, 220, 0.14),
    0 20px 38px rgba(4, 8, 24, 0.34),
    0 0 0 1px rgba(91, 128, 233, 0.07);
}

.brand {
  --brand-mark-size: 50px;
  --brand-lockup-gap: 11px;
  --brand-wordmark-width: clamp(132px, 9vw, 154px);
  --brand-wordmark-height: clamp(24px, 1.8vw, 29px);
  display: inline-flex;
  align-items: center;
  gap: var(--brand-lockup-gap);
  min-width: 0;
}

.brand-lockup-site {
  flex: 0 0 auto;
  overflow: visible;
  margin-left: 0;
  padding-right: 0;
}

.brand strong, h1, h2, h3 {
  font-family: "Space Grotesk", sans-serif;
}

.brand-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 2px;
  width: var(--brand-wordmark-width);
  min-width: 0;
  overflow: visible;
  transform: translateX(15px);
  padding-top: 0;
  text-align: center;
}

.brand-wordmark-wrap {
  display: grid;
  grid-template: 1fr / 1fr;
  place-items: center;
  width: var(--brand-wordmark-width);
  height: var(--brand-wordmark-height);
  flex: 0 0 auto;
  overflow: visible;
  padding: 0 0 2px;
  position: relative;
  transform: translateY(-10px);
}

.brand-wordmark-mask {
  display: none !important;
}

.brand-wordmark-wrap::before {
  content: "";
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #27d7f6 0%, #41b9ff 26%, #4f93ff 52%, #7c70ff 76%, #d785ff 100%);
  -webkit-mask-image: url("/site-assets/meshline-wordmark-premium-transparent.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("/site-assets/meshline-wordmark-premium-transparent.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  filter: drop-shadow(0 0 10px rgba(105, 151, 255, 0.14));
}

.brand-wordmark-img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
  transform: none;
  opacity: 0;
}

.brand-wordmark-fallback {
  display: none;
}

.meshline-wordmark {
  --meshline-wordmark-width: 134px;
  --meshline-wordmark-height: 24px;
  display: inline-block;
  width: var(--meshline-wordmark-width);
  height: var(--meshline-wordmark-height);
  vertical-align: middle;
  position: relative;
  flex: 0 0 auto;
}

.meshline-wordmark::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #27d7f6 0%, #41b9ff 26%, #4f93ff 52%, #7c70ff 76%, #d785ff 100%);
  -webkit-mask-image: url("/site-assets/meshline-wordmark-premium-transparent.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("/site-assets/meshline-wordmark-premium-transparent.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  filter: drop-shadow(0 0 12px rgba(105, 151, 255, 0.16));
}

.meshline-wordmark-fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.meshline-wordmark--home-core {
  --meshline-wordmark-width: 163px;
  --meshline-wordmark-height: 30px;
}

.brand-tagline-text {
  display: block;
  color: rgba(213, 222, 243, 0.82);
  width: 100%;
  font-size: 0.63rem;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0.012em;
  white-space: nowrap;
  max-width: none;
  text-align: center;
  justify-self: center;
  transform: translate(-20px, -2px);
}

.brand-logo,
.brand-subline,
.brand-subline-accent,
.brand-tagline {
  display: none;
}

.brand-mark {
  width: var(--brand-mark-size);
  height: var(--brand-mark-size);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--blue), var(--violet) 55%, var(--cyan));
  box-shadow: 0 14px 30px rgba(83, 167, 255, 0.28);
  overflow: hidden;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
}

.site-nav, .header-actions, .hero-actions, .bullet-row, .section-head, .filter-row, .article-meta, .content-item-meta, .section-actions, .slider-inline-controls, .topic-row, .contact-form-actions, .footer-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.breadcrumb-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: rgba(194, 215, 255, 0.72);
  font-size: 0.92rem;
}

.breadcrumb-item a {
  color: rgba(194, 215, 255, 0.8);
  text-decoration: none;
}

.breadcrumb-item [aria-current="page"] {
  color: rgba(240, 246, 255, 0.96);
}

.breadcrumb-sep {
  color: rgba(146, 174, 228, 0.5);
}

.site-nav a, .ghost-link, .text-link {
  color: var(--muted);
}

.site-nav {
  padding: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(17, 24, 50, 0.72), rgba(9, 14, 33, 0.42));
  border: 1px solid rgba(120, 144, 212, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -1px 0 rgba(75, 97, 170, 0.12);
}

.site-nav a {
  padding: 8px 15px;
  border-radius: 999px;
  color: rgba(226, 234, 251, 0.82);
  background: linear-gradient(180deg, rgba(28, 38, 76, 0.55), rgba(13, 20, 43, 0.28));
  border: 1px solid rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 6px 14px rgba(4, 8, 24, 0.12);
}

.site-nav a:hover {
  color: #f3f7ff;
  background: linear-gradient(180deg, rgba(54, 68, 121, 0.48), rgba(20, 29, 59, 0.26));
  border-color: rgba(130, 155, 234, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 18px rgba(5, 10, 26, 0.2);
}

.site-nav a[aria-current="page"],
.mobile-drawer a[aria-current="page"] {
  color: var(--text);
}

.site-nav a[aria-current="page"] {
  background: linear-gradient(180deg, rgba(74, 90, 150, 0.44), rgba(31, 42, 84, 0.3));
  border-color: rgba(138, 164, 242, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 18px rgba(6, 11, 28, 0.18);
}

.ghost-link, .primary-link, .filter-chip, .slider-arrow, .menu-toggle, .button-link {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 12px 18px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease, filter 180ms ease;
}

.primary-link, .button-link {
  background: linear-gradient(135deg, var(--cta-warm-start), var(--cta-warm-end));
  color: var(--cta-warm-text);
  border-color: rgba(255, 191, 110, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 236, 0.54),
    inset 0 -1px 0 rgba(181, 105, 32, 0.14),
    0 14px 26px rgba(255, 177, 92, 0.22),
    0 0 20px rgba(255, 177, 92, 0.12);
  font-weight: 800;
}

.login-link,
.header-actions .ghost-link {
  background: linear-gradient(135deg, rgba(84, 230, 255, 0.98), rgba(73, 144, 255, 0.98) 28%, rgba(122, 107, 255, 0.98) 68%, rgba(215, 133, 255, 0.98));
  color: #eef3ff;
  border-color: rgba(125, 154, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(243, 247, 255, 0.24),
    inset 0 -1px 0 rgba(56, 65, 152, 0.18),
    0 14px 24px rgba(113, 123, 255, 0.18),
    0 0 18px rgba(149, 120, 255, 0.14);
  font-weight: 700;
}

.header-actions {
  gap: 12px;
}

.header-actions .primary-link,
.header-actions .ghost-link {
  min-height: 42px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.ghost-link.filled, .filter-chip, .slider-arrow, .menu-toggle {
  background: rgba(255, 255, 255, 0.04);
}

.filter-chip {
  color: rgba(245, 248, 255, 0.96);
  font-weight: 600;
}

.ghost-link:hover, .primary-link:hover, .filter-chip:hover, .slider-arrow:hover, .product-card:hover, .catalog-card:hover, .value-card:hover, .support-card:hover, .article-card:hover, .price-card:hover, .feature-block:hover, .step-card:hover, .use-case-card:hover, .faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(3, 7, 20, 0.35);
}

.menu-toggle, .mobile-drawer, .mobile-cta-bar { display: none; }

body.booking-open {
  overflow: hidden;
}

.menu-toggle {
  align-items: center;
  gap: 10px;
}

.menu-toggle-icon {
  width: 18px;
  height: 12px;
  position: relative;
  display: inline-block;
}

.menu-toggle-icon::before,
.menu-toggle-icon::after,
.menu-toggle-icon {
  border-top: 2px solid rgba(245, 248, 255, 0.9);
}

.menu-toggle-icon::before,
.menu-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}

.menu-toggle-icon::before {
  top: 4px;
}

.menu-toggle-icon::after {
  top: 10px;
}

.mobile-drawer {
  margin-bottom: 24px;
  padding: 0;
  border-radius: var(--radius-lg);
  background: var(--panel-strong);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mobile-drawer.open {
  display: block;
}

.mobile-drawer-panel {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.mobile-drawer-label,
.footer-link-label {
  margin: 0;
  color: rgba(216, 228, 255, 0.68);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}

.mobile-drawer a {
  padding: 10px 0;
}

.mobile-drawer-cta {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(159, 181, 255, 0.12);
  display: grid;
  gap: 12px;
}

.mobile-drawer-cta p {
  margin: 0;
}

.booking-modal,
.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  place-items: center;
  padding: 20px;
}

.booking-modal[hidden],
.checkout-modal[hidden] {
  display: none !important;
  pointer-events: none;
}

.booking-modal-backdrop,
.checkout-modal-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at top, rgba(84, 230, 255, 0.12), transparent 28%),
    rgba(2, 8, 20, 0.76);
  backdrop-filter: blur(16px);
}

.booking-modal-dialog,
.checkout-modal-dialog {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: min(1120px, 100%);
  min-height: min(760px, calc(100vh - 36px));
  border-radius: 32px;
  border: 1px solid rgba(118, 150, 238, 0.18);
  background:
    radial-gradient(circle at top right, rgba(141, 103, 255, 0.14), transparent 26%),
    radial-gradient(circle at top left, rgba(84, 230, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(17, 28, 58, 0.96), rgba(6, 12, 30, 0.98)),
    rgba(7, 13, 28, 0.96);
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.booking-modal-shell,
.checkout-modal-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 12px;
  min-height: inherit;
  padding: 20px 20px 16px;
}

.booking-modal-close,
.checkout-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 260;
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  appearance: none;
  border-radius: 50%;
  border: 1px solid rgba(131, 157, 238, 0.18);
  background: rgba(15, 24, 50, 0.9);
  color: rgba(234, 240, 255, 0.88);
  box-shadow: 0 14px 24px rgba(4, 8, 22, 0.18);
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  isolation: isolate;
}

.booking-modal-close svg,
.checkout-modal-close svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  pointer-events: none;
}

.booking-modal-close *,
.checkout-modal-close * {
  pointer-events: none;
}

.booking-modal-head {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 8px;
  padding-right: 64px;
}

.booking-modal-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.booking-modal-mark {
  display: inline-flex;
  width: 52px;
  height: 52px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid rgba(114, 200, 255, 0.24);
  background:
    radial-gradient(circle at 30% 30%, rgba(84, 230, 255, 0.34), rgba(141, 103, 255, 0.24) 52%, rgba(14, 22, 46, 0.94));
  box-shadow:
    0 0 22px rgba(84, 230, 255, 0.16),
    0 0 34px rgba(141, 103, 255, 0.16);
}

.booking-modal-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.booking-modal-kicker {
  margin: 0 0 6px;
  color: var(--cyan);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
}

.booking-modal-head h2 {
  margin: 0;
  font-size: clamp(2.05rem, 3vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.booking-modal-copy {
  margin: 0;
  max-width: none;
  font-size: 0.95rem;
  line-height: 1.45;
  white-space: nowrap;
}

.booking-modal-frame-wrap,
.contact-booking-frame-wrap {
  position: relative;
  z-index: 1;
  min-height: 540px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(123, 150, 229, 0.18);
  background:
    linear-gradient(180deg, rgba(14, 24, 50, 0.96), rgba(8, 14, 31, 0.98)),
    rgba(7, 13, 28, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 50px rgba(1, 6, 18, 0.26);
}

.booking-modal-frame,
.contact-booking-frame {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  display: block;
  background: #0b1326;
}

.contact-booking-mobile-card {
  display: none;
  gap: 12px;
  align-content: start;
  padding: 22px 20px;
  border-radius: 22px;
  border: 1px solid rgba(129, 151, 225, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(16, 24, 50, 0.96), rgba(10, 16, 34, 0.94));
}

.contact-booking-mobile-card strong {
  color: #f5f8ff;
  font-size: 1.02rem;
  line-height: 1.35;
}

.contact-booking-mobile-card p {
  margin: 0;
  color: rgba(219, 228, 250, 0.8);
  line-height: 1.55;
}

.booking-modal-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(218, 228, 252, 0.68);
  font-size: 0.88rem;
}

.booking-modal-foot a {
  color: var(--cyan);
}

.contact-booking-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 520px);
  justify-content: center;
  gap: 20px;
  align-items: start;
  padding: 18px;
  border-radius: 30px;
}

.contact-booking-copy {
  display: grid;
  align-content: start;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
}

.contact-booking-frame-stage {
  width: 100%;
  margin: 0;
}

.contact-booking-copy h2,
.contact-booking-copy p,
.contact-booking-copy .mini-list {
  margin: 0;
}

.contact-booking-copy h2 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.04;
}

.contact-page-hero {
  max-width: none;
  width: 100%;
  justify-items: center;
  text-align: center;
  padding-top: 66px;
}

.contact-page-hero h1 {
  width: min(100%, 1360px);
  max-width: min(100%, 1360px);
  margin-inline: auto;
  font-size: clamp(1.5rem, 2vw, 2.05rem);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.05em;
}

.contact-page-hero .hero-body {
  width: min(100%, 1240px);
  max-width: min(100%, 1240px);
  margin-inline: auto;
  text-align: center;
  white-space: nowrap;
  font-size: 0.94rem;
}

.contact-intake-shell {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 30px;
}

.contact-intake-head {
  display: grid;
  gap: 6px;
  width: min(100%, 1040px);
}

.contact-intake-head h2,
.contact-intake-head p {
  margin: 0;
}

.contact-intake-head h2 {
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  line-height: 1.02;
}

.contact-intake-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 12px;
}

.contact-intake-form label {
  display: grid;
  gap: 4px;
}

.contact-intake-form label > span {
  color: rgba(235, 242, 255, 0.9);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.contact-intake-form input,
.contact-intake-form select,
.contact-intake-form textarea {
  min-height: 44px;
  padding: 11px 13px;
  border-radius: 14px;
  border: 1px solid rgba(150, 177, 248, 0.16);
  background:
    linear-gradient(180deg, rgba(18, 28, 56, 0.96), rgba(10, 17, 36, 0.98)),
    rgba(9, 15, 31, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 18px rgba(2, 8, 24, 0.14);
  font-size: 0.92rem;
}

.contact-intake-form textarea {
  min-height: 96px;
  resize: vertical;
}

.contact-intake-form .full-span {
  grid-column: 1 / -1;
}

.contact-booking-frame-wrap {
  min-height: 520px;
}

.contact-booking-frame {
  min-height: 520px;
}

.hero-section, .page-hero, .product-hero, .article-layout, .two-up, .trust-strip, .pricing-grid, .value-grid, .steps-grid, .use-case-grid, .support-grid, .article-grid, .footer-grid, .catalog-grid {
  display: grid;
  gap: 24px;
}

.hero-section, .product-hero {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  min-height: 74vh;
}

.manifesto-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 24px;
  align-items: stretch;
  margin: 10px 0 20px;
}

.panel-surface {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(159, 181, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(15, 23, 50, 0.88), rgba(6, 12, 30, 0.94)),
    rgba(11, 19, 41, 0.82);
  box-shadow: var(--shadow);
}

.panel-surface::before {
  content: "";
  position: absolute;
  inset: -10% -5% auto;
  height: 60%;
  background: radial-gradient(circle at 50% 20%, rgba(141, 103, 255, 0.18), transparent 44%);
  pointer-events: none;
}

.page-hero {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 132px 0 12px;
  max-width: 1180px;
  margin: 0 auto;
  gap: 14px;
}

.blog-page-hero {
  max-width: none;
  width: 100%;
  padding-top: 38px;
  padding-bottom: 4px;
  text-align: center;
  justify-items: center;
  overflow-x: clip;
}

.products-page-hero {
  display: grid;
  gap: 14px;
  width: min(100%, 1180px);
  margin-inline: auto;
  text-align: center;
  place-items: center;
  padding-top: 48px;
  padding-bottom: 2px;
}

.products-page-hero h1 {
  width: min(100%, 1080px);
  max-width: min(100%, 1080px);
  margin: 0 auto;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.04;
  white-space: normal;
  text-wrap: balance;
  text-align: center;
}

.products-page-hero > .eyebrow,
.products-page-hero .hero-body {
  justify-self: center;
  text-align: center;
}

.products-page-hero > .eyebrow {
  width: auto;
}

.products-page-hero .hero-body {
  width: min(100%, 760px);
  max-width: min(100%, 760px);
  white-space: normal;
  text-wrap: balance;
  margin: 0 auto;
  font-size: 0.98rem;
}

.products-route-compact .site-header {
  top: 10px;
  margin: 10px 0 12px;
  padding: 8px 14px;
}

.products-route-compact .page-hero.products-page-hero {
  padding-top: 28px;
}

.products-route-compact .page-hero + .section {
  margin-top: -2px;
}

.blog-page-hero > .eyebrow,
.blog-page-title,
.blog-page-subtitle,
.blog-hero-panel {
  position: relative;
  transform: translateX(50px);
}

.blog-page-title {
  display: block;
  width: min(100%, 1320px);
  max-width: min(100%, 1320px);
  margin: 0 auto;
  justify-self: center;
  font-size: clamp(1.3rem, 1.7vw, 1.9rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-wrap: nowrap;
  overflow-wrap: normal;
  text-align: center;
}

.blog-page-subtitle {
  width: min(100%, 62ch);
  max-width: min(100%, 62ch) !important;
  margin-top: 10px;
  font-size: clamp(0.92rem, 1.05vw, 1rem);
  line-height: 1.5;
  white-space: normal;
  text-wrap: pretty;
  text-align: center;
}

.blog-hero-panel {
  margin-top: 18px;
  width: min(100%, 1120px);
  max-width: 100%;
  padding: 14px;
  border-radius: 34px;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(159, 181, 255, 0.05);
  justify-self: center;
  margin-inline: auto;
  overflow: hidden;
}

.blog-shared-banner-stage {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.blog-shared-banner-stage .home-visual-shell {
  margin-inline: auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.blog-hero-stage {
  position: relative;
  width: 100%;
  min-height: 364px;
  padding: 20px 22px 18px;
  border: 1px solid rgba(159, 181, 255, 0.1);
  border-radius: 32px;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(92, 125, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(20, 31, 64, 0.78), rgba(10, 18, 38, 0.92));
}

.blog-hero-stage::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 30%, rgba(120, 150, 255, 0.12), transparent 22%),
    radial-gradient(circle at 76% 26%, rgba(84, 230, 255, 0.09), transparent 20%),
    linear-gradient(90deg, rgba(84, 230, 255, 0.03), transparent 24%, transparent 74%, rgba(141, 103, 255, 0.05));
  pointer-events: none;
}

.blog-stage-aura {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 420px;
  height: 210px;
  transform: translate(-50%, -42%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(98, 132, 255, 0.32), rgba(84, 230, 255, 0.12) 44%, transparent 72%);
  filter: blur(20px);
  opacity: 0.95;
  animation: pulseAura 3.6s ease-in-out infinite;
}

.blog-stage-node {
  position: absolute;
  z-index: 2;
  width: 162px;
  padding: 11px 11px 9px;
  border-radius: 20px;
  border: 1px solid rgba(176, 197, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(30, 42, 82, 0.92), rgba(11, 20, 43, 0.94)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 56%),
    rgba(7, 15, 34, 0.9);
  box-shadow:
    0 18px 32px rgba(5, 11, 28, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -1px 0 rgba(116, 145, 230, 0.12);
  display: grid;
  gap: 4px;
  text-align: left;
}

.blog-stage-node::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(84, 230, 255, 0.96), rgba(141, 103, 255, 0.94));
  box-shadow: 0 0 16px rgba(84, 230, 255, 0.26);
}

.blog-stage-node span {
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.65rem;
  font-weight: 700;
}

.blog-stage-node strong {
  color: rgba(245, 248, 255, 0.94);
  font-size: 0.88rem;
  line-height: 1.2;
}

.blog-stage-node small {
  color: rgba(208, 219, 244, 0.72);
  font-size: 0.69rem;
  line-height: 1.36;
}

.node-top-left {
  top: 14px;
  left: 14px;
}

.node-top-right {
  top: 14px;
  right: 14px;
}

.node-bottom-left {
  left: 14px;
  bottom: 14px;
}

.node-bottom-right {
  right: 14px;
  bottom: 14px;
}

.blog-stage-flow {
  position: absolute;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(84, 230, 255, 0.04), rgba(141, 103, 255, 0.32), rgba(84, 230, 255, 0.06));
  overflow: hidden;
  opacity: 0.9;
}

.blog-stage-flow::before {
  content: "";
  position: absolute;
  inset: -3px auto -3px -12%;
  width: 34%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(84, 230, 255, 0.95), rgba(141, 103, 255, 0.96), transparent);
  box-shadow: 0 0 20px rgba(113, 152, 255, 0.38);
  animation: meshPulse 2.4s linear infinite;
}

.flow-top-left {
  top: 82px;
  left: 160px;
  width: 250px;
  transform: rotate(20deg);
}

.flow-top-right {
  top: 82px;
  right: 160px;
  width: 250px;
  transform: rotate(-20deg);
}

.flow-bottom-left {
  bottom: 82px;
  left: 160px;
  width: 250px;
  transform: rotate(-20deg);
}

.flow-bottom-right {
  bottom: 82px;
  right: 160px;
  width: 250px;
  transform: rotate(20deg);
}

.blog-stage-orbit {
  position: absolute;
  inset: 24px 92px 38px;
  border-radius: 999px;
  border: 1px solid rgba(110, 149, 255, 0.08);
}

.orbit-mid {
  inset: 48px 142px 80px;
  animation: pulseOrbit 4.4s ease-in-out infinite;
}

.orbit-inner {
  inset: 72px 270px 118px;
  animation: pulseOrbit 5.4s ease-in-out infinite;
}

.orbit-outer {
  animation: pulseOrbit 6.4s ease-in-out infinite reverse;
}

.blog-stage-core {
  position: relative;
  z-index: 2;
  width: 140px;
  height: 140px;
  display: grid;
  place-items: center;
  border-radius: 36px;
  border: 1px solid rgba(159, 181, 255, 0.16);
  background:
    radial-gradient(circle at 35% 28%, rgba(84, 230, 255, 0.2), transparent 36%),
    linear-gradient(180deg, rgba(72, 104, 225, 0.22), rgba(36, 28, 88, 0.4));
  box-shadow:
    0 0 0 1px rgba(159, 181, 255, 0.08),
    0 28px 60px rgba(16, 24, 58, 0.45),
    0 0 46px rgba(84, 230, 255, 0.18);
  animation: float 4.2s ease-in-out infinite;
}

.blog-stage-core img {
  width: 82px;
  height: 82px;
}

.blog-stage-center {
  position: relative;
  z-index: 2;
  width: min(100%, 1000px);
  display: grid;
  justify-items: center;
  gap: 0;
  padding: 6px 0 0;
  transform: none;
}

.blog-stage-label {
  margin: 12px 0 8px;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  font-weight: 700;
}

.blog-stage-story {
  width: min(100%, 640px);
  margin-top: -4px;
  padding: 0;
  display: grid;
  justify-items: center;
  gap: 0;
}

.blog-hero-stage h3 {
  margin: 0;
  max-width: none;
  font-size: clamp(1rem, 1.24vw, 1.4rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.blog-stage-copy {
  max-width: none;
  margin: 8px 0 0;
  color: rgba(223, 232, 255, 0.82);
  font-size: 0.78rem;
  line-height: 1.3;
  white-space: nowrap;
}

.blog-stage-tags {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 12px;
}

.blog-stage-tags span {
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(182, 201, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(33, 46, 85, 0.82), rgba(17, 25, 50, 0.9)),
    rgba(255, 255, 255, 0.05);
  color: rgba(241, 246, 255, 0.88);
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.84rem;
}

.blog-stage-rail {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  width: min(100%, 240px);
  margin-top: 12px;
}

.blog-stage-rail span {
  height: 5px;
  border-radius: 999px;
  flex: 1 1 0;
  background: linear-gradient(90deg, rgba(83, 167, 255, 0.18), rgba(141, 103, 255, 0.88), rgba(84, 230, 255, 0.22));
  box-shadow: 0 0 18px rgba(121, 116, 255, 0.22);
  animation: railShift 2.6s linear infinite;
}

.blog-stage-rail span:nth-child(2) {
  animation-delay: 0.35s;
}

.blog-stage-rail span:nth-child(3) {
  animation-delay: 0.7s;
}

.eyebrow, .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 700;
}

.eyebrow {
  color: var(--cyan);
  margin: 0 0 12px;
}

h1 {
  margin: 0;
  font-size: clamp(2.35rem, 4.2vw, 4.85rem);
  line-height: 0.98;
  max-width: none;
  white-space: nowrap;
  letter-spacing: -0.045em;
}

.page-hero h1,
.product-hero h1 {
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 1.02;
  width: min(100%, 1080px);
  max-width: min(100%, 1080px);
  margin: 0 auto;
  text-align: center;
  white-space: normal;
  text-wrap: balance;
}

.page-hero.products-page-hero h1 {
  width: min(100%, 1080px);
  max-width: min(100%, 1080px);
  margin: 0 auto;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.04;
  white-space: normal;
  text-wrap: balance;
  text-align: center;
}

.page-hero.products-page-hero .hero-body {
  width: min(100%, 760px);
  max-width: min(100%, 760px);
  margin: 0 auto;
  white-space: normal;
  text-wrap: balance;
  text-align: center;
}

h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.05vw, 2.3rem);
  line-height: 1.04;
  white-space: nowrap;
  letter-spacing: -0.035em;
}

h3 {
  margin: 0;
  font-size: 1.12rem;
  white-space: nowrap;
}

.hero-body, .section-copy, .footer-copy, p, li, .search-input, .contact-form span {
  color: var(--muted);
  line-height: 1.7;
}

.page-hero .hero-body,
.product-hero .hero-body {
  width: min(100%, 780px);
  max-width: min(100%, 780px);
  margin: 0 auto;
  text-align: center;
  white-space: normal;
  text-wrap: balance;
}

.manifesto-copy,
.manifesto-visual-surface {
  padding: 30px;
  border-radius: 34px;
}

.manifesto-copy {
  display: grid;
  gap: 22px;
  align-content: start;
  min-height: 100%;
}

.manifesto-copy h1 {
  max-width: none;
  font-size: clamp(2.5rem, 4vw, 4.45rem);
  line-height: 0.94;
}

.manifesto-copy .hero-body {
  max-width: 74ch;
}

.manifesto-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.manifesto-actions .ghost-link {
  background: rgba(255, 255, 255, 0.05);
}

.manifesto-pills {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.manifesto-pills li {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(159, 181, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(230, 238, 255, 0.84);
  font-weight: 600;
  line-height: 1.35;
}

.manifesto-kpis {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.manifesto-kpi {
  padding: 16px 16px 14px;
  border-radius: 22px;
  border: 1px solid rgba(159, 181, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(20, 30, 60, 0.78), rgba(11, 18, 38, 0.88)),
    rgba(11, 19, 41, 0.84);
}

.manifesto-kpi strong {
  display: block;
  margin-bottom: 8px;
  color: rgba(245, 248, 255, 0.95);
  font-size: 0.98rem;
  line-height: 1.2;
}

.manifesto-kpi span {
  color: rgba(213, 223, 245, 0.72);
  line-height: 1.5;
  font-size: 0.9rem;
}

.manifesto-visual-surface {
  display: grid;
  align-items: stretch;
}

.manifesto-stage {
  min-height: 100%;
  padding: 26px 24px 22px;
}

.manifesto-stage .blog-stage-node {
  width: 172px;
}

.manifesto-stage-title {
  max-width: 15ch;
  font-size: clamp(2rem, 2.7vw, 2.85rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  white-space: normal;
}

.manifesto-stage-copy {
  max-width: 54ch;
  white-space: normal;
  text-wrap: balance;
  line-height: 1.55;
}

.home-hero-banner {
  margin: 10px 0 22px;
}

.home-hero-stage {
  min-height: 248px;
  padding: 14px 20px 12px;
}

.home-hero-stage .blog-stage-node {
  width: 164px;
  padding: 11px 13px 10px;
  border-radius: 24px;
  border-color: rgba(118, 146, 233, 0.16);
  background:
    linear-gradient(180deg, rgba(24, 36, 72, 0.94), rgba(10, 18, 38, 0.96)),
    radial-gradient(circle at 14% 12%, rgba(84, 230, 255, 0.16), transparent 32%),
    rgba(8, 15, 33, 0.94);
  box-shadow:
    0 18px 34px rgba(4, 9, 24, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 26px rgba(93, 112, 255, 0.05);
}

.home-hero-stage .blog-stage-node::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(84, 230, 255, 0.98), rgba(141, 103, 255, 0.98));
  box-shadow: 0 0 14px rgba(110, 149, 255, 0.42);
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 0;
  padding: 28px 172px 0;
  text-align: center;
}

.home-hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 7px 12px 7px 8px;
  border-radius: 999px;
  border: 1px solid rgba(125, 149, 232, 0.18);
  background:
    linear-gradient(180deg, rgba(21, 31, 64, 0.9), rgba(11, 18, 40, 0.92)),
    rgba(10, 18, 38, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 24px rgba(8, 14, 31, 0.24);
}

.home-hero-brand img {
  width: 26px;
  height: 26px;
}

.home-hero-brand span {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, rgba(84, 230, 255, 0.98), rgba(73, 144, 255, 0.98) 30%, rgba(122, 107, 255, 0.98) 68%, rgba(215, 133, 255, 0.98));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-hero-title {
  max-width: none;
  margin: 0;
  font-size: clamp(1.02rem, 1.48vw, 1.42rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.home-hero-summary {
  max-width: none;
  margin-top: 8px;
  white-space: nowrap;
  line-height: 1.35;
  font-size: 0.88rem;
}

.home-hero-tags {
  margin-top: 10px;
}

.home-hero-rail {
  margin-top: 8px;
}

.home-hero-actions {
  justify-content: center;
  margin-top: 12px;
  gap: 10px;
}

.home-hero-actions .ghost-link {
  background: rgba(255, 255, 255, 0.06);
}

.home-hero-stage .blog-stage-tags span {
  padding: 6px 11px;
  font-size: 0.82rem;
}

.home-hero-stage .blog-stage-rail {
  width: min(42%, 250px);
}

.home-hero-core {
  top: 14px;
  width: 80px;
  height: 80px;
  border-radius: 24px;
}

.home-hero-core img {
  width: 48px;
  height: 48px;
}

.home-hero-stage .blog-stage-aura {
  width: 300px;
  height: 134px;
  transform: translate(-50%, -52%);
}

.home-hero-stage .orbit-outer {
  inset: 14px 116px 22px;
}

.home-hero-stage .orbit-mid {
  inset: 34px 164px 48px;
}

.home-hero-stage .orbit-inner {
  inset: 54px 280px 70px;
}

.home-hero-stage .node-top-left {
  top: 14px;
  left: 14px;
}

.home-hero-stage .node-top-right {
  top: 14px;
  right: 14px;
}

.home-hero-stage .node-bottom-left {
  left: 14px;
  bottom: 16px;
}

.home-hero-stage .node-bottom-right {
  right: 14px;
  bottom: 16px;
}

.home-hero-stage .flow-top-left {
  top: 52px;
  left: 146px;
  width: 188px;
}

.home-hero-stage .flow-top-right {
  top: 52px;
  right: 146px;
  width: 188px;
}

.home-hero-stage .flow-bottom-left {
  bottom: 56px;
  left: 146px;
  width: 190px;
}

.home-hero-stage .flow-bottom-right {
  bottom: 56px;
  right: 146px;
  width: 190px;
}

.home-flow-mid-left {
  top: 104px;
  left: 126px;
  width: 216px;
  transform: rotate(6deg);
}

.home-flow-mid-right {
  top: 104px;
  right: 126px;
  width: 216px;
  transform: rotate(-6deg);
}

.home-flow-cross-top {
  top: 36px;
  left: 46%;
  width: 150px;
  transform: rotate(-30deg);
}

.home-flow-cross-bottom {
  bottom: 36px;
  left: 46%;
  width: 150px;
  transform: rotate(28deg);
}

.home-hero-stage .blog-stage-flow::before {
  width: 42%;
  animation-duration: 1.85s;
}

.home-hero-stage .blog-stage-node strong {
  font-size: 0.92rem;
}

.home-hero-stage .blog-stage-node small {
  font-size: 0.76rem;
  line-height: 1.4;
}

.home-paths {
  display: grid;
  gap: 22px;
  margin: 0 0 24px;
}

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

.home-path-card {
  padding: 24px;
  border-radius: 28px;
  display: grid;
  gap: 12px;
}

.home-path-card h3 {
  margin: 0;
  font-size: 1.42rem;
  line-height: 1.12;
}

.home-path-card p {
  margin: 0;
  color: rgba(220, 230, 252, 0.78);
  line-height: 1.6;
}

.home-summary-strip {
  margin-top: 4px;
}

.home-summary-kpis {
  margin-top: 6px;
}

.home-concept-hero,
.home-use-grid,
.home-layer-grid,
.home-proof-grid,
.home-route-grid {
  display: grid;
  gap: 24px;
}

.home-concept-hero {
  position: relative;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 12px 16px 12px;
  border-radius: 36px;
  border: 1px solid rgba(118, 146, 233, 0.12);
  background:
    radial-gradient(circle at top left, rgba(84, 230, 255, 0.08), transparent 22%),
    radial-gradient(circle at top right, rgba(141, 103, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(9, 15, 33, 0.96), rgba(5, 10, 24, 0.98)),
    rgba(5, 10, 24, 0.98);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.home-concept-hero::before {
  content: "";
  position: absolute;
  inset: auto 10% -18% 10%;
  height: 138px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 230, 255, 0.08), rgba(141, 103, 255, 0.08) 46%, transparent 74%);
  filter: blur(14px);
  pointer-events: none;
}

.home-concept-hero > * {
  position: relative;
  z-index: 1;
}

.home-concept-top {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

.home-concept-story {
  display: grid;
  justify-items: center;
  text-align: center;
  align-content: start;
  gap: 8px;
  width: min(100%, 1120px);
  max-width: none;
  margin: 0 auto;
  padding: 0;
  z-index: 4;
}

.home-concept-story .eyebrow {
  margin: 0;
}

.home-concept-story h1 {
  width: min(100%, 1040px);
  max-width: min(100%, 1040px);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.22em;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  margin: 0;
  white-space: normal;
  text-align: center;
  text-wrap: balance;
}

.home-concept-story h1 span {
  display: inline;
  text-wrap: balance;
}

.home-title-top {
  max-width: none;
  color: rgba(245, 248, 255, 0.98);
  white-space: nowrap;
  font-size: 1em;
}

.home-title-mid {
  color: rgba(245, 248, 255, 0.98);
  white-space: nowrap;
  font-size: 1em;
}

.home-title-accent {
  white-space: nowrap;
  font-size: 1em;
  background: linear-gradient(135deg, rgba(84, 230, 255, 0.98), rgba(73, 144, 255, 0.98) 32%, rgba(122, 107, 255, 0.98) 68%, rgba(215, 133, 255, 0.98));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-concept-bottom {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 8px 0 0;
  text-align: center;
  border-top: 1px solid rgba(118, 146, 233, 0.08);
  width: min(100%, 1088px);
  margin: 0 auto;
}

.home-concept-bottom .eyebrow {
  margin: 0;
}

.home-concept-bottom .hero-body {
  width: min(100%, 1080px);
  margin: 0;
  text-align: center;
  font-size: 0.84rem;
  letter-spacing: -0.01em;
  white-space: normal;
  text-wrap: balance;
}

.home-concept-cta-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: min(100%, 1080px);
}

.home-concept-pill-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 4px;
  min-width: 0;
}

.home-concept-pill-group-solo {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.home-concept-pill-group span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border-radius: 999px;
  border: 1px solid rgba(118, 146, 233, 0.15);
  background: rgba(16, 26, 54, 0.72);
  color: rgba(235, 241, 255, 0.88);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
  white-space: nowrap;
  flex: 0 1 auto;
}

.home-concept-pill-group span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(42, 222, 160, 0.95), rgba(18, 138, 103, 0.94));
  box-shadow: 0 0 14px rgba(42, 222, 160, 0.28);
}

.home-concept-cta-row .ghost-link,
.home-concept-cta-row .primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  white-space: nowrap;
}

.home-concept-cta-row .ghost-link {
  justify-self: start;
}

.home-concept-pill-group {
  justify-self: center;
}

.home-concept-cta-row .primary-link {
  justify-self: end;
}

.home-concept-actions {
  gap: 14px;
  justify-content: center;
  flex-wrap: nowrap;
}

.home-concept-actions a {
  white-space: nowrap;
}

.home-integration-row {
  display: grid;
  gap: 6px;
  justify-items: center;
  width: min(100%, 980px);
  margin: 0 auto;
}

.home-integration-row p {
  margin: 0;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 700;
}

.home-integration-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 2px 0;
  mask-image: linear-gradient(90deg, transparent, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 92%, transparent);
}

.home-integration-track {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  animation: integrationSlide 15s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  contain: layout paint;
}

.home-logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 132px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background:
    linear-gradient(180deg, rgba(20, 31, 62, 0.84), rgba(9, 16, 35, 0.92)),
    rgba(9, 16, 35, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 10px 24px rgba(5, 11, 28, 0.16);
}

.home-logo-pill strong {
  color: rgba(233, 239, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.home-logo-pill::before {
  content: none;
}

.home-logo-mark {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: var(--logo-color, rgba(235, 241, 255, 0.92));
  -webkit-mask: var(--logo-mask) center / contain no-repeat;
  mask: var(--logo-mask) center / contain no-repeat;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
}

.home-concept-visual {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 10px;
  min-height: 0;
  padding: 12px 14px 10px;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 8%, rgba(86, 121, 255, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(15, 24, 50, 0.9), rgba(7, 13, 31, 0.96)),
    rgba(8, 15, 33, 0.96);
}

.home-concept-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42px;
  background: radial-gradient(circle at 50% 0%, rgba(89, 119, 255, 0.28), transparent 64%);
  pointer-events: none;
}

.home-visual-shell {
  position: relative;
  z-index: 2;
  justify-self: center;
  margin: 0 auto;
  padding: 34px 14px 56px;
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(118, 146, 233, 0.16);
  background:
    linear-gradient(180deg, rgba(18, 29, 60, 0.9), rgba(8, 15, 34, 0.95)),
    rgba(10, 17, 37, 0.94);
  box-shadow:
    0 16px 34px rgba(6, 12, 30, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  contain: layout paint;
}

.home-visual-shell::before,
.home-visual-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(110, 149, 255, 0.08);
  pointer-events: none;
}

.home-visual-shell::before {
  inset: -12px -16px;
}

.home-visual-shell::after {
  inset: 18px 38px;
}

.home-concept-visual::before {
  content: "";
  position: absolute;
  inset: 10% 28% auto;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 230, 255, 0.16), rgba(141, 103, 255, 0.14) 46%, transparent 74%);
  filter: blur(12px);
  opacity: 0.72;
  animation: pulseAura 3.8s ease-in-out infinite;
}

.home-visual-stage {
  position: relative;
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 6px 10px 12px;
  border-radius: 32px;
  overflow: hidden;
  contain: layout paint;
}

.home-visual-stage::before,
.home-visual-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-visual-stage::before {
  border-radius: 32px;
  background:
    linear-gradient(90deg, transparent, rgba(86, 121, 255, 0.1), transparent),
    radial-gradient(circle at top center, rgba(84, 230, 255, 0.14), transparent 28%),
    radial-gradient(circle at bottom center, rgba(141, 103, 255, 0.14), transparent 32%);
  opacity: 0.92;
}

.home-visual-stage::after {
  inset: auto 8% 0;
  height: 28px;
  background: radial-gradient(circle at 50% 0%, rgba(111, 141, 255, 0.3), transparent 68%);
}

.home-visual-arc {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: drop-shadow(0 0 8px rgba(102, 139, 255, 0.12));
  will-change: opacity;
}

.arc-top {
  top: -28px;
  left: 16%;
  width: 70%;
  height: 70px;
  border-top: 2px solid rgba(78, 152, 255, 0.8);
  border-right: 2px solid rgba(197, 120, 255, 0.74);
  opacity: 0.9;
  animation: pulseOrbit 4.6s ease-in-out infinite;
}

.arc-bottom {
  left: 8%;
  bottom: -34px;
  width: 84%;
  height: 80px;
  border-bottom: 2px solid rgba(78, 152, 255, 0.74);
  border-left: 2px solid rgba(84, 230, 255, 0.58);
  opacity: 0.74;
  animation: pulseOrbit 5.4s ease-in-out infinite reverse;
}

.home-visual-shell-toprail,
.home-visual-shell-bottom {
  position: absolute;
  left: 18px;
  right: 18px;
  display: flex;
  align-items: center;
}

.home-visual-shell-toprail {
  top: 8px;
  justify-content: center;
  gap: 14px;
  padding: 0 20px 6px;
  color: rgba(125, 228, 255, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.66rem;
  font-weight: 700;
  z-index: 3;
}

.home-visual-shell-toprail span {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.home-visual-shell-toprail span:not(:last-child)::after {
  content: "→";
  margin-left: 18px;
  color: rgba(195, 206, 255, 0.74);
}

.home-visual-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(284px, 0.9fr) minmax(0, 1.06fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 14px;
  isolation: isolate;
  z-index: 1;
}

.home-visual-shell-toprail span:not(:last-child)::after {
  content: "\2192";
  margin-left: 14px;
}

.home-visual-dataflows {
  position: absolute;
  inset: 36px 12px 44px;
  z-index: 0;
  pointer-events: none;
}

.home-visual-flow-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.home-visual-path,
.home-visual-path-glow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-visual-path {
  stroke-width: 3.75;
  opacity: 0.72;
}

.home-visual-path-glow {
  stroke-width: 6;
  opacity: 0.9;
  stroke-dasharray: 14 26;
  animation: heroCurveFlow 2.8s linear infinite;
  filter: drop-shadow(0 0 8px rgba(104, 149, 255, 0.14));
  will-change: stroke-dashoffset, opacity;
}

.home-visual-path.tone-intake,
.home-visual-path-glow.tone-intake {
  stroke: url(#heroFlowIntake);
}

.home-visual-path.tone-outcome,
.home-visual-path-glow.tone-outcome {
  stroke: url(#heroFlowOutcome);
}

.home-visual-path-glow.flow-delay-2 {
  animation-delay: 0.18s;
}

.home-visual-path-glow.flow-delay-3 {
  animation-delay: 0.34s;
}

.home-visual-path-glow.flow-delay-4 {
  animation-delay: 0.5s;
}

.home-visual-column {
  min-height: 166px;
  padding: 12px 12px 10px;
  border-radius: 22px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background:
    linear-gradient(180deg, rgba(19, 30, 60, 0.9), rgba(9, 16, 35, 0.94)),
    rgba(9, 16, 35, 0.92);
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.home-visual-column p {
  margin: 0 0 4px;
  color: rgba(245, 248, 255, 0.96);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.home-visual-column small {
  display: block;
  margin-bottom: 10px;
  color: rgba(197, 211, 243, 0.66);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.home-visual-column ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}

.home-visual-column li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 14px;
  color: rgba(220, 228, 248, 0.84);
  font-size: 0.76rem;
  font-weight: 600;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home-visual-column li::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 3px;
  border: 1px solid rgba(191, 209, 255, 0.6);
  box-shadow: 0 0 10px rgba(117, 144, 255, 0.18);
}

.home-visual-column li,
.home-visual-core-chip,
.home-visual-core-status,
.home-visual-floating {
  border: 1px solid rgba(118, 146, 233, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.home-visual-column li {
  padding: 8px 14px;
  border-radius: 14px;
  color: rgba(220, 228, 248, 0.84);
  font-size: 0.82rem;
  font-weight: 600;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.intake-column {
  background:
    radial-gradient(circle at 24% 14%, rgba(84, 230, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 58, 0.95), rgba(8, 18, 36, 0.96));
}

.outcomes-column {
  background:
    radial-gradient(circle at 76% 14%, rgba(215, 133, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(20, 28, 58, 0.95), rgba(9, 16, 35, 0.96));
}

.intake-column li {
  background: linear-gradient(180deg, rgba(84, 230, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.outcomes-column li {
  background: linear-gradient(180deg, rgba(215, 133, 255, 0.1), rgba(255, 255, 255, 0.03));
}

.home-visual-column li::before {
  content: none;
}

.home-visual-item-icon {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.home-visual-item-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-visual-item-icon rect,
.home-visual-item-icon circle,
.home-visual-item-icon path {
  vector-effect: non-scaling-stroke;
}

.intake-column .home-visual-item-icon {
  color: rgba(107, 181, 255, 0.96);
  filter: drop-shadow(0 0 6px rgba(83, 167, 255, 0.14));
}

.outcomes-column .home-visual-item-icon {
  color: rgba(195, 132, 255, 0.94);
  filter: drop-shadow(0 0 6px rgba(171, 103, 255, 0.14));
}

.home-visual-core {
  position: relative;
  min-height: 190px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  padding: 34px 0 8px;
  margin-top: 0;
  z-index: 2;
}

.home-visual-core-brandblock {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 174px;
  min-height: 152px;
  padding: 18px 8px 14px;
  transform: translateY(14px);
  z-index: 3;
}

.home-visual-core-brandblock::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 22px;
  border: 1px solid rgba(118, 146, 233, 0.12);
  background:
    radial-gradient(circle at 50% 12%, rgba(84, 230, 255, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(14, 22, 46, 1), rgba(9, 16, 35, 1));
  box-shadow:
    0 18px 32px rgba(6, 11, 25, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-visual-core-mark {
  position: relative;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  border: 1px solid rgba(132, 160, 255, 0.16);
  background:
    radial-gradient(circle at 35% 28%, rgba(84, 230, 255, 0.2), transparent 38%),
    linear-gradient(180deg, rgba(72, 104, 225, 0.22), rgba(36, 28, 88, 0.4));
  box-shadow:
    0 0 0 1px rgba(159, 181, 255, 0.08),
    0 18px 34px rgba(16, 24, 58, 0.28),
    0 0 22px rgba(84, 230, 255, 0.1);
  flex: 0 0 auto;
  animation: float 4.4s ease-in-out infinite;
  will-change: transform;
}

.home-visual-core-mark::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 22px;
  border: 1px solid rgba(118, 146, 233, 0.18);
  box-shadow: 0 0 14px rgba(111, 141, 255, 0.1);
  animation: pulseOrbit 3.2s ease-in-out infinite;
}

.home-visual-core-mark img {
  width: 46px;
  height: 46px;
  transform: none;
}

.home-visual-core-chip {
  position: absolute;
  padding: 5px 10px;
  border-radius: 14px;
  color: rgba(241, 245, 255, 0.9);
  font-weight: 700;
  font-size: 0.68rem;
  white-space: nowrap;
}

.home-visual-core-chip.chip-top {
  top: -6px;
}

.home-visual-core-title {
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16px;
  white-space: nowrap;
  flex: 0 0 auto;
}

.home-visual-core-copy {
  margin: 0;
  width: 100%;
  max-width: 100%;
  color: rgba(204, 218, 246, 0.76);
  font-size: 0.52rem;
  line-height: 1;
  letter-spacing: 0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: clip;
  flex: 0 0 auto;
}

.home-visual-core-status {
  padding: 6px 11px;
  border-radius: 16px;
  color: rgba(228, 239, 255, 0.88);
  font-size: 0.64rem;
  font-weight: 700;
  white-space: nowrap;
}

.home-visual-core-status-bottom {
  position: static;
  justify-self: center;
  align-self: center;
  z-index: 2;
  margin-top: 0;
  transform: translateY(0);
}

.home-visual-shell-bottom {
  bottom: 14px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background:
    linear-gradient(180deg, rgba(16, 26, 54, 0.84), rgba(8, 14, 31, 0.88)),
    rgba(8, 14, 31, 0.9);
  z-index: 3;
}

.home-visual-shell-status,
.home-visual-shell-note {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 0.78rem;
}

.home-visual-shell-status {
  gap: 10px;
  color: rgba(230, 237, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 700;
  justify-self: start;
}

.home-visual-shell-status::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(42, 222, 160, 0.95), rgba(18, 138, 103, 0.94));
  box-shadow: 0 0 14px rgba(42, 222, 160, 0.28);
}

.home-visual-shell-note {
  color: rgba(200, 213, 244, 0.76);
  font-size: 0.8rem;
  font-weight: 600;
  justify-self: end;
}

.home-visual-connectors {
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.home-visual-connectors span {
  display: block;
  height: 3px;
  width: min(15%, 74px);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(83, 167, 255, 0.16), rgba(141, 103, 255, 0.88), rgba(84, 230, 255, 0.18));
  box-shadow: 0 0 18px rgba(121, 116, 255, 0.24);
  animation: railShift 2.8s linear infinite;
}

.home-visual-connectors span:nth-child(2) {
  animation-delay: 0.35s;
}

.home-visual-connectors span:nth-child(3) {
  animation-delay: 0.7s;
}

.home-visual-floating,
.home-visual-line {
  position: absolute;
  z-index: 1;
}

.home-visual-floating {
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 7px 10px 8px;
  min-width: 112px;
  border-radius: 16px;
  box-shadow: 0 18px 38px rgba(5, 11, 28, 0.24);
  text-align: center;
  z-index: 3;
  overflow: hidden;
  backdrop-filter: blur(16px);
  will-change: transform;
  animation: floatCard 5.8s ease-in-out infinite;
}

.home-visual-floating::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(84, 230, 255, 0.92), rgba(141, 103, 255, 0.94));
  box-shadow: 0 0 16px rgba(119, 132, 255, 0.26);
}

.home-visual-floating::after {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  top: -34px;
  left: -24px;
  background: radial-gradient(circle, var(--card-glow, rgba(118, 146, 233, 0.3)), transparent 72%);
  opacity: 0.58;
  pointer-events: none;
}

.home-visual-floating strong {
  color: rgba(245, 248, 255, 0.94);
  font-size: 0.84rem;
  line-height: 1;
}

.home-visual-floating span {
  color: rgba(212, 223, 248, 0.72);
  font-size: 0.69rem;
  line-height: 1.08;
}

.card-ingest {
  --card-glow: rgba(84, 230, 255, 0.34);
  top: 4px;
  left: 46%;
  background: linear-gradient(180deg, rgba(36, 119, 138, 0.44), rgba(10, 23, 42, 0.86));
  animation-delay: -0.2s;
}

.card-decide {
  --card-glow: rgba(141, 103, 255, 0.34);
  top: 6px;
  right: 6px;
  background: linear-gradient(180deg, rgba(97, 92, 188, 0.44), rgba(17, 23, 43, 0.86));
  animation-delay: -1.1s;
}

.card-report {
  --card-glow: rgba(84, 230, 255, 0.28);
  bottom: 4px;
  left: 47%;
  background: linear-gradient(180deg, rgba(31, 119, 122, 0.42), rgba(12, 24, 41, 0.86));
  animation-delay: -1.8s;
}

.card-act {
  --card-glow: rgba(181, 113, 255, 0.3);
  right: 6px;
  bottom: 4px;
  background: linear-gradient(180deg, rgba(96, 71, 184, 0.42), rgba(15, 22, 43, 0.86));
  animation-delay: -2.6s;
}

.home-visual-line {
  height: 2px;
  border-radius: 999px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(84, 230, 255, 0.05), rgba(141, 103, 255, 0.38), rgba(84, 230, 255, 0.08));
  overflow: hidden;
  opacity: 0.96;
  animation: lineDrift 4.2s ease-in-out infinite;
}

.home-visual-line::before {
  content: "";
  position: absolute;
  inset: -3px auto -3px -12%;
  width: 36%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(84, 230, 255, 0.95), rgba(141, 103, 255, 0.96), transparent);
  box-shadow: 0 0 20px rgba(113, 152, 255, 0.38);
  animation: meshPulse 2.1s linear infinite;
}

.line-top-left {
  top: 38px;
  left: 51%;
  width: 14%;
  transform: rotate(8deg);
}

.line-top-right {
  top: 38px;
  right: 16%;
  width: 14%;
  transform: rotate(-10deg);
}

.line-bottom-left {
  bottom: 48px;
  left: 51%;
  width: 14%;
  transform: rotate(-12deg);
}

.line-bottom-right {
  right: 16%;
  bottom: 48px;
  width: 14%;
  transform: rotate(12deg);
}

.line-mid-left {
  top: 112px;
  left: 43%;
  width: 18%;
  transform: rotate(0deg);
}

.line-mid-right {
  top: 112px;
  right: 22%;
  width: 18%;
  transform: rotate(0deg);
}

.home-transform-section,
.home-product-value-section,
.home-use-section,
.home-layers-section,
.home-proof-section,
.home-routes-section {
  padding: 20px 0 6px;
}

.home-product-value-shell {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 34px;
  border: 1px solid rgba(118, 146, 233, 0.12);
  background:
    radial-gradient(circle at 16% 16%, rgba(84, 230, 255, 0.08), transparent 22%),
    radial-gradient(circle at 84% 14%, rgba(255, 191, 114, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(12, 18, 41, 0.96), rgba(7, 12, 30, 0.98)),
    rgba(7, 12, 30, 0.98);
  box-shadow: var(--shadow);
}

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

.home-product-value-card {
  display: grid;
  gap: 8px;
  min-height: 100%;
  padding: 16px 16px 14px;
  border-radius: 22px;
  border: 1px solid rgba(130, 154, 236, 0.18);
  background:
    linear-gradient(180deg, rgba(25, 35, 67, 0.92), rgba(14, 22, 45, 0.98)),
    rgba(13, 19, 40, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 22px 34px rgba(2, 8, 24, 0.24),
    0 10px 18px rgba(8, 16, 42, 0.18);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  position: relative;
  overflow: hidden;
}

.home-product-value-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 44%;
  opacity: 0.9;
  pointer-events: none;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 58%);
}

.home-product-value-card.tone-content {
  border-color: rgba(97, 226, 255, 0.28);
  background:
    radial-gradient(circle at 12% 14%, rgba(70, 222, 255, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(20, 47, 79, 0.95), rgba(12, 23, 46, 0.98)),
    rgba(12, 23, 46, 0.98);
}

.home-product-value-card.tone-revenue {
  border-color: rgba(129, 140, 255, 0.3);
  background:
    radial-gradient(circle at 82% 12%, rgba(150, 106, 255, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(36, 40, 84, 0.96), rgba(16, 20, 48, 0.99)),
    rgba(16, 20, 48, 0.99);
}

.home-product-value-card.tone-sync {
  border-color: rgba(255, 186, 109, 0.28);
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 182, 92, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(62, 42, 52, 0.94), rgba(22, 19, 36, 0.99)),
    rgba(22, 19, 36, 0.99);
}

.home-product-value-card:hover,
.home-product-value-card:focus-visible {
  transform: translateY(-6px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 28px 42px rgba(5, 14, 38, 0.34),
    0 0 0 1px rgba(107, 179, 255, 0.08);
}

.home-product-value-card.tone-content:hover,
.home-product-value-card.tone-content:focus-visible {
  border-color: rgba(102, 231, 255, 0.42);
}

.home-product-value-card.tone-revenue:hover,
.home-product-value-card.tone-revenue:focus-visible {
  border-color: rgba(164, 138, 255, 0.42);
}

.home-product-value-card.tone-sync:hover,
.home-product-value-card.tone-sync:focus-visible {
  border-color: rgba(255, 194, 119, 0.42);
}

.home-product-value-card-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.home-product-value-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(124, 224, 255, 0.24);
  background: linear-gradient(135deg, rgba(30, 84, 128, 0.92), rgba(75, 97, 246, 0.9));
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 18px rgba(14, 28, 76, 0.24);
}

.home-product-value-card h3 {
  margin-top: 4px;
  white-space: normal;
  font-size: 0.98rem;
  line-height: 1.12;
}

.home-product-value-copy {
  margin: 0;
  color: rgba(225, 234, 249, 0.84);
  line-height: 1.42;
  font-size: 0.84rem;
  position: relative;
  z-index: 1;
}

.home-product-value-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  position: relative;
  z-index: 1;
}

.home-product-value-list li {
  position: relative;
  padding-left: 14px;
  color: rgba(239, 245, 255, 0.92);
  line-height: 1.34;
  font-size: 0.82rem;
}

.home-product-value-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(98, 236, 255, 1), rgba(255, 190, 109, 0.96));
  box-shadow: 0 0 12px rgba(107, 206, 255, 0.32);
}

.home-product-value-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(132, 153, 220, 0.12);
  color: rgba(190, 205, 236, 0.78);
  font-size: 0.74rem;
  position: relative;
  z-index: 1;
}

.home-product-value-link {
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 900px) {
  .home-product-value-grid {
    grid-template-columns: 1fr;
  }
}

.home-transform-shell {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(118, 146, 233, 0.12);
  background:
    radial-gradient(circle at 18% 18%, rgba(84, 230, 255, 0.08), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(141, 103, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(12, 18, 41, 0.96), rgba(7, 12, 30, 0.98)),
    rgba(7, 12, 30, 0.98);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.home-transform-shell::before,
.home-transform-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-transform-shell::before {
  inset: auto 14% -34px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(143, 106, 255, 0.14), transparent 68%);
  filter: blur(18px);
}

.home-transform-shell::after {
  top: 0;
  right: -5%;
  width: 42%;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(168, 107, 255, 0.08), transparent);
  transform: skewX(-14deg);
  opacity: 0.65;
}

.home-transform-head {
  position: relative;
  z-index: 1;
}

.home-transform-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 2px 0 18px;
}

.home-transform-stat {
  display: grid;
  gap: 4px;
  justify-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background:
    linear-gradient(180deg, rgba(17, 26, 54, 0.9), rgba(8, 14, 31, 0.94)),
    rgba(9, 15, 32, 0.92);
  box-shadow: 0 12px 26px rgba(5, 11, 28, 0.14);
  text-align: center;
}

.home-transform-stat strong {
  color: rgba(247, 250, 255, 0.98);
  font-size: 1.28rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.home-transform-stat span {
  color: rgba(203, 214, 239, 0.78);
  font-size: 0.84rem;
  font-weight: 600;
}

@media (max-width: 900px) {
  .home-transform-stats {
    grid-template-columns: 1fr;
  }
}

.home-transform-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.home-transform-column {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 18px 18px 20px;
  border-radius: 28px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background:
    linear-gradient(180deg, rgba(21, 31, 60, 0.92), rgba(9, 16, 35, 0.95)),
    rgba(9, 16, 35, 0.95);
  overflow: hidden;
}

.home-transform-column.before {
  box-shadow: inset 0 0 0 1px rgba(168, 114, 255, 0.04);
}

.home-transform-column.after {
  box-shadow:
    inset 0 0 0 1px rgba(112, 149, 255, 0.08),
    0 0 0 1px rgba(117, 146, 255, 0.06),
    0 0 28px rgba(110, 125, 255, 0.12);
}

.home-transform-column::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.8;
}

.home-transform-column.before::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(168, 114, 255, 0.12), transparent 22%),
    linear-gradient(180deg, transparent, rgba(168, 114, 255, 0.04), transparent);
}

.home-transform-column.after::before {
  background:
    radial-gradient(circle at 82% 18%, rgba(84, 230, 255, 0.12), transparent 22%),
    linear-gradient(180deg, transparent, rgba(117, 146, 255, 0.05), transparent);
}

.home-transform-column-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.home-transform-column-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(118, 146, 233, 0.16);
  background: rgba(16, 25, 52, 0.74);
  color: rgba(234, 241, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-transform-column.after .home-transform-column-head span {
  color: rgba(113, 210, 255, 0.96);
  box-shadow: 0 0 24px rgba(99, 143, 255, 0.16);
}

.home-transform-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.home-transform-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 16px 17px;
  border-radius: 22px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background: rgba(13, 21, 43, 0.82);
  min-width: 0;
}

.home-transform-card.before {
  background:
    linear-gradient(180deg, rgba(89, 59, 118, 0.2), rgba(14, 19, 40, 0.82)),
    rgba(13, 21, 43, 0.82);
}

.home-transform-card.after {
  background:
    linear-gradient(180deg, rgba(62, 92, 181, 0.2), rgba(14, 19, 40, 0.82)),
    rgba(13, 21, 43, 0.82);
}

.home-transform-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(118, 146, 233, 0.16);
  background: rgba(15, 23, 48, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-transform-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-transform-icon.before {
  color: rgba(212, 135, 255, 0.95);
  box-shadow: 0 0 22px rgba(176, 104, 255, 0.14);
}

.home-transform-icon.after {
  color: rgba(109, 184, 255, 0.96);
  box-shadow: 0 0 22px rgba(87, 153, 255, 0.14);
}

.home-transform-copy {
  min-width: 0;
}

.home-transform-copy h3,
.home-transform-copy p {
  margin: 0;
}

.home-transform-copy h3 {
  color: rgba(244, 247, 255, 0.96);
  font-size: 1.02rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.home-transform-copy p {
  margin-top: 6px;
  color: rgba(207, 219, 244, 0.78);
  font-size: 0.95rem;
  line-height: 1.42;
}

.home-transform-beam {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 100%;
}

.home-transform-beam-line {
  position: absolute;
  left: 4px;
  right: 4px;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(157, 111, 255, 0.14), rgba(138, 198, 255, 0.96), rgba(213, 127, 255, 0.96));
  box-shadow: 0 0 24px rgba(118, 146, 233, 0.24);
}

.home-transform-beam-line::before,
.home-transform-beam-line::after {
  content: "";
  position: absolute;
  inset: -10px auto -10px;
  width: 34%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.88), transparent);
  filter: blur(3px);
  animation: meshPulse 2s linear infinite;
}

.home-transform-beam-line::before {
  left: 14%;
}

.home-transform-beam-line::after {
  left: 50%;
  animation-delay: 0.8s;
}

.home-transform-beam-arrow {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(151, 122, 255, 0.26);
  background: linear-gradient(180deg, rgba(112, 149, 255, 0.22), rgba(141, 103, 255, 0.3));
  box-shadow: 0 0 24px rgba(130, 133, 255, 0.18);
}

.home-transform-beam-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid rgba(250, 252, 255, 0.94);
  border-right: 2px solid rgba(250, 252, 255, 0.94);
  transform: translate(-60%, -50%) rotate(45deg);
}

.home-transform-check {
  position: absolute;
  bottom: -8px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(120, 151, 255, 0.18);
  background:
    radial-gradient(circle at 30% 30%, rgba(84, 230, 255, 0.2), transparent 44%),
    linear-gradient(180deg, rgba(81, 115, 228, 0.28), rgba(34, 28, 88, 0.42));
  box-shadow: 0 0 24px rgba(118, 146, 233, 0.18);
}

.home-transform-check img {
  width: 28px;
  height: 28px;
}

@media (max-width: 1080px) {
  .home-transform-stage {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-transform-beam {
    min-height: 92px;
  }

  .home-transform-beam-line {
    left: 12%;
    right: 12%;
  }

  .home-transform-check {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 720px) {
  .home-transform-shell {
    padding: 22px 16px;
    border-radius: 26px;
  }

  .home-transform-column {
    padding: 16px 14px 18px;
    border-radius: 22px;
  }

  .home-transform-card {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 12px;
  }

  .home-transform-column-head span {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.84rem;
  }

  .home-transform-copy h3 {
    font-size: 0.98rem;
  }

  .home-transform-copy p {
    font-size: 0.9rem;
  }
}

.home-pain-stage {
  display: grid;
  position: relative;
  gap: 22px;
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(118, 146, 233, 0.12);
  background:
    radial-gradient(circle at 14% 18%, rgba(84, 230, 255, 0.08), transparent 24%),
    radial-gradient(circle at 82% 16%, rgba(141, 103, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(11, 19, 42, 0.96), rgba(6, 12, 30, 0.98)),
    rgba(6, 12, 30, 0.98);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.home-pain-stage::before,
.home-pain-stage::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.home-pain-stage::before {
  top: -12%;
  left: 12%;
  width: 76%;
  height: 180px;
  border-radius: 999px;
  border-top: 1px solid rgba(84, 230, 255, 0.12);
  border-right: 1px solid rgba(141, 103, 255, 0.1);
  filter: drop-shadow(0 0 18px rgba(104, 149, 255, 0.12));
  animation: pulseOrbit 5.4s ease-in-out infinite;
}

.home-pain-stage::after {
  right: 8%;
  bottom: -18%;
  width: 36%;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(141, 103, 255, 0.14), transparent 68%);
  filter: blur(16px);
  opacity: 0.88;
}

.home-pain-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
}

.home-pain-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 4px 2px 4px 2px;
  max-width: 940px;
}

.home-pain-copy .eyebrow,
.home-pain-copy .section-copy {
  margin: 0;
}

.home-pain-copy .section-copy {
  max-width: 86ch;
  color: rgba(212, 223, 245, 0.8);
  line-height: 1.62;
}

.home-pain-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-pain-signals span {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background: rgba(17, 27, 56, 0.72);
  color: rgba(236, 242, 255, 0.88);
  font-size: 0.84rem;
  font-weight: 700;
}

.home-pain-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-use-grid {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-use-shell {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(118, 146, 233, 0.12);
  background:
    radial-gradient(circle at 16% 20%, rgba(84, 230, 255, 0.08), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(141, 103, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(11, 19, 42, 0.96), rgba(6, 12, 30, 0.98)),
    rgba(8, 14, 32, 0.96);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.home-use-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 10%;
  width: 80%;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(111, 141, 255, 0.16), transparent 70%);
  filter: blur(18px);
  opacity: 0.82;
  pointer-events: none;
}

.home-use-head {
  position: relative;
  z-index: 1;
}

.home-use-head .section-copy {
  max-width: 70ch;
}

.home-use-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

.home-use-strip::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(84, 230, 255, 0.04), rgba(111, 141, 255, 0.82), rgba(215, 133, 255, 0.18));
  box-shadow: 0 0 18px rgba(111, 141, 255, 0.18);
  animation: painLinkGlow 3.4s linear infinite;
}

.home-use-strip-node {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 54px;
  padding: 11px 14px;
  border-radius: 18px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background:
    linear-gradient(180deg, rgba(20, 31, 60, 0.88), rgba(8, 15, 34, 0.94)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 24px rgba(5, 11, 28, 0.12);
}

.home-use-strip-node > span:last-of-type {
  min-width: 0;
  color: rgba(239, 244, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}

.home-use-strip-node small {
  color: rgba(188, 204, 239, 0.62);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-use-strip-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-use-strip-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-pain-card,
.home-use-card,
.home-proof-card {
  border: 1px solid rgba(118, 146, 233, 0.12);
  background:
    linear-gradient(180deg, rgba(18, 29, 60, 0.88), rgba(8, 15, 34, 0.92)),
    rgba(10, 17, 37, 0.92);
  border-radius: 28px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.home-pain-card,
.home-use-card {
  display: grid;
  gap: 14px;
}

.home-use-card {
  position: relative;
  align-content: start;
  gap: 16px;
  min-width: 0;
  padding: 20px;
  border-radius: 24px;
  text-align: left;
  overflow: hidden;
  box-shadow:
    0 16px 34px rgba(5, 11, 28, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-use-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(84, 230, 255, 0.1), rgba(111, 141, 255, 0.9), rgba(215, 133, 255, 0.22));
  box-shadow: 0 0 18px rgba(111, 141, 255, 0.18);
}

.home-use-card::after {
  content: "";
  position: absolute;
  inset: -24px auto auto -18px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 141, 255, 0.16), transparent 72%);
  pointer-events: none;
}

.home-pain-card {
  position: relative;
  align-content: start;
  gap: 12px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  text-align: left;
  overflow: hidden;
  box-shadow:
    0 16px 34px rgba(5, 11, 28, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-pain-card::before {
  content: "";
  position: absolute;
  inset: -26px auto auto -18px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--pain-glow, rgba(255, 171, 84, 0.24)), transparent 70%);
  opacity: 0.78;
  pointer-events: none;
}

.home-pain-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(84, 230, 255, 0.08), rgba(141, 103, 255, 0.58), rgba(255, 171, 84, 0.16));
  box-shadow: 0 0 14px rgba(121, 116, 255, 0.14);
  animation: painLinkGlow 3.4s linear infinite;
  opacity: 0.72;
}

.home-pain-card-title {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.home-pain-card h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.08;
  text-align: left;
  white-space: nowrap;
}

.home-pain-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-pain-kicker,
.home-pain-cost {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-pain-kicker {
  color: rgba(235, 242, 255, 0.84);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(118, 146, 233, 0.14);
}

.home-pain-cost {
  color: rgba(255, 229, 197, 0.92);
  background: linear-gradient(135deg, rgba(255, 171, 84, 0.26), rgba(121, 49, 27, 0.34));
  border: 1px solid rgba(255, 171, 84, 0.18);
}

.home-pain-mini-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.home-pain-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 10px;
  border-radius: 15px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(236, 242, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
}

.home-pain-node-alert {
  border-color: rgba(255, 171, 84, 0.18);
  background: linear-gradient(180deg, rgba(255, 171, 84, 0.12), rgba(255, 255, 255, 0.03));
}

.home-pain-link {
  position: relative;
  display: block;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(84, 230, 255, 0.04), rgba(255, 171, 84, 0.44), rgba(84, 230, 255, 0.04));
  background-size: 180% 100%;
  box-shadow: 0 0 14px rgba(255, 171, 84, 0.14);
  animation: painLinkGlow 2.2s linear infinite;
}

.home-pain-link::before,
.home-pain-link::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 171, 84, 0.94);
  box-shadow: 0 0 14px rgba(255, 171, 84, 0.34);
  transform: translateY(-50%);
}

.home-pain-link::before {
  left: 2px;
}

.home-pain-link::after {
  right: 2px;
}

.home-pain-solution {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 2px 0 0;
  padding: 16px 18px;
  border-radius: 24px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background:
    linear-gradient(135deg, rgba(83, 167, 255, 0.08), rgba(141, 103, 255, 0.1)),
    rgba(10, 18, 40, 0.9);
  box-shadow: 0 18px 38px rgba(5, 11, 28, 0.2);
}

.home-pain-solution-mark {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(84, 230, 255, 0.14), rgba(141, 103, 255, 0.18));
  border: 1px solid rgba(118, 146, 233, 0.16);
  box-shadow: 0 12px 26px rgba(84, 121, 255, 0.12);
}

.home-pain-solution-mark img {
  width: 40px;
  height: 40px;
}

.home-pain-solution-copy {
  display: grid;
  gap: 4px;
}

.home-pain-solution-copy strong,
.home-pain-solution-copy p {
  margin: 0;
}

.home-pain-solution-copy strong {
  color: rgba(245, 248, 255, 0.96);
  font-size: 1rem;
  line-height: 1.2;
}

.home-pain-solution-copy p {
  color: rgba(213, 223, 245, 0.76);
  line-height: 1.5;
}

.home-pain-overview {
  display: grid;
}

.home-pain-overview-shell {
  position: relative;
  min-height: 156px;
  padding: 18px 18px 16px;
  border-radius: 26px;
  border: 1px solid rgba(118, 146, 233, 0.12);
  background:
    radial-gradient(circle at 18% 18%, rgba(84, 230, 255, 0.12), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(141, 103, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(16, 27, 56, 0.86), rgba(8, 15, 34, 0.92));
  overflow: hidden;
}

.home-pain-overview-shell::before {
  content: "";
  position: absolute;
  inset: 22px 18px 38px;
  border-radius: 999px;
  border: 1px solid rgba(118, 146, 233, 0.08);
}

.home-pain-overview-shell::after {
  content: "";
  position: absolute;
  inset: auto 8% 18px 8%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(84, 230, 255, 0.04), rgba(255, 171, 84, 0.76), rgba(141, 103, 255, 0.2));
  box-shadow: 0 0 16px rgba(121, 116, 255, 0.18);
  animation: painLinkGlow 2.6s linear infinite;
}

.home-pain-overview-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  color: rgba(125, 228, 255, 0.94);
  font-size: 0.73rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.home-pain-overview-lanes {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.home-pain-overview-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(236, 242, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  animation: painNodeFloat 3.8s ease-in-out infinite;
}

.home-pain-overview-node:nth-child(2) {
  animation-delay: 0.28s;
}

.home-pain-overview-node:nth-child(3) {
  animation-delay: 0.52s;
}

.home-pain-overview-node:nth-child(4) {
  animation-delay: 0.76s;
}

.home-pain-overview-alert {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 171, 84, 0.18);
  background: linear-gradient(135deg, rgba(255, 171, 84, 0.22), rgba(121, 49, 27, 0.28));
  color: rgba(255, 229, 197, 0.94);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(255, 171, 84, 0.12);
}

.home-pain-problem-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 24px rgba(5, 11, 28, 0.16);
}

.home-pain-problem-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-pain-problem-icon.tone-leads {
  color: rgba(107, 181, 255, 0.96);
  background: linear-gradient(135deg, rgba(84, 230, 255, 0.16), rgba(25, 57, 109, 0.84));
}

.home-pain-problem-icon.tone-followup {
  color: rgba(255, 198, 126, 0.96);
  background: linear-gradient(135deg, rgba(255, 171, 84, 0.18), rgba(82, 34, 22, 0.88));
}

.home-pain-problem-icon.tone-switching {
  color: rgba(187, 152, 255, 0.96);
  background: linear-gradient(135deg, rgba(141, 103, 255, 0.18), rgba(37, 31, 88, 0.88));
}

.home-pain-problem-icon.tone-visibility {
  color: rgba(104, 197, 255, 0.96);
  background: linear-gradient(135deg, rgba(83, 167, 255, 0.16), rgba(20, 40, 92, 0.88));
}

.tone-leads {
  --pain-glow: rgba(84, 230, 255, 0.22);
  background:
    radial-gradient(circle at 0% 0%, rgba(84, 230, 255, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(16, 31, 58, 0.95), rgba(8, 18, 36, 0.96));
}

.tone-followup {
  --pain-glow: rgba(255, 171, 84, 0.24);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 171, 84, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(33, 26, 46, 0.94), rgba(12, 18, 34, 0.96));
}

.tone-switching {
  --pain-glow: rgba(141, 103, 255, 0.24);
  background:
    radial-gradient(circle at 0% 0%, rgba(141, 103, 255, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(19, 28, 56, 0.95), rgba(9, 16, 35, 0.96));
}

.tone-visibility {
  --pain-glow: rgba(83, 167, 255, 0.22);
  background:
    radial-gradient(circle at 0% 0%, rgba(83, 167, 255, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(18, 28, 58, 0.95), rgba(8, 15, 34, 0.96));
}

.home-pain-icon,
.home-use-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home-pain-icon {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 171, 84, 0.5), rgba(120, 39, 21, 0.88));
}

.home-pain-icon::before,
.home-pain-icon::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 245, 235, 0.92);
}

.home-pain-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.home-pain-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.tone-ingest .home-use-icon {
  background: linear-gradient(135deg, rgba(38, 169, 125, 0.42), rgba(14, 57, 44, 0.8));
}

.tone-ingest .home-use-strip-icon {
  color: rgba(92, 222, 174, 0.96);
  background: linear-gradient(135deg, rgba(38, 169, 125, 0.32), rgba(14, 57, 44, 0.78));
}

.tone-decide .home-use-icon {
  background: linear-gradient(135deg, rgba(163, 91, 255, 0.42), rgba(54, 27, 86, 0.84));
}

.tone-decide .home-use-strip-icon {
  color: rgba(206, 159, 255, 0.96);
  background: linear-gradient(135deg, rgba(163, 91, 255, 0.28), rgba(54, 27, 86, 0.82));
}

.tone-operate .home-use-icon {
  background: linear-gradient(135deg, rgba(84, 167, 255, 0.42), rgba(18, 42, 80, 0.84));
}

.tone-operate .home-use-strip-icon {
  color: rgba(123, 187, 255, 0.96);
  background: linear-gradient(135deg, rgba(84, 167, 255, 0.28), rgba(18, 42, 80, 0.82));
}

.tone-report .home-use-icon {
  background: linear-gradient(135deg, rgba(255, 166, 84, 0.42), rgba(82, 44, 18, 0.84));
}

.tone-report .home-use-strip-icon {
  color: rgba(255, 199, 132, 0.96);
  background: linear-gradient(135deg, rgba(255, 166, 84, 0.28), rgba(82, 44, 18, 0.82));
}

.home-use-card-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.home-use-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: rgba(239, 244, 255, 0.92);
}

.home-use-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-use-card-meta {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.home-use-kicker {
  color: rgba(239, 244, 255, 0.92);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.home-use-mini {
  color: rgba(197, 211, 243, 0.66);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
}

.home-use-index {
  color: rgba(188, 204, 239, 0.58);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-use-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-use-points span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background: rgba(17, 27, 56, 0.72);
  color: rgba(236, 242, 255, 0.84);
  font-size: 0.76rem;
  font-weight: 700;
}

.home-use-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  color: rgba(116, 198, 255, 0.98);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.home-use-link::after {
  content: "\2192";
  color: rgba(184, 141, 255, 0.96);
  transform: translateY(-1px);
}

.home-use-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.home-use-footer p {
  margin: 0;
  color: rgba(213, 223, 245, 0.78);
  text-align: center;
  line-height: 1.55;
}

.home-use-footer-line {
  display: block;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(84, 230, 255, 0.04), rgba(111, 141, 255, 0.56), rgba(215, 133, 255, 0.12));
}

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

.home-success-card {
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(118, 146, 233, 0.12);
  background:
    linear-gradient(180deg, rgba(18, 29, 60, 0.88), rgba(8, 15, 34, 0.92)),
    rgba(10, 17, 37, 0.92);
  box-shadow: var(--shadow);
}

.home-success-step {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(84, 167, 255, 0.96), rgba(141, 103, 255, 0.96));
  color: rgba(255, 255, 255, 0.98);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(111, 147, 255, 0.2);
}

.home-quick-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.home-use-card h3,
.home-success-card h3,
.home-layer-card h3,
.home-route-card h3 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.12;
  text-align: center;
  white-space: nowrap;
}

.home-layer-card h3 {
  font-size: 1rem;
  line-height: 1.08;
}

.home-use-card h3 {
  text-align: left;
  white-space: normal;
  text-wrap: balance;
}

.home-pain-card p,
.home-use-card p,
.home-success-card p,
.home-layer-card p,
.home-proof-card p,
.home-route-card p {
  margin: 0;
  color: rgba(213, 223, 245, 0.76);
  line-height: 1.58;
  text-align: center;
}

.home-layer-card p {
  font-size: 0.88rem;
  line-height: 1.42;
}

.home-use-card p {
  text-align: left;
  white-space: normal;
}

.home-pain-card p {
  text-align: left;
  font-size: 0.92rem;
  line-height: 1.55;
}

.home-layer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
}

.home-layer-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 220px;
  padding: 18px 16px 16px;
  border-radius: 24px;
  border: 1px solid rgba(118, 146, 233, 0.12);
  background:
    radial-gradient(circle at 50% -12%, rgba(84, 230, 255, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(18, 29, 60, 0.9), rgba(8, 15, 34, 0.95)),
    rgba(10, 17, 37, 0.92);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.home-layer-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(84, 230, 255, 0.84), rgba(111, 141, 255, 0.92), rgba(215, 133, 255, 0.8));
  opacity: 0.9;
}

.home-layer-step {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 2px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(84, 167, 255, 0.96), rgba(141, 103, 255, 0.96));
  color: white;
  font-weight: 800;
  font-size: 0.82rem;
}

.home-layer-items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}

.home-layer-items span {
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(236, 241, 255, 0.86);
  font-size: 0.72rem;
  letter-spacing: -0.015em;
  font-weight: 700;
  white-space: nowrap;
}

.home-layer-arrow {
  display: none;
}

.home-proof-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.home-proof-carousel-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 18px;
  min-height: 260px;
  padding: 20px;
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(83, 167, 255, 0.14), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(215, 133, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(18, 29, 60, 0.94), rgba(8, 15, 34, 0.98)),
    rgba(10, 17, 37, 0.96);
}

.home-proof-carousel-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(83, 167, 255, 0.08), transparent 28%, transparent 72%, rgba(215, 133, 255, 0.08)),
    radial-gradient(circle at 50% 120%, rgba(93, 115, 255, 0.12), transparent 38%);
  pointer-events: none;
}

.home-proof-head {
  margin-bottom: 14px;
}

.home-proof-spotlight,
.home-proof-signal-shell {
  position: relative;
  z-index: 1;
}

.home-proof-spotlight {
  display: grid;
  grid-template-rows: 1fr;
}

.home-proof-quote-stage,
.home-proof-signal-stage {
  position: relative;
  min-height: 176px;
}

.home-proof-slide,
.home-proof-signal {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(8px) scale(0.985);
  transition: opacity 320ms ease, transform 320ms ease;
  pointer-events: none;
}

.home-proof-slide.active,
.home-proof-signal.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.home-proof-slide {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: 18px 20px;
  border-radius: 26px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background:
    linear-gradient(180deg, rgba(17, 26, 54, 0.94), rgba(8, 14, 31, 0.96)),
    rgba(9, 15, 32, 0.94);
  overflow: hidden;
}

.home-proof-slide::before,
.home-proof-signal::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-proof-slide.tone-cyan::before,
.home-proof-signal.tone-cyan::before {
  background: radial-gradient(circle at 16% 18%, rgba(84, 230, 255, 0.18), transparent 34%);
}

.home-proof-slide.tone-violet::before,
.home-proof-signal.tone-violet::before {
  background: radial-gradient(circle at 16% 18%, rgba(150, 132, 255, 0.2), transparent 34%);
}

.home-proof-slide.tone-blue::before,
.home-proof-signal.tone-blue::before {
  background: radial-gradient(circle at 16% 18%, rgba(83, 167, 255, 0.18), transparent 34%);
}

.home-proof-slide.tone-gold::before,
.home-proof-signal.tone-gold::before {
  background: radial-gradient(circle at 16% 18%, rgba(255, 197, 122, 0.2), transparent 34%);
}

.home-proof-slide.tone-pink::before,
.home-proof-signal.tone-pink::before {
  background: radial-gradient(circle at 16% 18%, rgba(215, 133, 255, 0.18), transparent 34%);
}

.home-proof-slide.tone-teal::before,
.home-proof-signal.tone-teal::before {
  background: radial-gradient(circle at 16% 18%, rgba(86, 223, 191, 0.18), transparent 34%);
}

.home-proof-slide-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

.home-proof-avatar-photo {
  position: relative;
  display: inline-flex;
  width: 76px;
  height: 76px;
  padding: 4px;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid rgba(161, 185, 255, 0.2);
  background: linear-gradient(135deg, rgba(83, 167, 255, 0.22), rgba(121, 97, 255, 0.18), rgba(215, 133, 255, 0.24));
  box-shadow: 0 14px 30px rgba(8, 14, 31, 0.34);
  overflow: hidden;
}

.home-proof-avatar-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.home-proof-person {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
  align-content: center;
}

.home-proof-person strong {
  margin: 0;
  text-align: left;
  font-size: 1.02rem;
}

.home-proof-person small {
  color: rgba(192, 206, 236, 0.74);
  font-size: 0.86rem;
}

.home-proof-mini-outcome {
  color: rgba(103, 221, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-proof-slide p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(240, 246, 255, 0.94);
  font-size: 1.02rem;
  line-height: 1.6;
}

.home-proof-signal-shell {
  display: grid;
  gap: 12px;
  align-content: stretch;
}

.home-proof-ribbon {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-proof-ribbon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(118, 146, 233, 0.16);
  background: rgba(17, 27, 55, 0.7);
  color: rgba(215, 228, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-proof-ribbon span.active {
  color: rgba(244, 248, 255, 0.96);
  border-color: rgba(109, 165, 255, 0.4);
  background: rgba(25, 40, 76, 0.82);
}

.home-proof-signal {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 26px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background:
    linear-gradient(180deg, rgba(17, 26, 54, 0.94), rgba(8, 14, 31, 0.96)),
    rgba(9, 15, 32, 0.94);
  overflow: hidden;
}

.home-proof-signal-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.home-proof-signal-kicker {
  margin: 0 0 6px;
  color: rgba(103, 221, 255, 0.86);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-proof-signal h3 {
  margin: 0;
  color: rgba(247, 250, 255, 0.98);
  font-size: 1.2rem;
  line-height: 1.2;
}

.home-proof-signal-stat {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(127, 154, 236, 0.18);
  background: rgba(16, 25, 52, 0.74);
  color: rgba(244, 248, 255, 0.94);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.home-proof-signal-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(203, 214, 239, 0.82);
  font-size: 0.96rem;
  line-height: 1.56;
  max-width: 54ch;
}

.home-proof-signal-lanes {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 6px 0 2px;
}

.home-proof-signal-lanes span {
  position: relative;
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(16, 25, 52, 0.84);
  overflow: hidden;
}

.home-proof-signal-lanes span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(79, 221, 255, 0), rgba(79, 221, 255, 0.9), rgba(182, 122, 255, 0.95), rgba(182, 122, 255, 0));
  transform: translateX(-70%);
  animation: proof-flow 4.8s linear infinite;
}

.home-proof-signal-lanes span:nth-child(2)::before {
  animation-delay: -1.1s;
}

.home-proof-signal-lanes span:nth-child(3)::before {
  animation-delay: -2.3s;
}

.home-proof-signal-trail {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-proof-signal-trail span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(118, 146, 233, 0.16);
  background: rgba(13, 22, 45, 0.72);
  color: rgba(225, 234, 255, 0.86);
  font-size: 0.8rem;
  font-weight: 600;
}

@keyframes proof-flow {
  from { transform: translateX(-72%); }
  to { transform: translateX(72%); }
}

.home-testimonial-card {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 28px 30px;
  border-radius: 30px;
  border: 1px solid rgba(118, 146, 233, 0.14);
  background:
    radial-gradient(circle at top left, rgba(141, 103, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(18, 29, 60, 0.92), rgba(8, 15, 34, 0.94)),
    rgba(10, 17, 37, 0.94);
  box-shadow: var(--shadow);
}

.home-testimonial-card p,
.home-testimonial-card span {
  margin: 0;
}

.home-testimonial-card p {
  color: rgba(245, 248, 255, 0.96);
  font-size: 1.18rem;
  line-height: 1.5;
}

.home-testimonial-card span {
  color: rgba(180, 196, 233, 0.78);
  font-size: 0.95rem;
}

.home-route-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-route-card {
  padding: 24px;
  border-radius: 28px;
  display: grid;
  gap: 12px;
}

.home-pain-section .section-head-centered > div,
.home-use-section .section-head-centered > div,
.home-success-section .section-head-centered > div,
.home-layers-section .section-head-centered > div,
.home-proof-section .section-head-centered > div {
  max-width: none;
}

.home-pain-section h2,
.home-use-section h2,
.home-success-section h2,
.home-layers-section h2,
.home-proof-section h2 {
  white-space: nowrap;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
}

.home-use-section h2 {
  white-space: nowrap;
  text-wrap: nowrap;
}

.home-pain-section .section-copy,
.home-use-section .section-copy,
.home-success-section .section-copy,
.home-layers-section .section-copy,
.home-proof-section .section-copy {
  max-width: 90ch;
  margin-inline: auto;
  text-wrap: pretty;
}

.home-pain-card:hover,
.home-use-card:hover,
.home-success-card:hover,
.home-layer-card:hover,
.home-proof-card:hover,
.home-route-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(3, 7, 20, 0.35);
}

.hero-copy {
  display: grid;
  gap: 22px;
}

.hero-surface,
.hero-visual-surface,
.product-slider-surface {
  padding: 34px;
  border-radius: 34px;
}

.hero-surface {
  min-height: 592px;
  align-content: start;
}

.bullet-row {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.bullet-row li {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.trust-logos {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(159, 181, 255, 0.1);
}

.trust-logos p {
  margin: 0 0 12px;
}

.logo-row {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  color: rgba(245, 248, 255, 0.74);
  font-weight: 700;
}

.integration-row span {
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(159, 181, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.hero-visual {
  display: grid;
  gap: 22px;
  align-content: start;
}

.hero-scene-toolbar,
.hero-scene-header,
.hero-scene-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hero-scenes-window {
  overflow: hidden;
  border-radius: 28px;
  position: relative;
}

.hero-scenes-track {
  display: flex;
  transition: transform 520ms cubic-bezier(.22,1,.36,1);
  will-change: transform;
}

.hero-scene {
  min-width: 100%;
  padding: 10px 4px 4px;
  opacity: 0.66;
  transition: opacity 260ms ease;
}

.hero-scene.active {
  opacity: 1;
}

.scene-count {
  color: rgba(245, 248, 255, 0.54);
  font-size: 0.84rem;
  letter-spacing: 0.16em;
}

.hero-scene-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 0.9fr;
  gap: 20px;
  align-items: stretch;
}

.scene-column {
  display: grid;
  gap: 16px;
  position: relative;
}

.scene-label {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.scene-card,
.scene-core-card {
  border: 1px solid rgba(159, 181, 255, 0.14);
  border-radius: 22px;
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.scene-card {
  min-height: 122px;
  display: grid;
  gap: 8px;
  padding: 18px;
}

.scene-card strong {
  font-size: 1.08rem;
}

.scene-card span {
  color: var(--muted);
  line-height: 1.55;
}

.scene-card-problem {
  background:
    linear-gradient(180deg, rgba(61, 88, 154, 0.12), rgba(13, 22, 48, 0.92)),
    rgba(13, 22, 48, 0.92);
}

.scene-card-outcome {
  background:
    linear-gradient(180deg, rgba(84, 230, 255, 0.14), rgba(13, 22, 48, 0.92)),
    rgba(13, 22, 48, 0.92);
}

.scene-core {
  z-index: 2;
}

.scene-core-card {
  position: relative;
  min-height: 100%;
  padding: 26px 24px;
  display: grid;
  gap: 16px;
  background:
    linear-gradient(180deg, rgba(84, 230, 255, 0.14), rgba(141, 103, 255, 0.14)),
    rgba(13, 22, 48, 0.94);
}

.scene-core-card::before,
.scene-core-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 74px;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(83, 167, 255, 0.1), rgba(141, 103, 255, 0.8), rgba(84, 230, 255, 0.15));
  box-shadow: 0 0 22px rgba(141, 103, 255, 0.22);
}

.scene-core-card::before {
  left: -86px;
}

.scene-core-card::after {
  right: -86px;
}

.hero-node-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.scene-rail {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: auto;
}

.scene-rail span {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(83, 167, 255, 0.28), rgba(141, 103, 255, 0.86), rgba(84, 230, 255, 0.28));
  box-shadow: 0 0 24px rgba(141, 103, 255, 0.24);
}

.scene-rail span:nth-child(1) {
  width: 32%;
}

.scene-rail span:nth-child(2) {
  width: 18%;
}

.scene-rail span:nth-child(3) {
  width: 44%;
}

.hero-scene-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.hero-scene-dot {
  width: 42px;
  height: 6px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.hero-scene-dot.active {
  background: linear-gradient(90deg, var(--blue), var(--violet), var(--cyan));
  box-shadow: 0 0 18px rgba(83, 167, 255, 0.28);
}

.trust-strip {
  grid-template-columns: 0.8fr 1.2fr;
  margin: 14px 0 58px;
  padding: 30px 32px;
  border-radius: 32px;
}

.trust-intro {
  display: grid;
  align-content: start;
  gap: 12px;
}

.trust-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.stat-card, .product-card, .feature-block, .value-card, .step-card, .use-case-card, .support-card, .article-card, .price-card, .catalog-card, .side-card, .faq-item, .comparison-table, .contact-form {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.stat-card {
  padding: 24px;
}

.stat-card strong {
  display: block;
  font-size: 1.18rem;
  line-height: 1.25;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.section {
  padding: 40px 0;
}

.section-alt {
  padding: 42px 0;
}

.section-emphasis {
  border-radius: 34px;
}

.section-compact {
  padding-top: 28px;
}

.page-hero + .section {
  padding-top: 20px;
}

.section-head {
  justify-content: space-between;
  margin-bottom: 16px;
}

.section-head-split {
  align-items: flex-end;
}

.section-head-centered {
  justify-items: center;
  text-align: center;
}

.section-head-centered > div {
  max-width: 980px;
  margin: 0 auto;
}

.slider-wrap {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
}

.blog-slider-meta,
.blog-slider-controls,
.blog-card-head,
.blog-card-foot {
  display: flex;
  align-items: center;
}

.blog-slider-meta {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}

.blog-slider-meta p {
  margin: 0;
  color: rgba(226, 236, 255, 0.74);
}

.blog-slider-controls {
  gap: 10px;
  flex: 0 0 auto;
}

.blog-slider-wrap {
  grid-template-columns: 1fr;
  overflow: hidden;
}

.section-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.blog-archive-shell {
  padding: 30px;
  border-radius: 32px;
}

.blog-slider-track {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 22px;
  padding: 16px 2px 10px;
  overflow: hidden;
  min-height: 0;
}

.product-slider-track {
  grid-auto-columns: minmax(320px, 28.5vw);
  padding: 18px 8px 10px;
}

.slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 360px);
  gap: 18px;
  overflow-x: auto;
  padding: 24px 12px 22px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.slider-track::-webkit-scrollbar { display: none; }

.slider-track.blog-slider-track {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-columns: auto;
  gap: 22px;
  overflow: visible;
  padding: 16px 2px 10px;
}

.product-card, .catalog-card, .article-card, .support-card, .value-card, .price-card, .feature-block, .step-card, .use-case-card, .side-card {
  padding: 24px;
}

.blog-article-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  min-height: 0;
  padding: 16px;
  border-radius: 30px;
  border: 1px solid rgba(222, 229, 245, 0.3);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 30%),
    radial-gradient(circle at top right, rgba(210, 223, 255, 0.14), transparent 28%),
    radial-gradient(circle at bottom left, rgba(189, 198, 220, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(57, 67, 96, 0.96), rgba(21, 28, 46, 0.99)),
    rgba(19, 24, 39, 0.96);
  box-shadow:
    0 34px 72px rgba(2, 6, 18, 0.42),
    0 18px 26px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(148, 156, 178, 0.16),
    inset 12px 12px 28px rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(214, 223, 244, 0.1);
  cursor: pointer;
}

.blog-article-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(247, 249, 255, 0.72), rgba(209, 219, 242, 0.08));
  opacity: 0.9;
}

.blog-article-card h3 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.16;
  letter-spacing: -0.025em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.blog-card-body {
  display: grid;
  gap: 10px;
  align-content: start;
}

.blog-card-head .badge {
  padding: 8px 12px;
  font-size: 0.68rem;
  background: linear-gradient(135deg, rgba(234, 239, 249, 0.18), rgba(177, 188, 213, 0.14));
  border-color: rgba(209, 219, 242, 0.22);
  color: rgba(239, 244, 255, 0.9);
}

.blog-card-head small,
.blog-card-date {
  color: rgba(214, 226, 250, 0.68);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: right;
  white-space: nowrap;
}

.blog-card-summary {
  margin: 0;
  color: rgba(229, 238, 255, 0.8);
  font-size: 0.94rem;
  line-height: 1.58;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blog-card-media {
  margin: 0;
  width: 100%;
  aspect-ratio: 16 / 8.9;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(218, 226, 244, 0.22);
  background:
    linear-gradient(180deg, rgba(58, 68, 96, 0.78), rgba(16, 23, 38, 0.96)),
    rgba(14, 20, 34, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 20px 34px rgba(4, 9, 24, 0.28),
    0 0 0 1px rgba(179, 191, 217, 0.08);
}

.blog-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 220ms ease, filter 220ms ease;
}

.blog-card-media-fallback {
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 20px;
  color: rgba(222, 232, 255, 0.82);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.64rem;
  font-weight: 700;
}

.blog-card-media-fallback-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  padding: 13px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 30% 26%, rgba(84, 230, 255, 0.24), transparent 40%),
    linear-gradient(135deg, rgba(83, 167, 255, 0.24), rgba(141, 103, 255, 0.4));
  box-shadow:
    0 18px 28px rgba(11, 18, 42, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.blog-card-media-fallback-mark img {
  width: 100%;
  height: 100%;
}

.blog-card-foot {
  justify-content: flex-start;
  margin-top: auto;
}

.blog-card-read {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(210, 221, 244, 0.22);
  background:
    linear-gradient(180deg, rgba(63, 74, 102, 0.9), rgba(25, 33, 54, 0.96)),
    rgba(236, 241, 252, 0.04);
  color: rgba(238, 244, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 12px 20px rgba(4, 8, 22, 0.22);
}

.blog-article-card:hover,
.blog-article-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(234, 239, 249, 0.38);
  box-shadow:
    0 40px 84px rgba(2, 6, 18, 0.48),
    0 18px 26px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(220, 229, 247, 0.14);
}

.blog-article-card:hover h3,
.blog-article-card:focus-visible h3 {
  color: #fcfeff;
}

.blog-article-card:hover .blog-card-media img,
.blog-article-card:focus-visible .blog-card-media img {
  transform: scale(1.05);
  filter: saturate(1.08);
}

.blog-article-card:hover .blog-card-read,
.blog-article-card:focus-visible .blog-card-read {
  border-color: rgba(226, 234, 249, 0.34);
  background: linear-gradient(135deg, rgba(245, 247, 252, 0.16), rgba(177, 188, 213, 0.18));
}

.blog-article-card:focus-visible {
  outline: none;
}

.blog-article-card-empty {
  min-height: 220px;
  align-content: center;
}

.blog-slider-track.is-swapping {
  animation-duration: 180ms;
  animation-timing-function: ease-out;
}

.blog-slider-track.is-swapping.swap-next {
  animation-name: blogPageSlideNext;
}

.blog-slider-track.is-swapping.swap-prev {
  animation-name: blogPageSlidePrev;
}

.blog-slider-copy {
  display: grid;
  gap: 8px;
}

.blog-slider-copy p {
  margin: 0;
}

.blog-slider-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 6px;
}

.blog-slider-controls .slider-arrow {
  width: 54px;
  height: 54px;
  font-size: 1.8rem;
  background: rgba(255, 255, 255, 0.06);
}

.product-card {
  scroll-snap-align: start;
  display: grid;
  gap: 14px;
  min-height: 360px;
  position: relative;
  background:
    linear-gradient(180deg, rgba(17, 26, 54, 0.94), rgba(7, 12, 28, 0.94)),
    rgba(11, 19, 41, 0.78);
}

.product-detail-shell {
  display: grid;
  gap: 0;
}

.product-detail-shell .product-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.96fr);
  align-items: stretch;
}

.product-hero-copy,
.product-hero-stage,
.product-quick-grid,
.product-quick-card,
.product-story-steps,
.product-story-step,
.product-proof-grid,
.product-proof-card,
.product-hero-visual,
.product-revenue-column,
.product-sync-stack {
  display: grid;
}

.product-hero-copy {
  gap: 12px;
  align-content: start;
}

.product-hero-summary {
  margin: 0;
  max-width: 58ch;
  color: rgba(220, 230, 252, 0.8);
  font-size: 1rem;
  line-height: 1.6;
}

.product-kicker {
  margin: 0;
  color: rgba(117, 230, 255, 0.92);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-hero-promise {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.product-hero-promise span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(166, 188, 246, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(11, 18, 38, 0.72);
  color: rgba(245, 249, 255, 0.94);
  font-size: 0.92rem;
  line-height: 1.4;
}

.product-hero-stage {
  align-content: stretch;
}

.product-hero-visual {
  position: relative;
  min-height: 500px;
  border-radius: 30px;
  border: 1px solid rgba(166, 188, 246, 0.18);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 18%, rgba(84, 230, 255, 0.12), transparent 24%),
    radial-gradient(circle at 84% 10%, rgba(255, 197, 124, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(18, 28, 57, 0.94), rgba(8, 14, 31, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 36px 90px rgba(3, 8, 19, 0.34);
}

.product-visual-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(170, 191, 250, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(170, 191, 250, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 92%);
  pointer-events: none;
}

.product-quick-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-quick-card {
  gap: 6px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(166, 188, 246, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(11, 18, 38, 0.72);
}

.product-quick-card strong {
  color: rgba(247, 250, 255, 0.96);
  font-size: 1rem;
  line-height: 1.2;
}

.product-quick-card span {
  color: rgba(212, 224, 252, 0.72);
  line-height: 1.45;
  font-size: 0.84rem;
}

.product-story-grid,
.product-proof-grid {
  align-items: stretch;
}

.product-story-card,
.product-highlight-card,
.product-proof-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(11, 18, 38, 0.72);
}

.product-story-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-story-step {
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(166, 188, 246, 0.14);
  background:
    radial-gradient(circle at 84% 12%, rgba(84, 230, 255, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(20, 30, 61, 0.8), rgba(10, 16, 34, 0.92));
  box-shadow: 0 24px 60px rgba(4, 8, 19, 0.24);
}

.product-story-step-label,
.product-visual-label {
  display: inline-flex;
  justify-self: start;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(166, 188, 246, 0.14);
  color: rgba(213, 225, 255, 0.74);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-story-step h3,
.product-proof-card h3 {
  margin: 0;
  font-size: 1.02rem;
  color: rgba(247, 250, 255, 0.96);
}

.product-story-step p,
.product-proof-card p {
  margin: 0;
  color: rgba(212, 224, 252, 0.76);
  line-height: 1.55;
}

.product-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-scene-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
}

.product-scene-brief,
.product-scene-frame {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(166, 188, 246, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(11, 18, 38, 0.72);
}

.product-scene-brief {
  display: grid;
  gap: 14px;
}

.product-scene-brief h2,
.product-scene-frame h3 {
  margin: 0;
}

.product-scene-brief > p,
.product-scene-frame p {
  margin: 0;
  color: rgba(212, 224, 252, 0.78);
  line-height: 1.6;
}

.product-scene-metrics,
.product-scene-stack {
  display: grid;
  gap: 12px;
}

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

.product-scene-metric {
  display: grid;
  gap: 4px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(166, 188, 246, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.product-scene-metric strong {
  color: rgba(247, 250, 255, 0.96);
  font-size: 0.98rem;
}

.product-scene-metric span {
  color: rgba(212, 224, 252, 0.72);
  font-size: 0.8rem;
  line-height: 1.4;
}

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

.product-proof-card {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(166, 188, 246, 0.12);
}

.product-theme-growth .product-hero-visual {
  background:
    radial-gradient(circle at 18% 18%, rgba(108, 255, 212, 0.14), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(255, 205, 129, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(16, 33, 47, 0.96), rgba(7, 16, 23, 0.98));
}

.product-theme-revenue .product-hero-visual {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 189, 116, 0.14), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(113, 223, 255, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(28, 27, 52, 0.96), rgba(9, 14, 27, 0.98));
}

.product-theme-sync .product-hero-visual {
  background:
    radial-gradient(circle at 18% 18%, rgba(84, 230, 255, 0.12), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(149, 110, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(18, 23, 57, 0.96), rgba(7, 11, 26, 0.98));
}

.product-theme-system .product-hero-visual {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 192, 117, 0.13), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(108, 199, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(23, 25, 52, 0.97), rgba(7, 11, 26, 0.99));
}

.product-theme-ai .product-hero-visual {
  background:
    radial-gradient(circle at 18% 18%, rgba(123, 153, 255, 0.14), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(255, 149, 220, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(27, 24, 57, 0.97), rgba(7, 11, 26, 0.99));
}

.product-growth-core,
.product-growth-card,
.product-revenue-card,
.product-revenue-outcome,
.product-sync-node,
.product-sync-stage-pill,
.product-revenue-chip {
  position: absolute;
  z-index: 2;
}

.product-growth-core {
  top: 50%;
  left: 50%;
  display: grid;
  gap: 6px;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(185, 243, 204, 0.26);
  background:
    radial-gradient(circle at 30% 30%, rgba(133, 255, 201, 0.34), rgba(26, 74, 74, 0.9) 65%, rgba(9, 16, 20, 0.98));
  box-shadow: 0 0 40px rgba(110, 255, 200, 0.18);
}

.product-growth-core strong,
.product-sync-cube-copy strong,
.product-revenue-brain strong {
  color: #f7fbff;
  font-size: 1rem;
}

.product-growth-core small,
.product-sync-cube-copy small,
.product-revenue-brain small {
  color: rgba(226, 235, 255, 0.72);
  line-height: 1.35;
}

.product-growth-ring,
.product-revenue-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(194, 237, 220, 0.12);
  transform: translate(-50%, -50%);
  animation: productOrbitSpin 16s linear infinite;
}

.product-growth-ring.ring-a { width: 220px; height: 220px; }
.product-growth-ring.ring-b { width: 320px; height: 320px; animation-duration: 24s; animation-direction: reverse; }
.product-growth-ring.ring-c { width: 420px; height: 420px; animation-duration: 32s; }

.product-growth-card {
  width: 148px;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(186, 238, 210, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(10, 22, 24, 0.78);
  box-shadow: 0 18px 48px rgba(3, 8, 12, 0.24);
}

.product-growth-card strong,
.product-growth-card span,
.product-revenue-card strong,
.product-revenue-card small,
.product-revenue-outcome strong,
.product-revenue-outcome small,
.product-sync-node strong,
.product-sync-node small,
.product-sync-stage-pill,
.product-revenue-chip {
  display: block;
}

.product-growth-card strong,
.product-revenue-card strong,
.product-revenue-outcome strong,
.product-sync-node strong {
  color: rgba(247, 250, 255, 0.96);
  margin-bottom: 4px;
  font-size: 0.86rem;
}

.product-growth-card span,
.product-revenue-card small,
.product-revenue-outcome small,
.product-sync-node small {
  color: rgba(216, 228, 250, 0.72);
  font-size: 0.74rem;
  line-height: 1.35;
}

.product-growth-card.card-topic { top: 70px; left: 56px; transform: rotate(-10deg); }
.product-growth-card.card-draft { top: 96px; right: 54px; transform: rotate(8deg); }
.product-growth-card.card-publish { bottom: 98px; right: 74px; transform: rotate(-6deg); }
.product-growth-card.card-feedback { bottom: 78px; left: 72px; transform: rotate(7deg); }

.product-growth-beam {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(125, 255, 214, 0.55), rgba(125, 255, 214, 0.02));
  filter: blur(0.4px);
}

.product-growth-beam.beam-a { transform: translate(0, -1px) rotate(-145deg); }
.product-growth-beam.beam-b { transform: translate(0, -1px) rotate(-28deg); }
.product-growth-beam.beam-c { transform: translate(0, -1px) rotate(34deg); }
.product-growth-beam.beam-d { transform: translate(0, -1px) rotate(148deg); }

.product-revenue-column {
  position: absolute;
  top: 56px;
  bottom: 56px;
  width: 172px;
  gap: 12px;
  align-content: start;
}

.product-revenue-column.revenue-source { left: 22px; }
.product-revenue-column.revenue-outcome { right: 22px; }

.product-revenue-card,
.product-revenue-outcome {
  position: relative;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(183, 196, 247, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(13, 18, 36, 0.78);
  box-shadow: 0 20px 44px rgba(4, 8, 19, 0.22);
}

.product-revenue-core {
  position: absolute;
  inset: 70px 210px;
  border-radius: 30px;
}

.product-revenue-brain {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  gap: 6px;
  width: 180px;
  height: 180px;
  margin: -90px 0 0 -90px;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 205, 127, 0.22);
  background:
    radial-gradient(circle at 32% 30%, rgba(255, 212, 145, 0.34), rgba(58, 46, 84, 0.9) 65%, rgba(11, 12, 21, 0.98));
  box-shadow: 0 0 38px rgba(255, 196, 120, 0.16);
}

.product-revenue-ring.ring-a { width: 220px; height: 220px; top: 50%; left: 50%; }
.product-revenue-ring.ring-b { width: 300px; height: 300px; top: 50%; left: 50%; animation-duration: 24s; animation-direction: reverse; }

.product-revenue-chip {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(183, 196, 247, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(245, 249, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 700;
}

.product-revenue-chip.chip-intent { top: 78px; left: 50%; margin-left: -34px; }
.product-revenue-chip.chip-fit { top: 206px; left: 72px; }
.product-revenue-chip.chip-owner { right: 48px; top: 170px; }

.product-hero-visual-revenue::before,
.product-hero-visual-revenue::after,
.product-hero-visual-sync::before,
.product-hero-visual-sync::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 140px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 201, 132, 0.48), rgba(111, 223, 255, 0.08));
}

.product-hero-visual-revenue::before { left: 184px; }
.product-hero-visual-revenue::after { right: 184px; transform: rotate(180deg); }

.product-sync-stack {
  position: absolute;
  top: 72px;
  bottom: 72px;
  width: 168px;
  gap: 12px;
  align-content: start;
}

.product-sync-stack.sync-sources { left: 24px; }
.product-sync-stack.sync-destinations { right: 24px; }

.product-sync-node {
  position: relative;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(179, 193, 247, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(11, 17, 37, 0.8);
}

.product-sync-core {
  position: absolute;
  inset: 76px 220px;
}

.product-sync-cube {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 182px;
  height: 182px;
  margin: -91px 0 0 -91px;
  transform-style: preserve-3d;
  animation: syncCubeFloat 6.6s ease-in-out infinite;
}

.cube-face {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 1px solid rgba(177, 192, 247, 0.18);
  background:
    linear-gradient(180deg, rgba(117, 230, 255, 0.16), rgba(141, 103, 255, 0.08)),
    rgba(13, 20, 44, 0.82);
}

.cube-face.face-front { transform: translateZ(0); }
.cube-face.face-top { transform: translateY(-18px) translateX(14px) scale(0.92); opacity: 0.52; }
.cube-face.face-side { transform: translateX(18px) translateY(12px) scale(0.9); opacity: 0.36; }

.product-sync-cube-copy {
  position: absolute;
  inset: 0;
  display: grid;
  gap: 6px;
  place-content: center;
  padding: 28px;
  text-align: center;
}

.product-sync-stage-pill {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(179, 193, 247, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(245, 249, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 700;
}

.product-sync-stage-pill.pill-a { top: 64px; left: 50%; margin-left: -28px; }
.product-sync-stage-pill.pill-b { top: 214px; left: 58px; }
.product-sync-stage-pill.pill-c { top: 214px; right: 52px; }

.product-hero-visual-sync::before { left: 188px; }
.product-hero-visual-sync::after { right: 188px; transform: rotate(180deg); }

.product-hero-visual-console {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr) 168px;
  align-items: center;
  gap: 18px;
  padding: 30px 24px;
}

.product-console-stack {
  display: grid;
  gap: 12px;
  align-content: start;
  z-index: 2;
}

.product-console-card {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(179, 193, 247, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(11, 17, 37, 0.8);
}

.product-console-card strong,
.product-console-core-shell strong {
  display: block;
  margin-bottom: 4px;
  color: rgba(247, 250, 255, 0.96);
}

.product-console-card small,
.product-console-core-shell small,
.product-console-core-kicker {
  color: rgba(216, 228, 250, 0.72);
}

.product-console-card small,
.product-console-core-shell small {
  font-size: 0.75rem;
  line-height: 1.35;
}

.product-console-core {
  display: grid;
  gap: 16px;
  justify-items: center;
  z-index: 2;
}

.product-console-core-shell {
  display: grid;
  gap: 8px;
  width: min(100%, 280px);
  min-height: 250px;
  place-content: center;
  padding: 28px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid rgba(179, 193, 247, 0.18);
  background:
    radial-gradient(circle at 30% 30%, rgba(126, 222, 255, 0.16), rgba(141, 103, 255, 0.08)),
    rgba(13, 20, 44, 0.82);
  box-shadow: 0 22px 54px rgba(4, 8, 19, 0.28);
}

.product-console-core-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-console-chip-row,
.product-video-chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.product-console-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(179, 193, 247, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(245, 249, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 700;
}

.product-hero-visual-video {
  display: grid;
  place-items: end start;
}

.product-media-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-video-sheen {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 8, 19, 0.08), rgba(3, 8, 19, 0.74)),
    radial-gradient(circle at 78% 20%, rgba(122, 210, 255, 0.16), transparent 24%);
}

.product-video-overlay {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  margin: 0 24px 24px;
  padding: 18px;
  max-width: 320px;
  border-radius: 22px;
  border: 1px solid rgba(166, 188, 246, 0.16);
  background: rgba(8, 13, 28, 0.7);
  backdrop-filter: blur(12px);
}

@keyframes productOrbitSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes syncCubeFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-5deg); }
  50% { transform: translate3d(0, -10px, 0) rotate(5deg); }
}

.product-card::after {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(83, 167, 255, 0.12), rgba(141, 103, 255, 0.34), rgba(84, 230, 255, 0.12));
}

.product-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-card-copy p,
.catalog-card p:not(.catalog-fit) {
  margin-bottom: 0;
}

.products-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.94fr);
  gap: 14px;
  padding: 14px;
  border-radius: 24px;
  align-items: stretch;
}

.products-feature-copy,
.products-feature-visual,
.products-feature-grid,
.products-feature-block,
.growth-chart-shell,
.growth-chart-head,
.growth-chart-stage,
.growth-chart-y-axis,
.growth-chart-plot,
.growth-chart-stats {
  display: grid;
}

.products-feature-copy {
  gap: 7px;
  align-content: start;
}

.products-feature-copy h2 {
  font-size: clamp(1.7rem, 2.35vw, 2.45rem);
  max-width: none;
  white-space: nowrap;
  line-height: 0.96;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}

.products-feature-lead {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.38;
  color: rgba(241, 247, 255, 0.92);
}

.products-feature-copy > p:not(.products-feature-lead) {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.36;
}

.products-economics-strip,
.products-economics-metrics {
  display: grid;
}

.products-economics-strip {
  gap: 8px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 194, 117, 0.16);
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 192, 120, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(255, 217, 160, 0.06), rgba(255, 255, 255, 0.02) 36%, rgba(104, 180, 255, 0.05)),
    rgba(13, 19, 39, 0.74);
}

.products-economics-card {
  padding: 10px 12px;
  border-radius: 15px;
  border: 1px solid rgba(255, 204, 134, 0.18);
  background: linear-gradient(135deg, rgba(255, 196, 120, 0.1), rgba(255, 255, 255, 0.03) 42%, rgba(84, 230, 255, 0.04));
}

.products-economics-card strong,
.products-economics-pill strong {
  display: block;
  color: rgba(250, 245, 236, 0.98);
}

.products-economics-card strong {
  font-size: 0.86rem;
  line-height: 1.24;
  margin-bottom: 3px;
}

.products-economics-card p,
.products-economics-pill span {
  margin: 0;
  color: rgba(227, 234, 255, 0.78);
  line-height: 1.3;
  font-size: 0.76rem;
}

.products-economics-kicker {
  display: inline-flex;
  margin-bottom: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 201, 134, 0.12);
  border: 1px solid rgba(255, 201, 134, 0.18);
  color: #ffd9a0;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.products-economics-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.products-economics-pill {
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(169, 189, 245, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.products-economics-pill strong {
  margin-bottom: 3px;
  font-size: 0.74rem;
}

.products-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.products-feature-block {
  gap: 6px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(169, 189, 245, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(12, 18, 38, 0.62);
}

.products-feature-label {
  margin: 0;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(191, 208, 255, 0.7);
}

.products-feature-visual {
  align-content: stretch;
}

.products-feature-secondary {
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 191, 110, 0.08), transparent 22%),
    radial-gradient(circle at 10% 86%, rgba(84, 230, 255, 0.08), transparent 24%),
    rgba(10, 16, 32, 0.78);
}

.growth-chart-shell {
  gap: 9px;
  height: 100%;
  min-height: 100%;
  padding: 11px;
  border-radius: 18px;
  border: 1px solid rgba(169, 189, 245, 0.15);
  background:
    radial-gradient(circle at 18% 18%, rgba(84, 230, 255, 0.12), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(255, 185, 104, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(20, 31, 64, 0.82), rgba(9, 16, 34, 0.96));
}

.growth-chart-head {
  gap: 4px;
}

.growth-chart-head .badge {
  padding: 7px 12px;
  font-size: 0.64rem;
  min-height: auto;
  width: fit-content;
}

.growth-chart-head p {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.28;
}

.growth-chart-stage {
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 6px;
  align-items: stretch;
}

.growth-chart-y-axis {
  align-content: space-between;
  padding: 6px 0 12px;
  color: rgba(208, 223, 255, 0.62);
  font-size: 0.62rem;
}

.growth-chart-plot {
  position: relative;
  min-height: 124px;
  padding: 6px 6px 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(169, 189, 245, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(7, 13, 28, 0.62);
}

.growth-chart-grid {
  position: absolute;
  inset: 6px 6px 0;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  pointer-events: none;
}

.growth-chart-grid span {
  border-top: 1px dashed rgba(178, 197, 255, 0.14);
}

.growth-chart-bars {
  position: absolute;
  inset: 6px 6px 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 4px;
}

.growth-chart-bars span {
  height: var(--bar-height);
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, rgba(127, 240, 255, 0.94), rgba(84, 147, 255, 0.3));
  box-shadow: 0 0 18px rgba(127, 240, 255, 0.18);
  transform-origin: bottom center;
  transform: scaleY(0.2);
  opacity: 0.4;
  animation: growthBarRise 1.2s ease forwards;
  animation-delay: var(--bar-delay);
}

.growth-chart-line,
.growth-chart-points {
  position: absolute;
  inset: 6px 6px 0;
}

.growth-chart-line {
  width: calc(100% - 12px);
  height: calc(100% - 6px);
  overflow: visible;
}

.growth-chart-area {
  fill: rgba(255, 204, 122, 0.12);
}

.growth-chart-path {
  fill: none;
  stroke: url(#growthLineGradient);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  filter: drop-shadow(0 0 14px rgba(255, 207, 122, 0.24));
  animation: growthLineDraw 1.8s ease forwards .25s;
}

.growth-chart-points {
  pointer-events: none;
}

.growth-chart-points span {
  position: absolute;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-bottom: -4px;
  border-radius: 50%;
  background: #ffe1a8;
  box-shadow: 0 0 0 0 rgba(255, 207, 122, 0.4);
  animation: growthPulse 2.8s ease-in-out infinite;
  animation-delay: var(--pulse-delay);
}

.growth-chart-x-axis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  color: rgba(208, 223, 255, 0.66);
  font-size: 0.62rem;
}

.growth-chart-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  align-items: start;
}

.growth-chart-stats article {
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(169, 189, 245, 0.12);
  background: rgba(255, 255, 255, 0.035);
  min-height: 60px;
  align-content: start;
}

.growth-chart-stats strong,
.growth-chart-stats small {
  display: block;
}

.growth-chart-stats strong {
  margin-bottom: 3px;
  color: rgba(245, 249, 255, 0.92);
  font-size: 0.78rem;
  line-height: 1.22;
}

.growth-chart-stats small {
  color: rgba(213, 226, 255, 0.7);
  line-height: 1.24;
  font-size: 0.68rem;
}

.revenue-intel-shell,
.revenue-intel-board,
.revenue-intel-board-top,
.revenue-intel-lifecycle,
.revenue-intel-column,
.revenue-intel-queue-card,
.revenue-intel-journey-card,
.revenue-intel-stats-ribbon {
  display: grid;
}

.revenue-intel-shell {
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 204, 122, 0.08), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(127, 240, 255, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(19, 31, 60, 0.82), rgba(8, 15, 32, 0.96));
}

.revenue-intel-board {
  gap: 8px;
}

.revenue-intel-board-top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.revenue-intel-status-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 9px 10px;
  border-radius: 14px;
  border: 1px solid rgba(169, 189, 245, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(9, 16, 33, 0.58);
}

.revenue-intel-status-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 208, 140, 0.18), rgba(127, 240, 255, 0.1));
  border: 1px solid rgba(255, 208, 140, 0.16);
  color: rgba(250, 245, 236, 0.96);
  font-weight: 800;
}

.revenue-intel-status-card strong,
.revenue-intel-stat-block strong,
.revenue-intel-journey-note strong,
.revenue-intel-queue-item strong {
  display: block;
  color: rgba(245, 249, 255, 0.94);
}

.revenue-intel-status-card small,
.revenue-intel-stat-block small,
.revenue-intel-journey-note small,
.revenue-intel-queue-item small {
  display: block;
  color: rgba(212, 224, 252, 0.72);
  line-height: 1.34;
  font-size: 0.72rem;
}

.revenue-intel-lifecycle {
  grid-template-columns: 0.92fr 1.02fr 0.96fr;
  gap: 8px;
  align-items: stretch;
}

.revenue-intel-column {
  gap: 6px;
}

.revenue-intel-step-label {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(198, 212, 250, 0.66);
}

.revenue-intel-queue-card,
.revenue-intel-journey-card {
  min-height: 140px;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid rgba(169, 189, 245, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(8, 14, 28, 0.58);
  align-content: start;
  gap: 8px;
}

.revenue-intel-queue-item {
  padding: 9px 10px;
  border-radius: 12px;
  border: 1px solid rgba(169, 189, 245, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 196, 120, 0.08), rgba(255, 255, 255, 0.02) 45%, rgba(127, 240, 255, 0.05)),
    rgba(11, 18, 37, 0.62);
  animation: revenueFlowIn 1.1s ease forwards;
}

.revenue-intel-queue-item:nth-child(2) {
  animation-delay: 0.18s;
}

.revenue-intel-queue-item:nth-child(3) {
  animation-delay: 0.34s;
}

.revenue-intel-orchestrator {
  position: relative;
  min-height: 140px;
  border-radius: 18px;
  border: 1px solid rgba(169, 189, 245, 0.12);
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 204, 122, 0.1), transparent 24%),
    radial-gradient(circle at 50% 86%, rgba(127, 240, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(18, 31, 60, 0.72), rgba(8, 14, 29, 0.96));
  overflow: hidden;
}

.revenue-intel-orchestrator::before,
.revenue-intel-orchestrator::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 52px;
  height: 2px;
  margin-top: -1px;
  background: linear-gradient(90deg, rgba(255, 204, 122, 0.42), rgba(127, 240, 255, 0.06));
}

.revenue-intel-orchestrator::before {
  left: -18px;
}

.revenue-intel-orchestrator::after {
  right: -18px;
  transform: rotate(180deg);
}

.revenue-intel-orchestrator-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(127, 240, 255, 0.14), transparent 20%),
    radial-gradient(circle at 50% 42%, rgba(255, 204, 122, 0.14), transparent 34%);
  animation: growthPulse 4.2s ease-in-out infinite;
}

.revenue-intel-orchestrator-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  gap: 4px;
  width: 132px;
  min-height: 132px;
  padding: 16px;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 204, 122, 0.18);
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 214, 154, 0.26), rgba(47, 51, 93, 0.9) 62%, rgba(8, 13, 26, 0.96));
  box-shadow: 0 0 38px rgba(255, 204, 122, 0.1);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.revenue-intel-orchestrator-pill {
  position: absolute;
  z-index: 3;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 700;
  color: rgba(250, 245, 236, 0.96);
  background: linear-gradient(135deg, rgba(255, 204, 122, 0.18), rgba(127, 240, 255, 0.1));
  border: 1px solid rgba(255, 204, 122, 0.16);
}

.revenue-intel-orchestrator-pill.pill-signal {
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.revenue-intel-orchestrator-pill.pill-fit {
  left: 14px;
  bottom: 18px;
}

.revenue-intel-orchestrator-pill.pill-stage {
  right: 14px;
  bottom: 18px;
}

.revenue-intel-journey-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.revenue-intel-journey-track span {
  display: grid;
  place-items: center;
  min-height: 32px;
  padding: 0 6px;
  border-radius: 10px;
  border: 1px solid rgba(169, 189, 245, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(214, 226, 252, 0.68);
  font-size: 0.62rem;
  font-weight: 700;
}

.revenue-intel-journey-track span.is-complete {
  color: rgba(242, 247, 255, 0.94);
  background: linear-gradient(135deg, rgba(127, 240, 255, 0.16), rgba(84, 147, 255, 0.08));
  border-color: rgba(127, 240, 255, 0.16);
}

.revenue-intel-journey-track span.is-active {
  color: #08111e;
  background: linear-gradient(135deg, rgba(255, 211, 144, 1), rgba(255, 180, 100, 1));
  border-color: rgba(255, 204, 132, 0.36);
  box-shadow: 0 10px 22px rgba(109, 70, 28, 0.18);
}

.revenue-intel-journey-note {
  margin-top: auto;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(169, 189, 245, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

.revenue-intel-stats-ribbon {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.revenue-intel-stat-block {
  padding: 10px;
  border-radius: 13px;
  border: 1px solid rgba(169, 189, 245, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.revenue-intel-stats article {
  min-height: 58px;
}

.products-feature-automation {
  background:
    radial-gradient(circle at 16% 14%, rgba(84, 230, 255, 0.08), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(122, 107, 255, 0.1), transparent 22%),
    rgba(10, 16, 32, 0.78);
}

.automation-sync-shell,
.automation-sync-canvas,
.automation-sync-lane,
.automation-sync-logo-row,
.automation-sync-legend {
  display: grid;
}

.automation-sync-shell {
  background:
    radial-gradient(circle at 20% 18%, rgba(84, 230, 255, 0.1), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(141, 103, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(18, 31, 60, 0.82), rgba(8, 15, 32, 0.96));
}

.automation-sync-canvas {
  gap: 6px;
}

.automation-sync-lane {
  gap: 6px;
}

.automation-sync-logo-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.automation-sync-logo-row-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.automation-sync-logo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 8px;
  border-radius: 12px;
  border: 1px solid rgba(169, 189, 245, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(9, 16, 33, 0.62);
  color: rgba(245, 249, 255, 0.94);
  font-size: 0.68rem;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(4, 8, 20, 0.14);
}

.automation-sync-logo-chip i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: var(--logo-color, rgba(235, 241, 255, 0.92));
  -webkit-mask: var(--logo-mask) center / contain no-repeat;
  mask: var(--logo-mask) center / contain no-repeat;
}

.automation-sync-logo-chip.is-google { color: #ffdca5; }
.automation-sync-logo-chip.is-linkedin { color: #9ecfff; }
.automation-sync-logo-chip.is-facebook { color: #b7c3ff; }
.automation-sync-logo-chip.is-woocommerce { color: #e0b8ff; }
.automation-sync-logo-chip.is-hubspot i { --logo-color: #ffb373; }
.automation-sync-logo-chip.is-shopify i { --logo-color: #9df0b1; }
.automation-sync-logo-chip.is-stripe i { --logo-color: #c7b7ff; }
.automation-sync-logo-chip.is-gmail i { --logo-color: #ffcf99; }
.automation-sync-logo-chip.is-salesforce i { --logo-color: #7fdcff; }
.automation-sync-logo-chip.is-hubspot-crm i { --logo-color: #ffb373; }
.automation-sync-logo-chip.is-slack i { --logo-color: #c6b5ff; }
.automation-sync-logo-chip.is-notion i { --logo-color: #edf2ff; }

.automation-sync-core-stage {
  position: relative;
  min-height: 156px;
  border-radius: 16px;
  border: 1px solid rgba(169, 189, 245, 0.1);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 204, 122, 0.08), transparent 18%),
    radial-gradient(circle at 50% 82%, rgba(127, 240, 255, 0.1), transparent 20%),
    linear-gradient(180deg, rgba(12, 21, 43, 0.7), rgba(8, 14, 28, 0.82));
  overflow: hidden;
}

.automation-sync-cluster {
  position: absolute;
  top: 14px;
  z-index: 3;
  width: 136px;
  display: grid;
  gap: 6px;
}

.automation-sync-cluster-source {
  left: 12px;
}

.automation-sync-cluster-destination {
  right: 12px;
}

.automation-sync-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(170, 191, 250, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(170, 191, 250, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 96%);
}

.automation-sync-beam {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 104px;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(127, 240, 255, 0.66), rgba(141, 103, 255, 0.06));
}

.automation-sync-beam.beam-left-top { transform: translate(-100%, -28px) rotate(-14deg); }
.automation-sync-beam.beam-left-bottom { transform: translate(-100%, 30px) rotate(12deg); }
.automation-sync-beam.beam-right-top { transform: translate(0, -28px) rotate(14deg); }
.automation-sync-beam.beam-right-bottom { transform: translate(0, 30px) rotate(-12deg); }

.automation-sync-pulse {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 204, 122, 1), rgba(127, 240, 255, 1));
  box-shadow: 0 0 20px rgba(127, 240, 255, 0.28);
  animation: automationPulseTravel 6.8s linear infinite;
}

.automation-sync-pulse.pulse-a { animation-delay: 0s; }
.automation-sync-pulse.pulse-b { animation-delay: 1.8s; }
.automation-sync-pulse.pulse-c { animation-delay: 3.6s; }
.automation-sync-pulse.pulse-d { animation-delay: 5.4s; }

.automation-sync-engine {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.automation-sync-engine-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(169, 189, 245, 0.12);
  transform: translate(-50%, -50%);
  animation: productOrbitSpin 16s linear infinite;
}

.automation-sync-engine-ring.ring-a { width: 144px; height: 144px; }
.automation-sync-engine-ring.ring-b { width: 164px; height: 164px; animation-duration: 24s; animation-direction: reverse; }

.automation-sync-engine-core {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 4px;
  width: 82px;
  min-height: 82px;
  padding: 10px;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(132, 210, 255, 0.18);
  background:
    radial-gradient(circle at 30% 30%, rgba(84, 230, 255, 0.22), rgba(53, 61, 112, 0.9) 60%, rgba(8, 13, 26, 0.96));
  box-shadow: 0 0 40px rgba(84, 230, 255, 0.12);
}

.automation-sync-engine-core img {
  width: 22px;
  height: 22px;
  justify-self: center;
}

.automation-sync-engine-core strong,
.automation-sync-stage-card strong,
.automation-sync-legend-card strong {
  display: block;
  color: rgba(245, 249, 255, 0.94);
}

.automation-sync-engine-core small,
.automation-sync-stage-card small,
.automation-sync-legend-card small {
  display: block;
  color: rgba(212, 224, 252, 0.72);
  line-height: 1.35;
  font-size: 0.72rem;
}

.automation-sync-stage-card {
  position: absolute;
  z-index: 3;
  width: 94px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(169, 189, 245, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(9, 16, 33, 0.68);
}

.automation-sync-stage-catch { left: 150px; top: 16px; }
.automation-sync-stage-process { right: 150px; top: 16px; }
.automation-sync-stage-guard { left: 50%; bottom: 12px; transform: translateX(-50%); width: 120px; }

.automation-sync-legend {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.automation-sync-legend-card {
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(169, 189, 245, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.automation-sync-stats article {
  min-height: 56px;
}

@keyframes automationPulseTravel {
  0% {
    left: 22%;
    top: 34%;
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  28% {
    left: 42%;
    top: 42%;
    transform: scale(1);
  }
  52% {
    left: 50%;
    top: 50%;
    transform: scale(1.08);
  }
  74% {
    left: 62%;
    top: 40%;
    transform: scale(1);
  }
  92% {
    left: 78%;
    top: 58%;
    opacity: 1;
  }
  100% {
    left: 82%;
    top: 60%;
    transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes revenueFlowIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.products-feature .mini-list {
  gap: 3px;
}

.products-feature .mini-list li {
  font-size: 0.78rem;
  line-height: 1.22;
}

.products-feature .hero-actions {
  gap: 8px;
}

.products-feature .primary-link,
.products-feature .ghost-link {
  padding: 8px 12px;
  border-radius: 12px;
}

@keyframes growthBarRise {
  from {
    transform: scaleY(0.2);
    opacity: 0.3;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes growthLineDraw {
  from {
    stroke-dashoffset: 180;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes growthPulse {
  0%, 100% {
    transform: scale(0.88);
    box-shadow: 0 0 0 0 rgba(255, 207, 122, 0.08);
  }
  45% {
    transform: scale(1.18);
    box-shadow: 0 0 0 12px rgba(255, 207, 122, 0);
  }
}

.product-fit,
.catalog-fit,
.price-timeline,
.contact-form-note,
.contact-form-status,
.support-card small {
  color: rgba(220, 232, 255, 0.74);
  display: block;
  line-height: 1.55;
}

.product-fit,
.catalog-fit {
  margin: 0;
  line-height: 1.55;
}

.badge {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--cyan);
  border: 1px solid rgba(84, 230, 255, 0.16);
  background: rgba(84, 230, 255, 0.08);
}

.badge.alt {
  color: #d5c8ff;
  background: rgba(141, 103, 255, 0.12);
  border-color: rgba(141, 103, 255, 0.18);
}

.orb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--cyan), var(--blue));
  box-shadow: 0 0 28px rgba(84, 230, 255, 0.5);
}

.mini-list {
  margin: 0;
  padding-left: 18px;
}

.product-mock, .detail-panel {
  margin-top: auto;
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(159, 181, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(83, 167, 255, 0.08), rgba(141, 103, 255, 0.08)),
    rgba(3, 11, 28, 0.8);
}

.mock-lines {
  display: grid;
  gap: 8px;
}

.product-mock span {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(83, 167, 255, 0.4), rgba(84, 230, 255, 0.18));
}

.family-grid-surface {
  position: relative;
  border-top: 1px solid rgba(159, 181, 255, 0.08);
  border-bottom: 1px solid rgba(159, 181, 255, 0.08);
  padding: 34px 0;
}

.two-up, .footer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-block {
  background:
    linear-gradient(180deg, rgba(18, 26, 54, 0.94), rgba(9, 14, 32, 0.94)),
    rgba(11, 19, 41, 0.78);
  min-height: 100%;
}

.feature-block h2 {
  max-width: none;
  white-space: nowrap;
}

.value-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.support-grid, .article-grid, .catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.pricing-hero {
  padding-top: 42px;
}

.pricing-hero-panel {
  padding: 22px 22px 18px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 118%, rgba(141, 103, 255, 0.2), transparent 28%),
    radial-gradient(circle at 78% 10%, rgba(141, 103, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(17, 28, 58, 0.94), rgba(6, 12, 30, 0.98)),
    rgba(8, 14, 31, 0.94);
  box-shadow:
    0 34px 80px rgba(2, 8, 24, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pricing-hero-panel::before {
  inset: auto -10% -14%;
  height: 48%;
  background: radial-gradient(circle at 50% 50%, rgba(141, 103, 255, 0.2), transparent 52%);
}

.pricing-hero-head {
  width: min(100%, 1040px);
  margin: 0 auto 18px;
  text-align: center;
}

.pricing-hero-head .eyebrow {
  margin-bottom: 12px;
}

.pricing-hero-head h1 {
  width: min(100%, 1120px);
  max-width: min(100%, 1120px);
  margin: 0 auto;
  font-size: clamp(1.7rem, 2.1vw, 2.28rem);
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  white-space: nowrap;
  text-wrap: nowrap;
}

.pricing-hero-head .hero-body {
  width: min(100%, 760px);
  max-width: min(100%, 760px);
  margin: 10px auto 0;
  text-align: center;
  text-wrap: balance;
}

.pricing-contrast-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.pricing-contrast-column {
  position: relative;
  padding: 12px;
  border-radius: 22px;
  border: 1px solid rgba(108, 137, 218, 0.18);
  background:
    linear-gradient(180deg, rgba(28, 39, 79, 0.9), rgba(14, 22, 46, 0.96)),
    rgba(8, 13, 28, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 36px rgba(2, 8, 24, 0.24);
}

.pricing-contrast-before {
  background:
    linear-gradient(180deg, rgba(41, 37, 78, 0.78), rgba(20, 25, 53, 0.96)),
    rgba(11, 17, 36, 0.94);
}

.pricing-contrast-after {
  background:
    linear-gradient(180deg, rgba(25, 44, 84, 0.9), rgba(12, 24, 52, 0.98)),
    rgba(8, 15, 34, 0.94);
}

.pricing-contrast-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 20px;
  margin: 0 auto 12px;
  border-radius: 999px;
  border: 1px solid rgba(121, 146, 220, 0.24);
  background: rgba(16, 29, 63, 0.8);
  color: rgba(230, 238, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-contrast-pill.accent {
  color: var(--cyan);
}

.pricing-contrast-stack {
  display: grid;
  gap: 8px;
}

.pricing-contrast-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(106, 132, 207, 0.16);
  background:
    linear-gradient(180deg, rgba(31, 42, 83, 0.62), rgba(16, 24, 50, 0.92)),
    rgba(10, 16, 36, 0.88);
}

.pricing-contrast-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  border: 1px solid rgba(116, 143, 221, 0.14);
  background: rgba(13, 21, 44, 0.94);
  color: #c97aff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pricing-contrast-after .pricing-contrast-icon {
  color: #6dc8ff;
}

.pricing-contrast-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-contrast-copy h3 {
  margin: 0 0 4px;
  font-size: 0.9rem;
  line-height: 1.18;
}

.pricing-contrast-copy p {
  margin: 0;
  color: rgba(220, 231, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.38;
}

.pricing-contrast-bridge {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  min-height: 100%;
}

.pricing-contrast-line {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(104, 127, 232, 0), rgba(154, 128, 255, 0.82), rgba(106, 209, 255, 0.92), rgba(104, 127, 232, 0));
  box-shadow:
    0 0 28px rgba(160, 138, 255, 0.42),
    0 0 8px rgba(84, 230, 255, 0.4);
}

.pricing-contrast-arrow {
  position: absolute;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(134, 153, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(63, 77, 166, 0.92), rgba(39, 48, 108, 0.96)),
    rgba(20, 31, 64, 0.92);
  box-shadow:
    0 10px 24px rgba(5, 10, 25, 0.28),
    0 0 18px rgba(162, 132, 255, 0.24);
}

.pricing-contrast-arrow svg {
  width: 16px;
  height: 16px;
  stroke: #eaf0ff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-contrast-core {
  position: absolute;
  bottom: -2px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(111, 198, 255, 0.22);
  background:
    radial-gradient(circle at 35% 30%, rgba(84, 230, 255, 0.4), rgba(141, 103, 255, 0.2) 55%, rgba(10, 18, 38, 0.96) 100%);
  box-shadow:
    0 0 24px rgba(84, 230, 255, 0.22),
    0 0 36px rgba(141, 103, 255, 0.28);
}

.pricing-contrast-core img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.price-card.featured {
  border-color: rgba(84, 230, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(84, 230, 255, 0.08), rgba(141, 103, 255, 0.08)),
    rgba(13, 22, 48, 0.88);
}

.price-card {
  position: relative;
}

.price-card .primary-link,
.price-card .ghost-link {
  display: inline-flex;
  margin-top: 12px;
}

.plan-meta {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.plan-meta span {
  display: grid;
  gap: 4px;
  color: rgba(220, 232, 255, 0.76);
  line-height: 1.5;
}

.plan-meta strong {
  color: var(--text);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  background: rgba(83, 167, 255, 0.12);
  color: var(--cyan);
  margin-bottom: 18px;
}

.use-case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.glow-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--cyan), var(--violet));
  box-shadow: 0 0 22px rgba(141, 103, 255, 0.44);
}

.filter-row, .search-row {
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.topic-row {
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 12px;
}

.topic-chip {
  border: 1px solid rgba(159, 181, 255, 0.12);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(241, 246, 255, 0.94);
  cursor: pointer;
}

.filter-chip.active {
  background: linear-gradient(135deg, rgba(83, 167, 255, 0.18), rgba(141, 103, 255, 0.18));
  color: var(--text);
  border-color: rgba(83, 167, 255, 0.28);
}

.search-input, .contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(159, 181, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 14px 16px;
}

.search-shell {
  position: relative;
  display: block;
  width: 100%;
}

.search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: rgba(214, 225, 250, 0.56);
  pointer-events: none;
}

.search-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-archive-shell .search-input {
  min-height: 60px;
  padding: 16px 18px 16px 52px;
  border-radius: 20px;
  border-color: rgba(189, 206, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 42%),
    linear-gradient(180deg, rgba(32, 45, 84, 0.92), rgba(17, 24, 49, 0.98)),
    rgba(8, 14, 31, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(120, 146, 219, 0.08),
    0 14px 28px rgba(4, 8, 22, 0.24);
}

.blog-archive-shell .search-input::placeholder {
  color: rgba(216, 227, 252, 0.46);
}

.blog-archive-shell .search-input:focus {
  outline: none;
  border-color: rgba(103, 150, 255, 0.34);
  box-shadow:
    0 0 0 3px rgba(83, 167, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 34px rgba(6, 11, 28, 0.28);
}

.blog-archive-shell .filter-row,
.blog-archive-shell .search-row {
  margin-bottom: 20px;
}

.blog-archive-shell .filter-row {
  gap: 12px;
}

.blog-archive-shell .topic-chip,
.blog-archive-shell .filter-chip[data-blog-filter] {
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid rgba(169, 189, 245, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 38%),
    linear-gradient(180deg, rgba(34, 47, 86, 0.94), rgba(15, 23, 47, 0.98)),
    rgba(7, 13, 28, 0.88);
  color: rgba(241, 246, 255, 0.88);
  font-weight: 700;
  line-height: 1.15;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(119, 147, 225, 0.08),
    0 12px 22px rgba(4, 8, 22, 0.18);
}

.blog-archive-shell .topic-chip:hover,
.blog-archive-shell .filter-chip[data-blog-filter]:hover {
  border-color: rgba(188, 205, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(46, 60, 106, 0.96), rgba(18, 26, 53, 1)),
    rgba(10, 16, 34, 0.92);
}

.blog-archive-shell .filter-chip[data-blog-filter].active {
  color: var(--text);
  border-color: rgba(98, 146, 255, 0.34);
  background:
    linear-gradient(135deg, rgba(83, 167, 255, 0.24), rgba(141, 103, 255, 0.22)),
    rgba(13, 22, 48, 0.94);
  box-shadow:
    0 16px 28px rgba(13, 22, 48, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.comparison-table {
  overflow: hidden;
}

.comparison-mobile-grid {
  display: none;
}

.comparison-mobile-card h3 {
  margin: 10px 0 10px;
}

.comparison-mobile-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.comparison-row:last-child { border-bottom: 0; }
.comparison-head { font-weight: 700; background: rgba(255, 255, 255, 0.03); }

.article-layout {
  grid-template-columns: minmax(0, 1.2fr) 260px;
  padding: 32px 0 16px;
}

.article-main {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 32px 34px;
}

.article-sidebar {
  display: grid;
  gap: 18px;
  align-content: start;
}

.article-summary {
  margin: 12px 0 18px;
  max-width: 86ch;
  font-size: 1.04rem;
  line-height: 1.74;
  color: rgba(226, 236, 255, 0.84);
}

.article-main h1 {
  margin: 10px 0 16px;
  max-width: 100%;
  font-size: clamp(1.8rem, 2.15vw, 2.7rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-wrap: balance;
  white-space: normal;
  overflow-wrap: anywhere;
}

.article-main h2 {
  margin: 38px 0 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(132, 191, 255, 0.16);
  font-size: clamp(1.65rem, 2.2vw, 2.3rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.article-main h3 {
  margin: 28px 0 12px;
  font-size: clamp(1.2rem, 1.5vw, 1.42rem);
  line-height: 1.16;
  color: #f4f7ff;
  text-wrap: balance;
}

.article-main p {
  margin: 0 0 18px;
  max-width: 91ch;
  font-size: 1.04rem;
  line-height: 1.84;
  color: rgba(236, 243, 255, 0.92);
  text-wrap: pretty;
}

.article-main ul,
.article-main ol {
  margin: 0 0 18px;
  max-width: 89ch;
  padding-left: 22px;
  display: grid;
  gap: 10px;
}

.article-main blockquote {
  margin: 0 0 18px;
  max-width: 86ch;
  padding: 14px 16px;
  border-left: 3px solid rgba(132, 191, 255, 0.72);
  border-radius: 0 18px 18px 0;
  background: rgba(10, 18, 40, 0.72);
  color: rgba(232, 240, 255, 0.9);
}

.article-main hr {
  margin: 26px 0;
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(132, 191, 255, 0.08), rgba(132, 191, 255, 0.42), rgba(132, 191, 255, 0.08));
}

.article-main li {
  line-height: 1.8;
  color: rgba(236, 243, 255, 0.9);
}

.article-main a {
  color: #cfe5ff;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-decoration-color: rgba(155, 196, 255, 0.75);
  text-underline-offset: 3px;
}

.article-main a:hover {
  color: #ffffff;
  text-decoration-color: rgba(221, 237, 255, 0.94);
}

.post-image {
  margin: 18px 0 28px;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(154, 177, 255, 0.25);
  box-shadow: 0 24px 48px rgba(10, 16, 40, 0.34);
  background: rgba(7, 14, 32, 0.88);
}

.post-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

.post-image-lead {
  margin-top: 8px;
}

.post-image-inline img {
  aspect-ratio: 16 / 10;
  max-height: 680px;
}

.stack-links {
  display: grid;
  gap: 14px;
}

.stack-links a {
  display: block;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(122, 184, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(41, 56, 104, 0.96), rgba(18, 28, 58, 0.98)),
    rgba(17, 26, 52, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(4, 8, 24, 0.22),
    0 0 0 1px rgba(83, 170, 255, 0.08);
  color: #54e6ff;
  text-decoration: none;
  line-height: 1.45;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.stack-links a:hover {
  color: #8ef3ff;
  border-color: rgba(114, 221, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(50, 68, 124, 0.98), rgba(21, 34, 68, 0.98)),
    rgba(19, 30, 58, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 34px rgba(6, 12, 30, 0.24),
    0 0 26px rgba(84, 230, 255, 0.1);
  transform: translateY(-2px);
}

.article-sidebar .side-card {
  padding: 18px 18px 20px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(18, 26, 54, 0.95), rgba(8, 14, 31, 0.98)),
    rgba(8, 14, 31, 0.94);
  box-shadow:
    0 24px 44px rgba(2, 8, 24, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.article-sidebar .side-card h3 {
  margin: 0 0 14px;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.article-sidebar .mini-list {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  color: rgba(220, 231, 255, 0.78);
}

.article-related-block {
  margin-top: 28px;
  padding: 24px 26px;
}

.article-related-block h3 {
  margin: 12px 0 10px;
}

.article-related-copy {
  margin: 0 0 18px;
  max-width: none;
  color: rgba(220, 231, 255, 0.78);
}

.article-related-links {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.article-related-links a {
  height: 100%;
}

.article-related-links a strong {
  display: block;
  margin-bottom: 6px;
  color: #f4f7ff;
  font-size: 0.98rem;
}

.article-related-links a span {
  display: block;
  color: rgba(214, 226, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.55;
}

.faq-grid {
  display: grid;
  gap: 18px;
}

.faq-item {
  padding: 22px 24px;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-item p {
  margin-bottom: 0;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
}

.catalog-card,
.article-card,
.support-card,
.value-card,
.feature-block,
.step-card,
.use-case-card,
.price-card {
  align-content: start;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form-actions {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.contact-form-note,
.contact-form-status {
  margin: 0;
  line-height: 1.6;
}

.contact-form-status:empty {
  display: none;
}

.contact-form .full-span {
  grid-column: 1 / -1;
}

.final-cta {
  margin-top: 24px;
  padding: 16px 24px;
  border-radius: 30px;
  border: 1px solid rgba(84, 230, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(83, 167, 255, 0.12), rgba(141, 103, 255, 0.12)),
    rgba(13, 22, 48, 0.9);
  box-shadow: var(--shadow);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.final-cta > div:first-child {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.final-cta h2,
.final-cta p {
  margin: 0;
}

.final-cta h2 {
  font-size: clamp(1.45rem, 2vw, 1.92rem);
  white-space: nowrap;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.final-cta p {
  max-width: 88ch;
}

.final-cta .hero-actions {
  flex-wrap: nowrap;
  align-items: center;
  gap: 14px;
}

.final-cta .hero-actions a {
  white-space: nowrap;
}

.slider-arrow {
  width: 48px;
  height: 48px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  color: var(--text);
}

.slider-arrow:disabled {
  opacity: 0.34;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(245, 248, 255, 0.9) 50%),
    linear-gradient(135deg, rgba(245, 248, 255, 0.9) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 2px),
    calc(100% - 16px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
  color-scheme: dark;
}

.contact-form select option,
.contact-form select optgroup {
  background: #111a31;
  color: #f5f8ff;
}

.site-footer {
  margin-top: 60px;
  padding: 32px 0 18px;
}

.footer-grid {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: start;
}

.footer-brand-block,
.footer-links-block {
  display: grid;
  gap: 12px;
}

.footer-links-block {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}

.footer-link-group {
  display: grid;
  gap: 12px;
}

.footer-logo {
  width: min(250px, 34vw);
}

.footer-subline {
  justify-self: start;
}

.footer-brand {
  --brand-mark-size: 45px;
  --brand-lockup-gap: 8px;
  --brand-wordmark-width: clamp(120px, 9vw, 138px);
  --brand-wordmark-height: clamp(21px, 1.8vw, 25px);
  gap: 8px;
  align-items: center;
}

.footer-brand .brand-mark {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(83, 167, 255, 0.18);
}

.footer-brand .brand-wordmark-wrap {
  width: var(--brand-wordmark-width);
  height: var(--brand-wordmark-height);
  transform: translateY(-5px);
}

.footer-brand .brand-copy {
  gap: 1px;
  transform: translateX(6px);
}

.footer-brand .brand-tagline-text {
  font-size: 0.5rem;
  transform: translate(-10px, 5px);
}

.footer-links {
  display: grid;
  gap: 10px;
  justify-content: start;
}

.footer-links-legal {
  align-content: start;
}

.footer-copy {
  max-width: 72ch;
  margin-top: 4px;
}

.mobile-cta-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 30;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 191, 110, 0.34);
  background: linear-gradient(135deg, var(--cta-warm-start), var(--cta-warm-end));
  color: var(--cta-warm-text);
  box-shadow: var(--shadow);
}

.mobile-cta-bar span,
.mobile-cta-bar small {
  display: block;
}

.mobile-cta-bar small {
  color: rgba(58, 36, 18, 0.72);
}

body.drawer-open .mobile-cta-bar {
  display: none;
}

.glossary-section {
  display: grid;
  gap: 24px;
}

.glossary-heading {
  max-width: 78ch;
}

.glossary-toolbar {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 28px;
}

.glossary-category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.glossary-category-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(136, 161, 214, 0.18);
  background: rgba(12, 24, 51, 0.84);
  color: rgba(231, 238, 255, 0.86);
  font-size: 0.8rem;
  font-weight: 700;
}

.glossary-category-pill.active {
  border-color: rgba(255, 191, 110, 0.42);
  background: linear-gradient(135deg, rgba(255, 184, 110, 0.16), rgba(76, 111, 214, 0.24));
  color: #fff4dd;
}

.glossary-search-shell {
  display: grid;
  gap: 8px;
}

.glossary-search-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.glossary-search-input {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(140, 164, 214, 0.22);
  background: rgba(8, 18, 40, 0.78);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.glossary-search-input::placeholder {
  color: rgba(184, 198, 228, 0.56);
}

.glossary-search-input:focus {
  outline: none;
  border-color: rgba(108, 159, 255, 0.72);
  box-shadow: 0 0 0 4px rgba(90, 140, 255, 0.12);
}

.glossary-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.glossary-filter-pill {
  min-width: 38px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(136, 161, 214, 0.18);
  background: rgba(12, 24, 51, 0.84);
  color: rgba(231, 238, 255, 0.86);
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.glossary-filter-pill:hover:not(:disabled),
.glossary-filter-pill.active {
  transform: translateY(-1px);
  border-color: rgba(255, 191, 110, 0.42);
  background: linear-gradient(135deg, rgba(255, 184, 110, 0.16), rgba(76, 111, 214, 0.24));
  color: #fff4dd;
}

.glossary-filter-pill:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.glossary-results-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.glossary-groups {
  display: grid;
  gap: 22px;
}

.glossary-letter-group {
  display: grid;
  gap: 14px;
}

.glossary-letter-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(138, 156, 214, 0.12);
}

.glossary-letter-head h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.glossary-letter-head span {
  color: var(--muted);
  font-size: 0.9rem;
}

.glossary-entry-list {
  display: grid;
  gap: 12px;
}

.glossary-entry {
  border-radius: 22px;
  border: 1px solid rgba(138, 156, 214, 0.16);
  background: linear-gradient(180deg, rgba(12, 24, 51, 0.84), rgba(8, 17, 38, 0.9));
  overflow: hidden;
}

.glossary-entry-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
}

.glossary-entry-preview {
  display: grid;
  gap: 4px;
  justify-items: start;
  flex: 1;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.glossary-entry-term {
  font-size: 1rem;
  font-weight: 700;
  color: #f3f6ff;
}

.glossary-entry-meta {
  color: var(--muted);
  font-size: 0.82rem;
}

.glossary-entry-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(140, 164, 214, 0.18);
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
  cursor: pointer;
}

.glossary-entry-arrow {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-right: 2px solid rgba(255, 205, 143, 0.92);
  border-bottom: 2px solid rgba(255, 205, 143, 0.92);
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.glossary-entry.expanded .glossary-entry-arrow,
.glossary-entry-toggle[aria-expanded="true"] .glossary-entry-arrow {
  transform: rotate(225deg);
}

.glossary-entry-body {
  display: grid;
  gap: 12px;
  padding: 0 20px 20px;
  color: rgba(224, 233, 255, 0.86);
}

.glossary-entry-body p {
  margin: 0;
  line-height: 1.72;
}

.glossary-term-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.glossary-term-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 18px;
}

.glossary-term-panel {
  min-width: 0;
  padding: 22px;
  border-radius: 28px;
}

.glossary-term-panel-wide {
  min-height: 100%;
}

.glossary-term-panel h2 {
  margin-bottom: 12px;
  font-size: clamp(1.1rem, 1.42vw, 1.72rem);
  max-width: 100%;
  display: block;
  overflow: visible;
  white-space: normal;
  text-wrap: balance;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  line-height: 1.12;
}

.glossary-term-panel p + p {
  margin-top: 12px;
}

.glossary-term-panel p,
.glossary-term-panel li,
.glossary-term-panel .eyebrow,
.glossary-preview-panel p,
.glossary-preview-head h2,
.glossary-preview-copy {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.glossary-preview-head h2 {
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
  line-height: 1.08;
}

.glossary-term-highlight {
  font-size: 1.06rem;
  color: rgba(244, 247, 255, 0.94);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.glossary-term-question-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 12px;
  color: rgba(224, 233, 255, 0.86);
  line-height: 1.7;
}

.glossary-term-question-list li {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.glossary-term-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.glossary-term-faq-card {
  padding: 22px;
  border-radius: 26px;
}

.glossary-term-faq-card h3 {
  margin-bottom: 12px;
  white-space: normal;
  text-wrap: balance;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.glossary-term-faq-card p {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.glossary-entry,
.glossary-entry-summary,
.glossary-entry-preview,
.product-glossary-card,
.product-glossary-card h3,
.product-glossary-card p {
  min-width: 0;
}

.glossary-entry-term,
.product-glossary-card h3,
.product-glossary-card h3 a {
  white-space: normal;
  text-wrap: balance;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.glossary-entry-body p,
.product-glossary-card p {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.glossary-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 1450;
  display: grid;
  place-items: center;
  padding: 18px;
}

.glossary-preview-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 24, 0.74);
  backdrop-filter: blur(16px);
}

.glossary-preview-dialog {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border-radius: 30px;
  border: 1px solid rgba(140, 164, 214, 0.18);
  background: linear-gradient(180deg, rgba(11, 24, 51, 0.98), rgba(6, 15, 34, 0.98));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.glossary-preview-shell {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 26px;
}

.glossary-preview-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(140, 164, 214, 0.18);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 247, 255, 0.88);
  cursor: pointer;
}

.glossary-preview-close:hover,
.glossary-preview-close:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(140, 164, 214, 0.34);
  color: #ffffff;
}

.glossary-preview-close svg {
  display: block;
  width: 18px;
  height: 18px;
  stroke: currentColor;
  pointer-events: none;
}

.glossary-preview-close path {
  stroke: currentColor;
}

.glossary-preview-head {
  display: grid;
  gap: 8px;
  padding-right: 48px;
}

.glossary-preview-kicker {
  margin: 0;
  color: var(--cyan);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.glossary-preview-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.glossary-preview-copy {
  margin: 0;
  color: rgba(224, 233, 255, 0.8);
}

.glossary-preview-body {
  display: grid;
  gap: 14px;
}

.glossary-preview-panel {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(140, 164, 214, 0.12);
}

.glossary-preview-panel p:last-child {
  margin-bottom: 0;
}

.glossary-preview-foot {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 1080px) {
  .glossary-term-layout {
    grid-template-columns: 1fr;
  }
  .glossary-term-reading-grid {
    grid-template-columns: 1fr;
  }
  .glossary-term-detail-grid {
    grid-template-columns: 1fr;
  }
  .glossary-term-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .glossary-preview-modal {
    padding: 10px;
    align-items: end;
  }
  .glossary-preview-dialog {
    width: 100%;
    max-height: calc(100vh - 14px);
    border-radius: 26px 26px 18px 18px;
  }
  .glossary-preview-shell {
    padding: 18px 14px 14px;
  }
  .glossary-preview-head {
    padding-right: 44px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

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

@keyframes pulseOrbit {
  0%, 100% { transform: scale(1); opacity: 0.62; }
  50% { transform: scale(1.03); opacity: 0.92; }
}

@keyframes pulseAura {
  0%, 100% { opacity: 0.72; transform: translate(-50%, -48%) scale(0.98); }
  50% { opacity: 1; transform: translate(-50%, -48%) scale(1.04); }
}

@keyframes meshPulse {
  0% { transform: translateX(-18%); opacity: 0; }
  18% { opacity: 1; }
  100% { transform: translateX(360%); opacity: 0; }
}

@keyframes railShift {
  0%, 100% { opacity: 0.48; transform: scaleX(0.96); }
  50% { opacity: 1; transform: scaleX(1.04); }
}

@keyframes dataFlowPulse {
  0% { transform: translateX(-26%); opacity: 0; }
  16% { opacity: 1; }
  100% { transform: translateX(310%); opacity: 0; }
}

@keyframes painLinkGlow {
  0% { background-position: 0% 50%; opacity: 0.72; }
  50% { background-position: 100% 50%; opacity: 1; }
  100% { background-position: 0% 50%; opacity: 0.72; }
}

@keyframes painNodeFloat {
  0%, 100% { transform: translateY(0); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 10px 20px rgba(5, 11, 28, 0.1); }
  50% { transform: translateY(-3px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 14px 26px rgba(84, 121, 255, 0.14); }
}

@keyframes heroCurveFlow {
  0% { stroke-dashoffset: 128; opacity: 0.18; }
  16% { opacity: 0.98; }
  100% { stroke-dashoffset: -128; opacity: 0.16; }
}

@keyframes lineDrift {
  0%, 100% { opacity: 0.8; filter: saturate(0.95); }
  50% { opacity: 1; filter: saturate(1.2); }
}

@keyframes integrationSlide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes blogPageSlideNext {
  0% { opacity: 0; transform: translateX(28px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes blogPageSlidePrev {
  0% { opacity: 0; transform: translateX(-28px); }
  100% { opacity: 1; transform: translateX(0); }
}

@media (max-width: 1080px) {
  .booking-modal-dialog {
    min-height: min(820px, calc(100vh - 28px));
    border-radius: 28px;
  }
  .booking-modal-shell {
    padding: 20px;
  }
  .booking-modal-head h2 {
    font-size: clamp(1.9rem, 4.2vw, 2.45rem);
  }
  .booking-modal-copy {
    white-space: normal;
  }
  .contact-booking-shell {
    grid-template-columns: 1fr;
  }
  .contact-booking-frame-stage,
  .contact-booking-copy {
    width: 100%;
  }
  .contact-page-hero h1 {
    width: min(100%, 920px);
    max-width: min(100%, 920px);
    font-size: clamp(1.7rem, 3.8vw, 2.2rem);
    white-space: normal;
  }
  .contact-page-hero .hero-body {
    white-space: normal;
  }
  .contact-intake-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pricing-hero {
    padding-top: 44px;
  }
  .pricing-hero-head {
    width: min(100%, 820px);
  }
  .pricing-hero-head h1 {
    font-size: clamp(2rem, 5.2vw, 2.85rem);
    white-space: normal;
    text-wrap: balance;
  }
  .pricing-contrast-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .pricing-contrast-bridge {
    min-height: 96px;
  }
  .pricing-contrast-line {
    width: 4px;
    height: 100%;
    background:
      linear-gradient(180deg, rgba(104, 127, 232, 0), rgba(154, 128, 255, 0.82), rgba(106, 209, 255, 0.92), rgba(104, 127, 232, 0));
  }
  .pricing-contrast-arrow svg {
    transform: rotate(90deg);
  }
  .pricing-contrast-core {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .home-pain-stage {
    padding: 22px;
  }
  .home-pain-header {
    grid-template-columns: 1fr;
  }
  .home-concept-hero {
    padding: 18px 18px 18px;
    border-radius: 30px;
  }
  .site-nav, .header-actions { display: none; }
  .menu-toggle { display: inline-flex; }
  .home-concept-hero,
  .home-pain-grid,
  .home-use-grid,
  .home-success-grid,
  .home-layer-grid,
  .home-proof-grid,
  .home-proof-shell,
  .home-proof-carousel-shell {
    grid-template-columns: 1fr;
  }
  .home-pain-grid,
  .home-route-grid,
  .home-use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-use-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-pain-copy {
    justify-items: center;
    text-align: center;
  }
  .home-pain-overview-lanes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-pain-copy .section-copy {
    max-width: 60ch;
    text-align: center;
  }
  .home-pain-signals {
    justify-content: center;
  }
  .home-success-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-pain-section h2,
  .home-use-section h2,
  .home-success-section h2,
  .home-layers-section h2,
  .home-proof-section h2,
  .home-pain-section .section-copy,
  .home-use-section .section-copy,
  .home-success-section .section-copy,
  .home-layers-section .section-copy,
  .home-proof-section .section-copy,
  .home-concept-bottom .hero-body {
    white-space: normal;
    text-wrap: balance;
  }
  .home-concept-visual {
    gap: 12px;
    min-height: 0;
    padding: 14px;
  }
  .home-use-shell {
    padding: 24px;
  }
  .home-proof-carousel-shell {
    min-height: 0;
  }
  .home-proof-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-proof-quote-stage,
  .home-proof-signal-stage {
    min-height: 210px;
  }
  .home-concept-story {
    justify-items: center;
    text-align: center;
    max-width: none;
    padding: 2px 6px 0;
  }
  .home-concept-story h1 {
    display: grid;
    gap: 2px;
    font-size: clamp(2.05rem, 5.2vw, 2.9rem);
    white-space: normal;
  }
  .home-concept-story h1 span {
    display: block;
    white-space: normal;
  }
  .home-visual-stage {
    width: 100%;
    padding: 8px 8px 10px;
  }
  .home-visual-shell {
    padding: 48px 14px 46px;
  }
  .home-visual-shell-toprail {
    gap: 12px;
    padding-inline: 10px;
    font-size: 0.66rem;
    letter-spacing: 0.18em;
  }
  .home-visual-shell-toprail span:not(:last-child)::after {
    margin-left: 12px;
  }
  .home-visual-shell-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px 18px;
  }
  .home-visual-grid {
    gap: 14px;
  }
  .home-visual-flow.in {
    left: 27%;
    width: 17%;
  }
  .home-visual-flow.out {
    right: 27%;
    width: 17%;
  }
  .home-layer-arrow {
    display: none;
  }
  .hero-section, .product-hero, .manifesto-hero, .two-up, .footer-grid, .article-layout, .pricing-grid, .value-grid, .support-grid, .article-grid, .catalog-grid, .steps-grid, .use-case-grid, .trust-strip {
    grid-template-columns: 1fr;
  }
  .products-feature,
  .products-economics-metrics,
  .products-feature-grid,
  .revenue-intel-stage,
  .automation-sync-stage,
  .growth-chart-stats {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    min-height: 440px;
    grid-template-columns: 1fr;
  }
  .hero-flow-label,
  .hero-connector {
    display: none;
  }
  .trust-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .comparison-table {
    display: none;
  }
  .comparison-mobile-grid {
    display: grid;
    gap: 18px;
  }
  .blog-slider-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 826px;
  }
  .blog-page-title,
  .blog-page-subtitle {
    white-space: normal;
    text-wrap: balance;
  }
  .blog-page-title {
    font-size: clamp(2.1rem, 4vw, 3.4rem);
  }
  .blog-stage-center {
    width: min(100%, 560px);
    padding-top: 0;
    transform: translateY(-14px);
  }
  .blog-stage-story {
    width: 100%;
    padding: 18px 120px 0;
  }
  .manifesto-copy h1 {
    max-width: 11ch;
  }
  .manifesto-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-path-grid {
    grid-template-columns: 1fr;
  }
  .home-hero-stage {
    min-height: 410px;
    padding: 22px 20px 20px;
  }
  .home-hero-copy {
    padding: 82px 56px 0;
  }
  .home-hero-stage .blog-stage-node {
    width: 170px;
  }
  .home-hero-stage .orbit-outer {
    inset: 28px 82px 64px;
  }
  .home-hero-stage .orbit-mid {
    inset: 56px 128px 108px;
  }
  .home-hero-stage .orbit-inner {
    inset: 92px 218px 150px;
  }
  .home-flow-mid-left {
    left: 102px;
    width: 172px;
  }
  .home-flow-mid-right {
    right: 102px;
    width: 172px;
  }
  .home-flow-cross-top,
  .home-flow-cross-bottom {
    width: 118px;
  }
  .manifesto-stage .blog-stage-node {
    width: 160px;
  }
  .manifesto-stage-title,
  .manifesto-stage-copy {
    max-width: none;
  }
  .blog-hero-stage {
    min-height: 520px;
    padding: 28px 22px 24px;
  }
  .home-hero-title,
  .home-hero-summary {
    max-width: none;
  }
  .home-hero-title,
  .home-hero-summary {
    white-space: normal;
    text-wrap: balance;
  }
  .blog-stage-node {
    width: 160px;
    padding: 12px 12px 10px;
  }
  .node-top-left,
  .node-bottom-left {
    left: 12px;
  }
  .node-top-right,
  .node-bottom-right {
    right: 12px;
  }
  .flow-top-left,
  .flow-bottom-left {
    left: 154px;
    width: 200px;
  }
  .flow-top-right,
  .flow-bottom-right {
    right: 154px;
    width: 200px;
  }
  .blog-hero-stage h3,
  .blog-stage-copy {
    white-space: normal;
    text-wrap: balance;
  }
  .blog-stage-tags {
    flex-wrap: wrap;
  }
  .blog-stage-tags span {
    white-space: normal;
  }
  .orbit-outer {
    inset: 32px 74px 72px;
  }
  .orbit-mid {
    inset: 68px 124px 132px;
  }
  .orbit-inner {
    inset: 114px 228px 184px;
  }
  .product-slider-track {
    grid-auto-columns: minmax(320px, 74vw);
  }
}

@media (max-width: 720px) {
  .booking-modal {
    padding: 10px;
    align-items: end;
  }
  .booking-modal-dialog {
    width: 100%;
    min-height: calc(100vh - 20px);
    border-radius: 26px 26px 18px 18px;
  }
  .booking-modal-shell {
    gap: 14px;
    padding: 18px 14px 14px;
  }
  .booking-modal-close,
  .checkout-modal-close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }
  .booking-modal-head {
    padding-right: 44px;
  }
  .booking-modal-head h2 {
    font-size: clamp(1.6rem, 7vw, 2rem);
    line-height: 1.06;
  }
  .booking-modal-brand {
    align-items: flex-start;
    gap: 12px;
  }
  .booking-modal-mark {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }
  .booking-modal-frame-wrap,
  .contact-booking-frame-wrap,
  .booking-modal-frame,
  .contact-booking-frame {
    min-height: 62vh;
  }

  .contact-booking-frame-wrap {
    min-height: auto;
  }

  .contact-booking-mobile-card {
    display: grid;
  }

  .contact-booking-frame {
    display: none;
  }

  .booking-modal-foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .booking-modal-copy {
    white-space: normal;
    font-size: 0.92rem;
  }
  .contact-booking-shell {
    padding: 14px;
    border-radius: 24px;
  }
  .contact-page-hero h1 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    white-space: normal;
  }
  .contact-page-hero .hero-body {
    white-space: normal;
  }
  .contact-intake-shell {
    padding: 16px 14px;
    border-radius: 24px;
  }
  .contact-intake-form {
    grid-template-columns: 1fr;
  }
  .contact-booking-frame-wrap,
  .contact-booking-frame {
    min-height: 860px;
  }
  .pricing-hero-panel {
    padding: 20px 14px 18px;
    border-radius: 28px;
  }
  .pricing-hero-head {
    margin-bottom: 24px;
  }
  .pricing-hero-head h1 {
    font-size: clamp(1.75rem, 8vw, 2.3rem);
    white-space: normal;
  }
  .pricing-contrast-column {
    padding: 14px;
    border-radius: 24px;
  }
  .pricing-contrast-pill {
    min-height: 46px;
    padding: 0 20px;
    font-size: 0.82rem;
  }
  .pricing-contrast-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }
  .pricing-contrast-icon {
    width: 40px;
    height: 40px;
  }
  .pricing-contrast-copy p {
    font-size: 0.92rem;
    line-height: 1.55;
  }
  .pricing-contrast-bridge {
    min-height: 82px;
  }
  .pricing-contrast-core {
    width: 42px;
    height: 42px;
  }
  .home-pain-stage {
    padding: 18px 16px;
    border-radius: 28px;
  }
  .home-pain-overview-lanes {
    grid-template-columns: 1fr;
  }
  .home-pain-solution {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 16px;
  }
  .home-pain-overview-alert {
    position: static;
    justify-self: center;
    margin-top: 14px;
  }
  .home-pain-solution-copy p,
  .home-pain-solution-copy strong {
    text-align: center;
  }
  .home-pain-mini-flow {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .home-pain-link {
    width: 2px;
    height: 18px;
    justify-self: center;
    background: linear-gradient(180deg, rgba(84, 230, 255, 0.04), rgba(255, 171, 84, 0.44), rgba(84, 230, 255, 0.04));
  }
  .home-pain-link::before,
  .home-pain-link::after {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .home-pain-link::before {
    top: 2px;
  }
  .home-pain-link::after {
    top: auto;
    bottom: -5px;
    transform: translateX(-50%);
  }
  .home-concept-hero {
    padding: 16px 14px 16px;
    border-radius: 26px;
  }
  .home-concept-story {
    gap: 12px;
    padding: 0 4px;
  }
  .home-concept-story h1 {
    max-width: none;
    display: grid;
    font-size: clamp(1.95rem, 8vw, 2.55rem);
    gap: 2px;
    white-space: normal;
  }
  .home-title-top,
  .home-title-mid,
  .home-title-accent {
    white-space: normal;
  }
  .home-concept-visual {
    min-height: 0;
    padding: 12px;
  }
  .home-concept-bottom .hero-body {
    max-width: none;
  }
  .home-concept-pills {
    gap: 10px;
  }
  .home-visual-floating {
    min-width: 124px;
    padding: 10px 12px;
  }
  .home-visual-floating strong {
    font-size: 0.86rem;
  }
  .home-visual-floating span {
    font-size: 0.72rem;
  }
  .home-visual-stage {
    padding: 8px 0 10px;
  }
  .home-visual-shell {
    padding: 48px 12px 58px;
  }
  .home-visual-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .home-visual-grid::before,
  .home-visual-grid::after,
  .home-visual-line,
  .home-visual-dataflows {
    display: none;
  }
  .home-visual-shell-toprail {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.63rem;
    letter-spacing: 0.14em;
  }
  .home-visual-shell-toprail span:not(:last-child)::after {
    margin-left: 10px;
  }
  .home-visual-shell-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px 14px;
  }
  .home-visual-shell-status,
  .home-visual-shell-note {
    white-space: normal;
    text-align: center;
  }
  .home-visual-column {
    min-height: auto;
  }
  .home-visual-core {
    min-height: 180px;
    order: -1;
  }
  .home-visual-core-brandblock {
    width: 160px;
    min-height: 132px;
    padding: 14px 8px 10px;
    transform: translateY(10px);
  }
  .home-visual-core-copy,
  .home-visual-core-status {
    white-space: normal;
    text-align: center;
  }
  .home-visual-core-status {
    position: static;
  }
  .home-route-grid,
  .home-proof-grid,
  .home-pain-grid,
  .home-success-grid,
  .home-use-grid {
    grid-template-columns: 1fr;
  }
  .home-proof-carousel-shell {
    padding: 18px;
  }
  .home-proof-ribbon {
    grid-template-columns: 1fr;
  }
  .home-proof-slide-top,
  .home-proof-signal-top {
    align-items: start;
  }
  .home-proof-signal-top {
    flex-direction: column;
  }
  .home-use-strip {
    grid-template-columns: 1fr;
  }
  .home-use-strip::before,
  .home-use-footer-line {
    display: none;
  }
  .home-use-footer {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .home-success-card h3,
  .home-use-card h3,
  .home-layer-card h3,
  .home-route-card h3,
  .home-pain-section h2,
  .home-use-section h2,
  .home-success-section h2,
  .home-layers-section h2,
  .home-proof-section h2,
  .home-pain-section .section-copy,
  .home-use-section .section-copy,
  .home-success-section .section-copy,
  .home-layers-section .section-copy,
  .home-proof-section .section-copy,
  .home-concept-bottom .hero-body {
    white-space: normal;
    text-wrap: balance;
  }
  .home-concept-cta-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .home-concept-pill-group {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-concept-actions,
  .final-cta .hero-actions {
    flex-wrap: wrap;
  }
  .home-logo-pill {
    min-width: 116px;
    padding: 9px 14px;
  }
  .footer-links-block {
    grid-template-columns: 1fr;
  }
  .home-route-card,
  .home-proof-card,
  .home-success-card,
  .home-pain-card,
  .home-use-card,
  .home-layer-card {
    padding: 20px;
  }
  .home-use-shell {
    padding: 20px 16px;
    border-radius: 28px;
  }
  .site-shell {
    width: min(100% - 16px, 1400px);
    padding-bottom: 112px;
  }
  h1 {
    max-width: none;
  }
  .announce-bar {
    padding: 10px 14px;
    font-size: 0.86rem;
    border-radius: 18px;
    align-items: flex-start;
  }
  .site-header {
    top: 8px;
    margin: 12px 0 18px;
    padding: 12px 14px;
    border-radius: 22px;
  }
  .final-cta {
    border-radius: 24px;
    padding-bottom: 28px;
  }
  .page-hero {
    padding: 88px 0 8px;
  }
  .manifesto-copy,
  .manifesto-visual-surface {
    padding: 22px;
  }
  .manifesto-copy h1 {
    max-width: none;
    font-size: clamp(2.4rem, 10vw, 3.6rem);
  }
  .manifesto-actions {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .manifesto-kpis {
    grid-template-columns: 1fr;
  }
  .manifesto-pills {
    display: grid;
    gap: 10px;
  }
  .manifesto-stage {
    min-height: auto;
  }
  .blog-hero-panel {
    margin-top: 24px;
    padding: 14px;
  }
  .blog-page-title,
  .blog-page-subtitle {
    white-space: normal;
    text-wrap: balance;
  }
  .blog-page-title {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
  }
  .blog-page-subtitle {
    font-size: 0.98rem;
    line-height: 1.6;
  }
  .blog-hero-stage {
    min-height: auto;
    padding: 22px 16px 18px;
    gap: 14px;
  }
  .blog-stage-center {
    width: 100%;
    transform: none;
  }
  .blog-stage-story {
    width: 100%;
    padding: 14px 0 0;
  }
  .blog-stage-aura {
    width: 280px;
    height: 180px;
  }
  .blog-stage-node,
  .blog-stage-flow,
  .blog-stage-orbit,
  .blog-stage-rail {
    display: none;
  }
  .blog-stage-core {
    width: 128px;
    height: 128px;
  }
  .blog-stage-core img {
    width: 78px;
    height: 78px;
  }
  .blog-hero-stage h3 {
    max-width: none;
    font-size: 1.85rem;
    white-space: normal;
  }
  .blog-stage-copy {
    max-width: none;
    font-size: 0.98rem;
    white-space: normal;
    line-height: 1.55;
  }
  .home-hero-stage {
    min-height: 520px;
    padding: 24px 18px 22px;
  }
  .home-hero-copy {
    padding: 0;
    margin-top: 16px;
  }
  .home-hero-brand {
    margin-bottom: 12px;
  }
  .home-hero-title {
    max-width: none;
    font-size: 1.5rem;
  }
  .home-hero-actions {
    width: 100%;
  }
  .home-hero-actions .primary-link,
  .home-hero-actions .ghost-link {
    width: 100%;
    justify-content: center;
  }
  .home-path-card {
    padding: 20px;
  }
  .home-flow-mid-left,
  .home-flow-mid-right,
  .home-flow-cross-top,
  .home-flow-cross-bottom {
    display: none;
  }
  .blog-stage-tags {
    gap: 8px;
  }
  .blog-stage-tags span {
    padding: 9px 12px;
    font-size: 0.86rem;
  }
  .blog-archive-shell {
    padding: 20px;
  }
  .blog-archive-shell .topic-chip,
  .blog-archive-shell .filter-chip[data-blog-filter] {
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 14px;
  }
  .blog-archive-shell .search-input {
    min-height: 54px;
    padding-left: 48px;
  }
  .product-detail-shell .product-hero {
    grid-template-columns: 1fr;
  }
  .product-hero-visual {
    min-height: 420px;
  }
  .product-quick-grid,
  .product-scene-grid,
  .product-scene-stack,
  .product-scene-metrics,
  .product-story-steps,
  .product-proof-grid {
    grid-template-columns: 1fr;
  }
  .product-hero-promise {
    grid-template-columns: 1fr;
  }
  .product-revenue-column,
  .product-sync-stack {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
  }
  .product-revenue-core,
  .product-sync-core {
    position: relative;
    inset: auto;
    min-height: 240px;
    margin: 18px 0;
  }
  .product-hero-visual-revenue,
  .product-hero-visual-sync,
  .product-hero-visual-console {
    display: grid;
    gap: 16px;
    align-content: start;
    padding: 20px;
  }
  .product-hero-visual-revenue::before,
  .product-hero-visual-revenue::after,
  .product-hero-visual-sync::before,
  .product-hero-visual-sync::after {
    display: none;
  }
  .product-growth-card {
    width: 132px;
    padding: 12px;
  }
  .product-growth-card.card-topic { top: 38px; left: 22px; }
  .product-growth-card.card-draft { top: 66px; right: 18px; }
  .product-growth-card.card-publish { bottom: 72px; right: 26px; }
  .product-growth-card.card-feedback { bottom: 58px; left: 24px; }
  .product-growth-ring.ring-a { width: 190px; height: 190px; }
  .product-growth-ring.ring-b { width: 270px; height: 270px; }
  .product-growth-ring.ring-c { width: 350px; height: 350px; }
  .product-console-core-shell {
    width: 100%;
    min-height: 180px;
  }
  .product-video-overlay {
    max-width: none;
    width: calc(100% - 40px);
  }
  .revenue-intel-board-top,
  .revenue-intel-lifecycle,
  .revenue-intel-stats-ribbon {
    grid-template-columns: 1fr;
  }
  .revenue-intel-orchestrator {
    min-height: 240px;
  }
  .revenue-intel-orchestrator::before,
  .revenue-intel-orchestrator::after {
    display: none;
  }
  .revenue-intel-journey-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .automation-sync-logo-row,
  .automation-sync-legend {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .automation-sync-core-stage {
    min-height: 420px;
  }
  .automation-sync-cluster {
    position: static;
    width: auto;
  }
  .automation-sync-core-stage {
    display: grid;
    gap: 12px;
    align-content: start;
    padding: 14px;
  }
  .automation-sync-engine {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    justify-self: center;
    margin: 48px 0 56px;
  }
  .automation-sync-beam {
    display: none;
  }
  .automation-sync-stage-card {
    width: 132px;
  }
  .automation-sync-stage-catch { left: 14px; top: 112px; }
  .automation-sync-stage-process { right: 14px; top: 112px; }
  .automation-sync-stage-guard { width: 176px; bottom: 18px; }
  .automation-sync-engine-ring.ring-a { width: 130px; height: 130px; }
  .automation-sync-engine-ring.ring-b { width: 176px; height: 176px; }
  .hero-section,
  .product-hero {
    min-height: auto;
  }
  .hero-actions, .section-head, .article-meta, .section-actions, .contact-form-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-head-split {
    align-items: flex-start;
  }
  .bullet-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 12px;
  }
  .blog-slider-meta {
    align-items: flex-start;
    flex-direction: column;
  }
  .blog-slider-track {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 12px;
  }
  .product-slider-track {
    grid-auto-columns: minmax(286px, 84vw);
    padding-bottom: 12px;
  }
  .blog-article-card {
    min-height: auto;
    padding: 16px;
  }
  .blog-card-summary {
    -webkit-line-clamp: 2;
  }
  .blog-card-media {
    border-radius: 18px;
  }
  .blog-card-foot {
    margin-top: 4px;
  }
  .brand {
    --brand-mark-size: 44px;
    --brand-lockup-gap: 8px;
    --brand-wordmark-width: 120px;
    --brand-wordmark-height: 22px;
  }
  .brand-tagline-text {
    font-size: 0.44rem;
    max-width: none;
  }
  .slider-wrap {
    grid-template-columns: 1fr;
  }
  .slider-arrow {
    display: grid;
    width: 44px;
    height: 44px;
    font-size: 1.3rem;
  }
  .hero-surface,
  .hero-visual-surface,
  .product-slider-surface {
    padding: 24px;
  }
  .product-card {
    min-height: 330px;
  }
  .hero-scene-toolbar,
  .hero-scene-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-scene-grid,
  .scene-column {
    grid-template-columns: 1fr;
  }
  .scene-core-card::before,
  .scene-core-card::after {
    display: none;
  }
  .scene-card {
    min-height: auto;
    padding: 14px;
  }
  .hero-scene-dot {
    width: 28px;
  }
  .trust-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .use-case-grid {
    grid-template-columns: 1fr;
  }
  .footer-links {
    justify-content: start;
  }
  .mobile-cta-bar {
    display: flex;
  }
  .contact-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    top: 10px;
    margin: 10px 0 12px;
    padding: 10px 12px;
    border-radius: 26px;
  }

  .menu-toggle {
    color: #f8fbff;
    min-height: 52px;
    padding: 12px 18px;
    border-color: rgba(180, 203, 255, 0.22);
    background:
      linear-gradient(180deg, rgba(34, 45, 82, 0.92), rgba(13, 20, 43, 0.9)),
      rgba(13, 20, 43, 0.9);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 12px 26px rgba(2, 7, 20, 0.28);
  }

  .menu-toggle span:last-child {
    color: #f8fbff;
    font-weight: 800;
  }

  .menu-toggle-icon,
  .menu-toggle-icon::before,
  .menu-toggle-icon::after {
    border-top-color: #f8fbff;
  }

  .mobile-drawer {
    position: sticky;
    top: 86px;
    z-index: 19;
    margin: -4px 0 14px;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(18, 29, 59, 0.98), rgba(7, 14, 31, 0.98)),
      rgba(7, 14, 31, 0.98);
  }

  .mobile-drawer.open {
    display: block;
  }

  .mobile-drawer-panel {
    gap: 6px;
    padding: 14px;
  }

  .mobile-drawer a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 14px;
    color: #f8fbff;
    background: rgba(255, 255, 255, 0.035);
  }

  .mobile-drawer-label,
  .mobile-drawer-cta p {
    color: rgba(232, 240, 255, 0.76);
  }

  .home-concept-hero {
    padding: 12px;
    gap: 12px;
  }

  .home-concept-visual {
    min-height: auto;
    padding: 16px 14px;
  }

  .home-concept-story {
    gap: 8px;
    text-align: left;
  }

  .home-concept-story h1 {
    font-size: clamp(2rem, 9vw, 2.75rem);
    line-height: 0.96;
  }

  .home-concept-story .eyebrow {
    font-size: 0.66rem;
  }

  .home-concept-visual .home-visual-stage {
    display: none;
  }

  .home-concept-bottom {
    margin-top: 12px;
    padding: 0 2px 8px;
  }

  .home-concept-bottom .hero-body {
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .home-concept-pill-group-solo {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 78vw);
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
  }

  .home-concept-pill-group-solo span {
    min-height: 42px;
    display: flex;
    align-items: center;
    scroll-snap-align: start;
  }
}

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

.checkout-modal-dialog {
  width: min(1040px, 100%);
  min-height: 0;
  max-height: calc(100vh - 34px);
  border-radius: 34px;
  overflow-y: auto;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(80, 220, 255, 0.12), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(255, 194, 124, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(17, 26, 58, 0.98), rgba(7, 12, 30, 0.99));
}

.checkout-modal-shell {
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: 0;
  min-height: 0;
  padding: 24px 24px 16px;
  overflow-x: hidden;
}

.checkout-modal-close {
  top: 22px;
  right: 22px;
  width: 52px;
  height: 52px;
  z-index: 220;
  border-color: rgba(144, 171, 255, 0.18);
  background: rgba(14, 22, 48, 0.86);
  color: rgba(243, 247, 255, 0.88);
}

.checkout-modal-topbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 0 66px 16px 0;
  border-bottom: 1px solid rgba(132, 154, 224, 0.12);
}

.checkout-progress {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.checkout-progress-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(121, 144, 217, 0.18);
  background: rgba(18, 27, 56, 0.72);
  color: rgba(223, 231, 251, 0.8);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.checkout-progress-step.is-complete {
  color: #ffffff;
  border-color: rgba(126, 184, 255, 0.22);
  background: linear-gradient(135deg, rgba(57, 111, 213, 0.82), rgba(110, 98, 235, 0.84));
}

.checkout-progress-step.is-active {
  color: #08111e;
  border-color: rgba(255, 204, 132, 0.42);
  background: linear-gradient(135deg, rgba(255, 211, 144, 1), rgba(255, 180, 100, 1));
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 240, 0.72),
    0 14px 28px rgba(109, 70, 28, 0.26);
}

.checkout-screen-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.checkout-screen {
  padding-top: 16px;
}

.checkout-stage-shell {
  display: grid;
  gap: 0;
  align-content: start;
}

.checkout-stage-panel {
  display: grid;
  gap: 20px;
  min-width: 0;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(121, 145, 220, 0.16);
  background:
    linear-gradient(180deg, rgba(244, 247, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(9, 16, 34, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 32px 60px rgba(1, 7, 19, 0.24);
}

.checkout-stage-panel-final {
  gap: 20px;
}

.checkout-screen-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.checkout-screen-copy {
  display: grid;
  gap: 10px;
}

.checkout-screen-copy h2 {
  margin: 0;
  font-size: clamp(2.15rem, 3.6vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.checkout-kicker {
  margin: 0;
  color: rgba(131, 224, 255, 0.9);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.checkout-copy {
  margin: 0;
  max-width: 64ch;
  color: rgba(219, 228, 250, 0.82);
  font-size: 1rem;
  line-height: 1.5;
}

.checkout-screen-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  justify-self: end;
  max-width: 100%;
  justify-content: center;
  text-align: center;
}

.checkout-screen-brand-mark {
  display: inline-flex;
  width: 86px;
  height: 86px;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 26px;
  border: 1px solid rgba(126, 202, 255, 0.3);
  background:
    radial-gradient(circle at 30% 30%, rgba(84, 230, 255, 0.42), rgba(141, 103, 255, 0.28) 56%, rgba(14, 22, 46, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(57, 79, 148, 0.3),
    0 22px 44px rgba(3, 8, 21, 0.28),
    0 0 32px rgba(84, 230, 255, 0.12);
}

.checkout-screen-brand-copy {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
  min-width: 0;
}

.checkout-screen-brand-wordmark {
  display: inline-grid;
  place-items: center;
  width: clamp(170px, 14vw, 192px);
  height: clamp(34px, 2.7vw, 42px);
  max-width: 100%;
  overflow: visible;
}

.checkout-screen-brand-wordmark img,
.checkout-screen-brand-wordmark strong {
  grid-area: 1 / 1;
}

.checkout-screen-brand-wordmark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.checkout-screen-brand-wordmark strong {
  display: none;
}

.checkout-screen-brand-copy small {
  color: rgba(219, 228, 250, 0.72);
  font-size: 0.78rem;
  white-space: nowrap;
  line-height: 1.1;
  max-width: none;
  margin: 0 auto;
}

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

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

.checkout-field,
.checkout-field.full-span {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(129, 151, 225, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(16, 24, 50, 0.96), rgba(10, 16, 34, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -1px 0 rgba(70, 92, 161, 0.18),
    0 24px 40px rgba(3, 8, 19, 0.16);
}

.checkout-field.full-span,
.checkout-form-status.full-span,
.checkout-form-actions.full-span {
  grid-column: 1 / -1;
}

.checkout-field span {
  display: block;
  color: rgba(241, 245, 255, 0.98);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.checkout-form-grid input,
.checkout-form-grid select,
.checkout-form-grid textarea {
  width: 100%;
  min-width: 0;
  padding: 17px 18px;
  border-radius: 18px;
  border: 1px solid rgba(222, 230, 247, 0.78);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(243, 246, 252, 0.98)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(230, 236, 247, 0.8));
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a;
  caret-color: #0f172a;
  font-weight: 600;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.94),
    inset 0 -2px 6px rgba(198, 210, 236, 0.34),
    0 14px 24px rgba(8, 14, 31, 0.08),
    0 2px 0 rgba(255, 255, 255, 0.42);
}

.checkout-form-grid input:not(:placeholder-shown),
.checkout-form-grid textarea:not(:placeholder-shown) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(243, 246, 252, 0.98)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(230, 236, 247, 0.8));
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a;
  caret-color: #0f172a;
}

.checkout-form-grid textarea {
  resize: vertical;
  min-height: 136px;
}

.checkout-form-grid input::placeholder,
.checkout-form-grid textarea::placeholder {
  color: rgba(71, 85, 105, 0.56);
}

.checkout-form-grid input:focus,
.checkout-form-grid select:focus,
.checkout-form-grid textarea:focus {
  outline: none;
  border-color: rgba(84, 142, 255, 0.72);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 247, 252, 0.99));
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a;
  caret-color: #0f172a;
  box-shadow:
    0 0 0 4px rgba(84, 142, 255, 0.14),
    inset 0 2px 0 rgba(255, 255, 255, 0.94),
    inset 0 -2px 6px rgba(198, 210, 236, 0.26),
    0 18px 34px rgba(8, 14, 31, 0.14);
}

.checkout-form-grid input:-webkit-autofill,
.checkout-form-grid input:-webkit-autofill:hover,
.checkout-form-grid input:-webkit-autofill:focus,
.checkout-form-grid textarea:-webkit-autofill,
.checkout-form-grid textarea:-webkit-autofill:hover,
.checkout-form-grid textarea:-webkit-autofill:focus,
.checkout-form-grid select:-webkit-autofill,
.checkout-form-grid select:-webkit-autofill:hover,
.checkout-form-grid select:-webkit-autofill:focus {
  -webkit-text-fill-color: #0f172a;
  -webkit-box-shadow:
    0 0 0 1000px rgba(243, 246, 252, 0.98) inset,
    0 0 0 1px rgba(222, 230, 247, 0.78) inset !important;
  transition: background-color 9999s ease-in-out 0s;
}

.checkout-form-grid select option {
  color: #0f172a;
  background: #ffffff;
}

.checkout-form-status {
  min-height: 20px;
  color: rgba(229, 236, 255, 0.92);
  font-size: 0.9rem;
  line-height: 1.45;
}

.checkout-form-status.is-error {
  color: #ffd4d9;
}

.checkout-form-status.is-success {
  color: rgba(198, 249, 233, 0.95);
}

.checkout-form-status.is-busy {
  display: inline-flex;
  align-items: center;
}

.checkout-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 6px;
}

.checkout-form-actions-end {
  justify-content: flex-end;
}

.checkout-primary-button,
.checkout-secondary-button,
.checkout-primary-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 16px;
  font-weight: 800;
  font-size: 0.96rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.checkout-primary-button,
.checkout-primary-button-link {
  border: 1px solid rgba(255, 191, 110, 0.34);
  background: linear-gradient(135deg, var(--cta-warm-start), var(--cta-warm-end));
  color: var(--cta-warm-text);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 236, 0.54),
    inset 0 -1px 0 rgba(181, 105, 32, 0.14),
    0 16px 28px rgba(255, 166, 77, 0.18);
}

.checkout-secondary-button {
  border: 1px solid rgba(152, 170, 223, 0.22);
  background: linear-gradient(180deg, rgba(27, 37, 70, 0.96), rgba(15, 22, 45, 0.96));
  color: rgba(238, 243, 255, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 16px 28px rgba(3, 8, 21, 0.18);
}

.checkout-primary-button:hover,
.checkout-secondary-button:hover,
.checkout-primary-button-link:hover {
  transform: translateY(-1px);
}

.checkout-final-shell {
  display: grid;
  gap: 18px;
}

.checkout-final-summary,
.checkout-payment-panel {
  padding: 22px 24px;
  border-radius: 22px;
  border: 1px solid rgba(122, 145, 220, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(14, 22, 44, 0.62);
}

.checkout-final-summary .badge {
  margin-bottom: 14px;
}

.checkout-final-summary p {
  margin: 0;
  color: rgba(233, 239, 255, 0.92);
  font-size: 1rem;
  line-height: 1.65;
}

.checkout-payment-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.checkout-payment-copy strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 1.05rem;
}

.checkout-payment-copy p {
  margin: 0;
  color: rgba(219, 228, 250, 0.78);
  line-height: 1.6;
}

.checkout-final-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.checkout-status-spinner {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1.5px solid rgba(123, 232, 255, 0.24);
  border-top-color: rgba(123, 232, 255, 0.95);
  border-right-color: rgba(154, 122, 255, 0.82);
  box-shadow: 0 0 14px rgba(86, 176, 255, 0.18);
  animation: checkoutSpinnerPulse 0.9s linear infinite;
}

.contact-intake-form input,
.contact-intake-form select,
.contact-intake-form textarea {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  caret-color: rgba(123, 232, 255, 0.92);
}

.contact-intake-form label > span {
  color: rgba(247, 250, 255, 0.96);
  text-shadow: 0 1px 10px rgba(3, 10, 28, 0.28);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes checkoutSpinnerPulse {
  0% {
    transform: rotate(0deg) scale(0.95);
    opacity: 0.68;
  }
  50% {
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg) scale(0.95);
    opacity: 0.68;
  }
}

@media (max-width: 900px) {
  .checkout-modal-shell {
    padding: 18px 18px 16px;
  }

  .checkout-modal-topbar,
  .checkout-screen-head,
  .checkout-payment-panel {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: start;
  }

  .checkout-modal-topbar {
    padding-right: 56px;
  }

  .checkout-brand-rail,
  .checkout-screen-brand {
    justify-self: start;
    justify-content: flex-start;
    text-align: left;
  }

  .checkout-screen-brand-copy {
    justify-items: start;
    text-align: left;
  }

  .checkout-screen-brand-mark {
    width: 68px;
    height: 68px;
    padding: 12px;
    border-radius: 22px;
  }

  .checkout-screen-brand-wordmark {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }

  .checkout-screen-brand-copy small {
    max-width: none;
    margin: 0;
  }

  .checkout-form-grid,
  .checkout-form-grid-wide {
    grid-template-columns: 1fr;
  }

  .checkout-stage-panel {
    padding: 22px 18px;
  }

  .checkout-primary-button,
  .checkout-secondary-button,
  .checkout-primary-button-link {
    width: 100%;
  }

  .checkout-form-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .checkout-final-actions {
    width: 100%;
  }
}
