:root {
  --bg: #f4f7fb;
  --bg-deep: #07111f;
  --bg-panel: rgba(255, 255, 255, 0.78);
  --bg-panel-strong: rgba(255, 255, 255, 0.92);
  --bg-dark-panel: rgba(8, 18, 34, 0.74);
  --line: rgba(11, 28, 51, 0.1);
  --line-strong: rgba(11, 28, 51, 0.18);
  --text: #081321;
  --text-soft: #536173;
  --text-muted: #6f7c8d;
  --text-inverse: #f7fbff;
  --accent: #2159d7;
  --accent-soft: rgba(33, 89, 215, 0.12);
  --accent-strong: #153c92;
  --accent-glow: rgba(33, 89, 215, 0.18);
  --success: #1a8c67;
  --surface: #ffffff;
  --surface-alt: #edf3fa;
  --surface-deep: #0d1728;
  --shadow-soft: 0 20px 80px rgba(6, 16, 30, 0.08);
  --shadow-panel: 0 26px 80px rgba(10, 24, 44, 0.14);
  --shadow-strong: 0 30px 120px rgba(4, 12, 24, 0.24);
  --radius-xs: 16px;
  --radius-sm: 20px;
  --radius-md: 28px;
  --radius-lg: 36px;
  --radius-xl: 44px;
  --container: 1200px;
  --nav-height: 84px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top, rgba(33, 89, 215, 0.11), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 28%, #eef2f8 100%);
  color: var(--text);
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

.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;
}

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

img {
  display: block;
  max-width: 100%;
}

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

.home-site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(12, 29, 52, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 29, 52, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 90%);
  opacity: 0.85;
}

.home-shell {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(21, 60, 146, 0.38);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 52px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.final-cta-card h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.03;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.section-heading p,
.final-cta-card p,
.hero-support,
.hero-lead,
.footer-copy,
.scenario-copy p {
  color: var(--text-soft);
}

.section-heading p,
.final-cta-card p {
  margin: 18px 0 0;
  font-size: 1.05rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition:
    transform 220ms var(--ease),
    border-color 220ms var(--ease),
    background-color 220ms var(--ease),
    color 220ms var(--ease),
    box-shadow 220ms var(--ease);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:focus-visible,
.home-nav-toggle:focus-visible,
.home-nav-links a:focus-visible,
.faq-item summary:focus-visible {
  outline: 3px solid rgba(33, 89, 215, 0.24);
  outline-offset: 3px;
}

.button-primary,
.nav-primary {
  background: linear-gradient(135deg, #1847b6 0%, #2159d7 55%, #3b76ea 100%);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(33, 89, 215, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible,
.nav-primary:hover,
.nav-primary:focus-visible {
  box-shadow: 0 22px 48px rgba(33, 89, 215, 0.32);
}

.button-secondary,
.nav-secondary {
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  border-color: rgba(11, 28, 51, 0.1);
  backdrop-filter: blur(14px);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.nav-secondary:hover,
.nav-secondary:focus-visible {
  border-color: rgba(33, 89, 215, 0.25);
  color: var(--accent-strong);
}

.button-secondary-light {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
}

.button-secondary-light:hover,
.button-secondary-light:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
}

.home-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 18px 0;
}

.home-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(244, 247, 251, 0.72);
  border-bottom: 1px solid rgba(8, 19, 33, 0.04);
  backdrop-filter: blur(18px);
  transition: background-color 220ms var(--ease), border-color 220ms var(--ease);
}

body.is-scrolled .home-nav::before {
  background: rgba(244, 247, 251, 0.92);
  border-bottom-color: rgba(8, 19, 33, 0.08);
}

.home-nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: calc(var(--nav-height) - 36px);
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.home-brand-mascot {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(8, 19, 33, 0.14);
}

.home-nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-nav-links a {
  border-radius: 999px;
  padding: 12px 16px;
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 220ms var(--ease), background-color 220ms var(--ease);
}

.home-nav-links a:hover,
.home-nav-links a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.6);
}

.home-nav-links .nav-primary,
.home-nav-links .nav-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  white-space: nowrap;
}

.home-nav-links .nav-primary {
  color: #ffffff;
  flex-shrink: 0;
}

.home-nav-links .nav-primary:hover,
.home-nav-links .nav-primary:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, #1847b6 0%, #2159d7 55%, #3b76ea 100%);
}

.home-nav-links .nav-secondary {
  color: var(--text);
}

.home-nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(8, 19, 33, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  color: var(--text);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  backdrop-filter: blur(14px);
}

.home-nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 220ms var(--ease), opacity 220ms var(--ease);
}

body.menu-open .home-nav-toggle span:first-child {
  transform: translateY(4px) rotate(45deg);
}

body.menu-open .home-nav-toggle span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.hero-section {
  padding: 38px 0 48px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 44px;
  align-items: center;
}

.hero-grid-compact {
  align-items: start;
}

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

.hero-copy h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  line-height: 0.95;
  letter-spacing: -0.075em;
  font-weight: 800;
}

.hero-lead {
  margin: 28px 0 0;
  max-width: 640px;
  font-size: 1.18rem;
}

.hero-support {
  margin: 14px 0 0;
  max-width: 640px;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-caption {
  margin-top: 18px;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.chat-finder-panel {
  display: grid;
  gap: 16px;
  margin-top: 32px;
  padding: 20px;
  border: 1px solid rgba(8, 19, 33, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 30px rgba(8, 19, 33, 0.05);
  backdrop-filter: blur(16px);
}

.chat-finder-copy {
  display: grid;
  gap: 4px;
}

.chat-finder-kicker {
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chat-finder-copy strong {
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}

.chat-finder-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.chat-finder-form input,
.marketing-form input,
.marketing-form textarea,
.marketing-form select {
  width: 100%;
  border: 1px solid rgba(8, 19, 33, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  padding: 0 16px;
  min-height: 54px;
  font-size: 0.96rem;
  transition: border-color 220ms var(--ease), box-shadow 220ms var(--ease);
}

.chat-finder-form input:focus,
.marketing-form input:focus,
.marketing-form textarea:focus,
.marketing-form select:focus {
  outline: none;
  border-color: rgba(33, 89, 215, 0.28);
  box-shadow: 0 0 0 4px rgba(33, 89, 215, 0.08);
}

.chat-finder-form-wide {
  max-width: 760px;
}

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

.signal-chip {
  padding: 20px;
  border: 1px solid rgba(8, 19, 33, 0.08);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 30px rgba(8, 19, 33, 0.04);
  backdrop-filter: blur(16px);
}

.signal-chip strong,
.trust-item strong,
.proof-card strong {
  display: block;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.signal-chip span {
  display: block;
  margin-top: 6px;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  padding: 44px 0 40px;
  min-height: 720px;
}

.hero-visual-orbit {
  position: absolute;
  inset: auto;
  border-radius: 50%;
  filter: blur(22px);
}

.hero-visual-orbit-a {
  top: 12px;
  right: 18px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(33, 89, 215, 0.22) 0%, transparent 70%);
}

.hero-visual-orbit-b {
  bottom: 0;
  left: 12px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(26, 140, 103, 0.14) 0%, transparent 70%);
}

.hero-stage {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 248, 253, 0.88) 100%);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(20px);
}

.hero-stage-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(8, 19, 33, 0.08);
}

.window-dots {
  display: inline-flex;
  gap: 8px;
}

.window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(8, 19, 33, 0.18);
}

.stage-url {
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.hero-stage-body {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  padding: 24px;
}

.hero-sidebar {
  display: grid;
  gap: 16px;
}

.hero-sidebar-card,
.floating-card,
.thread-footer-card,
.story-side-card,
.timeline-card,
.process-card,
.feature-card,
.industry-card,
.proof-card,
.trust-item,
.outcome-panel,
.final-cta-card,
.faq-item {
  border: 1px solid rgba(8, 19, 33, 0.08);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.hero-sidebar-card,
.thread-footer-card {
  border-radius: var(--radius-sm);
  padding: 18px;
}

.sidebar-label,
.floating-label,
.panel-kicker,
.feature-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-sidebar-card strong,
.floating-card strong,
.thread-footer-card strong,
.story-side-card strong,
.timeline-card strong,
.process-card h3,
.feature-card h3,
.industry-card h3,
.outcome-panel h3,
.proof-card strong,
.trust-item strong {
  letter-spacing: -0.04em;
}

.hero-sidebar-card strong,
.thread-footer-card strong,
.floating-card strong {
  display: block;
  font-size: 1rem;
}

.hero-sidebar-card p,
.thread-footer-card span,
.floating-card p,
.trust-item span,
.proof-card p,
.process-card p,
.feature-card p,
.industry-card p,
.scenario-copy p,
.outcome-panel li,
.story-side-card p,
.timeline-card p {
  margin: 8px 0 0;
  color: var(--text-soft);
  font-size: 0.94rem;
}

.hero-thread {
  padding: 24px;
  border-radius: 32px;
  background: linear-gradient(180deg, #0d1728 0%, #0f1d31 100%);
  color: #f2f7ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.thread-meta,
.story-phone-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.thread-status,
.thread-badge,
.story-phone-header span:last-child {
  color: rgba(242, 247, 255, 0.7);
  font-size: 0.8rem;
  font-weight: 700;
}

.thread-badge {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.message-row {
  display: flex;
  margin-bottom: 14px;
}

.message-row-user {
  justify-content: flex-end;
}

.message-bubble,
.story-message {
  max-width: 86%;
  padding: 14px 16px;
  border-radius: 18px;
  font-size: 0.94rem;
  line-height: 1.5;
}

.message-row-user .message-bubble,
.story-message-user {
  background: linear-gradient(135deg, #2159d7 0%, #3873ea 100%);
  color: #ffffff;
  border-bottom-right-radius: 6px;
}

.message-row-agent .message-bubble,
.story-message-agent {
  background: rgba(255, 255, 255, 0.1);
  color: #f2f7ff;
  border-bottom-left-radius: 6px;
}

.thread-footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.thread-footer-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.thread-footer-card span {
  margin: 0;
  color: rgba(242, 247, 255, 0.62);
}

.thread-footer-card strong {
  color: #ffffff;
}

.floating-card {
  position: absolute;
  z-index: 2;
  width: min(260px, 46%);
  padding: 18px 20px;
  border-radius: 24px;
}

.floating-card-lead {
  top: 0;
  right: -8px;
  animation: floatCard 7s ease-in-out infinite;
}

.floating-card-note {
  bottom: 6px;
  left: -10px;
  animation: floatCard 8.5s ease-in-out infinite reverse;
}

.trust-shell-compact {
  grid-template-columns: 1fr;
}

.trust-section {
  padding: 26px 0 38px;
}

.trust-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 26px;
  padding: 28px;
  border: 1px solid rgba(8, 19, 33, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.trust-statement {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 600;
}

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

.trust-item {
  border-radius: 24px;
  padding: 18px 20px;
}

.problem-section,
.features-section,
.process-section,
.industries-section,
.scenario-section,
.faq-section {
  padding: 104px 0;
}

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

.outcome-panel {
  padding: 32px;
  border-radius: var(--radius-md);
}

.outcome-panel-risk {
  background: rgba(255, 255, 255, 0.78);
}

.outcome-panel-value {
  background: linear-gradient(180deg, rgba(10, 24, 44, 0.96) 0%, rgba(16, 33, 57, 0.96) 100%);
  color: var(--text-inverse);
  border-color: rgba(255, 255, 255, 0.08);
}

.outcome-panel-value .panel-kicker,
.outcome-panel-value h3,
.outcome-panel-value li {
  color: var(--text-inverse);
}

.outcome-panel-value .panel-kicker {
  color: rgba(205, 224, 255, 0.88);
}

.outcome-panel h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  line-height: 1.08;
}

.outcome-panel ul {
  margin: 24px 0 0;
  padding-left: 18px;
}

.outcome-panel li + li {
  margin-top: 14px;
}

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

.proof-card {
  padding: 24px;
  border-radius: 24px;
}

.compact-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.story-section {
  padding: 116px 0;
  background:
    radial-gradient(circle at top right, rgba(33, 89, 215, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(235, 241, 249, 0.64) 100%);
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 38px;
  align-items: start;
}

.story-steps {
  display: grid;
  gap: 12vh;
  padding-top: 14px;
}

.story-step {
  position: relative;
  min-height: 38vh;
  padding: 30px 30px 30px 86px;
  border-left: 1px solid rgba(8, 19, 33, 0.08);
  color: var(--text-soft);
  transition: color 260ms var(--ease), opacity 260ms var(--ease);
  opacity: 0.62;
}

.story-step.is-active {
  color: var(--text);
  opacity: 1;
}

.story-step-index {
  position: absolute;
  top: 24px;
  left: 0;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(8, 19, 33, 0.06);
}

.story-step.is-active .story-step-index {
  background: linear-gradient(135deg, #1847b6 0%, #2159d7 100%);
  color: #ffffff;
}

.story-step h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 2.15rem);
  line-height: 1.14;
  letter-spacing: -0.04em;
}

.story-step p {
  margin: 14px 0 0;
  max-width: 480px;
  font-size: 1rem;
}

.story-stage-column {
  position: sticky;
  top: calc(var(--nav-height) + 28px);
}

.story-stage-progress {
  width: 100%;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(8, 19, 33, 0.08);
  overflow: hidden;
}

.story-stage-progress span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #1847b6 0%, #2159d7 100%);
  transition: width 300ms var(--ease);
}

.story-stage {
  position: relative;
}

.story-stage-frame {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(10, 24, 44, 0.96) 0%, rgba(15, 29, 49, 0.96) 100%);
  box-shadow: var(--shadow-strong);
}

.story-stage-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-stage-header strong {
  color: #ffffff;
  font-size: 0.88rem;
  letter-spacing: -0.02em;
  text-transform: none;
}

.story-scene {
  position: absolute;
  inset: 82px 28px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
  gap: 20px;
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  pointer-events: none;
  transition:
    opacity 280ms var(--ease),
    transform 280ms var(--ease);
}

.story-scene.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.story-phone {
  padding: 22px;
  border-radius: 32px;
  background: linear-gradient(180deg, #14223a 0%, #101d32 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.story-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 6px rgba(26, 140, 103, 0.18);
}

.story-phone-header strong {
  color: #ffffff;
  font-size: 0.95rem;
}

.story-conversation {
  display: grid;
  gap: 14px;
}

.conversation-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.summary-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  min-height: 120px;
}

.summary-card span {
  display: block;
  color: rgba(242, 247, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.summary-card strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.story-side-card {
  align-self: end;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
}

.story-side-card span,
.timeline-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-side-card strong {
  display: block;
  line-height: 1.18;
  text-wrap: balance;
}

.story-side-card p {
  line-height: 1.55;
}

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

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

.feature-card {
  min-height: 230px;
  padding: 28px;
  border-radius: var(--radius-md);
}

.feature-card-large {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(233, 241, 255, 0.92) 100%);
}

.feature-card h3 {
  margin: 0;
  font-size: 1.34rem;
}

.feature-card p {
  max-width: 34ch;
}

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

.process-card {
  position: relative;
  padding: 28px 28px 32px;
  border-radius: var(--radius-md);
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 800;
}

.process-card h3 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.15;
}

.simple-page-hero {
  padding-top: 46px;
}

.simple-feature-panel,
.lookup-card,
.info-panel,
.support-utility-card,
.support-form-card,
.success-panel {
  border: 1px solid rgba(8, 19, 33, 0.08);
  background: rgba(255, 255, 255, 0.82);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.simple-feature-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.simple-feature-stat {
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.96) 0%, rgba(236, 243, 252, 0.94) 100%);
  border: 1px solid rgba(8, 19, 33, 0.06);
}

.simple-feature-stat span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.simple-feature-stat strong {
  display: block;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

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

.info-panel {
  padding: 28px;
}

.info-panel h2,
.lookup-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.info-panel p,
.lookup-copy p,
.support-utility-card p,
.success-panel p {
  margin: 14px 0 0;
  color: var(--text-soft);
}

.code-panel {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #0d1728 0%, #101d32 100%);
  color: #f5f8ff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.95rem;
  line-height: 1.6;
  overflow: auto;
}

.code-panel-multiline code {
  white-space: nowrap;
}

.lookup-card {
  display: grid;
  gap: 20px;
  padding: 28px;
}

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

.support-utility-card {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.support-utility-card h3 {
  margin: 0;
  font-size: 1.26rem;
  letter-spacing: -0.03em;
}

.small-code-panel {
  margin-top: 0;
}

.text-link {
  color: var(--accent-strong);
  font-weight: 700;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--accent);
}

.support-form-card {
  padding: 30px;
}

.support-form-card .section-heading {
  margin-bottom: 28px;
}

.marketing-form {
  display: grid;
  gap: 18px;
}

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

.marketing-form label {
  display: grid;
  gap: 8px;
}

.marketing-form label span {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.marketing-form textarea {
  min-height: 140px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}

.form-feedback {
  margin: 0;
  font-size: 0.92rem;
}

.form-feedback[hidden] {
  display: none;
}

.form-feedback-error {
  color: #b42318;
}

.success-panel {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.success-panel[hidden] {
  display: none;
}

.success-panel strong {
  font-size: 1.06rem;
  letter-spacing: -0.03em;
}

.success-panel span {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

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

.industry-card {
  padding: 28px;
  border-radius: var(--radius-md);
  min-height: 220px;
}

.industry-card h3 {
  margin: 0;
  font-size: 1.26rem;
}

.scenario-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.scenario-copy h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.scenario-copy p {
  margin: 16px 0 0;
  max-width: 56ch;
  font-size: 1rem;
}

.scenario-copy .button {
  margin-top: 28px;
}

.scenario-timeline {
  display: grid;
  gap: 16px;
}

.timeline-card {
  padding: 24px;
  border-radius: 28px;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  border-radius: 24px;
  padding: 0 24px;
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  padding: 22px 42px 22px 0;
  cursor: pointer;
  list-style: none;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 1.45rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0 0 22px;
  color: var(--text-soft);
  font-size: 0.98rem;
}

.final-cta-section {
  padding: 0 0 96px;
}

.final-cta-card {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 6vw, 64px);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(85, 129, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #10203a 100%);
  color: var(--text-inverse);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-strong);
}

.final-cta-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -40% auto;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33, 89, 215, 0.34) 0%, transparent 72%);
  pointer-events: none;
}

.final-cta-card .eyebrow,
.final-cta-card p {
  color: rgba(247, 251, 255, 0.82);
}

.final-cta-card .eyebrow::before {
  background: rgba(247, 251, 255, 0.34);
}

.final-actions {
  margin-top: 28px;
}

.home-footer {
  padding: 0 0 54px;
}

.footer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(8, 19, 33, 0.08);
}

.footer-brand {
  margin-bottom: 16px;
}

.footer-copy {
  max-width: 520px;
  margin: 0;
  font-size: 0.95rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 12px 22px;
}

.footer-links a {
  color: var(--text-soft);
  font-weight: 600;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms var(--ease),
    transform 700ms var(--ease);
}

[data-reveal="scale"] {
  transform: translateY(28px) scale(0.97);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

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

@media (max-width: 1120px) {
  .hero-grid,
  .story-layout,
  .scenario-shell {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 0;
  }

  .story-stage-column {
    position: relative;
    top: 0;
  }

  .story-steps {
    gap: 18px;
    order: 2;
  }

  .story-step {
    min-height: auto;
    padding: 26px 24px 26px 78px;
    border: 1px solid rgba(8, 19, 33, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
  }
}

@media (max-width: 960px) {
  .home-nav-toggle {
    display: inline-flex;
  }

  .home-nav-links {
    position: absolute;
    top: calc(100% + 12px);
    right: 20px;
    left: 20px;
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(8, 19, 33, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-panel);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 220ms var(--ease),
      transform 220ms var(--ease);
  }

  body.menu-open .home-nav-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .home-nav-links a {
    width: 100%;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-signals,
  .problem-grid,
  .proof-band,
  .feature-grid,
  .process-grid,
  .industry-grid,
  .trust-grid,
  .thread-footer,
  .feature-grid-compact,
  .two-panel-grid,
  .compact-card-grid,
  .marketing-form-grid {
    grid-template-columns: 1fr;
  }

  .feature-card-large {
    grid-column: auto;
  }

  .trust-shell {
    grid-template-columns: 1fr;
  }

  .hero-stage-body,
  .story-scene {
    grid-template-columns: 1fr;
  }

  .hero-sidebar {
    order: 2;
  }

  .story-stage-frame {
    min-height: 620px;
  }

  .story-side-card {
    align-self: stretch;
  }

  .conversation-summary {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .home-shell {
    width: min(calc(100% - 24px), var(--container));
  }

  .hero-section,
  .problem-section,
  .story-section,
  .features-section,
  .process-section,
  .industries-section,
  .scenario-section,
  .faq-section {
    padding: 80px 0;
  }

  .hero-stage,
  .final-cta-card,
  .trust-shell {
    border-radius: 28px;
  }

  .hero-stage-body,
  .story-stage-frame,
  .outcome-panel,
  .process-card,
  .feature-card,
  .industry-card {
    padding: 22px;
  }

  .hero-visual {
    padding-top: 22px;
  }

  .floating-card {
    position: relative;
    width: 100%;
    inset: auto;
    margin-top: 14px;
    animation: none;
  }

  .story-step {
    padding: 24px 20px 24px 72px;
  }

  .story-stage-frame {
    min-height: 680px;
  }

  .story-scene {
    inset: 78px 20px 20px;
  }

  .footer-grid {
    flex-direction: column;
  }

  .footer-links {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-form-card,
  .lookup-card,
  .info-panel,
  .support-utility-card {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
