.marketing-home .shell {
  width: 94vw;
  max-width: 1600px;
  padding-bottom: 72px;
}

.marketing-home .topbar {
  position: sticky;
  top: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding: 12px 4px;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease;
}

.marketing-home .topbar.topbar-hidden {
  transform: translateY(calc(-100% - 24px));
  opacity: 0;
  pointer-events: none;
}

.marketing-home .btn-nav {
  border: 0;
  border-radius: 10px;
  box-shadow: none;
}

.marketing-home .home-section + .home-section {
  margin-top: 0;
}

.home-section {
  scroll-margin-top: 96px;
  border-top: 0 !important;
}

.marketing-home .section-block {
  padding: clamp(52px, 9vh, 96px) 0;
  border-top: 0 !important;
}

.marketing-home .hero-section {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  min-height: 100svh;
  display: grid;
  align-items: stretch;
  padding: clamp(8px, 1.6vh, 16px) 0 clamp(8px, 1.8vh, 16px);
  position: relative;
  overflow: hidden;
}

.marketing-home .hero-section .hero-display {
  width: min(1600px, 94vw);
  margin-inline: auto;
  min-height: clamp(620px, calc(100svh - 78px), 800px);
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: clamp(86px, 13vh, 138px) clamp(20px, 4vw, 56px) clamp(82px, 11vh, 118px);
  isolation: isolate;
}

.marketing-home .hero-section .hero-display-bg {
  display: none;
}

.marketing-home .hero-section .hero-display-copy {
  text-align: center;
  max-width: min(940px, 92vw);
  position: relative;
  z-index: 5;
  pointer-events: auto;
  background: transparent;
}

.marketing-home .hero-section .hero-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid rgba(176, 236, 206, 0.34);
  padding: 8px 18px;
  color: rgba(229, 247, 238, 0.92);
  font: 600 12px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(4, 9, 8, 0.34);
  backdrop-filter: blur(2px);
}

.marketing-home .hero-section .hero-kicker-brand,
.marketing-home .hero-section .hero-kicker-label {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.marketing-home .hero-section .hero-kicker-divider {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-variant-ligatures: none;
  position: relative;
  top: -1px;
  opacity: 0.96;
}

.marketing-home .hero-section .hero-display-headline {
  margin: clamp(12px, 2.2vh, 24px) 0 0;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: clamp(48px, 8.8vw, 118px);
  line-height: 0.88;
  letter-spacing: -0.03em;
  color: #f5faf7;
  max-width: 12ch;
  margin-inline: auto;
  text-wrap: pretty;
  text-shadow:
    0 16px 38px rgba(0, 0, 0, 0.44),
    0 0 1px rgba(255, 255, 255, 0.2);
}

.marketing-home .hero-section .hero-display-headline span {
  color: #d8f8e8;
}

.marketing-home .hero-section .hero-display-subline {
  margin: clamp(14px, 2.6vh, 24px) auto 0;
  max-width: 56ch;
  color: rgba(210, 236, 224, 0.94);
  font-size: clamp(14px, 1.3vw, 17px);
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.52);
}

.marketing-home .hero-section .hero-display-ctas {
  margin-top: clamp(16px, 3vh, 30px);
  justify-content: center;
}

.marketing-home .hero-section .hero-display-ctas .btn {
  min-width: 220px;
}

.marketing-home .hero-section .hero-display-ctas .btn-primary {
  color: #032016;
  border-color: rgba(216, 255, 236, 0.96);
  background: linear-gradient(140deg, #bbffd9, #5cf2a5);
  box-shadow:
    0 20px 36px rgba(22, 98, 64, 0.48),
    0 0 34px rgba(92, 242, 165, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.46) inset;
}

.marketing-home .hero-section .hero-display-ctas .btn-ghost {
  color: #f1fff8;
  border-color: rgba(212, 255, 235, 0.46);
  background: linear-gradient(160deg, rgba(8, 16, 14, 0.86), rgba(5, 11, 10, 0.72));
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(163, 225, 197, 0.14) inset;
}

.marketing-home .hero-section .hero-display-ctas .btn-ghost:hover {
  border-color: rgba(221, 255, 241, 0.8);
  background: linear-gradient(160deg, rgba(11, 21, 18, 0.96), rgba(8, 14, 12, 0.88));
}

.marketing-home .hero-section .hero-proof-row {
  margin-top: clamp(18px, 3.2vh, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.marketing-home .hero-section .hero-proof-pill {
  border-radius: 999px;
  border: 1px solid rgba(176, 236, 206, 0.36);
  padding: 8px 14px;
  background: rgba(6, 10, 9, 0.58);
  color: rgba(222, 244, 234, 0.96);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.marketing-home .hero-section .hero-handoff-fade {
  display: none;
}

.marketing-home.hero-loading #hero .hero-display:not(.hero-intro-play) .hero-kicker,
.marketing-home.hero-loading #hero .hero-display:not(.hero-intro-play) .hero-display-headline,
.marketing-home.hero-loading #hero .hero-display:not(.hero-intro-play) .hero-display-subline,
.marketing-home.hero-loading #hero .hero-display:not(.hero-intro-play) .hero-display-ctas,
.marketing-home.hero-loading #hero .hero-display:not(.hero-intro-play) .hero-proof-row {
  opacity: 0;
}

.marketing-home #hero .hero-display.hero-intro-play .hero-kicker {
  animation: rbHeroKickerIntro 680ms var(--ease-out) 180ms both;
}

.marketing-home #hero .hero-display.hero-intro-play .hero-display-headline {
  animation: rbHeroHeadlineIntro 1120ms var(--ease-out) 420ms both;
}

.marketing-home #hero .hero-display.hero-intro-play .hero-display-subline,
.marketing-home #hero .hero-display.hero-intro-play .hero-display-ctas {
  animation: rbHeroMetaIntro 920ms var(--ease-out) 1160ms both;
}

.marketing-home #hero .hero-display.hero-intro-play .hero-proof-row {
  animation: rbHeroMetaIntro 860ms var(--ease-out) 1520ms both;
}

.marketing-home #hero .hero-display.hero-intro-play.hero-intro-lite .hero-kicker,
.marketing-home #hero .hero-display.hero-intro-play.hero-intro-lite .hero-display-headline,
.marketing-home #hero .hero-display.hero-intro-play.hero-intro-lite .hero-display-subline,
.marketing-home #hero .hero-display.hero-intro-play.hero-intro-lite .hero-display-ctas,
.marketing-home #hero .hero-display.hero-intro-play.hero-intro-lite .hero-proof-row {
  animation-duration: 360ms;
  animation-delay: 80ms;
  transform: none;
  filter: none;
}

@keyframes rbHeroKickerIntro {
  0% { opacity: 0; transform: translateY(14px); filter: blur(8px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes rbHeroHeadlineIntro {
  0% { opacity: 0; transform: translateY(30px) scale(0.94); filter: blur(16px); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes rbHeroMetaIntro {
  0% { opacity: 0; transform: translateY(22px); filter: blur(10px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}

.marketing-home #product-showcase {
  padding-top: clamp(62px, 9vh, 104px);
}

.marketing-home #proof {
  border-top: 0 !important;
  margin-top: 0 !important;
}

.marketing-home #product-showcase .section-head {
  margin-bottom: 16px;
}

.marketing-home .product-showcase-stage {
  position: relative;
  min-height: clamp(560px, 72vh, 760px);
  border-radius: 16px;
  padding: clamp(84px, 11vh, 118px) clamp(14px, 2vw, 24px) clamp(94px, 11vh, 122px);
  background:
    radial-gradient(80% 75% at 50% 24%, rgba(74, 222, 128, 0.12), transparent 72%),
    linear-gradient(180deg, rgba(8, 12, 11, 0.78), rgba(5, 9, 8, 0.72));
  overflow: hidden;
}

.marketing-home .product-showcase-tabs {
  position: absolute;
  left: 50%;
  top: clamp(16px, 2.4vh, 24px);
  transform: translateX(-50%);
  z-index: 15;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(6, 10, 9, 0.74);
  border: 1px solid rgba(176, 236, 206, 0.22);
}

.marketing-home .product-showcase-tab {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(224, 241, 233, 0.82);
  background: transparent;
  cursor: pointer;
  transition: transform 180ms var(--ease-out), background-color 180ms var(--ease-out), color 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
}

.marketing-home .product-showcase-tab:hover,
.marketing-home .product-showcase-tab:focus-visible {
  transform: translateY(-1px);
  color: #effff8;
}

.marketing-home .product-showcase-tab.active {
  color: #032114;
  background: linear-gradient(180deg, #73f8be, #59dba8);
  box-shadow: 0 10px 20px rgba(86, 222, 168, 0.3);
}

.marketing-home .product-showcase-canvas {
  position: relative;
  min-height: clamp(390px, 56vh, 570px);
  perspective: 1400px;
}

.marketing-home .product-showcase-canvas .product-hover-rail {
  position: absolute;
  top: clamp(28px, 6vh, 72px);
  bottom: clamp(54px, 8vh, 102px);
  z-index: 14;
  background: transparent;
  cursor: pointer;
}

.marketing-home .product-showcase-canvas .product-hover-rail.rail-back {
  left: 0;
  width: 12%;
}

.marketing-home .product-showcase-canvas .product-hover-rail.rail-mid {
  left: 12%;
  width: 12%;
}

.marketing-home .product-showcase-canvas .product-hover-rail.rail-front {
  left: 24%;
  width: 12%;
}

.marketing-home .product-shot {
  position: absolute;
  border-radius: 10px;
  border: 1px solid rgba(176, 236, 206, 0.22);
  background: linear-gradient(180deg, rgba(10, 13, 12, 1), rgba(8, 10, 9, 1));
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.54),
    0 0 0 1px rgba(181, 239, 211, 0.05) inset;
  overflow: hidden;
  opacity: 1;
  transition:
    transform 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out);
}

.marketing-home .product-shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.marketing-home .product-shot-back {
  width: 100%;
  height: clamp(338px, 50vh, 510px);
  left: 0;
  top: 8px;
  --shot-depth: -44px;
  --shot-offset-y: 0px;
  z-index: 1;
}

.marketing-home .product-shot-mid {
  width: 90%;
  height: clamp(352px, 52vh, 526px);
  left: 10%;
  top: 34px;
  --shot-depth: -16px;
  --shot-offset-y: 1px;
  z-index: 2;
}

.marketing-home .product-shot-front {
  width: 80%;
  height: clamp(368px, 54vh, 540px);
  left: 20%;
  top: 60px;
  --shot-depth: 10px;
  --shot-offset-y: 2px;
  z-index: 3;
}

.marketing-home .product-shot:hover,
.marketing-home .product-shot:focus-within,
.marketing-home .product-shot:focus-visible,
.marketing-home .product-shot.is-hover-raised,
.marketing-home .product-showcase-canvas .rail-back:hover ~ .product-shot-back,
.marketing-home .product-showcase-canvas .rail-mid:hover ~ .product-shot-mid,
.marketing-home .product-showcase-canvas .rail-front:hover ~ .product-shot-front {
  transform: translate3d(0, calc(var(--shot-offset-y) - 8px), calc(var(--shot-depth) + 20px));
  z-index: 20;
  box-shadow:
    0 40px 82px rgba(0, 0, 0, 0.62),
    0 0 24px rgba(74, 222, 128, 0.14);
}

.marketing-home .product-showcase-stage.product-showcase-swap .product-shot-back,
.marketing-home .product-showcase-stage.product-showcase-swap .product-shot-mid,
.marketing-home .product-showcase-stage.product-showcase-swap .product-shot-front {
  animation: rbShowcaseSwap 420ms var(--ease-out) both;
}

.marketing-home .product-showcase-summary {
  position: absolute;
  left: 50%;
  bottom: clamp(16px, 2.8vh, 30px);
  transform: translateX(-50%);
  width: min(680px, 84vw);
  z-index: 16;
  text-align: center;
}

.marketing-home .product-showcase-summary h3 {
  margin: 0;
  font: 700 clamp(22px, 2.4vw, 32px)/1.08 "Outfit", sans-serif;
  letter-spacing: -0.02em;
  color: #edf8f2;
}

.marketing-home .product-showcase-summary p {
  margin: 8px auto 0;
  max-width: 58ch;
  color: rgba(202, 229, 217, 0.88);
}

@keyframes rbShowcaseSwap {
  0% { opacity: 0.92; transform: translate3d(0, 8px, 0) scale(0.99); filter: blur(2px); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
}

.marketing-home .section-head,
.marketing-home .section-head h2,
.marketing-home .section-head p {
  text-shadow: none;
}

.marketing-home .stat-card,
.marketing-home .kinetic-band,
.marketing-home .ribbon-scene,
.marketing-home .device-mock,
.marketing-home .how-step,
.marketing-home .feature-hover-reveal,
.marketing-home .bento-card,
.marketing-home .feature9-card,
.marketing-home .final-conversion-rail,
.marketing-home .about3-main,
.marketing-home .about3-card,
.marketing-home .about3-main-window,
.marketing-home .changelog-item,
.marketing-home .public-content-surface {
  border: 0 !important;
  box-shadow: none !important;
  background:
    linear-gradient(180deg, rgba(10, 14, 13, 0.68), rgba(8, 11, 10, 0.58)) !important;
}

.marketing-home .feature-hover-reveal {
  position: relative;
  isolation: isolate;
  --reveal-x-px: 72%;
  --reveal-y-px: 50%;
  --reveal-radius-px: 120px;
  --reveal-cursor-size: calc(var(--reveal-radius-px) * 2);
  min-height: clamp(420px, 54vh, 540px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(176, 236, 206, 0.22) !important;
  background:
    radial-gradient(120% 120% at 72% 26%, rgba(74, 222, 128, 0.16), transparent 62%),
    linear-gradient(180deg, rgba(9, 14, 13, 0.9), rgba(7, 11, 10, 0.84)) !important;
}

.marketing-home .feature-hover-reveal .reveal-pane {
  position: relative;
  z-index: 2;
  min-height: clamp(420px, 54vh, 540px);
  padding: clamp(66px, 6.8vw, 82px) clamp(22px, 3vw, 36px) clamp(22px, 3vw, 36px);
  background:
    linear-gradient(180deg, rgba(10, 14, 13, 0.7), rgba(7, 11, 10, 0.65)) !important;
}

.marketing-home .feature-hover-reveal .reveal-pane-pro {
  position: absolute;
  inset: 0;
  z-index: 4;
  clip-path: circle(var(--reveal-radius-px) at var(--reveal-x-px) var(--reveal-y-px));
  -webkit-clip-path: circle(var(--reveal-radius-px) at var(--reveal-x-px) var(--reveal-y-px));
  transition:
    clip-path 260ms var(--ease-out),
    -webkit-clip-path 260ms var(--ease-out),
    opacity 220ms var(--ease-out);
  background:
    radial-gradient(120% 120% at 78% 24%, rgba(74, 222, 128, 0.28), transparent 58%),
    linear-gradient(160deg, rgba(11, 22, 18, 0.94), rgba(8, 16, 13, 0.92)) !important;
  pointer-events: none;
  opacity: 0.98;
  will-change: clip-path, -webkit-clip-path;
}

.marketing-home .feature-hover-reveal.is-circle-reveal-active .reveal-pane-trial,
.marketing-home .feature-hover-reveal:focus-within .reveal-pane-trial,
.marketing-home .feature-hover-reveal:focus-visible .reveal-pane-trial {
  filter: saturate(0.72) brightness(0.92);
  transition: filter 220ms var(--ease-out);
}

.marketing-home .feature-hover-reveal.is-reveal-locked-pro {
  --reveal-x-px: 50%;
  --reveal-y-px: 50%;
  --reveal-radius-px: 200vmax;
}

.marketing-home .feature-hover-reveal.is-reveal-locked-pro .reveal-pane-trial {
  opacity: 0;
  filter: none;
  transition: opacity 220ms var(--ease-out);
}

.marketing-home .feature-hover-reveal .hover-reveal-cursor {
  position: absolute;
  z-index: 7;
  width: var(--reveal-cursor-size);
  height: var(--reveal-cursor-size);
  left: var(--reveal-x-px);
  top: var(--reveal-y-px);
  pointer-events: none;
  border-radius: 999px;
  border: 1px solid rgba(138, 246, 194, 0.68);
  background:
    radial-gradient(circle at center, rgba(87, 243, 171, 0.18) 0%, rgba(87, 243, 171, 0.06) 34%, transparent 70%);
  box-shadow: 0 0 24px rgba(74, 222, 128, 0.24), inset 0 0 18px rgba(164, 245, 212, 0.16);
  transform: translate(-50%, -50%) scale(0.86);
  opacity: 0;
  transition: opacity 220ms var(--ease-out), transform 220ms var(--ease-out);
  will-change: left, top, opacity, transform;
}

.marketing-home .feature-hover-reveal.is-circle-reveal-active .hover-reveal-cursor,
.marketing-home .feature-hover-reveal:focus-within .hover-reveal-cursor,
.marketing-home .feature-hover-reveal:focus-visible .hover-reveal-cursor {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.marketing-home .feature-hover-reveal.is-reveal-locked-pro .hover-reveal-cursor {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}

.marketing-home .feature-hover-reveal .comparison-mode-row {
  position: absolute;
  left: clamp(16px, 2.2vw, 28px);
  right: clamp(16px, 2.2vw, 28px);
  top: clamp(16px, 2.2vw, 24px);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}

.marketing-home .feature-hover-reveal .comparison-mode-row span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(176, 236, 206, 0.34);
  background: rgba(8, 13, 12, 0.66);
  color: rgba(214, 241, 229, 0.92);
  padding: 6px 12px;
  font: 600 11px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.marketing-home .feature-hover-reveal .comparison-price {
  margin-bottom: 18px;
}

.marketing-home .feature-hover-reveal .comparison-bullets {
  display: grid;
  gap: 10px;
}

.marketing-home .feature-hover-reveal .comparison-bullets li {
  border: 1px solid rgba(159, 214, 191, 0.22);
  background: rgba(7, 11, 10, 0.72);
}

.marketing-home .feature-hover-reveal .compare-cta-row {
  position: absolute;
  left: clamp(16px, 2.2vw, 28px);
  right: clamp(16px, 2.2vw, 28px);
  bottom: clamp(16px, 2.2vw, 28px);
  z-index: 8;
  justify-content: flex-start;
}

.marketing-home #comparison .comparison-mobile-copy {
  display: none;
}

.marketing-home #comparison .comparison-mobile-title {
  display: none;
}

.marketing-home #comparison .comparison-mobile-grid {
  display: none;
}

.marketing-home #comparison .comparison-mobile-card {
  border-radius: 14px;
  border: 1px solid rgba(176, 236, 206, 0.24);
  background: linear-gradient(180deg, rgba(10, 14, 13, 0.88), rgba(7, 11, 10, 0.82));
  padding: 16px;
}

.marketing-home #comparison .comparison-mobile-card header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px;
  gap: 10px;
}

.marketing-home #comparison .comparison-mobile-card header strong {
  font: 700 18px/1 "Outfit", sans-serif;
  color: #eaf8f1;
}

.marketing-home #comparison .comparison-mobile-card-pro {
  border-color: rgba(124, 239, 182, 0.42);
  box-shadow: 0 0 22px rgba(74, 222, 128, 0.14);
}

.marketing-home #comparison .comparison-mobile-ctas {
  position: static;
  justify-content: stretch;
}

.marketing-home #comparison .comparison-mobile-ctas .btn {
  flex: 1 1 0;
}

.marketing-home .sticky-progress-nav {
  background: transparent;
  border: 0;
  box-shadow: none;
}

#proof .section-head,
#product-showcase .section-head,
#comparison .section-head,
#kinetic .section-head,
#founder-story .section-head,
#reviews .section-head,
#pricing .section-head,
#faq .section-head,
#directory-demo .section-head {
  margin-bottom: 16px;
}

#comparison .feature-hover-reveal {
  margin-top: 2px;
}

.marketing-home #faq .faq-stack details {
  border-radius: 14px;
  border: 1px solid rgba(176, 236, 206, 0.28);
  background: linear-gradient(180deg, rgba(10, 16, 15, 0.8), rgba(7, 12, 11, 0.72));
  padding: 12px 14px;
  transition: border-color var(--duration-fast) var(--ease-out), background var(--duration-fast) var(--ease-out);
}

.marketing-home #faq .faq-stack details[open] {
  border-color: rgba(124, 239, 182, 0.46);
  background: linear-gradient(180deg, rgba(10, 17, 15, 0.88), rgba(7, 12, 11, 0.78));
}

.marketing-home #faq .faq-stack summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  font: 700 15px/1.35 "Space Grotesk", sans-serif;
  color: rgba(233, 248, 241, 0.96);
  user-select: none;
}

.marketing-home #faq .faq-stack summary::marker,
.marketing-home #faq .faq-stack summary::-webkit-details-marker {
  display: none;
  content: "";
}

.marketing-home #faq .faq-stack .faq-toggle-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(176, 236, 206, 0.38);
  background: rgba(8, 14, 12, 0.86);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(204, 238, 221, 0.95);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.24);
}

.marketing-home #faq .faq-stack .faq-toggle-icon::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  transition: transform var(--duration-fast) var(--ease-out);
}

.marketing-home #faq .faq-stack details[open] .faq-toggle-icon::before {
  transform: translateY(1px) rotate(225deg);
}

.marketing-home #faq .faq-stack p {
  margin-top: 10px;
  color: rgba(210, 236, 224, 0.95);
  font-size: 14px;
}

.marketing-home .founder-story-grid,
.marketing-home .reviews-grid,
.marketing-home .pricing-grid-home {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.marketing-home .founder-story-card,
.marketing-home .review-card,
.marketing-home .pricing-card-home,
.marketing-home .directory-demo-surface {
  border-radius: 14px;
  border: 1px solid rgba(176, 236, 206, 0.2);
  background: linear-gradient(180deg, rgba(8, 13, 12, 0.82), rgba(6, 10, 9, 0.72));
  padding: 16px;
}

.marketing-home .review-card p {
  margin: 0 0 10px;
  color: rgba(230, 245, 238, 0.94);
}

.marketing-home .review-card strong {
  color: rgba(174, 231, 205, 0.92);
  font-size: 12px;
}

.marketing-home .pricing-card-home-pro {
  border-color: rgba(124, 239, 182, 0.45);
  box-shadow: 0 0 26px rgba(74, 222, 128, 0.15);
}

.marketing-home .pricing-home-price {
  margin: 8px 0 12px;
  font: 800 34px/1 "Outfit", sans-serif;
  color: #f2fbf6;
}

.marketing-home .pricing-home-price small {
  font: 600 13px/1 "Space Grotesk", sans-serif;
  color: rgba(198, 233, 217, 0.85);
}

.marketing-home .directory-demo-controls {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr)) auto;
  gap: 8px;
  margin-bottom: 10px;
}

.comparison-side-by-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.comparison-card {
  border-radius: 14px;
  border: 1px solid rgba(176, 236, 206, 0.2);
  background: linear-gradient(180deg, rgba(8, 13, 12, 0.82), rgba(6, 10, 9, 0.72));
  padding: clamp(16px, 2.2vw, 24px);
  display: flex;
  flex-direction: column;
}

.comparison-card h3 {
  margin: 0;
  font: 700 clamp(18px, 2vw, 22px)/1.1 "Outfit", sans-serif;
  color: #eaf8f1;
}

.comparison-card-price {
  margin: 8px 0 14px;
  font: 800 clamp(28px, 3vw, 36px)/1 "Outfit", sans-serif;
  color: #f2fbf6;
}

.comparison-card-price small {
  font: 600 13px/1 "Space Grotesk", sans-serif;
  color: rgba(198, 233, 217, 0.85);
}

.comparison-card-pro {
  border-color: rgba(124, 239, 182, 0.45);
  box-shadow: 0 0 26px rgba(74, 222, 128, 0.15);
}

@media (max-width: 600px) {
  .comparison-side-by-side {
    grid-template-columns: 1fr;
  }
}

#final {
  padding-bottom: 18px;
}

@media (max-width: 1100px) {
  .marketing-home .hero-section {
    min-height: 100svh;
    padding-top: 6px;
  }

  .marketing-home .hero-section .hero-display {
    min-height: clamp(600px, calc(100svh - 72px), 760px);
    padding-top: clamp(74px, 11vh, 118px);
    padding-bottom: clamp(102px, 16vh, 152px);
  }

  .marketing-home .hero-section .hero-display-headline {
    font-size: clamp(42px, 7.6vw, 94px);
  }

  .marketing-home .hero-section .hero-proof-row {
    gap: 10px;
  }

  .marketing-home .product-showcase-stage {
    min-height: clamp(520px, 66vh, 700px);
    padding-bottom: clamp(92px, 13vh, 114px);
  }

  .marketing-home .product-showcase-canvas {
    min-height: clamp(344px, 47vh, 500px);
  }

  .marketing-home .product-shot-back {
    height: 300px;
  }

  .marketing-home .product-shot-mid {
    height: 314px;
  }

  .marketing-home .product-shot-front {
    height: 330px;
  }

  .marketing-home .directory-demo-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .marketing-home .topbar {
    position: static;
    padding: 10px 0;
  }

  .marketing-home .topbar.nav-open {
    border-radius: 12px;
    background: rgba(8, 12, 11, 0.88);
    backdrop-filter: blur(12px);
    padding: 10px;
  }

  .marketing-home .top-nav a {
    color: #f8fffb;
    border: 0;
    background: transparent;
  }

  .marketing-home .hero-section .hero-display {
    padding-top: clamp(68px, 9vh, 100px);
  }

  .marketing-home .hero-section .hero-display-headline {
    font-size: clamp(40px, 8.2vw, 80px);
  }

  .marketing-home .hero-section .hero-display-subline {
    max-width: 52ch;
    font-size: 15px;
  }

  .marketing-home .hero-section .hero-proof-row {
    max-width: 92vw;
  }

  .marketing-home .product-showcase-tabs {
    gap: 6px;
    padding: 5px;
  }

  .marketing-home .product-showcase-tab {
    padding: 9px 14px;
    font-size: 13px;
  }

  .marketing-home .feature-hover-reveal .comparison-mode-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

@media (max-width: 720px) {
  .marketing-home .shell {
    width: min(100%, 96vw);
  }

  .marketing-home .hero-section {
    padding-top: 4px;
    min-height: calc(100svh - 52px);
  }

  .marketing-home .hero-section .hero-display {
    width: min(96vw, 700px);
    min-height: clamp(600px, calc(100svh - 58px), 720px);
    padding: 76px 12px 122px;
  }

  .marketing-home .hero-section .hero-kicker {
    padding: 7px 14px;
    font-size: 11px;
    gap: 8px;
  }

  .marketing-home .hero-section .hero-kicker-divider {
    font-size: 11px;
    top: -0.5px;
  }

  .marketing-home .hero-section .hero-display-headline {
    font-size: clamp(34px, 12.4vw, 62px);
    line-height: 0.92;
  }

  .marketing-home .hero-section .hero-display-subline {
    font-size: 14px;
    max-width: 40ch;
  }

  .marketing-home .hero-section .hero-display-ctas {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .marketing-home .hero-section .hero-display-ctas .btn {
    min-width: min(280px, 88vw);
  }

  .marketing-home .hero-section .hero-proof-row {
    gap: 8px;
    margin-top: 14px;
  }

  .marketing-home .hero-section .hero-proof-pill {
    font-size: 11px;
    padding: 7px 11px;
  }

  .marketing-home #product-showcase {
    padding-top: 42px;
  }

  .marketing-home .feature-hover-reveal {
    min-height: 520px;
  }

  .marketing-home .feature-hover-reveal .reveal-pane,
  .marketing-home .feature-hover-reveal .reveal-pane-pro {
    min-height: 520px;
    padding: 20px 14px;
  }

  .marketing-home .feature-hover-reveal .compare-cta-row {
    position: static;
    margin-top: 16px;
    justify-content: stretch;
  }

  .marketing-home .feature-hover-reveal .compare-cta-row .btn {
    flex: 1 1 auto;
    min-width: 0;
  }

  .marketing-home #comparison .comparison-desktop-copy {
    display: none;
  }

  .marketing-home #comparison .comparison-desktop-title {
    display: none;
  }

  .marketing-home #comparison .comparison-mobile-title {
    display: inline;
  }

  .marketing-home #comparison .comparison-mobile-copy {
    display: inline;
  }

  .marketing-home #comparison .feature-hover-reveal {
    display: none;
  }

  .marketing-home #comparison .comparison-mobile-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .marketing-home .product-showcase-stage {
    min-height: 500px;
    padding: 64px 8px 112px;
    border-radius: 12px;
  }

  .marketing-home .product-showcase-tabs {
    top: 8px;
    gap: 4px;
    padding: 4px;
  }

  .marketing-home .product-showcase-tab {
    padding: 8px 10px;
    font-size: 12px;
  }

  .marketing-home .product-showcase-canvas {
    min-height: 280px;
  }

  .marketing-home .product-showcase-canvas .product-hover-rail {
    top: 40px;
    bottom: 74px;
  }

  .marketing-home .product-shot {
    border-radius: 8px;
  }

  .marketing-home .product-shot-back {
    height: 196px;
    top: 8px;
  }

  .marketing-home .product-shot-mid {
    height: 208px;
    top: 26px;
  }

  .marketing-home .product-shot-front {
    height: 220px;
    top: 44px;
  }

  .marketing-home .product-showcase-summary {
    width: min(94vw, 480px);
    bottom: 12px;
  }

  .marketing-home .product-showcase-summary h3 {
    font-size: clamp(18px, 5.4vw, 24px);
  }

  .marketing-home .product-showcase-summary p {
    font-size: 13px;
  }
}

@media (hover: none) {
  .marketing-home #comparison .comparison-desktop-copy {
    display: none;
  }

  .marketing-home #comparison .comparison-desktop-title {
    display: none;
  }

  .marketing-home #comparison .comparison-mobile-title {
    display: inline;
  }

  .marketing-home #comparison .comparison-mobile-copy {
    display: inline;
  }

  .marketing-home #comparison .feature-hover-reveal {
    display: none;
  }

  .marketing-home #comparison .comparison-mobile-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .marketing-home .feature-hover-reveal {
    min-height: auto;
    --reveal-radius-px: 0px;
  }

  .marketing-home .feature-hover-reveal .reveal-pane {
    min-height: auto;
  }

  .marketing-home .feature-hover-reveal .reveal-pane-pro {
    position: relative;
    clip-path: none;
    -webkit-clip-path: none;
    border-top: 1px solid rgba(171, 237, 205, 0.22);
  }

  .marketing-home .feature-hover-reveal .hover-reveal-cursor {
    display: none;
  }

  .marketing-home .feature-hover-reveal .compare-cta-row {
    position: static;
    margin-top: 16px;
  }

}

/* 2026-03 landing refresh overrides */
.marketing-home .product-showcase-stage {
  min-height: 0;
  padding: clamp(20px, 3vw, 28px);
  display: grid;
  gap: 14px;
}

.marketing-home .product-showcase-tabs {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  gap: 8px;
  padding: 6px;
}

.marketing-home .product-showcase-tab {
  min-width: 148px;
}

.marketing-home .product-showcase-visual-frame {
  border-radius: 14px;
  border: 1px solid rgba(176, 236, 206, 0.24);
  padding: clamp(12px, 2vw, 18px);
  background:
    radial-gradient(110% 90% at 18% 10%, rgba(74, 222, 128, 0.12), transparent 56%),
    linear-gradient(180deg, rgba(8, 12, 11, 0.9), rgba(6, 9, 8, 0.88));
}

.marketing-home .product-showcase-hero {
  margin: 0;
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(176, 236, 206, 0.2);
  overflow: hidden;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.38);
}

.marketing-home .product-showcase-hero img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.marketing-home .product-showcase-hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.marketing-home .showcase-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 245, 221, 0.86);
  background: radial-gradient(circle at 35% 35%, rgba(117, 245, 184, 0.98), rgba(11, 24, 20, 0.88));
  box-shadow:
    0 0 0 5px rgba(127, 245, 187, 0.16),
    0 8px 20px rgba(5, 18, 15, 0.56);
}

.marketing-home .showcase-hotspot-number {
  font: 700 12px/1 "Space Grotesk", sans-serif;
  color: rgba(10, 20, 16, 0.98);
}

.marketing-home .product-showcase-insights {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.marketing-home .showcase-insight-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid rgba(176, 236, 206, 0.28);
  background: rgba(9, 15, 13, 0.86);
  color: rgba(218, 244, 232, 0.92);
  padding: 10px 12px;
}

.marketing-home .showcase-insight-index {
  width: 27px;
  height: 27px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(122, 241, 183, 0.16);
  border: 1px solid rgba(160, 240, 204, 0.46);
  color: rgba(229, 251, 242, 0.98);
  font: 700 11px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.01em;
}

.marketing-home .showcase-insight-copy {
  font: 600 12px/1.35 "Space Grotesk", sans-serif;
  color: rgba(221, 246, 236, 0.92);
}

.marketing-home .product-showcase-summary {
  position: static;
  left: auto;
  bottom: auto;
  transform: none;
  width: 100%;
  z-index: 1;
  text-align: left;
}

.marketing-home .product-showcase-summary h3 {
  font-size: clamp(22px, 3vw, 30px);
}

.marketing-home .product-showcase-summary p {
  margin: 8px 0 0;
  max-width: 70ch;
}

.marketing-home .founder-story-panel {
  border-radius: 14px;
  border: 1px solid rgba(176, 236, 206, 0.2);
  background: linear-gradient(180deg, rgba(8, 13, 12, 0.82), rgba(6, 10, 9, 0.72));
  padding: clamp(16px, 2.2vw, 24px);
}

.marketing-home .founder-story-panel p {
  margin: 0 0 10px;
  color: rgba(224, 242, 233, 0.94);
  max-width: 82ch;
}

.marketing-home .founder-story-panel p:last-of-type {
  margin-bottom: 0;
}

.marketing-home .founder-story-points {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.marketing-home .founder-story-points span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(176, 236, 206, 0.28);
  background: rgba(7, 12, 11, 0.78);
  color: rgba(199, 236, 219, 0.92);
  font: 600 12px/1 "Space Grotesk", sans-serif;
  padding: 8px 11px;
}

.marketing-home .reviews-rotator {
  position: relative;
  min-height: 0;
}

.marketing-home .reviews-viewport {
  overflow: hidden;
  border-radius: 14px;
}

.marketing-home .reviews-rotator-track {
  display: flex;
  width: 100%;
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.marketing-home .reviews-rotator .review-card {
  position: relative;
  flex: 0 0 100%;
  margin: 0;
  min-height: 182px;
}

.marketing-home .reviews-rotator .review-card p {
  max-width: 72ch;
}

.marketing-home .review-stars {
  margin: 0 0 10px;
  color: #7df4bd;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.marketing-home .reviews-rotator-controls {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.marketing-home .review-control-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(176, 236, 206, 0.28);
  background: rgba(9, 14, 13, 0.78);
  color: rgba(222, 246, 235, 0.92);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.marketing-home .review-control-btn:hover,
.marketing-home .review-control-btn:focus-visible {
  border-color: rgba(124, 239, 182, 0.58);
  color: #f4fff9;
}

.marketing-home .reviews-rotator-dots {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.marketing-home .review-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(153, 214, 188, 0.4);
  cursor: pointer;
}

.marketing-home .review-dot.active {
  background: #67e8af;
  box-shadow: 0 0 0 4px rgba(103, 232, 175, 0.17);
}

.marketing-home .directory-demo-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.marketing-home .directory-stat-card {
  border-radius: 12px;
  border: 1px solid rgba(176, 236, 206, 0.22);
  background: linear-gradient(180deg, rgba(9, 14, 13, 0.86), rgba(7, 11, 10, 0.78));
  padding: 12px;
}

.marketing-home .directory-stat-label {
  display: block;
  font: 600 11px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(189, 231, 213, 0.8);
}

.marketing-home .directory-stat-value {
  display: block;
  margin-top: 6px;
  font: 800 clamp(26px, 3vw, 34px)/1 "Outfit", sans-serif;
  color: #ecf9f2;
}

.marketing-home .directory-stat-footnote {
  display: block;
  margin-top: 4px;
  color: rgba(184, 222, 206, 0.8);
  font-size: 12px;
}

@media (max-width: 920px) {
  .marketing-home .showcase-hotspot {
    width: 29px;
    height: 29px;
  }

  .marketing-home .showcase-hotspot-number {
    font-size: 11px;
  }

  .marketing-home .reviews-rotator .review-card {
    min-height: 222px;
  }
}

@media (max-width: 720px) {
  .marketing-home .product-showcase-tab {
    min-width: 0;
    flex: 1 1 auto;
  }

  .marketing-home .product-showcase-summary h3 {
    font-size: clamp(20px, 7vw, 26px);
  }

  .marketing-home .product-showcase-summary p {
    font-size: 13px;
  }

  .marketing-home .showcase-hotspot {
    width: 25px;
    height: 25px;
    box-shadow:
      0 0 0 4px rgba(127, 245, 187, 0.14),
      0 6px 16px rgba(5, 18, 15, 0.5);
  }

  .marketing-home .showcase-hotspot-number {
    font-size: 10px;
  }

  .marketing-home .showcase-insight-item {
    gap: 8px;
    padding: 9px 10px;
  }

  .marketing-home .showcase-insight-index {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }

  .marketing-home .showcase-insight-copy {
    font-size: 11px;
  }

  .marketing-home #faq .faq-stack details {
    padding: 12px;
  }

  .marketing-home #faq .faq-stack summary {
    font-size: 14px;
    gap: 10px;
  }

  .marketing-home #faq .faq-stack .faq-toggle-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .marketing-home .founder-story-points {
    gap: 6px;
  }

  .marketing-home .directory-demo-stats {
    grid-template-columns: 1fr;
  }

  .marketing-home .reviews-rotator .review-card {
    min-height: 252px;
  }
}
