:root {
  --landing-bg: #f8fbff;
  --landing-surface: rgba(255, 255, 255, 0.8);
  --landing-surface-strong: rgba(255, 255, 255, 0.94);
  --landing-border: rgba(148, 163, 184, 0.22);
  --landing-border-strong: rgba(148, 163, 184, 0.32);
  --landing-ink: #0a0f1e;
  --landing-muted: #5f6d87;
  --landing-brand: #229ed9;
  --landing-brand-dark: #0f7db0;
  --landing-violet: #6366f1;
  --landing-rose: #ec4899;
  --landing-emerald: #10b981;
  --landing-gold: #f59e0b;
  --landing-shadow-soft: 0 20px 60px rgba(15, 23, 42, 0.08);
  --landing-shadow-card: 0 18px 52px rgba(15, 23, 42, 0.1);
  --landing-shadow-hero: 0 32px 90px rgba(10, 15, 30, 0.18);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.75rem;
}

body {
  overflow-x: clip;
  background:
    radial-gradient(circle at top, rgba(34, 158, 217, 0.08), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 32%, #ffffff 100%);
  color: var(--landing-ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)),
    radial-gradient(circle at 10% 10%, rgba(99, 102, 241, 0.08), transparent 22%),
    radial-gradient(circle at 90% 15%, rgba(34, 158, 217, 0.1), transparent 24%),
    radial-gradient(circle at 60% 85%, rgba(236, 72, 153, 0.08), transparent 20%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.018) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

main {
  position: relative;
  overflow: hidden;
}

a {
  text-underline-offset: 0.22em;
}

.text-decoration-none {
  text-decoration: none;
}

[x-cloak] {
  display: none !important;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 70;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.landing-notice {
  position: relative;
  z-index: 55;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.98));
  color: #fff;
  box-shadow: 0 12px 36px rgba(2, 6, 23, 0.28);
}

.notice-dot {
  width: 0.55rem;
  height: 0.55rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.12);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82));
  transition: opacity 220ms ease;
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  border-color: rgba(148, 163, 184, 0.24);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.site-header.is-scrolled::after {
  opacity: 1;
}

.header-shell {
  max-width: 88rem;
}

.nav-shell {
  gap: 0.35rem;
}

.header-actions {
  gap: 0.85rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.95rem;
  background:
    linear-gradient(145deg, rgba(34, 158, 217, 0.18), rgba(99, 102, 241, 0.16)),
    rgba(255, 255, 255, 0.75);
  color: var(--landing-brand);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 12px 30px rgba(34, 158, 217, 0.16);
}

.brand-mark--footer {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
}

.nav-link,
.mobile-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.68rem 0.92rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
  color: #334155;
  letter-spacing: 0.01em;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.nav-link:hover,
.mobile-nav-link:hover,
.nav-link:focus-visible,
.mobile-nav-link:focus-visible {
  color: #0f172a;
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(-1px);
}

.nav-link.is-active,
.mobile-nav-link.is-active {
  color: #0f172a;
  background: linear-gradient(135deg, rgba(34, 158, 217, 0.12), rgba(99, 102, 241, 0.12));
  box-shadow: 0 10px 24px rgba(34, 158, 217, 0.1);
}

.nav-link::after {
  content: "";
  position: absolute;
  inset: auto 1rem 0.45rem;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--landing-brand), var(--landing-violet));
  transition: transform 180ms ease;
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.68rem 0.92rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: #475569;
  font-size: 0.71rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.status-chip::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--landing-emerald), #34d399);
  box-shadow: 0 0 0 0.35rem rgba(16, 185, 129, 0.14);
}

.btn-primary,
.btn-secondary,
.btn-light,
.btn-outline-light {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border-radius: 999px;
  padding: 0.95rem 1.3rem;
  font-size: 0.95rem;
  font-weight: 800;
  min-height: 3.25rem;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--landing-brand), var(--landing-violet));
  box-shadow: 0 18px 42px rgba(34, 158, 217, 0.26);
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(34, 158, 217, 0.34);
}

.btn-primary--hero {
  padding-inline: 1.4rem;
  min-width: 12.5rem;
  justify-content: center;
}

.btn-primary--mobile {
  padding-inline: 1rem;
  min-width: 4.1rem;
  justify-content: center;
}

.btn-secondary {
  color: #0f172a;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.26);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  transform: translateY(-2px);
  background: #fff;
  border-color: rgba(34, 158, 217, 0.24);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.btn-light {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 18px 46px rgba(255, 255, 255, 0.16);
}

.btn-light:hover,
.btn-light:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 52px rgba(255, 255, 255, 0.2);
}

.btn-light--hero {
  padding-inline: 1.5rem;
}

.btn-outline-light {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.06);
}

.btn-outline-light:hover,
.btn-outline-light:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
}

.mobile-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.86);
  color: #0f172a;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.mobile-menu-button:hover,
.mobile-menu-button:focus-visible {
  background: #fff;
}

.hero-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-layout {
  max-width: 84rem;
  gap: clamp(2.4rem, 4vw, 4rem);
  align-items: center;
}

.hero-copy-column {
  max-width: 38rem;
}

.hero-title {
  margin-top: 1.55rem;
  max-width: 12.25ch;
  font-size: clamp(2.7rem, 4.7vw, 4.15rem);
  line-height: 1;
  letter-spacing: -0.058em;
}

.hero-copy {
  margin-top: 1.3rem;
  max-width: 36rem;
  color: #516178;
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.74;
}

.hero-actions-row {
  align-items: center;
}

.hero-benefits span {
  display: inline-flex;
  align-items: center;
}

.hero-preview-stage {
  padding-top: 0.85rem;
}

.hero-backdrop,
.hero-grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-backdrop {
  background:
    radial-gradient(circle at 20% 18%, rgba(34, 158, 217, 0.18), transparent 34%),
    radial-gradient(circle at 84% 22%, rgba(99, 102, 241, 0.18), transparent 26%),
    radial-gradient(circle at 65% 85%, rgba(236, 72, 153, 0.12), transparent 22%);
}

.hero-grid-overlay {
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.12) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: #334155;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.eyebrow-ping {
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--landing-brand), var(--landing-violet));
}

.eyebrow-ping::after {
  content: "";
  position: absolute;
  inset: -0.3rem;
  border-radius: inherit;
  border: 1px solid rgba(34, 158, 217, 0.26);
  animation: landing-pulse 2.2s ease-out infinite;
}

.gradient-text {
  background: linear-gradient(110deg, var(--landing-brand) 0%, var(--landing-violet) 48%, var(--landing-rose) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.8;
}

.hero-orb--one {
  width: 10rem;
  height: 10rem;
  left: -1.5rem;
  top: 2rem;
  background: radial-gradient(circle, rgba(34, 158, 217, 0.5), rgba(34, 158, 217, 0));
}

.hero-orb--two {
  width: 14rem;
  height: 14rem;
  right: -2rem;
  top: 5rem;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.36), rgba(99, 102, 241, 0));
}

.hero-orb--three {
  width: 8rem;
  height: 8rem;
  right: 10%;
  bottom: 2rem;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.3), rgba(236, 72, 153, 0));
}

.hero-chat-card,
.dashboard-float-card,
.floating-micro-card,
.trust-card,
.feature-card,
.feature-group-shell,
.step-card,
.power-banner,
.lifecycle-card,
.benefit-card,
.kpi-card,
.analytics-panel,
.segment-card,
.target-preview-shell,
.plan-card,
.faq-card {
  border: 1px solid var(--landing-border);
  background: var(--landing-surface-strong);
  box-shadow: var(--landing-shadow-soft);
}

.hero-chat-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.95rem;
  padding: 1.2rem;
  backdrop-filter: blur(20px);
  box-shadow: var(--landing-shadow-hero);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.hero-chat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(99, 102, 241, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.82));
  pointer-events: none;
}

.hero-chat-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.24);
  pointer-events: none;
}

.hero-chat-card:hover {
  border-color: rgba(34, 158, 217, 0.28);
  box-shadow: 0 38px 100px rgba(10, 15, 30, 0.22);
}

.chat-header,
.chat-composer,
.chat-row,
.chat-bubble,
.dashboard-float-card,
.floating-micro-card {
  position: relative;
  z-index: 1;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

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

.chat-header-main {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.chat-header-pill,
.preview-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  border-radius: 999px;
  padding: 0.62rem 0.88rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.18);
  color: #334155;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.chat-flow-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  margin-top: 0.9rem;
  padding: 0.42rem 0.7rem;
  background: rgba(34, 158, 217, 0.1);
  color: #17638a;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chat-flow-title {
  margin-top: 0.8rem;
  color: #0f172a;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.preview-live-pill {
  position: absolute;
  right: 1.35rem;
  top: 0;
  z-index: 3;
}

.preview-live-dot {
  width: 0.52rem;
  height: 0.52rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--landing-emerald);
  box-shadow: 0 0 0 0.26rem rgba(16, 185, 129, 0.12);
  animation: live-indicator 1.9s ease-in-out infinite;
}

.chat-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.95rem;
  background: linear-gradient(135deg, var(--landing-brand), var(--landing-violet));
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 18px 32px rgba(34, 158, 217, 0.3);
}

.chat-title {
  font-size: 0.96rem;
  font-weight: 800;
  color: #0f172a;
}

.chat-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.35rem;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 700;
}

.chat-status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--landing-emerald);
  box-shadow: 0 0 0 0.3rem rgba(16, 185, 129, 0.12);
  animation: live-indicator 2.1s ease-in-out infinite;
}

.chat-messages {
  display: grid;
  gap: 0.68rem;
  margin-top: 0.9rem;
}

.chat-row {
  display: flex;
}

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

.chat-bubble {
  max-width: min(100%, 17.25rem);
  border-radius: 1.4rem 1.4rem 1.4rem 0.5rem;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(226, 232, 240, 0.94);
  padding: 0.82rem 0.9rem 0.62rem;
  color: #1e293b;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.chat-bubble--user {
  border-radius: 1.4rem 1.4rem 0.5rem 1.4rem;
  background: linear-gradient(135deg, rgba(34, 158, 217, 0.12), rgba(99, 102, 241, 0.12));
  border-color: rgba(34, 158, 217, 0.18);
}

.chat-bubble p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.54;
}

.chat-bubble:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 158, 217, 0.22);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.chat-time {
  display: block;
  margin-top: 0.55rem;
  color: #94a3b8;
  font-size: 0.72rem;
  font-weight: 700;
}

.chat-image-placeholder {
  min-height: 6.3rem;
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(34, 158, 217, 0.16), rgba(99, 102, 241, 0.16)),
    linear-gradient(180deg, #f8fafc, #e2e8f0);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0.85rem;
}

.chat-image-badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  font-size: 0.74rem;
  font-weight: 800;
}

.chat-composer {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.chat-composer-field {
  flex: 1;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.98);
  background: rgba(248, 250, 252, 0.98);
  padding: 0.8rem 0.95rem;
  color: #94a3b8;
  font-size: 0.86rem;
  box-shadow: inset 0 1px 1px rgba(148, 163, 184, 0.08);
}

.chat-send-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--landing-brand), var(--landing-violet));
  color: #fff;
  box-shadow: 0 16px 30px rgba(34, 158, 217, 0.28);
  animation: button-glow 2.8s ease-in-out infinite;
}

.chat-activity-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.chat-activity-card {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  border-radius: 0.92rem;
  border: 1px solid rgba(226, 232, 240, 0.8);
  background: rgba(248, 250, 252, 0.88);
  padding: 0.72rem 0.78rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.chat-activity-label {
  color: #64748b;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chat-activity-value {
  color: #020617;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.dashboard-float-card {
  position: absolute;
  right: -0.35rem;
  bottom: 0.8rem;
  width: min(15.5rem, calc(100% - 1.5rem));
  border-radius: 1.5rem;
  padding: 1.05rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.metric-label {
  margin: 0 0 0.45rem;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hero-mini-bars {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 0.35rem;
  margin-top: 0.85rem;
  height: 4rem;
}

.hero-mini-bar {
  display: block;
  height: var(--bar-height);
  min-height: 0.8rem;
  border-radius: 999px 999px 0.65rem 0.65rem;
  background: linear-gradient(180deg, rgba(34, 158, 217, 0.2), rgba(34, 158, 217, 0.7));
}

.hero-mini-bar--accent {
  background: linear-gradient(180deg, rgba(236, 72, 153, 0.22), rgba(99, 102, 241, 0.88));
}

.metric-trend {
  margin-top: 0.7rem;
  color: var(--landing-emerald);
  font-size: 0.82rem;
  font-weight: 800;
}

.floating-micro-card {
  position: absolute;
  left: -0.85rem;
  bottom: 1.55rem;
  width: min(13.85rem, calc(100% - 2rem));
  border-radius: 1.3rem;
  padding: 0.9rem 0.95rem;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.micro-card-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.floating-micro-card p {
  margin: 0.7rem 0 0;
  color: #475569;
  font-size: 0.82rem;
  line-height: 1.55;
}

.dashboard-float-card:hover,
.floating-micro-card:hover {
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.14);
}

.ticker-shell {
  position: relative;
  overflow: hidden;
  padding-block: 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 252, 0.94), rgba(255, 255, 255, 0.88));
}

.ticker-shell::before,
.ticker-shell::after {
  content: "";
  position: absolute;
  inset-block: 0;
  width: 7rem;
  z-index: 1;
  pointer-events: none;
}

.ticker-shell::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.ticker-shell::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  padding-left: 1rem;
  animation: landing-marquee 28s linear infinite;
}

.ticker-shell:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.83rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #334155;
}

.ticker-item::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--landing-brand), var(--landing-violet));
}

.section-shell {
  padding-block: clamp(5rem, 6.5vw, 6.6rem);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(148, 163, 184, 0.22);
  padding: 0.7rem 0.95rem;
  color: #475569;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.section-label::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--landing-brand), var(--landing-violet));
}

.section-heading {
  margin-top: 1.4rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #020617;
}

.section-copy {
  margin-top: 1.35rem;
  color: #5f6d87;
  font-size: 1.05rem;
  line-height: 1.9;
}

.trust-card,
.use-case-card,
.feature-card,
.benefit-card {
  border-radius: 1.6rem;
  padding: 1.5rem;
}

.trust-card {
  min-height: 100%;
}

.use-case-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at top right, rgba(34, 158, 217, 0.12), transparent 30%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.use-case-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0.28rem;
  background: linear-gradient(90deg, var(--landing-brand), var(--landing-violet), var(--landing-rose));
}

.use-case-title {
  margin: 0;
  color: #020617;
  font-size: 1rem;
  font-weight: 800;
}

.use-case-copy {
  margin: 0.7rem 0 0;
  color: #5f6d87;
  font-size: 0.95rem;
  line-height: 1.75;
}

.feature-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.8);
  padding: 0.9rem 1.2rem;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 800;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.feature-tab:hover,
.feature-tab:focus-visible,
.feature-tab--active {
  transform: translateY(-2px);
  border-color: rgba(34, 158, 217, 0.28);
  background: linear-gradient(135deg, rgba(34, 158, 217, 0.12), rgba(99, 102, 241, 0.12));
  color: #0f172a;
  box-shadow: 0 14px 34px rgba(34, 158, 217, 0.12);
}

.feature-group-shell {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  padding: 2rem;
}

.feature-group-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(34, 158, 217, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.94));
  pointer-events: none;
}

.feature-group-summary {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.feature-group-line {
  width: 0.35rem;
  min-height: 4.2rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--group-accent);
  box-shadow: 0 0 0 0.35rem rgba(34, 158, 217, 0.1);
}

.feature-group-kicker {
  margin: 0;
  color: #0f172a;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.feature-group-copy {
  margin: 0.45rem 0 0;
  max-width: 48rem;
  color: #475569;
  font-size: 1rem;
  line-height: 1.9;
}

.feature-card {
  position: relative;
  z-index: 1;
}

.feature-icon,
.step-icon,
.lifecycle-icon,
.segment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: rgba(34, 158, 217, 0.1);
  font-size: 1.25rem;
}

.feature-title,
.step-title,
.lifecycle-title {
  margin-top: 1.2rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
}

.feature-copy,
.step-copy,
.lifecycle-copy {
  margin-top: 0.7rem;
  color: #5f6d87;
  font-size: 0.96rem;
  line-height: 1.8;
}

.steps-shell {
  position: relative;
  margin-top: 3.5rem;
}

.steps-connector {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 4.5rem;
  height: 2px;
  background:
    linear-gradient(90deg, rgba(34, 158, 217, 0.08), rgba(34, 158, 217, 0.46), rgba(236, 72, 153, 0.18));
}

.step-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.8rem;
  padding: 1.55rem;
}

.step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0.32rem;
  background: var(--step-accent);
}

.step-number {
  color: var(--step-accent);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.power-banner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  margin-top: 2rem;
  border-radius: 2rem;
  padding: 2rem;
  background:
    linear-gradient(135deg, rgba(34, 158, 217, 0.94), rgba(99, 102, 241, 0.94)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}

.power-banner-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.power-banner-title {
  margin-top: 0.55rem;
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.power-banner-copy {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.8;
}

.lifecycle-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 1.8rem;
  padding: 1.6rem;
}

.lifecycle-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 0.32rem;
  background: var(--lifecycle-accent);
}

.lifecycle-head {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.lifecycle-icon {
  background: rgba(34, 158, 217, 0.1);
}

.benefit-card {
  min-height: 100%;
}

.kpi-card {
  border-radius: 1.65rem;
  padding: 1.5rem;
}

.kpi-card--brand {
  background: linear-gradient(180deg, rgba(34, 158, 217, 0.1), rgba(255, 255, 255, 0.92));
}

.kpi-card--emerald {
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.1), rgba(255, 255, 255, 0.92));
}

.kpi-card--violet {
  background: linear-gradient(180deg, rgba(99, 102, 241, 0.12), rgba(255, 255, 255, 0.92));
}

.kpi-card--rose {
  background: linear-gradient(180deg, rgba(236, 72, 153, 0.12), rgba(255, 255, 255, 0.92));
}

.kpi-label,
.panel-kicker {
  margin: 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.kpi-value {
  margin-top: 0.7rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2.45rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #020617;
}

.kpi-helper {
  margin-top: 0.9rem;
  color: #5f6d87;
  font-size: 0.92rem;
  line-height: 1.75;
}

.analytics-panel {
  border-radius: 1.9rem;
  padding: 1.6rem;
}

.performance-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.75rem 0.95rem;
  background: rgba(16, 185, 129, 0.1);
  color: #047857;
  font-size: 0.77rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.chart-point {
  opacity: 0.95;
}

.bar-track {
  overflow: hidden;
  height: 0.7rem;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.8);
}

.bar-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--landing-brand), var(--landing-violet));
  box-shadow: 0 10px 18px rgba(34, 158, 217, 0.24);
}

.segment-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  border-radius: 1.65rem;
  padding: 1.35rem;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.segment-card:hover,
.segment-card:focus-visible,
.segment-card--active {
  transform: translateY(-2px);
  border-color: rgba(34, 158, 217, 0.24);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.1);
}

.segment-icon {
  background: rgba(34, 158, 217, 0.1);
}

.segment-tag {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.4rem 0.65rem;
  background: rgba(15, 23, 42, 0.05);
  color: #475569;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.target-preview-shell,
.target-preview {
  position: relative;
}

.target-preview-shell {
  overflow: hidden;
  border-radius: 2rem;
  padding: 1rem;
}

.target-preview {
  min-height: 100%;
  border-radius: 1.5rem;
  padding: clamp(1.8rem, 4vw, 2.6rem);
  background:
    radial-gradient(circle at top right, rgba(34, 158, 217, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.96));
}

.target-point {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  border-radius: 1.1rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.84);
  padding: 0.95rem;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.65;
}

.target-point-check,
.plan-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(34, 158, 217, 0.1);
  color: var(--landing-brand);
}

.plan-card {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  display: flex;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92));
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.plan-card--highlight {
  transform: translateY(-0.7rem) scale(1.01);
  border-color: rgba(34, 158, 217, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(239, 248, 255, 0.98)),
    linear-gradient(135deg, rgba(34, 158, 217, 0.08), rgba(99, 102, 241, 0.06));
  box-shadow: 0 30px 70px rgba(34, 158, 217, 0.18);
}

.plan-card-inner {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.plan-badge {
  position: absolute;
  left: 1.4rem;
  top: 1.4rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  background: linear-gradient(135deg, var(--landing-brand), var(--landing-violet));
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.plan-eyebrow {
  margin: 0;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.plan-name {
  margin-top: 0.7rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #020617;
}

.plan-description {
  margin-top: 0.8rem;
  color: #5f6d87;
  font-size: 0.96rem;
  line-height: 1.78;
}

.plan-price-row {
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
  margin-top: 1.5rem;
}

.plan-currency {
  color: #0f172a;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.1;
  padding-bottom: 0.62rem;
}

.plan-amount {
  color: #020617;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.plan-period {
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 800;
  padding-bottom: 0.45rem;
}

.plan-divider {
  margin-top: auto;
}

.faq-card {
  overflow: hidden;
  border-radius: 1.5rem;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.faq-card--open {
  border-color: rgba(34, 158, 217, 0.24);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.faq-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.35rem 1.45rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
  text-align: left;
}

.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
  color: #475569;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.faq-icon--open {
  transform: rotate(180deg);
  background: rgba(34, 158, 217, 0.12);
  color: var(--landing-brand);
}

.faq-answer {
  padding: 0 1.45rem 1.35rem;
  color: #5f6d87;
  font-size: 0.98rem;
  line-height: 1.9;
}

.final-cta-shell {
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem;
  padding: clamp(2.4rem, 6vw, 4rem);
  background:
    linear-gradient(135deg, rgba(10, 15, 30, 0.96), rgba(31, 41, 55, 0.96)),
    radial-gradient(circle at top right, rgba(34, 158, 217, 0.24), transparent 28%);
  box-shadow: 0 28px 80px rgba(10, 15, 30, 0.26);
}

.final-cta-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 15%, rgba(34, 158, 217, 0.34), transparent 24%),
    radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.28), transparent 24%),
    radial-gradient(circle at 55% 88%, rgba(236, 72, 153, 0.22), transparent 20%);
  pointer-events: none;
}

.final-cta-noise {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.8), transparent 85%);
}

.footer-shell {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #020617 0%, #0f172a 52%, #111827 100%);
}

.footer-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(34, 158, 217, 0.2), transparent 30%),
    radial-gradient(circle at bottom right, rgba(99, 102, 241, 0.18), transparent 28%);
}

.footer-content-shell {
  position: relative;
  z-index: 1;
}

.footer-heading {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.footer-link {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

.footer-link:hover,
.footer-link:focus-visible {
  color: #fff;
  transform: translateX(2px);
}

.footer-stat {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
  background: rgba(2, 6, 23, 0.68);
  backdrop-filter: blur(12px);
}

.footer-dialog {
  position: relative;
  width: min(100%, 34rem);
  border-radius: 1.8rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.98);
  padding: 1.6rem;
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.28);
}

.footer-dialog-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.9);
  color: #334155;
}

.footer-dialog-kicker {
  margin: 0;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.footer-dialog-title {
  margin-top: 0.9rem;
  color: #020617;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.footer-dialog-copy {
  margin-top: 0.9rem;
  color: #475569;
  font-size: 1rem;
  line-height: 1.82;
}

.mobile-cta-bar {
  position: fixed;
  inset: auto 0 0;
  z-index: 45;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.8rem 1rem calc(0.8rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 -18px 36px rgba(15, 23, 42, 0.08);
}

.mobile-cta-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(248, 250, 252, 0.92);
  color: #475569;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.mobile-cta-close:hover {
  transform: translateY(-1px);
  border-color: rgba(34, 158, 217, 0.28);
  color: #0f172a;
  background: rgba(255, 255, 255, 0.98);
}

[data-reveal] {
  will-change: transform, opacity;
}

[data-chat-bubble],
[data-float],
[data-parallax] {
  will-change: transform;
}

.site-header a:focus-visible,
.site-header button:focus-visible,
.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.btn-light:focus-visible,
.btn-outline-light:focus-visible,
.feature-tab:focus-visible,
.segment-card:focus-visible,
.faq-button:focus-visible,
.footer-link-button:focus-visible,
.footer-dialog-close:focus-visible {
  outline: 3px solid rgba(34, 158, 217, 0.24);
  outline-offset: 3px;
}

.mobile-cta-close:focus-visible {
  outline: 3px solid rgba(34, 158, 217, 0.24);
  outline-offset: 3px;
}

@keyframes landing-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes landing-pulse {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes live-indicator {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

@keyframes button-glow {
  0%,
  100% {
    box-shadow: 0 16px 30px rgba(34, 158, 217, 0.24);
  }
  50% {
    box-shadow: 0 20px 36px rgba(34, 158, 217, 0.34);
  }
}

@media (min-width: 768px) {
  .power-banner {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 1023px) {
  body {
    padding-bottom: 5.6rem;
  }

  .hero-copy-column {
    max-width: 100%;
  }

  .hero-preview-stage {
    max-width: 33rem;
    padding-top: 0.35rem;
  }

  .preview-live-pill {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 0 0.9rem;
    width: fit-content;
  }

  .dashboard-float-card {
    right: 0.5rem;
    bottom: 0.5rem;
  }

  .floating-micro-card {
    left: 0.5rem;
    bottom: 1.25rem;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .hero-layout {
    gap: 2.35rem;
  }

  .hero-title {
    font-size: clamp(2.8rem, 4vw, 3.7rem);
  }

  .hero-copy {
    max-width: 33rem;
  }

  .hero-preview-stage {
    max-width: 33.25rem;
  }

  .dashboard-float-card {
    right: 0;
    bottom: 0.35rem;
    width: min(14.5rem, calc(100% - 1rem));
  }

  .floating-micro-card {
    left: 0;
    bottom: 0.95rem;
    width: min(12.75rem, calc(100% - 1rem));
  }
}

@media (max-width: 767px) {
  .hero-layout {
    gap: 1.85rem;
  }

  .hero-title {
    font-size: clamp(2.3rem, 10.2vw, 3.2rem);
    line-height: 1.02;
  }

  .hero-copy {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .hero-benefits {
    gap: 0.55rem 1rem;
  }

  .hero-preview-stage {
    max-width: 30rem;
  }

  .hero-chat-card {
    padding: 0.95rem;
    border-radius: 1.6rem;
  }

  .chat-header {
    padding-bottom: 0.85rem;
  }

  .chat-avatar {
    width: 2.55rem;
    height: 2.55rem;
  }

  .chat-title {
    font-size: 0.92rem;
  }

  .chat-flow-title {
    font-size: 0.96rem;
  }

  .chat-bubble p {
    font-size: 0.84rem;
  }

  .chat-bubble {
    max-width: 100%;
  }

  .chat-activity-panel {
    grid-template-columns: 1fr;
  }

  .dashboard-float-card,
  .floating-micro-card {
    position: relative;
    width: 100%;
    inset: auto;
    margin-top: 0.85rem;
  }

  .floating-micro-card p {
    font-size: 0.8rem;
  }

  .chat-messages .chat-row:nth-child(n + 6) {
    display: none;
  }

  .floating-micro-card {
    display: none;
  }

  .section-copy {
    font-size: 1rem;
    line-height: 1.8;
  }

  .feature-group-shell,
  .analytics-panel,
  .final-cta-shell,
  .plan-card-inner,
  .power-banner {
    padding: 1.4rem;
  }

  .feature-group-summary {
    flex-direction: column;
  }

  .feature-group-line {
    width: 100%;
    min-height: 0.35rem;
  }

  .faq-button {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .eyebrow-pill,
  .section-label {
    width: 100%;
    justify-content: center;
  }

  .btn-primary,
  .btn-secondary,
  .btn-light,
  .btn-outline-light {
    width: 100%;
    justify-content: center;
  }

  .status-chip {
    display: none;
  }

  .plan-amount {
    font-size: 3.25rem;
  }

  .mobile-cta-bar .btn-primary--mobile {
    min-width: 7.75rem;
  }
}

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

  .ticker-track {
    animation: none;
  }
}
