html {
  height: 100%;
  width: 100%;
}

img.image-steps-lp {
  position: absolute;
  right: -11%;
}

/* ListingPro — top site navigation */
.lp-site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(8, 11, 20, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-site-nav-inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
}

@media (min-width: 640px) {
  .lp-site-nav-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lp-site-nav-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.lp-site-nav-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.lp-site-nav-logo {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1;
}

.lp-site-nav-title {
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.025em;
}

.lp-site-nav-links {
  display: none;
  align-items: center;
  gap: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #94a3b8;
}

@media (min-width: 768px) {
  .lp-site-nav-links {
    display: flex;
  }
}

.lp-site-nav-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.lp-site-nav-link:hover {
  color: #fff;
}

.lp-site-nav-wizard {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #818cf8;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s ease;
}

.lp-site-nav-wizard:hover {
  color: #a5b4fc;
}

.lp-site-nav-wizard svg {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}

.lp-site-nav-cta {
  display: none;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  text-decoration: none;
}

.lp-site-nav-cta-wrap {
  position: relative;
  display: none;
}

@media (min-width: 768px) {
  .lp-site-nav-cta-wrap {
    display: block;
  }
}

/* Hover dropdown box below CTA */
.lp-site-nav-cta-hoverbox {
  position: absolute;
  top: calc(100% + 12px);
  right: -100px;
  width: min(420px, calc(100vw - 2rem));
  padding: 41px 14px 20px 20px;
  border-radius: 1rem;
  background: #0d101e;
  border: 1px solid #ffffff08;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(-10px);
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transform-origin: top;
  transition: opacity 180ms ease, transform 220ms ease, max-height 260ms ease;

  opacity: 0;
  transform: translateY(-10px);
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transform-origin: top;
  transition:
    opacity 180ms ease,
    transform 220ms ease,
    max-height 260ms ease;
}

.lp-site-nav-cta-wrap:hover .lp-site-nav-cta-hoverbox,
.lp-site-nav-cta-wrap:focus-within .lp-site-nav-cta-hoverbox {
  opacity: 1;
  transform: translateY(0);
  max-height: 320px;
  pointer-events: auto;
}

.lp-site-nav-cta-hoverbox-title {
  font-family: 'Geist';
  font-weight: 700;
  font-size: 12px;
  color: #818CF8;
  margin-bottom: 12px;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.lp-site-nav-cta-hoverbox-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.lp-site-nav-cta-hoverbox-list li {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 10px;
  align-items: start;
}

.lp-site-nav-cta-hoverbox-dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  margin-top: 9px;
  background: #34D399;
}

.lp-site-nav-cta-hoverbox-strong {
  color: #CBD5E1;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

ul.lp-site-nav-cta-hoverbox-list span {
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .lp-site-nav-cta {
    display: block;
  }
}

.lp-site-nav-toggle {
  display: block;
  padding: 0.5rem;
  color: #94a3b8;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.15s ease;
}

.lp-site-nav-toggle:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .lp-site-nav-toggle {
    display: none;
  }
}

.lp-site-nav-toggle svg {
  width: 1.5rem;
  height: 1.5rem;
}

.lp-site-nav-drawer {
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lp-site-nav-drawer>*+* {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .lp-site-nav-drawer {
    display: none !important;
  }
}

.lp-site-nav-drawer-link {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.15s ease;
}

.lp-site-nav-drawer-link:hover {
  color: #fff;
}

.lp-site-nav-drawer-cta {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
  border-radius: 9999px;
  text-decoration: none;
}

/* ── Showcase (#lp3-showcase) — section header responsive (mobile-first) ── */
.lp-showcase-sec-hdr {
  padding-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .lp-showcase-sec-hdr {
    padding-top: 3.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .lp-showcase-sec-hdr {
    padding-top: 4rem;
  }
}

.lp-showcase-sec-kicker {
  margin-bottom: 0.75rem;
  padding: 0.375rem 0.75rem;
  font-size: 10px;
  letter-spacing: 0.1em;
}

@media (min-width: 640px) {
  .lp-showcase-sec-kicker {
    margin-bottom: 1rem;
    padding: 0.375rem 0.875rem;
    font-size: 11px;
    letter-spacing: 0.18em;
  }
}

.lp-showcase-sec-svg-wrap {
  margin-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .lp-showcase-sec-svg-wrap {
    margin-bottom: 0.5rem;
  }
}

.lp-showcase-sec-svg {
  min-height: 52px;
}

@media (min-width: 640px) {
  .lp-showcase-sec-svg {
    min-height: 68px;
  }

}

@media (min-width: 768px) {
  .lp-showcase-sec-svg {
    min-height: 0;
  }
}

.lp-showcase-sec-sub {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

@media (min-width: 640px) {
  .lp-showcase-sec-sub {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .lp-showcase-sec-sub {
    font-size: 1.875rem;
  }
}

@media (min-width: 1024px) {
  .lp-showcase-sec-sub {
    font-size: 2.25rem;
  }
}

.lp-ule-grad {
  background: linear-gradient(135deg, #a855f7 0%, #975ff3 50%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.lp-ule-mark {
  color: #1ea7d9;
  -webkit-text-fill-color: #1ea7d9;
}

.lp-showcase-sec-sub.lp-ule-grad-wrap {
  overflow: visible;
  line-height: 1.15;
}

/* ULE subtitle — mobile only; desktop keeps 54px at lg+ */
@media (max-width: 1023.98px) {
  #lp3-showcase .lp-showcase-sec-sub.lp-ule-grad-wrap {
    font-size: clamp(1.0625rem, 4.8vw, 1.5rem) !important;
    line-height: 1.25 !important;
    margin-bottom: 0.875rem !important;
    letter-spacing: -0.02em;
  }

  #lp3-showcase .lp-showcase-sec-sub.lp-ule-grad-wrap .lp-ule-tm {
    font-size: 0.65em !important;
    top: -0.35em;
  }

  #lp3-showcase .lp-showcase-sec-body {
    font-size: clamp(0.875rem, 3.6vw, 1rem) !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #lp3-showcase .lp-showcase-sec-body .lp-ule-tm--body {
    font-size: 0.65em !important;
    top: -0.3em;
  }
}

@media (min-width: 1024px) {
  #lp3-showcase .lp-showcase-sec-sub.lp-ule-grad-wrap {
    font-size: 54px;
    line-height: 1.15;
    margin-bottom: 1.25rem;
  }

  #lp3-showcase .lp-showcase-sec-sub.lp-ule-grad-wrap .lp-ule-tm {
    font-size: 30px;
  }

  #lp3-showcase .lp-showcase-sec-body {
    font-size: 24px;
    line-height: 2rem;
    font-weight: 400;
  }

  #lp3-showcase .lp-showcase-sec-body .lp-ule-tm--body {
    font-size: 16px;
    top: -0.35em;
  }
}

.lp-ule-abbr {
  white-space: nowrap;
  letter-spacing: -0.03em;
}

.lp-ule-tm {
  font-family: 'Geist', system-ui, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  vertical-align: super;
  position: relative;
  top: -0.4em;
  margin-left: 0.06em;
  letter-spacing: 0;
  color: #1ea7d9;
  -webkit-text-fill-color: #1ea7d9;
}

.lp-pillar-step-label {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45em;
}

.lp-pillar-step-num {
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
}

.lp-ule-mark--body,
.lp-ule-abbr--body,
.lp-ule-tm--body {
  color: #94a3b8;
  -webkit-text-fill-color: #94a3b8;
}

.lp-ule-tm--body {
  font-size: 16px;
  top: -0.35em;
}

.lp-showcase-sec-body {
  font-size: 0.875rem;
  line-height: 1.625;
}

@media (min-width: 640px) {
  .lp-showcase-sec-body {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .lp-showcase-sec-body {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

/* ── Isometric stage (#lp3-showcase) — responsive (scoped; higher specificity than page inline) ── */
.lp-iso-stage-root {
  overflow: hidden;
}

.lp-iso-stage-root .lp-iso-stage-screen {
  height: auto;
  min-height: 74svh;
  max-height: 88svh;
}

@media (min-width: 768px) {
  .lp-iso-stage-root .lp-iso-stage-screen {
    height: 100vh;
    min-height: 100vh;
    max-height: none;
  }
}

.lp-iso-stage-root .isometric-plane.lp-iso-plane {
  width: 300vw;
  height: 175vh;
  margin-top: -42%;
  margin-left: -36%;
  transform: rotateX(48deg) rotateZ(-30deg) scale(0.68);
  transform-style: preserve-3d;
  gap: 0.5rem;
}

@media (min-width: 480px) {
  .lp-iso-stage-root .isometric-plane.lp-iso-plane {
    width: 158vw;
    height: 200vh;
    margin-top: -34%;
    margin-left: -26%;
    transform: rotateX(49deg) rotateZ(-33deg) scale(0.85);
    gap: 0.625rem;
  }
}

@media (min-width: 640px) {
  .lp-iso-stage-root .isometric-plane.lp-iso-plane {
    width: 152vw;
    height: 220vh;
    margin-top: -30%;
    margin-left: -20%;
    transform: rotateX(50deg) rotateZ(-35deg) scale(1.02);
    gap: 0.75rem;
  }
}

@media (min-width: 768px) {
  .lp-iso-stage-root .isometric-plane.lp-iso-plane {
    width: 150vw !important;
    height: 240vh;
    margin-top: -28%;
    margin-left: -18%;
    transform: rotateX(50deg) rotateZ(-35deg) scale(1.2);
    gap: 0.75rem;
  }
}

.lp-iso-stage-root .flex.flex-col.gap-3 {
  width: 26%;
}

@media (min-width: 480px) {
  .lp-iso-stage-root .flex.flex-col.gap-3 {
    width: 22%;
  }
}

@media (min-width: 640px) {
  .lp-iso-stage-root .flex.flex-col.gap-3 {
    width: 17%;
  }
}

@media (min-width: 768px) {
  .lp-iso-stage-root .flex.flex-col.gap-3 {
    width: 13%;
  }
}

/* ── Four Pillars — “Whats The / Big Bang” hero heading (mobile-first; desktop unchanged from 768px) ── */
.lp-pillars-hero-title {
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.lp-pillars-hero-title .lp-pillars-hero-accent {
  display: inline-block;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(2rem, 11vw, 3.25rem);
  line-height: 127px;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 9999;
  margin-top: 0;
}

@media (min-width: 480px) {
  .lp-pillars-hero-title {
    font-size: 1.625rem;
  }
}

@media (max-width: 639px) {
  .lp-pillars-hero-title .lp-pillars-hero-accent {
    position: relative;
    z-index: 9999;
    margin-top: 0 !important;
    line-height: 51px !important;
  }
}

@media (min-width: 640px) {
  .lp-pillars-hero-title {
    font-size: 2.125rem;
  }

  .lp-pillars-hero-title .lp-pillars-hero-accent {
    font-size: clamp(2.75rem, 8vw, 4.5rem);
    margin-top: -15px;
  }
}

@media (min-width: 768px) {
  .lp-pillars-hero-title {
    font-size: 60px;
    line-height: 1.1;
  }

  .lp-pillars-hero-title .lp-pillars-hero-accent {
    font-size: 100px;
  }
}

/* ── Total Customization — “Build Any Listing / Platform” heading (mobile-first; desktop from 768px) ── */
.lp-customize-hero-title {
  color: #1e1b4b;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.lp-customize-hero-title .lp-customize-hero-accent {
  display: inline-block;
  font-size: clamp(2.125rem, 10vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

/* ── Pre-Built Directory Demos cards ───────────────────────────────────── */
.rounded-2xl.overflow-hidden.border.border-slate-200.hover\:border-indigo-300.hover\:shadow-xl.hover\:shadow-indigo-100.hover\:-translate-y-1.transition-all.duration-300.group.cursor-pointer.bg-white,
.rounded-\[5px\].overflow-hidden.border.border-slate-200.hover\:border-indigo-300.hover\:shadow-xl.hover\:shadow-indigo-100.hover\:-translate-y-1.transition-all.duration-300.group.cursor-pointer.bg-white {
  border-radius: 5px !important;
}

.relative.h-40.overflow-hidden {
  height: 250px !important;
}

/* Feature grid cards should not look clickable */
.feat-grid-card {
  cursor: auto !important;
}

@media (min-width: 480px) {
  .lp-customize-hero-title {
    font-size: 1.625rem;
  }
}

@media (min-width: 640px) {
  .lp-customize-hero-title {
    font-size: 2.125rem;
  }

  .lp-customize-hero-title .lp-customize-hero-accent {
    font-size: clamp(3rem, 7.5vw, 4.75rem);
  }
}

@media (min-width: 768px) {
  .lp-customize-hero-title {
    font-size: 60px;
    line-height: 1.1;
  }

  .lp-customize-hero-title .lp-customize-hero-accent {
    font-size: 109px;
    line-height: 85px;
  }
}

/* ── Performance & Scale — three stat cards row ── */
.lp-perf-stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .lp-perf-stats-grid {
    gap: 1.25rem;
  }
}

@media (min-width: 768px) {
  .lp-perf-stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

/* ── FAQ accordion — smooth height (grid 0fr → 1fr; replaces abrupt x-show) ── */
.lp-faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-faq-panel--open {
  grid-template-rows: 1fr;
}

.lp-faq-panel-inner {
  overflow: hidden;
  min-height: 0;
}

@media (prefers-reduced-motion: reduce) {
  .lp-faq-panel {
    transition-duration: 0.01ms;
  }
}

:root {
  --glow: 0 0 40px rgba(99, 102, 241, 0.4);
  --glow-sm: 0 0 20px rgba(99, 102, 241, 0.25);
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Geist', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Geist', system-ui, sans-serif;
  letter-spacing: -0.022em;
}

.font-mono,
code,
pre,
kbd,
samp,
.lp-num {
  font-family: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-feature-settings: 'liga' 1, 'calt' 1;
}

/* ── DARK GLASS ── */
.glass {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.glass-card {
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: all 0.3s ease;
}

.glass-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(99, 102, 241, 0.4);
  box-shadow: var(--glow-sm);
  transform: translateY(-2px);
}

/* ── LIGHT GLASS ── */
.glass-light {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(99, 102, 241, 0.12);
}

.glass-card-light {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(99, 102, 241, 0.1);
  box-shadow: 0 2px 16px rgba(99, 102, 241, 0.07);
  transition: all 0.3s ease;
}

.glass-card-light:hover {
  border-color: rgba(99, 102, 241, 0.35);
  box-shadow: 0 4px 32px rgba(99, 102, 241, 0.15);
  transform: translateY(-2px);
}

/* ── GRADIENT TEXT ── */
.grad-text {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #c084fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.grad-text-dark {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #9333ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── BACKGROUNDS ── */
.bg-dark {
  background: #080b14;
  color: #e2e8f0;
}

.bg-light {
  background: linear-gradient(160deg, #f8f9ff 0%, #f0f3ff 50%, #f8f7ff 100%);
  color: #1e1b4b;
}

.bg-mid {
  background: linear-gradient(160deg, #0d1128 0%, #111827 100%);
  color: #e2e8f0;
}

/* Hero */
.hero-bg {
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(99, 102, 241, 0.18) 0%, transparent 70%), radial-gradient(ellipse 60% 40% at 80% 50%, rgba(168, 85, 247, 0.1) 0%, transparent 60%), #080b14;
}

/* Transition wave */
.wave-down-dark::after {
  content: '';
  display: block;
  height: 80px;
  background: linear-gradient(to bottom right, #080b14 49%, transparent 51%);
  margin-top: -1px;
}

.wave-up-light::before {
  content: '';
  display: block;
  height: 80px;
  background: linear-gradient(to top left, #f8f9ff 49%, transparent 51%);
  margin-bottom: -1px;
}

/* Glow button */
.btn-glow {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  box-shadow: 0 0 30px rgba(99, 102, 241, 0.5), 0 4px 24px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.btn-glow:hover {
  box-shadow: 0 0 50px rgba(99, 102, 241, 0.7), 0 4px 32px rgba(0, 0, 0, 0.5);
  transform: translateY(-1px);
}

.btn-glow-light {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  box-shadow: 0 4px 24px rgba(99, 102, 241, 0.4);
  transition: all 0.3s ease;
}

.btn-glow-light:hover {
  box-shadow: 0 8px 32px rgba(99, 102, 241, 0.5);
  transform: translateY(-1px);
}

/* Timeline */
.timeline-scroll::-webkit-scrollbar {
  height: 4px;
}

.timeline-scroll::-webkit-scrollbar-track {
  background: rgba(99, 102, 241, 0.08);
  border-radius: 2px;
}

.timeline-scroll::-webkit-scrollbar-thumb {
  background: rgba(99, 102, 241, 0.4);
  border-radius: 2px;
}

/* Compare table */
.col-highlight {
  background: linear-gradient(180deg, rgba(99, 102, 241, 0.12) 0%, rgba(99, 102, 241, 0.06) 100%);
  border-left: 1px solid rgba(99, 102, 241, 0.3);
  border-right: 1px solid rgba(99, 102, 241, 0.3);
}

.col-highlight-header {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.9), rgba(139, 92, 246, 0.9));
}

/* Section dividers */
.divider-dark {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.25), transparent);
}

.divider-light {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.2), transparent);
}

/* Feature icon */
.icon-ring-dark {
  background: radial-gradient(circle, rgba(99, 102, 241, 0.2) 0%, transparent 70%);
  border: 1px solid rgba(99, 102, 241, 0.3);
}

.icon-ring-light {
  background: radial-gradient(circle, rgba(99, 102, 241, 0.12) 0%, transparent 70%);
  border: 1px solid rgba(99, 102, 241, 0.25);
}

/* Mono/Mod */
.mono-block {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.08), rgba(239, 68, 68, 0.03));
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.mod-block {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(99, 102, 241, 0.03));
  border: 1px solid rgba(99, 102, 241, 0.25);
}

/* Badge */
.badge-new {
  background: linear-gradient(135deg, #10b981, #059669);
  font-size: 0.6rem;
  padding: 1px 6px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.05em;
  vertical-align: middle;
  color: white;
}

/* Animations */
@keyframes scrollHint {

  0%,
  100% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(-8px)
  }
}

.scroll-hint {
  animation: scrollHint 2s ease-in-out infinite;
}

@keyframes pulse-dot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: 0.6;
    transform: scale(1.4)
  }
}

.pulse-dot {
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

.float {
  animation: float 4s ease-in-out infinite;
}

/* Toggle */
.toggle-track {
  background: rgba(255, 255, 255, 0.15);
  transition: background 0.3s;
}

.toggle-track.active {
  background: rgba(99, 102, 241, 0.7);
}

.toggle-thumb {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Feature modal */
.feat-modal-backdrop {
  background: rgba(8, 11, 20, 0.75);
  backdrop-filter: blur(10px);
}

.feat-modal-box {
  background: #0f1628;
  border: 1px solid rgba(99, 102, 241, 0.25);
  box-shadow: 0 0 60px rgba(99, 102, 241, 0.2), 0 24px 60px rgba(0, 0, 0, 0.5);
}

/* Engine card */
.engine-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(99, 102, 241, 0.12);
  box-shadow: 0 2px 12px rgba(99, 102, 241, 0.06);
  transition: all 0.25s ease;
  cursor: pointer;
}

.engine-card:hover {
  border-color: rgba(99, 102, 241, 0.4);
  box-shadow: 0 6px 30px rgba(99, 102, 241, 0.18);
  transform: translateY(-3px);
}

/* Feature grid cards (30+ section) */
.feat-grid-card {
  background: rgba(241, 245, 249, 0.7);
  border: 1px solid rgba(203, 213, 225, 0.55);
}

/* Scrollbar */
html {
  scrollbar-width: thin;
  scrollbar-color: rgba(99, 102, 241, 0.4) transparent;
}

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

/* Light testimonial */
.test-light {
  background: white;
  border: 1px solid rgba(99, 102, 241, 0.1);
  box-shadow: 0 2px 16px rgba(99, 102, 241, 0.06);
}

/* Light FAQ */
.faq-light {
  background: white;
  border: 1px solid rgba(99, 102, 241, 0.1);
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.05);
}

/* Interactive demo elements */
.demo-field {
  border: 1px solid #e0e4f7;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  width: 100%;
  outline: none;
  background: white;
  color: #1e1b4b;
  transition: border-color 0.2s;
}

.demo-field:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

.demo-result {
  background: #f8f7ff;
  border: 1px solid rgba(99, 102, 241, 0.15);
  border-radius: 10px;
  padding: 10px;
}

.star-btn {
  cursor: pointer;
  font-size: 1.5rem;
  transition: transform 0.15s;
  line-height: 1;
}

.star-btn:hover {
  transform: scale(1.2);
}

@keyframes orb-breathe {

  0%,
  100% {
    opacity: 0.75;
    transform: scale(0.92)
  }

  50% {
    opacity: 1;
    transform: scale(1.08)
  }
}

.bldr-orb {
  animation: orb-breathe 3s ease-in-out infinite;
}

@keyframes fi-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes fi-scroll-rev {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.fi-marquee {
  animation: fi-scroll 36s linear infinite;
}

.fi-marquee-rev {
  animation: fi-scroll-rev 28s linear infinite;
}

.fi-marquee--lp3 {
  animation: fi-scroll 55s linear infinite;
}

.fi-marquee-rev--lp3 {
  animation: fi-scroll-rev 50s linear infinite;
}

.fi-marquee:hover,
.fi-marquee-rev:hover,
.fi-marquee--lp3:hover,
.fi-marquee-rev--lp3:hover {
  animation-play-state: paused;
}

.isometric-plane {
  transform: rotateX(50deg) rotateZ(-35deg) scale(1.2);
  transform-style: preserve-3d;
  margin-top: -28%;
  margin-left: -18%;
}

.flex.flex-col.gap-3 {
  width: 100%;
}

.animate-scroll-up {
  animation: scroll-up 60s linear infinite;
  animation-play-state: running;
}

.animate-scroll-down {
  animation: scroll-down 53s linear infinite;
  animation-play-state: running;
}

.animate-scroll-up-slow {
  animation: scroll-up 78s linear infinite;
  animation-play-state: running;
}

.animate-scroll-down-slow {
  animation: scroll-down 72s linear infinite;
  animation-play-state: running;
}

.animate-scroll-up-fast {
  animation: scroll-up 45s linear infinite;
  animation-play-state: running;
}

.animate-scroll-up:hover,
.animate-scroll-down:hover,
.animate-scroll-up-slow:hover,
.animate-scroll-down-slow:hover,
.animate-scroll-up-fast:hover,
.animate-scroll-down:hover {
  animation-play-state: paused !important;
}

@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.glass-card {
  position: relative;
}

.hide-on-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0.25s;
}

.show-on-hover {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
  width: 100%;
  height: auto;
}

.glass-card:hover .hide-on-hover {
  opacity: 0;
  visibility: hidden;
}

.glass-card:hover .show-on-hover {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767.98px) {
  img.slide-1 {
    position: unset !important;
    height: auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  img.slide-2 {
    position: unset !important;
    height: auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  img.slide-3 {
    position: unset !important;
    height: auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  .last-step {
    width: 100% !important;
  }

  .md\:flex.md\:gap-14.md\:items-center.pt-20.pb-\[47px\]:not(.pillar-3) {
    position: relative !important;
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .md\:flex.md\:gap-14.md\:items-center.pt-20.pb-\[47px\].pillar-3 {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
  }
}




.lp-core-feautures-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: auto;
}

.lp-core-feautures-card {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 0px 0 0 48px;
  border: 1px solid #E8EAF6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.lp-core-feautures-card:hover {
  transform: translateY(-5px);
}



.lp-core-feautures-card-wide {
  grid-column: span 2;
  flex-direction: row;
  align-items: center;
}

.lp-core-feautures-bg-light {
  background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
}

.lp-core-feautures-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  width: 40px;
}

.lp-core-feautures-title {
  margin-bottom: 22px;
  color: #0F0F0F;
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
}

.lp-core-feautures-desc {
  color: #4B5563;
  line-height: 27px;
  margin-bottom: 32px;
  max-width: 475px;
  font-size: 15px;
  font-family: 'Geist';
}

.lp-core-feautures-card.short-1 {
  padding: 0;
  background:
    /* Bottom Right - Indigo Glow (12% opacity) */
    radial-gradient(circle at bottom right, rgba(99, 102, 241, 0.12) 0%, transparent 50%),

    /* Bottom Left - Amber Glow (12% opacity) */
    radial-gradient(circle at bottom left, rgba(251, 191, 36, 0.12) 0%, transparent 50%),

    /* Pure White Base */
    #FFFFFF;

  background-repeat: no-repeat;

}

.lp-core-feautures-card.short-1 .lp-core-feautures-content {
  padding: 33px 40px 0 48px;
}

.lp-core-feautures-card.short-6 .lp-core-feautures-visual-sm {
  display: flex;
  justify-content: center;
}

.lp-core-feautures-card.short-5 .lp-core-feautures-visual-sm {
  margin-top: 30px;
}

.lp-core-feautures-card.lp-core-feautures-card-wide.long-3 .lp-core-feautures-visual {
  padding-top: 60px;
}

.lp-core-feautures-card.short-4 .lp-core-feautures-visual-sm {
  display: flex;
  justify-content: end;
}

/* Pricing Plans short variant (same as short-1) */
.lp-core-feautures-card.short-2 {
  padding: 0;
  padding-bottom: 25px;
  background-color: #FFFFFF;
  background-image:
    radial-gradient(circle at bottom right, rgba(99, 102, 241, 0.15) 0%, transparent 40%),
    radial-gradient(circle at bottom left, rgba(251, 36, 237, 0.15) 0%, transparent 40%);

  background-repeat: no-repeat;
}

.lp-core-feautures-card.short-2 .lp-core-feautures-content {
  padding: 33px 7px 0 42px;
}

.lp-core-feautures-card.short-3 {
  padding: 0;
  background:
    /* Bottom Right - Indigo Glow (12% opacity) */
    radial-gradient(circle at bottom right, rgba(99, 102, 241, 0.12) 0%, transparent 50%),

    /* Bottom Left - Green Glow (12% opacity) */
    radial-gradient(circle at bottom left, rgba(79, 251, 36, 0.12) 0%, transparent 50%),

    /* Pure White Base */
    #FFFFFF;

  background-repeat: no-repeat;
}

.lp-core-feautures-card.short-3 .lp-core-feautures-content {
  padding: 33px 40px 0 48px;
}

.lp-core-feautures-card.short-4 {
  padding: 0;
  background:
    /* Bottom Right - Indigo Glow (12% opacity) */
    radial-gradient(circle at bottom right, rgba(99, 102, 241, 0.12) 0%, transparent 50%),

    /* Bottom Left - Red Glow (12% opacity) */
    radial-gradient(circle at bottom left, rgba(251, 36, 36, 0.12) 0%, transparent 50%),

    /* Pure White Base */
    #FFFFFF;

  background-repeat: no-repeat;
}

.lp-core-feautures-card.short-4 .lp-core-feautures-content {
  padding: 33px 40px 0 48px;
}

.lp-core-feautures-card.short-5 {
  padding: 0;
  background:
    /* Bottom Right - Indigo Glow (12% opacity) */
    radial-gradient(circle at bottom right, rgba(99, 102, 241, 0.12) 0%, transparent 50%),

    /* Bottom Left - Yellow-Lime Glow (12% opacity) */
    radial-gradient(circle at bottom left, rgba(237, 251, 36, 0.12) 0%, transparent 50%),

    /* Pure White Base */
    #FFFFFF;

  background-repeat: no-repeat;
}

.lp-core-feautures-card.short-5 .lp-core-feautures-content {
  padding: 33px 40px 0 48px;
}

.lp-core-feautures-card.short-6 {
  padding: 0;
  background:
    /* Bottom Right - Indigo Glow (12% opacity) */
    radial-gradient(circle at bottom right, rgba(99, 102, 241, 0.12) 0%, transparent 50%),

    /* Bottom Left - Teal/Aqua Glow (12% opacity) */
    radial-gradient(circle at bottom left, rgba(36, 251, 190, 0.12) 0%, transparent 50%),

    /* Pure White Base */
    #FFFFFF;

  background-repeat: no-repeat;
}

.lp-core-feautures-card.short-6 .lp-core-feautures-content {
  padding: 33px 40px 0 48px;
}

/* Reviews wide variant (named per request) */
.lp-core-feautures-card.long-2 .lp-core-feautures-desc {
  max-width: 520px;
}

.lp-core-feautures-card.long-3 .lp-core-feautures-desc {
  max-width: 520px;
}

.lp-core-feautures-card.long-4 .lp-core-feautures-desc {
  max-width: 520px;
}

.lp-core-feautures-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 32px;
}

p.lp-core-feautures-desc strong {
  color: #0F0F0F;
  font-weight: 700;
}

.lp-core-feautures-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #7676802e;
  padding: 10px 15px;
  border-radius: 120px;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Geist';
  color: #374151;
  line-height: 18px;
}

.lp-core-feautures-list li span {
  color: var(--lp-primary);
  font-weight: bold;
}

.lp-core-feautures-link {
  color: #6366F1;
  font-size: 12px;
  border-bottom: 1px solid #6366F1;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  font-family: 'Inter';
}

/* Shared SVG check icon (used across the page) */
.lp-check-icon {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}

/* Chips row (Search Engine card) */
.lp-core-feautures-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.lp-core-feautures-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #7676802e;
  padding: 10px 15px;
  border-radius: 120px;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Geist';
  color: #374151;
  line-height: 18px;
  background: #fff;
}

/* Visual Mockups (Simplified shapes to match image layout) */
.lp-core-feautures-visual {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.lp-core-feautures-mock-search {
  width: 300px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.lp-core-feautures-search-bar {
  height: 35px;
  background: #f3f4f6;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 8px;
  font-size: 12px;
  color: #9ca3af;
}

.lp-core-feautures-search-results {
  height: 100px;
  border-top: 1px solid #eee;
}

/* Responsive — Core Features section only (desktop unchanged) */
@media (max-width: 1024px) {
  .lp-core-feautures-container {
    grid-template-columns: 1fr;
  }

  .lp-core-feautures-card {
    padding: 24px;
  }

  .lp-core-feautures-card-wide {
    grid-column: span 1;
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-core-feautures-visual {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }

  .lp-core-feautures-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
  }

  .lp-core-feautures-desc {
    max-width: none;
    margin-bottom: 18px;
  }

  .lp-core-feautures-chips {
    margin-bottom: 18px;
  }

  .lp-core-feautures-card.short-1 .lp-core-feautures-content,
  .lp-core-feautures-card.short-2 .lp-core-feautures-content,
  .lp-core-feautures-card.short-3 .lp-core-feautures-content,
  .lp-core-feautures-card.short-4 .lp-core-feautures-content,
  .lp-core-feautures-card.short-5 .lp-core-feautures-content,
  .lp-core-feautures-card.short-6 .lp-core-feautures-content {
    padding: 24px 24px 0 24px;
  }
}

@media (max-width: 640px) {
  .lp-core-feautures-container {
    gap: 12px;
  }

  .lp-core-feautures-card {
    border-radius: 18px;
  }

  .lp-core-feautures-card.short-2 {
    padding-bottom: 18px;
  }

  a.lp-hero-cta-buy.btn-glow {
    padding-left: 17px !important;
    padding-right: 17px !important;
    font-size: 16px !important;
  }

  a.lp-final-cta-buy.btn-glow {
    padding: 13px 10px 13px 10px !important;
    font-size: 16px;
  }

  .lp-final-cta-box {
    padding: 20px !important;
  }

  .lp-compare-cell-badge {
    flex-direction: column !important;
  }

  .lp-compare-cta-cell {
    padding: 12px 5px !important;
  }

  .lp-compare-cta-btn {
    font-size: 14px !important;
    padding: 10px 11px 10px 14px !important;
  }
}

@media (min-width: 640px) {
  a.lp-final-cta-buy.btn-glow {
    padding: 1.25rem 2.5rem !important;
  }
}

/* ── Builder demo (#features) — desktop layout (default) ── */
.lp-builder-shell {
  min-height: 630px;
  flex-direction: row;
}

.lp-builder-tools {
  width: 248px;
}

.lp-builder-tools__nav {
  max-height: 560px;
}

.lp-builder-body {
  min-height: 560px;
}

.lp-builder-mini {
  width: 220px;
}

/* ── Builder demo — tablet / mobile (< 1024px); desktop unchanged at lg ── */
@media (max-width: 1023.98px) {
  #features .lp-builder-demo {
    width: 100%;
    max-width: 100%;
  }

  #features .text-center.mb-16 {
    margin-bottom: 2.5rem;
  }

  .lp-builder-shell {
    min-height: 0 !important;
    flex-direction: column !important;
    border-radius: 1rem;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
  }

  .lp-builder-tools {
    width: 100% !important;
    flex: none;
    border-right: none !important;
    border-bottom: 1px solid #e2e8f0;
  }

  .lp-builder-tools>.px-5 {
    padding: 0.65rem 1rem;
  }

  .lp-builder-tools__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: none !important;
    max-height: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    padding-bottom: 0.35rem;
  }

  .lp-builder-tools__nav>button {
    width: auto !important;
    min-width: 9.25rem;
    max-width: 10.75rem;
    flex-shrink: 0;
    scroll-snap-align: start;
    margin-top: 0 !important;
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
    border-top: none !important;
  }

  .lp-builder-tools__nav>button .absolute.left-0 {
    top: auto !important;
    bottom: 0.3rem !important;
    left: 0.65rem !important;
    right: 0.65rem !important;
    width: auto !important;
    height: 2px !important;
    border-radius: 2px;
  }

  .lp-builder-tools__more {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .lp-builder-tools__more>button {
    width: auto !important;
    min-width: 9.25rem;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .lp-builder-tools__more>button .absolute.left-0 {
    top: auto !important;
    bottom: 0.3rem !important;
    left: 0.65rem !important;
    right: 0.65rem !important;
    width: auto !important;
    height: 2px !important;
    border-radius: 2px;
  }

  .lp-builder-mini {
    display: none !important;
  }

  .lp-builder-editor {
    flex: 1;
    min-width: 0;
    min-height: 360px;
  }

  .lp-builder-body {
    min-height: 320px !important;
  }

  .lp-builder-toolbar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }

  .lp-builder-toolbar>div {
    flex-shrink: 0;
  }

  .lp-builder-canvas .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lp-builder-canvas>div>div[style*="padding:28px"] {
    padding: 1.25rem 1rem 1rem !important;
  }

  .lp-builder-canvas>div>div[style*="min-height:400px"] {
    min-height: 280px !important;
    padding: 1.25rem !important;
  }
}

@media (max-width: 479.98px) {
  .lp-builder-canvas .grid-cols-3 {
    grid-template-columns: 1fr !important;
  }

  .lp-builder-tools__nav>button,
  .lp-builder-tools__more>button {
    min-width: 8.25rem;
  }

  .lp-builder-shell {
    border-radius: 0.875rem;
  }
}

.map-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #080B14;
  padding: 20px;

  perspective: 2000px;
}

.map-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* 👈 changed */
  gap: 20px;
  padding: 20px;

  transform: rotateX(55deg) rotateZ(-35deg) scale(1.2);
  transform-style: preserve-3d;
}

.map-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform-style: preserve-3d;
}

.card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  flex-shrink: 0;
}

.card img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity .4s ease;
}

.img-org {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.card:hover .img-org {
  opacity: 1;
}

.card:hover .img-scl {
  opacity: 0;
}

/* optional floating motion */
.move-up {
  animation: up 25s linear infinite;
}

.move-down {
  animation: down 25s linear infinite;
}

@keyframes up {
  from {
    transform: translateY(-70%);
  }

  to {
    transform: translateY(-32%);
  }
}

@keyframes down {
  from {
    transform: translateY(-18%);
  }

  to {
    transform: translateY(-42%);
  }
}

/* responsive */
@media(max-width:991px) {
  .map-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .map-section {
    height: 400px !important;
  }
}

@media(max-width:767px) {
  .map-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .map-section {
    height: 300px !important;
  }
}

.video-card {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}

/* Thumbnail */
.video-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  transition: opacity .4s ease;
}

/* Video */
.video-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  z-index: 3;
  transition: transform .3s ease, opacity .3s ease;
}

.video-card:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width:768px) {
  .video-player-play-btn {
    width: 40px !important;
    height: 40px !important;
  }

  .video-player-play-btn svg {
    margin: 0 !important;
    width: 20px !important;
  }
}

/* Hero video — iOS Safari fixes */
.hero-video-wrap {
  background: #000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hero-video-player {
  z-index: 1;
}

.hero-video-overlay {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

.hero-video-overlay.pointer-events-none {
  visibility: hidden;
}

/* Builder demo panel — responsive YouTube embed */
.builder-demo-video-box {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  background: #0f1117;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.builder-demo-video-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}