:root {
  --bg: #040208;
  --bg-soft: #0b0713;
  --panel: rgba(12, 8, 20, 0.88);
  --panel-2: rgba(18, 12, 31, 0.88);
  --panel-3: rgba(23, 15, 37, 0.95);
  --text: #fcfbff;
  --muted: #9f96ba;
  --line: rgba(168, 141, 255, 0.15);
  --accent: #7a5cff;
  --accent-2: #a17cff;
  --accent-soft: rgba(122, 92, 255, 0.2);
  --glow: rgba(121, 92, 255, 0.3);
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.58);
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.32);
  --glass-bg: rgba(13, 9, 22, 0.42);
  --glass-bg-strong: rgba(16, 11, 28, 0.32);
  --glass-border: rgba(255, 255, 255, 0.12);
  --glass-highlight: linear-gradient(135deg, rgba(123, 92, 255, 0.08), transparent 42%);
  --glass-blur: blur(16px) saturate(1.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 24%, rgba(70, 47, 168, 0.28), transparent 22%),
    radial-gradient(circle at 88% 20%, rgba(77, 54, 180, 0.18), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(88, 56, 196, 0.1), transparent 28%),
    linear-gradient(180deg, #030106 0%, #05020a 32%, #040208 100%);
}

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

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

button,
input {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: absolute;
  width: 42rem;
  height: 42rem;
  border-radius: 999px;
  filter: blur(42px);
  pointer-events: none;
  opacity: 0.38;
}

.page-shell::before {
  top: -10rem;
  left: -12rem;
  background: rgba(78, 57, 184, 0.28);
}

.page-shell::after {
  top: 16rem;
  right: -16rem;
  background: rgba(98, 70, 214, 0.22);
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding-top: 1rem;
  transition: padding 180ms ease;
}

.site-header.is-scrolled {
  padding-top: 0.6rem;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0.7rem 0.35rem;
  border-radius: 999px;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  transition:
    background 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease,
    padding 240ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 1rem 0 0.85rem;
  transition: padding 240ms ease;
}

.brand-logo {
  display: block;
  width: auto;
  height: 2.8rem;
  object-fit: contain;
  transition: height 240ms ease, transform 240ms ease;
}

.footer-logo {
  height: 2.35rem;
}

.nav-cluster {
  display: flex;
  align-items: stretch;
  gap: 0.45rem;
  margin: 0 auto;
  border-radius: 999px;
  transition:
    gap 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease,
    padding 240ms ease;
}

.site-nav {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  padding: 0 1.2rem;
  font-size: 0.95rem;
  color: #9d96b4;
  border-radius: 999px;
  transition:
    background 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    padding 240ms ease,
    gap 240ms ease,
    font-size 240ms ease;
}

.site-nav a:hover,
.trial-links a:hover,
.footer-links a:hover {
  color: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #5f40ff, #8b69ff);
  box-shadow: 0 18px 32px rgba(95, 64, 255, 0.32);
}

.nav-cta {
  min-height: 3rem;
  padding-inline: 1.45rem;
  flex: 0 0 auto;
  transition:
    min-height 240ms ease,
    padding 240ms ease,
    font-size 240ms ease,
    box-shadow 240ms ease;
}

.nav-login {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  margin: 0 0.45rem 0 0.15rem;
  padding: 0;
  color: #f0ebff;
  background: transparent;
  background-color: transparent;
  border-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 0;
}

.nav-login,
.nav-login:hover,
.nav-login:focus,
.nav-login:active,
.nav-login:visited {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;
  text-decoration: none;
}

.site-header.is-scrolled .nav-row {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  transform: translateY(-1px);
  padding: 0.3rem 0.2rem;
}

.site-header.is-scrolled .nav-cluster {
  gap: 0.28rem;
  padding: 0.08rem;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(22px) saturate(1.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 10px 30px rgba(0, 0, 0, 0.18);
}

.site-header.is-scrolled .site-nav {
  gap: 1.1rem;
  padding-inline: 0.9rem 0.75rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.86);
}

.site-header.is-scrolled .nav-cta {
  box-shadow: none;
  min-height: 2.45rem;
  padding-inline: 1.05rem;
  font-size: 0.88rem;
}

.site-header.is-scrolled .nav-login {
  min-height: auto;
  margin: 0 0.38rem 0 0.2rem;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  background-color: transparent;
  border-color: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.site-header.is-scrolled .brand {
  padding: 0 0.95rem 0 1.2rem;
}

.site-header.is-scrolled .brand-logo {
  height: 1.9rem;
}

.site-header.is-scrolled .nav-cta {
  box-shadow:
    0 8px 24px rgba(95, 64, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.button-secondary {
  color: #f4f1ff;
  background: rgba(18, 12, 30, 0.82);
  border-color: rgba(140, 112, 255, 0.18);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 0.34rem;
  padding: 0.4rem;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  width: 1.4rem;
  height: 2px;
  border-radius: 99px;
  background: #fff;
}

.hero-section {
  position: relative;
  padding: 8.6rem 0 4.5rem;
  isolation: isolate;
}

.hero-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.hero-background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  filter: saturate(1.08) blur(0.7px);
  transform: scale(1.07);
}

.hero-background-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 1, 7, 0.22) 0%, rgba(4, 2, 8, 0.32) 42%, rgba(4, 2, 10, 0.54) 100%),
    radial-gradient(circle at 18% 32%, rgba(91, 64, 198, 0.1), transparent 26%),
    radial-gradient(circle at 82% 26%, rgba(91, 64, 198, 0.08), transparent 24%),
    linear-gradient(90deg, rgba(4, 2, 9, 0.34) 0%, rgba(4, 2, 9, 0.08) 46%, rgba(4, 2, 9, 0.34) 100%);
}

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

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}

.hero-bottom-stack {
  position: relative;
  z-index: 1;
  width: min(var(--container), calc(100% - 2rem));
  margin: -0.55rem auto 0;
  display: grid;
  gap: 0.4rem;
}

.hero-copy {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1 !important;
  transform: none !important;
}

:root {
  --separator-width: 1.5rem;
  --separator-height: 7.1rem;
  --separator-line-width: 2px;
  --separator-ring-size: 0.92rem;
  --separator-ring-border: 2px;
  --separator-ring-bottom: 0.02rem;
  --separator-gap-after: 1.35rem;
  --separator-overlap: 2.85rem;
}

.hero-copy-line {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: var(--separator-width);
  height: var(--separator-height);
  margin: 0 auto 1.25rem;
}

.hero-copy-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: calc(var(--separator-ring-size) + 0.08rem);
  width: var(--separator-line-width);
  transform: translateX(-50%);
  background: repeating-linear-gradient(
    to bottom,
    rgba(151, 126, 255, 0) 0 8%,
    rgba(151, 126, 255, 0.62) 8% 16%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.16) 18%,
    rgba(0, 0, 0, 0.82) 44%,
    black 100%
  );
}

.hero-line-dot {
  position: relative;
  z-index: 1;
  width: var(--separator-ring-size);
  height: var(--separator-ring-size);
  border-radius: 50%;
  border: var(--separator-ring-border) solid rgba(154, 130, 255, 0.95);
  background: transparent;
  box-shadow:
    0 0 0 5px rgba(141, 107, 255, 0.04),
    0 0 18px rgba(141, 107, 255, 0.34);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(143, 109, 255, 0.16);
  background: rgba(123, 92, 255, 0.08);
  color: #8d6bff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.solution-card-showcase .solution-copy h3,
.cta-card h2 {
  margin: 1rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.2rem, 7vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.hero-copy h1 {
  max-width: 35rem;
}

.hero-copy h1 span {
  color: #7a5cff;
}

.hero-lead,
.section-heading p,
.trial-card p,
.feature-card p,
.benefit-card p,
.solution-copy p,
.cta-card p,
.faq-list p {
  color: var(--muted);
  line-height: 1.7;
  font-size: clamp(1.02rem, 1.3vw, 1.16rem);
}

.hero-lead {
  max-width: 31rem;
  margin: 1.3rem auto 1.8rem;
  font-size: 1.05rem;
}

.hero-chips,
.feature-pills,
.highlight-list,
.annual-points,
.ai-mini-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  max-width: 52rem;
  margin: 0 auto;
}

.hero-chip-card,
.feature-pills span,
.highlight-list span,
.annual-points span,
.ai-mini-cards span {
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-soft);
  font-weight: 600;
  backdrop-filter: var(--glass-blur);
}

.hero-chip-card {
  position: relative;
  display: grid;
  gap: 0.35rem;
  text-align: left;
  overflow: hidden;
  padding-left: 3rem;
}

.hero-chip-card::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #8f72ff, #5e40ff);
  box-shadow: 0 0 14px rgba(122, 92, 255, 0.5);
}

.micro-icon,
.card-accent,
.link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b9a8ff;
  opacity: 0.96;
  line-height: 1;
  flex: 0 0 auto;
}

.micro-icon {
  position: absolute;
  top: 0.92rem;
  left: 0.96rem;
  font-size: 1.42rem;
}

.card-accent {
  position: relative;
  font-size: 1.3rem;
  margin-bottom: 0.9rem;
}

.link-icon {
  font-size: 0.96rem;
  margin-left: 0.28rem;
  vertical-align: -0.06em;
}

.iconoir::before {
  margin: 0 !important;
}

.hero-chip-card strong,
.hero-chip-card span {
  display: block;
  padding-left: 1rem;
}

.hero-chip-card strong {
  font-size: 1rem;
  color: #f8f6ff;
}

.hero-chip-card span {
  color: #9f96ba;
  font-size: 0.88rem;
}

.hero-chip-card.premium span {
  color: #baa9ff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.hero-chip-card strong,
.hero-chip-card span {
  display: block;
  padding-left: 1rem;
}

.hero-chip-card strong {
  font-size: 1rem;
  color: #f8f6ff;
}

.hero-chip-card span {
  color: #9f96ba;
  font-size: 0.88rem;
}

.hero-chip-card.premium span {
  color: #baa9ff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.trial-card {
  max-width: 66rem;
  width: min(66rem, calc(100vw - 2rem));
  align-self: center;
  margin: 1.15rem auto 0;
  padding: 1.25rem 1.4rem 1.35rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(171, 149, 255, 0.22);
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 80px rgba(122, 92, 255, 0.22);
  position: relative;
}

.trial-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(170, 147, 255, 0.45), rgba(255, 255, 255, 0.04), rgba(122, 92, 255, 0.4));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.trial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 22%, rgba(139, 105, 255, 0.22), transparent 22%),
    radial-gradient(circle at 82% 78%, rgba(139, 105, 255, 0.16), transparent 20%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.05));
  pointer-events: none;
}

.trial-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.7rem;
  margin-bottom: 1rem;
  padding: 0.1rem 0 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: center;
}

.trial-kicker {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 3vw, 2.65rem);
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0 30px rgba(122, 92, 255, 0.28);
}

.trial-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 0.75rem;
  align-items: end;
  position: relative;
  z-index: 1;
}

.trial-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.trial-form input {
  min-height: 3.2rem;
  padding: 0 1rem;
  color: #fff;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px) saturate(1.08);
}

.trial-submit {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
}

.trial-submit .button {
  min-width: 15rem;
}

.trial-submit .button:disabled {
  opacity: 0.72;
  cursor: wait;
}

.trial-feedback {
  min-height: 1.4rem;
  margin: 0.7rem 0 0;
  text-align: center;
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.68);
  position: relative;
  z-index: 1;
}

.trial-feedback[data-state="success"] {
  color: #cbbdff;
}

.trial-feedback[data-state="error"] {
  color: #ffb4d0;
}

.trial-feedback[data-state="loading"] {
  color: rgba(255, 255, 255, 0.8);
}

.trial-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1rem;
  font-weight: 700;
  color: #aa9cff;
  position: relative;
  z-index: 1;
}

.trial-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
}

.trial-links .link-icon {
  color: #fff;
  opacity: 0.92;
}

.hero-testimonials {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.hero-testimonials-head {
  display: flex;
  justify-content: center;
  margin-bottom: 0.8rem;
}

.hero-testimonials-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0.2rem 0;
  mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
}

.hero-testimonials-track {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  width: max-content;
  animation: testimonialsDrift 38s linear infinite reverse;
}

.hero-testimonial-pill {
  min-width: 21rem;
  max-width: 21rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  border: 1px solid rgba(163, 135, 255, 0.14);
  background: rgba(15, 11, 26, 0.52);
  backdrop-filter: blur(16px) saturate(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 36px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 0.42rem;
}

.hero-testimonial-pill strong {
  margin: 0;
  color: #fcfbff;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
}

.hero-testimonial-pill span {
  color: #a99dca;
  font-size: 0.9rem;
  line-height: 1.3;
}

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

.hero-visual {
  position: relative;
  min-height: 24rem;
  --mx: 0px;
  --my: 0px;
  margin-top: -0.35rem;
  opacity: 1 !important;
  transform: none !important;
}

.hero-section .reveal,
.hero-section .reveal-up,
.hero-section .reveal-left,
.hero-section .reveal-right,
.hero-section .reveal-stagger,
.hero-section .reveal-stagger > * {
  opacity: 1 !important;
  transform: none !important;
}

.hero-orb,
.hero-gridlines,
.hero-noise,
.hero-big-type {
  position: absolute;
  pointer-events: none;
}

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

.orb-one {
  width: 16rem;
  height: 16rem;
  top: 5rem;
  right: 4rem;
  background: radial-gradient(circle, rgba(137, 102, 255, 0.28), transparent 70%);
}

.orb-two {
  width: 26rem;
  height: 26rem;
  left: -4rem;
  bottom: 8rem;
  background: radial-gradient(circle, rgba(98, 70, 214, 0.2), transparent 72%);
}

.orb-three {
  width: 18rem;
  height: 18rem;
  top: 20rem;
  left: 8rem;
  background: radial-gradient(circle, rgba(140, 112, 255, 0.16), transparent 70%);
}

.hero-gridlines {
  inset: 13rem 2rem 3rem;
  border-radius: 42px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at center, black 48%, transparent 100%);
  opacity: 0.5;
}

.hero-noise {
  inset: 0;
  background-image:
    radial-gradient(circle at 16% 28%, rgba(150, 123, 255, 0.32) 0, rgba(150, 123, 255, 0.02) 2rem, transparent 3rem),
    radial-gradient(circle at 83% 24%, rgba(150, 123, 255, 0.22) 0, rgba(150, 123, 255, 0.02) 2.2rem, transparent 3rem),
    radial-gradient(circle at 72% 60%, rgba(150, 123, 255, 0.16) 0, rgba(150, 123, 255, 0.02) 1.4rem, transparent 2rem),
    radial-gradient(circle at 26% 74%, rgba(150, 123, 255, 0.16) 0, rgba(150, 123, 255, 0.02) 1.2rem, transparent 1.8rem);
  opacity: 0.78;
  filter: blur(8px);
}

.hero-big-type {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(7rem, 22vw, 18rem);
  line-height: 0.78;
  letter-spacing: -0.065em;
  color: rgba(127, 99, 255, 0.08);
  user-select: none;
}

.hero-big-type-left {
  top: 4.6rem;
  left: -0.35rem;
}

.hero-big-type-right {
  left: -0.35rem;
  top: 14.8rem;
  right: auto;
  bottom: auto;
}

.floating-card,
.info-card,
.feature-card,
.benefit-card,
.solution-card,
.annual-card,
.comparison-table-wrap,
.faq-list details,
.cta-card,
.price-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  backdrop-filter: var(--glass-blur);
}

.floating-card::before,
.info-card::before,
.feature-card::before,
.benefit-card::before,
.solution-card::before,
.annual-card::before,
.price-card::before,
.cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--glass-highlight);
  pointer-events: none;
}

.status-card,
.schedule-card,
.metric-card,
.insight-card {
  position: absolute;
  padding: 1rem 1.1rem;
  display: grid;
  gap: 0.28rem;
  backdrop-filter: blur(18px) saturate(1.18);
  background: var(--glass-bg-strong);
  border-color: var(--glass-border);
}

.status-card {
  top: 15.6rem;
  right: 7rem;
  min-width: 12rem;
  transform: translate3d(calc(var(--mx) * 0.26), calc(var(--my) * -0.26), 0);
}

.schedule-card {
  top: 17.2rem;
  left: 7rem;
  min-width: 15rem;
  transform: translate3d(calc(var(--mx) * -0.28), calc(var(--my) * -0.16), 0);
  z-index: 6;
}

.metric-card {
  left: 6rem;
  bottom: 8.5rem;
  min-width: 16rem;
  transform: translate3d(calc(var(--mx) * -0.22), calc(var(--my) * 0.22), 0);
}

.insight-card {
  right: 7rem;
  bottom: 7.2rem;
  max-width: 15rem;
  transform: translate3d(calc(var(--mx) * 0.16), calc(var(--my) * 0.2), 0);
}

.schedule-card p,
.insight-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.5;
}

.status-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #8d6bff;
  box-shadow: 0 0 0 0.35rem rgba(141, 107, 255, 0.14);
}

.status-card strong,
.metric-card strong,
.schedule-card strong,
.insight-card strong {
  font-size: 1.06rem;
}

.dashboard-shell {
  position: absolute;
  inset: 1.6rem 2rem 0;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.dashboard-shell::before {
  display: none;
}

.dashboard-image {
  width: min(100%, 72rem);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 30px 55px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 50px rgba(116, 81, 255, 0.16));
}

section {
  padding: 4.5rem 0;
}

.section-heading {
  position: relative;
  max-width: 44rem;
  margin-inline: auto;
  padding-top: calc(var(--separator-height) + var(--separator-gap-after) - var(--separator-overlap));
}

.section-heading::before,
.problem-list::before,
.solution-copy::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(-1 * var(--separator-overlap));
  width: var(--separator-width);
  height: var(--separator-height);
  transform: translateX(-50%);
  background: repeating-linear-gradient(
    to bottom,
    rgba(151, 126, 255, 0) 0 8%,
    rgba(151, 126, 255, 0.62) 8% 16%
  );
  background-repeat: no-repeat;
  background-size: var(--separator-line-width) calc(100% - var(--separator-ring-size) - 0.1rem);
  background-position: center top;
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.16) 18%,
    rgba(0, 0, 0, 0.82) 44%,
    black 100%
  );
}

.section-heading::after,
.problem-list::after,
.solution-copy::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: auto;
  top: calc(var(--separator-height) - var(--separator-ring-size) - var(--separator-ring-bottom) - var(--separator-overlap));
  width: var(--separator-ring-size);
  height: var(--separator-ring-size);
  transform: translateX(-50%);
  border-radius: 50%;
  border: var(--separator-ring-border) solid rgba(154, 130, 255, 0.95);
  background: transparent;
  box-shadow:
    0 0 0 5px rgba(141, 107, 255, 0.04),
    0 0 18px rgba(141, 107, 255, 0.34);
}

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

.problem-list,
.solution-copy {
  position: relative;
  padding-top: calc(var(--separator-height) + var(--separator-gap-after) - var(--separator-overlap));
}

.section-heading h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.problem-list h2,
.solution-card-showcase .solution-copy h3 {
  margin: 1rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.trust-grid,
.benefit-grid,
.feature-stack,
.faq-list,
.pricing-grid {
  display: grid;
  gap: 1rem;
}

.trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

.trust-section .section-heading {
  max-width: 54rem;
}

.info-card,
.feature-card,
.benefit-card,
.solution-card,
.annual-card,
.cta-card,
.price-card {
  padding: 1.5rem;
}

.info-card strong,
.benefit-card strong,
.feature-title h3 {
  font-size: 1.2rem;
}

.info-card {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-height: 15.25rem;
  padding: 1.55rem 1.45rem 1.6rem;
}

.info-card-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-height: 4.8rem;
}

.info-card .card-accent {
  margin: 0;
  font-size: 1.34rem;
  color: #c5b8ff;
  opacity: 0.98;
  transform: translateY(0.12rem);
}

.info-card strong {
  display: block;
  margin: 0;
  line-height: 1.28;
  color: #fcfbff;
}

.info-card p {
  margin: 0;
  color: #d4cde7;
  line-height: 1.42;
  font-size: 0.98rem;
  max-width: 18ch;
}

.ai-grid,
.cta-card,
.footer-row {
  display: grid;
  gap: 1.4rem;
}

.problem-points {
  list-style: none;
  padding: 0;
  margin: 1.35rem 0 0;
  display: grid;
  gap: 0.8rem;
}

.problem-point-card,
.problem-points li {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(140, 112, 255, 0.1);
  background: rgba(14, 10, 24, 0.84);
  font-weight: 600;
  transition: transform 220ms ease, border-color 220ms ease;
}

.problem-section .container {
  display: grid;
  gap: 1.8rem;
}

.problem-section .problem-list {
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
}

.problem-lead {
  margin: 1rem auto 0;
  max-width: 38rem;
  color: #cfc6e6;
  line-height: 1.6;
  font-size: clamp(1.02rem, 1.3vw, 1.16rem);
}

.problem-scene {
  position: relative;
  width: min(62rem, 100%);
  aspect-ratio: 1100 / 775;
  min-height: unset;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
}

.problem-scene-image {
  position: absolute;
  inset: 0;
  background: url("./assets/calendar-scene.png") center center / contain no-repeat;
}

.problem-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(122, 92, 255, 0.08), transparent 18%),
    radial-gradient(circle at 82% 72%, rgba(122, 92, 255, 0.06), transparent 20%);
  pointer-events: none;
}

.problem-points-floating {
  position: relative;
  z-index: 2;
  min-height: 100%;
}

.problem-point-card {
  position: absolute;
  width: min(15rem, 28vw);
  min-height: 4.7rem;
  padding: 0.78rem 0.88rem;
  display: flex;
  align-items: flex-start;
  background: rgba(10, 7, 18, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px) saturate(1.08);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  animation: floatSlow 6s ease-in-out infinite;
}

.problem-point-card span {
  display: block;
  line-height: 1.35;
  color: #fcfbff;
  font-size: 0.92rem;
}

.problem-point-card:nth-child(1) {
  top: 2.6rem;
  left: 3.2rem;
  animation-delay: 0.1s;
  transform: rotate(-4deg);
}

.problem-point-card:nth-child(2) {
  top: 6.8rem;
  right: 5.4rem;
  animation-delay: 0.5s;
  transform: rotate(3deg);
}

.problem-point-card:nth-child(3) {
  top: 16rem;
  left: 6.6rem;
  animation-delay: 0.9s;
  transform: rotate(-2deg);
}

.problem-point-card:nth-child(4) {
  top: 15rem;
  right: 7.4rem;
  animation-delay: 1.3s;
  transform: rotate(4deg);
}

.problem-point-card:nth-child(5) {
  bottom: 8.6rem;
  left: 10rem;
  animation-delay: 1.7s;
  transform: rotate(-3deg);
}

.problem-point-card:nth-child(6) {
  bottom: 4.8rem;
  right: 9rem;
  animation-delay: 2.1s;
  transform: rotate(2deg);
}

.solution-card-showcase {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 1.8rem;
  padding-inline: max(1.8rem, calc((100vw - var(--container)) / 2 + 1.8rem));
  border-radius: 0;
  border: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(122, 92, 255, 0.09), transparent 24%),
    linear-gradient(135deg, rgba(14, 10, 24, 0.28), rgba(18, 12, 31, 0.16));
  box-shadow: none;
}

.solution-card-showcase .solution-copy {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}

.solution-card-showcase .solution-copy h3 {
  margin-bottom: 0.8rem;
}

.solution-card-showcase .solution-copy p {
  max-width: 40rem;
  margin: 0 auto;
  color: #d4cde7;
}

.solution-card-showcase .before-after {
  margin-top: 2rem;
}

.solution-card-showcase .before-card,
.solution-card-showcase .after-card {
  background: rgba(12, 8, 20, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px) saturate(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 30px rgba(0, 0, 0, 0.16);
}

.solution-card-showcase .after-card {
  background:
    radial-gradient(circle at 16% 22%, rgba(122, 92, 255, 0.14), transparent 26%),
    rgba(12, 8, 20, 0.42);
}

.solution-card-showcase .highlight-list {
  margin-top: 1.2rem;
}

.card-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1rem;
  font-weight: 800;
  color: #fbf9ff;
  letter-spacing: -0.02em;
}

.card-tag .iconoir {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 1rem;
  color: #f5efff;
  background: rgba(122, 92, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 18px rgba(76, 42, 173, 0.18);
}

.before-card .card-tag .iconoir {
  background: linear-gradient(135deg, rgba(106, 76, 215, 0.62), rgba(69, 42, 145, 0.52));
}

.after-card .card-tag .iconoir {
  background: linear-gradient(135deg, rgba(168, 82, 182, 0.68), rgba(116, 67, 211, 0.5));
}

.highlight-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f7f4ff;
  font-weight: 700;
  line-height: 1.32;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 24px rgba(0, 0, 0, 0.16);
}

.highlight-chip .iconoir {
  font-size: 1.05rem;
  color: #fff;
  flex: 0 0 auto;
}

.highlight-chip span {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.chip-lilac {
  background: linear-gradient(135deg, rgba(100, 67, 202, 0.34), rgba(63, 40, 133, 0.2));
  border-color: rgba(141, 107, 255, 0.56);
}

.chip-violet {
  background: linear-gradient(135deg, rgba(130, 97, 255, 0.28), rgba(89, 60, 196, 0.18));
  border-color: rgba(120, 138, 255, 0.54);
}

.chip-orchid {
  background: linear-gradient(135deg, rgba(165, 88, 192, 0.28), rgba(98, 57, 161, 0.18));
  border-color: rgba(190, 108, 224, 0.5);
}

.chip-plum {
  background: linear-gradient(135deg, rgba(89, 58, 169, 0.34), rgba(47, 29, 98, 0.24));
  border-color: rgba(108, 76, 196, 0.52);
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.5rem 0;
}

.before-card,
.after-card {
  padding: 1.2rem;
  border-radius: 24px;
}

.before-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
}

.after-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
}

.feature-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  margin-top: 2rem;
}

.feature-shot-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 18% 12%, rgba(122, 92, 255, 0.08), transparent 22%),
    rgba(11, 8, 20, 0.74);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: perspective(1200px) rotateX(var(--fx, 0deg)) rotateY(var(--fy, 0deg)) translateY(0);
  transform-style: preserve-3d;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms ease,
    border-color 320ms ease;
  animation: featureFloat 8.5s ease-in-out infinite;
}

.feature-shot-card::before {
  content: "";
  position: absolute;
  inset: -18%;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.16) 48%, transparent 72%);
  transform: translateX(-85%) skewX(-16deg);
  opacity: 0.55;
  pointer-events: none;
  animation: featureShine 7.8s ease-in-out infinite;
}

.feature-shot-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 32%;
  background: linear-gradient(180deg, transparent 0%, rgba(5, 3, 10, 0.28) 100%);
  pointer-events: none;
}

.feature-shot-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transform: scale(1.02) translate3d(var(--imgx, 0px), var(--imgy, 0px), 0);
  transform-origin: center top;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-shot-copy {
  position: relative;
  z-index: 1;
  padding: 1.35rem 1.4rem 1.5rem;
  text-align: center;
  transform: translateZ(24px);
}

.feature-shot-copy h3 {
  margin: 0 0 0.55rem;
  font-size: 1.45rem;
  color: #fcfbff;
}

.feature-shot-copy p {
  margin: 0 auto;
  max-width: 34rem;
  color: #cfc6e6;
  line-height: 1.55;
}

.feature-shot-card:hover {
  border-color: rgba(150, 122, 255, 0.28);
  box-shadow:
    0 34px 70px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(146, 118, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.feature-shot-card:hover .feature-shot-image {
  transform: scale(1.045) translate3d(var(--imgx, 0px), var(--imgy, 0px), 0);
}

.feature-shot-card:nth-child(2n) {
  animation-duration: 9.3s;
  animation-delay: 0.6s;
}

.feature-shot-card:nth-child(3n) {
  animation-duration: 10.2s;
  animation-delay: 1.1s;
}

.highlight-line {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 700;
}

.ai-section {
  position: relative;
  overflow: visible;
  margin-top: -2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.ai-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(49, 37, 122, 0.94) 0%, rgba(41, 30, 102, 0.92) 12%, rgba(22, 15, 52, 0.64) 28%, rgba(10, 7, 20, 0.94) 52%, rgba(0, 0, 0, 1) 100%),
    radial-gradient(circle at 18% 30%, rgba(96, 74, 214, 0.24), transparent 28%),
    linear-gradient(90deg, rgba(56, 41, 138, 0.96) 0%, rgba(39, 28, 98, 0.94) 22%, rgba(20, 14, 52, 0.96) 42%, rgba(7, 5, 16, 0.99) 58%, rgba(0, 0, 0, 1) 100%);
  z-index: 0;
}

.ai-section .container {
  position: relative;
  z-index: 1;
  padding-top: calc(var(--separator-height) + var(--separator-gap-after) - (var(--separator-overlap) * 0.72));
  padding-bottom: 0;
}

.ai-section .container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(-1 * var(--separator-overlap));
  width: var(--separator-width);
  height: var(--separator-height);
  transform: translateX(-50%);
  background: repeating-linear-gradient(
    to bottom,
    rgba(151, 126, 255, 0) 0 8%,
    rgba(151, 126, 255, 0.62) 8% 16%
  );
  background-repeat: no-repeat;
  background-size: var(--separator-line-width) calc(100% - var(--separator-ring-size) - 0.1rem);
  background-position: center top;
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.16) 18%,
    rgba(0, 0, 0, 0.82) 44%,
    black 100%
  );
}

.ai-section .container::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(var(--separator-height) - var(--separator-ring-size) - var(--separator-ring-bottom) - var(--separator-overlap));
  width: var(--separator-ring-size);
  height: var(--separator-ring-size);
  transform: translateX(-50%);
  border-radius: 50%;
  border: var(--separator-ring-border) solid rgba(154, 130, 255, 0.95);
  background: transparent;
  box-shadow:
    0 0 0 5px rgba(141, 107, 255, 0.04),
    0 0 18px rgba(141, 107, 255, 0.34);
}

.ai-grid {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: end;
}

.ai-section .section-heading {
  max-width: 40rem;
  padding-top: 0;
  align-self: start;
  margin-top: -1.85rem;
}

.ai-section .section-heading p {
  max-width: 33rem;
  margin-left: auto;
  margin-right: auto;
}

.ai-section .section-heading .ai-premium-note {
  margin-top: 1rem;
  font-size: 0.9rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.68);
}

.ai-section .section-heading::before,
.ai-section .section-heading::after {
  display: none;
}

.ai-panel {
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  align-self: end;
}

.ai-visual-image {
  display: block;
  width: 100%;
  max-width: 38rem;
  margin-left: auto;
  filter:
    drop-shadow(0 28px 52px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 42px rgba(122, 92, 255, 0.16));
}

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

.benefits-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}

.benefits-background-video {
  position: absolute;
  left: 0;
  top: -18%;
  width: 100%;
  height: 132%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.16);
  transform-origin: center center;
  opacity: 0.96;
  filter: saturate(0.98) brightness(0.82);
}

.benefits-background-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 16%, rgba(122, 92, 255, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(4, 2, 8, 0.24) 0%, rgba(4, 2, 8, 0.38) 48%, rgba(4, 2, 8, 0.54) 100%);
}

.benefits-section .container {
  position: relative;
  z-index: 1;
}

.benefits-section .section-heading {
  --benefits-separator-lift: 9.2rem;
  padding-top: calc(var(--separator-height) + var(--separator-gap-after) - var(--separator-overlap) + var(--benefits-separator-lift));
}

.benefits-section .section-heading::before {
  top: calc(-1 * (var(--separator-overlap) + var(--benefits-separator-lift)));
}

.benefits-section .section-heading::after {
  top: calc(
    var(--separator-height) - var(--separator-ring-size) - var(--separator-ring-bottom) - var(--separator-overlap) - var(--benefits-separator-lift)
  );
}

.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.benefit-card.wide {
  grid-column: span 2;
}

.pricing-section .container,
.faq-section .container {
  text-align: center;
}

.pricing-toggle {
  display: inline-flex;
  gap: 0.5rem;
  padding: 0.45rem;
  margin: 2rem auto 0;
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
}

.toggle-button {
  padding: 0.9rem 1.25rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-weight: 700;
  cursor: pointer;
}

.toggle-button.active {
  color: #fff;
  background: linear-gradient(135deg, #5f40ff, #8768ff);
}

.pricing-panels {
  margin-top: 1.5rem;
}

.pricing-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
  gap: 1.4rem;
  text-align: left;
  display: none;
  justify-content: center;
}

.pricing-grid.pricing-grid-active {
  display: grid;
}

.price-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.price-card .button {
  margin-top: auto;
}

.basic-card {
  transform: scale(0.9) translateX(1.1rem);
  transform-origin: center center;
  opacity: 0.88;
}

.price-card.featured,
.premium-card {
  background:
    linear-gradient(180deg, rgba(118, 87, 255, 0.12) 0%, rgba(18, 14, 36, 0.86) 24%, rgba(10, 7, 20, 0.96) 100%),
    var(--glass-bg);
  border-color: rgba(146, 117, 255, 0.36);
  transform: translateY(-1.15rem) scale(1.085);
  box-shadow:
    0 42px 88px rgba(5, 3, 18, 0.54),
    0 0 0 1px rgba(148, 121, 255, 0.24),
    0 0 72px rgba(105, 76, 255, 0.24);
}

.premium-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(164, 138, 255, 0.9), rgba(108, 74, 255, 0.16) 45%, rgba(255, 255, 255, 0.06));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.premium-card::before {
  background:
    radial-gradient(circle at 50% 0%, rgba(165, 136, 255, 0.22), transparent 42%),
    var(--glass-highlight);
}

.featured-tag {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #7a58ff, #9a7eff);
  box-shadow: 0 0 26px rgba(116, 85, 255, 0.28);
}

.premium-card .price-top h3 {
  font-size: clamp(2.3rem, 4.4vw, 3.25rem);
}

.premium-card .button-primary {
  min-height: 3.65rem;
  box-shadow:
    0 18px 32px rgba(105, 76, 255, 0.26),
    0 0 38px rgba(112, 83, 255, 0.18);
}

.price-top h3 {
  margin-bottom: 0.45rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.price-equivalent {
  display: block;
  margin-bottom: 0.35rem;
  color: #f1ebff;
  font-size: 1rem;
  font-weight: 700;
}

.price-sub,
.price-highlight {
  color: var(--muted);
}

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 1.3rem 0;
  display: grid;
  gap: 0.75rem;
}

.price-card li::before {
  content: "•";
  margin-right: 0.5rem;
  color: var(--accent);
  font-weight: 800;
}


.start-plus-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.34fr);
  gap: 1.25rem;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(122, 92, 255, 0.08)),
    var(--glass-bg);
  border-color: rgba(255, 255, 255, 0.15);
}

.start-plus-content {
  padding: 1.7rem 1.9rem;
}

.start-plus-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  color: #d8ccff;
  background: rgba(122, 92, 255, 0.16);
  font-size: 0.85rem;
  font-weight: 800;
}

.start-plus-card h3 {
  max-width: 42rem;
  margin: 1.05rem 0 0.55rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1;
}

.start-plus-card p {
  max-width: 48rem;
  color: var(--muted);
}

.start-plus-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.5rem;
  margin: 1.35rem 0 1rem;
  padding: 0;
  list-style: none;
}

.start-plus-card .start-plus-list li::before {
  content: "✓";
  margin-right: 0.55rem;
  color: #9f83ff;
  font-weight: 900;
}

.start-plus-note {
  margin: 0;
  font-size: 0.9rem;
}

.start-plus-price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.7rem;
  background: linear-gradient(180deg, rgba(103, 48, 190, 0.9), rgba(50, 14, 88, 0.98));
}

.start-plus-price span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.start-plus-price strong {
  display: block;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  line-height: 1;
}

.start-plus-price .button {
  justify-content: center;
  width: 100%;
  min-height: 3.35rem;
  text-align: center;
}

.comparison-table-wrap {
  width: min(100%, 64rem);
  margin: 1.7rem auto 0;
  padding: 0.8rem 0.9rem;
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 0.75rem 0.85rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.95rem;
  line-height: 1.35;
}

.comparison-table th {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.94rem;
}

.comparison-table .premium-col {
  position: relative;
  background: linear-gradient(180deg, rgba(113, 82, 255, 0.14), rgba(113, 82, 255, 0.05));
  color: #faf8ff;
}

.comparison-table th.premium-col {
  color: #fff;
  background: linear-gradient(135deg, rgba(117, 86, 255, 0.28), rgba(117, 86, 255, 0.1));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(128, 99, 255, 0.14);
}

.comparison-table td.premium-col {
  font-weight: 700;
  border-left: 1px solid rgba(132, 104, 255, 0.16);
  border-right: 1px solid rgba(132, 104, 255, 0.16);
}

.comparison-table tbody tr {
  transition: background 180ms ease;
}

.comparison-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}

.annual-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  justify-items: center;
  text-align: center;
  width: min(100%, 72rem);
  margin: 0 auto;
  padding-top: 1.5rem;
}

.annual-section .container {
  position: relative;
  padding-top: calc(var(--separator-height) + var(--separator-gap-after) - var(--separator-overlap));
}

.annual-section .container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(-1 * var(--separator-overlap));
  width: var(--separator-width);
  height: var(--separator-height);
  transform: translateX(-50%);
  background: repeating-linear-gradient(
    to bottom,
    rgba(151, 126, 255, 0) 0 8%,
    rgba(151, 126, 255, 0.62) 8% 16%
  );
  background-repeat: no-repeat;
  background-size: var(--separator-line-width) calc(100% - var(--separator-ring-size) - 0.1rem);
  background-position: center top;
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.16) 18%,
    rgba(0, 0, 0, 0.82) 44%,
    black 100%
  );
}

.annual-section .container::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(var(--separator-height) - var(--separator-ring-size) - var(--separator-ring-bottom) - var(--separator-overlap));
  width: var(--separator-ring-size);
  height: var(--separator-ring-size);
  transform: translateX(-50%);
  border-radius: 50%;
  border: var(--separator-ring-border) solid rgba(154, 130, 255, 0.95);
  background: transparent;
  box-shadow:
    0 0 0 5px rgba(141, 107, 255, 0.04),
    0 0 18px rgba(141, 107, 255, 0.34);
}

.annual-card .section-heading {
  max-width: 42rem;
  padding-top: 0;
}

.annual-card .section-heading::before,
.annual-card .section-heading::after {
  display: none;
}

.annual-points {
  justify-content: center;
  max-width: 58rem;
  margin: 0 auto;
}

.annual-points span {
  color: #fff;
  border-color: transparent;
  box-shadow:
    0 20px 36px rgba(4, 2, 14, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: floatSlow 8.4s ease-in-out infinite;
  transform: translate3d(var(--chipx, 0px), var(--chipy, 0px), 0) rotate(var(--chipr, 0deg));
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms ease,
    filter 260ms ease;
  will-change: transform;
}

.annual-points span:hover {
  box-shadow:
    0 28px 48px rgba(16, 10, 42, 0.3),
    0 0 28px rgba(123, 92, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  filter: saturate(1.08) brightness(1.05);
}

.annual-points span:nth-child(1) {
  background: linear-gradient(135deg, rgba(138, 107, 255, 0.9), rgba(104, 66, 255, 0.76));
}

.annual-points span:nth-child(2) {
  background: linear-gradient(135deg, rgba(116, 88, 255, 0.84), rgba(76, 132, 255, 0.72));
  animation-delay: 0.6s;
}

.annual-points span:nth-child(3) {
  background: linear-gradient(135deg, rgba(165, 124, 255, 0.82), rgba(102, 68, 208, 0.74));
  animation-delay: 1.1s;
}

.annual-points span:nth-child(4) {
  background: linear-gradient(135deg, rgba(95, 76, 210, 0.88), rgba(162, 88, 255, 0.74));
  animation-delay: 1.6s;
}

.faq-list {
  max-width: 52rem;
  margin: 2rem auto 0;
}

.faq-list details {
  padding: 1.2rem 1.35rem;
  text-align: left;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}

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


.faq-list p + p,
.faq-list p + ul,
.faq-list ul + p {
  margin-top: 0.75rem;
}

.faq-list ul {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
  color: var(--muted);
}

.faq-list li {
  margin-top: 0.4rem;
  line-height: 1.55;
}

.faq-list strong {
  color: #f5f1ff;
}

.cta-card {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
}

.cta-actions p {
  margin-top: 1rem;
}

.legal-main {
  padding: 10rem 0 3.5rem;
}

.legal-hero {
  max-width: 54rem;
  margin-bottom: 2.2rem;
}

.legal-eyebrow {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #a993ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal-hero h1 {
  margin: 0;
  color: #f8f5ff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.legal-hero p {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: rgba(222, 216, 243, 0.72);
  font-size: 1.05rem;
  line-height: 1.7;
}

.legal-card {
  padding: clamp(1.35rem, 4vw, 2.6rem);
  border: 1px solid rgba(138, 110, 255, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(117, 86, 255, 0.16), transparent 26%),
    rgba(12, 8, 24, 0.78);
  box-shadow: var(--shadow-soft);
}

.legal-card section + section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(138, 110, 255, 0.1);
}

.legal-card h2 {
  margin: 0 0 0.7rem;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  letter-spacing: -0.03em;
}

.legal-card p,
.legal-card li {
  color: rgba(218, 211, 240, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.legal-card p {
  margin: 0.65rem 0 0;
}

.legal-card ul {
  margin: 0.8rem 0 0;
  padding-left: 1.25rem;
}

.legal-card a {
  color: #c7b8ff;
}

.site-footer {
  position: relative;
  padding: 2rem 0 2.4rem;
  margin-top: 1.5rem;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(10, 7, 20, 0.2) 0%, rgba(10, 7, 20, 0.78) 18%, rgba(6, 4, 12, 0.96) 100%),
    radial-gradient(circle at 18% 18%, rgba(98, 74, 214, 0.12), transparent 22%);
  z-index: -1;
}

.footer-row {
  grid-template-columns: 1.2fr 0.9fr 1fr 0.95fr;
  align-items: start;
  gap: 1.8rem;
  padding: 0 0 1.25rem;
  border-radius: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.footer-brand p {
  max-width: 28rem;
  color: rgba(214, 207, 236, 0.58);
  font-size: 0.93rem;
  line-height: 1.55;
}

.footer-title {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: rgba(249, 247, 255, 0.78);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 0.62rem;
  color: rgba(175, 166, 206, 0.72);
  font-size: 0.93rem;
  font-weight: 500;
}

.footer-links a {
  color: inherit;
}

.footer-socials {
  display: flex;
  gap: 0.85rem;
  margin-top: 0.85rem;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  border: 1px solid rgba(138, 110, 255, 0.12);
  background: rgba(19, 14, 34, 0.4);
  color: rgba(247, 244, 255, 0.84);
  font-size: 1.08rem;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.footer-socials a:hover {
  transform: translateY(-2px);
  border-color: rgba(145, 116, 255, 0.24);
  background: rgba(117, 86, 255, 0.1);
  box-shadow: 0 0 18px rgba(109, 79, 255, 0.1);
}

.footer-contact a,
.footer-legal a {
  line-height: 1.45;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 0;
  margin-top: 0.2rem;
  border-top: 1px solid rgba(138, 110, 255, 0.1);
  color: rgba(169, 159, 202, 0.62);
  font-size: 0.84rem;
}

.footer-bottom p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-left {
  transform: translateX(-34px);
}

.reveal-right {
  transform: translateX(34px);
}

.reveal-up {
  transform: translateY(34px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
  transition:
    opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 40ms; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 100ms; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 160ms; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 220ms; }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 280ms; }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 340ms; }
.reveal-stagger.is-visible > *:nth-child(7) { transition-delay: 400ms; }
.reveal-stagger.is-visible > *:nth-child(8) { transition-delay: 460ms; }

.reveal-stagger.is-visible > * {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes floatSlow {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(141, 107, 255, 0.08);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(141, 107, 255, 0);
  }
}

@keyframes iconOrbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes iconPulse {
  0%, 100% {
    opacity: 0.82;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

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

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

@keyframes featureFloat {
  0%, 100% {
    transform: perspective(1200px) rotateX(var(--fx, 0deg)) rotateY(var(--fy, 0deg)) translateY(0);
  }
  50% {
    transform: perspective(1200px) rotateX(calc(var(--fx, 0deg) + 0.4deg)) rotateY(calc(var(--fy, 0deg) - 0.4deg)) translateY(-10px);
  }
}

@keyframes featureShine {
  0%, 100% {
    transform: translateX(-85%) skewX(-16deg);
    opacity: 0;
  }
  12% {
    opacity: 0.34;
  }
  32% {
    transform: translateX(120%) skewX(-16deg);
    opacity: 0.48;
  }
  40% {
    opacity: 0;
  }
}

.micro-icon,
.card-accent,
.link-icon {
  animation: iconFloat 3.2s ease-in-out infinite;
}

.iconoir-sparks,
.iconoir-bell-notification,
.iconoir-bright-star {
  animation: iconPulse 3.4s ease-in-out infinite;
}

.dashboard-shell {
  animation: driftTilt 8s ease-in-out infinite;
}

.status-card,
.metric-card,
.schedule-card,
.insight-card {
  animation: floatSlow 5.8s ease-in-out infinite;
}

.schedule-card {
  animation-delay: 0.5s;
}

.metric-card {
  animation-delay: 1.1s;
}

.insight-card {
  animation-delay: 1.7s;
}

.status-dot {
  animation: pulseGlow 2.8s ease-in-out infinite;
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal,
  .reveal-stagger > * {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1080px) {
  .ai-grid,
  .annual-card,
  .cta-card,
  .footer-row {
    grid-template-columns: 1fr;
  }

  .problem-scene {
    aspect-ratio: 1100 / 775;
  }

  .problem-points-floating {
    min-height: 100%;
  }

  .problem-point-card {
    width: min(14rem, 42vw);
  }

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

  .hero-visual {
    min-height: 28rem;
  }

  .dashboard-shell {
    inset: 1.5rem 1rem 0;
  }
}

@media (max-width: 820px) {
  .nav-cluster {
    display: none;
  }

  .site-header.nav-open .nav-row {
    border-radius: 30px;
  }

  .site-header.nav-open .nav-cluster {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 28px;
    border: 1px solid rgba(140, 112, 255, 0.12);
    background: rgba(7, 5, 14, 0.96);
    box-shadow: var(--shadow-soft);
  }

  .site-header.nav-open .site-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 0;
  }

  .site-header.nav-open .nav-cta {
    display: inline-flex;
    justify-content: center;
  }

  .site-header.nav-open .brand {
    padding: 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .trial-form,
  .pricing-grid,
  .before-after,
  .dashboard-inner {
    grid-template-columns: 1fr;
  }

  .basic-card,
  .price-card.featured,
  .premium-card {
    transform: none;
    opacity: 1;
  }


  .start-plus-card {
    grid-template-columns: 1fr;
  }

  .start-plus-content,
  .start-plus-price {
    padding: 1.35rem;
  }

  .start-plus-list {
    grid-template-columns: 1fr;
  }

  .problem-scene {
    aspect-ratio: auto;
  }

  .problem-points-floating {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 1rem 0;
  }

  .problem-point-card {
    position: relative;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100%;
    min-height: auto;
    transform: none !important;
  }

  .solution-card-showcase .solution-copy {
    text-align: left;
  }

  .hero-chips {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .benefit-grid,
  .feature-gallery {
    grid-template-columns: 1fr;
  }

  .benefits-section .section-heading {
    --benefits-separator-lift: 4.2rem;
    max-width: 32rem;
    margin-inline: auto;
    text-align: center;
  }

  .benefits-section .section-heading h2,
  .benefits-section .section-heading p {
    text-align: center;
  }

  .benefit-grid {
    gap: 0.9rem;
    margin-top: 1.4rem;
  }

  .benefit-card,
  .benefit-card.wide {
    grid-column: auto;
    min-height: auto;
  }

  .footer-row,
  .footer-bottom {
    grid-template-columns: 1fr;
    display: grid;
  }

  .footer-bottom {
    justify-content: start;
  }

  .hero-copy h1,
  .section-heading h2,
  .cta-card h2 {
    font-size: clamp(2.5rem, 10vw, 4rem);
  }

  .hero-testimonial-pill {
    min-width: 17.5rem;
    max-width: 17.5rem;
  }

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

  .hero-gridlines,
  .hero-orb,
  .hero-big-type {
    display: none;
  }

  .dashboard-shell {
    position: relative;
    inset: auto;
    animation: floatSlow 8s ease-in-out infinite;
  }

  .status-card,
  .schedule-card,
  .metric-card,
  .insight-card {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin-bottom: 1rem;
    transform: none !important;
  }
}

body.founder100-popup-open {
  overflow: hidden;
}

.founder100-popup {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  justify-items: center;
  align-items: start;
  padding: 2rem;
  padding-top: clamp(6rem, 18vh, 12rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  overflow-y: auto;
}

.founder100-popup.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.founder100-popup__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 15%, rgba(184, 78, 186, 0.24), transparent 34%),
    rgba(82, 50, 110, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.founder100-popup__dialog {
  position: relative;
  width: min(100%, 72.8rem);
  margin: 0 auto;
}

.founder100-popup__close {
  position: absolute;
  top: 0.7rem;
  right: 0.9rem;
  z-index: 3;
  width: 1.8rem;
  height: 1.8rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.96);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}

.founder100-popup__close:hover {
  transform: scale(1.04);
  color: #ffdf5c;
}

.founder100-popup__panel {
  position: relative;
  overflow: hidden;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(10, 4, 42, 0.04), rgba(18, 8, 62, 0.24) 45%, rgba(11, 4, 35, 0.12)),
    url("./assets/brand/founderbg.png") left center / cover no-repeat,
    linear-gradient(135deg, #24106f 0%, #4d18bc 58%, #351174 100%);
  box-shadow:
    0 30px 90px rgba(4, 4, 20, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  aspect-ratio: 3.13 / 1;
  min-height: 20.7rem;
  max-height: min(78vh, 23.2rem);
}

.founder100-popup__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 52% 24%, rgba(255, 255, 255, 0.08), transparent 16%),
    linear-gradient(90deg, rgba(7, 2, 31, 0.02) 0%, rgba(7, 2, 31, 0.22) 37%, rgba(7, 2, 31, 0.08) 100%);
  opacity: 0.52;
}

.founder100-popup__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 86%, rgba(255, 64, 206, 0.16), transparent 16%),
    radial-gradient(circle at 82% 74%, rgba(255, 255, 255, 0.04), transparent 11%);
  opacity: 0.48;
  pointer-events: none;
}

.founder100-popup__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.52;
  pointer-events: none;
}

.founder100-popup__glow--left {
  width: 11rem;
  height: 11rem;
  left: -4rem;
  bottom: -2rem;
  background: rgba(248, 73, 201, 0.25);
}

.founder100-popup__glow--right {
  width: 14rem;
  height: 14rem;
  right: -4rem;
  bottom: -4rem;
  background: rgba(108, 90, 255, 0.22);
}

.founder100-popup__content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 1.65rem 2.05rem 1.25rem 17.1rem;
}

.founder100-popup__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 0.95rem;
}

.founder100-popup__logo {
  width: min(100%, 12rem);
  height: auto;
  display: block;
  filter: drop-shadow(0 14px 26px rgba(10, 5, 30, 0.3));
}

.founder100-popup__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 19.9rem);
  gap: 3.95rem;
  align-items: center;
  height: calc(100% - 4.05rem);
}

.founder100-popup__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  padding: 0;
  text-align: center;
}

.founder100-popup__badge {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #f7d76a;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

#founder100-title {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.55rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
  max-width: 27rem;
}

#founder100-title span {
  color: #f7d64f;
}

.founder100-popup__perk-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.founder100-popup__perk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.5rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(217, 181, 77, 0.72);
  background: rgba(34, 15, 86, 0.5);
  color: rgba(255, 235, 157, 0.98);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.founder100-popup__perk::before {
  content: "✦";
  margin-right: 0.55rem;
  color: #ffd84d;
  font-size: 0.78rem;
}

.founder100-popup__lead {
  margin: 0;
  color: rgba(245, 240, 255, 0.92);
  font-size: 1.01rem;
  line-height: 1.42;
  max-width: 33rem;
}

.founder100-popup__pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.05rem;
  padding: 0.8rem 1.1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(30, 15, 82, 0.6);
  color: rgba(255, 233, 146, 0.98);
  font-size: 0.83rem;
  font-weight: 700;
  max-width: 30rem;
}

.founder100-popup__pricing-label {
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.04em;
}

.founder100-popup__dot {
  color: #ffd84d;
}

.founder100-popup__stat {
  display: grid;
  align-content: center;
  gap: 0.5rem;
  padding: 2.2rem 1.45rem 1.4rem;
  border-radius: 1.45rem;
  border: 2px solid rgba(217, 181, 77, 0.82);
  background:
    linear-gradient(180deg, rgba(60, 18, 124, 0.26), rgba(31, 8, 75, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 30px rgba(17, 9, 48, 0.28);
  text-align: center;
  position: relative;
  min-height: 16.7rem;
  margin-top: 0.8rem;
}

.founder100-popup__stat-top,
.founder100-popup__stat-bottom {
  color: rgba(255, 248, 213, 0.96);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.founder100-popup__stat-top {
  display: inline-flex;
  justify-self: center;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.36rem 1.95rem;
  border-radius: 999px;
  background: #f7d64f;
  color: #271154;
  margin-top: -4rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.03em;
}

.founder100-popup__stat strong {
  color: #f7d64f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(4.7rem, 6vw, 5.25rem);
  line-height: 0.84;
  letter-spacing: -0.05em;
}

.founder100-popup__stat p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  line-height: 1.45;
  padding: 1.05rem 0.8rem 0;
  border-top: 0;
}

.founder100-popup__actions {
  display: flex;
  justify-content: center;
  margin-top: 0.85rem;
  padding-right: 22.8rem;
}

.founder100-popup__cta {
  min-width: min(100%, 13.5rem);
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.35rem;
  font-size: 0.95rem;
  border-radius: 999px;
  transform: translateY(0.1rem);
  box-shadow:
    0 14px 28px rgba(20, 10, 63, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

@media (max-width: 760px) {
  .founder100-popup {
    padding: 0.8rem;
  }

  .founder100-popup__dialog {
    width: min(100%, 43rem);
  }

  .founder100-popup__panel {
    aspect-ratio: auto;
    max-height: none;
    min-height: 0;
    background-position: 20% center;
  }

  .founder100-popup__content {
    padding: 2.9rem 1rem 1rem;
  }

  .founder100-popup__close {
    top: 0.75rem;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.7rem;
  }

  .founder100-popup__logo {
    width: min(100%, 9.6rem);
  }

  .founder100-popup__main {
    grid-template-columns: 1fr;
    gap: 1rem;
    height: auto;
  }

  .founder100-popup__copy {
    align-items: center;
    text-align: center;
    padding-left: 0;
  }

  .founder100-popup__badge {
    align-self: center;
  }

  #founder100-title {
    max-width: 100%;
  }

  .founder100-popup__perk-row,
  .founder100-popup__pricing {
    justify-content: center;
  }

  .founder100-popup__lead {
    font-size: 0.98rem;
  }

  .founder100-popup__stat {
    max-width: 18.5rem;
    margin-inline: auto;
    min-height: auto;
    margin-top: 2.7rem;
  }

  .founder100-popup__actions {
    margin-top: 1rem;
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - 1rem));
  }

  .hero-bottom-stack {
    width: min(var(--container), calc(100% - 1rem));
    margin-top: 0.1rem;
    gap: 0.7rem;
  }

  section {
    padding: 3.5rem 0;
  }

  .nav-row,
  .trial-card,
  .info-card,
  .feature-card,
  .benefit-card,
  .solution-card,
  .problem-scene,
  .annual-card,
  .cta-card,
  .price-card,
  .comparison-table-wrap,
  .faq-list details,
  .footer-row,
  .dashboard-shell {
    padding: 1.1rem;
    border-radius: 24px;
  }

  .start-plus-card {
    padding: 0;
  }

  .footer-socials a {
    width: 2.65rem;
    height: 2.65rem;
  }

  .footer-row {
    gap: 1.2rem;
  }

  .footer-bottom {
    font-size: 0.8rem;
  }

  .hero-chips span,
  .hero-chip-card,
  .feature-pills span,
  .highlight-list span,
  .annual-points span,
  .ai-mini-cards span {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .benefits-section .section-heading {
    --benefits-separator-lift: 3.3rem;
    max-width: 22rem;
  }

  .benefits-section .section-heading h2 {
    font-size: clamp(2.25rem, 10vw, 3.2rem);
  }

  .benefit-card {
    padding: 1rem 1rem 1.05rem;
  }

  .hero-testimonials {
    margin-top: 1rem;
  }

  .hero-testimonials-track {
    gap: 0.85rem;
    animation-duration: 30s;
  }

  .hero-testimonial-pill {
    min-width: 15rem;
    max-width: 15rem;
    padding: 0.9rem 0.95rem;
  }

  .hero-testimonial-pill strong {
    font-size: 0.92rem;
  }

  .hero-testimonial-pill span {
    font-size: 0.82rem;
  }

  .founder100-popup {
    padding: 0.55rem;
  }

  .founder100-popup__panel {
    border-radius: 22px;
    min-height: auto;
    max-height: none;
  }

  .founder100-popup__content {
    padding: 2.75rem 0.85rem 0.9rem;
  }

  #founder100-title {
    font-size: clamp(2.05rem, 9.5vw, 2.65rem);
  }

  .founder100-popup__perk,
  .founder100-popup__pricing {
    font-size: 0.88rem;
  }

  .founder100-popup__lead,
  .founder100-popup__stat p {
    font-size: 0.92rem;
  }

  .founder100-popup__cta {
    width: 100%;
  }

  .founder100-popup__stat-top {
    margin-top: -1.9rem;
  }
}
