html {
  scroll-behavior: smooth;
}

body.site-shell {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  color: #e6edf7;
  background:
    radial-gradient(circle at top left, rgba(50, 214, 185, 0.18), transparent 24%),
    radial-gradient(circle at 80% 10%, rgba(67, 97, 238, 0.16), transparent 20%),
    linear-gradient(180deg, #08111f 0%, #0c1527 48%, #0a1220 100%);
}

body.site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(133, 151, 177, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(133, 151, 177, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 80%);
  opacity: 0.25;
}

.site-shell .shell {
  width: min(1180px, calc(100% - 40px));
}

.site-shell .topbar {
  padding: 28px 0 8px;
}

.site-shell .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 14px 18px;
  border: 1px solid rgba(145, 162, 186, 0.16);
  border-radius: 22px;
  background: rgba(8, 15, 28, 0.64);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 50px rgba(3, 7, 18, 0.35);
}

.site-shell .brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #f4f8ff;
  text-decoration: none;
}

.site-shell .brand-mark {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, #22d3a8 0%, #2bb7d6 40%, #5164ff 100%);
  color: #06111d;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.06em;
  box-shadow:
    0 12px 30px rgba(34, 211, 168, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.site-shell .brand-mark-img {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(34, 211, 168, 0.22));
}

.site-shell .brand-mark::before,
.site-shell .brand-mark::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(111, 241, 211, 0.36);
}

.site-shell .brand-mark::before {
  inset: -7px;
  opacity: 0.55;
}

.site-shell .brand-mark::after {
  inset: -13px;
  opacity: 0.22;
}

.site-shell .nav-links,
.site-shell .nav-links a {
  color: #9fb0c7;
  text-decoration: none;
}

.site-shell .nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.site-shell .nav-links a:hover {
  color: #f4f8ff;
}

.site-shell .nav-links a.is-active {
  color: #f4f8ff;
}

.site-shell .panel,
.site-shell .card,
.site-shell .cta-band,
.site-shell .quote,
.site-shell .feature,
.site-shell .step,
.site-shell .industry-card,
.site-shell .pricing-card {
  position: relative;
  border: 1px solid rgba(145, 162, 186, 0.16);
  background:
    linear-gradient(180deg, rgba(18, 28, 47, 0.94) 0%, rgba(10, 17, 31, 0.94) 100%);
  box-shadow:
    0 22px 60px rgba(2, 8, 20, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.site-shell .panel::after,
.site-shell .card::after,
.site-shell .cta-band::after,
.site-shell .quote::after,
.site-shell .feature::after,
.site-shell .step::after,
.site-shell .industry-card::after,
.site-shell .pricing-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(87, 219, 189, 0.12), transparent 36%, transparent 60%, rgba(91, 117, 255, 0.12));
  opacity: 0.9;
}

.site-shell .hero {
  gap: 32px;
  padding: 34px 0 54px;
}

.site-shell .eyebrow,
.site-shell .pricing-tag {
  position: relative;
  z-index: 1;
  background: rgba(39, 60, 101, 0.55);
  border: 1px solid rgba(118, 146, 205, 0.22);
  color: #8df0d5;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.site-shell h1,
.site-shell h2,
.site-shell h3 {
  position: relative;
  z-index: 1;
  font-family: "Manrope", system-ui, sans-serif;
  color: #f5f9ff;
}

.site-shell h1 {
  max-width: 11.5ch;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.94;
}

.site-shell .lede,
.site-shell .section-head p,
.site-shell .feature p,
.site-shell .feature li,
.site-shell .step p,
.site-shell .industry-card p,
.site-shell .quote small,
.site-shell .footer,
.site-shell .mock-label,
.site-shell .contact-list,
.site-shell .mini-proof span {
  position: relative;
  z-index: 1;
  color: #9fb0c7 !important;
}

.site-shell .button {
  position: relative;
  z-index: 1;
  min-height: 54px;
  padding: 0 24px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.site-shell .button-primary {
  background: linear-gradient(135deg, #22d3a8 0%, #2bb7d6 42%, #5268ff 100%);
  color: #07101a;
  box-shadow: 0 16px 38px rgba(43, 183, 214, 0.28);
}

.site-shell .button-primary:hover {
  background: linear-gradient(135deg, #34e0b7 0%, #43c3e1 42%, #6578ff 100%);
}

.site-shell .button-secondary {
  color: #f4f8ff;
  border: 1px solid rgba(145, 162, 186, 0.24);
  background: rgba(255, 255, 255, 0.02);
}

.site-shell .button-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
}

.site-shell .mini-proof,
.site-shell .grid-3,
.site-shell .steps,
.site-shell .industry-grid,
.site-shell .pricing-grid {
  gap: 18px;
}

.site-shell .mini-proof div {
  border: 1px solid rgba(145, 162, 186, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.site-shell .mini-proof strong {
  position: relative;
  z-index: 1;
  font-family: "Manrope", system-ui, sans-serif;
  color: #f6fbff;
}

.site-shell .call-tag {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(145, 162, 186, 0.18);
  color: #9fb0c7;
}

.site-shell .mock {
  position: relative;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(17, 28, 46, 0.92) 0%, rgba(10, 18, 31, 0.96) 100%);
  border: 1px solid rgba(145, 162, 186, 0.16);
}

.site-shell .mock::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 78px;
  background: linear-gradient(180deg, rgba(77, 100, 255, 0.12), transparent);
  pointer-events: none;
}

.site-shell .mock-toolbar,
.site-shell .mock-metrics,
.site-shell .wave-bars {
  position: relative;
  z-index: 1;
}

.site-shell .mock-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.site-shell .mock-pill {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(145, 162, 186, 0.16);
  color: #aebdd0;
  font-size: 0.78rem;
  font-weight: 600;
}

.site-shell .mock-pill-live {
  color: #8df0d5;
}

.site-shell .mock-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.site-shell .mock-metric {
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(145, 162, 186, 0.12);
}

.site-shell .mock-metric strong {
  display: block;
  color: #f6fbff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.site-shell .mock-metric span {
  display: block;
  margin-top: 6px;
  color: #94a8c2;
  font-size: 0.78rem;
}

.site-shell .mock-row {
  border-bottom-color: rgba(145, 162, 186, 0.16);
}

.site-shell .mock-value {
  color: #f4f8ff;
}

.site-shell .signal-strip {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 16px;
}

.site-shell .signal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7de9cb;
  box-shadow: 0 0 16px rgba(125, 233, 203, 0.52);
}

.site-shell .signal-line {
  height: 8px;
  width: 44px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(125, 233, 203, 0.85), rgba(81, 100, 255, 0.38));
}

.site-shell .signal-line-lg {
  width: 88px;
}

.site-shell .wave-bars {
  display: flex;
  align-items: end;
  gap: 5px;
  margin-top: 14px;
}

.site-shell .wave-bars span {
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7de9cb 0%, #5164ff 100%);
  box-shadow: 0 0 14px rgba(81, 100, 255, 0.18);
  animation: pulse-bar 1.8s ease-in-out infinite;
}

.site-shell .wave-bars span:nth-child(1) { height: 10px; animation-delay: 0s; }
.site-shell .wave-bars span:nth-child(2) { height: 20px; animation-delay: 0.08s; }
.site-shell .wave-bars span:nth-child(3) { height: 30px; animation-delay: 0.16s; }
.site-shell .wave-bars span:nth-child(4) { height: 18px; animation-delay: 0.24s; }
.site-shell .wave-bars span:nth-child(5) { height: 34px; animation-delay: 0.32s; }
.site-shell .wave-bars span:nth-child(6) { height: 22px; animation-delay: 0.4s; }
.site-shell .wave-bars span:nth-child(7) { height: 12px; animation-delay: 0.48s; }

.site-shell .feature,
.site-shell .step,
.site-shell .industry-card,
.site-shell .pricing-card {
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-shell .feature:hover,
.site-shell .step:hover,
.site-shell .industry-card:hover,
.site-shell .pricing-card:hover,
.site-shell .card:hover {
  transform: translateY(-4px);
  border-color: rgba(103, 229, 200, 0.28);
  box-shadow: 0 26px 70px rgba(2, 8, 20, 0.4);
}

.site-shell .step-number {
  background: linear-gradient(135deg, #22d3a8 0%, #5164ff 100%);
  color: #07101a;
  box-shadow: 0 10px 24px rgba(82, 100, 255, 0.28);
}

.site-shell .industry-card a,
.site-shell .pricing-card a {
  position: relative;
  z-index: 1;
  color: #7de9cb;
}

.site-shell .quote p {
  position: relative;
  z-index: 1;
  color: #f4f8ff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.site-shell .cta-band {
  background:
    radial-gradient(circle at top right, rgba(81, 100, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(15, 25, 43, 0.96) 0%, rgba(8, 16, 29, 0.98) 100%);
}

.site-shell .contact-list a {
  color: #f4f8ff;
  text-decoration: none;
}

.site-shell .contact-list a:hover,
.site-shell .industry-card a:hover,
.site-shell .pricing-card a:hover {
  color: #8df0d5;
}

.site-shell .footer {
  padding-top: 10px;
}

.site-shell .thank-you-hero {
  grid-template-columns: 1fr;
  align-items: start;
}

.site-shell .thank-you-panel {
  max-width: 980px;
  margin: 0 auto;
}

.site-shell .legal-panel {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 30px;
}

.site-shell .thank-you-title {
  max-width: 100%;
}

.site-shell .thank-you-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.site-shell .thank-you-detail {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(145, 162, 186, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.site-shell .thank-you-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #7de9cb;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-shell .thank-you-detail strong {
  display: block;
  color: #f4f8ff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  word-break: break-word;
}

.site-shell .thank-you-detail small {
  display: block;
  margin-top: 8px;
  color: #94a8c2;
  font-size: 0.84rem;
}

.site-shell .thank-you-actions {
  margin-top: 22px;
}

.site-shell .thank-you-actions .button {
  min-width: 220px;
}

.site-shell .legal-copy {
  gap: 16px;
}

.site-shell .legal-copy p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
}

.site-shell .legal-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.site-shell .legal-card {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(145, 162, 186, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.site-shell .legal-card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.site-shell .legal-card p {
  margin: 0;
  color: #9fb0c7;
  line-height: 1.65;
}

.site-shell .page-footer {
  padding: 4px 0 40px;
}

.site-shell .lead-form {
  position: relative;
  z-index: 1;
  width: 100%;
}

.site-shell .honeypot-input {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.site-shell .legal-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.site-shell .legal-copy p,
.site-shell .legal-copy a,
.site-shell .footer-links,
.site-shell .footer-links a {
  color: #9fb0c7;
}

.site-shell .legal-copy a,
.site-shell .footer-links a {
  text-decoration: none;
}

.site-shell .footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.site-shell .sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: none;
  gap: 10px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(145, 162, 186, 0.16);
  background: rgba(8, 15, 28, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(3, 7, 18, 0.34);
}

.site-shell .sticky-cta .button {
  min-height: 46px;
  padding: 0 18px;
}

.site-shell .lead-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.site-shell .lead-input,
.site-shell .lead-textarea {
  width: 100%;
  border: 1px solid rgba(145, 162, 186, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #f4f8ff;
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-shell .lead-input::placeholder,
.site-shell .lead-textarea::placeholder {
  color: #86a0bf;
}

.site-shell .lead-input:focus,
.site-shell .lead-textarea:focus {
  border-color: rgba(125, 233, 203, 0.42);
  box-shadow: 0 0 0 4px rgba(125, 233, 203, 0.08);
  background: rgba(255, 255, 255, 0.06);
}

.site-shell .lead-textarea {
  min-height: 110px;
  resize: vertical;
  margin-top: 12px;
}

.site-shell .panel,
.site-shell .card,
.site-shell section,
.site-shell .feature,
.site-shell .step,
.site-shell .industry-card,
.site-shell .pricing-card,
.site-shell .quote,
.site-shell .cta-band {
  animation: rise-in 560ms ease both;
}

.site-shell .feature:nth-child(2),
.site-shell .step:nth-child(2),
.site-shell .industry-card:nth-child(2),
.site-shell .pricing-card:nth-child(2) {
  animation-delay: 70ms;
}

.site-shell .feature:nth-child(3),
.site-shell .step:nth-child(3),
.site-shell .industry-card:nth-child(3),
.site-shell .pricing-card:nth-child(3) {
  animation-delay: 120ms;
}

.site-shell .feature:nth-child(4),
.site-shell .step:nth-child(4),
.site-shell .industry-card:nth-child(4) {
  animation-delay: 160ms;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse-bar {
  0%, 100% {
    transform: scaleY(0.84);
    opacity: 0.78;
  }
  50% {
    transform: scaleY(1.08);
    opacity: 1;
  }
}

@media (max-width: 920px) {
  .site-shell .nav {
    padding: 12px 14px;
  }

  .site-shell .panel,
  .site-shell .card,
  .site-shell .cta-band {
    padding: 24px !important;
  }

  .site-shell h1 {
    max-width: 100%;
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .site-shell .lead-form-grid {
    grid-template-columns: 1fr;
  }

  .site-shell .thank-you-grid {
    grid-template-columns: 1fr;
  }

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

  .site-shell .sticky-cta {
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    justify-content: stretch;
  }

  .site-shell .sticky-cta .button {
    flex: 1 1 0;
    min-width: 0;
  }

  .site-shell .nav-links {
    width: 100%;
  }

  .site-shell .legal-panel {
    padding: 24px;
    border-radius: 24px;
  }
}
