.body-public-home {
  --home-bg: #040610;
  --home-surface: rgba(10, 15, 30, 0.78);
  --home-surface-soft: rgba(255, 255, 255, 0.03);
  --home-border: rgba(255, 255, 255, 0.09);
  --home-border-strong: rgba(167, 139, 250, 0.18);
  --home-text: #f8fbff;
  --home-muted: #a9b3c8;
  --home-muted-strong: #dbe3f4;
  --home-accent: #7c5cff;
  --home-accent-soft: rgba(124, 92, 255, 0.16);
  --home-shadow: 0 28px 72px rgba(2, 6, 18, 0.38);
  background:
    radial-gradient(circle at 18% 16%, rgba(60, 78, 168, 0.16), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(124, 92, 255, 0.18), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(16, 118, 214, 0.08), transparent 34%),
    linear-gradient(180deg, #03050d 0%, #060915 38%, #0a1122 100%);
  color: var(--home-text);
}

.body-public-home .page-content-public {
  width: 100%;
  margin: 0;
  padding: 0 0 104px;
}

.body-public-home .site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(5, 7, 15, 0.3);
  box-shadow: none;
  backdrop-filter: blur(14px);
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.body-public-home.is-scrolled .site-header {
  background: rgba(5, 7, 15, 0.78);
  border-bottom-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 36px rgba(2, 6, 18, 0.16);
}

.body-public-home .site-header .brand-logo {
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.body-public-home .site-header .brand-title,
.body-public-home .site-header .nav-link,
.body-public-home .site-header .nav-link:hover,
.body-public-home .site-header .nav-link.is-active {
  color: rgba(245, 247, 251, 0.96);
}

.body-public-home .site-header .brand-subtitle {
  color: rgba(190, 198, 214, 0.72);
}

.body-public-home .site-header .nav-link {
  opacity: 0.78;
}

.body-public-home .site-header .nav-link:hover,
.body-public-home .site-header .nav-link.is-active {
  opacity: 1;
}

.body-public-home .site-header .nav-link::after {
  background: linear-gradient(90deg, rgba(124, 92, 255, 0.82), rgba(96, 165, 250, 0.7));
}

.body-public-home .site-header .primary-btn {
  min-height: 42px;
  padding: 0 16px;
  background:
    linear-gradient(180deg, rgba(124, 92, 255, 0.22), rgba(124, 92, 255, 0.12)),
    rgba(255, 255, 255, 0.04);
  border-color: rgba(124, 92, 255, 0.22);
  color: #f8f7ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.body-public-home .site-header .primary-btn:hover {
  transform: translateY(-1px);
  background:
    linear-gradient(180deg, rgba(124, 92, 255, 0.28), rgba(124, 92, 255, 0.16)),
    rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 28px rgba(22, 28, 56, 0.24);
}

.home-shell {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.hero-stage {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  align-content: space-between;
  gap: 36px;
  padding: clamp(42px, 7vw, 86px) 0 32px;
  overflow: clip;
  isolation: isolate;
}

.hero-backdrop,
.hero-orbit-canvas,
.hero-backdrop-glow,
.hero-backdrop-vignette,
.hero-backdrop-grid {
  position: absolute;
  inset: 0;
}

.hero-backdrop {
  pointer-events: none;
}

.hero-orbit-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-backdrop-glow {
  background:
    radial-gradient(circle at 62% 40%, rgba(124, 92, 255, 0.18), transparent 22%),
    radial-gradient(circle at 68% 44%, rgba(96, 165, 250, 0.12), transparent 28%);
  filter: blur(18px);
  opacity: 0.76;
}

.hero-backdrop-vignette {
  background:
    linear-gradient(90deg, rgba(3, 5, 13, 0.92) 0%, rgba(3, 5, 13, 0.78) 18%, rgba(3, 5, 13, 0.2) 48%, rgba(3, 5, 13, 0.68) 100%),
    linear-gradient(180deg, rgba(3, 5, 13, 0.28) 0%, rgba(3, 5, 13, 0) 24%, rgba(3, 5, 13, 0.22) 100%);
}

.hero-backdrop-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 100% 140px, 140px 100%;
  background-position: center top, center top;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.38;
}

.hero-inner,
.hero-scroll-cue,
.home-content {
  width: min(1260px, calc(100vw - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.74fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 18px;
  max-width: 660px;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
  color: #d9e1f2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-copy h1 {
  max-width: 640px;
  font-size: clamp(34px, 5.8vw, 62px);
  line-height: 1;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}

.hero-actions .primary-btn,
.hero-actions .ghost-btn {
  min-width: 176px;
  justify-content: center;
}

.hero-actions .primary-btn {
  box-shadow: 0 18px 36px rgba(40, 44, 94, 0.28);
}

.hero-signal-panel {
  display: grid;
  gap: 18px;
  width: min(100%, 430px);
  justify-self: end;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    rgba(9, 13, 26, 0.78);
  box-shadow: var(--home-shadow);
  backdrop-filter: blur(12px);
}

.hero-panel-head {
  display: grid;
  gap: 6px;
}

.hero-panel-kicker,
.story-kicker,
.report-panel-label,
.hero-metric-label,
.hero-value-kicker,
.contact-meta,
.process-number,
.story-index {
  color: rgba(215, 221, 235, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel-head p,
.report-panel p {
  color: var(--home-muted);
  line-height: 1.7;
}

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

.hero-metric {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-metric strong {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 0.94;
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums lining-nums;
  text-shadow: 0 12px 28px rgba(5, 7, 20, 0.24);
}

.hero-metric-sub,
.process-step p,
.story-row-body p,
.capability-copy p,
.capability-item p,
.value-card li,
.story-points li,
.contact-copy p,
.contact-meta {
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.72;
}

.hero-note {
  display: grid;
  gap: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-note-title {
  color: var(--home-text);
  font-size: 15px;
  font-weight: 600;
}

.hero-scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  color: rgba(219, 227, 244, 0.82);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.hero-scroll-line {
  display: inline-flex;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(124, 92, 255, 0.9), rgba(96, 165, 250, 0.4));
  box-shadow: 0 0 18px rgba(124, 92, 255, 0.28);
}

.home-content {
  display: grid;
  gap: 92px;
  padding-top: 76px;
}

.home-section,
.contact-section,
#platform,
#report,
#contact {
  scroll-margin-top: 112px;
}

.home-section {
  display: grid;
  gap: 34px;
}

.section-lead {
  display: grid;
  gap: 12px;
  max-width: 700px;
}

.story-section .section-lead {
  max-width: none;
}

.story-section .section-lead > :not(.platform-visual) {
  max-width: 700px;
}

.section-lead.compact {
  max-width: 580px;
}

.section-lead h2,
.capability-copy h2,
.contact-copy h2 {
  font-size: clamp(30px, 3vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.section-lead p,
.capability-copy p,
.contact-copy p {
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.72;
}

.platform-visual,
.image-hero-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 22px -56px 0 auto;
  width: min(100%, 820px);
  padding: 6px 0 18px 36px;
  position: relative;
  overflow: visible;
  isolation: isolate;
  will-change: transform;
}

.platform-orbit-visual {
  align-items: center;
  justify-content: flex-start;
}

.platform-orbit-shell {
  position: relative;
  width: min(100%, 920px);
  aspect-ratio: 1 / 1;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  margin-right: auto;
  margin-left: -44px;
}

.platform-orbit-shell::before,
.platform-orbit-shell::after {
  content: none;
}

.platform-orbit-canvas,
.platform-visual-fallback,
.platform-orbit-core {
  position: absolute;
  inset: 0;
}

.platform-orbit-canvas {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.22s ease;
  mask-image: radial-gradient(ellipse at 46% 50%, #000 0%, #000 22%, rgba(0, 0, 0, 0.95) 36%, rgba(0, 0, 0, 0.72) 50%, rgba(0, 0, 0, 0.3) 64%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse at 46% 50%, #000 0%, #000 22%, rgba(0, 0, 0, 0.95) 36%, rgba(0, 0, 0, 0.72) 50%, rgba(0, 0, 0, 0.3) 64%, transparent 100%);
}

.platform-orbit-core {
  inset: 27%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(124, 92, 255, 0.56), rgba(124, 92, 255, 0.2) 34%, rgba(124, 92, 255, 0) 74%);
  filter: blur(18px);
  opacity: 0.96;
  pointer-events: none;
  mask-image: radial-gradient(circle at 52% 50%, #000 0%, rgba(0, 0, 0, 0.9) 48%, transparent 100%);
  -webkit-mask-image: radial-gradient(circle at 52% 50%, #000 0%, rgba(0, 0, 0, 0.9) 48%, transparent 100%);
}

.platform-visual-fallback {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 0.88;
  transition: opacity 0.22s ease;
}

.platform-orbit-shell.is-enhanced .platform-orbit-canvas {
  opacity: 1;
}

.platform-orbit-shell.is-enhanced .platform-visual-fallback {
  opacity: 0;
  pointer-events: none;
}

.image-hero-wrap::before {
  content: "";
  position: absolute;
  inset: 10% 14% 8%;
  z-index: 0;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, rgba(124, 92, 255, 0.2), rgba(124, 92, 255, 0.1) 34%, rgba(124, 92, 255, 0) 72%);
  filter: blur(48px);
  opacity: 0.72;
  pointer-events: none;
}

.image-hero-wrap::after {
  content: "";
  position: absolute;
  left: -1%;
  bottom: 0;
  width: 42%;
  height: 34%;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(circle at 22% 68%, rgba(7, 9, 20, 0) 0%, rgba(7, 9, 20, 0) 18%, rgba(7, 9, 20, 0.44) 52%, rgba(7, 9, 20, 0.82) 76%, #070914 100%);
  filter: blur(18px);
}

.platform-visual img,
.image-clean,
.image-hero {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
  position: relative;
  z-index: 1;
  transform-origin: center center;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
  -webkit-mask-image: radial-gradient(128% 118% at 52% 42%, #000 0%, #000 58%, rgba(0, 0, 0, 0.98) 70%, rgba(0, 0, 0, 0.86) 82%, transparent 100%);
  mask-image: radial-gradient(128% 118% at 52% 42%, #000 0%, #000 58%, rgba(0, 0, 0, 0.98) 70%, rgba(0, 0, 0, 0.86) 82%, transparent 100%);
}

.image-hero {
  animation: floatSoft 7s ease-in-out infinite;
}

@keyframes floatSoft {
  0% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-6px) translateX(2px); }
  100% { transform: translateY(0) translateX(0); }
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: start;
}

.story-stack {
  display: grid;
  gap: 18px;
}

.story-row {
  display: grid;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.18s ease, transform 0.18s ease;
}

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

.story-row-head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.story-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d7cdfc;
}

.story-row-head h3,
.process-step h3,
.capability-item h3,
.value-card h3 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.story-row-body {
  padding-left: 60px;
  display: grid;
  gap: 14px;
}

.story-points,
.report-points ul,
.value-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.story-points li,
.report-points li,
.value-card li {
  position: relative;
  padding-left: 18px;
}

.story-points li::before,
.report-points li::before,
.value-card li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8b5cf6, #60a5fa);
}

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

.process-step {
  display: grid;
  gap: 12px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.process-number {
  color: #d7cdfc;
}

.capability-section {
  gap: 40px;
}

.capability-row {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 48px;
  align-items: start;
}

.capability-row-alt {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.capability-list {
  display: grid;
  gap: 18px;
}

.capability-item {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.capability-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.report-points {
  display: grid;
  gap: 20px;
}

.report-panel,
.value-card {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.014)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 16px 40px rgba(5, 7, 20, 0.22);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.report-panel {
  background:
    linear-gradient(180deg, rgba(124, 92, 255, 0.08), rgba(255, 255, 255, 0.02) 52%),
    rgba(255, 255, 255, 0.03);
}

.story-row:hover,
.process-step:hover,
.capability-item:hover {
  transform: translateY(-1px);
  border-color: rgba(167, 139, 250, 0.18);
}

.report-panel:hover,
.value-card:hover,
.privacy-card:hover,
.contact-actions:hover,
.hero-signal-panel:hover {
  transform: translateY(-2px);
  border-color: rgba(167, 139, 250, 0.18);
  box-shadow: 0 22px 48px rgba(5, 7, 20, 0.28);
}

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

.privacy-section {
  gap: 24px;
}

.privacy-disclosure {
  display: grid;
  gap: 0;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 14px 34px rgba(5, 7, 20, 0.16);
  overflow: hidden;
}

.privacy-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 28px;
  cursor: pointer;
  list-style: none;
}

.privacy-summary::-webkit-details-marker {
  display: none;
}

.privacy-summary-copy {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.privacy-summary-copy h2 {
  font-size: clamp(28px, 3vw, 32px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.privacy-summary-copy p {
  color: #97a0b4;
  font-size: 16px;
  line-height: 1.68;
  max-width: 700px;
}

.privacy-summary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #d7ddeb;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.privacy-action-close {
  display: none;
}

.privacy-disclosure[open] .privacy-action-open {
  display: none;
}

.privacy-disclosure[open] .privacy-action-close {
  display: inline;
}

.privacy-disclosure-body {
  display: grid;
  gap: 24px;
  padding: 0 28px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 24px;
}

.privacy-card {
  display: grid;
  gap: 13px;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.018);
  box-shadow: 0 14px 30px rgba(5, 7, 20, 0.14);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.privacy-card h3 {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.privacy-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-card li {
  position: relative;
  padding-left: 18px;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.68;
}

.privacy-card li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8b5cf6, #60a5fa);
}

.privacy-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  padding-top: 12px;
}

.privacy-contact {
  display: grid;
  gap: 8px;
}

.privacy-contact-label {
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy-contact p {
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.72;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 32px;
  align-items: start;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-copy {
  display: grid;
  gap: 14px;
  max-width: 700px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 6px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px 0 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #f5f7fb;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(5, 7, 20, 0.18);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.social-link:hover {
  transform: translateY(-1px);
  border-color: rgba(167, 139, 250, 0.28);
  background: rgba(124, 92, 255, 0.12);
  box-shadow: 0 14px 28px rgba(8, 10, 24, 0.24);
}

.social-link-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #dcd5ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-actions {
  position: relative;
  display: grid;
  gap: 18px;
  align-content: start;
  justify-items: start;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid rgba(167, 139, 250, 0.16);
  background:
    linear-gradient(180deg, rgba(124, 92, 255, 0.12), rgba(255, 255, 255, 0.016) 56%),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 20px 48px rgba(5, 7, 20, 0.24);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.contact-actions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(124, 92, 255, 0.88), rgba(96, 165, 250, 0.18));
}

.contact-actions .primary-btn,
.contact-actions .ghost-btn {
  width: 100%;
  justify-content: center;
}

.contact-actions-label {
  color: #f5f7fb;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.contact-actions-note {
  color: #b5bfd2;
  font-size: 14px;
  line-height: 1.7;
}

.contact-signup-form {
  width: 100%;
  display: grid;
  gap: 16px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.contact-field {
  display: grid;
  gap: 8px;
  width: 100%;
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-field-label {
  color: #f5f7fb;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(4, 9, 20, 0.42);
  color: #f5f7fb;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.contact-textarea {
  min-height: 136px;
  padding: 14px;
  resize: vertical;
}

.contact-input::placeholder {
  color: rgba(181, 191, 210, 0.78);
}

.contact-input:focus {
  outline: none;
  border-color: rgba(167, 139, 250, 0.48);
  background: rgba(10, 16, 32, 0.62);
  box-shadow: 0 0 0 3px rgba(124, 92, 255, 0.12);
}

.contact-form-errors,
.contact-form-actions {
  display: grid;
  gap: 10px;
  width: 100%;
}

.contact-direct-link {
  color: #c9d6ff;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-direct-link:hover {
  color: #ffffff;
}

@media (max-width: 1180px) {
  .hero-inner,
  .hero-scroll-cue,
  .home-content {
    width: min(1180px, calc(100vw - 40px));
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .hero-copy {
    max-width: 780px;
  }
}

@media (max-width: 1024px) {
  .story-section,
  .capability-row,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

  .privacy-meta,
  .privacy-summary {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 768px) {
  .body-public-home .page-content-public {
    padding: 0 0 72px;
  }

  .body-public-home .site-header .brand-logo {
    max-width: 120px;
  }

  .hero-stage {
    min-height: auto;
    padding: 28px 0 22px;
    gap: 26px;
  }

  .hero-inner,
  .hero-scroll-cue,
  .home-content {
    width: calc(100vw - 28px);
  }

  .hero-copy h1 {
    font-size: clamp(32px, 12vw, 48px);
  }

  .hero-actions,
  .contact-actions {
    width: 100%;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions .primary-btn,
  .hero-actions .ghost-btn,
  .contact-actions .primary-btn,
  .contact-actions .ghost-btn {
    flex: 1 1 100%;
  }

  .hero-metrics,
  .process-grid,
  .privacy-grid,
  .value-columns {
    grid-template-columns: 1fr;
  }

  .hero-signal-panel,
  .report-panel,
  .value-card {
    padding: 20px;
  }

  .home-content {
    gap: 64px;
    padding-top: 54px;
  }

  .story-row-body {
    padding-left: 0;
  }

  .story-row-head {
    flex-direction: column;
    gap: 12px;
  }

  .platform-visual,
  .image-hero-wrap {
    width: min(100%, 680px);
    margin: 16px 0 0 auto;
    padding: 4px 0 10px 14px;
  }

  .platform-orbit-shell {
    width: min(100%, 720px);
    margin-left: -12px;
  }

  .image-hero-wrap::before {
    inset: 12% 12% 10%;
    filter: blur(36px);
  }

  .image-hero-wrap::after {
    width: 46%;
    height: 28%;
    filter: blur(14px);
  }

  .privacy-summary,
  .privacy-disclosure-body,
  .contact-actions {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .body-public-home {
    scroll-behavior: auto;
  }

  .hero-orbit-canvas {
    opacity: 0.6;
  }

  .platform-visual,
  .image-hero-wrap,
  .hero-signal-panel,
  .report-panel,
  .value-card,
  .privacy-card,
  .contact-actions {
    transform: none !important;
  }

  .image-hero {
    animation: none;
  }
}
