:root {
  color-scheme: light;
  --bg: #f5efe3;
  --panel: #fffaf3;
  --panel-strong: #ffffff;
  --text: #112038;
  --muted: #596577;
  --line: #dad9d4;
  --accent: #0a7b6a;
  --accent-dark: #102f57;
  --accent-soft: #e5f2ee;
  --danger: #b42318;
  --ok: #16803d;
  --shadow: 0 28px 70px rgba(18, 27, 41, 0.12);
  --radius: 8px;
  --font: "Bricolage Grotesque", "Space Grotesk", "Segoe UI", sans-serif;
  --serif: "Lora", "Bricolage Grotesque", Georgia, serif;
}

/* v17 absolute final: calmer first screen typography and visible kicker. */
body.is-marketing-preview .market-hero {
  padding: clamp(22px, 4vw, 38px) !important;
  border-radius: 26px !important;
}

body.is-marketing-preview .market-hero-copy {
  gap: 18px !important;
}

body.is-marketing-preview .market-hero-copy .landing-story-kicker {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(255, 226, 110, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(7, 10, 25, 0.72) !important;
  color: #ffe36f !important;
  font-size: clamp(0.62rem, 1.1vw, 0.76rem) !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .market-hero-copy h1 {
  max-width: 12ch !important;
  color: #fff8eb !important;
  font-size: clamp(2.65rem, 5.6vw, 5.05rem) !important;
  line-height: 0.98 !important;
}

body.is-marketing-preview .market-hero-actions {
  gap: 12px !important;
}

body.is-marketing-preview .market-hero-actions .landing-primary-cta,
body.is-marketing-preview .market-hero-actions .secondary-button {
  min-height: 54px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  font-size: 0.92rem !important;
  line-height: 1.1 !important;
}

body.is-marketing-preview .market-hero-actions .secondary-button {
  border: 1px solid rgba(255, 248, 235, 0.16) !important;
  background: rgba(255, 255, 255, 0.075) !important;
  color: #fff8eb !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-hero {
    padding: 18px 16px 20px !important;
    border-radius: 22px !important;
  }

  body.is-marketing-preview .market-hero-copy {
    gap: 14px !important;
  }

  body.is-marketing-preview .market-hero-copy .landing-story-kicker {
    padding: 6px 10px !important;
    font-size: 0.58rem !important;
    letter-spacing: 0.06em !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 11ch !important;
    font-size: clamp(2.12rem, 8.5vw, 2.9rem) !important;
    line-height: 1 !important;
  }

  body.is-marketing-preview .market-hero-actions {
    gap: 10px !important;
  }

  body.is-marketing-preview .market-hero-actions .landing-primary-cta,
  body.is-marketing-preview .market-hero-actions .secondary-button {
    min-height: 50px !important;
    padding: 0 16px !important;
    font-size: 0.84rem !important;
  }
}

/* v18: subtle living brand in the topbar. */
body.is-marketing-preview .landing-brand {
  position: relative !important;
  overflow: visible !important;
}

body.is-marketing-preview .landing-brand-mark {
  position: relative !important;
  isolation: isolate !important;
  animation: brandMarkFloat 4.8s ease-in-out infinite !important;
}

body.is-marketing-preview .landing-brand-mark::before {
  content: "" !important;
  position: absolute !important;
  inset: -7px !important;
  z-index: -1 !important;
  border-radius: inherit !important;
  background: conic-gradient(from 120deg, rgba(255, 226, 110, 0), rgba(255, 226, 110, 0.46), rgba(178, 105, 255, 0.28), rgba(255, 226, 110, 0)) !important;
  filter: blur(8px) !important;
  opacity: 0.62 !important;
  animation: brandHaloSpin 7s linear infinite !important;
}

body.is-marketing-preview .landing-brand-mark img {
  position: relative !important;
  z-index: 1 !important;
  animation: brandIconSpark 3.8s ease-in-out infinite !important;
}

body.is-marketing-preview .landing-brand strong {
  position: relative !important;
  overflow: hidden !important;
  color: #fff8eb !important;
  text-shadow: 0 0 18px rgba(255, 226, 110, 0.12) !important;
}

body.is-marketing-preview .landing-brand strong::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(105deg, transparent 0 38%, rgba(255, 226, 110, 0.56) 48%, transparent 58% 100%) !important;
  transform: translateX(-130%) !important;
  animation: brandNameSweep 5.8s ease-in-out infinite !important;
  pointer-events: none !important;
}

body.is-marketing-preview .landing-brand span:not(.landing-brand-mark) {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: fit-content !important;
  color: rgba(255, 248, 235, 0.66) !important;
  animation: brandStatusGlow 4.4s ease-in-out infinite !important;
}

body.is-marketing-preview .landing-brand span:not(.landing-brand-mark)::before {
  content: "" !important;
  width: 6px !important;
  height: 6px !important;
  flex: 0 0 auto !important;
  border-radius: 999px !important;
  background: #ffe36f !important;
  box-shadow: 0 0 0 0 rgba(255, 226, 110, 0.42), 0 0 12px rgba(255, 226, 110, 0.7) !important;
  animation: brandPulseDot 2.2s ease-in-out infinite !important;
}

body.is-marketing-preview .landing-brand span:not(.landing-brand-mark)::after {
  content: "" !important;
  width: 4px !important;
  height: 1em !important;
  margin-left: 1px !important;
  border-radius: 999px !important;
  background: rgba(255, 226, 110, 0.72) !important;
  opacity: 0.72 !important;
  animation: brandCaretBlink 1.1s steps(2, end) infinite !important;
}

/* v19 true EOF: expandable objections and calmer final copy. */
body.is-marketing-preview .landing-market-infographic h1,
body.is-marketing-preview .landing-market-infographic h2,
body.is-marketing-preview .landing-market-infographic h3,
body.is-marketing-preview .landing-market-infographic strong,
body.is-marketing-preview .landing-market-infographic summary {
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

body.is-marketing-preview .landing-market-infographic h2 {
  font-size: clamp(1.95rem, 4.2vw, 3.2rem) !important;
  line-height: 1.02 !important;
}

body.is-marketing-preview .market-objection-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.is-marketing-preview .market-objection-item {
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.13) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 226, 110, 0.1), transparent 28%),
    rgba(255, 255, 255, 0.058) !important;
}

body.is-marketing-preview .market-objection-item summary {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 30px !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 72px !important;
  padding: 18px !important;
  color: #fff8eb !important;
  cursor: pointer !important;
  font-size: clamp(0.98rem, 1.8vw, 1.18rem) !important;
  font-weight: 950 !important;
  line-height: 1.14 !important;
  list-style: none !important;
}

body.is-marketing-preview .market-objection-item summary::-webkit-details-marker {
  display: none !important;
}

body.is-marketing-preview .market-objection-item summary::after {
  content: "+" !important;
  display: grid !important;
  width: 30px !important;
  height: 30px !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff9345, #ffe36f) !important;
  color: #101526 !important;
  font-family: var(--sans) !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  transition: transform 180ms ease !important;
}

body.is-marketing-preview .market-objection-item[open] summary::after {
  transform: rotate(45deg) !important;
}

body.is-marketing-preview .market-objection-item p {
  display: block !important;
  margin: -4px 18px 18px !important;
  color: rgba(255, 248, 235, 0.68) !important;
  font-size: 0.86rem !important;
  font-weight: 740 !important;
  line-height: 1.48 !important;
}

body.is-marketing-preview .market-final-cta {
  align-items: center !important;
  gap: 18px !important;
  padding: clamp(22px, 4vw, 34px) !important;
}

body.is-marketing-preview .market-final-cta h2 {
  max-width: 15ch !important;
  font-size: clamp(2.05rem, 4.8vw, 3.45rem) !important;
  line-height: 1.01 !important;
}

body.is-marketing-preview .market-final-cta p:not(.landing-story-kicker) {
  display: block !important;
  max-width: 42ch !important;
  color: rgba(255, 248, 235, 0.7) !important;
  font-size: 0.92rem !important;
  font-weight: 760 !important;
  line-height: 1.45 !important;
}

body.is-marketing-preview .market-final-cta .landing-primary-cta {
  min-height: 54px !important;
  padding: 0 24px !important;
  font-size: 0.94rem !important;
  white-space: normal !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-market-infographic h2 {
    font-size: clamp(1.75rem, 8vw, 2.45rem) !important;
  }

  body.is-marketing-preview .market-objection-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.is-marketing-preview .market-objection-item summary {
    min-height: 62px !important;
    padding: 15px !important;
    font-size: 0.96rem !important;
  }

  body.is-marketing-preview .market-objection-item p {
    margin: -2px 15px 16px !important;
    font-size: 0.8rem !important;
  }

  body.is-marketing-preview .market-final-cta {
    padding: 20px 16px !important;
  }

  body.is-marketing-preview .market-final-cta h2 {
    max-width: 13ch !important;
    font-size: clamp(1.9rem, 8.6vw, 2.55rem) !important;
  }
}

/* v19: clearer objections, calmer copy scale, better final conversion block. */
body.is-marketing-preview .landing-market-infographic h1,
body.is-marketing-preview .landing-market-infographic h2,
body.is-marketing-preview .landing-market-infographic h3,
body.is-marketing-preview .landing-market-infographic strong,
body.is-marketing-preview .landing-market-infographic summary {
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

body.is-marketing-preview .landing-market-infographic h2 {
  font-size: clamp(1.95rem, 4.2vw, 3.2rem) !important;
  line-height: 1.02 !important;
}

body.is-marketing-preview .market-objection-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.is-marketing-preview .market-objection-item {
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.13) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 226, 110, 0.1), transparent 28%),
    rgba(255, 255, 255, 0.058) !important;
}

body.is-marketing-preview .market-objection-item summary {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 30px !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 72px !important;
  padding: 18px 18px !important;
  color: #fff8eb !important;
  cursor: pointer !important;
  font-size: clamp(0.98rem, 1.8vw, 1.18rem) !important;
  font-weight: 950 !important;
  line-height: 1.14 !important;
  list-style: none !important;
}

body.is-marketing-preview .market-objection-item summary::-webkit-details-marker {
  display: none !important;
}

body.is-marketing-preview .market-objection-item summary::after {
  content: "+" !important;
  display: grid !important;
  width: 30px !important;
  height: 30px !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff9345, #ffe36f) !important;
  color: #101526 !important;
  font-family: var(--sans) !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  transition: transform 180ms ease !important;
}

body.is-marketing-preview .market-objection-item[open] summary::after {
  transform: rotate(45deg) !important;
}

body.is-marketing-preview .market-objection-item p {
  display: block !important;
  margin: -4px 18px 18px !important;
  color: rgba(255, 248, 235, 0.68) !important;
  font-size: 0.86rem !important;
  font-weight: 740 !important;
  line-height: 1.48 !important;
}

body.is-marketing-preview .market-final-cta {
  align-items: center !important;
  gap: 18px !important;
  padding: clamp(22px, 4vw, 34px) !important;
}

body.is-marketing-preview .market-final-cta h2 {
  max-width: 15ch !important;
  font-size: clamp(2.05rem, 4.8vw, 3.45rem) !important;
  line-height: 1.01 !important;
}

body.is-marketing-preview .market-final-cta p:not(.landing-story-kicker) {
  display: block !important;
  max-width: 42ch !important;
  color: rgba(255, 248, 235, 0.7) !important;
  font-size: 0.92rem !important;
  font-weight: 760 !important;
  line-height: 1.45 !important;
}

body.is-marketing-preview .market-final-cta .landing-primary-cta {
  min-height: 54px !important;
  padding: 0 24px !important;
  font-size: 0.94rem !important;
  white-space: normal !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-market-infographic h2 {
    font-size: clamp(1.75rem, 8vw, 2.45rem) !important;
  }

  body.is-marketing-preview .market-objection-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.is-marketing-preview .market-objection-item summary {
    min-height: 62px !important;
    padding: 15px 15px !important;
    font-size: 0.96rem !important;
  }

  body.is-marketing-preview .market-objection-item p {
    margin: -2px 15px 16px !important;
    font-size: 0.8rem !important;
  }

  body.is-marketing-preview .market-final-cta {
    padding: 20px 16px !important;
  }

  body.is-marketing-preview .market-final-cta h2 {
    max-width: 13ch !important;
    font-size: clamp(1.9rem, 8.6vw, 2.55rem) !important;
  }
}

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

@keyframes brandHaloSpin {
  to { transform: rotate(360deg); }
}

@keyframes brandIconSpark {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(255, 226, 110, 0)); }
  45%, 58% { filter: drop-shadow(0 0 12px rgba(255, 226, 110, 0.58)); }
}

@keyframes brandNameSweep {
  0%, 54%, 100% { transform: translateX(-130%); opacity: 0; }
  62% { opacity: 0.88; }
  78% { transform: translateX(130%); opacity: 0; }
}

@keyframes brandStatusGlow {
  0%, 100% { opacity: 0.72; }
  45%, 62% { opacity: 1; }
}

@keyframes brandPulseDot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 226, 110, 0.36), 0 0 12px rgba(255, 226, 110, 0.56); }
  50% { box-shadow: 0 0 0 7px rgba(255, 226, 110, 0), 0 0 18px rgba(255, 226, 110, 0.82); }
}

@keyframes brandCaretBlink {
  0%, 45% { opacity: 0.78; }
  46%, 100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  body.is-marketing-preview .landing-brand-mark,
  body.is-marketing-preview .landing-brand-mark::before,
  body.is-marketing-preview .landing-brand-mark img,
  body.is-marketing-preview .landing-brand strong::after,
  body.is-marketing-preview .landing-brand span:not(.landing-brand-mark),
  body.is-marketing-preview .landing-brand span:not(.landing-brand-mark)::before,
  body.is-marketing-preview .landing-brand span:not(.landing-brand-mark)::after {
    animation: none !important;
  }
}

/* Buyer-friendly proof section: brighter cards, no technical jargon. */
body.is-marketing-preview .landing-visual-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.is-marketing-preview .landing-visual-card,
body.is-marketing-preview .landing-visual-card.is-offer,
body.is-marketing-preview .landing-visual-card.is-money,
body.is-marketing-preview .landing-visual-card.is-proof {
  min-height: 188px !important;
  padding: 22px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 88% 20%, rgba(246, 202, 99, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(20, 25, 52, 0.98), rgba(9, 13, 31, 0.96)) !important;
  color: #fff8eb !important;
  opacity: 1 !important;
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset !important;
}

body.is-marketing-preview .landing-visual-card .landing-story-kicker {
  color: #ffdc68 !important;
  font-size: 0.72rem !important;
}

body.is-marketing-preview .landing-visual-card h2,
body.is-marketing-preview .landing-visual-card.is-money h2,
body.is-marketing-preview .landing-visual-card.is-proof h2 {
  max-width: 13ch !important;
  color: #fff8eb !important;
  font-size: clamp(1.3rem, 2vw, 1.82rem) !important;
  line-height: 1.06 !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28) !important;
}

body.is-marketing-preview .landing-visual-card span {
  max-width: 28ch !important;
  color: rgba(255, 248, 235, 0.76) !important;
  font-size: 0.8rem !important;
  line-height: 1.42 !important;
}

body.is-marketing-preview .landing-proof-panel {
  grid-template-columns: minmax(300px, 0.92fr) minmax(420px, 1.08fr) !important;
  gap: clamp(22px, 4vw, 48px) !important;
  align-items: center !important;
  padding: clamp(24px, 4vw, 48px) !important;
  border-color: rgba(246, 202, 99, 0.18) !important;
  background:
    radial-gradient(circle at 10% 86%, rgba(24, 210, 255, 0.13), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(246, 202, 99, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(9, 13, 31, 0.98), rgba(8, 10, 25, 0.98)) !important;
}

body.is-marketing-preview .landing-proof-copy h2 {
  max-width: 13ch !important;
  color: #fff8eb !important;
  font-size: clamp(1.82rem, 3.2vw, 2.9rem) !important;
  line-height: 1.05 !important;
}

body.is-marketing-preview .landing-proof-lead {
  max-width: 36rem !important;
  color: rgba(255, 248, 235, 0.78) !important;
  font-size: clamp(0.92rem, 1.05vw, 1rem) !important;
  line-height: 1.55 !important;
}

body.is-marketing-preview .landing-proof-pills span,
body.is-marketing-preview .landing-proof-checklist span {
  background: rgba(255, 248, 235, 0.94) !important;
  color: #111628 !important;
}

body.is-marketing-preview .landing-proof-checklist {
  gap: 9px !important;
  padding: 12px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body.is-marketing-preview .landing-proof-board {
  gap: 14px !important;
  padding: 14px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.07) !important;
}

body.is-marketing-preview .landing-proof-screen,
body.is-marketing-preview .landing-proof-screen.is-hero-proof,
body.is-marketing-preview .landing-proof-screen.is-offer-proof,
body.is-marketing-preview .landing-proof-screen.is-package-proof {
  border-color: rgba(255, 248, 235, 0.12) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff8eb !important;
  opacity: 1 !important;
}

body.is-marketing-preview .landing-proof-screen h3,
body.is-marketing-preview .landing-proof-screen.is-offer-proof h3,
body.is-marketing-preview .landing-proof-screen.is-package-proof h3 {
  max-width: 12ch !important;
  color: #fff8eb !important;
  font-size: clamp(1.2rem, 2vw, 1.65rem) !important;
  line-height: 1.08 !important;
}

body.is-marketing-preview .landing-proof-screen p,
body.is-marketing-preview .landing-proof-screen.is-offer-proof p,
body.is-marketing-preview .landing-proof-screen.is-package-proof p {
  color: rgba(255, 248, 235, 0.78) !important;
  font-size: 0.86rem !important;
  line-height: 1.42 !important;
}

body.is-marketing-preview .landing-proof-screen.is-package-proof strong {
  background: linear-gradient(135deg, #ff9945, #ffe36f) !important;
  color: #111628 !important;
}

body.is-marketing-preview .proof-mini-site {
  background: linear-gradient(180deg, rgba(255, 248, 235, 0.12), rgba(255, 248, 235, 0.06)) !important;
}

body.is-marketing-preview .proof-mini-hero h3 {
  color: #fff8eb !important;
}

body.is-marketing-preview .proof-mini-hero p {
  color: rgba(255, 248, 235, 0.78) !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-visual-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.is-marketing-preview .landing-visual-card,
  body.is-marketing-preview .landing-visual-card.is-offer,
  body.is-marketing-preview .landing-visual-card.is-money,
  body.is-marketing-preview .landing-visual-card.is-proof {
    min-height: 0 !important;
    padding: 16px !important;
    border-radius: 20px !important;
  }

  body.is-marketing-preview .landing-visual-card h2,
  body.is-marketing-preview .landing-visual-card.is-money h2,
  body.is-marketing-preview .landing-visual-card.is-proof h2 {
    max-width: 16ch !important;
    font-size: clamp(1.1rem, 5.8vw, 1.45rem) !important;
  }

  body.is-marketing-preview .landing-proof-panel {
    grid-template-columns: 1fr !important;
    padding: 18px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .landing-proof-copy h2 {
    max-width: 15ch !important;
    font-size: clamp(1.34rem, 6.5vw, 1.9rem) !important;
  }

  body.is-marketing-preview .landing-proof-board {
    grid-template-columns: 1fr !important;
  }
}

/* Final mobile readability finish for the buyer proof section. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-visual-card,
  body.is-marketing-preview .landing-visual-card.is-offer,
  body.is-marketing-preview .landing-visual-card.is-money,
  body.is-marketing-preview .landing-visual-card.is-proof {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.is-marketing-preview .landing-visual-card .landing-story-kicker {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #ffdc68 !important;
    text-align: left !important;
  }

  body.is-marketing-preview .landing-proof-checklist {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.is-marketing-preview .landing-proof-checklist span {
    min-height: 48px !important;
    justify-content: flex-start !important;
    padding: 11px 12px !important;
    font-size: 0.8rem !important;
    text-align: left !important;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof,
  body.is-marketing-preview .landing-proof-screen.is-package-proof {
    padding: 18px !important;
  }
}

/* Mobile readability finish for the buyer proof section. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-visual-card,
  body.is-marketing-preview .landing-visual-card.is-offer,
  body.is-marketing-preview .landing-visual-card.is-money,
  body.is-marketing-preview .landing-visual-card.is-proof {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.is-marketing-preview .landing-visual-card .landing-story-kicker {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #ffdc68 !important;
    text-align: left !important;
  }

  body.is-marketing-preview .landing-proof-checklist {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.is-marketing-preview .landing-proof-checklist span {
    min-height: 48px !important;
    justify-content: flex-start !important;
    padding: 11px 12px !important;
    font-size: 0.8rem !important;
    text-align: left !important;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof,
  body.is-marketing-preview .landing-proof-screen.is-package-proof {
    padding: 18px !important;
  }
}


* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.55;
  overflow-x: hidden;
}

.app-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(360px, 440px) minmax(0, 1fr);
  overflow-x: clip;
}

.control-panel {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
  padding: 34px;
  background: var(--panel);
  border-right: 1px solid var(--line);
  overflow-x: hidden;
  container-type: inline-size;
}

.landing-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 107, 95, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 248, 0.98) 100%);
  box-shadow: 0 16px 40px rgba(23, 23, 23, 0.05);
}

.landing-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing-brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, #123d68 0%, #0c6a62 55%, #d89f49 100%);
  color: #fff;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 26px rgba(16, 47, 87, 0.22);
}

.landing-brand-mark::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(216, 159, 73, 0.3);
  border-radius: 18px;
  opacity: 0.8;
}

.landing-brand strong {
  display: block;
  font-family: var(--serif);
  color: var(--text);
  font-size: 1.15rem;
  line-height: 1.05;
}

.landing-brand span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 720;
}

.landing-auth-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.landing-topbar-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(16, 47, 87, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #102f57;
  font-size: 0.74rem;
  font-weight: 860;
  white-space: nowrap;
}

.landing-auth-state {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid rgba(15, 107, 95, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 840;
}

.landing-hero-card,
.landing-story-card {
  border: 1px solid rgba(15, 107, 95, 0.14);
  border-radius: 24px;
  background: var(--panel-strong);
  box-shadow: 0 22px 54px rgba(23, 23, 23, 0.07);
}

.landing-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.9fr);
  gap: 20px;
  padding: 26px;
  background:
    radial-gradient(circle at top right, rgba(216, 159, 73, 0.4), transparent 34%),
    radial-gradient(circle at left center, rgba(10, 123, 106, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.995) 0%, rgba(250, 244, 233, 0.995) 100%);
}

.landing-hero-copy {
  display: grid;
  gap: 14px;
}

.landing-hero-copy .eyebrow {
  max-width: 30ch;
  font-size: 0.78rem;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-wrap: balance;
}

.landing-voice-card {
  display: grid;
  gap: 4px;
  width: fit-content;
  max-width: min(100%, 30rem);
  padding: 12px 16px;
  border: 1px solid rgba(16, 47, 87, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 250, 248, 0.98) 100%);
  box-shadow: 0 18px 38px rgba(16, 47, 87, 0.08);
}

.landing-voice-card span {
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing-voice-card p {
  margin: 0;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.landing-hero-card h1 {
  max-width: 9ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4.3vw, 4.45rem);
  line-height: 0.87;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.landing-hero-lead {
  max-width: 46ch;
  color: #3d4a60;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.58;
}

.landing-bobo-inline {
  display: none;
}

.landing-price-pill {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 10px;
  width: fit-content;
  max-width: 100%;
  padding: 13px 16px;
  border: 1px solid rgba(18, 61, 104, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(216, 159, 73, 0.22), transparent 34%),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 34px rgba(18, 61, 104, 0.1);
}

.landing-price-pill strong {
  color: var(--accent-dark);
  font-family: var(--serif);
  font-size: 2.2rem;
  line-height: 1;
}

.landing-price-pill span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 760;
  line-height: 1.35;
}

.landing-price-pill small {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f5f8f6;
  color: #6b7280;
  font-size: 0.72rem;
  font-weight: 780;
}

.landing-hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.landing-primary-cta {
  min-height: 60px;
  padding: 16px 26px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, #102f57 0%, #0a7b6a 55%, #d89f49 100%);
  box-shadow: 0 22px 42px rgba(16, 47, 87, 0.28);
  font-size: 1rem;
  font-weight: 840;
}

.landing-cta-note {
  margin: -2px 0 0;
  color: #607086;
  font-size: 0.82rem;
  font-weight: 760;
}

.landing-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-proof-list li {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(16, 47, 87, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 820;
}

.landing-hero-side {
  display: grid;
  gap: 12px;
  align-content: start;
}

.landing-hero-visual {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(16, 47, 87, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(216, 159, 73, 0.24), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 249, 246, 0.96) 100%);
  box-shadow: 0 22px 42px rgba(16, 47, 87, 0.08);
  overflow: hidden;
}

.landing-hero-visual::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 159, 73, 0.28) 0%, rgba(216, 159, 73, 0) 72%);
}

.landing-hero-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.landing-robot-stamp {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: grid;
  gap: 2px;
  width: 110px;
  padding: 12px 10px;
  border-radius: 24px;
  background: #102f57;
  color: #fff;
  text-align: center;
  box-shadow: 0 18px 36px rgba(16, 47, 87, 0.22);
  transform: rotate(8deg);
}

.landing-robot-stamp strong {
  font-family: var(--serif);
  font-size: 1.5rem;
  line-height: 0.95;
}

.landing-robot-stamp span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.landing-hero-visual figcaption {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
}

.landing-hero-visual strong {
  color: var(--accent-dark);
  font-family: var(--serif);
  font-size: 1.16rem;
  line-height: 1;
}

.landing-hero-visual span {
  color: #455168;
  font-size: 0.88rem;
  font-weight: 720;
}

.landing-metric-card {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border: 1px solid rgba(16, 47, 87, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 248, 244, 0.95) 100%);
  backdrop-filter: blur(6px);
  box-shadow: 0 16px 34px rgba(18, 27, 41, 0.06);
}

.landing-metric-card span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.landing-metric-card strong {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.15;
}

.landing-metric-card p {
  margin: 0;
  font-size: 0.84rem;
  color: #425169;
  font-weight: 700;
  line-height: 1.45;
}

.landing-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.landing-brand-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1.08fr);
  gap: 18px;
  overflow: hidden;
  padding: 24px;
  border-radius: 28px;
}

.landing-brand-band::before {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
}

.landing-brand-band-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.landing-brand-band-copy h2,
.landing-brand-band-copy p {
  margin: 0;
}

.landing-brand-band-copy p:not(.landing-story-kicker) {
  max-width: 56ch;
  color: rgba(231, 239, 255, 0.74);
  font-size: 0.94rem;
  font-weight: 720;
  line-height: 1.5;
}

.landing-brand-band-points {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: center;
}

.landing-brand-band-points span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 13px 14px;
  border-radius: 18px;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.18;
}

.landing-story-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(251, 249, 244, 0.99) 100%);
}

.landing-story-kicker {
  color: var(--accent-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.landing-story-card h2 {
  max-width: 16ch;
  margin: 0;
  font-family: var(--serif);
  font-size: 1.4rem;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.landing-story-card p:last-child {
  color: #425066;
  font-size: 0.88rem;
  font-weight: 700;
}

.landing-microproofs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-microproof {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(18, 61, 104, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--accent-dark);
  font-size: 0.84rem;
  font-weight: 780;
  box-shadow: 0 12px 24px rgba(18, 61, 104, 0.07);
}

.landing-clarity-grid {
  display: grid;
  gap: 14px;
}

.landing-clarity-card {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(15, 107, 95, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 245, 239, 0.99) 100%);
  box-shadow: 0 18px 44px rgba(23, 23, 23, 0.06);
}

.landing-clarity-card h2 {
  max-width: 20ch;
  margin: 0;
  font-family: var(--serif);
  font-size: 1.42rem;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.landing-check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 720;
  line-height: 1.48;
}

.landing-check-list li::before {
  content: "";
  position: absolute;
  top: 0.53rem;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0c6a62 0%, #d5a864 100%);
  box-shadow: 0 0 0 4px rgba(12, 106, 98, 0.09);
}

.landing-check-list.is-muted li {
  color: #435068;
  font-weight: 650;
}

.landing-faq-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.48fr);
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(15, 107, 95, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 223, 107, 0.2), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(24, 210, 255, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 251, 242, 0.99) 0%, rgba(242, 250, 249, 0.99) 100%);
  box-shadow: 0 18px 44px rgba(23, 23, 23, 0.06);
}

.landing-faq-heading {
  align-content: center;
  display: grid;
  gap: 8px;
}

.landing-faq-heading h2 {
  max-width: 16ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.landing-faq-heading p:not(.landing-story-kicker) {
  max-width: 54ch;
  margin: 0;
  color: #455168;
  font-size: 0.96rem;
  font-weight: 760;
  line-height: 1.48;
}

.landing-faq-receipt {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  gap: 12px;
  min-height: 236px;
  padding: 18px;
  border: 1px solid rgba(17, 32, 56, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 223, 107, 0.28), transparent 34%),
    linear-gradient(135deg, #112038 0%, #173b62 100%);
  color: #fff9ed;
  box-shadow: 0 22px 52px rgba(17, 32, 56, 0.16);
}

.landing-faq-receipt::before {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.landing-faq-price {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  align-items: baseline;
  padding: 8px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #112038;
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}

.landing-faq-receipt strong {
  position: relative;
  z-index: 1;
  max-width: 14ch;
  font-family: var(--serif);
  font-size: 1.7rem;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.landing-faq-receipt p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 249, 237, 0.78);
  font-size: 0.84rem;
  font-weight: 760;
  line-height: 1.4;
}

.landing-faq-receipt div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
}

.landing-faq-receipt small {
  display: flex;
  min-height: 34px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 249, 237, 0.88);
  font-size: 0.72rem;
  font-weight: 900;
}

.landing-faq-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  counter-reset: faq;
}

.landing-faq-item {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 174px;
  padding: 18px;
  border: 1px solid rgba(18, 61, 104, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 34px rgba(17, 32, 56, 0.06);
}

.landing-faq-item::before {
  counter-increment: faq;
  content: counter(faq, decimal-leading-zero);
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #112038;
  font-size: 0.72rem;
  font-weight: 950;
}

.landing-faq-item h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.landing-faq-item p {
  margin: 0;
  color: #455168;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.landing-delivery-card {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 247, 220, 0.9) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(236, 250, 255, 0.9) 100%);
  box-shadow: 0 18px 46px rgba(29, 34, 53, 0.08);
}

.landing-delivery-heading {
  display: grid;
  gap: 8px;
}

.landing-delivery-heading h2 {
  max-width: 14ch;
  margin: 0;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.02;
}

.landing-delivery-heading p {
  max-width: 52ch;
  margin: 0;
  color: #455168;
  font-size: 0.94rem;
  font-weight: 720;
  line-height: 1.5;
}

.landing-delivery-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(152px, 1fr));
  gap: 12px;
}

.landing-delivery-steps article {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 28px rgba(17, 32, 56, 0.06);
}

.landing-delivery-steps span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7a45 0%, #ffdf6b 100%);
  color: #112038;
  font-weight: 900;
}

.landing-delivery-steps h3,
.landing-delivery-note strong {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.25;
}

.landing-delivery-steps p,
.landing-delivery-note p,
.landing-output-pack p {
  margin: 0;
  color: #455168;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.44;
}

.landing-output-pack {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 14px;
  align-items: stretch;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 223, 107, 0.22), transparent 32%),
    linear-gradient(135deg, #112038 0%, #1d3552 100%);
  box-shadow: 0 18px 40px rgba(17, 32, 56, 0.14);
}

.landing-output-pack-main {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 6px 8px;
}

body.is-marketing-preview .landing-output-pack-main .landing-story-kicker,
.landing-output-pack-main .landing-story-kicker {
  color: #ffdf6b;
  opacity: 1;
  text-shadow: 0 1px 14px rgba(255, 223, 107, 0.18);
}

.landing-output-pack-main h3 {
  max-width: 16ch;
  margin: 0;
  color: #fff9ed;
  font-family: var(--serif);
  font-size: clamp(1.42rem, 3vw, 2.1rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.landing-output-pack-main p {
  max-width: 42ch;
  color: rgba(255, 249, 237, 0.78);
}

.landing-output-receipt {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.9));
}

.landing-output-receipt span {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 14px;
  background: #fff;
  color: #112038;
  font-size: 0.86rem;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(17, 32, 56, 0.06);
}

.landing-output-receipt strong {
  order: -1;
  display: inline-flex;
  min-width: 58px;
  align-items: center;
  justify-content: center;
  padding: 6px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a45 0%, #ffdf6b 100%);
  color: #112038;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-delivery-note {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(10, 123, 106, 0.14);
  border-radius: 18px;
  background: rgba(229, 242, 238, 0.78);
}

.landing-examples-card {
  position: relative;
  display: grid;
  gap: 18px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(17, 32, 56, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 196, 87, 0.28), transparent 26%),
    radial-gradient(circle at 88% 8%, rgba(9, 128, 121, 0.22), transparent 28%),
    linear-gradient(135deg, #fff6df 0%, #f8fbff 42%, #eff8f0 100%);
  box-shadow: 0 22px 54px rgba(22, 29, 48, 0.1);
}

.landing-examples-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
}

.landing-examples-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.72fr);
  gap: 18px;
  align-items: end;
}

.landing-examples-head h2 {
  max-width: 17ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.85rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.landing-examples-head p {
  margin: 0;
  color: #314058;
  font-size: 0.95rem;
  font-weight: 760;
  line-height: 1.48;
}

.landing-case-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.landing-case-strip span {
  display: grid;
  gap: 3px;
  min-height: 62px;
  padding: 12px 14px;
  border: 1px solid rgba(17, 32, 56, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  color: #314058;
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1.25;
  box-shadow: 0 12px 24px rgba(17, 32, 56, 0.07);
}

.landing-case-strip strong {
  color: #ff6d3d;
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-examples-controls {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.landing-example-nav {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(17, 32, 56, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: #112038;
  box-shadow: 0 14px 26px rgba(17, 32, 56, 0.12);
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.landing-example-nav:hover {
  transform: translateY(-1px);
  background: #112038;
  color: #fff7dc;
}

.landing-examples-track {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 4px 12px;
  scroll-padding-left: 4px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(17, 32, 56, 0.24) transparent;
  scrollbar-width: thin;
}

.landing-example-card {
  position: relative;
  flex: 0 0 min(382px, 86vw);
  overflow: hidden;
  min-height: 456px;
  padding: 12px;
  border: 1px solid rgba(17, 32, 56, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 223, 107, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 246, 249, 0.98) 100%);
  box-shadow: 0 22px 42px rgba(17, 32, 56, 0.18);
  scroll-snap-align: start;
}

.landing-example-card::after {
  content: none;
}

.landing-example-card > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transform: scale(1.02);
}

.landing-example-site-preview {
  position: relative;
  overflow: hidden;
  min-height: 318px;
  border: 1px solid rgba(17, 32, 56, 0.1);
  border-radius: 22px;
  background: #eef5fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.example-browser-bar {
  display: grid;
  grid-template-columns: 9px 9px 9px minmax(0, 1fr);
  gap: 6px;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(17, 32, 56, 0.08);
  background: rgba(255, 255, 255, 0.82);
}

.example-browser-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff7a45;
}

.example-browser-bar span:nth-child(2) {
  background: #ffdf6b;
}

.example-browser-bar span:nth-child(3) {
  background: #1dbf9a;
}

.example-browser-bar small {
  overflow: hidden;
  margin-left: 6px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(17, 32, 56, 0.06);
  color: #536178;
  font-size: 0.62rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.example-site-frame {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 284px;
  padding: 14px;
  isolation: isolate;
}

.example-site-frame::after {
  content: none;
  position: absolute;
  right: 16px;
  bottom: 76px;
  z-index: -1;
  width: 92px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0 58%, transparent 58%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.14));
  box-shadow: 0 18px 26px rgba(17, 32, 56, 0.12);
}

.example-site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.example-logo {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.example-logo span:last-child {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.example-logo-mark {
  display: inline-grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #112038;
  color: #fff9ed;
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: -0.04em;
  box-shadow: 0 10px 18px rgba(17, 32, 56, 0.14);
}

.example-logo strong,
.example-site-nav strong {
  color: #112038;
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1;
}

.example-logo small {
  overflow: hidden;
  max-width: 92px;
  color: rgba(17, 32, 56, 0.58);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.example-site-nav em {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #112038;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
}

.example-logo.is-luma .example-logo-mark {
  border: 1px solid rgba(213, 168, 100, 0.8);
  background: radial-gradient(circle at 28% 20%, #fff4c8, #0a7b6a 62%, #112038);
}

.example-logo.is-blask .example-logo-mark {
  border-radius: 11px;
  background: linear-gradient(135deg, #ff7aa8 0%, #ffdf6b 100%);
  color: #6f143c;
}

.example-logo.is-novadent .example-logo-mark {
  background: linear-gradient(135deg, #eaf8ff 0%, #2a66d9 100%);
  color: #112038;
}

.example-logo.is-lex .example-logo-mark {
  border: 1px solid rgba(213, 168, 100, 0.8);
  border-radius: 8px;
  background: #101a2e;
  color: #d5a864;
}

.example-logo.is-ruch .example-logo-mark {
  border-radius: 40% 60% 45% 55%;
  background: linear-gradient(135deg, #0a7b6a 0%, #c7f36b 100%);
  color: #0c2b25;
}

.example-logo.is-stol .example-logo-mark {
  border: 1px solid rgba(255, 223, 107, 0.7);
  background: radial-gradient(circle at 30% 20%, #ffdf6b, #6f3820 58%, #22140e);
  color: #fff9ed;
}

.example-site-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(82px, 0.78fr);
  gap: 8px;
  align-items: center;
  overflow: hidden;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  isolation: isolate;
}

.example-site-hero::after {
  content: none;
}

.example-site-hero p {
  grid-column: 1;
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(17, 32, 56, 0.66);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.example-site-hero h4 {
  grid-column: 1;
  position: relative;
  z-index: 1;
  max-width: 13ch;
  margin: 0;
  color: #112038;
  font-family: var(--serif);
  font-size: 1.48rem;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.example-site-hero button {
  grid-column: 1;
  position: relative;
  z-index: 1;
  width: fit-content;
  min-height: 34px;
  padding: 8px 12px;
  border: 0;
  border-radius: 999px;
  background: #112038;
  color: #fff9ed;
  font-size: 0.68rem;
  font-weight: 900;
}

.example-site-photo {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 148px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 18px 28px rgba(17, 32, 56, 0.16);
}

.example-site-blocks,
.example-site-grid,
.example-site-columns,
.example-site-list,
.example-site-metrics,
.example-site-menu {
  display: grid;
  gap: 8px;
}

.example-site-blocks,
.example-site-columns,
.example-site-metrics,
.example-site-menu {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.example-site-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.example-site-list {
  grid-template-columns: 1fr;
}

.example-site-blocks span,
.example-site-grid span,
.example-site-columns span,
.example-site-list span,
.example-site-metrics span,
.example-site-menu span {
  min-height: 34px;
  padding: 9px 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: #112038;
  font-size: 0.66rem;
  font-weight: 900;
  text-align: center;
}

.landing-example-site-preview.is-aesthetic {
  background:
    radial-gradient(circle at 84% 20%, rgba(213, 168, 100, 0.42), transparent 28%),
    linear-gradient(135deg, #f8f3e8 0%, #dcefe7 100%);
}

.landing-example-site-preview.is-aesthetic .example-site-hero::after {
  background:
    radial-gradient(circle at 58% 18%, rgba(255, 244, 210, 0.9) 0 12%, transparent 13%),
    linear-gradient(90deg, rgba(10, 123, 106, 0.32) 0 28%, transparent 28%),
    linear-gradient(140deg, #efe2c2 0%, #f9f5ed 46%, #a9c7b7 100%);
}

.landing-example-site-preview.is-aesthetic .example-site-hero button {
  background: linear-gradient(135deg, #0a7b6a 0%, #d5a864 100%);
}

.is-aesthetic-card .example-site-photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  grid-column: auto;
  grid-row: auto;
  min-height: 100%;
  border-radius: 0;
  opacity: 0.92;
  object-position: 52% 52%;
}

.is-aesthetic-card .example-site-frame {
  gap: 10px;
  padding: 12px;
  background:
    linear-gradient(90deg, rgba(10, 123, 106, 0.06) 0 3px, transparent 3px),
    rgba(255, 255, 255, 0.3);
}

.is-aesthetic-card .example-site-hero {
  grid-template-columns: 1fr;
  align-content: end;
  min-height: 236px;
  padding: 16px;
  background: #e8dfce;
}

.is-aesthetic-card .example-site-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, transparent 0%, rgba(8, 44, 38, 0.68) 100%),
    linear-gradient(90deg, rgba(255, 250, 242, 0.76) 0%, rgba(255, 250, 242, 0.42) 44%, transparent 78%);
}

.is-aesthetic-card .example-site-hero p,
.is-aesthetic-card .example-site-hero h4 {
  max-width: 13ch;
  color: #fff9ed;
  text-shadow: 0 2px 14px rgba(8, 44, 38, 0.32);
}

.is-aesthetic-card .example-site-blocks span {
  border: 1px solid rgba(10, 123, 106, 0.12);
  background: rgba(255, 255, 255, 0.86);
}

.is-aesthetic-card .landing-example-copy {
  margin-top: -28px;
  border-radius: 10px 26px 26px;
  background: rgba(29, 42, 48, 0.82);
}

.landing-example-site-preview.is-beauty {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 122, 169, 0.26), transparent 30%),
    linear-gradient(135deg, #fff2f6 0%, #ffe9d1 100%);
}

.landing-example-site-preview.is-beauty .example-site-hero::after {
  background:
    radial-gradient(circle at 58% 22%, rgba(255, 255, 255, 0.82) 0 12%, transparent 13%),
    radial-gradient(circle at 42% 58%, rgba(228, 81, 139, 0.26) 0 24%, transparent 25%),
    linear-gradient(150deg, #ffd1df 0%, #fff4ea 50%, #ff9c68 100%);
}

.landing-example-site-preview.is-beauty .example-site-hero button {
  background: linear-gradient(135deg, #e4518b 0%, #ff9c68 100%);
}

.is-beauty-card .example-site-hero {
  grid-template-columns: 1fr;
  align-content: end;
  min-height: 236px;
  padding: 16px;
  background: #e4518b;
}

.is-beauty-card .example-site-frame {
  grid-template-columns: 0.72fr 1.28fr;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 223, 107, 0.28), transparent 26%),
    rgba(255, 241, 248, 0.64);
}

.is-beauty-card .example-site-nav {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 104px;
  padding: 11px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
}

.is-beauty-card .example-site-hero {
  grid-column: 2;
  grid-row: 1 / 3;
  min-height: 250px;
}

.is-beauty-card .example-site-photo,
.is-law-card .example-site-photo,
.is-physio-card .example-site-photo,
.is-restaurant-card .example-site-photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  grid-column: auto;
  grid-row: auto;
  min-height: 100%;
  border-radius: 0;
  transform: none;
}

.is-beauty-card .example-site-hero::before,
.is-law-card .example-site-hero::before,
.is-physio-card .example-site-hero::before,
.is-restaurant-card .example-site-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.is-beauty-card .example-site-hero::before {
  background:
    linear-gradient(180deg, rgba(228, 81, 139, 0.02) 0%, rgba(228, 81, 139, 0.42) 100%),
    linear-gradient(90deg, rgba(155, 18, 84, 0.78) 0%, rgba(155, 18, 84, 0.5) 42%, transparent 78%);
}

.is-beauty-card .example-site-photo {
  opacity: 0.82;
  object-position: 48% 50%;
}

.is-beauty-card .example-site-hero p,
.is-beauty-card .example-site-hero h4 {
  max-width: 15ch;
  color: #fff9ed;
  text-shadow: 0 2px 12px rgba(17, 32, 56, 0.24);
}

.is-beauty-card .example-site-grid {
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: 1fr;
  align-self: end;
  transform: none;
}

.is-beauty-card .example-site-grid span {
  border: 1px solid rgba(228, 81, 139, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #8c174e;
}

.is-beauty-card .example-site-hero button {
  background: #fff9ed;
  color: #a91655;
}

.is-beauty-card .landing-example-copy {
  margin-top: -22px;
  border-radius: 28px 14px 28px 14px;
  background: rgba(139, 22, 83, 0.78);
}

.landing-example-site-preview.is-dental {
  background:
    radial-gradient(circle at 82% 16%, rgba(24, 210, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #f4fbff 0%, #eaf2ff 100%);
}

.landing-example-site-preview.is-dental .example-site-hero::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0 28%, transparent 28% 36%, rgba(255, 255, 255, 0.7) 36% 64%, transparent 64%),
    radial-gradient(circle at 50% 34%, rgba(24, 210, 255, 0.28), transparent 34%),
    linear-gradient(145deg, #f9fdff 0%, #d5ebff 58%, #2a66d9 100%);
}

.landing-example-site-preview.is-dental .example-site-hero button {
  background: linear-gradient(135deg, #2a66d9 0%, #18d2ff 100%);
}

.is-dental-card .example-site-hero {
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 198px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(226, 245, 255, 0.8));
}

.is-dental-card .example-site-photo {
  min-height: 162px;
  object-position: 50% 56%;
}

.is-dental-card .example-site-frame {
  gap: 14px;
  padding: 14px 12px 12px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0 58%, rgba(214, 239, 255, 0.64) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(230, 245, 255, 0.56));
}

.is-dental-card .example-site-nav {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(42, 102, 217, 0.12);
}

.is-dental-card .example-site-columns {
  grid-template-columns: repeat(3, 1fr);
}

.is-dental-card .example-site-columns span {
  min-height: 44px;
  border: 1px solid rgba(42, 102, 217, 0.1);
  background: rgba(255, 255, 255, 0.9);
  color: #1e4c95;
}

.is-dental-card .landing-example-copy {
  margin-top: -44px;
  border-left: 5px solid #18d2ff;
  border-radius: 18px;
  background: rgba(21, 58, 106, 0.8);
}

.landing-example-site-preview.is-law {
  background:
    radial-gradient(circle at 82% 16%, rgba(213, 168, 100, 0.28), transparent 28%),
    linear-gradient(135deg, #101a2e 0%, #24324e 100%);
}

.landing-example-site-preview.is-law .example-site-hero::after {
  background:
    linear-gradient(90deg, rgba(213, 168, 100, 0.76) 0 18%, transparent 18% 28%, rgba(255, 240, 183, 0.56) 28% 46%, transparent 46%),
    linear-gradient(145deg, #17243d 0%, #324463 54%, #d5a864 100%);
}

.landing-example-site-preview.is-law .example-site-nav strong,
.landing-example-site-preview.is-law .example-site-hero h4,
.landing-example-site-preview.is-law .example-site-hero p {
  color: #fff9ed;
}

.landing-example-site-preview.is-law .example-site-hero,
.landing-example-site-preview.is-law .example-site-list span {
  background: rgba(255, 255, 255, 0.11);
}

.landing-example-site-preview.is-law .example-site-hero button {
  background: linear-gradient(135deg, #d5a864 0%, #fff0b7 100%);
  color: #112038;
}

.is-law-card .example-site-hero {
  grid-template-columns: 1fr;
  align-content: end;
  min-height: 244px;
  background: #101a2e;
}

.is-law-card .example-site-frame {
  gap: 10px;
  padding: 12px;
  background:
    linear-gradient(180deg, rgba(16, 26, 46, 0.96), rgba(11, 17, 31, 0.98));
}

.is-law-card .example-logo strong,
.is-law-card .example-logo small {
  color: #fff9ed;
}

.is-law-card .example-site-photo {
  opacity: 0.94;
  object-position: 32% 50%;
}

.is-law-card .example-site-hero::before {
  background:
    linear-gradient(180deg, rgba(16, 26, 46, 0.08) 0%, rgba(16, 26, 46, 0.74) 100%),
    linear-gradient(90deg, rgba(16, 26, 46, 0.7) 0%, rgba(16, 26, 46, 0.42) 48%, transparent 86%),
    radial-gradient(circle at 88% 18%, rgba(213, 168, 100, 0.22), transparent 30%);
}

.is-law-card .example-site-hero h4 {
  max-width: 12ch;
}

.is-law-card .example-site-hero button {
  background: #d5a864;
}

.is-law-card .landing-example-copy {
  margin-top: -18px;
  border-color: rgba(213, 168, 100, 0.28);
  border-radius: 4px 24px 24px;
  background: rgba(11, 17, 31, 0.86);
}

.is-law-card .example-site-list {
  grid-template-columns: 1fr;
}

.is-law-card .example-site-list span {
  min-height: 30px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 249, 237, 0.82);
  text-align: left;
}

.landing-example-site-preview.is-physio {
  background:
    radial-gradient(circle at 78% 22%, rgba(199, 243, 107, 0.24), transparent 28%),
    linear-gradient(135deg, #f2f8ef 0%, #d8eee4 100%);
}

.landing-example-site-preview.is-physio .example-site-hero::after {
  background:
    linear-gradient(150deg, transparent 0 34%, rgba(10, 123, 106, 0.58) 34% 43%, transparent 43%),
    radial-gradient(circle at 50% 28%, rgba(199, 243, 107, 0.46), transparent 27%),
    linear-gradient(145deg, #edf7e6 0%, #c9ead8 52%, #0a7b6a 100%);
}

.landing-example-site-preview.is-physio .example-site-hero button {
  background: linear-gradient(135deg, #0a7b6a 0%, #6aa84f 100%);
}

.is-physio-card .example-site-hero {
  grid-template-columns: 1fr;
  align-content: start;
  min-height: 234px;
  padding: 16px;
  background: #d8eee4;
}

.is-physio-card .example-site-frame {
  grid-template-columns: 1.18fr 0.82fr;
  grid-template-rows: auto minmax(0, 1fr);
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(199, 243, 107, 0.16), transparent 42%),
    rgba(238, 248, 241, 0.72);
}

.is-physio-card .example-site-nav {
  grid-column: 1 / 3;
}

.is-physio-card .example-site-hero {
  grid-column: 1;
  grid-row: 2;
}

.is-physio-card .example-site-photo {
  opacity: 0.9;
  object-position: 38% 48%;
}

.is-physio-card .example-site-hero::before {
  background:
    linear-gradient(90deg, rgba(242, 248, 239, 0.9) 0%, rgba(242, 248, 239, 0.56) 38%, transparent 74%),
    linear-gradient(180deg, transparent 0%, rgba(10, 123, 106, 0.18) 100%);
}

.is-physio-card .example-site-hero p,
.is-physio-card .example-site-hero h4 {
  max-width: 13ch;
}

.is-physio-card .landing-example-copy {
  margin-top: -38px;
  border-radius: 26px 26px 8px 26px;
  background: rgba(10, 89, 77, 0.8);
}

.is-physio-card .example-site-metrics {
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: 1fr;
  align-self: stretch;
  align-content: center;
}

.is-physio-card .example-site-metrics span {
  min-height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #0a594d;
  text-align: left;
}

.landing-example-site-preview.is-restaurant {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 184, 77, 0.26), transparent 28%),
    linear-gradient(135deg, #22140e 0%, #6f3820 100%);
}

.landing-example-site-preview.is-restaurant .example-site-hero::after {
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 223, 107, 0.52) 0 17%, transparent 18%),
    radial-gradient(circle at 50% 72%, rgba(255, 122, 69, 0.36) 0 20%, transparent 21%),
    linear-gradient(145deg, #3a2014 0%, #8c4b27 52%, #ffdf6b 100%);
}

.landing-example-site-preview.is-restaurant .example-site-nav strong,
.landing-example-site-preview.is-restaurant .example-site-hero h4,
.landing-example-site-preview.is-restaurant .example-site-hero p {
  color: #fff9ed;
}

.landing-example-site-preview.is-restaurant .example-site-hero,
.landing-example-site-preview.is-restaurant .example-site-menu span {
  background: rgba(255, 255, 255, 0.12);
}

.landing-example-site-preview.is-restaurant .example-site-hero button {
  background: linear-gradient(135deg, #ff7a45 0%, #ffdf6b 100%);
  color: #112038;
}

.is-restaurant-card .example-site-hero {
  grid-template-columns: 1fr;
  align-content: end;
  min-height: 250px;
  background: #22140e;
}

.is-restaurant-card .example-site-frame {
  grid-template-columns: 1fr 0.82fr;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
  background:
    radial-gradient(circle at 18% 92%, rgba(255, 122, 69, 0.16), transparent 32%),
    #22140e;
}

.is-restaurant-card .example-site-nav {
  grid-column: 1 / 3;
}

.is-restaurant-card .example-site-hero {
  grid-column: 1 / 3;
  grid-row: 2;
}

.is-restaurant-card .example-logo strong,
.is-restaurant-card .example-logo small {
  color: #fff9ed;
}

.is-restaurant-card .example-site-photo {
  object-position: 52% 58%;
}

.is-restaurant-card .example-site-hero::before {
  background:
    linear-gradient(180deg, rgba(34, 20, 14, 0.04) 0%, rgba(34, 20, 14, 0.78) 100%),
    linear-gradient(90deg, rgba(34, 20, 14, 0.62) 0%, transparent 74%),
    radial-gradient(circle at 18% 88%, rgba(255, 122, 69, 0.28), transparent 32%);
}

.is-restaurant-card .example-site-hero h4 {
  max-width: 11ch;
}

.is-restaurant-card .landing-example-copy {
  margin-top: -28px;
  border-color: rgba(255, 223, 107, 0.24);
  border-radius: 28px 28px 28px 6px;
  background: rgba(47, 25, 17, 0.86);
}

.is-restaurant-card .example-site-menu {
  grid-template-columns: 1fr 1fr 1fr;
}

.is-restaurant-card .example-site-menu span {
  border: 1px solid rgba(255, 223, 107, 0.16);
  border-radius: 999px;
  background: rgba(255, 249, 237, 0.12);
  color: #fff9ed;
}

.landing-example-copy {
  position: relative;
  margin: -28px 8px 0;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background: rgba(10, 18, 31, 0.78);
  color: #fff9ed;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}

.landing-example-copy > span {
  color: #ffdf6b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-example-copy h3 {
  margin: 0;
  max-width: 12ch;
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.landing-example-copy p {
  margin: 0;
  color: rgba(255, 249, 237, 0.86);
  font-size: 0.9rem;
  font-weight: 720;
  line-height: 1.34;
}

.landing-example-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 2px;
}

.landing-example-case {
  display: grid;
  gap: 5px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.landing-example-case span {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
  color: rgba(255, 249, 237, 0.78);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.landing-example-case strong {
  color: #ffdf6b;
  font-size: 0.6rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.landing-example-tags small {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff9ed;
  font-size: 0.68rem;
  font-weight: 900;
}

.landing-footer-card {
  display: grid;
  gap: 14px;
  padding: 20px 22px;
  border: 1px solid rgba(15, 107, 95, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(247, 250, 248, 0.99) 100%);
  box-shadow: 0 18px 44px rgba(23, 23, 23, 0.05);
}

.landing-footer-brand {
  display: grid;
  gap: 8px;
}

.landing-footer-brand strong {
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.05;
}

.landing-footer-brand p {
  margin: 0;
  max-width: 62ch;
  color: #435068;
  font-size: 0.94rem;
  font-weight: 650;
}

.landing-footer-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-footer-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f4f8f6;
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 760;
}

@container (max-width: 500px) {
  .landing-topbar,
  .landing-hero-card,
  .landing-story-grid,
  .landing-faq-list {
    grid-template-columns: 1fr;
  }

  .landing-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .landing-auth-actions {
    justify-content: flex-start;
  }

  .landing-topbar-badge {
    white-space: normal;
  }
}

.auth-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(23, 23, 23, 0.42);
  backdrop-filter: blur(10px);
}

.auth-modal {
  display: grid;
  gap: 16px;
  width: min(560px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 22px;
  border: 1px solid rgba(15, 107, 95, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(249, 245, 238, 0.99) 100%);
  box-shadow: 0 28px 70px rgba(23, 23, 23, 0.18);
}

.auth-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.auth-mode-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.auth-mode-button {
  min-height: 40px;
  border-radius: 999px;
  font-size: 0.88rem;
}

.auth-mode-button.is-active {
  background: var(--accent);
  color: #fff;
}

.auth-form {
  display: grid;
  gap: 12px;
}

.auth-form-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 6px;
}

.intro {
  display: grid;
  gap: 12px;
}

.eyebrow {
  margin: 0;
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  color: var(--text);
  font-family: var(--serif);
  line-height: 1.08;
}

h1 {
  font-size: 2.55rem;
}

h2 {
  font-size: 1.35rem;
}

p {
  margin: 0;
  color: var(--muted);
}

.url-form,
.api-key-panel,
.onboarding-card,
.wizard-panel,
.survey-step,
.flow-card,
.job-actions,
.status-card,
.progress-card,
.review-card,
.report-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-strong);
  box-shadow: 0 12px 34px rgba(23, 23, 23, 0.05);
}

.url-form {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.path-choice {
  display: grid;
  gap: 10px;
}

.onboarding-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(15, 107, 95, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(247, 251, 249, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.onboarding-steps {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.onboarding-steps li {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.onboarding-steps li.is-current {
  border-color: rgba(15, 107, 95, 0.32);
  background: var(--accent-soft);
}

.onboarding-steps li.is-done {
  border-color: rgba(15, 107, 95, 0.22);
  background: #f6fbf9;
}

.onboarding-steps strong {
  color: var(--text);
  font-size: 0.92rem;
}

.onboarding-steps span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.path-option {
  display: grid;
  min-height: auto;
  justify-items: start;
  gap: 5px;
  padding: 16px;
  border-color: var(--line);
  background: #fff;
  color: var(--text);
  text-align: left;
}

.path-option:hover,
.path-option:focus-visible,
.path-option.is-selected {
  border-color: rgba(15, 107, 95, 0.45);
  background: var(--accent-soft);
  color: var(--text);
}

.path-option strong {
  color: var(--text);
  font-size: 1rem;
}

.path-option span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.api-key-panel,
.wizard-panel,
.survey-step {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.wizard-heading {
  display: grid;
  gap: 7px;
}

.wizard-heading span,
.survey-step > span {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 0.74rem;
  font-weight: 900;
}

.scratch-form {
  display: grid;
  gap: 12px;
}

.job-actions {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.flow-card {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.flow-steps {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-steps li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  font-weight: 760;
}

.flow-steps li::before {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-dark);
  content: counter(flow-step);
  counter-increment: flow-step;
  font-size: 0.78rem;
  font-weight: 900;
}

.flow-steps {
  counter-reset: flow-step;
}

.compact-button {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 0.88rem;
}

.inline-more-button {
  width: fit-content;
}

.page-checkboxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.page-checkboxes legend {
  grid-column: 1 / -1;
  padding: 0 4px;
  color: var(--text);
  font-weight: 850;
}

.page-checkboxes label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 750;
}

.page-checkboxes input {
  width: auto;
  min-height: auto;
}

label {
  color: var(--text);
  font-weight: 800;
}

.landing-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: stretch;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(17, 32, 56, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 18%, rgba(24, 210, 255, 0.18), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(255, 223, 107, 0.26), transparent 30%),
    linear-gradient(135deg, #112038 0%, #173b62 48%, #112038 100%);
  color: #fff9ed;
  box-shadow: 0 24px 70px rgba(17, 32, 56, 0.16);
}

.landing-final-cta::before {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
}

.landing-final-copy,
.landing-final-panel {
  position: relative;
  z-index: 1;
}

.landing-final-copy {
  display: grid;
  align-content: center;
  gap: 10px;
}

.landing-final-copy .landing-story-kicker {
  color: #ffdf6b;
}

.landing-final-copy h2 {
  max-width: 14ch;
  margin: 0;
  color: #fff9ed;
  font-family: var(--serif);
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.landing-final-copy p:not(.landing-story-kicker) {
  max-width: 48ch;
  margin: 0;
  color: rgba(255, 249, 237, 0.78);
  font-size: 0.96rem;
  font-weight: 760;
  line-height: 1.46;
}

.landing-final-proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
}

.landing-final-proofline span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 249, 237, 0.88);
  font-size: 0.72rem;
  font-weight: 900;
}

.landing-final-panel {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.landing-final-panel img {
  width: 86px;
  height: 86px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}

.landing-final-steps {
  display: grid;
  gap: 8px;
}

.landing-final-steps span {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 249, 237, 0.88);
  font-size: 0.84rem;
  font-weight: 850;
}

.landing-final-steps strong {
  display: inline-flex;
  min-width: 36px;
  justify-content: center;
  color: #ffdf6b;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.landing-final-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(150px, 0.82fr);
  gap: 10px;
}

.landing-final-actions .landing-primary-cta,
.landing-final-actions .secondary-button {
  width: 100%;
  justify-content: center;
}

.landing-final-actions .secondary-button {
  min-height: 64px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.92);
  color: #112038;
}

.input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

input,
select,
button,
.open-preview {
  min-height: 46px;
  border-radius: var(--radius);
  font: inherit;
}

input,
select {
  width: 100%;
  border: 1px solid var(--line);
  padding: 12px 13px;
  background: #fff;
  color: var(--text);
}

input:focus,
select:focus {
  border-color: var(--accent);
  outline: 3px solid rgba(15, 107, 95, 0.16);
}

button,
.open-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 12px 16px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font-weight: 850;
  text-decoration: none;
}

.secondary-button {
  border-color: var(--line);
  background: #fff;
  color: var(--text);
}

button:hover,
button:focus-visible,
.open-preview:hover,
.open-preview:focus-visible {
  background: var(--accent-dark);
}

.secondary-button:hover,
.secondary-button:focus-visible {
  background: #f4efe7;
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.hint {
  font-size: 0.9rem;
}

.hint code {
  color: var(--accent-dark);
  font-weight: 800;
}

.status-card {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: min(420px, calc(100vw - 32px));
  padding: 12px;
  background: rgba(255, 253, 249, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 32px rgba(23, 23, 23, 0.14);
}

.status-copy {
  display: grid;
  gap: 2px;
}

.status-copy strong {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 860;
  line-height: 1.2;
}

.status-card p {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 760;
  line-height: 1.3;
}

.status-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: var(--accent);
}

.status-card.is-loading .status-dot {
  animation: pulse 0.9s ease-in-out infinite alternate;
}

.status-card.is-error .status-dot {
  background: var(--danger);
}

.status-card.is-success .status-dot {
  background: var(--ok);
}

.status-close {
  min-height: 34px;
  padding: 7px 10px;
  border-color: var(--line);
  background: #fff;
  color: var(--text);
  font-size: 0.78rem;
}

.progress-card {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.inline-progress-card {
  padding: 12px;
  border-radius: 6px;
  box-shadow: none;
  background: #fbfaf7;
}

.progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.progress-meta span {
  color: var(--text);
  font-weight: 850;
}

.progress-meta strong {
  font-variant-numeric: tabular-nums;
}

.eta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.86rem;
}

.eta-row span:first-child {
  color: var(--text);
  font-weight: 750;
}

.eta-row span:last-child {
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
}

.generation-story {
  display: grid;
  gap: 7px;
  padding: 14px 15px;
  border: 1px solid rgba(255, 183, 74, 0.26);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 226, 110, 0.18), transparent 10rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
}

.generation-story span {
  color: #ffdf6b;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.generation-story strong {
  color: inherit;
  font-size: 0.98rem;
  line-height: 1.22;
}

.generation-story p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 680;
  line-height: 1.42;
}

.progress-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5ded4;
}

.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--accent);
  transition: width 260ms ease;
}

.steps {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  min-width: 0;
  padding: 7px 6px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  text-align: center;
}

.steps li.is-active {
  border-color: var(--accent);
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.steps li.is-done {
  border-color: rgba(15, 107, 95, 0.35);
  color: var(--accent-dark);
}

.report-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.report-grid article {
  min-width: 0;
  padding: 14px;
}

.report-grid span {
  display: block;
  color: var(--text);
  font-size: 1.45rem;
  font-weight: 900;
}

.report-grid p {
  font-size: 0.82rem;
}

.review-card {
  padding: 18px;
}

.review-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.manual-review-card {
  display: grid;
  gap: 12px;
}

.manual-review-card p {
  margin: 0;
  color: var(--muted);
}

.review-questions {
  display: grid;
  gap: 10px;
}

.review-question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.review-question p {
  color: var(--text);
  font-weight: 750;
}

.review-question-actions {
  display: inline-flex;
  gap: 6px;
}

.review-question-actions button {
  min-height: 34px;
  padding: 7px 10px;
}

.review-question-actions button.is-selected {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.card-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.card-heading-row span {
  flex: 0 0 auto;
  max-width: 45%;
  padding: 4px 8px;
  border: 1px solid rgba(15, 107, 95, 0.22);
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.ai-recommendations-card {
  display: grid;
  gap: 12px;
}

.ai-recommendations-card p {
  font-size: 0.92rem;
}

.ai-recommendations-card li + li {
  margin-top: 7px;
}

.asset-suggestions {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(15, 107, 95, 0.18);
  border-radius: var(--radius);
  background: #f7fbf8;
}

.asset-suggestions h3 {
  margin: 0;
  color: var(--text);
  font-size: 0.9rem;
}

.asset-suggestions ul {
  margin-top: 0;
}

.previous-recommendations {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(188, 132, 59, 0.22);
  border-radius: var(--radius);
  background: #fff9ef;
}

.previous-recommendations h3 {
  margin: 0;
  color: var(--text);
  font-size: 0.9rem;
}

.previous-recommendations ul {
  margin-top: 0;
}

.previous-recommendations p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.recommendation-options {
  grid-template-columns: 1fr;
}

.recommendation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.improve-feedback-card {
  display: grid;
  gap: 16px;
  order: -3;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 249, 244, 0.98) 100%);
}

.survey-wizard-meta {
  display: grid;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 107, 95, 0.14);
  border-radius: var(--radius);
  background: #f8fbf9;
}

.survey-live-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.survey-live-metric {
  display: grid;
  gap: 3px;
  padding: 11px 12px;
  border: 1px solid rgba(15, 107, 95, 0.12);
  border-radius: var(--radius);
  background: #fff;
}

.survey-live-metric span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 780;
}

.survey-live-metric strong {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 860;
  line-height: 1.2;
}

.survey-selection-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.survey-selection-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid rgba(15, 107, 95, 0.18);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.25;
}

.survey-alert {
  padding: 11px 12px;
  border: 1px solid rgba(180, 35, 24, 0.28);
  border-radius: var(--radius);
  background: #fff3f1;
  color: #8f241b;
  font-size: 0.92rem;
  font-weight: 820;
  line-height: 1.45;
}

.survey-step-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 0.74rem;
  font-weight: 900;
}

.survey-step-copy {
  margin: 8px 0 0;
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 720;
}

.survey-wizard-progress {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.survey-progress-dot {
  height: 6px;
  border-radius: 999px;
  background: #ded8ce;
}

.survey-progress-dot.is-active {
  background: var(--accent);
}

.survey-progress-dot.is-done {
  background: rgba(15, 107, 95, 0.42);
}

.survey-block {
  display: grid;
  gap: 10px;
}

.survey-block h4,
.survey-block p {
  margin: 0;
}

.compact-step {
  min-height: 0;
}

.survey-layout {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.survey-stepper {
  position: sticky;
  top: 12px;
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(15, 107, 95, 0.12);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 23, 23, 0.04);
}

.survey-stepper-top {
  display: grid;
  gap: 8px;
}

.onboarding-hint {
  display: grid;
  gap: 7px;
  padding: 10px;
  border: 1px solid rgba(15, 107, 95, 0.16);
  border-radius: var(--radius);
  background: #f7fbf9;
}

.onboarding-hint strong {
  color: var(--text);
  font-size: 0.84rem;
}

.onboarding-hint span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 740;
  line-height: 1.35;
}

.survey-stepper-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 820;
}

.survey-mode-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.survey-mode-button {
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 820;
}

.survey-mode-button.is-active,
.survey-mode-button[aria-pressed="true"] {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 18px rgba(15, 107, 95, 0.18);
}

.survey-mode-button.secondary-button:hover,
.survey-mode-button.secondary-button:focus-visible {
  background: #f4efe7;
}

.survey-stepper-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.survey-stepper-item {
  display: grid;
}

.survey-stepper-button {
  display: grid;
  justify-items: start;
  gap: 4px;
  min-height: auto;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  text-align: left;
}

.survey-stepper-button:hover,
.survey-stepper-button:focus-visible {
  background: #f8fbf9;
}

.survey-stepper-button.is-current {
  border-color: rgba(15, 107, 95, 0.34);
  background: var(--accent-soft);
  box-shadow: inset 0 0 0 1px rgba(15, 107, 95, 0.08);
}

.survey-stepper-button.is-done {
  border-color: rgba(15, 107, 95, 0.22);
}

.survey-stepper-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #f0ebe2;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
}

.survey-stepper-button.is-current .survey-stepper-index,
.survey-stepper-button.is-done .survey-stepper-index {
  background: rgba(15, 107, 95, 0.14);
  color: var(--accent-dark);
}

.survey-stepper-title {
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 820;
  line-height: 1.2;
}

.survey-stepper-meta {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 740;
  line-height: 1.25;
}

.survey-main {
  display: grid;
  gap: 12px;
}

.survey-section {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(15, 107, 95, 0.12);
  border-radius: var(--radius);
  background: #fcfbf8;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.survey-section.is-active {
  border-color: rgba(15, 107, 95, 0.3);
  box-shadow: 0 12px 28px rgba(15, 107, 95, 0.08);
  background: #fff;
}

.survey-section-strategy {
  background:
    linear-gradient(180deg, rgba(234, 246, 242, 0.7) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.survey-section-details-mode {
  background:
    linear-gradient(180deg, rgba(250, 245, 237, 0.78) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.survey-section-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.survey-section-heading span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.survey-section-heading h3,
.survey-section-heading p {
  margin: 0;
}

.survey-section-heading h3 {
  color: var(--text);
  font-size: 1rem;
}

.survey-phase-chip {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 26px;
  margin: 0 0 6px;
  padding: 4px 8px;
  border: 1px solid rgba(15, 107, 95, 0.18);
  border-radius: 999px;
  background: rgba(15, 107, 95, 0.08);
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.15;
}

.survey-phase-chip.is-detail {
  border-color: rgba(188, 132, 59, 0.2);
  background: rgba(188, 132, 59, 0.1);
  color: #8f5a19;
}

.compact-note {
  gap: 6px;
  padding: 10px 12px;
  border-style: dashed;
  background: #fffbf3;
}

.compact-note h3 {
  font-size: 0.82rem;
}

.rating-scale {
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  gap: 6px;
}

.rating-scale button {
  min-height: 38px;
  padding: 8px 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.rating-scale button:hover,
.rating-scale button:focus-visible {
  border-color: var(--accent);
  outline: none;
}

.rating-scale button.is-selected {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.rating-scale-help {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 760;
}

.rating-scale-help span:nth-child(2) {
  text-align: center;
}

.rating-scale-help span:last-child {
  text-align: right;
}

.quick-question-list {
  display: grid;
  gap: 10px;
}

.quick-question-list.is-two-up {
  grid-template-columns: 1fr;
}

.quick-question {
  display: grid;
  gap: 9px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 6px 18px rgba(23, 23, 23, 0.03);
}

.quick-question p {
  margin: 0;
  color: var(--text);
  font-weight: 780;
}

.quick-question-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quick-question-options button {
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
}

.quick-question-options button.is-selected {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: 0 10px 18px rgba(15, 107, 95, 0.18);
}

.brief-summary {
  gap: 10px;
}

.survey-actions {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.survey-sticky-bar {
  position: sticky;
  bottom: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(15, 107, 95, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 -4px 18px rgba(23, 23, 23, 0.05);
}

.survey-sticky-copy {
  display: grid;
  gap: 3px;
}

.survey-sticky-copy strong {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 850;
}

.survey-sticky-copy span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 740;
}

.survey-sticky-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.survey-utility-actions {
  display: flex;
  justify-content: flex-end;
}

.brief-tone {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(15, 107, 95, 0.16);
  border-radius: var(--radius);
  background: #fff;
}

.brief-tone-badge {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 107, 95, 0.18);
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.2;
}

.brief-tone-badge[data-tone="light"] {
  background: #eef6ff;
  border-color: rgba(35, 93, 190, 0.18);
  color: #1e4f96;
}

.brief-tone-badge[data-tone="clear"] {
  background: #e8f5ee;
  border-color: rgba(22, 128, 61, 0.2);
  color: #126337;
}

.brief-tone-badge[data-tone="strong"] {
  background: #fff4e7;
  border-color: rgba(181, 104, 16, 0.22);
  color: #9a540d;
}

.brief-tone-badge[data-tone="radical"] {
  background: #fff0ee;
  border-color: rgba(180, 35, 24, 0.2);
  color: #9f251b;
}

.brief-tone-copy {
  margin: 0;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 720;
}

.brief-action-plan {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(15, 107, 95, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(15, 107, 95, 0.1), rgba(255, 226, 110, 0.16)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(15, 34, 54, 0.08);
}

.brief-action-plan[hidden] {
  display: none;
}

.brief-action-plan span {
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 920;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.brief-action-plan strong {
  color: var(--text);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.12;
}

.brief-action-plan p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 720;
  line-height: 1.4;
}

.brief-summary-lead {
  color: var(--text);
  font-weight: 760;
}

.brief-summary-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brief-summary-list li {
  position: relative;
  padding: 9px 10px 9px 28px;
  border: 1px solid rgba(15, 107, 95, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.4;
}

.brief-summary-list li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 12px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.direction-shortcuts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.direction-shortcut {
  display: grid;
  justify-items: start;
  gap: 4px;
  min-height: auto;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  text-align: left;
  box-shadow: 0 8px 20px rgba(23, 23, 23, 0.03);
}

.direction-shortcut strong {
  color: var(--text);
  font-size: 0.95rem;
}

.direction-shortcut span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}

.direction-shortcut:hover,
.direction-shortcut:focus-visible {
  border-color: rgba(15, 107, 95, 0.45);
  background: #f6fbf9;
  color: var(--text);
}

.direction-shortcut.is-selected {
  border-color: var(--accent);
  background: var(--accent-soft);
  box-shadow: inset 0 0 0 1px rgba(15, 107, 95, 0.12);
}

.feedback-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.feedback-options label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.35;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.feedback-options label:hover {
  border-color: rgba(15, 107, 95, 0.22);
  transform: translateY(-1px);
}

.recommendation-options label.is-selected {
  border-color: rgba(15, 107, 95, 0.34);
  background: #eef8f4;
  box-shadow: inset 0 0 0 1px rgba(15, 107, 95, 0.08);
}

.recommendation-options label.is-selected span {
  color: #0d5a4f;
}

.feedback-options input {
  width: auto;
  min-height: auto;
  margin-top: 3px;
}

textarea {
  width: 100%;
  min-height: 96px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  background: #fff;
  color: var(--text);
  font: inherit;
}

textarea:focus {
  border-color: var(--accent);
  outline: 3px solid rgba(15, 107, 95, 0.16);
}

.feedback-screenshots {
  display: grid;
  gap: 8px;
  padding: 10px 12px;
  border: 1px dashed rgba(15, 107, 95, 0.35);
  border-radius: var(--radius);
  background: #f8fbf7;
}

.feedback-screenshots p {
  margin: 0;
  font-size: 0.88rem;
}

.feedback-screenshots input {
  min-height: auto;
  padding: 10px;
}

.feedback-screenshots ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feedback-screenshots li {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 750;
}

.feedback-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.iteration-card {
  display: grid;
  gap: 12px;
}

.usage-card {
  display: grid;
  gap: 12px;
}

.usage-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.usage-metrics div {
  display: grid;
  gap: 2px;
  padding: 10px;
  border: 1px solid rgba(15, 107, 95, 0.14);
  border-radius: 6px;
  background: #f8fcfa;
}

.usage-metrics strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.2;
}

.usage-metrics span,
.usage-card p {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 720;
}

.iteration-card h3 {
  margin: 4px 0 0;
  color: var(--text);
  font-size: 0.92rem;
}

.iteration-preset-summary,
.iteration-preset-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.iteration-preset-summary {
  padding: 10px 12px;
  border: 1px solid rgba(15, 107, 95, 0.18);
  border-radius: var(--radius);
  background: #f8fcfa;
}

.iteration-preset-label {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 820;
}

.iteration-preset-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(15, 107, 95, 0.22);
  border-radius: 999px;
  background: #eef8f4;
  color: #0d5a4f;
  font-size: 0.78rem;
  font-weight: 860;
  line-height: 1.2;
}

.iteration-preset-reason {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.iteration-usage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(15, 107, 95, 0.18);
  border-radius: var(--radius);
  background: #f8fcfa;
}

.iteration-usage div {
  display: grid;
  gap: 2px;
  padding: 8px;
  border-radius: 6px;
  background: #fff;
}

.iteration-usage strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.2;
}

.iteration-usage span,
.iteration-usage p,
.iteration-usage-line {
  color: var(--muted);
  font-size: 0.78rem;
}

.iteration-usage p {
  grid-column: 1 / -1;
}

.iteration-usage-line {
  margin-top: 4px;
  font-weight: 760;
}

.iteration-card ul,
.iteration-card ol {
  margin-top: 0;
}

.iteration-list {
  display: grid;
  gap: 8px;
  padding-left: 0;
  list-style: none;
}

.iteration-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.iteration-list li.is-current {
  border-color: rgba(15, 107, 95, 0.32);
  background: var(--accent-soft);
}

.iteration-list strong {
  display: block;
  color: var(--text);
  font-size: 0.92rem;
}

.iteration-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.iteration-tone-chip {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(15, 107, 95, 0.18);
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
}

.iteration-tone-chip[data-tone="light"] {
  background: #eef6ff;
  border-color: rgba(35, 93, 190, 0.18);
  color: #1e4f96;
}

.iteration-tone-chip[data-tone="clear"] {
  background: #e8f5ee;
  border-color: rgba(22, 128, 61, 0.2);
  color: #126337;
}

.iteration-tone-chip[data-tone="strong"] {
  background: #fff4e7;
  border-color: rgba(181, 104, 16, 0.22);
  color: #9a540d;
}

.iteration-tone-chip[data-tone="radical"] {
  background: #fff0ee;
  border-color: rgba(180, 35, 24, 0.2);
  color: #9f251b;
}

.iteration-tone-chip[data-tone="initial"] {
  background: #f3f1ec;
  border-color: rgba(109, 98, 86, 0.2);
  color: #5f564c;
}

.iteration-list p {
  font-size: 0.78rem;
}

.iteration-list button {
  min-height: 34px;
  padding: 7px 10px;
  font-size: 0.78rem;
}

.recovery-grid {
  display: grid;
  gap: 12px;
  margin: 12px 0 0;
}

.recovery-grid div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.recovery-grid dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.recovery-grid dd {
  margin: 0;
  color: var(--text);
  font-weight: 850;
}

.recovery-error dd {
  color: var(--danger);
  font-weight: 700;
}

.log-card ol {
  display: grid;
  max-height: 190px;
  gap: 8px;
  overflow: auto;
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.88rem;
}

.log-card li::marker {
  color: var(--accent);
  font-weight: 900;
}

.preview-panel {
  display: flex;
  min-width: 0;
  height: 100vh;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  position: sticky;
  top: 0;
}

.preview-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.preview-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.preview-mode-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(23, 23, 23, 0.06);
}

.preview-mode-button {
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 850;
}

.preview-mode-button.secondary-button {
  border-color: transparent;
  background: transparent;
}

.preview-mode-button.is-active,
.preview-mode-button[aria-pressed="true"] {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 22px rgba(15, 107, 95, 0.22);
}

.preview-mode-button.secondary-button:hover,
.preview-mode-button.secondary-button:focus-visible {
  background: #f4efe7;
}

.preview-mode-button.is-active:hover,
.preview-mode-button.is-active:focus-visible,
.preview-mode-button[aria-pressed="true"]:hover,
.preview-mode-button[aria-pressed="true"]:focus-visible {
  background: var(--accent-dark);
}

.preview-focus-state {
  margin: 8px 0 0;
  color: var(--accent-dark);
  font-size: 0.9rem;
  font-weight: 850;
}

.workspace-card {
  display: grid;
  gap: 14px;
  min-height: 0;
}

.workspace-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.workspace-header h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.1rem;
}

.workspace-state {
  flex: 0 0 auto;
  padding: 6px 10px;
  border: 1px solid rgba(15, 107, 95, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 860;
}

.workspace-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.workspace-tab {
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
}

.workspace-tab.is-active,
.workspace-tab[aria-selected="true"] {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 22px rgba(15, 107, 95, 0.2);
}

.workspace-panel {
  display: grid;
  gap: 14px;
}

.workspace-summary,
.workspace-version-card,
.workspace-empty {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(15, 107, 95, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.04);
}

.workspace-kicker {
  color: var(--accent-dark);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.workspace-summary strong,
.workspace-empty strong {
  color: var(--text);
  font-size: 1rem;
}

.workspace-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.workspace-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(15, 107, 95, 0.18);
  border-radius: 999px;
  background: #eef8f4;
  color: #0d5a4f;
  font-size: 0.8rem;
  font-weight: 820;
  line-height: 1.2;
}

.workspace-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.workspace-list li {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 720;
}

.workspace-change-panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(15, 107, 95, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(238, 248, 244, 0.84) 0%, rgba(255, 255, 255, 0.92) 100%);
  box-shadow: 0 14px 30px rgba(15, 107, 95, 0.06);
}

.workspace-change-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.workspace-change-heading h4 {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.2;
}

.workspace-change-heading span {
  flex: 0 0 auto;
  padding: 5px 9px;
  border: 1px solid rgba(15, 107, 95, 0.18);
  border-radius: 999px;
  background: #fff;
  color: var(--accent-dark);
  font-size: 0.74rem;
  font-weight: 860;
}

.workspace-highlight-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-left: 0;
  list-style: none;
}

.workspace-highlight-list li {
  padding: 10px 11px;
  border: 1px solid rgba(15, 107, 95, 0.12);
  border-radius: var(--radius);
  background: #fff;
  font-weight: 780;
  line-height: 1.35;
}

.workspace-history-list {
  max-height: min(62vh, 620px);
  overflow: auto;
  padding-right: 4px;
}

.workspace-actions {
  display: flex;
  justify-content: flex-start;
}

.device-preview {
  display: grid;
  flex: 1;
  align-items: start;
  justify-items: center;
  min-height: 0;
  padding: 10px 32px 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    radial-gradient(circle at top, rgba(188, 132, 59, 0.14), transparent 34%),
    linear-gradient(180deg, #fbf8f3 0%, #f2ece2 100%);
  box-shadow: var(--shadow);
}

.landing-device-badges {
  display: none;
}

.landing-device-badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  max-width: 220px;
  padding: 9px 14px;
  border: 1px solid rgba(16, 47, 87, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 780;
  line-height: 1.25;
  box-shadow: 0 16px 36px rgba(16, 47, 87, 0.16);
  animation: landingFloat 5.4s ease-in-out infinite;
}

.landing-device-badge.is-proof {
  animation-delay: 0.8s;
}

.landing-device-badge.is-quote {
  animation-delay: 1.4s;
}

.landing-process-card,
.landing-visual-grid {
  display: grid;
  gap: 14px;
}

.landing-process-card {
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1.14fr);
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(17, 32, 56, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 18%, rgba(24, 210, 255, 0.16), transparent 30%),
    radial-gradient(circle at 92% 22%, rgba(255, 122, 69, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(255, 252, 244, 0.96) 0%, rgba(244, 250, 255, 0.96) 48%, rgba(238, 248, 241, 0.94) 100%);
  box-shadow: 0 20px 48px rgba(17, 32, 56, 0.09);
}

.landing-process-copy {
  display: grid;
  gap: 12px;
}

.landing-process-copy h2,
.landing-process-copy p {
  margin: 0;
}

.landing-process-visual {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  filter: drop-shadow(0 18px 30px rgba(17, 32, 56, 0.12));
}

.landing-process-visual-wrap {
  overflow: hidden;
  border-radius: 24px;
}

.landing-proof-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-radius: 28px;
}

.landing-proof-copy {
  display: grid;
  gap: 14px;
}

.landing-proof-copy h2 {
  margin: 0;
}

.landing-proof-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-proof-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 820;
}

.landing-proof-visual {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.landing-visual-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-visual-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border-radius: 24px;
}

.landing-visual-card h2,
.landing-visual-card span {
  margin: 0;
}

body.is-marketing-preview .app-shell {
  grid-template-columns: minmax(540px, 620px) minmax(0, 1fr);
}

body.is-marketing-preview .control-panel {
  padding-bottom: 72px;
}

body.is-marketing-preview .landing-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 14px;
}

body.is-marketing-preview .landing-brand {
  grid-column: 1;
  grid-row: 1;
}

body.is-marketing-preview .landing-auth-state {
  display: none;
}

body.is-marketing-preview .landing-auth-actions {
  grid-column: 2;
  grid-row: 1;
  flex-wrap: nowrap;
  justify-self: end;
}

body.is-marketing-preview .landing-topbar-badge {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-left: 56px;
  width: fit-content;
}

body.is-marketing-preview .preview-panel {
  gap: 24px;
  padding: 34px 34px 30px;
  background:
    radial-gradient(circle at 18% 14%, rgba(216, 159, 73, 0.22), transparent 20%),
    radial-gradient(circle at 86% 10%, rgba(10, 123, 106, 0.16), transparent 18%),
    linear-gradient(180deg, #f7f1e6 0%, #eef5f3 100%);
}

body.is-marketing-preview .preview-toolbar,
body.is-marketing-preview .workspace-header,
body.is-marketing-preview .workspace-tabs,
body.is-marketing-preview .workspace-panel:not([data-workspace-panel="current"]) {
  display: none !important;
}

body.is-marketing-preview .workspace-card {
  position: relative;
  gap: 22px;
}

body.is-marketing-preview .workspace-card::before {
  content: "";
  position: absolute;
  inset: 16px 24px auto auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 159, 73, 0.26) 0%, rgba(216, 159, 73, 0) 72%);
  pointer-events: none;
}

body.is-marketing-preview #workspace-panel-current {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(360px, 0.98fr);
  gap: 20px 24px;
  align-items: start;
}

body.is-marketing-preview .workspace-summary,
body.is-marketing-preview .workspace-change-panel {
  padding: 22px;
  border: 1px solid rgba(16, 47, 87, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 50px rgba(18, 27, 41, 0.08);
  backdrop-filter: blur(12px);
}

body.is-marketing-preview .workspace-summary {
  gap: 16px;
}

body.is-marketing-preview .workspace-summary strong {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

body.is-marketing-preview .workspace-current-copy,
body.is-marketing-preview #workspace-current-copy {
  max-width: 34ch;
  color: #40506a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
}

body.is-marketing-preview .workspace-kicker {
  color: var(--accent-dark);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}

body.is-marketing-preview .workspace-chip-row {
  gap: 10px;
}

body.is-marketing-preview .workspace-chip {
  padding: 8px 12px;
  border-color: rgba(16, 47, 87, 0.1);
  background: #fff;
  font-weight: 780;
}

body.is-marketing-preview .workspace-change-panel {
  gap: 16px;
}

body.is-marketing-preview .workspace-change-heading h4 {
  font-size: 1.18rem;
}

body.is-marketing-preview .workspace-highlight-list {
  grid-template-columns: 1fr;
}

body.is-marketing-preview .workspace-highlight-list li {
  padding: 13px 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 246, 0.98) 100%);
  font-size: 0.96rem;
  line-height: 1.45;
}

body.is-marketing-preview .device-preview {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 760px;
  padding: 26px 26px 30px;
  border: 1px solid rgba(16, 47, 87, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 12%, rgba(216, 159, 73, 0.28), transparent 32%),
    radial-gradient(circle at 84% 20%, rgba(10, 123, 106, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 245, 242, 0.99) 100%);
  box-shadow: 0 30px 90px rgba(18, 27, 41, 0.12);
}

body.is-marketing-preview .device-preview::before {
  content: "Tak może wyglądać Twoja pierwsza wersja";
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #102f57 0%, #0a7b6a 100%);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 18px 34px rgba(16, 47, 87, 0.22);
}

body.is-marketing-preview .device-stage {
  position: relative;
  width: min(100%, 430px);
  margin-top: 18px;
  transform: rotate(-3deg);
}

body.is-marketing-preview .landing-device-badges {
  display: block;
}

body.is-marketing-preview .landing-device-badge.is-price {
  top: 26px;
  left: -10px;
  background: linear-gradient(135deg, #102f57 0%, #0a7b6a 100%);
  color: #fff;
}

body.is-marketing-preview .landing-device-badge.is-proof {
  right: -16px;
  bottom: 150px;
}

body.is-marketing-preview .landing-device-badge.is-quote {
  left: -26px;
  bottom: 36px;
  max-width: 250px;
}

body.is-marketing-preview {
  background:
    radial-gradient(circle at 12% 0%, rgba(24, 210, 255, 0.22), transparent 22%),
    radial-gradient(circle at 78% 6%, rgba(255, 107, 61, 0.22), transparent 20%),
    radial-gradient(circle at 52% 18%, rgba(200, 255, 99, 0.1), transparent 24%),
    linear-gradient(180deg, #071120 0%, #0b1430 56%, #0a1122 100%);
}

body.is-marketing-preview .app-shell {
  grid-template-columns: minmax(580px, 660px) minmax(0, 1fr);
  background: transparent;
}

body.is-marketing-preview .control-panel {
  padding: 28px 28px 88px;
  background: linear-gradient(180deg, rgba(7, 17, 32, 0.86) 0%, rgba(10, 17, 34, 0.76) 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

body.is-marketing-preview .landing-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(12, 20, 43, 0.62);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

body.is-marketing-preview .landing-brand,
body.is-marketing-preview .landing-brand strong,
body.is-marketing-preview .landing-brand span,
body.is-marketing-preview .landing-topbar-badge,
body.is-marketing-preview .landing-hero-card h1,
body.is-marketing-preview .landing-hero-lead,
body.is-marketing-preview .landing-voice-card p,
body.is-marketing-preview .landing-proof-list li,
body.is-marketing-preview .landing-hero-visual strong,
body.is-marketing-preview .landing-hero-visual span,
body.is-marketing-preview .landing-metric-card strong,
body.is-marketing-preview .landing-metric-card p,
body.is-marketing-preview .landing-story-kicker,
body.is-marketing-preview .landing-quick-card h2,
body.is-marketing-preview .landing-brand-band-copy h2,
body.is-marketing-preview .landing-brand-band-points span {
  color: #f7fbff;
}

body.is-marketing-preview .landing-brand {
  grid-column: 1;
  grid-row: 1;
}

body.is-marketing-preview .landing-brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #18d2ff 0%, #3d7cff 35%, #ff6b3d 70%, #c8ff63 100%);
  color: #071120;
  box-shadow: 0 16px 36px rgba(24, 210, 255, 0.28);
}

body.is-marketing-preview .landing-brand-mark::after {
  inset: -8px;
  border-color: rgba(24, 210, 255, 0.28);
}

body.is-marketing-preview .landing-brand strong {
  font-size: 1.18rem;
}

body.is-marketing-preview .landing-brand span {
  color: rgba(231, 239, 255, 0.72);
}

body.is-marketing-preview .landing-auth-state {
  display: none;
}

body.is-marketing-preview .landing-auth-actions {
  grid-column: 2;
  grid-row: 1;
  gap: 10px;
  flex-wrap: nowrap;
  justify-self: end;
}

body.is-marketing-preview .landing-auth-actions .secondary-button,
body.is-marketing-preview .landing-auth-actions .compact-button {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #f7fbff;
}

body.is-marketing-preview .landing-auth-actions #landing-signup-button {
  border: 0;
  background: linear-gradient(135deg, #ff6b3d 0%, #ffb84d 48%, #c8ff63 100%);
  color: #081120;
}

body.is-marketing-preview .landing-topbar-badge {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-left: 62px;
  width: fit-content;
  border-color: rgba(255, 184, 77, 0.28);
  background: rgba(255, 184, 77, 0.12);
  color: #ffe3ba;
}

body.is-marketing-preview .landing-hero-card {
  position: relative;
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 1.24fr);
  gap: 24px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 18%, rgba(24, 210, 255, 0.16), transparent 24%),
    radial-gradient(circle at 86% 16%, rgba(255, 107, 61, 0.18), transparent 26%),
    linear-gradient(145deg, #0a1630 0%, #10214c 46%, #0b1429 100%);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

body.is-marketing-preview .landing-hero-card::before {
  content: "";
  position: absolute;
  inset: auto auto -120px -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 255, 99, 0.2) 0%, rgba(200, 255, 99, 0) 72%);
  pointer-events: none;
}

body.is-marketing-preview .landing-hero-copy {
  align-content: start;
  gap: 16px;
}

body.is-marketing-preview .landing-hero-copy .eyebrow,
body.is-marketing-preview .workspace-kicker {
  color: #c8ff63;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

body.is-marketing-preview .landing-voice-card {
  padding: 12px 16px;
  border-color: rgba(24, 210, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

body.is-marketing-preview .landing-voice-card span {
  color: #8ee8ff;
}

body.is-marketing-preview .landing-hero-card h1 {
  max-width: 8.4ch;
  font-size: clamp(3.05rem, 4.7vw, 4.9rem);
  line-height: 0.84;
  letter-spacing: -0.075em;
}

body.is-marketing-preview .landing-hero-lead {
  max-width: 26ch;
  color: rgba(231, 239, 255, 0.84);
  font-size: 0.94rem;
  line-height: 1.48;
}

body.is-marketing-preview .landing-price-pill {
  gap: 8px 12px;
  padding: 14px 18px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

body.is-marketing-preview .landing-price-pill strong {
  color: #c8ff63;
  font-size: 2.35rem;
}

body.is-marketing-preview .landing-price-pill span {
  color: #f7fbff;
}

body.is-marketing-preview .landing-price-pill small {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(231, 239, 255, 0.72);
}

body.is-marketing-preview .landing-primary-cta {
  min-height: 64px;
  padding: 18px 28px;
  border: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff6b3d 0%, #ffb84d 42%, #c8ff63 100%);
  color: #071120;
  box-shadow: 0 24px 46px rgba(255, 107, 61, 0.26);
  font-size: 1.04rem;
  font-weight: 900;
}

body.is-marketing-preview #landing-explore-button {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #f7fbff;
}

body.is-marketing-preview .landing-cta-note {
  color: rgba(231, 239, 255, 0.72);
}

body.is-marketing-preview .landing-proof-list li {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
}

body.is-marketing-preview .landing-hero-side {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.is-marketing-preview .landing-hero-visual {
  grid-column: 1 / -1;
  gap: 14px;
  min-height: 430px;
  padding: 18px;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(24, 210, 255, 0.14), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255, 107, 61, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(12, 22, 48, 0.94) 0%, rgba(10, 17, 35, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.is-marketing-preview .landing-hero-visual::after {
  width: 180px;
  height: 180px;
  right: -40px;
  bottom: -40px;
  background: radial-gradient(circle, rgba(200, 255, 99, 0.18) 0%, rgba(200, 255, 99, 0) 72%);
}

body.is-marketing-preview .landing-hero-visual img {
  width: 100%;
  max-width: 100%;
  transform: scale(1.04);
  transform-origin: center;
}

body.is-marketing-preview .landing-robot-stamp {
  top: 16px;
  right: 16px;
  width: 126px;
  padding: 14px 10px;
  background: linear-gradient(135deg, #ff6b3d 0%, #ffb84d 100%);
  color: #071120;
  box-shadow: 0 20px 38px rgba(255, 107, 61, 0.24);
}

body.is-marketing-preview .landing-robot-stamp span,
body.is-marketing-preview .landing-robot-stamp strong {
  color: #071120;
}

body.is-marketing-preview .landing-metric-card {
  padding: 16px;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

body.is-marketing-preview .landing-metric-card span {
  background: rgba(24, 210, 255, 0.16);
  color: #8ee8ff;
}

body.is-marketing-preview .landing-metric-card p {
  color: rgba(231, 239, 255, 0.68);
}

body.is-marketing-preview .landing-signal-strip span,
body.is-marketing-preview .landing-quick-card,
body.is-marketing-preview .landing-brand-band {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

body.is-marketing-preview .landing-signal-strip span {
  color: #f7fbff;
}

body.is-marketing-preview .landing-quick-card h2 {
  max-width: 16ch;
  font-size: 1.42rem;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

body.is-marketing-preview .landing-brand-band {
  background:
    linear-gradient(135deg, rgba(255, 107, 61, 0.14) 0%, rgba(24, 210, 255, 0.1) 100%),
    rgba(255, 255, 255, 0.05);
}

body.is-marketing-preview .landing-brand-band .landing-story-kicker,
body.is-marketing-preview .landing-brand-band-copy h2,
body.is-marketing-preview .landing-brand-band-copy p:not(.landing-story-kicker),
body.is-marketing-preview .landing-brand-band-points span {
  color: #112038;
}

body.is-marketing-preview .landing-brand-band .landing-story-kicker {
  color: #ff6b3d;
}

body.is-marketing-preview .landing-brand-band-copy h2 {
  max-width: 18ch;
  font-size: 2rem;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

body.is-marketing-preview .landing-brand-band-points span {
  border: 1px solid rgba(17, 32, 56, 0.08);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.is-marketing-preview .intro h1,
body.is-marketing-preview .intro p {
  color: #f7fbff;
}

body.is-marketing-preview .intro p:last-child {
  color: rgba(231, 239, 255, 0.68);
}

body.is-marketing-preview .preview-panel {
  gap: 28px;
  padding: 34px 34px 30px;
  background:
    radial-gradient(circle at 14% 12%, rgba(24, 210, 255, 0.18), transparent 22%),
    radial-gradient(circle at 84% 10%, rgba(255, 107, 61, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(8, 17, 35, 0.92) 0%, rgba(9, 17, 34, 0.96) 100%);
}

body.is-marketing-preview .workspace-card::before {
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(24, 210, 255, 0.18) 0%, rgba(24, 210, 255, 0) 72%);
}

body.is-marketing-preview .workspace-summary,
body.is-marketing-preview .workspace-change-panel {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.2);
}

body.is-marketing-preview .workspace-summary strong,
body.is-marketing-preview .workspace-change-heading h4,
body.is-marketing-preview .workspace-highlight-list li,
body.is-marketing-preview .workspace-change-heading span,
body.is-marketing-preview .workspace-chip {
  color: #f7fbff;
}

body.is-marketing-preview .workspace-current-copy,
body.is-marketing-preview #workspace-current-copy {
  color: rgba(231, 239, 255, 0.78);
}

body.is-marketing-preview .workspace-chip {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
}

body.is-marketing-preview .workspace-highlight-list li {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
}

body.is-marketing-preview .device-preview {
  min-height: 820px;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  background:
    radial-gradient(circle at 52% 10%, rgba(24, 210, 255, 0.2), transparent 28%),
    radial-gradient(circle at 16% 22%, rgba(255, 107, 61, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(14, 25, 54, 0.98) 0%, rgba(9, 16, 33, 0.98) 100%);
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.28);
}

body.is-marketing-preview .device-preview::before {
  content: "Preview, który ma wyglądać jak produkt";
  background: linear-gradient(135deg, #18d2ff 0%, #3d7cff 48%, #ff6b3d 100%);
  color: #f7fbff;
  box-shadow: 0 20px 40px rgba(24, 210, 255, 0.2);
}

body.is-marketing-preview .device-stage {
  width: min(100%, 460px);
  margin-top: 24px;
  transform: rotate(-4deg);
}

body.is-marketing-preview .landing-device-badge {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.1);
  color: #f7fbff;
}

body.is-marketing-preview .landing-device-badge.is-price {
  background: linear-gradient(135deg, #ff6b3d 0%, #ffb84d 100%);
  color: #071120;
}

body.is-marketing-preview .landing-device-badge.is-proof {
  right: -10px;
  bottom: 176px;
}

body.is-marketing-preview .landing-device-badge.is-quote {
  left: -18px;
  bottom: 42px;
  max-width: 220px;
}

body.is-marketing-preview {
  background:
    radial-gradient(circle at 14% 0%, rgba(77, 140, 255, 0.12), transparent 24%),
    radial-gradient(circle at 86% 8%, rgba(255, 107, 61, 0.16), transparent 22%),
    linear-gradient(180deg, #fff8f1 0%, #fff3ea 46%, #f7fbff 100%);
}

body.is-marketing-preview .control-panel {
  background: linear-gradient(180deg, rgba(255, 251, 247, 0.94) 0%, rgba(255, 247, 240, 0.92) 100%);
  border-right: 1px solid rgba(17, 32, 56, 0.08);
}

body.is-marketing-preview .landing-topbar {
  border-color: rgba(17, 32, 56, 0.08);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 50px rgba(29, 34, 53, 0.08);
  backdrop-filter: blur(16px);
}

body.is-marketing-preview .landing-brand strong,
body.is-marketing-preview .landing-hero-card h1,
body.is-marketing-preview .landing-hero-lead,
body.is-marketing-preview .landing-voice-card p,
body.is-marketing-preview .landing-proof-list li,
body.is-marketing-preview .landing-hero-visual strong,
body.is-marketing-preview .landing-hero-visual span,
body.is-marketing-preview .landing-metric-card strong,
body.is-marketing-preview .landing-metric-card p,
body.is-marketing-preview .landing-story-kicker,
body.is-marketing-preview .landing-process-copy h2,
body.is-marketing-preview .landing-process-copy p,
body.is-marketing-preview .landing-visual-card h2,
body.is-marketing-preview .landing-visual-card span,
body.is-marketing-preview .workspace-summary strong,
body.is-marketing-preview .workspace-change-heading h4,
body.is-marketing-preview .workspace-highlight-list li,
body.is-marketing-preview .workspace-change-heading span,
body.is-marketing-preview .workspace-chip,
body.is-marketing-preview .intro h1 {
  color: #112038;
}

body.is-marketing-preview .landing-brand span,
body.is-marketing-preview .landing-cta-note,
body.is-marketing-preview .process-copy p,
body.is-marketing-preview .workspace-current-copy,
body.is-marketing-preview #workspace-current-copy,
body.is-marketing-preview .intro p:last-child {
  color: #5e6a7c;
}

body.is-marketing-preview .landing-brand-mark {
  background: linear-gradient(135deg, #4d8cff 0%, #18d2ff 40%, #ff8c4d 72%, #ffe45e 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(77, 140, 255, 0.22);
}

body.is-marketing-preview .landing-topbar-badge {
  border-color: rgba(255, 140, 77, 0.22);
  background: rgba(255, 240, 230, 0.88);
  color: #b34a21;
}

body.is-marketing-preview .landing-auth-actions .secondary-button,
body.is-marketing-preview .landing-auth-actions .compact-button,
body.is-marketing-preview #landing-explore-button {
  border-color: rgba(17, 32, 56, 0.1);
  background: rgba(255, 255, 255, 0.86);
  color: #112038;
}

body.is-marketing-preview .landing-auth-actions #landing-signup-button,
body.is-marketing-preview .landing-primary-cta {
  background: linear-gradient(135deg, #ff7a45 0%, #ffb347 52%, #fff071 100%);
  color: #112038;
  box-shadow: 0 20px 38px rgba(255, 122, 69, 0.24);
}

body.is-marketing-preview .landing-hero-card {
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 34px 34px 30px;
  border-color: rgba(17, 32, 56, 0.08);
  background:
    radial-gradient(circle at 14% 12%, rgba(77, 140, 255, 0.16), transparent 24%),
    radial-gradient(circle at 86% 16%, rgba(255, 140, 77, 0.18), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #fff5ef 52%, #fffdf7 100%);
  box-shadow: 0 28px 80px rgba(28, 35, 53, 0.1);
}

body.is-marketing-preview .landing-hero-card::before {
  background: radial-gradient(circle, rgba(24, 210, 255, 0.16) 0%, rgba(24, 210, 255, 0) 72%);
}

body.is-marketing-preview .landing-hero-copy .eyebrow,
body.is-marketing-preview .workspace-kicker {
  color: #ff7a45;
}

body.is-marketing-preview .landing-hero-copy {
  max-width: 100%;
  gap: 14px;
}

body.is-marketing-preview .landing-voice-card {
  border-color: rgba(77, 140, 255, 0.14);
  background: rgba(255, 255, 255, 0.92);
}

body.is-marketing-preview .landing-voice-card span {
  color: #2a66d9;
}

body.is-marketing-preview .landing-hero-card h1 {
  max-width: 10.2ch;
  font-size: clamp(3.45rem, 5.8vw, 5.8rem);
  line-height: 0.85;
  letter-spacing: -0.085em;
  text-wrap: balance;
}

body.is-marketing-preview .landing-hero-lead {
  max-width: 34ch;
  font-size: 0.98rem;
  line-height: 1.44;
}

body.is-marketing-preview .landing-price-pill {
  width: fit-content;
  max-width: 100%;
  border-color: rgba(17, 32, 56, 0.08);
  background: rgba(255, 255, 255, 0.88);
}

body.is-marketing-preview .landing-price-pill strong {
  color: #ff7a45;
}

body.is-marketing-preview .landing-price-pill span {
  color: #112038;
}

body.is-marketing-preview .landing-price-pill small {
  background: #f4f7fb;
  color: #657287;
}

body.is-marketing-preview .landing-proof-list li {
  border-color: rgba(17, 32, 56, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

body.is-marketing-preview .landing-hero-visual {
  width: 100%;
  max-width: 620px;
  min-height: 440px;
  border-color: rgba(17, 32, 56, 0.08);
  background:
    radial-gradient(circle at top right, rgba(77, 140, 255, 0.16), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255, 140, 77, 0.18), transparent 24%),
    linear-gradient(180deg, #fffdf8 0%, #eef6ff 100%);
}

body.is-marketing-preview .landing-hero-visual::after {
  background: radial-gradient(circle, rgba(255, 224, 94, 0.26) 0%, rgba(255, 224, 94, 0) 72%);
}

body.is-marketing-preview .landing-robot-stamp {
  background: linear-gradient(135deg, #2a66d9 0%, #18d2ff 100%);
  color: #fff;
  box-shadow: 0 20px 40px rgba(42, 102, 217, 0.2);
}

body.is-marketing-preview .landing-robot-stamp span,
body.is-marketing-preview .landing-robot-stamp strong {
  color: #fff;
}

body.is-marketing-preview .landing-hero-side {
  grid-template-columns: 1fr;
  justify-items: center;
}

body.is-marketing-preview .landing-process-card,
body.is-marketing-preview .landing-proof-panel {
  border: 1px solid rgba(17, 32, 56, 0.08);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 50px rgba(29, 34, 53, 0.08);
}

body.is-marketing-preview .landing-process-copy h2 {
  max-width: 14ch;
  font-size: 2rem;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

body.is-marketing-preview .landing-process-visual {
  filter: saturate(1.05);
}

body.is-marketing-preview .landing-visual-grid {
  display: none;
}

body.is-marketing-preview .landing-proof-panel {
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: 22px;
  padding: 26px;
  background:
    radial-gradient(circle at 12% 18%, rgba(77, 140, 255, 0.14), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(255, 140, 77, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 251, 255, 0.96) 100%);
}

body.is-marketing-preview .landing-proof-copy h2 {
  max-width: 12ch;
  font-size: 2.2rem;
  line-height: 0.94;
  letter-spacing: -0.06em;
}

body.is-marketing-preview .landing-proof-pills span {
  border: 1px solid rgba(17, 32, 56, 0.08);
  background: #fff;
  color: #112038;
}

body.is-marketing-preview .landing-proof-visual {
  filter: saturate(1.04);
}

body.is-marketing-preview .preview-panel {
  align-content: start;
  padding: 28px 30px 30px;
  background:
    linear-gradient(135deg, rgba(255, 224, 94, 0.44) 0%, rgba(255, 224, 94, 0) 34%),
    linear-gradient(225deg, rgba(24, 210, 255, 0.34) 0%, rgba(24, 210, 255, 0) 34%),
    linear-gradient(180deg, #f2fbff 0%, #f7fff4 52%, #fff8ea 100%);
}

body.is-marketing-preview .workspace-card {
  min-height: calc(100vh - 60px);
}

body.is-marketing-preview #workspace-panel-current {
  grid-template-columns: minmax(260px, 0.74fr) minmax(420px, 1.14fr);
  gap: 18px 18px;
  align-items: start;
}

body.is-marketing-preview .workspace-card::before {
  content: none;
}

body.is-marketing-preview .workspace-summary,
body.is-marketing-preview .workspace-change-panel {
  border-color: rgba(17, 32, 56, 0.06);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(29, 34, 53, 0.07);
  backdrop-filter: blur(18px);
}

body.is-marketing-preview .workspace-summary {
  padding: 22px 22px 20px;
  border-radius: 24px;
}

body.is-marketing-preview .workspace-summary strong {
  max-width: 10ch;
  font-family: var(--display);
  font-size: 2.35rem;
  line-height: 0.96;
  letter-spacing: 0;
}

body.is-marketing-preview #workspace-current-copy {
  max-width: 25ch;
  font-size: 0.96rem;
  line-height: 1.42;
}

body.is-marketing-preview .workspace-chip {
  border-color: rgba(17, 32, 56, 0.08);
  background: #fff;
}

body.is-marketing-preview .workspace-highlight-list li {
  border-color: rgba(17, 32, 56, 0.06);
  background: rgba(255, 255, 255, 0.76);
}

body.is-marketing-preview .device-preview {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: min(820px, calc(100vh - 60px));
  padding: 22px 22px 28px;
  border-color: rgba(17, 32, 56, 0.06);
  border-radius: 32px;
  background:
    linear-gradient(150deg, rgba(42, 102, 217, 0.18) 0%, rgba(42, 102, 217, 0) 34%),
    linear-gradient(25deg, rgba(255, 122, 69, 0.18) 0%, rgba(255, 122, 69, 0) 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(236, 247, 255, 0.98) 100%);
  box-shadow: 0 26px 74px rgba(29, 34, 53, 0.13);
}

body.is-marketing-preview .device-preview::before {
  content: "Twoj pierwszy ekran";
  background: linear-gradient(135deg, #2a66d9 0%, #18d2ff 58%, #ff7a45 100%);
  color: #fff;
  box-shadow: 0 16px 34px rgba(42, 102, 217, 0.18);
}

body.is-marketing-preview .landing-device-badge {
  border-color: rgba(17, 32, 56, 0.06);
  background: rgba(255, 255, 255, 0.9);
  color: #112038;
  animation: none;
}

body.is-marketing-preview .landing-device-badge.is-price {
  background: linear-gradient(135deg, #ff7a45 0%, #ffb347 100%);
  color: #112038;
}

body.is-marketing-preview .landing-device-badge.is-proof {
  right: 14px;
  bottom: 162px;
  max-width: 170px;
}

body.is-marketing-preview .landing-device-badge.is-quote {
  left: -12px;
  bottom: 34px;
  max-width: 190px;
}

body.is-marketing-preview .device-stage {
  width: min(100%, 480px);
  margin-top: 16px;
  transform: rotate(-2deg);
}

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

body.is-survey-active .onboarding-card,
body.is-survey-active .intro,
body.is-survey-active .intro-studio-card,
body.is-survey-active .path-choice,
body.is-survey-active .wizard-panel:not(#improve-feedback-card),
body.is-survey-active .flow-card,
body.is-survey-active .final-acceptance-card,
body.is-survey-active .landing-topbar,
body.is-survey-active .landing-hero-card,
body.is-survey-active .landing-story-grid,
body.is-survey-active .landing-process-card,
body.is-survey-active .landing-proof-panel,
body.is-survey-active .landing-delivery-card,
body.is-survey-active .landing-examples-card,
body.is-survey-active .landing-visual-grid,
body.is-survey-active .landing-microproofs,
body.is-survey-active .landing-clarity-grid,
body.is-survey-active .landing-faq-card,
body.is-survey-active .landing-final-cta,
body.is-survey-active .landing-footer-card,
body.is-survey-active .workspace-header,
body.is-survey-active .workspace-tabs,
body.is-survey-active .workspace-panel:not([data-workspace-panel="current"]),
body.is-survey-active .workspace-panel[data-workspace-panel="current"] > .workspace-summary,
body.is-survey-active .workspace-panel[data-workspace-panel="current"] > .workspace-change-panel {
  display: none !important;
}

body.is-survey-active .control-panel {
  gap: 14px;
}

body.is-survey-active .improve-feedback-card {
  gap: 12px;
}

body.is-survey-active .survey-wizard-meta {
  padding: 10px 12px;
}

body.is-survey-active .survey-layout {
  grid-template-columns: 1fr;
}

body.is-survey-active .survey-stepper {
  position: static;
  padding: 10px;
  box-shadow: none;
}

body.is-survey-active .survey-stepper-label,
body.is-survey-active .onboarding-hint {
  display: none !important;
}

body.is-survey-active .survey-stepper-list {
  display: flex !important;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 4px;
  scrollbar-width: thin;
}

body.is-survey-active .survey-stepper-item {
  min-width: 46px;
}

body.is-survey-active .survey-stepper-button {
  width: 46px;
  min-height: 46px;
  place-items: center;
  padding: 6px;
  border-radius: 999px;
}

body.is-survey-active .survey-stepper-title,
body.is-survey-active .survey-stepper-meta {
  display: none !important;
}

body.is-survey-active .survey-mode-toggle {
  max-width: 240px;
}

body.is-survey-active .workspace-card,
body.is-survey-active .workspace-panel {
  gap: 0;
}

body.is-survey-active .device-preview {
  min-height: calc(100vh - 126px);
  padding-top: 10px;
}

@media (min-width: 1100px) {
  body.is-survey-active .app-shell {
    grid-template-columns: minmax(480px, 620px) minmax(520px, 1fr) !important;
    align-items: start !important;
  }

  body.is-survey-active .control-panel {
    position: relative !important;
    z-index: 4 !important;
    min-height: 100vh !important;
    max-width: none !important;
    overflow: visible !important;
  }

  body.is-survey-active .preview-panel {
    position: sticky !important;
    top: 0 !important;
    z-index: 1 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    border-left: 1px solid rgba(255, 248, 234, 0.10) !important;
  }

  body.is-survey-active .workspace-card {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.is-survey-active .device-preview {
    min-height: calc(100vh - 96px) !important;
    max-height: calc(100vh - 26px) !important;
    overflow: hidden !important;
  }

  body.is-survey-active .device-stage {
    height: min(calc(100vh - 150px), 760px) !important;
    max-width: min(100%, 430px) !important;
  }
}

.device-stage {
  position: relative;
  width: auto;
  height: min(calc(100vh - 132px), 960px);
  max-width: min(100%, 560px);
  aspect-ratio: 684 / 1408;
}

.device-stage::before,
.device-stage::after {
  content: none;
}

.device-shell {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

.device-screen {
  --screen-width: 390;
  --screen-height: 844;
  position: absolute;
  z-index: 1;
  left: 3.5%;
  top: 1.28%;
  width: 93%;
  height: 97.45%;
  overflow: hidden;
  border-radius: 9.1%;
  background: #fff;
}

.device-screen::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 1.55%;
  left: 50%;
  width: 24%;
  height: 3.45%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #0b0b0d;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
  pointer-events: none;
}

.device-screen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--screen-width) * 1px);
  height: calc(var(--screen-height) * 1px);
  border: 0;
  background: #fff;
  border-radius: 42px;
  clip-path: inset(0 round 42px);
  transform-origin: top left;
}

.device-preview.is-desktop {
  padding: 18px 24px 28px;
  align-items: center;
}

.device-preview.is-desktop .device-stage {
  width: min(100%, 1220px);
  max-width: 100%;
  height: min(calc(100vh - 176px), 820px);
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(115, 103, 88, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 244, 237, 0.96) 100%);
  box-shadow:
    0 18px 48px rgba(23, 23, 23, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  overflow: hidden;
}

.device-preview.is-desktop .device-stage::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 56px;
  border-bottom: 1px solid rgba(115, 103, 88, 0.14);
  background:
    radial-gradient(circle at 22px 50%, #d4c5b2 0 5px, transparent 6px),
    radial-gradient(circle at 40px 50%, #d4c5b2 0 5px, transparent 6px),
    radial-gradient(circle at 58px 50%, #d4c5b2 0 5px, transparent 6px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 237, 228, 0.96) 100%);
  z-index: 2;
}

.device-preview.is-desktop .device-stage::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 96px;
  width: min(42%, 360px);
  height: 24px;
  border: 1px solid rgba(115, 103, 88, 0.14);
  border-radius: 999px;
  background: rgba(248, 244, 237, 0.95);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.device-preview.is-desktop .device-shell {
  display: none;
}

.device-preview.is-desktop .device-screen {
  left: 0;
  top: 56px;
  width: 100%;
  height: calc(100% - 56px);
  border-radius: 0 0 22px 22px;
}

.device-preview.is-desktop .device-screen::before {
  display: none;
}

.device-preview.is-desktop .device-screen iframe {
  border-radius: 0 0 22px 22px;
  clip-path: inset(0 round 0 0 22px 22px);
}

@keyframes pulse {
  from {
    opacity: 0.35;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1.08);
  }
}

@media (max-width: 980px) {
  body.is-marketing-preview .app-shell,
  .app-shell {
    grid-template-columns: 1fr;
  }

  .control-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px;
  }

  h1 {
    font-size: 2.05rem;
  }

  .preview-panel {
    height: auto;
    position: static;
    padding: 18px;
  }

  body.is-marketing-preview #workspace-panel-current {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .device-preview {
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
  }

  body.is-marketing-preview .control-panel,
  body.is-marketing-preview .preview-panel {
    padding: 22px;
  }

  body.is-marketing-preview .landing-hero-card,
  body.is-marketing-preview .landing-process-card,
  body.is-marketing-preview .landing-proof-panel {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-hero-side,
  .landing-visual-grid,
  .landing-process-card,
  .landing-proof-panel {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-hero-card h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 8vw, 4.5rem);
  }

  body.is-marketing-preview .landing-process-copy h2 {
    max-width: 100%;
  }

  body.is-marketing-preview .landing-device-badge.is-price {
    left: 8px;
  }

  body.is-marketing-preview .landing-device-badge.is-proof {
    right: 8px;
    bottom: 120px;
  }

  body.is-marketing-preview .landing-device-badge.is-quote {
    left: 8px;
    bottom: 18px;
  }

  .landing-topbar,
  .landing-hero-card,
  .landing-story-grid,
  .landing-brand-band,
  .landing-visual-grid,
  .landing-process-card,
  .landing-proof-panel,
  .landing-delivery-card,
  .landing-final-cta,
  .landing-examples-head {
    grid-template-columns: 1fr;
  }

  .landing-delivery-steps {
    grid-template-columns: 1fr;
  }

  .landing-output-pack {
    grid-template-columns: 1fr;
  }

  .landing-brand-band-points {
    grid-template-columns: 1fr 1fr;
  }

  .landing-examples-card {
    padding: 20px;
  }

  .landing-case-strip {
    grid-template-columns: 1fr;
  }

  .landing-examples-head h2 {
    max-width: 13ch;
  }

  .landing-examples-controls {
    position: static;
    justify-content: flex-end;
  }

  .landing-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .landing-auth-actions {
    justify-content: flex-start;
  }

  .landing-hero-card h1 {
    max-width: 9ch;
    font-size: clamp(2.3rem, 6vw, 3.2rem);
  }

  .status-card {
    right: 12px;
    bottom: 12px;
    width: min(420px, calc(100vw - 24px));
  }

  .device-preview {
    min-height: 62vh;
    padding-top: 12px;
  }

  .device-stage {
    width: min(100%, 420px);
    height: auto;
  }

  .device-preview.is-desktop .device-stage {
    width: min(100%, 1000px);
    height: min(72vh, 680px);
  }
}

@media (max-width: 560px) {
  .control-panel,
  .preview-panel {
    padding: 16px;
  }

  .landing-topbar,
  .landing-hero-card,
  .landing-story-card,
  .landing-visual-card,
  .landing-proof-panel,
  .landing-examples-card,
  .landing-final-cta,
  .auth-modal {
    border-radius: 18px;
  }

  .landing-topbar-badge {
    display: none;
  }

  .landing-hero-card {
    padding: 18px;
  }

  .landing-brand-band {
    padding: 20px;
    border-radius: 22px;
  }

  .landing-brand-band::before {
    inset: 8px;
    border-radius: 16px;
  }

  .landing-brand-band-copy h2 {
    font-size: 1.62rem;
    line-height: 1;
  }

  .landing-brand-band-copy p:not(.landing-story-kicker) {
    font-size: 0.86rem;
  }

  .landing-brand-band-points {
    grid-template-columns: 1fr;
  }

  .landing-brand-band-points span {
    min-height: 46px;
    padding: 11px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
  }

  .landing-hero-copy {
    gap: 12px;
  }

  .landing-hero-copy .eyebrow {
    max-width: 24ch;
    font-size: 0.7rem;
  }

  .landing-voice-card {
    padding: 12px 14px;
  }

  .landing-voice-card p {
    font-size: 0.88rem;
  }

  .landing-hero-card h1 {
    max-width: 10.5ch;
    font-size: 2.34rem;
    line-height: 0.9;
    letter-spacing: -0.07em;
    text-wrap: balance;
  }

  .landing-hero-lead {
    font-size: 0.86rem;
    line-height: 1.46;
  }

  .landing-price-pill {
    align-items: center;
    flex-direction: row;
    gap: 6px 10px;
    width: 100%;
    padding: 10px 13px;
    border-radius: 18px;
  }

  .landing-price-pill strong {
    font-size: 1.78rem;
  }

  .landing-price-pill span {
    font-size: 0.78rem;
  }

  .landing-price-pill small {
    min-height: 24px;
    padding: 3px 8px;
    font-size: 0.66rem;
  }

  .landing-examples-card {
    gap: 14px;
    padding: 18px;
  }

  .landing-examples-card::before {
    inset: 8px;
    border-radius: 15px;
  }

  .landing-examples-head {
    gap: 10px;
  }

  .landing-examples-head h2 {
    max-width: 100%;
    font-size: 1.82rem;
    line-height: 1.02;
  }

  .landing-examples-head p {
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .landing-case-strip {
    gap: 7px;
  }

  .landing-case-strip span {
    min-height: auto;
    padding: 10px 11px;
    border-radius: 14px;
    font-size: 0.72rem;
  }

  .landing-example-nav {
    width: 38px;
    height: 38px;
  }

  .landing-example-card {
    flex-basis: min(316px, 84vw);
    min-height: 420px;
    padding: 10px;
    border-radius: 22px;
  }

  .landing-example-site-preview {
    min-height: 282px;
    border-radius: 18px;
  }

  .example-site-frame {
    min-height: 248px;
    padding: 11px;
  }

  .example-site-hero {
    grid-template-columns: minmax(0, 1fr) 74px;
    padding: 12px;
    border-radius: 16px;
  }

  .example-site-hero::after {
    min-height: 124px;
    border-radius: 14px;
  }

  .example-site-photo {
    min-height: 124px;
    border-radius: 14px;
  }

  .is-beauty-card .example-site-hero,
  .is-law-card .example-site-hero,
  .is-physio-card .example-site-hero,
  .is-restaurant-card .example-site-hero {
    grid-template-columns: 1fr;
    min-height: 222px;
  }

  .is-beauty-card .example-site-photo,
  .is-law-card .example-site-photo,
  .is-physio-card .example-site-photo,
  .is-restaurant-card .example-site-photo {
    min-height: 100%;
    border-radius: 0;
  }

  .is-dental-card .example-site-hero {
    grid-template-columns: minmax(0, 0.92fr) 78px;
  }

  .is-beauty-card .example-site-frame {
    grid-template-columns: 0.78fr 1.22fr;
  }

  .is-beauty-card .example-site-nav {
    min-height: 92px;
    padding: 9px;
  }

  .is-physio-card .example-site-frame {
    grid-template-columns: 1fr;
  }

  .is-physio-card .example-site-nav,
  .is-physio-card .example-site-hero,
  .is-physio-card .example-site-metrics {
    grid-column: 1;
    grid-row: auto;
  }

  .example-site-hero h4 {
    font-size: 1.22rem;
  }

  .example-site-blocks span,
  .example-site-grid span,
  .example-site-columns span,
  .example-site-list span,
  .example-site-metrics span,
  .example-site-menu span {
    min-height: 30px;
    padding: 8px 6px;
    font-size: 0.58rem;
  }

  .landing-example-copy {
    margin: -22px 6px 0;
    gap: 7px;
    padding: 13px;
    border-radius: 18px;
  }

  .landing-example-copy h3 {
    max-width: 13ch;
    font-size: 1.28rem;
  }

  .landing-example-copy p {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .landing-example-case {
    gap: 4px;
    padding: 7px;
    border-radius: 12px;
  }

  .landing-example-case span {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 6px;
    font-size: 0.62rem;
  }

  .landing-example-tags small {
    min-height: 25px;
    padding: 5px 8px;
    font-size: 0.62rem;
  }

  .landing-cta-note {
    font-size: 0.78rem;
  }

  .landing-robot-stamp {
    top: 14px;
    right: 14px;
    width: 92px;
    padding: 10px 8px;
  }

  .landing-robot-stamp strong {
    font-size: 1.22rem;
  }

  .landing-robot-stamp span {
    font-size: 0.62rem;
  }

  body.is-marketing-preview .workspace-summary strong {
    font-size: 1.6rem;
  }

  body.is-marketing-preview .landing-topbar {
    padding: 12px;
  }

  body.is-marketing-preview .landing-brand {
    gap: 10px;
  }

  body.is-marketing-preview .landing-brand-mark {
    width: 42px;
    height: 42px;
  }

  body.is-marketing-preview .landing-hero-card {
    padding: 22px 18px 18px;
  }

  body.is-marketing-preview .landing-hero-side {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-hero-visual {
    min-height: 0;
    max-width: 100%;
    padding: 14px;
  }

  body.is-marketing-preview .landing-visual-card,
  body.is-marketing-preview .landing-process-card,
  body.is-marketing-preview .landing-proof-panel,
  body.is-marketing-preview .landing-delivery-card {
    padding: 18px;
  }

  body.is-marketing-preview .landing-visual-card h2,
  body.is-marketing-preview .landing-process-copy h2,
  body.is-marketing-preview .landing-proof-copy h2 {
    max-width: 100%;
    font-size: 1.42rem;
  }

  body.is-marketing-preview .device-preview {
    padding: 18px 14px 24px;
    border-radius: 24px;
  }

  body.is-marketing-preview .device-preview::before {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 0.76rem;
  }

  body.is-marketing-preview .device-stage {
    width: min(100%, 340px);
    transform: none;
  }

  body.is-marketing-preview .landing-device-badge {
    max-width: 180px;
    min-height: 32px;
    padding: 8px 10px;
    font-size: 0.72rem;
  }

  .landing-hero-actions,
  .auth-form-actions {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .landing-hero-actions > *,
  .auth-form-actions > * {
    width: 100%;
  }

  .landing-auth-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .status-card {
    position: static;
    grid-template-columns: auto minmax(0, 1fr);
    width: 100%;
    padding: 10px;
  }

  .status-close {
    grid-column: 1 / -1;
    width: 100%;
  }

  .report-grid {
    grid-template-columns: 1fr;
  }

  .recovery-grid {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .device-preview {
    padding: 12px;
  }

  .device-stage {
    width: min(100%, 348px);
    max-width: 100%;
  }

  .preview-toolbar-actions {
    width: 100%;
    flex-direction: column;
  }

  .preview-mode-toggle {
    width: 100%;
    justify-content: stretch;
  }

  .preview-mode-button {
    flex: 1;
  }

  .device-preview.is-desktop {
    padding: 12px;
  }

  .device-preview.is-desktop .device-stage {
    height: min(54vh, 320px);
    border-radius: 16px;
  }

  .device-preview.is-desktop .device-stage::before {
    height: 44px;
    background:
      radial-gradient(circle at 18px 50%, #d4c5b2 0 4px, transparent 5px),
      radial-gradient(circle at 33px 50%, #d4c5b2 0 4px, transparent 5px),
      radial-gradient(circle at 48px 50%, #d4c5b2 0 4px, transparent 5px),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 237, 228, 0.96) 100%);
  }

  .device-preview.is-desktop .device-stage::after {
    top: 12px;
    left: 74px;
    width: min(52%, 200px);
    height: 20px;
  }

  .device-preview.is-desktop .device-screen {
    top: 44px;
    height: calc(100% - 44px);
    border-radius: 0 0 16px 16px;
  }

  .device-preview.is-desktop .device-screen iframe {
    border-radius: 0 0 16px 16px;
    clip-path: inset(0 round 0 0 16px 16px);
  }

  .eta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .feedback-actions {
    grid-template-columns: 1fr;
  }

  .survey-actions {
    grid-template-columns: 1fr;
  }

  .survey-live-bar {
    grid-template-columns: 1fr;
  }

  .survey-layout {
    grid-template-columns: 1fr;
  }

  .survey-stepper {
    position: static;
  }

  .survey-stepper-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .onboarding-steps {
    grid-template-columns: 1fr;
  }

  .survey-sticky-bar {
    grid-template-columns: 1fr;
  }

  .survey-sticky-actions,
  .survey-utility-actions {
    width: 100%;
  }

  .survey-sticky-actions button,
  .survey-utility-actions button {
    flex: 1;
  }

  .feedback-options {
    grid-template-columns: 1fr;
  }

  .quick-question-list.is-two-up {
    grid-template-columns: 1fr;
  }

  .usage-metrics {
    grid-template-columns: 1fr;
  }

  .quick-question-options {
    display: grid;
    grid-template-columns: 1fr;
  }

  .review-question {
    grid-template-columns: 1fr;
  }

  .rating-scale {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-checkboxes {
    grid-template-columns: 1fr;
  }

  .review-question-actions {
    width: 100%;
  }

  .review-question-actions button {
    flex: 1;
  }

  .preview-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .preview-toolbar > * {
    width: 100%;
  }

  .workspace-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .workspace-tabs {
    width: 100%;
  }

  .workspace-tab {
    flex: 1;
  }

  .workspace-highlight-list {
    grid-template-columns: 1fr;
  }

  .preview-toolbar-actions {
    align-items: stretch;
  }

  .open-preview {
    width: 100%;
    text-align: center;
  }

  .auth-modal {
    padding: 18px;
  }

  .auth-modal-header {
    flex-direction: column;
  }
}

body.is-marketing-preview .app-shell {
  display: block;
  min-height: 100vh;
  background: transparent;
}

body.is-marketing-preview .control-panel {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 28px clamp(18px, 3vw, 42px) 92px;
  border-right: 0;
  background: transparent;
  overflow: visible;
}

body.is-marketing-preview .preview-panel {
  display: none !important;
}

body.is-marketing-preview .landing-topbar,
body.is-marketing-preview .landing-hero-card,
body.is-marketing-preview .landing-process-card,
body.is-marketing-preview .landing-delivery-card,
body.is-marketing-preview .landing-visual-grid,
body.is-marketing-preview .landing-proof-panel,
body.is-marketing-preview .landing-examples-card,
body.is-marketing-preview .landing-faq-card,
body.is-marketing-preview .landing-final-cta,
body.is-marketing-preview .intro,
body.is-marketing-preview .onboarding-card {
  width: 100%;
}

body.is-marketing-preview .landing-hero-card {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
  align-items: center;
  min-height: min(760px, calc(100vh - 132px));
  padding: clamp(28px, 4vw, 58px);
}

body.is-marketing-preview .landing-hero-card h1 {
  max-width: 11.5ch;
  font-size: clamp(4rem, 7.2vw, 7.45rem);
  line-height: 0.84;
}

body.is-marketing-preview .landing-hero-lead {
  max-width: 46ch;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

body.is-marketing-preview .landing-hero-side {
  align-self: stretch;
}

body.is-marketing-preview .landing-hero-visual {
  max-width: 560px;
  min-height: 520px;
  padding: 10px;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 18% 8%, rgba(24, 210, 255, 0.2), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(255, 107, 61, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(7, 17, 32, 0.98) 0%, rgba(10, 22, 48, 0.98) 100%);
  margin-inline: auto;
}

body.is-marketing-preview .landing-hero-visual img {
  max-height: 520px;
  object-fit: contain;
  border-radius: 22px;
}

body.is-marketing-preview .landing-hero-visual figcaption {
  padding: 0 8px 6px;
}

body.is-marketing-preview .landing-hero-visual figcaption strong {
  color: #f7fbff;
}

body.is-marketing-preview .landing-hero-visual figcaption span {
  color: rgba(231, 239, 255, 0.78);
}

body.is-marketing-preview .landing-process-card,
body.is-marketing-preview .landing-proof-panel {
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  align-items: center;
}

@media (max-width: 980px) {
  body.is-marketing-preview .control-panel {
    padding: 22px 18px 72px;
  }

  body.is-marketing-preview .landing-hero-card,
  body.is-marketing-preview .landing-process-card,
  body.is-marketing-preview .landing-proof-panel {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-hero-card {
    min-height: 0;
  }

  body.is-marketing-preview .landing-hero-card h1 {
    max-width: 10.5ch;
    font-size: clamp(3.1rem, 13vw, 5.1rem);
  }

  body.is-marketing-preview .landing-bobo-inline {
    display: inline-grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    width: fit-content;
    max-width: min(100%, 390px);
    padding: 7px 12px 7px 7px;
    border: 1px solid rgba(17, 32, 56, 0.08);
    border-radius: 999px;
    background:
      radial-gradient(circle at 12% 18%, rgba(24, 210, 255, 0.24), transparent 42%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 236, 0.9) 100%);
    box-shadow: 0 14px 30px rgba(17, 32, 56, 0.08);
  }

  body.is-marketing-preview .landing-bobo-inline img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 18% 52%;
    background: #f4fbff;
  }

  body.is-marketing-preview .landing-bobo-inline strong {
    color: #112038;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.22;
  }
}

@media (max-width: 560px) {
  body.is-marketing-preview .control-panel {
    padding: 14px 12px 54px;
  }

  body.is-marketing-preview .landing-topbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }

  body.is-marketing-preview .landing-brand {
    min-width: 0;
  }

  body.is-marketing-preview .landing-brand > div {
    min-width: 0;
  }

  body.is-marketing-preview .landing-brand strong {
    display: block;
    overflow: hidden;
    font-size: 1.06rem;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.is-marketing-preview .landing-brand span {
    display: block;
    overflow: hidden;
    font-size: 0.72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.is-marketing-preview .landing-auth-actions {
    grid-column: 1;
    grid-row: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  body.is-marketing-preview .landing-auth-actions .compact-button {
    width: 100%;
    min-height: 42px;
    justify-content: center;
  }

  body.is-marketing-preview .landing-topbar-badge {
    grid-column: 1;
    grid-row: auto;
    margin-left: 0;
    white-space: normal;
  }

  body.is-marketing-preview .landing-hero-card {
    padding: 20px 18px 18px;
  }

  body.is-marketing-preview .landing-hero-card h1 {
    max-width: 10.4ch;
    font-size: 2.58rem;
    line-height: 0.92;
    letter-spacing: -0.06em;
  }

  body.is-marketing-preview .landing-bobo-inline {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 9px;
    max-width: 100%;
    padding: 6px 10px 6px 6px;
  }

  body.is-marketing-preview .landing-bobo-inline img {
    width: 52px;
    height: 52px;
  }

  body.is-marketing-preview .landing-bobo-inline strong {
    font-size: 0.74rem;
  }

  body.is-marketing-preview .landing-hero-visual {
    min-height: 320px;
  }
}

/* Final marketing polish: keep the first viewport crisp and brand-led. */
body.is-marketing-preview .landing-topbar {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 16px;
  padding: 12px 14px;
  border-color: rgba(17, 32, 56, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 244, 0.9)),
    radial-gradient(circle at 8% 12%, rgba(24, 210, 255, 0.16), transparent 34%);
  box-shadow: 0 24px 70px rgba(17, 32, 56, 0.1);
}

body.is-marketing-preview .landing-brand {
  gap: 12px;
  min-width: 0;
}

body.is-marketing-preview .landing-brand-mark {
  position: relative;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
}

body.is-marketing-preview .landing-brand-mark img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(42, 102, 217, 0.18));
}

body.is-marketing-preview .landing-brand-mark::after {
  inset: -4px;
  border-color: rgba(24, 210, 255, 0.22);
  border-radius: 24px;
}

body.is-marketing-preview .landing-brand strong {
  color: #112038;
  font-size: 1.18rem;
}

body.is-marketing-preview .landing-brand span:not(.landing-brand-mark span) {
  color: #536178;
  font-size: 0.78rem;
}

body.is-marketing-preview .landing-topbar-badge {
  grid-column: 1 / 2;
  margin-left: 64px;
  border-color: rgba(255, 107, 61, 0.16);
  background: rgba(255, 246, 232, 0.9);
  color: #b94f26;
}

body.is-marketing-preview .landing-auth-actions {
  gap: 8px;
}

body.is-marketing-preview .landing-auth-actions .secondary-button,
body.is-marketing-preview .landing-auth-actions .compact-button {
  min-height: 42px;
  border-color: rgba(17, 32, 56, 0.1);
  background: rgba(255, 255, 255, 0.74);
  color: #112038;
  box-shadow: none;
}

body.is-marketing-preview .landing-auth-actions #landing-signup-button {
  background: linear-gradient(135deg, #ff6b3d 0%, #ffb84d 50%, #ffe56b 100%);
  color: #071120;
  box-shadow: 0 16px 30px rgba(255, 107, 61, 0.18);
}

body.is-marketing-preview .landing-hero-card {
  margin-top: 22px;
}

body.is-marketing-preview .landing-hero-actions {
  align-items: stretch;
}

body.is-marketing-preview #landing-explore-button {
  min-height: 64px;
  border-color: rgba(17, 32, 56, 0.1);
  background: rgba(255, 255, 255, 0.84);
  color: #112038;
}

body.is-marketing-preview .landing-hero-assurance {
  display: grid;
  max-width: 620px;
  gap: 5px;
  padding: 13px 15px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(17, 32, 56, 0.96), rgba(31, 53, 82, 0.92)),
    radial-gradient(circle at 90% 10%, rgba(255, 223, 107, 0.22), transparent 36%);
  color: #fff9ed;
  box-shadow: 0 18px 36px rgba(17, 32, 56, 0.16);
}

body.is-marketing-preview .landing-hero-assurance strong {
  color: #ffdf6b;
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: -0.01em;
}

body.is-marketing-preview .landing-hero-assurance span {
  max-width: 56ch;
  color: rgba(255, 249, 237, 0.82);
  font-size: 0.8rem;
  font-weight: 760;
  line-height: 1.35;
}

body.is-marketing-preview .landing-primary-cta {
  position: relative;
  overflow: hidden;
}

body.is-marketing-preview .landing-primary-cta::after {
  content: "";
  position: absolute;
  inset: -60% auto -60% -35%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  transform: rotate(18deg);
  transition: left 0.55s ease;
}

body.is-marketing-preview .landing-primary-cta:hover::after {
  left: 112%;
}

/* Portfolio polish: desktop examples should feel like a curated wall of real client work. */
body.is-marketing-preview .landing-portfolio-note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(17, 32, 56, 0.94), rgba(18, 61, 104, 0.9)),
    radial-gradient(circle at 88% 20%, rgba(255, 223, 107, 0.24), transparent 36%);
  color: #fff9ed;
  box-shadow: 0 18px 38px rgba(17, 32, 56, 0.14);
}

body.is-marketing-preview .landing-portfolio-note strong {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

body.is-marketing-preview .landing-portfolio-note span {
  max-width: 52ch;
  color: rgba(255, 249, 237, 0.82);
  font-size: 0.84rem;
  font-weight: 780;
  line-height: 1.35;
}

@media (min-width: 981px) {
  body.is-marketing-preview .landing-examples-controls {
    display: none;
  }

  body.is-marketing-preview .landing-examples-track {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
    overflow: visible;
    padding: 4px 0 0;
    scroll-snap-type: none;
  }

  body.is-marketing-preview .landing-example-card {
    display: grid;
    flex: initial;
    min-height: auto;
    padding: 11px;
    scroll-snap-align: none;
  }

  body.is-marketing-preview .landing-example-card.is-aesthetic-card {
    grid-column: span 4;
    transform: translateY(14px);
  }

  body.is-marketing-preview .landing-example-card.is-beauty-card {
    grid-column: span 4;
  }

  body.is-marketing-preview .landing-example-card.is-dental-card {
    grid-column: span 4;
    transform: translateY(22px);
  }

  body.is-marketing-preview .landing-example-card.is-law-card {
    grid-column: span 5;
  }

  body.is-marketing-preview .landing-example-card.is-physio-card {
    grid-column: span 3;
    transform: translateY(-10px);
  }

  body.is-marketing-preview .landing-example-card.is-restaurant-card {
    grid-column: span 4;
    transform: translateY(8px);
  }

  body.is-marketing-preview .landing-example-site-preview {
    min-height: 300px;
  }

  body.is-marketing-preview .is-law-card .landing-example-site-preview {
    min-height: 342px;
  }

  body.is-marketing-preview .is-restaurant-card .landing-example-site-preview,
  body.is-marketing-preview .is-physio-card .landing-example-site-preview {
    min-height: 326px;
  }

  body.is-marketing-preview .landing-example-copy {
    align-self: end;
  }

  body.is-marketing-preview .is-law-card .example-site-frame {
    grid-template-columns: 1.12fr 0.88fr;
    grid-template-rows: auto minmax(0, 1fr);
  }

  body.is-marketing-preview .is-law-card .example-site-nav {
    grid-column: 1 / 3;
  }

  body.is-marketing-preview .is-law-card .example-site-hero {
    grid-column: 1;
    grid-row: 2;
    min-height: 232px;
  }

  body.is-marketing-preview .is-law-card .example-site-list {
    grid-column: 2;
    grid-row: 2;
    align-content: center;
  }

  body.is-marketing-preview .is-restaurant-card .example-site-frame {
    grid-template-columns: 0.9fr 1.1fr;
  }

  body.is-marketing-preview .is-restaurant-card .example-site-menu {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.is-marketing-preview .landing-topbar {
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-brand {
    grid-template-columns: auto minmax(0, 1fr);
  }

  body.is-marketing-preview .landing-brand-mark {
    width: 46px;
    height: 46px;
  }

  body.is-marketing-preview .landing-brand strong {
    font-size: 1rem;
  }

  body.is-marketing-preview .landing-brand span:not(.landing-brand-mark span) {
    font-size: 0.68rem;
  }

  body.is-marketing-preview .landing-topbar-badge {
    display: none;
  }

  body.is-marketing-preview .landing-auth-actions {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 8px;
  }

  body.is-marketing-preview .landing-auth-actions .compact-button {
    min-height: 44px;
    border-radius: 14px;
    font-size: 0.82rem;
  }

  body.is-marketing-preview .landing-hero-card {
    margin-top: 14px;
    padding: 18px 18px 16px;
  }

  body.is-marketing-preview .landing-hero-copy {
    gap: 13px;
  }

  body.is-marketing-preview .landing-hero-card h1 {
    max-width: 9.8ch;
    font-size: clamp(2.46rem, 12vw, 2.92rem);
    line-height: 0.9;
  }

  body.is-marketing-preview .landing-hero-lead {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  body.is-marketing-preview .landing-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.is-marketing-preview .landing-primary-cta,
  body.is-marketing-preview #landing-explore-button {
    width: 100%;
    min-height: 62px;
    justify-content: center;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-proof-list {
    gap: 8px;
  }

  body.is-marketing-preview .landing-proof-list li {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 0.76rem;
  }

  body.is-marketing-preview .landing-output-pack {
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-output-pack-main {
    padding: 4px;
  }

  body.is-marketing-preview .landing-output-pack-main h3 {
    max-width: 18ch;
    font-size: 1.42rem;
  }

  body.is-marketing-preview .landing-output-receipt {
    padding: 8px;
    border-radius: 15px;
  }

  body.is-marketing-preview .landing-output-receipt span {
    min-height: 44px;
    padding: 9px;
    font-size: 0.76rem;
  }

  body.is-marketing-preview .landing-final-cta {
    gap: 14px;
    padding: 18px;
  }

  body.is-marketing-preview .landing-final-cta::before {
    inset: 8px;
    border-radius: 15px;
  }

  body.is-marketing-preview .landing-final-copy h2 {
    max-width: 11ch;
    font-size: 2.25rem;
    line-height: 0.95;
  }

  body.is-marketing-preview .landing-final-copy p:not(.landing-story-kicker) {
    font-size: 0.84rem;
  }

  body.is-marketing-preview .landing-final-panel {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-final-panel img {
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-final-steps span {
    min-height: 36px;
    padding: 7px 8px;
    font-size: 0.72rem;
  }

  body.is-marketing-preview .landing-final-actions {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-final-actions .secondary-button {
    min-height: 56px;
  }

  body.is-marketing-preview .landing-hero-assurance {
    padding: 12px;
    border-radius: 16px;
  }

  body.is-marketing-preview .landing-hero-assurance strong {
    font-size: 0.8rem;
  }

  body.is-marketing-preview .landing-hero-assurance span {
    font-size: 0.74rem;
  }

  body.is-marketing-preview .landing-portfolio-note {
    display: grid;
    gap: 8px;
    padding: 12px;
    border-radius: 16px;
  }

  body.is-marketing-preview .landing-portfolio-note strong {
    font-size: 1.1rem;
  }

  body.is-marketing-preview .landing-portfolio-note span {
    font-size: 0.76rem;
  }
}

/* Final CTA contrast safeguard. Keep this at the end because marketing layers override base kickers. */
body.is-marketing-preview .landing-final-cta .landing-final-copy .landing-story-kicker {
  color: #ffdf6b;
  opacity: 1;
  text-shadow: 0 1px 16px rgba(255, 223, 107, 0.2);
}

/* Auth premium polish: account creation should feel like entering Bobo Studio, not a generic form. */
body.is-marketing-preview .auth-modal-backdrop {
  background:
    radial-gradient(circle at 18% 18%, rgba(24, 210, 255, 0.18), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(255, 223, 107, 0.18), transparent 28%),
    rgba(17, 32, 56, 0.58);
  backdrop-filter: blur(16px);
}

body.is-marketing-preview .auth-modal {
  position: relative;
  overflow: hidden;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.74fr);
  align-items: start;
  width: min(900px, 100%);
  padding: 24px;
  border-color: rgba(17, 32, 56, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 16%, rgba(255, 223, 107, 0.22), transparent 34%),
    radial-gradient(circle at 12% 6%, rgba(24, 210, 255, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 244, 0.96));
  box-shadow: 0 34px 90px rgba(17, 32, 56, 0.26);
}

body.is-marketing-preview .auth-modal-header,
body.is-marketing-preview .auth-value-strip,
body.is-marketing-preview .auth-mode-toggle,
body.is-marketing-preview .auth-form {
  grid-column: 1;
}

body.is-marketing-preview .auth-modal::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
}

body.is-marketing-preview .auth-modal > * {
  position: relative;
  z-index: 1;
}

body.is-marketing-preview .auth-modal-header h2 {
  max-width: 15ch;
  color: #112038;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.45rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

body.is-marketing-preview .auth-modal-header p:not(.eyebrow) {
  max-width: 46ch;
  color: #455168;
  font-weight: 760;
  line-height: 1.45;
}

body.is-marketing-preview .auth-modal-header .eyebrow {
  color: #ff6b3d;
  letter-spacing: 0.1em;
}

body.is-marketing-preview #auth-modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  min-height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
}

body.is-marketing-preview .auth-modal-header {
  padding-right: 96px;
}

body.is-marketing-preview .auth-value-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body.is-marketing-preview .auth-studio-card {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1 / span 4;
  display: grid;
  gap: 16px;
  min-height: 100%;
  align-content: start;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 22% 10%, rgba(24, 210, 255, 0.2), transparent 32%),
    radial-gradient(circle at 92% 8%, rgba(255, 223, 107, 0.2), transparent 30%),
    linear-gradient(135deg, #112038, #173b62);
  color: #fff9ed;
  box-shadow: 0 22px 48px rgba(17, 32, 56, 0.18);
}

body.is-marketing-preview .auth-studio-card::after {
  content: "499 zł";
  position: absolute;
  right: -12px;
  bottom: -34px;
  color: rgba(255, 249, 237, 0.06);
  font-family: var(--serif);
  font-size: 9rem;
  font-weight: 950;
  letter-spacing: -0.08em;
  pointer-events: none;
}

body.is-marketing-preview .auth-studio-card img {
  width: 74px;
  height: 74px;
  border-radius: 24px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

body.is-marketing-preview .auth-studio-card div {
  display: grid;
  gap: 8px;
}

body.is-marketing-preview .auth-studio-card div span {
  color: #ffdf6b;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.is-marketing-preview .auth-studio-card div strong {
  max-width: 18ch;
  color: #fff9ed;
  font-family: var(--serif);
  font-size: 1.72rem;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

body.is-marketing-preview .auth-studio-card ol {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.is-marketing-preview .auth-studio-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 249, 237, 0.84);
  font-size: 0.78rem;
  font-weight: 850;
}

body.is-marketing-preview .auth-studio-card b {
  color: #ffdf6b;
  font-size: 0.74rem;
}

body.is-marketing-preview .auth-value-strip span {
  display: grid;
  gap: 2px;
  min-height: 58px;
  padding: 10px 11px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: #536178;
  font-size: 0.72rem;
  font-weight: 780;
  line-height: 1.2;
  box-shadow: 0 12px 26px rgba(17, 32, 56, 0.06);
}

body.is-marketing-preview .auth-value-strip strong {
  color: #112038;
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1;
}

body.is-marketing-preview .auth-mode-button.is-active,
body.is-marketing-preview #auth-submit-button {
  border: 0;
  background: linear-gradient(135deg, #ff7a45 0%, #ffb347 52%, #fff071 100%);
  color: #112038;
  box-shadow: 0 18px 34px rgba(255, 122, 69, 0.2);
}

body.is-marketing-preview .auth-mode-button.secondary-button,
body.is-marketing-preview #auth-secondary-action {
  border-color: rgba(17, 32, 56, 0.1);
  background: rgba(255, 255, 255, 0.82);
  color: #112038;
}

body.is-marketing-preview .auth-form label {
  color: #112038;
  font-size: 0.86rem;
  font-weight: 900;
}

body.is-marketing-preview .auth-form input {
  min-height: 54px;
  border-color: rgba(17, 32, 56, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 760;
}

body.is-marketing-preview .auth-form input:focus {
  border-color: rgba(255, 122, 69, 0.52);
  box-shadow: 0 0 0 4px rgba(255, 122, 69, 0.12);
}

body.is-marketing-preview .auth-form-actions {
  grid-template-columns: minmax(0, 1.2fr) minmax(150px, 0.8fr);
}

body.is-marketing-preview .auth-form-actions button {
  min-height: 56px;
  border-radius: 16px;
}

body.is-marketing-preview .auth-safe-note {
  margin: -2px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(10, 123, 106, 0.12);
  border-radius: 14px;
  background: rgba(229, 242, 238, 0.7);
  color: #455168;
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.35;
}

/* Proof board polish: replace the old static collage with readable product cards. */
body.is-marketing-preview .landing-proof-board {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-rows: auto auto;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 223, 107, 0.2), transparent 34%),
    radial-gradient(circle at 12% 84%, rgba(24, 210, 255, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

body.is-marketing-preview .landing-proof-screen {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 178px;
  padding: 18px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  color: #112038;
  box-shadow: 0 16px 34px rgba(17, 32, 56, 0.08);
}

body.is-marketing-preview .landing-proof-screen > span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7a45 0%, #ffdf6b 100%);
  color: #112038;
  font-size: 0.78rem;
  font-weight: 950;
}

body.is-marketing-preview .landing-proof-screen h3 {
  margin: 0;
  color: #112038;
  font-family: var(--serif);
  font-size: clamp(1.42rem, 2.4vw, 2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

body.is-marketing-preview .landing-proof-screen p {
  margin: 0;
  color: #455168;
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.4;
}

body.is-marketing-preview .landing-proof-screen button {
  width: fit-content;
  min-height: 42px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a45 0%, #ffdf6b 100%);
  color: #112038;
  font-weight: 950;
}

body.is-marketing-preview .landing-proof-screen.is-hero-proof {
  grid-row: 1 / 3;
  min-height: 368px;
  align-content: stretch;
  background:
    radial-gradient(circle at 18% 12%, rgba(24, 210, 255, 0.22), transparent 28%),
    radial-gradient(circle at 88% 84%, rgba(255, 223, 107, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(17, 32, 56, 0.88), rgba(17, 32, 56, 0.98)),
    radial-gradient(circle at 82% 18%, rgba(24, 210, 255, 0.26), transparent 32%),
    #112038;
  color: #fff9ed;
}

body.is-marketing-preview .landing-proof-screen.is-offer-proof div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.is-marketing-preview .landing-proof-screen.is-offer-proof small {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f7fb;
  color: #112038;
  font-size: 0.68rem;
  font-weight: 900;
}

body.is-marketing-preview .landing-proof-screen.is-package-proof {
  background:
    radial-gradient(circle at 90% 14%, rgba(255, 223, 107, 0.22), transparent 32%),
    linear-gradient(135deg, #fffaf0, #ffffff);
}

body.is-marketing-preview .landing-proof-screen.is-package-proof strong {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: #112038;
  color: #fff9ed;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.06em;
}

body.is-marketing-preview .proof-mini-site {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: 14px;
  height: 100%;
  min-height: 316px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(6, 18, 34, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.is-marketing-preview .proof-mini-site::before {
  content: "";
  position: absolute;
  inset: 16px 16px auto auto;
  width: 86px;
  height: 86px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(24, 210, 255, 0.22), rgba(255, 223, 107, 0.2));
  filter: blur(2px);
}

body.is-marketing-preview .proof-mini-nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.is-marketing-preview .proof-mini-nav strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff9ed;
  font-family: var(--serif);
  font-size: 1.04rem;
  line-height: 1;
}

body.is-marketing-preview .proof-mini-nav strong::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 24%, #fff7ce, transparent 24%),
    linear-gradient(135deg, #0a7b6a, #ffdf6b);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

body.is-marketing-preview .proof-mini-nav small {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 249, 237, 0.78);
  font-size: 0.62rem;
  font-weight: 950;
}

body.is-marketing-preview .proof-mini-hero {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  max-width: 27ch;
}

body.is-marketing-preview .proof-mini-hero small {
  color: #ffdf6b;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.is-marketing-preview .proof-mini-hero h3 {
  margin: 0;
  color: #fff9ed;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

body.is-marketing-preview .proof-mini-hero p {
  margin: 0;
  color: rgba(255, 249, 237, 0.78);
  font-size: 0.82rem;
  font-weight: 780;
  line-height: 1.36;
}

body.is-marketing-preview .proof-mini-hero button {
  min-height: 40px;
  padding: 10px 14px;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #112038;
}

body.is-marketing-preview .proof-mini-lines {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  max-width: 220px;
}

body.is-marketing-preview .proof-mini-lines i {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

body.is-marketing-preview .proof-mini-lines i:nth-child(1) {
  width: 82%;
}

body.is-marketing-preview .proof-mini-lines i:nth-child(2) {
  width: 58%;
}

body.is-marketing-preview .proof-mini-lines i:nth-child(3) {
  width: 72%;
  background: linear-gradient(90deg, #ff7a45 0 42%, #0a7b6a 42% 100%);
}

@media (max-width: 560px) {
  body.is-marketing-preview .auth-modal-backdrop {
    padding: 12px;
  }

  body.is-marketing-preview .auth-modal {
    grid-template-columns: 1fr;
    gap: 12px;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    padding: 18px;
    border-radius: 22px;
  }

  body.is-marketing-preview .auth-modal::before {
    inset: 7px;
    border-radius: 17px;
  }

  body.is-marketing-preview .auth-modal-header {
    gap: 10px;
    padding-right: 72px;
  }

  body.is-marketing-preview #auth-modal-close {
    top: 18px;
    right: 18px;
    min-height: 40px;
    padding: 9px 12px;
    font-size: 0.78rem;
  }

  body.is-marketing-preview .auth-modal-header h2 {
    max-width: 13ch;
    font-size: 1.78rem;
  }

  body.is-marketing-preview .auth-modal-header p:not(.eyebrow) {
    font-size: 0.84rem;
  }

  body.is-marketing-preview .auth-value-strip {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  body.is-marketing-preview .auth-modal-header,
  body.is-marketing-preview .auth-value-strip,
  body.is-marketing-preview .auth-mode-toggle,
  body.is-marketing-preview .auth-form,
  body.is-marketing-preview .auth-studio-card {
    grid-column: 1;
  }

  body.is-marketing-preview .auth-studio-card {
    grid-template-columns: 54px minmax(0, 1fr);
    grid-row: auto;
    order: 3;
    min-height: auto;
    padding: 14px;
    border-radius: 18px;
  }

  body.is-marketing-preview .auth-studio-card img {
    grid-column: 1;
    grid-row: 1;
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  body.is-marketing-preview .auth-studio-card div {
    grid-column: 2;
    align-self: center;
  }

  body.is-marketing-preview .auth-studio-card div strong {
    max-width: 22ch;
    font-size: 1.12rem;
  }

  body.is-marketing-preview .auth-studio-card ol {
    grid-column: 1 / -1;
    gap: 6px;
  }

  body.is-marketing-preview .auth-studio-card li {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 0.72rem;
  }

  body.is-marketing-preview .auth-value-strip span {
    min-height: auto;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
    padding: 8px 10px;
  }

  body.is-marketing-preview .auth-form {
    gap: 9px;
  }

  body.is-marketing-preview .auth-form input {
    min-height: 50px;
  }

  body.is-marketing-preview .auth-form-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-proof-board {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
    padding: 11px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-proof-screen,
  body.is-marketing-preview .landing-proof-screen.is-hero-proof {
    grid-row: auto;
    min-height: auto;
    padding: 15px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-proof-screen h3 {
    font-size: 1.42rem;
  }

  body.is-marketing-preview .landing-proof-screen p {
    font-size: 0.82rem;
  }

  body.is-marketing-preview .proof-mini-site {
    min-height: 300px;
    padding: 12px;
    border-radius: 18px;
  }

  body.is-marketing-preview .proof-mini-hero h3 {
    font-size: 2rem;
  }
}

/* Creator gateway polish: keep the generator entry as premium as the landing. */
body.is-marketing-preview .intro {
  position: relative;
  overflow: hidden;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 20%, rgba(24, 210, 255, 0.16), transparent 30%),
    radial-gradient(circle at 12% 18%, rgba(255, 223, 107, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.92));
  box-shadow: 0 22px 58px rgba(17, 32, 56, 0.1);
}

body.is-marketing-preview .intro::after {
  content: "499 zł";
  position: absolute;
  right: 22px;
  top: 22px;
  display: inline-grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #ff7a45 0%, #ffdf6b 100%);
  color: #112038;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  transform: rotate(5deg);
  box-shadow: 0 18px 36px rgba(255, 122, 69, 0.2);
}

body.is-marketing-preview .intro .eyebrow {
  color: #ff6b3d;
  letter-spacing: 0.12em;
}

body.is-marketing-preview .intro h1 {
  max-width: 16ch;
  color: #112038;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

body.is-marketing-preview .intro p:last-child {
  max-width: 62ch;
  color: #455168;
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.48;
}

body.is-marketing-preview .onboarding-card {
  gap: 18px;
  padding: 22px;
  border-color: rgba(17, 32, 56, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(229, 242, 238, 0.82), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 92% 12%, rgba(24, 210, 255, 0.12), transparent 30%);
  box-shadow: 0 18px 46px rgba(17, 32, 56, 0.08);
}

body.is-marketing-preview .wizard-heading {
  grid-template-columns: minmax(0, 0.9fr) minmax(220px, 1fr);
  gap: 10px 18px;
  align-items: end;
}

body.is-marketing-preview .wizard-heading span {
  grid-column: 1 / -1;
  background: rgba(255, 255, 255, 0.86);
  color: #0a7b6a;
}

body.is-marketing-preview .wizard-heading h2 {
  max-width: 17ch;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

body.is-marketing-preview .wizard-heading p {
  color: #455168;
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.46;
}

body.is-marketing-preview .onboarding-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.is-marketing-preview .onboarding-steps li {
  min-height: 108px;
  padding: 14px;
  border-color: rgba(17, 32, 56, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 24px rgba(17, 32, 56, 0.05);
}

body.is-marketing-preview .onboarding-steps li.is-current {
  border-color: rgba(10, 123, 106, 0.26);
  background:
    linear-gradient(135deg, rgba(229, 242, 238, 0.9), rgba(255, 255, 255, 0.88));
}

body.is-marketing-preview .path-choice {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.is-marketing-preview .path-option {
  position: relative;
  min-height: 132px;
  gap: 8px;
  padding: 18px 18px 18px 62px;
  border: 1px solid rgba(17, 32, 56, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.95));
  box-shadow: 0 18px 40px rgba(17, 32, 56, 0.08);
}

body.is-marketing-preview .path-option::before {
  position: absolute;
  left: 18px;
  top: 19px;
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7a45 0%, #ffdf6b 100%);
  color: #112038;
  font-size: 0.8rem;
  font-weight: 950;
}

body.is-marketing-preview .path-option[data-path="improve"]::before {
  content: "A";
}

body.is-marketing-preview .path-option[data-path="scratch"]::before {
  content: "B";
}

body.is-marketing-preview .path-option strong {
  max-width: 22ch;
  color: #112038;
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

body.is-marketing-preview .path-option span {
  color: #455168;
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.42;
}

body.is-marketing-preview .path-option:hover,
body.is-marketing-preview .path-option:focus-visible,
body.is-marketing-preview .path-option.is-selected {
  border-color: rgba(255, 122, 69, 0.32);
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 223, 107, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 247, 234, 0.96));
  transform: translateY(-1px);
}

/* Bespoke portfolio cards: each example should read like a different delivered client page. */
body.is-marketing-preview .landing-example-card > .landing-example-site-preview:not(.bespoke-site) {
  display: none;
}

body.is-marketing-preview .bespoke-site {
  position: relative;
  display: grid;
  min-height: 332px;
  padding: 14px;
  border-radius: 24px;
  isolation: isolate;
}

body.is-marketing-preview .bespoke-site img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.is-marketing-preview .bespoke-site h4,
body.is-marketing-preview .bespoke-site p,
body.is-marketing-preview .bespoke-site small,
body.is-marketing-preview .bespoke-site span {
  margin: 0;
}

body.is-marketing-preview .bespoke-site button {
  width: fit-content;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  cursor: default;
  font-size: 0.68rem;
  font-weight: 950;
}

body.is-marketing-preview .bespoke-logo {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

body.is-marketing-preview .bespoke-logo > span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: -0.05em;
}

body.is-marketing-preview .bespoke-logo strong {
  min-width: 0;
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 0.95;
}

body.is-marketing-preview .site-luma {
  gap: 12px;
  background:
    radial-gradient(circle at 88% 12%, rgba(214, 173, 93, 0.32), transparent 28%),
    linear-gradient(135deg, #f8f1e4 0%, #e3efe7 100%);
}

body.is-marketing-preview .bespoke-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #103f39;
}

body.is-marketing-preview .bespoke-topline small {
  color: rgba(16, 63, 57, 0.64);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

body.is-marketing-preview .luma-logo > span {
  border: 1px solid rgba(214, 173, 93, 0.78);
  background: radial-gradient(circle at 28% 20%, #fff2b8, #0d7b6c 56%, #102a32);
  color: #fff9ed;
}

body.is-marketing-preview .luma-editorial {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 12px;
  min-height: 250px;
}

body.is-marketing-preview .luma-copy {
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 18px;
  border-radius: 24px;
  background: #103f39;
  color: #fff9ed;
}

body.is-marketing-preview .luma-copy span,
body.is-marketing-preview .luma-copy p {
  color: rgba(255, 249, 237, 0.78);
  font-size: 0.68rem;
  font-weight: 850;
}

body.is-marketing-preview .luma-copy h4 {
  max-width: 10ch;
  font-family: var(--serif);
  font-size: 1.9rem;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

body.is-marketing-preview .luma-copy button {
  padding: 9px 12px;
  background: linear-gradient(135deg, #0a7b6a, #d6ad5d);
  color: #fff9ed;
}

body.is-marketing-preview .luma-editorial figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 28px 28px 8px 28px;
  box-shadow: 0 22px 34px rgba(16, 63, 57, 0.2);
}

body.is-marketing-preview .luma-editorial figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 9px 10px;
  border-radius: 999px;
  background: rgba(255, 249, 237, 0.86);
  color: #103f39;
  font-size: 0.62rem;
  font-weight: 950;
  text-align: center;
}

body.is-marketing-preview .site-blask {
  grid-template-columns: 0.72fr 1.28fr;
  gap: 12px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 223, 107, 0.34), transparent 28%),
    linear-gradient(135deg, #ffecf3 0%, #fff4df 48%, #ff8db8 100%);
}

body.is-marketing-preview .blask-sidebar {
  display: grid;
  align-content: space-between;
  gap: 12px;
  min-height: 278px;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
}

body.is-marketing-preview .blask-logo {
  display: grid;
  gap: 8px;
}

body.is-marketing-preview .blask-logo > span {
  border-radius: 14px;
  background: linear-gradient(135deg, #ff3f94, #ffdf6b);
  color: #711239;
}

body.is-marketing-preview .blask-sidebar small {
  color: #8c174e;
  font-size: 0.6rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.is-marketing-preview .blask-sidebar button {
  padding: 9px 12px;
  background: #112038;
  color: #fff9ed;
}

body.is-marketing-preview .blask-main {
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 10px;
}

body.is-marketing-preview .blask-photo-tile {
  position: relative;
  overflow: hidden;
  min-height: 156px;
  border-radius: 26px;
}

body.is-marketing-preview .blask-photo-tile strong {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #fff9ed;
  color: #a91655;
  font-size: 0.7rem;
}

body.is-marketing-preview .blask-booking {
  padding: 13px;
  border-radius: 20px;
  background: #a91655;
  color: #fff9ed;
}

body.is-marketing-preview .blask-booking span {
  color: #ffdf6b;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.is-marketing-preview .blask-booking h4 {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 0.9;
}

body.is-marketing-preview .blask-booking p {
  color: rgba(255, 249, 237, 0.82);
  font-size: 0.7rem;
  font-weight: 800;
}

body.is-marketing-preview .blask-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

body.is-marketing-preview .blask-services span {
  padding: 8px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #8c174e;
  font-size: 0.61rem;
  font-weight: 950;
  text-align: center;
}

body.is-marketing-preview .site-novadent {
  gap: 12px;
  background:
    radial-gradient(circle at 86% 18%, rgba(24, 210, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #f7fcff 0%, #e6f2ff 100%);
}

body.is-marketing-preview .dental-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.is-marketing-preview .dental-logo > span {
  border-radius: 12px;
  background: linear-gradient(135deg, #eaf8ff, #2a66d9);
  color: #112038;
}

body.is-marketing-preview .dental-nav button {
  padding: 9px 12px;
  background: #2a66d9;
  color: #fff;
}

body.is-marketing-preview .dental-dashboard {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  grid-template-rows: 1fr auto;
  gap: 10px;
  min-height: 250px;
}

body.is-marketing-preview .dental-copy {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
}

body.is-marketing-preview .dental-copy span {
  color: #2a66d9;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.is-marketing-preview .dental-copy h4 {
  color: #112038;
  font-family: var(--serif);
  font-size: 1.52rem;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

body.is-marketing-preview .dental-copy p {
  color: #526276;
  font-size: 0.72rem;
  font-weight: 780;
  line-height: 1.32;
}

body.is-marketing-preview .dental-dashboard img {
  overflow: hidden;
  min-height: 190px;
  border-radius: 22px;
  box-shadow: 0 18px 28px rgba(42, 102, 217, 0.14);
}

body.is-marketing-preview .dental-pills {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

body.is-marketing-preview .dental-pills span {
  padding: 10px 8px;
  border-radius: 14px;
  background: #fff;
  color: #1e4c95;
  font-size: 0.66rem;
  font-weight: 950;
  text-align: center;
}

body.is-marketing-preview .site-lex {
  grid-template-columns: 1.05fr 0.95fr;
  gap: 12px;
  background:
    radial-gradient(circle at 80% 14%, rgba(213, 168, 100, 0.24), transparent 32%),
    linear-gradient(135deg, #0e1728 0%, #22304b 100%);
  color: #fff9ed;
}

body.is-marketing-preview .lex-cover {
  display: grid;
  align-content: space-between;
  gap: 18px;
  min-height: 278px;
  padding: 16px;
  border: 1px solid rgba(213, 168, 100, 0.2);
  border-radius: 2px 26px 26px 2px;
}

body.is-marketing-preview .lex-logo > span {
  border: 1px solid rgba(213, 168, 100, 0.78);
  border-radius: 8px;
  background: #101a2e;
  color: #d5a864;
}

body.is-marketing-preview .lex-logo strong,
body.is-marketing-preview .lex-cover h4 {
  color: #fff9ed;
}

body.is-marketing-preview .lex-cover h4 {
  max-width: 9ch;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

body.is-marketing-preview .lex-cover p {
  color: rgba(255, 249, 237, 0.74);
  font-size: 0.76rem;
  font-weight: 760;
  line-height: 1.35;
}

body.is-marketing-preview .lex-panel {
  display: grid;
  align-content: end;
  gap: 8px;
}

body.is-marketing-preview .lex-panel img {
  overflow: hidden;
  height: 130px;
  border-radius: 24px 24px 4px 24px;
  opacity: 0.82;
}

body.is-marketing-preview .lex-panel span {
  padding: 10px;
  border: 1px solid rgba(213, 168, 100, 0.18);
  border-radius: 10px;
  color: rgba(255, 249, 237, 0.84);
  font-size: 0.68rem;
  font-weight: 850;
}

body.is-marketing-preview .lex-panel button {
  padding: 9px 12px;
  background: #d5a864;
  color: #101a2e;
}

body.is-marketing-preview .site-ruch {
  gap: 11px;
  background:
    linear-gradient(132deg, rgba(199, 243, 107, 0.24) 0 42%, transparent 42%),
    linear-gradient(135deg, #eef8f1 0%, #d8eee4 100%);
}

body.is-marketing-preview .ruch-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.is-marketing-preview .ruch-logo > span {
  border-radius: 40% 60% 45% 55%;
  background: linear-gradient(135deg, #0a7b6a, #c7f36b);
  color: #0c2b25;
}

body.is-marketing-preview .ruch-header small {
  color: #0a594d;
  font-size: 0.6rem;
  font-weight: 950;
  text-align: right;
  text-transform: uppercase;
}

body.is-marketing-preview .ruch-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10px;
  min-height: 210px;
}

body.is-marketing-preview .ruch-split img {
  overflow: hidden;
  border-radius: 28px 8px 28px 28px;
}

body.is-marketing-preview .ruch-split > div {
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 14px;
  border-radius: 22px;
  background: #0a594d;
  color: #fff9ed;
}

body.is-marketing-preview .ruch-split span {
  color: #c7f36b;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.is-marketing-preview .ruch-split h4 {
  max-width: 10ch;
  font-family: var(--serif);
  font-size: 1.6rem;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

body.is-marketing-preview .ruch-split button {
  padding: 9px 12px;
  background: #c7f36b;
  color: #0a332d;
}

body.is-marketing-preview .ruch-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

body.is-marketing-preview .ruch-metrics span {
  padding: 9px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #0a594d;
  font-size: 0.6rem;
  font-weight: 950;
  text-align: center;
}

body.is-marketing-preview .site-stol {
  overflow: hidden;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-rows: 1fr auto;
  gap: 12px;
  background: #22140e;
  color: #fff9ed;
}

body.is-marketing-preview .stol-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.68;
}

body.is-marketing-preview .site-stol::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(34, 20, 14, 0.9) 0%, rgba(34, 20, 14, 0.52) 58%, rgba(34, 20, 14, 0.08) 100%),
    radial-gradient(circle at 88% 12%, rgba(255, 223, 107, 0.22), transparent 30%);
}

body.is-marketing-preview .stol-card {
  display: grid;
  align-content: end;
  gap: 9px;
  min-height: 246px;
  padding: 16px;
  border: 1px solid rgba(255, 223, 107, 0.2);
  border-radius: 28px 28px 28px 6px;
  background: rgba(34, 20, 14, 0.54);
  backdrop-filter: blur(4px);
}

body.is-marketing-preview .stol-logo > span {
  border: 1px solid rgba(255, 223, 107, 0.76);
  background: radial-gradient(circle at 30% 20%, #ffdf6b, #6f3820 58%, #22140e);
  color: #fff9ed;
}

body.is-marketing-preview .stol-logo strong,
body.is-marketing-preview .stol-card h4 {
  color: #fff9ed;
}

body.is-marketing-preview .stol-card small {
  color: #ffdf6b;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.is-marketing-preview .stol-card h4 {
  max-width: 11ch;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

body.is-marketing-preview .stol-card button {
  padding: 9px 12px;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #22140e;
}

body.is-marketing-preview .stol-menu {
  grid-row: 2;
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

body.is-marketing-preview .stol-menu span {
  padding: 10px 8px;
  border: 1px solid rgba(255, 223, 107, 0.16);
  border-radius: 999px;
  background: rgba(255, 249, 237, 0.1);
  color: #fff9ed;
  font-size: 0.62rem;
  font-weight: 950;
  text-align: center;
}

@media (max-width: 760px) {
  body.is-marketing-preview .intro {
    padding: 18px;
    border-radius: 22px;
  }

  body.is-marketing-preview .intro::after {
    right: 14px;
    top: 14px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 1rem;
  }

  body.is-marketing-preview .intro h1 {
    max-width: 10.5ch;
    font-size: 2.25rem;
  }

  body.is-marketing-preview .intro p:last-child {
    max-width: 100%;
    font-size: 0.88rem;
  }

  body.is-marketing-preview .wizard-heading,
  body.is-marketing-preview .onboarding-steps,
  body.is-marketing-preview .path-choice {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .onboarding-card {
    padding: 18px;
    border-radius: 22px;
  }

  body.is-marketing-preview .onboarding-steps li {
    min-height: auto;
  }

  body.is-marketing-preview .path-option {
    min-height: auto;
    padding: 16px 16px 16px 58px;
    border-radius: 18px;
  }

  body.is-marketing-preview .bespoke-site {
    min-height: 312px;
    padding: 12px;
    border-radius: 22px;
  }

  body.is-marketing-preview .luma-editorial,
  body.is-marketing-preview .site-blask,
  body.is-marketing-preview .dental-dashboard,
  body.is-marketing-preview .site-lex,
  body.is-marketing-preview .ruch-split,
  body.is-marketing-preview .site-stol {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .luma-editorial figure,
  body.is-marketing-preview .blask-photo-tile,
  body.is-marketing-preview .dental-dashboard img,
  body.is-marketing-preview .ruch-split img {
    min-height: 120px;
  }

  body.is-marketing-preview .luma-copy,
  body.is-marketing-preview .blask-sidebar,
  body.is-marketing-preview .dental-copy,
  body.is-marketing-preview .lex-cover,
  body.is-marketing-preview .stol-card {
    min-height: auto;
  }

  body.is-marketing-preview .dental-pills,
  body.is-marketing-preview .stol-menu {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .stol-menu {
    grid-row: auto;
  }

  body.is-marketing-preview .blask-services,
  body.is-marketing-preview .ruch-metrics {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .lex-panel img {
    height: 120px;
  }
}

@media (max-width: 560px) {
  body.is-marketing-preview .landing-example-card {
    min-height: auto;
  }

  body.is-marketing-preview .bespoke-site {
    min-height: auto;
    gap: 9px;
  }

  body.is-marketing-preview .bespoke-logo > span {
    width: 30px;
    height: 30px;
  }

  body.is-marketing-preview .bespoke-logo strong {
    font-size: 0.92rem;
  }

  body.is-marketing-preview .bespoke-topline small,
  body.is-marketing-preview .ruch-header small {
    max-width: 12ch;
    font-size: 0.52rem;
  }

  body.is-marketing-preview .luma-copy {
    gap: 8px;
    padding: 14px;
  }

  body.is-marketing-preview .luma-copy h4 {
    font-size: 1.55rem;
  }

  body.is-marketing-preview .luma-editorial figure {
    height: 188px;
  }

  body.is-marketing-preview .site-blask {
    grid-template-columns: 0.68fr 1.32fr;
    gap: 8px;
  }

  body.is-marketing-preview .blask-sidebar {
    min-height: 272px;
    padding: 10px;
  }

  body.is-marketing-preview .blask-sidebar small {
    font-size: 0.52rem;
    line-height: 1.28;
  }

  body.is-marketing-preview .blask-sidebar button {
    padding: 8px 10px;
    font-size: 0.62rem;
  }

  body.is-marketing-preview .blask-photo-tile {
    height: 132px;
    min-height: 132px;
  }

  body.is-marketing-preview .blask-booking {
    padding: 10px;
  }

  body.is-marketing-preview .blask-booking h4 {
    font-size: 1.45rem;
  }

  body.is-marketing-preview .blask-booking p {
    font-size: 0.62rem;
  }

  body.is-marketing-preview .blask-services {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  body.is-marketing-preview .blask-services span {
    padding: 7px 5px;
  }

  body.is-marketing-preview .dental-dashboard {
    grid-template-columns: 1fr 0.82fr;
    grid-template-rows: 1fr auto;
  }

  body.is-marketing-preview .dental-copy {
    padding: 12px;
  }

  body.is-marketing-preview .dental-copy h4 {
    font-size: 1.28rem;
  }

  body.is-marketing-preview .dental-copy p {
    font-size: 0.64rem;
  }

  body.is-marketing-preview .dental-dashboard img {
    height: 170px;
    min-height: 170px;
  }

  body.is-marketing-preview .dental-pills {
    grid-column: 1 / 3;
    grid-template-columns: repeat(3, 1fr);
  }

  body.is-marketing-preview .site-lex {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .lex-cover {
    gap: 14px;
    padding: 14px;
  }

  body.is-marketing-preview .lex-cover h4 {
    font-size: 1.7rem;
  }

  body.is-marketing-preview .lex-panel {
    grid-template-columns: 1fr 1fr;
  }

  body.is-marketing-preview .lex-panel img,
  body.is-marketing-preview .lex-panel button {
    grid-column: 1 / 3;
  }

  body.is-marketing-preview .ruch-split {
    grid-template-columns: 0.82fr 1.18fr;
  }

  body.is-marketing-preview .ruch-split img {
    height: 188px;
    min-height: 188px;
  }

  body.is-marketing-preview .ruch-split > div {
    padding: 12px;
  }

  body.is-marketing-preview .ruch-split h4 {
    font-size: 1.36rem;
  }

  body.is-marketing-preview .ruch-metrics {
    grid-template-columns: repeat(3, 1fr);
  }

  body.is-marketing-preview .site-stol {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .stol-card {
    min-height: 238px;
  }

  body.is-marketing-preview .stol-card h4 {
    font-size: 1.78rem;
  }

  body.is-marketing-preview .stol-menu {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-faq-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 24px;
  }

  body.is-marketing-preview .landing-faq-heading h2 {
    max-width: 12ch;
    font-size: 2.18rem;
  }

  body.is-marketing-preview .landing-faq-heading p:not(.landing-story-kicker) {
    font-size: 0.88rem;
  }

  body.is-marketing-preview .landing-faq-receipt {
    min-height: auto;
    padding: 16px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-faq-receipt strong {
    max-width: 16ch;
    font-size: 1.45rem;
  }

  body.is-marketing-preview .landing-faq-price {
    font-size: 1.85rem;
  }

  body.is-marketing-preview .landing-faq-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.is-marketing-preview .landing-faq-item {
    min-height: auto;
    padding: 15px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-faq-item h3 {
    font-size: 1rem;
  }

  body.is-marketing-preview .landing-faq-item p {
    font-size: 0.84rem;
  }
}

/* Generator entry polish: the app start should feel like the same premium product as the landing. */
body.is-marketing-preview .intro {
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.5fr);
  align-items: center;
  gap: 18px;
}

body.is-marketing-preview .intro::after {
  content: none;
}

body.is-marketing-preview .intro .eyebrow,
body.is-marketing-preview .intro h1,
body.is-marketing-preview .intro-lead {
  grid-column: 1;
}

body.is-marketing-preview .intro h1 {
  max-width: 13ch;
}

body.is-marketing-preview .intro-lead,
body.is-marketing-preview .intro p:last-child {
  max-width: 58ch;
  color: #455168;
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.48;
}

body.is-marketing-preview .intro p.intro-lead {
  width: fit-content;
  max-width: 62ch;
  padding: 12px 14px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: #314057;
  box-shadow: 0 14px 28px rgba(17, 32, 56, 0.06);
}

body.is-marketing-preview .intro-studio-card {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 4;
  overflow: hidden;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 174px;
  padding: 18px;
  border: 1px solid rgba(17, 32, 56, 0.1);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 223, 107, 0.26), transparent 32%),
    linear-gradient(135deg, #112038 0%, #173b62 100%);
  color: #fff9ed;
  box-shadow: 0 22px 48px rgba(17, 32, 56, 0.16);
}

body.is-marketing-preview .intro-studio-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
}

body.is-marketing-preview .intro-studio-card img {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

body.is-marketing-preview .intro-studio-card div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
}

body.is-marketing-preview .intro-studio-card strong {
  max-width: 15ch;
  color: #fff9ed;
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

body.is-marketing-preview .intro-studio-card span {
  color: rgba(255, 249, 237, 0.78);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.36;
}

body.is-marketing-preview .intro-studio-card small {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #112038;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

body.is-marketing-preview .onboarding-card {
  position: relative;
  overflow: hidden;
}

body.is-marketing-preview .onboarding-card::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 120px;
  height: 120px;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(24, 210, 255, 0.16), rgba(255, 223, 107, 0.18));
  filter: blur(1px);
}

body.is-marketing-preview .onboarding-card > * {
  position: relative;
  z-index: 1;
}

body.is-marketing-preview .path-option {
  min-height: 164px;
  padding-top: 20px;
}

body.is-marketing-preview .path-option small {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 122, 69, 0.1);
  color: #ff6b3d;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.is-marketing-preview .path-option[data-path="scratch"] {
  border-color: rgba(255, 122, 69, 0.22);
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 223, 107, 0.26), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 248, 235, 0.96));
}

body.is-marketing-preview .path-option[data-path="scratch"] small {
  background: #112038;
  color: #fff9ed;
}

/* Scratch brief polish: make the first product form feel like a guided studio brief. */
body.is-marketing-preview #scratch-path {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 223, 107, 0.18), transparent 30%),
    radial-gradient(circle at 12% 22%, rgba(24, 210, 255, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.94));
  box-shadow: 0 22px 58px rgba(17, 32, 56, 0.08);
}

body.is-marketing-preview #scratch-path::before {
  content: "499 zł brief";
  position: absolute;
  right: 22px;
  top: 22px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #112038;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.is-marketing-preview #scratch-path > .wizard-heading {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.92fr);
  align-items: end;
  gap: 24px;
  padding-right: 110px;
}

body.is-marketing-preview #scratch-path > .wizard-heading span {
  grid-column: 1 / -1;
}

body.is-marketing-preview #scratch-path > .wizard-heading h2 {
  max-width: 12ch;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 0.9;
}

body.is-marketing-preview #scratch-path > .wizard-heading p {
  max-width: 54ch;
  padding: 14px 16px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 34px rgba(17, 32, 56, 0.06);
}

body.is-marketing-preview #scratch-form {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 14px;
}

body.is-marketing-preview #scratch-form .survey-step {
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 38px rgba(17, 32, 56, 0.07);
}

body.is-marketing-preview #scratch-form .survey-step > span {
  width: fit-content;
  min-height: 32px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #112038;
  color: #fff9ed;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.is-marketing-preview #scratch-form label,
body.is-marketing-preview #scratch-form legend {
  color: #112038;
  font-size: 0.92rem;
  font-weight: 900;
}

body.is-marketing-preview #scratch-form input,
body.is-marketing-preview #scratch-form select,
body.is-marketing-preview #scratch-form textarea {
  min-height: 52px;
  border: 1px solid rgba(17, 32, 56, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #112038;
  font-size: 0.96rem;
  font-weight: 760;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.is-marketing-preview #scratch-form textarea {
  min-height: 128px;
  resize: vertical;
}

body.is-marketing-preview #scratch-form input:focus,
body.is-marketing-preview #scratch-form select:focus,
body.is-marketing-preview #scratch-form textarea:focus {
  border-color: rgba(255, 122, 69, 0.58);
  outline: 4px solid rgba(255, 122, 69, 0.14);
}

body.is-marketing-preview #scratch-form .page-checkboxes {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border-color: rgba(17, 32, 56, 0.08);
  border-radius: 20px;
  background: rgba(246, 250, 255, 0.82);
}

body.is-marketing-preview #scratch-form .page-checkboxes label {
  min-height: 38px;
  justify-content: center;
  padding: 8px 9px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 900;
}

body.is-marketing-preview #scratch-form .page-checkboxes input {
  accent-color: #ff7a45;
}

body.is-marketing-preview #scratch-form .scratch-assets,
body.is-marketing-preview #scratch-form .feedback-actions {
  grid-column: 1 / -1;
}

body.is-marketing-preview #scratch-form .scratch-assets {
  padding: 16px;
  border: 1px dashed rgba(17, 32, 56, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 10%, rgba(24, 210, 255, 0.12), transparent 28%),
    rgba(255, 255, 255, 0.7);
}

body.is-marketing-preview #scratch-form .scratch-assets p {
  margin: 0 0 10px;
  color: #526276;
  font-weight: 760;
}

body.is-marketing-preview #scratch-form .feedback-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.32fr);
  gap: 10px;
  padding: 14px;
  border-radius: 24px;
  background: #112038;
}

body.is-marketing-preview #scratch-form .feedback-actions button {
  min-height: 62px;
  border-radius: 18px;
}

body.is-marketing-preview #scratch-form #start-scratch {
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #112038;
}

body.is-marketing-preview #scratch-form .feedback-actions .secondary-button {
  background: rgba(255, 255, 255, 0.94);
  color: #112038;
}

@media (max-width: 920px) {
  body.is-marketing-preview #scratch-path > .wizard-heading,
  body.is-marketing-preview #scratch-form {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview #scratch-path > .wizard-heading {
    padding-right: 0;
  }

  body.is-marketing-preview #scratch-path::before {
    position: static;
    width: fit-content;
    order: -1;
    margin-bottom: 10px;
  }
}

@media (max-width: 560px) {
  body.is-marketing-preview #scratch-path {
    padding: 18px;
    border-radius: 26px;
  }

  body.is-marketing-preview #scratch-path > .wizard-heading h2 {
    max-width: 11ch;
    font-size: 2.28rem;
  }

  body.is-marketing-preview #scratch-path > .wizard-heading p {
    padding: 13px;
    font-size: 0.84rem;
  }

  body.is-marketing-preview #scratch-form .survey-step {
    padding: 14px;
    border-radius: 20px;
  }

  body.is-marketing-preview #scratch-form .page-checkboxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.is-marketing-preview #scratch-form .feedback-actions {
    grid-template-columns: 1fr;
    padding: 12px;
  }
}

/* Product entry choice: lead with the main GTM path, keep redesign as secondary. */
body.is-marketing-preview .path-choice {
  align-items: stretch;
}

body.is-marketing-preview .path-option[data-path="scratch"] {
  overflow: hidden;
  min-height: 160px;
  border-color: rgba(255, 122, 69, 0.3);
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 223, 107, 0.34), transparent 30%),
    radial-gradient(circle at 12% 84%, rgba(24, 210, 255, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 247, 233, 0.98));
  box-shadow: 0 24px 58px rgba(255, 122, 69, 0.12);
}

body.is-marketing-preview .path-option[data-path="scratch"]::before {
  content: "01";
  border-radius: 14px;
  background: linear-gradient(135deg, #112038, #173b62);
  color: #ffdf6b;
}

body.is-marketing-preview .path-option[data-path="scratch"]::after {
  content: "499 zł";
  position: absolute;
  right: 16px;
  top: 16px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #112038;
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

body.is-marketing-preview .path-option[data-path="scratch"] strong {
  max-width: 18ch;
  font-size: 1.46rem;
}

body.is-marketing-preview .path-option[data-path="improve"] {
  min-height: 150px;
  border-color: rgba(17, 32, 56, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(246, 250, 255, 0.88));
}

body.is-marketing-preview .path-option[data-path="improve"]::before {
  content: "02";
  background: rgba(17, 32, 56, 0.08);
  color: #112038;
}

body.is-marketing-preview .path-option[data-path="improve"] small {
  background: rgba(17, 32, 56, 0.08);
  color: #455168;
}

@media (max-width: 760px) {
  body.is-marketing-preview .path-option[data-path="scratch"],
  body.is-marketing-preview .path-option[data-path="improve"] {
    min-height: auto;
  }

  body.is-marketing-preview .path-option[data-path="scratch"] {
    padding-right: 86px;
  }

  body.is-marketing-preview .path-option[data-path="scratch"] strong {
    font-size: 1.24rem;
  }
}

/* Final checkout polish: close the landing like a clear product purchase, not another info section. */
body.is-marketing-preview .landing-final-cta {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.05fr);
  gap: 22px;
  padding: 28px;
  background:
    radial-gradient(circle at 12% 16%, rgba(24, 210, 255, 0.2), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(255, 223, 107, 0.24), transparent 32%),
    linear-gradient(135deg, #0d1b2f 0%, #173b62 52%, #112038 100%);
}

body.is-marketing-preview .landing-final-copy h2 {
  max-width: 11ch;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  line-height: 0.88;
}

body.is-marketing-preview .landing-final-copy p:not(.landing-story-kicker) {
  max-width: 42ch;
  font-size: 1rem;
}

body.is-marketing-preview .landing-final-proofline span {
  background: rgba(255, 255, 255, 0.12);
}

body.is-marketing-preview .landing-final-panel {
  grid-template-columns: 86px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  align-content: center;
  padding: 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 223, 107, 0.14), transparent 30%),
    rgba(255, 255, 255, 0.12);
}

body.is-marketing-preview .landing-final-panel img {
  align-self: start;
}

body.is-marketing-preview .landing-final-receipt {
  display: grid;
  gap: 4px;
  min-height: 86px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 235, 0.86));
  color: #112038;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

body.is-marketing-preview .landing-final-receipt span {
  color: #ff6b3d;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.is-marketing-preview .landing-final-receipt strong {
  font-family: var(--serif);
  font-size: 2.28rem;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

body.is-marketing-preview .landing-final-receipt small {
  color: #526276;
  font-size: 0.78rem;
  font-weight: 850;
}

body.is-marketing-preview .landing-final-steps {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2px;
}

body.is-marketing-preview .landing-final-steps span {
  min-height: 58px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  border-radius: 18px;
}

body.is-marketing-preview .landing-final-actions {
  margin-top: 4px;
}

body.is-marketing-preview .landing-final-assurance {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 2px;
}

body.is-marketing-preview .landing-final-assurance span {
  position: relative;
  min-height: 64px;
  padding: 13px 13px 13px 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 249, 237, 0.82);
  font-size: 0.74rem;
  font-weight: 820;
  line-height: 1.28;
}

body.is-marketing-preview .landing-final-assurance span::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 17px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  box-shadow: 0 0 0 5px rgba(255, 223, 107, 0.08);
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-final-cta {
    grid-template-columns: 1fr;
    padding: 22px 18px;
    border-radius: 26px;
  }

  body.is-marketing-preview .landing-final-copy h2 {
    max-width: 10.5ch;
    font-size: 2.45rem;
  }

  body.is-marketing-preview .landing-final-panel {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 14px;
    border-radius: 22px;
  }

  body.is-marketing-preview .landing-final-panel img {
    width: 64px;
    height: 64px;
    border-radius: 22px;
  }

  body.is-marketing-preview .landing-final-receipt {
    min-height: 64px;
    padding: 12px;
  }

  body.is-marketing-preview .landing-final-receipt strong {
    font-size: 1.8rem;
  }

  body.is-marketing-preview .landing-final-steps {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-final-steps span {
    min-height: 48px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  body.is-marketing-preview .landing-final-actions {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-final-assurance {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-final-assurance span {
    min-height: auto;
  }
}

/* Proof anatomy polish: show what the user can judge in the first generated page. */
body.is-marketing-preview .landing-proof-panel {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 22px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  background:
    radial-gradient(circle at 12% 18%, rgba(24, 210, 255, 0.14), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(255, 223, 107, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.94));
  box-shadow: 0 22px 58px rgba(17, 32, 56, 0.1);
}

body.is-marketing-preview .landing-proof-panel::before {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -130px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 210, 255, 0.13), transparent 66%);
  pointer-events: none;
}

body.is-marketing-preview .landing-proof-copy {
  position: relative;
  z-index: 1;
  align-content: center;
  gap: 16px;
  min-height: 454px;
}

body.is-marketing-preview .landing-proof-copy h2 {
  max-width: 12.5ch;
  font-size: clamp(2.55rem, 5.2vw, 4.35rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
}

body.is-marketing-preview .landing-proof-lead {
  max-width: 46ch;
  margin: 0;
  color: #455168;
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.48;
}

body.is-marketing-preview .landing-proof-pills span {
  border: 1px solid rgba(17, 32, 56, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(17, 32, 56, 0.06);
}

body.is-marketing-preview .landing-proof-checklist {
  display: grid;
  gap: 8px;
  max-width: 560px;
  padding: 12px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 36px rgba(17, 32, 56, 0.06);
  backdrop-filter: blur(12px);
}

body.is-marketing-preview .landing-proof-checklist span {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 50px;
  padding: 8px 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: #112038;
  font-size: 0.85rem;
  font-weight: 820;
  line-height: 1.3;
}

body.is-marketing-preview .landing-proof-checklist strong {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #112038;
  font-size: 0.72rem;
  font-weight: 950;
}

body.is-marketing-preview .landing-proof-board {
  position: relative;
  z-index: 1;
}

body.is-marketing-preview .landing-proof-screen.is-offer-proof,
body.is-marketing-preview .landing-proof-screen.is-package-proof {
  align-content: center;
}

@media (max-width: 920px) {
  body.is-marketing-preview .landing-proof-panel {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-proof-copy {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  body.is-marketing-preview .landing-proof-panel {
    padding: 20px 18px;
    border-radius: 26px;
  }

  body.is-marketing-preview .landing-proof-copy h2 {
    max-width: 11ch;
    font-size: 2.36rem;
  }

  body.is-marketing-preview .landing-proof-lead {
    font-size: 0.86rem;
  }

  body.is-marketing-preview .landing-proof-checklist {
    padding: 10px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-proof-checklist span {
    grid-template-columns: 36px minmax(0, 1fr);
    font-size: 0.78rem;
  }
}

/* Delivery workflow polish: make the middle of the landing feel like product, not documentation. */
body.is-marketing-preview .landing-delivery-card {
  position: relative;
  overflow: hidden;
  gap: 22px;
  padding: 28px;
  border-color: rgba(17, 32, 56, 0.1);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 223, 107, 0.2), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(24, 210, 255, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(255, 249, 237, 0.96), rgba(246, 252, 255, 0.96));
}

body.is-marketing-preview .landing-delivery-card::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -110px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 69, 0.16), transparent 68%);
  pointer-events: none;
}

body.is-marketing-preview .landing-delivery-heading {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.92fr);
  align-items: end;
  gap: 24px;
}

body.is-marketing-preview .landing-delivery-heading .landing-story-kicker {
  grid-column: 1 / -1;
}

body.is-marketing-preview .landing-delivery-heading h2 {
  max-width: 12ch;
  font-size: clamp(2.3rem, 5vw, 4.1rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

body.is-marketing-preview .landing-delivery-heading p:not(.landing-story-kicker) {
  max-width: 50ch;
  padding: 16px 18px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 36px rgba(17, 32, 56, 0.06);
}

body.is-marketing-preview .landing-delivery-steps {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(17, 32, 56, 0.08), rgba(17, 32, 56, 0.08)) 28px 53px / calc(100% - 56px) 2px no-repeat,
    rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px);
}

body.is-marketing-preview .landing-delivery-steps article {
  position: relative;
  min-height: 214px;
  padding: 18px 14px 16px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 223, 107, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.9);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

body.is-marketing-preview .landing-delivery-steps article:nth-child(2),
body.is-marketing-preview .landing-delivery-steps article:nth-child(4) {
  transform: translateY(16px);
}

body.is-marketing-preview .landing-delivery-steps article:nth-child(5) {
  background:
    radial-gradient(circle at 88% 12%, rgba(24, 210, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #112038, #173b62);
}

body.is-marketing-preview .landing-delivery-steps article::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 52px;
  height: 8px;
  border-radius: 999px;
  background: rgba(17, 32, 56, 0.08);
}

body.is-marketing-preview .landing-delivery-steps article:nth-child(5)::after {
  background: linear-gradient(90deg, #ff7a45, #ffdf6b);
}

body.is-marketing-preview .landing-delivery-steps span {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(17, 32, 56, 0.12);
}

body.is-marketing-preview .landing-delivery-steps h3 {
  max-width: 11ch;
  margin-top: 10px;
  font-family: var(--serif);
  font-size: 1.38rem;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

body.is-marketing-preview .landing-delivery-steps p {
  color: #526276;
  font-size: 0.8rem;
  line-height: 1.36;
}

body.is-marketing-preview .landing-delivery-steps article:nth-child(5) h3,
body.is-marketing-preview .landing-delivery-steps article:nth-child(5) p {
  color: #fff9ed;
}

body.is-marketing-preview .landing-delivery-steps article:nth-child(5) p {
  color: rgba(255, 249, 237, 0.78);
}

body.is-marketing-preview .landing-output-pack {
  position: relative;
  z-index: 1;
  border-radius: 28px;
}

body.is-marketing-preview .landing-delivery-note {
  position: relative;
  z-index: 1;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 96% 0%, rgba(24, 210, 255, 0.14), transparent 30%),
    rgba(229, 242, 238, 0.86);
}

body.is-marketing-preview .landing-delivery-note strong {
  font-family: var(--serif);
  font-size: 1.25rem;
  letter-spacing: -0.035em;
}

@media (max-width: 920px) {
  body.is-marketing-preview .landing-delivery-heading {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-delivery-steps {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 14px;
    scroll-padding-left: 14px;
    scroll-snap-type: x mandatory;
    background: rgba(255, 255, 255, 0.54);
  }

  body.is-marketing-preview .landing-delivery-steps article {
    flex: 0 0 min(238px, 72vw);
    min-height: 218px;
    scroll-snap-align: start;
  }

  body.is-marketing-preview .landing-delivery-steps article:nth-child(2),
  body.is-marketing-preview .landing-delivery-steps article:nth-child(4) {
    transform: none;
  }
}

@media (max-width: 560px) {
  body.is-marketing-preview .landing-delivery-card {
    padding: 20px 18px;
    border-radius: 26px;
  }

  body.is-marketing-preview .landing-delivery-heading h2 {
    max-width: 11ch;
    font-size: 2.35rem;
  }

  body.is-marketing-preview .landing-delivery-heading p:not(.landing-story-kicker) {
    padding: 14px;
    font-size: 0.84rem;
  }

  body.is-marketing-preview .landing-delivery-steps {
    margin-right: -18px;
    margin-left: -2px;
    border-radius: 22px 0 0 22px;
  }

  body.is-marketing-preview .landing-output-pack {
    border-radius: 22px;
  }

  body.is-marketing-preview .landing-delivery-note {
    grid-template-columns: 1fr;
    padding: 14px;
  }
}

/* Conversion trust layer: make the 99l offer feel clear, safe and productized. */
body.is-marketing-preview .landing-trust-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: -18px;
  padding: 0 24px 28px;
}

body.is-marketing-preview .landing-trust-strip::before {
  content: "";
  position: absolute;
  inset: 16px 36px 0;
  z-index: 0;
  border-radius: 32px;
  background:
    radial-gradient(circle at 14% 20%, rgba(24, 210, 255, 0.16), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(255, 223, 107, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 248, 235, 0.44));
  filter: blur(10px);
}

body.is-marketing-preview .landing-trust-strip article {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  min-height: 146px;
  padding: 18px;
  border: 1px solid rgba(17, 32, 56, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 240, 0.9));
  box-shadow: 0 20px 44px rgba(17, 32, 56, 0.1);
}

body.is-marketing-preview .landing-trust-strip article:nth-child(2) {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 223, 107, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 249, 0.94));
}

body.is-marketing-preview .landing-trust-strip article:nth-child(3) {
  background:
    radial-gradient(circle at 88% 10%, rgba(24, 210, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #112038, #173b62);
  color: #fff9ed;
}

body.is-marketing-preview .landing-trust-strip span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #112038;
  font-size: 0.72rem;
  font-weight: 950;
}

body.is-marketing-preview .landing-trust-strip strong {
  max-width: 18ch;
  color: #112038;
  font-family: var(--serif);
  font-size: 1.42rem;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

body.is-marketing-preview .landing-trust-strip p {
  margin: 0;
  color: #526276;
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.38;
}

body.is-marketing-preview .landing-trust-strip article:nth-child(3) strong {
  color: #fff9ed;
}

body.is-marketing-preview .landing-trust-strip article:nth-child(3) p {
  color: rgba(255, 249, 237, 0.76);
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-trust-strip {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 12px 18px 22px;
  }

  body.is-marketing-preview .landing-trust-strip::before {
    inset: 30px 28px 0;
  }

  body.is-marketing-preview .landing-trust-strip article {
    min-height: auto;
    padding: 16px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-trust-strip strong {
    font-size: 1.18rem;
  }

  body.is-marketing-preview .landing-trust-strip p {
    font-size: 0.82rem;
  }
}

/* Portfolio v2: real-client feeling, not six recolored AI mockups. */
body.is-marketing-preview .landing-examples-card {
  background:
    radial-gradient(circle at 12% 8%, rgba(24, 210, 255, 0.14), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(255, 223, 107, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(250, 246, 237, 0.94));
}

body.is-marketing-preview .landing-examples-track {
  display: flex;
  grid-template-columns: none;
  align-items: stretch;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
}

body.is-marketing-preview .landing-example-card {
  flex: 0 0 min(560px, 86vw);
  gap: 14px;
  min-height: auto;
  background: rgba(255, 255, 255, 0.86);
  scroll-snap-align: start;
}

body.is-marketing-preview .landing-example-card.is-aesthetic-card,
body.is-marketing-preview .landing-example-card.is-beauty-card,
body.is-marketing-preview .landing-example-card.is-dental-card,
body.is-marketing-preview .landing-example-card.is-law-card,
body.is-marketing-preview .landing-example-card.is-physio-card,
body.is-marketing-preview .landing-example-card.is-restaurant-card {
  grid-column: auto;
  grid-row: auto;
}

body.is-marketing-preview .landing-example-card > .landing-example-site-preview:not(.bespoke-site) {
  display: none;
}

body.is-marketing-preview .bespoke-site {
  overflow: hidden;
  height: 430px;
  min-height: 430px;
  padding: 0;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 24px 58px rgba(17, 32, 56, 0.12);
}

body.is-marketing-preview .bespoke-site::before {
  content: none;
}

body.is-marketing-preview .mini-browser {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 26px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(17, 32, 56, 0.08);
  background: rgba(255, 255, 255, 0.82);
}

body.is-marketing-preview .mini-browser span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(17, 32, 56, 0.22);
}

body.is-marketing-preview .mini-browser small {
  margin-left: auto;
  color: rgba(17, 32, 56, 0.48);
  font-size: 0.58rem;
  font-weight: 900;
}

body.is-marketing-preview .bespoke-logo {
  gap: 8px;
}

body.is-marketing-preview .bespoke-logo > span {
  width: 38px;
  height: 38px;
  box-shadow: 0 10px 22px rgba(17, 32, 56, 0.12);
}

body.is-marketing-preview .bespoke-logo strong {
  font-size: 1rem;
  letter-spacing: -0.035em;
}

body.is-marketing-preview .bespoke-site button {
  min-height: 36px;
  padding: 9px 13px;
  border: 0;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 950;
}

body.is-marketing-preview .site-luma {
  display: block;
  grid-template-columns: none;
  background:
    linear-gradient(90deg, rgba(16, 63, 57, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 63, 57, 0.06) 1px, transparent 1px),
    #f8f3e8;
  background-size: 26px 26px;
}

body.is-marketing-preview .luma-shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 12px;
  height: calc(100% - 26px);
  padding: 14px;
}

body.is-marketing-preview .luma-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

body.is-marketing-preview .luma-nav nav {
  display: flex;
  gap: 8px;
  color: rgba(16, 63, 57, 0.58);
  font-size: 0.6rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.is-marketing-preview .luma-hero {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 12px;
  min-height: 0;
}

body.is-marketing-preview .luma-copy {
  align-content: center;
  min-height: 0;
  padding: 18px;
  border-radius: 24px 4px 24px 24px;
  background: #123f38;
}

body.is-marketing-preview .luma-copy h4 {
  max-width: 8.6ch;
  font-size: 2.05rem;
}

body.is-marketing-preview .luma-copy p {
  max-width: 24ch;
  line-height: 1.34;
}

body.is-marketing-preview .luma-hero figure {
  position: relative;
  overflow: hidden;
  min-height: 0;
  margin: 0;
  border-radius: 4px 26px 26px 26px;
}

body.is-marketing-preview .luma-hero img {
  height: 100%;
}

body.is-marketing-preview .luma-hero figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(255, 249, 237, 0.9);
  color: #123f38;
  font-size: 0.62rem;
  font-weight: 950;
}

body.is-marketing-preview .luma-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

body.is-marketing-preview .luma-proof span {
  padding: 10px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #123f38;
  font-size: 0.62rem;
  font-weight: 950;
  text-align: center;
}

body.is-marketing-preview .site-blask {
  display: block;
  grid-template-columns: none;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 223, 107, 0.52), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(255, 63, 148, 0.28), transparent 28%),
    #fff3f7;
}

body.is-marketing-preview .beauty-app {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 12px;
  height: 100%;
  min-height: 0;
  padding: 14px;
}

body.is-marketing-preview .beauty-rail {
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 14px 12px;
  border-radius: 24px;
  background: #111f38;
  color: #fff9ed;
}

body.is-marketing-preview .beauty-rail .bespoke-logo {
  display: grid;
}

body.is-marketing-preview .blask-logo > span {
  border-radius: 16px;
  background: linear-gradient(135deg, #ff3f94, #ffdf6b);
  color: #111f38;
}

body.is-marketing-preview .beauty-rail small {
  color: rgba(255, 249, 237, 0.7);
  font-size: 0.58rem;
  font-weight: 950;
  line-height: 1.25;
  text-transform: uppercase;
}

body.is-marketing-preview .beauty-rail button {
  background: #ffdf6b;
  color: #111f38;
}

body.is-marketing-preview .beauty-screen {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  gap: 10px;
  min-height: 0;
}

body.is-marketing-preview .beauty-photo {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border-radius: 28px;
}

body.is-marketing-preview .beauty-photo strong {
  position: absolute;
  right: 12px;
  bottom: 12px;
  max-width: 17ch;
  padding: 9px 11px;
  border-radius: 14px;
  background: #fff;
  color: #a91655;
  font-size: 0.7rem;
  line-height: 1.1;
}

body.is-marketing-preview .beauty-booking-card {
  padding: 14px;
  border-radius: 22px;
  background: #a91655;
  color: #fff9ed;
}

body.is-marketing-preview .beauty-booking-card span {
  color: #ffdf6b;
  font-size: 0.6rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.is-marketing-preview .beauty-booking-card h4 {
  margin: 3px 0 4px;
  font-family: var(--serif);
  font-size: 1.58rem;
  line-height: 0.92;
}

body.is-marketing-preview .beauty-booking-card p {
  color: rgba(255, 249, 237, 0.78);
  font-size: 0.68rem;
  font-weight: 780;
  line-height: 1.32;
}

body.is-marketing-preview .beauty-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

body.is-marketing-preview .beauty-slots span {
  padding: 9px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #a91655;
  font-size: 0.65rem;
  font-weight: 950;
  text-align: center;
}

body.is-marketing-preview .site-novadent {
  display: block;
  grid-template-columns: none;
  background: #eef7ff;
}

body.is-marketing-preview .dental-page {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 12px;
  height: 100%;
  padding: 14px;
}

body.is-marketing-preview .dental-nav {
  padding: 10px;
  border-radius: 18px;
  background: #fff;
}

body.is-marketing-preview .dental-hero-v2 {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 12px;
  min-height: 0;
}

body.is-marketing-preview .dental-copy {
  min-height: 0;
  padding: 18px;
  border-left: 5px solid #2a66d9;
  border-radius: 22px;
  background: #fff;
}

body.is-marketing-preview .dental-copy h4 {
  max-width: 9.5ch;
  font-size: 1.86rem;
}

body.is-marketing-preview .dental-hero-v2 img {
  overflow: hidden;
  min-height: 0;
  border-radius: 22px;
  box-shadow: 0 18px 34px rgba(42, 102, 217, 0.16);
}

body.is-marketing-preview .dental-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

body.is-marketing-preview .dental-service-grid span {
  min-height: 48px;
  padding: 10px 8px;
  border-radius: 14px;
  background: #fff;
  color: #1e4c95;
  font-size: 0.64rem;
  font-weight: 950;
  text-align: center;
}

body.is-marketing-preview .site-lex {
  display: block;
  grid-template-columns: none;
  background: #101829;
}

body.is-marketing-preview .lex-layout {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  height: 100%;
  min-height: 0;
}

body.is-marketing-preview .lex-index {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px 12px;
  border-right: 1px solid rgba(213, 168, 100, 0.18);
  color: #fff9ed;
}

body.is-marketing-preview .lex-index .bespoke-logo {
  display: grid;
  margin-bottom: 24px;
}

body.is-marketing-preview .lex-logo > span {
  border-radius: 8px;
  background: #d5a864;
  color: #101829;
}

body.is-marketing-preview .lex-index span:not(.bespoke-logo span) {
  padding: 9px 0;
  border-top: 1px solid rgba(213, 168, 100, 0.18);
  color: rgba(255, 249, 237, 0.72);
  font-size: 0.6rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.is-marketing-preview .lex-main {
  position: relative;
  display: grid;
  align-items: end;
  padding: 14px;
}

body.is-marketing-preview .lex-main img {
  position: absolute;
  inset: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  border-radius: 4px 24px 24px 4px;
  opacity: 0.42;
}

body.is-marketing-preview .lex-headline {
  position: relative;
  z-index: 1;
  max-width: 230px;
  padding: 16px;
  border: 1px solid rgba(213, 168, 100, 0.24);
  border-radius: 2px 24px 24px 2px;
  background: rgba(16, 24, 41, 0.86);
  color: #fff9ed;
  backdrop-filter: blur(6px);
}

body.is-marketing-preview .lex-headline small {
  color: #d5a864;
  font-size: 0.6rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.is-marketing-preview .lex-headline h4 {
  max-width: 8ch;
  margin: 8px 0;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 0.9;
}

body.is-marketing-preview .lex-headline p {
  color: rgba(255, 249, 237, 0.72);
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1.36;
}

body.is-marketing-preview .lex-headline button {
  margin-top: 12px;
  background: #d5a864;
  color: #101829;
}

body.is-marketing-preview .site-ruch {
  display: block;
  grid-template-columns: none;
  background:
    linear-gradient(120deg, rgba(199, 243, 107, 0.3) 0 42%, transparent 42%),
    #eef8f1;
}

body.is-marketing-preview .ruch-page {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 12px;
  height: 100%;
  padding: 14px;
}

body.is-marketing-preview .ruch-header {
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

body.is-marketing-preview .ruch-kinetic {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 12px;
  min-height: 0;
}

body.is-marketing-preview .ruch-plan {
  display: grid;
  align-content: center;
  gap: 9px;
  min-height: 0;
  padding: 18px;
  border-radius: 30px 10px 30px 30px;
  background: #0a594d;
  color: #fff9ed;
}

body.is-marketing-preview .ruch-plan span {
  color: #c7f36b;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.is-marketing-preview .ruch-plan h4 {
  max-width: 8.4ch;
  font-family: var(--serif);
  font-size: 1.92rem;
  line-height: 0.92;
}

body.is-marketing-preview .ruch-plan button {
  background: #c7f36b;
  color: #0a332d;
}

body.is-marketing-preview .ruch-kinetic img {
  overflow: hidden;
  min-height: 0;
  border-radius: 10px 30px 30px 30px;
}

body.is-marketing-preview .ruch-metrics {
  grid-template-columns: repeat(3, 1fr);
}

body.is-marketing-preview .site-stol {
  display: block;
  grid-template-columns: none;
  background: #22140e;
}

body.is-marketing-preview .restaurant-overlay {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  height: 100%;
  min-height: 0;
  padding: 14px;
  color: #fff9ed;
}

body.is-marketing-preview .restaurant-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(255, 223, 107, 0.18);
  border-radius: 18px;
  background: rgba(34, 20, 14, 0.58);
  backdrop-filter: blur(5px);
}

body.is-marketing-preview .restaurant-nav button {
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #22140e;
}

body.is-marketing-preview .restaurant-hero {
  align-self: end;
  max-width: 250px;
  padding: 16px;
  border-radius: 28px 28px 28px 6px;
  background: rgba(34, 20, 14, 0.7);
  backdrop-filter: blur(5px);
}

body.is-marketing-preview .restaurant-hero small {
  color: #ffdf6b;
  font-size: 0.6rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.is-marketing-preview .restaurant-hero h4 {
  margin: 8px 0;
  color: #fff9ed;
  font-family: var(--serif);
  font-size: 2.05rem;
  line-height: 0.9;
}

body.is-marketing-preview .restaurant-hero p {
  color: rgba(255, 249, 237, 0.76);
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1.35;
}

body.is-marketing-preview .restaurant-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

body.is-marketing-preview .restaurant-menu span {
  padding: 10px 8px;
  border: 1px solid rgba(255, 223, 107, 0.18);
  border-radius: 999px;
  background: rgba(34, 20, 14, 0.52);
  color: #fff9ed;
  font-size: 0.62rem;
  font-weight: 950;
  text-align: center;
}

@media (max-width: 760px) {
  body.is-marketing-preview .bespoke-site {
    height: 470px;
    min-height: 470px;
  }

  body.is-marketing-preview .landing-example-copy {
    margin: 12px 8px 0;
  }

  body.is-marketing-preview .luma-hero,
  body.is-marketing-preview .dental-hero-v2,
  body.is-marketing-preview .ruch-kinetic {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .beauty-app,
  body.is-marketing-preview .lex-layout {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .beauty-rail {
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: auto;
  }

  body.is-marketing-preview .lex-index {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid rgba(213, 168, 100, 0.18);
  }

  body.is-marketing-preview .lex-index .bespoke-logo {
    grid-column: 1 / 4;
    margin-bottom: 0;
  }

  body.is-marketing-preview .luma-copy,
  body.is-marketing-preview .dental-copy,
  body.is-marketing-preview .ruch-plan {
    min-height: auto;
  }

  body.is-marketing-preview .luma-hero figure,
  body.is-marketing-preview .dental-hero-v2 img,
  body.is-marketing-preview .ruch-kinetic img {
    min-height: 142px;
  }

  body.is-marketing-preview .dental-service-grid,
  body.is-marketing-preview .restaurant-menu {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  body.is-marketing-preview .landing-example-copy h3 {
    font-size: 1.2rem;
  }

  body.is-marketing-preview .luma-nav nav,
  body.is-marketing-preview .mini-browser small {
    display: none;
  }

  body.is-marketing-preview .luma-copy h4,
  body.is-marketing-preview .restaurant-hero h4,
  body.is-marketing-preview .lex-headline h4 {
    font-size: 1.62rem;
  }

  body.is-marketing-preview .beauty-photo {
    min-height: 136px;
  }

  body.is-marketing-preview .beauty-slots,
  body.is-marketing-preview .luma-proof,
  body.is-marketing-preview .ruch-metrics {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .dental-service-grid,
  body.is-marketing-preview .restaurant-menu {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.is-marketing-preview .intro {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.is-marketing-preview .intro .eyebrow,
  body.is-marketing-preview .intro h1,
  body.is-marketing-preview .intro-lead,
  body.is-marketing-preview .intro-studio-card {
    grid-column: auto;
    grid-row: auto;
  }

  body.is-marketing-preview .intro h1 {
    max-width: 11ch;
    font-size: 2.2rem;
  }

  body.is-marketing-preview .intro-studio-card {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: auto;
    padding: 16px;
    border-radius: 22px;
  }

  body.is-marketing-preview .intro-studio-card img {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  body.is-marketing-preview .intro-studio-card strong {
    max-width: 13ch;
    font-size: 1.28rem;
  }

  body.is-marketing-preview .intro-studio-card small {
    right: 14px;
    top: 14px;
    font-size: 0.92rem;
  }

  body.is-marketing-preview .path-option {
    min-height: auto;
    padding-top: 16px;
  }
}

/* Portfolio realized cases: six distinct client pages, not one recolored component. */
body.is-marketing-preview .landing-examples-card {
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 122, 69, 0.16), transparent 32%),
    radial-gradient(circle at 86% 4%, rgba(24, 210, 255, 0.15), transparent 30%),
    linear-gradient(135deg, #fff8ec 0%, #f8fbff 48%, #fff2e9 100%);
}

body.is-marketing-preview .landing-examples-head h2 {
  max-width: 15ch;
}

body.is-marketing-preview .landing-examples-track {
  gap: 22px;
  padding-bottom: 16px;
}

body.is-marketing-preview .landing-example-card {
  flex-basis: min(640px, 88vw);
  padding: 14px;
  border-color: rgba(17, 32, 56, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 249, 239, 0.78));
}

body.is-marketing-preview .landing-example-copy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 16px;
  margin: 14px 6px 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(17, 32, 56, 0.08);
}

body.is-marketing-preview .landing-example-copy::before {
  content: "case";
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: start;
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(17, 32, 56, 0.08);
  color: rgba(17, 32, 56, 0.58);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.is-marketing-preview .landing-example-copy::after {
  content: "";
  position: absolute;
  inset: auto -8% -42% 36%;
  height: 120px;
  border-radius: 999px;
  background: rgba(255, 223, 107, 0.14);
  filter: blur(20px);
  pointer-events: none;
}

body.is-marketing-preview .landing-example-copy > * {
  position: relative;
  z-index: 1;
}

body.is-marketing-preview .landing-example-copy > span,
body.is-marketing-preview .landing-example-copy h3,
body.is-marketing-preview .landing-example-copy p {
  grid-column: 1;
}

body.is-marketing-preview .landing-example-copy h3 {
  max-width: 18ch;
  font-size: clamp(1.45rem, 2.8vw, 2.05rem);
}

body.is-marketing-preview .landing-example-copy p {
  max-width: 44ch;
}

body.is-marketing-preview .landing-example-case {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.is-marketing-preview .landing-example-case span {
  display: grid;
  gap: 4px;
  min-height: 64px;
  padding: 12px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
  line-height: 1.22;
}

body.is-marketing-preview .landing-example-tags {
  grid-column: 1 / 3;
  justify-content: flex-start;
}

body.is-marketing-preview .landing-example-tags small {
  border: 1px solid rgba(17, 32, 56, 0.08);
  background: rgba(255, 255, 255, 0.7);
}

body.is-marketing-preview .is-aesthetic-card .landing-example-copy {
  background:
    linear-gradient(135deg, rgba(18, 63, 56, 0.96), rgba(45, 66, 61, 0.92));
  color: #fff9ed;
}

body.is-marketing-preview .is-aesthetic-card .landing-example-copy::before {
  content: "premium";
  background: rgba(255, 223, 107, 0.16);
  color: #ffdf6b;
}

body.is-marketing-preview .is-aesthetic-card .landing-example-copy > span,
body.is-marketing-preview .is-aesthetic-card .landing-example-case strong {
  color: #ffdf6b;
}

body.is-marketing-preview .is-aesthetic-card .landing-example-copy p,
body.is-marketing-preview .is-aesthetic-card .landing-example-case span {
  color: rgba(255, 249, 237, 0.76);
}

body.is-marketing-preview .is-aesthetic-card .landing-example-case span,
body.is-marketing-preview .is-aesthetic-card .landing-example-tags small {
  border-color: rgba(255, 249, 237, 0.14);
  background: rgba(255, 249, 237, 0.08);
  color: #fff9ed;
}

body.is-marketing-preview .is-beauty-card .landing-example-copy {
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 223, 107, 0.22), transparent 28%),
    linear-gradient(135deg, #fff2f7, #ffe4cb);
  color: #111f38;
}

body.is-marketing-preview .is-beauty-card .landing-example-copy::before {
  content: "booking";
  background: #111f38;
  color: #ffdf6b;
}

body.is-marketing-preview .is-beauty-card .landing-example-copy > span,
body.is-marketing-preview .is-beauty-card .landing-example-case strong {
  color: #ff3f94;
}

body.is-marketing-preview .is-beauty-card .landing-example-copy h3,
body.is-marketing-preview .is-beauty-card .landing-example-copy p,
body.is-marketing-preview .is-beauty-card .landing-example-case span,
body.is-marketing-preview .is-beauty-card .landing-example-tags small {
  color: #111f38;
}

body.is-marketing-preview .is-dental-card .landing-example-copy {
  background:
    linear-gradient(135deg, #f7fbff, #eaf2ff);
  color: #17345c;
}

body.is-marketing-preview .is-dental-card .landing-example-copy::before {
  content: "medical";
  background: #2a66d9;
  color: #fff;
}

body.is-marketing-preview .is-dental-card .landing-example-copy > span,
body.is-marketing-preview .is-dental-card .landing-example-case strong {
  color: #2a66d9;
}

body.is-marketing-preview .is-dental-card .landing-example-copy h3,
body.is-marketing-preview .is-dental-card .landing-example-copy p,
body.is-marketing-preview .is-dental-card .landing-example-case span,
body.is-marketing-preview .is-dental-card .landing-example-tags small {
  color: #17345c;
}

body.is-marketing-preview .is-law-card .landing-example-copy {
  background:
    linear-gradient(135deg, #111827, #2c3444);
  color: #fff9ed;
}

body.is-marketing-preview .is-law-card .landing-example-copy::before {
  content: "trust";
  background: rgba(213, 168, 100, 0.17);
  color: #d5a864;
}

body.is-marketing-preview .is-law-card .landing-example-copy > span,
body.is-marketing-preview .is-law-card .landing-example-case strong {
  color: #d5a864;
}

body.is-marketing-preview .is-law-card .landing-example-copy p,
body.is-marketing-preview .is-law-card .landing-example-case span {
  color: rgba(255, 249, 237, 0.74);
}

body.is-marketing-preview .is-law-card .landing-example-case span,
body.is-marketing-preview .is-law-card .landing-example-tags small {
  border-color: rgba(213, 168, 100, 0.18);
  background: rgba(255, 249, 237, 0.07);
  color: #fff9ed;
}

body.is-marketing-preview .is-physio-card .landing-example-copy {
  background:
    linear-gradient(135deg, #eaffc6, #eef8f1);
  color: #0a332d;
}

body.is-marketing-preview .is-physio-card .landing-example-copy::before {
  content: "plan";
  background: #0a594d;
  color: #c7f36b;
}

body.is-marketing-preview .is-physio-card .landing-example-copy > span,
body.is-marketing-preview .is-physio-card .landing-example-case strong {
  color: #0a594d;
}

body.is-marketing-preview .is-physio-card .landing-example-copy h3,
body.is-marketing-preview .is-physio-card .landing-example-copy p,
body.is-marketing-preview .is-physio-card .landing-example-case span,
body.is-marketing-preview .is-physio-card .landing-example-tags small {
  color: #0a332d;
}

body.is-marketing-preview .is-restaurant-card .landing-example-copy {
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 223, 107, 0.18), transparent 30%),
    linear-gradient(135deg, #3a241a, #5b3d30);
  color: #fff9ed;
}

body.is-marketing-preview .is-restaurant-card .landing-example-copy::before {
  content: "table";
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #22140e;
}

body.is-marketing-preview .is-restaurant-card .landing-example-copy > span,
body.is-marketing-preview .is-restaurant-card .landing-example-case strong {
  color: #ffdf6b;
}

body.is-marketing-preview .is-restaurant-card .landing-example-copy p,
body.is-marketing-preview .is-restaurant-card .landing-example-case span {
  color: rgba(255, 249, 237, 0.76);
}

body.is-marketing-preview .is-restaurant-card .landing-example-case span,
body.is-marketing-preview .is-restaurant-card .landing-example-tags small {
  border-color: rgba(255, 223, 107, 0.18);
  background: rgba(255, 249, 237, 0.08);
  color: #fff9ed;
}

body.is-marketing-preview .bespoke-site {
  position: relative;
  height: 470px;
  min-height: 470px;
  border-radius: 30px;
  isolation: isolate;
}

body.is-marketing-preview .bespoke-site img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.is-marketing-preview .bespoke-logo > span {
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-weight: 950;
}

body.is-marketing-preview .bespoke-logo strong {
  line-height: 0.92;
}

body.is-marketing-preview .site-luma {
  background:
    linear-gradient(90deg, #f7efe1 0 47%, #0f3b34 47% 100%);
}

body.is-marketing-preview .site-luma::after {
  content: "LUMA";
  position: absolute;
  left: 24px;
  bottom: -8px;
  z-index: -1;
  color: rgba(15, 59, 52, 0.08);
  font-family: var(--serif);
  font-size: 7.8rem;
  font-weight: 950;
  letter-spacing: -0.08em;
}

body.is-marketing-preview .site-luma .mini-browser {
  display: none;
}

body.is-marketing-preview .luma-shell {
  height: 100%;
  padding: 18px;
}

body.is-marketing-preview .luma-nav {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(180, 137, 55, 0.24);
  border-radius: 999px;
  background: rgba(255, 252, 244, 0.88);
}

body.is-marketing-preview .luma-logo > span {
  background: radial-gradient(circle at 30% 25%, #fff6cf, #b48937 66%, #5b4116);
  color: #123f38;
}

body.is-marketing-preview .luma-hero {
  grid-template-columns: 0.82fr 1.18fr;
  align-items: stretch;
}

body.is-marketing-preview .luma-copy {
  background: transparent;
  color: #123f38;
}

body.is-marketing-preview .luma-copy span,
body.is-marketing-preview .luma-copy p {
  color: rgba(18, 63, 56, 0.76);
}

body.is-marketing-preview .luma-copy h4 {
  max-width: 7.2ch;
  color: #123f38;
  font-size: 2.75rem;
}

body.is-marketing-preview .luma-copy button {
  background: linear-gradient(135deg, #123f38, #0b806f);
  color: #fff9ed;
}

body.is-marketing-preview .luma-hero figure {
  border: 10px solid rgba(255, 249, 237, 0.78);
  border-radius: 38px 38px 6px 38px;
  box-shadow: 0 30px 58px rgba(18, 63, 56, 0.26);
}

body.is-marketing-preview .luma-proof {
  max-width: 58%;
}

body.is-marketing-preview .site-blask {
  background:
    radial-gradient(circle at 74% 20%, rgba(255, 229, 93, 0.7), transparent 22%),
    linear-gradient(135deg, #ff4da1 0%, #ff7d4d 44%, #fff1cf 100%);
}

body.is-marketing-preview .beauty-app {
  grid-template-columns: 0.86fr 1.14fr;
  gap: 16px;
  padding: 18px;
}

body.is-marketing-preview .beauty-rail {
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(17, 31, 56, 0.96), rgba(104, 18, 76, 0.94));
  box-shadow: 0 22px 44px rgba(104, 18, 76, 0.22);
}

body.is-marketing-preview .beauty-rail::after {
  content: "Rezerwacje online\A voucher\A galeria efektów";
  white-space: pre-line;
  color: rgba(255, 249, 237, 0.68);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.65;
}

body.is-marketing-preview .beauty-screen {
  grid-template-rows: 1.08fr auto auto;
  transform: rotate(-1.2deg);
}

body.is-marketing-preview .beauty-photo {
  border: 8px solid #fff;
  border-radius: 38px 16px 38px 38px;
  box-shadow: 0 24px 44px rgba(111, 16, 77, 0.24);
}

body.is-marketing-preview .beauty-booking-card {
  margin-top: -34px;
  margin-inline: 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.92);
  color: #111f38;
  box-shadow: 0 18px 34px rgba(111, 16, 77, 0.16);
  backdrop-filter: blur(12px);
}

body.is-marketing-preview .beauty-booking-card span {
  color: #ff4da1;
}

body.is-marketing-preview .beauty-booking-card p {
  color: rgba(17, 31, 56, 0.68);
}

body.is-marketing-preview .beauty-slots span:nth-child(2) {
  background: #111f38;
  color: #ffdf6b;
}

body.is-marketing-preview .site-novadent {
  background:
    linear-gradient(90deg, rgba(42, 102, 217, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(42, 102, 217, 0.06) 1px, transparent 1px),
    #f7fbff;
  background-size: 22px 22px;
}

body.is-marketing-preview .dental-page {
  grid-template-columns: 1.12fr 0.88fr;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  padding: 18px;
}

body.is-marketing-preview .dental-nav {
  grid-column: 1 / 3;
  border: 1px solid rgba(42, 102, 217, 0.12);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(42, 102, 217, 0.08);
}

body.is-marketing-preview .dental-logo > span {
  border-radius: 14px;
  background: linear-gradient(135deg, #2a66d9, #24c6dc);
  color: #fff;
}

body.is-marketing-preview .dental-hero-v2 {
  display: contents;
}

body.is-marketing-preview .dental-copy {
  align-content: center;
  border: 0;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(42, 102, 217, 0.11);
}

body.is-marketing-preview .dental-copy::after {
  content: "Dziś wolne: 15:20";
  display: inline-flex;
  width: max-content;
  margin-top: 16px;
  padding: 10px 13px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1e4c95;
  font-size: 0.68rem;
  font-weight: 950;
}

body.is-marketing-preview .dental-copy h4 {
  max-width: 8.6ch;
  color: #17345c;
  font-size: 2.2rem;
}

body.is-marketing-preview .dental-hero-v2 img {
  border-radius: 28px 28px 28px 6px;
}

body.is-marketing-preview .dental-service-grid {
  grid-column: 1 / 3;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.is-marketing-preview .site-lex {
  background:
    linear-gradient(135deg, #0d1220 0%, #171f34 52%, #06080d 100%);
}

body.is-marketing-preview .lex-layout {
  grid-template-columns: 156px minmax(0, 1fr);
}

body.is-marketing-preview .lex-index {
  padding: 22px 16px;
  border-right-color: rgba(213, 168, 100, 0.28);
  background:
    linear-gradient(180deg, rgba(213, 168, 100, 0.12), transparent 46%);
}

body.is-marketing-preview .lex-logo > span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

body.is-marketing-preview .lex-main {
  overflow: hidden;
  align-items: stretch;
  padding: 18px;
}

body.is-marketing-preview .lex-main::before {
  content: "KANCELARIA";
  position: absolute;
  right: -12px;
  top: 24px;
  z-index: 1;
  color: rgba(213, 168, 100, 0.12);
  font-family: var(--serif);
  font-size: 4.6rem;
  font-weight: 950;
  writing-mode: vertical-rl;
}

body.is-marketing-preview .lex-main img {
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  border-radius: 34px 34px 34px 6px;
  opacity: 0.28;
}

body.is-marketing-preview .lex-headline {
  align-self: end;
  max-width: 300px;
  border-radius: 4px 32px 32px 32px;
  background: rgba(9, 13, 23, 0.84);
}

body.is-marketing-preview .lex-headline h4 {
  max-width: 9ch;
  font-size: 2.42rem;
}

body.is-marketing-preview .site-ruch {
  background:
    linear-gradient(128deg, #c7f36b 0 34%, #0a594d 34% 36%, #f5fff7 36% 100%);
}

body.is-marketing-preview .ruch-page {
  padding: 18px;
}

body.is-marketing-preview .ruch-header {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

body.is-marketing-preview .ruch-logo > span {
  border-radius: 14px 14px 14px 4px;
  background: #0a594d;
  color: #c7f36b;
}

body.is-marketing-preview .ruch-kinetic {
  grid-template-columns: 1.06fr 0.94fr;
}

body.is-marketing-preview .ruch-plan {
  border-radius: 36px 6px 36px 36px;
  background:
    linear-gradient(180deg, rgba(10, 89, 77, 0.98), rgba(5, 45, 39, 0.98));
}

body.is-marketing-preview .ruch-plan h4 {
  max-width: 7.2ch;
  font-size: 2.38rem;
}

body.is-marketing-preview .ruch-kinetic img {
  border: 8px solid #fff;
  border-radius: 6px 36px 36px 36px;
  transform: rotate(1.4deg);
  box-shadow: 0 24px 44px rgba(10, 89, 77, 0.2);
}

body.is-marketing-preview .ruch-metrics {
  display: grid;
  gap: 8px;
}

body.is-marketing-preview .ruch-metrics span {
  padding: 11px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #0a594d;
  font-size: 0.62rem;
  font-weight: 950;
  text-align: center;
}

body.is-marketing-preview .site-stol {
  background: #140b07;
}

body.is-marketing-preview .site-stol .stol-bg {
  position: absolute;
  inset: 0;
  opacity: 0.74;
}

body.is-marketing-preview .site-stol::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(20, 11, 7, 0.92) 0%, rgba(20, 11, 7, 0.74) 44%, rgba(20, 11, 7, 0.2) 100%),
    radial-gradient(circle at 88% 20%, rgba(255, 223, 107, 0.25), transparent 28%);
}

body.is-marketing-preview .site-stol::after {
  content: none;
}

body.is-marketing-preview .restaurant-overlay {
  z-index: 3;
  max-width: 62%;
}

body.is-marketing-preview .stol-logo > span {
  border-radius: 50%;
  background: linear-gradient(135deg, #ffdf6b, #ff7a45);
  color: #22140e;
}

body.is-marketing-preview .restaurant-nav {
  border-radius: 999px;
}

body.is-marketing-preview .restaurant-hero {
  max-width: 330px;
  border: 1px solid rgba(255, 223, 107, 0.2);
  border-radius: 6px 34px 34px 34px;
}

body.is-marketing-preview .restaurant-hero h4 {
  font-size: 2.52rem;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-example-card {
    flex-basis: min(410px, 88vw);
    padding: 10px;
    border-radius: 28px;
  }

  body.is-marketing-preview .landing-example-copy {
    grid-template-columns: minmax(0, 1fr);
    padding: 15px;
  }

  body.is-marketing-preview .landing-example-copy::before {
    grid-column: 1;
    grid-row: auto;
    width: max-content;
    order: -1;
  }

  body.is-marketing-preview .landing-example-copy > span,
  body.is-marketing-preview .landing-example-copy h3,
  body.is-marketing-preview .landing-example-copy p,
  body.is-marketing-preview .landing-example-case,
  body.is-marketing-preview .landing-example-tags {
    grid-column: 1;
  }

  body.is-marketing-preview .landing-example-case {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-example-case span {
    min-height: auto;
  }

  body.is-marketing-preview .bespoke-site {
    height: 520px;
    min-height: 520px;
    border-radius: 24px;
  }

  body.is-marketing-preview .site-luma {
    background:
      radial-gradient(circle at 100% 18%, rgba(180, 137, 55, 0.16), transparent 32%),
      linear-gradient(180deg, #f7efe1 0%, #fffaf0 56%, #123f38 56% 100%);
  }

  body.is-marketing-preview .luma-shell {
    padding: 12px;
  }

  body.is-marketing-preview .luma-nav {
    padding: 8px;
  }

  body.is-marketing-preview .luma-hero {
    gap: 10px;
  }

  body.is-marketing-preview .luma-copy {
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 252, 244, 0.86);
  }

  body.is-marketing-preview .luma-copy h4 {
    max-width: 10ch;
  }

  body.is-marketing-preview .luma-hero figure {
    min-height: 190px;
    border-width: 7px;
    border-radius: 28px;
  }

  body.is-marketing-preview .luma-proof {
    max-width: none;
  }

  body.is-marketing-preview .luma-hero,
  body.is-marketing-preview .beauty-app,
  body.is-marketing-preview .ruch-kinetic {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .dental-page {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .dental-nav,
  body.is-marketing-preview .dental-service-grid {
    grid-column: auto;
  }

  body.is-marketing-preview .lex-layout {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .lex-index {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 14px;
  }

  body.is-marketing-preview .lex-index .bespoke-logo {
    grid-column: 1 / 4;
  }

  body.is-marketing-preview .restaurant-overlay {
    max-width: none;
  }

  body.is-marketing-preview .luma-proof,
  body.is-marketing-preview .dental-service-grid,
  body.is-marketing-preview .restaurant-menu,
  body.is-marketing-preview .ruch-metrics {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  body.is-marketing-preview .landing-examples-head h2 {
    max-width: 12ch;
  }

  body.is-marketing-preview .bespoke-site {
    height: 520px;
    min-height: 520px;
  }

  body.is-marketing-preview .luma-nav nav {
    display: none;
  }

  body.is-marketing-preview .luma-logo > span,
  body.is-marketing-preview .bespoke-logo > span {
    width: 34px;
    height: 34px;
  }

  body.is-marketing-preview .luma-copy {
    align-content: start;
  }

  body.is-marketing-preview .luma-copy span,
  body.is-marketing-preview .luma-copy p {
    font-size: 0.68rem;
  }

  body.is-marketing-preview .luma-hero figure {
    min-height: 178px;
  }

  body.is-marketing-preview .luma-copy h4,
  body.is-marketing-preview .dental-copy h4,
  body.is-marketing-preview .ruch-plan h4,
  body.is-marketing-preview .restaurant-hero h4,
  body.is-marketing-preview .lex-headline h4 {
    font-size: 1.74rem;
  }

  body.is-marketing-preview .beauty-screen {
    transform: none;
  }

  body.is-marketing-preview .beauty-photo {
    min-height: 148px;
  }

  body.is-marketing-preview .luma-proof,
  body.is-marketing-preview .dental-service-grid,
  body.is-marketing-preview .restaurant-menu,
  body.is-marketing-preview .ruch-metrics {
    grid-template-columns: 1fr;
  }
}

/* Conversion entry polish: make the first action feel like a product checkout. */
body.is-marketing-preview .path-choice {
  position: relative;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: 18px;
  padding: 6px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 16% 14%, rgba(24, 210, 255, 0.13), transparent 28%),
    radial-gradient(circle at 84% 4%, rgba(255, 223, 107, 0.22), transparent 30%),
    rgba(255, 255, 255, 0.42);
}

body.is-marketing-preview .path-choice::before {
  content: "Wybór startu";
  position: absolute;
  left: 18px;
  top: -14px;
  z-index: 2;
  padding: 8px 12px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #ff6b3d;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.is-marketing-preview .path-option {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
  border-radius: 28px;
  text-align: left;
}

body.is-marketing-preview .path-option[data-path="scratch"] {
  min-height: 218px;
  padding-right: 150px;
  background:
    radial-gradient(circle at 90% 18%, rgba(255, 223, 107, 0.55), transparent 24%),
    radial-gradient(circle at 8% 88%, rgba(24, 210, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #fffaf1, #fff);
}

body.is-marketing-preview .path-option[data-path="scratch"]::after {
  content: "499 zł\A pierwszy projekt";
  white-space: pre-line;
  right: 22px;
  top: 22px;
  min-width: 92px;
  min-height: 92px;
  justify-content: center;
  border-radius: 28px;
  box-shadow: 0 18px 34px rgba(255, 122, 69, 0.2);
  text-align: center;
  line-height: 0.98;
}

body.is-marketing-preview .path-option[data-path="scratch"] strong {
  max-width: 15ch;
  font-size: clamp(1.42rem, 2.4vw, 2rem);
  line-height: 0.95;
}

body.is-marketing-preview .path-option[data-path="scratch"] > span:not(.path-option-meta) {
  max-width: 37ch;
  font-size: 0.98rem;
}

body.is-marketing-preview .path-option[data-path="improve"] {
  min-height: 218px;
  padding-right: 24px;
  border-style: dashed;
}

body.is-marketing-preview .path-option[data-path="improve"]::before {
  position: absolute;
  left: 20px;
  top: 20px;
}

body.is-marketing-preview .path-option[data-path="improve"] small {
  margin-left: 48px;
}

body.is-marketing-preview .path-option-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
}

body.is-marketing-preview .path-option-meta i {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #112038;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.is-marketing-preview .path-option[data-path="scratch"] .path-option-meta i:nth-child(2) {
  background: #112038;
  color: #ffdf6b;
}

body.is-marketing-preview .path-option[data-path="improve"] .path-option-meta i {
  background: rgba(246, 250, 255, 0.9);
  color: #455168;
}

body.is-marketing-preview #scratch-path {
  background:
    radial-gradient(circle at 10% 12%, rgba(24, 210, 255, 0.18), transparent 34%),
    radial-gradient(circle at 90% 4%, rgba(255, 223, 107, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 249, 0.92));
}

body.is-marketing-preview #scratch-path > .wizard-heading {
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.9fr);
  align-items: start;
}

body.is-marketing-preview #scratch-path > .wizard-heading h2 {
  max-width: 10.6ch;
}

body.is-marketing-preview #scratch-path > .wizard-heading p {
  margin-top: 12px;
}

body.is-marketing-preview .scratch-promise-strip {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

body.is-marketing-preview .scratch-promise-strip span {
  display: grid;
  grid-column: auto;
  gap: 7px;
  min-height: 112px;
  align-content: start;
  padding: 13px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  color: #455168;
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1.24;
  box-shadow: 0 14px 30px rgba(17, 32, 56, 0.06);
}

body.is-marketing-preview #scratch-path > .wizard-heading .scratch-promise-strip span {
  grid-column: auto;
}

body.is-marketing-preview .scratch-promise-strip strong {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: #112038;
  color: #ffdf6b;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.is-marketing-preview #scratch-form {
  gap: 18px;
}

body.is-marketing-preview #scratch-form .survey-step {
  border-radius: 28px;
}

body.is-marketing-preview #scratch-form .survey-step:first-child {
  border-color: rgba(10, 123, 106, 0.2);
  background:
    radial-gradient(circle at 92% 12%, rgba(24, 210, 255, 0.1), transparent 28%),
    rgba(255, 255, 255, 0.9);
}

body.is-marketing-preview #scratch-form .survey-step:nth-child(2) {
  border-color: rgba(255, 122, 69, 0.18);
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 223, 107, 0.14), transparent 30%),
    rgba(255, 255, 255, 0.9);
}

body.is-marketing-preview #scratch-form input,
body.is-marketing-preview #scratch-form select,
body.is-marketing-preview #scratch-form textarea {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
}

body.is-marketing-preview #scratch-form .feedback-actions {
  position: sticky;
  bottom: 12px;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 46px rgba(17, 32, 56, 0.18);
}

body.is-marketing-preview #scratch-form #start-scratch {
  font-size: 1rem;
  box-shadow: 0 16px 30px rgba(255, 122, 69, 0.24);
}

@media (max-width: 920px) {
  body.is-marketing-preview .path-choice,
  body.is-marketing-preview #scratch-path > .wizard-heading {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .scratch-promise-strip {
    grid-column: 1;
  }
}

@media (max-width: 760px) {
  body.is-marketing-preview .path-choice {
    padding: 4px;
    border-radius: 28px;
  }

  body.is-marketing-preview .path-option[data-path="scratch"],
  body.is-marketing-preview .path-option[data-path="improve"] {
    min-height: auto;
  }

  body.is-marketing-preview .path-option[data-path="scratch"] {
    padding-right: 96px;
  }

  body.is-marketing-preview .path-option[data-path="scratch"]::after {
    right: 14px;
    top: 14px;
    min-width: 68px;
    min-height: 68px;
    border-radius: 22px;
    font-size: 0.82rem;
  }

  body.is-marketing-preview .path-option[data-path="improve"] {
    padding-top: 62px;
  }

  body.is-marketing-preview .path-option[data-path="improve"] small {
    position: absolute;
    left: 66px;
    top: 18px;
    margin-left: 0;
  }

  body.is-marketing-preview .scratch-promise-strip {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .scratch-promise-strip span {
    min-height: auto;
  }

  body.is-marketing-preview #scratch-form .feedback-actions {
    position: static;
  }
}

@media (max-width: 520px) {
  body.is-marketing-preview .path-option {
    padding: 18px;
  }

  body.is-marketing-preview .path-option[data-path="scratch"] {
    padding-right: 18px;
    padding-top: 94px;
  }

  body.is-marketing-preview #scratch-path > .wizard-heading h2 {
    max-width: 9.5ch;
  }
}

/* Active workspace polish: when the user is inside the generator, keep the preview studio premium. */
body:not(.is-marketing-preview) .preview-panel {
  background:
    radial-gradient(circle at 18% 0%, rgba(24, 210, 255, 0.12), transparent 28%),
    radial-gradient(circle at 86% 4%, rgba(255, 223, 107, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(255, 249, 239, 0.98), rgba(244, 250, 249, 0.96));
}

body:not(.is-marketing-preview) .preview-toolbar {
  padding: 16px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 44px rgba(17, 32, 56, 0.08);
  backdrop-filter: blur(14px);
}

body:not(.is-marketing-preview) .preview-toolbar h2 {
  max-width: 18ch;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

body:not(.is-marketing-preview) .preview-toolbar .eyebrow,
body:not(.is-marketing-preview) .workspace-kicker,
body:not(.is-marketing-preview) .workspace-header .eyebrow {
  color: #ff6b3d;
  letter-spacing: 0.1em;
}

body:not(.is-marketing-preview) .open-preview {
  min-height: 52px;
  padding-inline: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0a7b6a, #12a78f);
  box-shadow: 0 18px 34px rgba(10, 123, 106, 0.2);
}

body:not(.is-marketing-preview) .workspace-card {
  padding: 16px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 46px rgba(17, 32, 56, 0.07);
}

body:not(.is-marketing-preview) .workspace-state {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(17, 32, 56, 0.06);
}

body:not(.is-marketing-preview) .workspace-summary,
body:not(.is-marketing-preview) .workspace-change-panel {
  border-color: rgba(17, 32, 56, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 34px rgba(17, 32, 56, 0.06);
}

@media (max-width: 760px) {
  body:not(.is-marketing-preview) .preview-panel {
    height: auto;
    padding: 16px;
  }

  body:not(.is-marketing-preview) .preview-toolbar,
  body:not(.is-marketing-preview) .workspace-header {
    display: grid;
    gap: 12px;
  }

  body:not(.is-marketing-preview) .preview-toolbar-actions,
  body:not(.is-marketing-preview) .preview-mode-toggle,
  body:not(.is-marketing-preview) .open-preview {
    width: 100%;
  }

  body:not(.is-marketing-preview) .preview-mode-button {
    flex: 1;
  }
}



/* Portfolio v3: six bespoke-looking realized websites, not six recolored cards. */
body.is-marketing-preview .landing-examples-card {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 122, 69, 0.18), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(24, 210, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #fff7ea 0%, #f4fbff 48%, #fff0e5 100%);
}

body.is-marketing-preview .landing-examples-head {
  align-items: end;
}

body.is-marketing-preview .landing-examples-head h2 {
  max-width: 13ch;
}

body.is-marketing-preview .landing-examples-head > p {
  max-width: 56ch;
}

body.is-marketing-preview .landing-examples-track {
  display: flex;
  gap: 24px;
  align-items: stretch;
  padding: 6px 2px 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

body.is-marketing-preview .landing-example-card {
  position: relative;
  display: grid;
  flex: 0 0 min(680px, 88vw);
  grid-template-rows: auto 1fr;
  gap: 14px;
  min-height: auto;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(17, 32, 56, 0.1);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 236, 0.82));
  box-shadow: 0 24px 62px rgba(17, 32, 56, 0.11);
  scroll-snap-align: start;
}

body.is-marketing-preview .landing-example-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  pointer-events: none;
}

body.is-marketing-preview .landing-example-card.is-beauty-card,
body.is-marketing-preview .landing-example-card.is-law-card {
  flex-basis: min(540px, 84vw);
}

body.is-marketing-preview .landing-example-card.is-dental-card {
  flex-basis: min(720px, 90vw);
}

body.is-marketing-preview .landing-example-card.is-physio-card {
  flex-basis: min(590px, 86vw);
}

body.is-marketing-preview .landing-example-card.is-restaurant-card {
  flex-basis: min(700px, 90vw);
}

body.is-marketing-preview .bespoke-site {
  position: relative;
  height: 500px;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  isolation: isolate;
}

body.is-marketing-preview .bespoke-site::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

body.is-marketing-preview .bespoke-site img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.is-marketing-preview .bespoke-logo {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

body.is-marketing-preview .bespoke-logo > span {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  font-family: var(--serif);
  font-weight: 950;
  letter-spacing: -0.06em;
}

body.is-marketing-preview .bespoke-logo strong {
  min-width: 0;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

body.is-marketing-preview .landing-example-copy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px 16px;
  margin: 0 4px 2px;
  padding: 17px;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
}

body.is-marketing-preview .landing-example-copy::before {
  align-self: start;
  grid-column: 2;
  grid-row: 1 / 3;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.is-marketing-preview .landing-example-copy > span,
body.is-marketing-preview .landing-example-copy h3,
body.is-marketing-preview .landing-example-copy p {
  grid-column: 1;
}

body.is-marketing-preview .landing-example-copy h3 {
  max-width: 18ch;
  font-size: clamp(1.48rem, 2.5vw, 2.05rem);
}

body.is-marketing-preview .landing-example-case {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.is-marketing-preview .landing-example-case span {
  display: grid;
  gap: 4px;
  min-height: 62px;
  padding: 12px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
  line-height: 1.22;
}

body.is-marketing-preview .landing-example-tags {
  grid-column: 1 / 3;
  justify-content: flex-start;
}

body.is-marketing-preview .landing-example-tags small {
  border: 1px solid rgba(17, 32, 56, 0.08);
  background: rgba(255, 255, 255, 0.7);
}

body.is-marketing-preview .site-luma {
  background:
    linear-gradient(90deg, #fbf2df 0 45%, #103f39 45% 100%);
}

body.is-marketing-preview .site-luma::after {
  content: "Luma";
  position: absolute;
  left: 22px;
  bottom: -18px;
  z-index: 0;
  color: rgba(16, 63, 57, 0.08);
  font-family: var(--serif);
  font-size: 8.8rem;
  font-weight: 950;
  letter-spacing: -0.1em;
}

body.is-marketing-preview .site-luma .mini-browser {
  display: none;
}

body.is-marketing-preview .luma-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  height: 100%;
  padding: 18px;
}

body.is-marketing-preview .luma-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(180, 137, 55, 0.26);
  border-radius: 999px;
  background: rgba(255, 252, 244, 0.9);
}

body.is-marketing-preview .luma-nav nav {
  display: flex;
  gap: 10px;
  color: rgba(16, 63, 57, 0.66);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.is-marketing-preview .luma-logo > span {
  border-radius: 50%;
  background: radial-gradient(circle at 32% 24%, #fff7cd, #b48937 64%, #604210);
  color: #123f38;
  box-shadow: 0 12px 24px rgba(180, 137, 55, 0.28);
}

body.is-marketing-preview .luma-logo strong::after {
  content: "skóra i proporcje";
  display: block;
  margin-top: 3px;
  color: rgba(16, 63, 57, 0.56);
  font-family: var(--sans);
  font-size: 0.52rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.is-marketing-preview .luma-hero {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 16px;
  min-height: 0;
}

body.is-marketing-preview .luma-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 22px;
  border-radius: 34px 6px 34px 34px;
  background: transparent;
  color: #123f38;
}

body.is-marketing-preview .luma-copy span {
  color: #b48937;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.is-marketing-preview .luma-copy h4 {
  max-width: 7ch;
  color: #123f38;
  font-size: 2.85rem;
  line-height: 0.86;
}

body.is-marketing-preview .luma-copy p {
  max-width: 24ch;
  color: rgba(18, 63, 56, 0.72);
  line-height: 1.34;
}

body.is-marketing-preview .luma-copy button {
  background: linear-gradient(135deg, #123f38, #0b806f);
  color: #fff9ed;
}

body.is-marketing-preview .luma-hero figure {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 10px solid rgba(255, 249, 237, 0.82);
  border-radius: 42px 42px 6px 42px;
  box-shadow: 0 30px 58px rgba(18, 63, 56, 0.28);
}

body.is-marketing-preview .luma-hero figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 249, 237, 0.88);
  color: #123f38;
  font-size: 0.62rem;
  font-weight: 950;
}

body.is-marketing-preview .luma-proof {
  display: flex;
  max-width: 62%;
  gap: 8px;
}

body.is-marketing-preview .luma-proof span {
  padding: 9px 10px;
  border-radius: 999px;
  background: rgba(255, 249, 237, 0.88);
  color: #123f38;
  font-size: 0.62rem;
  font-weight: 950;
}

body.is-marketing-preview .site-blask {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 225, 88, 0.72), transparent 23%),
    linear-gradient(135deg, #ff3f94 0%, #ff7a45 45%, #fff1c9 100%);
}

body.is-marketing-preview .beauty-app {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 16px;
  height: 100%;
  padding: 18px;
}

body.is-marketing-preview .beauty-rail {
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 18px;
  border-radius: 34px;
  background: linear-gradient(180deg, #121f38, #68124c);
  color: #fff9ed;
  box-shadow: 0 24px 48px rgba(104, 18, 76, 0.25);
}

body.is-marketing-preview .blask-logo {
  display: grid;
}

body.is-marketing-preview .blask-logo > span {
  border-radius: 16px 16px 16px 4px;
  background: linear-gradient(135deg, #ffdf6b, #fff7cf);
  color: #68124c;
}

body.is-marketing-preview .blask-logo > span::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3f94;
  box-shadow: -10px 13px 0 #ff7a45;
}

body.is-marketing-preview .beauty-rail small {
  color: rgba(255, 249, 237, 0.74);
  font-weight: 850;
}

body.is-marketing-preview .beauty-rail button {
  background: #ffdf6b;
  color: #121f38;
}

body.is-marketing-preview .beauty-rail::after {
  content: "Rezerwacje online\A voucher\A galeria efektów";
  white-space: pre-line;
  color: rgba(255, 249, 237, 0.66);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.7;
}

body.is-marketing-preview .beauty-screen {
  display: grid;
  grid-template-rows: 1fr auto auto;
  min-width: 0;
  transform: rotate(-1.4deg);
}

body.is-marketing-preview .beauty-photo {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 40px 16px 40px 40px;
  box-shadow: 0 24px 44px rgba(111, 16, 77, 0.25);
}

body.is-marketing-preview .beauty-photo strong {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #121f38;
  color: #ffdf6b;
  font-size: 0.62rem;
}

body.is-marketing-preview .beauty-booking-card {
  display: grid;
  gap: 5px;
  margin: -36px 18px 0;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  color: #121f38;
  box-shadow: 0 18px 34px rgba(111, 16, 77, 0.18);
  backdrop-filter: blur(12px);
}

body.is-marketing-preview .beauty-booking-card span {
  color: #ff3f94;
  font-size: 0.6rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.is-marketing-preview .beauty-slots {
  display: flex;
  gap: 8px;
  padding-top: 10px;
}

body.is-marketing-preview .beauty-slots span {
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #121f38;
  font-size: 0.62rem;
  font-weight: 950;
}

body.is-marketing-preview .beauty-slots span:nth-child(2) {
  background: #121f38;
  color: #ffdf6b;
}

body.is-marketing-preview .site-novadent {
  background:
    linear-gradient(90deg, rgba(42, 102, 217, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(42, 102, 217, 0.07) 1px, transparent 1px),
    #f7fbff;
  background-size: 24px 24px;
}

body.is-marketing-preview .dental-page {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  height: 100%;
  padding: 18px;
}

body.is-marketing-preview .dental-nav {
  grid-column: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(42, 102, 217, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(42, 102, 217, 0.08);
}

body.is-marketing-preview .dental-logo > span {
  border-radius: 15px;
  background: linear-gradient(135deg, #2a66d9, #24c6dc);
  color: #fff;
}

body.is-marketing-preview .dental-logo strong::after {
  content: "gabinet rodzinny";
  display: block;
  margin-top: 3px;
  color: rgba(23, 52, 92, 0.54);
  font-family: var(--sans);
  font-size: 0.52rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.is-marketing-preview .dental-nav button {
  background: #2a66d9;
  color: #fff;
}

body.is-marketing-preview .dental-hero-v2 {
  display: contents;
}

body.is-marketing-preview .dental-copy {
  display: grid;
  align-content: center;
  gap: 11px;
  padding: 24px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(42, 102, 217, 0.12);
}

body.is-marketing-preview .dental-copy span {
  color: #2a66d9;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.is-marketing-preview .dental-copy h4 {
  max-width: 8ch;
  color: #17345c;
  font-size: 2.35rem;
  line-height: 0.9;
}

body.is-marketing-preview .dental-copy p {
  color: rgba(23, 52, 92, 0.68);
  line-height: 1.34;
}

body.is-marketing-preview .dental-copy::after {
  content: "Dziś wolne: 15:20";
  display: inline-flex;
  width: max-content;
  padding: 10px 13px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1e4c95;
  font-size: 0.68rem;
  font-weight: 950;
}

body.is-marketing-preview .dental-hero-v2 img {
  min-height: 0;
  border-radius: 30px 30px 30px 6px;
  box-shadow: 0 20px 44px rgba(42, 102, 217, 0.14);
}

body.is-marketing-preview .dental-service-grid {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

body.is-marketing-preview .dental-service-grid span {
  padding: 11px 8px;
  border-radius: 16px;
  background: #fff;
  color: #17345c;
  font-size: 0.62rem;
  font-weight: 950;
  text-align: center;
}

body.is-marketing-preview .site-lex {
  background: linear-gradient(135deg, #0d1220 0%, #171f34 52%, #06080d 100%);
}

body.is-marketing-preview .lex-layout {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  height: 100%;
}

body.is-marketing-preview .lex-index {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 22px 16px;
  border-right: 1px solid rgba(213, 168, 100, 0.28);
  background: linear-gradient(180deg, rgba(213, 168, 100, 0.12), transparent 46%);
  color: #fff9ed;
}

body.is-marketing-preview .lex-logo {
  display: grid;
  gap: 9px;
}

body.is-marketing-preview .lex-logo > span {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(213, 168, 100, 0.45);
  border-radius: 50%;
  background: radial-gradient(circle, #d5a864, #6f4d22);
  color: #0d1220;
}

body.is-marketing-preview .lex-index > span {
  color: rgba(255, 249, 237, 0.64);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.is-marketing-preview .lex-main {
  position: relative;
  display: grid;
  align-items: end;
  padding: 20px;
  overflow: hidden;
}

body.is-marketing-preview .lex-main::before {
  content: "KANCELARIA";
  position: absolute;
  right: -12px;
  top: 24px;
  z-index: 1;
  color: rgba(213, 168, 100, 0.12);
  font-family: var(--serif);
  font-size: 4.7rem;
  font-weight: 950;
  writing-mode: vertical-rl;
}

body.is-marketing-preview .lex-main img {
  position: absolute;
  inset: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-radius: 34px 34px 34px 6px;
  opacity: 0.28;
}

body.is-marketing-preview .lex-headline {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 11px;
  max-width: 310px;
  padding: 24px;
  border: 1px solid rgba(213, 168, 100, 0.24);
  border-radius: 6px 34px 34px 34px;
  background: rgba(9, 13, 23, 0.86);
  color: #fff9ed;
}

body.is-marketing-preview .lex-headline small {
  color: #d5a864;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.is-marketing-preview .lex-headline h4 {
  max-width: 8ch;
  font-size: 2.55rem;
  line-height: 0.88;
}

body.is-marketing-preview .lex-headline p {
  color: rgba(255, 249, 237, 0.72);
  line-height: 1.34;
}

body.is-marketing-preview .lex-headline button {
  background: #d5a864;
  color: #0d1220;
}

body.is-marketing-preview .site-ruch {
  background: linear-gradient(128deg, #c7f36b 0 34%, #0a594d 34% 36%, #f5fff7 36% 100%);
}

body.is-marketing-preview .ruch-page {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  height: 100%;
  padding: 18px;
}

body.is-marketing-preview .ruch-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

body.is-marketing-preview .ruch-logo > span {
  border-radius: 15px 15px 15px 5px;
  background: #0a594d;
  color: #c7f36b;
}

body.is-marketing-preview .ruch-header small {
  color: rgba(10, 89, 77, 0.66);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.is-marketing-preview .ruch-kinetic {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 14px;
  min-height: 0;
}

body.is-marketing-preview .ruch-plan {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
  border-radius: 38px 6px 38px 38px;
  background: linear-gradient(180deg, #0a594d, #052d27);
  color: #fff;
}

body.is-marketing-preview .ruch-plan span {
  color: #c7f36b;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.is-marketing-preview .ruch-plan h4 {
  max-width: 7ch;
  font-size: 2.45rem;
  line-height: 0.9;
}

body.is-marketing-preview .ruch-plan button {
  background: #c7f36b;
  color: #052d27;
}

body.is-marketing-preview .ruch-kinetic img {
  min-height: 0;
  border: 8px solid #fff;
  border-radius: 6px 38px 38px 38px;
  box-shadow: 0 24px 44px rgba(10, 89, 77, 0.2);
  transform: rotate(1.4deg);
}

body.is-marketing-preview .ruch-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body.is-marketing-preview .ruch-metrics span {
  padding: 11px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #0a594d;
  font-size: 0.62rem;
  font-weight: 950;
  text-align: center;
}

body.is-marketing-preview .site-stol {
  background: #140b07;
}

body.is-marketing-preview .site-stol .stol-bg {
  position: absolute;
  inset: 0;
  opacity: 0.76;
}

body.is-marketing-preview .site-stol::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(20, 11, 7, 0.94) 0%, rgba(20, 11, 7, 0.76) 45%, rgba(20, 11, 7, 0.22) 100%),
    radial-gradient(circle at 88% 20%, rgba(255, 223, 107, 0.25), transparent 28%);
}

body.is-marketing-preview .site-stol::after {
  content: "MENU / WINE / TABLE";
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 10px 12px;
  border: 1px solid rgba(255, 223, 107, 0.22);
  border-radius: 999px;
  background: rgba(20, 11, 7, 0.56);
  color: #ffdf6b;
  font-size: 0.6rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

body.is-marketing-preview .restaurant-overlay {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  max-width: 62%;
  height: 100%;
  padding: 20px;
  color: #fff9ed;
}

body.is-marketing-preview .restaurant-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 223, 107, 0.2);
  border-radius: 999px;
  background: rgba(20, 11, 7, 0.54);
}

body.is-marketing-preview .stol-logo > span {
  border-radius: 50%;
  background: linear-gradient(135deg, #ffdf6b, #ff7a45);
  color: #22140e;
}

body.is-marketing-preview .restaurant-nav button {
  background: #ffdf6b;
  color: #22140e;
}

body.is-marketing-preview .restaurant-hero {
  display: grid;
  align-self: end;
  gap: 11px;
  max-width: 335px;
  padding: 24px;
  border: 1px solid rgba(255, 223, 107, 0.2);
  border-radius: 6px 36px 36px 36px;
  background: rgba(20, 11, 7, 0.62);
}

body.is-marketing-preview .restaurant-hero small {
  color: #ffdf6b;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.is-marketing-preview .restaurant-hero h4 {
  font-size: 2.55rem;
  line-height: 0.88;
}

body.is-marketing-preview .restaurant-hero p {
  color: rgba(255, 249, 237, 0.76);
  line-height: 1.34;
}

body.is-marketing-preview .restaurant-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.is-marketing-preview .restaurant-menu span {
  padding: 9px 10px;
  border-radius: 999px;
  background: rgba(255, 249, 237, 0.12);
  color: #fff9ed;
  font-size: 0.62rem;
  font-weight: 950;
}

body.is-marketing-preview .is-aesthetic-card .landing-example-copy {
  background: linear-gradient(135deg, #123f38, #2d423d);
  color: #fff9ed;
}

body.is-marketing-preview .is-aesthetic-card .landing-example-copy::before {
  content: "premium";
  background: rgba(255, 223, 107, 0.16);
  color: #ffdf6b;
}

body.is-marketing-preview .is-beauty-card .landing-example-copy::before {
  content: "booking";
  background: #121f38;
  color: #ffdf6b;
}

body.is-marketing-preview .is-dental-card .landing-example-copy::before {
  content: "medical";
  background: #2a66d9;
  color: #fff;
}

body.is-marketing-preview .is-law-card .landing-example-copy {
  background: linear-gradient(135deg, #111827, #2c3444);
  color: #fff9ed;
}

body.is-marketing-preview .is-law-card .landing-example-copy::before {
  content: "trust";
  background: rgba(213, 168, 100, 0.17);
  color: #d5a864;
}

body.is-marketing-preview .is-physio-card .landing-example-copy::before {
  content: "plan";
  background: #0a594d;
  color: #c7f36b;
}

body.is-marketing-preview .is-restaurant-card .landing-example-copy {
  background: radial-gradient(circle at 86% 0%, rgba(255, 223, 107, 0.18), transparent 30%), linear-gradient(135deg, #3a241a, #5b3d30);
  color: #fff9ed;
}

body.is-marketing-preview .is-restaurant-card .landing-example-copy::before {
  content: "table";
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #22140e;
}

body.is-marketing-preview .is-aesthetic-card .landing-example-copy > span,
body.is-marketing-preview .is-aesthetic-card .landing-example-case strong,
body.is-marketing-preview .is-law-card .landing-example-copy > span,
body.is-marketing-preview .is-law-card .landing-example-case strong,
body.is-marketing-preview .is-restaurant-card .landing-example-copy > span,
body.is-marketing-preview .is-restaurant-card .landing-example-case strong {
  color: #ffdf6b;
}

body.is-marketing-preview .is-aesthetic-card .landing-example-copy p,
body.is-marketing-preview .is-aesthetic-card .landing-example-case span,
body.is-marketing-preview .is-law-card .landing-example-copy p,
body.is-marketing-preview .is-law-card .landing-example-case span,
body.is-marketing-preview .is-restaurant-card .landing-example-copy p,
body.is-marketing-preview .is-restaurant-card .landing-example-case span {
  color: rgba(255, 249, 237, 0.76);
}

body.is-marketing-preview .is-aesthetic-card .landing-example-case span,
body.is-marketing-preview .is-aesthetic-card .landing-example-tags small,
body.is-marketing-preview .is-law-card .landing-example-case span,
body.is-marketing-preview .is-law-card .landing-example-tags small,
body.is-marketing-preview .is-restaurant-card .landing-example-case span,
body.is-marketing-preview .is-restaurant-card .landing-example-tags small {
  border-color: rgba(255, 249, 237, 0.14);
  background: rgba(255, 249, 237, 0.08);
  color: #fff9ed;
}

body.is-marketing-preview .is-beauty-card .landing-example-copy > span,
body.is-marketing-preview .is-beauty-card .landing-example-case strong {
  color: #ff3f94;
}

body.is-marketing-preview .is-dental-card .landing-example-copy > span,
body.is-marketing-preview .is-dental-card .landing-example-case strong {
  color: #2a66d9;
}

body.is-marketing-preview .is-physio-card .landing-example-copy > span,
body.is-marketing-preview .is-physio-card .landing-example-case strong {
  color: #0a594d;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-examples-head {
    align-items: start;
  }

  body.is-marketing-preview .landing-examples-track {
    gap: 16px;
    margin-inline: -6px;
    padding-inline: 6px;
  }

  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card {
    flex-basis: min(410px, 88vw);
    padding: 10px;
    border-radius: 28px;
  }

  body.is-marketing-preview .bespoke-site {
    height: 540px;
    min-height: 540px;
    border-radius: 24px;
  }

  body.is-marketing-preview .landing-example-copy {
    grid-template-columns: minmax(0, 1fr);
    padding: 15px;
  }

  body.is-marketing-preview .landing-example-copy::before,
  body.is-marketing-preview .landing-example-copy > span,
  body.is-marketing-preview .landing-example-copy h3,
  body.is-marketing-preview .landing-example-copy p,
  body.is-marketing-preview .landing-example-case,
  body.is-marketing-preview .landing-example-tags {
    grid-column: 1;
  }

  body.is-marketing-preview .landing-example-copy::before {
    grid-row: auto;
    width: max-content;
    order: -1;
  }

  body.is-marketing-preview .landing-example-case {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-example-case span {
    min-height: auto;
  }

  body.is-marketing-preview .site-luma {
    background:
      radial-gradient(circle at 100% 18%, rgba(180, 137, 55, 0.18), transparent 32%),
      linear-gradient(180deg, #fbf2df 0%, #fffaf0 56%, #123f38 56% 100%);
  }

  body.is-marketing-preview .luma-shell,
  body.is-marketing-preview .beauty-app,
  body.is-marketing-preview .dental-page,
  body.is-marketing-preview .ruch-page {
    padding: 12px;
  }

  body.is-marketing-preview .luma-nav nav {
    display: none;
  }

  body.is-marketing-preview .luma-hero,
  body.is-marketing-preview .beauty-app,
  body.is-marketing-preview .ruch-kinetic {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .dental-page {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .dental-nav,
  body.is-marketing-preview .dental-service-grid {
    grid-column: auto;
  }

  body.is-marketing-preview .dental-service-grid,
  body.is-marketing-preview .ruch-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.is-marketing-preview .lex-layout {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .lex-index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 14px;
  }

  body.is-marketing-preview .lex-index .bespoke-logo {
    grid-column: 1 / 4;
  }

  body.is-marketing-preview .restaurant-overlay {
    max-width: none;
    padding: 14px;
  }
}

@media (max-width: 520px) {
  body.is-marketing-preview .landing-examples-head h2 {
    max-width: 12ch;
  }

  body.is-marketing-preview .bespoke-site {
    height: 548px;
    min-height: 548px;
  }

  body.is-marketing-preview .bespoke-logo > span {
    width: 36px;
    height: 36px;
  }

  body.is-marketing-preview .bespoke-logo strong {
    font-size: 0.95rem;
  }

  body.is-marketing-preview .luma-copy,
  body.is-marketing-preview .dental-copy,
  body.is-marketing-preview .ruch-plan,
  body.is-marketing-preview .lex-headline,
  body.is-marketing-preview .restaurant-hero {
    padding: 16px;
  }

  body.is-marketing-preview .luma-copy h4,
  body.is-marketing-preview .dental-copy h4,
  body.is-marketing-preview .ruch-plan h4,
  body.is-marketing-preview .restaurant-hero h4,
  body.is-marketing-preview .lex-headline h4 {
    font-size: 1.78rem;
  }

  body.is-marketing-preview .beauty-rail::after,
  body.is-marketing-preview .luma-proof {
    display: none;
  }

  body.is-marketing-preview .restaurant-nav {
    align-items: start;
  }
}

/* Final cleanup for duplicated legacy restaurant decorations. */
body.is-marketing-preview .site-stol::after {
  content: none !important;
  display: none !important;
}

/* Product start v2: remove duplicate landing-to-product friction. */
body.is-marketing-preview .onboarding-card {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 16px;
  align-items: stretch;
  padding: 20px;
  border-radius: 30px;
}

body.is-marketing-preview .onboarding-card .wizard-heading {
  align-content: center;
  gap: 10px;
}

body.is-marketing-preview .onboarding-card .wizard-heading h2 {
  max-width: 13ch;
  font-size: clamp(1.8rem, 3.4vw, 3.1rem);
  line-height: 0.92;
}

body.is-marketing-preview .onboarding-card .wizard-heading p {
  max-width: 36ch;
  font-size: 0.94rem;
  line-height: 1.42;
}

body.is-marketing-preview .onboarding-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

body.is-marketing-preview .onboarding-steps li {
  min-height: 104px;
  padding: 14px;
  border-radius: 20px;
}

body.is-marketing-preview .onboarding-steps strong {
  font-size: 0.86rem;
}

body.is-marketing-preview .onboarding-steps span {
  font-size: 0.78rem;
  line-height: 1.34;
}

@media (max-width: 760px) {
  body.is-marketing-preview .intro {
    padding: 18px;
    border-radius: 28px;
  }

  body.is-marketing-preview .intro h1 {
    max-width: 11ch;
    font-size: clamp(2.2rem, 11vw, 3rem);
    line-height: 0.9;
  }

  body.is-marketing-preview .intro-lead {
    padding: 13px;
    border-radius: 18px;
    font-size: 0.86rem;
    line-height: 1.42;
  }

  body.is-marketing-preview .intro-studio-card {
    min-height: auto;
    padding: 12px;
    border-radius: 20px;
  }

  body.is-marketing-preview .intro-studio-card img {
    width: 52px;
    height: 52px;
  }

  body.is-marketing-preview .intro-studio-card strong {
    font-size: 1rem;
  }

  body.is-marketing-preview .intro-studio-card span {
    font-size: 0.76rem;
    line-height: 1.28;
  }

  body.is-marketing-preview .onboarding-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 24px;
  }

  body.is-marketing-preview .onboarding-card .wizard-heading h2 {
    max-width: 14ch;
    font-size: 1.75rem;
  }

  body.is-marketing-preview .onboarding-card .wizard-heading p {
    max-width: none;
    font-size: 0.82rem;
  }

  body.is-marketing-preview .onboarding-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  body.is-marketing-preview .onboarding-steps li {
    min-height: 86px;
    padding: 9px;
    border-radius: 16px;
  }

  body.is-marketing-preview .onboarding-steps strong {
    font-size: 0.68rem;
    line-height: 1.18;
  }

  body.is-marketing-preview .onboarding-steps span {
    display: none;
  }
}

/* Final CTA mobile v2: compact checkout instead of a tall repeated proof stack. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-final-cta {
    gap: 14px;
    padding: 18px;
  }

  body.is-marketing-preview .landing-final-copy {
    gap: 10px;
  }

  body.is-marketing-preview .landing-final-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.15rem, 11vw, 2.85rem);
    line-height: 0.88;
  }

  body.is-marketing-preview .landing-final-copy p:not(.landing-story-kicker) {
    max-width: 31ch;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  body.is-marketing-preview .landing-final-proofline {
    gap: 7px;
  }

  body.is-marketing-preview .landing-final-proofline span {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.72rem;
  }

  body.is-marketing-preview .landing-final-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 22px;
  }

  body.is-marketing-preview .landing-final-panel img {
    display: none;
  }

  body.is-marketing-preview .landing-final-receipt {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3px 12px;
    padding: 12px 14px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-final-receipt span,
  body.is-marketing-preview .landing-final-receipt small {
    grid-column: 1;
  }

  body.is-marketing-preview .landing-final-receipt strong {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    font-size: 2rem;
  }

  body.is-marketing-preview .landing-final-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  body.is-marketing-preview .landing-final-steps span {
    min-height: 58px;
    display: grid;
    gap: 3px;
    padding: 9px;
    border-radius: 15px;
    font-size: 0.66rem;
    line-height: 1.18;
  }

  body.is-marketing-preview .landing-final-steps strong {
    font-size: 0.7rem;
  }

  body.is-marketing-preview .landing-final-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 0;
  }

  body.is-marketing-preview .landing-final-actions .landing-primary-cta {
    min-height: 56px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-final-actions .secondary-button {
    min-height: 46px;
    border-radius: 16px;
  }

  body.is-marketing-preview .landing-final-assurance {
    display: none;
  }
}

/* Brief entry v2: make the first real product step feel like premium checkout. */
body.is-marketing-preview #scratch-path {
  position: relative;
  overflow: hidden;
}

body.is-marketing-preview #scratch-path::after {
  content: "brief -> podgląd -> ZIP";
  position: absolute;
  right: 24px;
  bottom: 18px;
  color: rgba(17, 31, 56, 0.045);
  font-family: var(--serif);
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  pointer-events: none;
}

body.is-marketing-preview #scratch-path > .wizard-heading,
body.is-marketing-preview #scratch-form {
  position: relative;
  z-index: 1;
}

body.is-marketing-preview #scratch-path > .wizard-heading h2 {
  max-width: 9.8ch;
}

body.is-marketing-preview #scratch-path > .wizard-heading p {
  max-width: 50ch;
}

body.is-marketing-preview .scratch-promise-strip span {
  min-height: 92px;
  border-radius: 22px;
}

body.is-marketing-preview #scratch-form {
  align-items: start;
}

body.is-marketing-preview #scratch-form .survey-step {
  box-shadow: 0 24px 54px rgba(17, 32, 56, 0.07);
}

body.is-marketing-preview #scratch-form .survey-step > span,
body.is-marketing-preview #scratch-form .scratch-assets > label {
  width: fit-content;
  padding: 9px 13px;
  border-radius: 999px;
  background: #112038;
  color: #ffdf6b;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.is-marketing-preview #scratch-form label,
body.is-marketing-preview #scratch-form legend {
  color: #112038;
  font-weight: 920;
}

body.is-marketing-preview #scratch-form input::placeholder,
body.is-marketing-preview #scratch-form textarea::placeholder {
  color: rgba(69, 81, 104, 0.72);
}

body.is-marketing-preview #scratch-form .feedback-actions {
  background: rgba(17, 31, 56, 0.94);
  backdrop-filter: blur(14px);
}

body.is-marketing-preview #scratch-form .feedback-actions .secondary-button {
  background: rgba(255, 255, 255, 0.94);
}

@media (max-width: 760px) {
  body.is-marketing-preview #scratch-path::after {
    content: "ZIP";
    right: -4px;
    top: 72px;
    bottom: auto;
    font-size: 6rem;
  }

  body.is-marketing-preview #scratch-path > .wizard-heading {
    gap: 12px;
  }

  body.is-marketing-preview #scratch-path > .wizard-heading h2 {
    max-width: 10ch;
    font-size: clamp(2.35rem, 12vw, 3.3rem);
  }

  body.is-marketing-preview #scratch-path > .wizard-heading p {
    margin-top: 0;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
  }

  body.is-marketing-preview .scratch-promise-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
  }

  body.is-marketing-preview .scratch-promise-strip span {
    display: inline-flex;
    min-height: 42px;
    flex: 1 1 120px;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
  }

  body.is-marketing-preview .scratch-promise-strip strong {
    min-height: 26px;
    padding: 6px 8px;
    font-size: 0.64rem;
  }

  body.is-marketing-preview #scratch-form {
    gap: 12px;
  }

  body.is-marketing-preview #scratch-form .survey-step,
  body.is-marketing-preview #scratch-form .scratch-assets {
    padding: 16px;
    border-radius: 24px;
  }

  body.is-marketing-preview #scratch-form input,
  body.is-marketing-preview #scratch-form select,
  body.is-marketing-preview #scratch-form textarea {
    min-height: 52px;
    border-radius: 16px;
    font-size: 0.88rem;
  }

  body.is-marketing-preview #scratch-description {
    min-height: 132px;
  }

  body.is-marketing-preview #scratch-form .page-checkboxes {
    gap: 7px;
  }

  body.is-marketing-preview #scratch-form .page-checkboxes label {
    min-height: 44px;
    padding: 9px 10px;
  }
}

/* Hero v5: sharper above-the-fold promise and faster mobile reveal of Bobo. */
body.is-marketing-preview .landing-hero-card {
  position: relative;
  overflow: hidden;
}

body.is-marketing-preview .landing-hero-card::before {
  content: "499 zł / podgląd / ZIP";
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: rgba(17, 31, 56, 0.055);
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  pointer-events: none;
}

body.is-marketing-preview .landing-hero-copy,
body.is-marketing-preview .landing-hero-side {
  position: relative;
  z-index: 1;
}

body.is-marketing-preview .landing-hero-lead {
  max-width: 39ch;
  font-size: 1.02rem;
}

body.is-marketing-preview .landing-price-pill {
  min-height: 64px;
  border-radius: 24px;
}

body.is-marketing-preview .landing-price-pill small {
  background: #112038;
  color: #fff9ed;
}

body.is-marketing-preview .landing-hero-assurance {
  max-width: 44rem;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-topbar {
    gap: 10px;
    padding: 10px;
    border-radius: 22px;
  }

  body.is-marketing-preview .landing-brand {
    gap: 9px;
  }

  body.is-marketing-preview .landing-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  body.is-marketing-preview .landing-brand strong {
    font-size: 1.02rem;
  }

  body.is-marketing-preview .landing-brand span {
    font-size: 0.68rem;
  }

  body.is-marketing-preview .landing-auth-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  body.is-marketing-preview .landing-auth-actions .compact-button {
    width: 100%;
    min-height: 46px;
  }

  body.is-marketing-preview .landing-hero-card {
    gap: 14px;
    padding: 18px;
    border-radius: 30px;
  }

  body.is-marketing-preview .landing-hero-card::before {
    content: "BOBO";
    right: -10px;
    top: 40px;
    bottom: auto;
    font-size: 5.4rem;
    opacity: 0.7;
  }

  body.is-marketing-preview .landing-hero-copy {
    gap: 10px;
  }

  body.is-marketing-preview .landing-hero-copy .eyebrow {
    max-width: 25ch;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  body.is-marketing-preview .landing-hero-card h1 {
    max-width: 8.4ch;
    font-size: clamp(2.65rem, 14vw, 3.65rem);
    line-height: 0.86;
  }

  body.is-marketing-preview .landing-bobo-inline {
    min-height: auto;
    padding: 8px 10px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-bobo-inline img {
    width: 42px;
    height: 42px;
  }

  body.is-marketing-preview .landing-bobo-inline strong {
    font-size: 0.78rem;
    line-height: 1.22;
  }

  body.is-marketing-preview .landing-hero-lead {
    max-width: 30ch;
    font-size: 0.9rem;
    line-height: 1.42;
  }

  body.is-marketing-preview .landing-price-pill {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 10px;
    width: 100%;
    min-height: auto;
    padding: 12px 14px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-price-pill strong {
    grid-row: 1 / 3;
    font-size: 2rem;
  }

  body.is-marketing-preview .landing-price-pill span {
    align-self: end;
    font-size: 0.78rem;
  }

  body.is-marketing-preview .landing-price-pill small {
    width: max-content;
    min-height: 24px;
    padding: 3px 8px;
    font-size: 0.64rem;
  }

  body.is-marketing-preview .landing-hero-actions {
    gap: 8px;
  }

  body.is-marketing-preview .landing-hero-actions .landing-primary-cta,
  body.is-marketing-preview .landing-hero-actions .secondary-button {
    min-height: 54px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-proof-list {
    display: none;
  }

  body.is-marketing-preview .landing-hero-assurance {
    padding: 12px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-hero-assurance strong,
  body.is-marketing-preview .landing-hero-assurance span {
    font-size: 0.76rem;
    line-height: 1.3;
  }

  body.is-marketing-preview .landing-hero-visual {
    margin-top: 2px;
    padding: 10px;
    border-radius: 22px;
  }

  body.is-marketing-preview .landing-robot-stamp {
    width: 86px;
    padding: 9px 8px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-robot-stamp strong {
    font-size: 1.18rem;
  }

  body.is-marketing-preview .landing-robot-stamp span {
    font-size: 0.58rem;
  }

  body.is-marketing-preview .landing-hero-visual figcaption {
    padding: 12px;
    border-radius: 18px;
    background: #112038;
  }

  body.is-marketing-preview .landing-hero-visual figcaption strong {
    color: #ffdf6b;
    font-size: 1rem;
  }

  body.is-marketing-preview .landing-hero-visual figcaption span {
    color: rgba(255, 249, 237, 0.82);
    font-size: 0.78rem;
  }
}

/* Buyer FAQ v2: compact, scannable, and native-accessible. */
body.is-marketing-preview .landing-faq-card {
  align-items: start;
}

body.is-marketing-preview .landing-faq-heading h2 {
  max-width: 12ch;
}

body.is-marketing-preview .landing-faq-list {
  display: grid;
  align-items: start;
  gap: 10px;
}

body.is-marketing-preview details.landing-faq-item {
  position: relative;
  min-height: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(17, 32, 56, 0.06);
}

body.is-marketing-preview details.landing-faq-item::before {
  content: none;
}

body.is-marketing-preview details.landing-faq-item summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 14px;
  align-items: center;
  min-height: 68px;
  padding: 17px 18px;
  color: #112038;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -0.04em;
  list-style: none;
}

body.is-marketing-preview details.landing-faq-item summary::-webkit-details-marker {
  display: none;
}

body.is-marketing-preview details.landing-faq-item summary::after {
  content: "+";
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #112038;
  font-family: var(--sans);
  font-size: 1.12rem;
  font-weight: 950;
}

body.is-marketing-preview details.landing-faq-item[open] summary::after {
  content: "-";
}

body.is-marketing-preview details.landing-faq-item p {
  margin: 0;
  padding: 0 18px 18px;
  color: #455168;
  font-size: 0.92rem;
  font-weight: 780;
  line-height: 1.48;
}

body.is-marketing-preview details.landing-faq-item[open] {
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 223, 107, 0.18), transparent 30%),
    rgba(255, 255, 255, 0.95);
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-faq-card {
    gap: 14px;
  }

  body.is-marketing-preview .landing-faq-heading h2 {
    max-width: 13ch;
  }

  body.is-marketing-preview .landing-faq-receipt {
    min-height: auto;
  }

  body.is-marketing-preview details.landing-faq-item summary {
    min-height: 58px;
    padding: 14px 14px;
    font-size: 1.02rem;
  }

  body.is-marketing-preview details.landing-faq-item p {
    padding: 0 14px 15px;
    font-size: 0.84rem;
  }
}

/* Flow v4: tighter education section, more SaaS-like product clarity. */
body.is-marketing-preview .landing-delivery-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: stretch;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 223, 107, 0.2), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(24, 210, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #111f38 0%, #172542 52%, #0e1628 100%);
  color: #fff9ed;
}

body.is-marketing-preview .landing-delivery-card::before {
  opacity: 0.42;
}

body.is-marketing-preview .landing-delivery-heading {
  position: sticky;
  top: 18px;
  align-self: start;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: none;
  padding: 26px;
  border: 1px solid rgba(255, 249, 237, 0.12);
  border-radius: 32px;
  background: rgba(255, 249, 237, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.is-marketing-preview .landing-delivery-heading .landing-story-kicker {
  color: #ffdf6b;
}

body.is-marketing-preview .landing-delivery-heading h2 {
  max-width: 11.5ch;
  color: #fff9ed;
  font-size: clamp(2.15rem, 3.8vw, 3.85rem);
  line-height: 0.9;
}

body.is-marketing-preview .landing-delivery-heading p:not(.landing-story-kicker) {
  max-width: 35ch;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 249, 237, 0.72);
}

body.is-marketing-preview .landing-delivery-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.is-marketing-preview .landing-delivery-steps article {
  position: relative;
  min-height: 190px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 249, 237, 0.12);
  border-radius: 26px;
  background: rgba(255, 249, 237, 0.08);
  box-shadow: none;
}

body.is-marketing-preview .landing-delivery-steps article::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(255, 223, 107, 0.2);
  border-radius: 50%;
}

body.is-marketing-preview .landing-delivery-steps article:nth-child(2),
body.is-marketing-preview .landing-delivery-steps article:nth-child(4) {
  transform: translateY(22px);
}

body.is-marketing-preview .landing-delivery-steps span {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #111f38;
}

body.is-marketing-preview .landing-delivery-steps h3 {
  max-width: 11ch;
  color: #fff9ed;
  font-size: 1.45rem;
  line-height: 0.96;
}

body.is-marketing-preview .landing-delivery-steps p {
  max-width: 25ch;
  color: rgba(255, 249, 237, 0.68);
}

body.is-marketing-preview .landing-output-pack,
body.is-marketing-preview .landing-delivery-note {
  grid-column: 1 / -1;
}

body.is-marketing-preview .landing-output-pack {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: 14px;
  margin-top: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 249, 237, 0.12);
  border-radius: 28px;
  background: rgba(255, 249, 237, 0.08);
}

body.is-marketing-preview .landing-output-pack-main h3 {
  max-width: 20ch;
  color: #fff9ed;
}

body.is-marketing-preview .landing-output-pack-main p:not(.landing-story-kicker),
body.is-marketing-preview .landing-delivery-note p {
  color: rgba(255, 249, 237, 0.68);
}

body.is-marketing-preview .landing-output-receipt {
  display: grid;
  gap: 8px;
}

body.is-marketing-preview .landing-output-receipt span {
  border-color: rgba(255, 249, 237, 0.12);
  background: rgba(255, 249, 237, 0.94);
  color: #111f38;
}

body.is-marketing-preview .landing-output-receipt strong {
  color: #ffdf6b;
}

body.is-marketing-preview .landing-delivery-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 223, 107, 0.2);
  border-radius: 24px;
  background: rgba(255, 223, 107, 0.09);
}

body.is-marketing-preview .landing-delivery-note strong {
  max-width: 18ch;
  color: #ffdf6b;
}

body.is-marketing-preview .landing-delivery-note p {
  max-width: 62ch;
  margin: 0;
}

body.is-marketing-preview .landing-visual-grid {
  display: grid;
  grid-template-columns: 1.16fr 0.92fr 0.92fr;
  gap: 14px;
}

body.is-marketing-preview .landing-visual-card {
  min-height: 220px;
  padding: 24px;
  overflow: hidden;
  border-radius: 32px;
}

body.is-marketing-preview .landing-visual-card h2 {
  max-width: 13ch;
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  line-height: 0.9;
}

body.is-marketing-preview .landing-visual-card span {
  max-width: 28ch;
}

body.is-marketing-preview .landing-visual-card.is-offer {
  min-height: 280px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 223, 107, 0.22), transparent 30%),
    linear-gradient(135deg, #123f38, #0f6f61);
  color: #fff9ed;
}

body.is-marketing-preview .landing-visual-card.is-offer .landing-story-kicker,
body.is-marketing-preview .landing-visual-card.is-offer span {
  color: rgba(255, 249, 237, 0.74);
}

body.is-marketing-preview .landing-visual-card.is-offer h2 {
  color: #fff9ed;
}

body.is-marketing-preview .landing-visual-card.is-money {
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 122, 69, 0.22), transparent 30%),
    linear-gradient(135deg, #fff6e8, #ffffff);
}

body.is-marketing-preview .landing-visual-card.is-proof {
  background:
    radial-gradient(circle at 82% 8%, rgba(24, 210, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #eef9ff, #ffffff);
}

@media (max-width: 860px) {
  body.is-marketing-preview .landing-delivery-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.is-marketing-preview .landing-delivery-heading {
    position: relative;
    top: auto;
    padding: 20px;
  }

  body.is-marketing-preview .landing-delivery-heading h2 {
    max-width: 12ch;
    font-size: clamp(2.2rem, 13vw, 3.3rem);
  }

  body.is-marketing-preview .landing-delivery-steps {
    grid-template-columns: 1fr 1fr;
  }

  body.is-marketing-preview .landing-delivery-steps article,
  body.is-marketing-preview .landing-delivery-steps article:nth-child(2),
  body.is-marketing-preview .landing-delivery-steps article:nth-child(4) {
    min-height: 166px;
    transform: none;
  }

  body.is-marketing-preview .landing-output-pack {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-delivery-note {
    display: grid;
  }

  body.is-marketing-preview .landing-visual-grid {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-visual-card,
  body.is-marketing-preview .landing-visual-card.is-offer {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  body.is-marketing-preview .landing-delivery-card {
    padding: 18px;
    border-radius: 30px;
  }

  body.is-marketing-preview .landing-delivery-heading {
    padding: 18px;
    border-radius: 24px;
  }

  body.is-marketing-preview .landing-delivery-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  body.is-marketing-preview .landing-delivery-steps article {
    min-height: 178px;
    padding: 13px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-delivery-steps h3 {
    max-width: 9ch;
    font-size: 1.1rem;
  }

  body.is-marketing-preview .landing-delivery-steps p {
    max-width: none;
    font-size: 0.7rem;
    line-height: 1.28;
  }

  body.is-marketing-preview .landing-delivery-steps span {
    width: 34px;
    height: 34px;
    border-width: 3px;
  }

  body.is-marketing-preview .landing-output-pack,
  body.is-marketing-preview .landing-delivery-note,
  body.is-marketing-preview .landing-visual-card {
    padding: 16px;
    border-radius: 22px;
  }

  body.is-marketing-preview .landing-visual-card h2 {
    max-width: 14ch;
    font-size: 2rem;
  }
}

/* Portfolio v4: make each sample read like a separate delivered client website. */
body.is-marketing-preview .landing-examples-card {
  background:
    radial-gradient(circle at 9% 12%, rgba(255, 122, 69, 0.2), transparent 26%),
    radial-gradient(circle at 91% 16%, rgba(16, 63, 57, 0.2), transparent 28%),
    linear-gradient(135deg, #fff3df 0%, #f9fbf2 44%, #e8f7ff 100%);
}

body.is-marketing-preview .landing-examples-head h2 {
  max-width: 11ch;
}

body.is-marketing-preview .landing-examples-head > p {
  max-width: 50ch;
  font-size: clamp(0.96rem, 1.35vw, 1.12rem);
}

body.is-marketing-preview .landing-examples-track {
  gap: 28px;
  padding: 8px 4px 28px;
}

body.is-marketing-preview .landing-example-card {
  grid-template-rows: minmax(0, 1fr);
  align-items: stretch;
  min-height: 640px;
  padding: 12px;
  border-color: rgba(17, 32, 56, 0.12);
  background: rgba(255, 253, 247, 0.82);
  backdrop-filter: blur(18px);
}

body.is-marketing-preview .landing-example-card::before {
  inset: 10px;
  border-color: rgba(255, 255, 255, 0.72);
  border-radius: 30px;
}

body.is-marketing-preview .landing-example-card::after {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 4;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: rgba(17, 32, 56, 0.72);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.is-marketing-preview .bespoke-site {
  height: 100%;
  min-height: 0;
  border-radius: 30px;
}

body.is-marketing-preview .landing-example-copy {
  position: absolute;
  z-index: 5;
  width: min(340px, calc(100% - 34px));
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 22px 48px rgba(17, 32, 56, 0.16);
  backdrop-filter: blur(18px);
}

body.is-marketing-preview .landing-example-copy h3 {
  max-width: 12ch;
  font-size: clamp(1.55rem, 2.55vw, 2.15rem);
  line-height: 0.92;
}

body.is-marketing-preview .landing-example-copy p {
  max-width: 31ch;
}

body.is-marketing-preview .landing-example-case {
  grid-template-columns: 1fr;
}

body.is-marketing-preview .landing-example-case span:nth-child(2) {
  display: none;
}

body.is-marketing-preview .bespoke-logo > span {
  overflow: visible;
  text-shadow: none;
}

body.is-marketing-preview .bespoke-logo strong {
  letter-spacing: -0.055em;
}

body.is-marketing-preview .is-aesthetic-card {
  flex-basis: min(850px, 92vw);
}

body.is-marketing-preview .is-aesthetic-card::after {
  content: "realizacja 01";
}

body.is-marketing-preview .is-aesthetic-card .landing-example-copy {
  right: 26px;
  bottom: 26px;
  background: rgba(18, 63, 56, 0.82);
}

body.is-marketing-preview .site-luma {
  background:
    linear-gradient(90deg, #f8eddb 0 42%, #0f3e38 42% 100%);
}

body.is-marketing-preview .luma-shell {
  gap: 18px;
  padding: 20px;
}

body.is-marketing-preview .luma-nav {
  max-width: 94%;
  border-radius: 24px;
}

body.is-marketing-preview .luma-logo > span {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 250, 232, 0.84);
  box-shadow: 0 14px 28px rgba(100, 66, 18, 0.28);
}

body.is-marketing-preview .luma-logo > span::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border: 1px solid rgba(180, 137, 55, 0.34);
  border-radius: 50%;
}

body.is-marketing-preview .luma-hero {
  grid-template-columns: minmax(220px, 0.78fr) minmax(360px, 1.22fr);
}

body.is-marketing-preview .luma-copy {
  align-content: end;
  padding-bottom: 42px;
}

body.is-marketing-preview .luma-copy h4 {
  max-width: 6ch;
  font-size: clamp(3.2rem, 6vw, 4.8rem);
}

body.is-marketing-preview .luma-hero figure {
  border-radius: 52px 52px 8px 52px;
}

body.is-marketing-preview .luma-hero figcaption {
  right: auto;
  left: 16px;
  background: rgba(255, 249, 237, 0.94);
}

body.is-marketing-preview .luma-proof {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: none;
}

body.is-marketing-preview .is-beauty-card {
  flex-basis: min(560px, 82vw);
}

body.is-marketing-preview .is-beauty-card::after {
  content: "booking live";
  background: #121f38;
  color: #ffdf6b;
}

body.is-marketing-preview .is-beauty-card .landing-example-copy {
  left: 24px;
  bottom: 24px;
  width: min(300px, calc(100% - 48px));
  background: rgba(255, 255, 255, 0.9);
}

body.is-marketing-preview .site-blask {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.6), transparent 24%),
    radial-gradient(circle at 85% 72%, rgba(255, 223, 107, 0.72), transparent 25%),
    linear-gradient(145deg, #ff3f94 0%, #ff7a45 45%, #ffd86b 100%);
}

body.is-marketing-preview .beauty-app {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  padding: 18px;
}

body.is-marketing-preview .beauty-rail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: auto;
  padding: 12px 14px;
  border-radius: 28px;
}

body.is-marketing-preview .beauty-rail::after {
  content: none;
}

body.is-marketing-preview .blask-logo {
  display: inline-flex;
}

body.is-marketing-preview .beauty-screen {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: 12px 18px 132px;
  transform: none;
}

body.is-marketing-preview .beauty-photo {
  border-radius: 46px;
  transform: rotate(-2deg);
}

body.is-marketing-preview .beauty-booking-card {
  position: absolute;
  right: 4px;
  bottom: 86px;
  width: min(260px, 72%);
  margin: 0;
  transform: rotate(2deg);
}

body.is-marketing-preview .beauty-slots {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  justify-content: center;
}

body.is-marketing-preview .is-dental-card {
  flex-basis: min(780px, 92vw);
}

body.is-marketing-preview .is-dental-card::after {
  content: "pacjenci";
  background: #2a66d9;
  color: #fff;
}

body.is-marketing-preview .is-dental-card .landing-example-copy {
  left: 26px;
  bottom: 26px;
  background: rgba(255, 255, 255, 0.92);
}

body.is-marketing-preview .dental-page {
  grid-template-columns: minmax(250px, 0.86fr) minmax(360px, 1.14fr);
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  padding: 20px;
}

body.is-marketing-preview .dental-nav {
  grid-column: 1 / 3;
  border-radius: 20px;
}

body.is-marketing-preview .dental-logo > span {
  border-radius: 50% 50% 50% 12px;
}

body.is-marketing-preview .dental-copy {
  align-content: start;
  border-radius: 34px 34px 8px 34px;
}

body.is-marketing-preview .dental-copy h4 {
  max-width: 8ch;
  font-size: clamp(2.35rem, 4.6vw, 3.6rem);
}

body.is-marketing-preview .dental-hero-v2 img {
  grid-row: 2 / 4;
  grid-column: 2;
  border-radius: 8px 42px 42px 42px;
}

body.is-marketing-preview .dental-service-grid {
  grid-column: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.is-marketing-preview .is-law-card {
  flex-basis: min(680px, 86vw);
}

body.is-marketing-preview .is-law-card::after {
  content: "advisory";
  background: rgba(213, 168, 100, 0.18);
  color: #d5a864;
}

body.is-marketing-preview .is-law-card .landing-example-copy {
  right: 24px;
  bottom: 24px;
  background: rgba(13, 18, 32, 0.82);
}

body.is-marketing-preview .site-lex {
  background:
    linear-gradient(135deg, #070910 0%, #111827 55%, #251a0f 100%);
}

body.is-marketing-preview .lex-layout {
  grid-template-columns: 132px minmax(0, 1fr);
}

body.is-marketing-preview .lex-index {
  gap: 20px;
  padding: 24px 16px;
}

body.is-marketing-preview .lex-logo {
  display: grid;
}

body.is-marketing-preview .lex-main {
  padding: 22px;
}

body.is-marketing-preview .lex-main img {
  inset: 22px;
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  opacity: 0.34;
  filter: saturate(0.78) contrast(1.08);
}

body.is-marketing-preview .lex-headline {
  align-self: start;
  max-width: 390px;
  margin-top: 42px;
  border-radius: 34px 6px 34px 34px;
}

body.is-marketing-preview .lex-headline h4 {
  font-size: clamp(2.65rem, 5vw, 4.15rem);
}

body.is-marketing-preview .is-physio-card {
  flex-basis: min(720px, 90vw);
}

body.is-marketing-preview .is-physio-card::after {
  content: "plan terapii";
  background: #0a594d;
  color: #c7f36b;
}

body.is-marketing-preview .is-physio-card .landing-example-copy {
  left: 26px;
  top: 86px;
  background: rgba(255, 255, 255, 0.9);
}

body.is-marketing-preview .site-ruch {
  background:
    linear-gradient(125deg, #c7f36b 0 27%, transparent 27% 100%),
    linear-gradient(145deg, #f6fff5 0%, #e9fbf5 45%, #0a594d 45% 100%);
}

body.is-marketing-preview .ruch-page {
  gap: 18px;
  padding: 20px;
}

body.is-marketing-preview .ruch-header {
  border-radius: 20px;
}

body.is-marketing-preview .ruch-kinetic {
  grid-template-columns: 0.82fr 1.18fr;
}

body.is-marketing-preview .ruch-plan {
  align-content: end;
  padding-bottom: 132px;
  border-radius: 42px 8px 42px 42px;
}

body.is-marketing-preview .ruch-plan h4 {
  font-size: clamp(2.45rem, 4.8vw, 3.85rem);
}

body.is-marketing-preview .ruch-kinetic img {
  border-radius: 8px 44px 44px 44px;
  transform: rotate(0deg);
}

body.is-marketing-preview .ruch-metrics {
  max-width: 58%;
  margin-left: auto;
}

body.is-marketing-preview .is-restaurant-card {
  flex-basis: min(830px, 92vw);
}

body.is-marketing-preview .is-restaurant-card::after {
  content: "rezerwacje";
  background: #ffdf6b;
  color: #22140e;
}

body.is-marketing-preview .is-restaurant-card .landing-example-copy {
  left: 28px;
  bottom: 28px;
  background: rgba(31, 18, 12, 0.82);
}

body.is-marketing-preview .site-stol::before {
  background:
    linear-gradient(90deg, rgba(20, 11, 7, 0.95) 0%, rgba(20, 11, 7, 0.74) 38%, rgba(20, 11, 7, 0.18) 100%),
    radial-gradient(circle at 82% 18%, rgba(255, 223, 107, 0.22), transparent 32%);
}

body.is-marketing-preview .restaurant-overlay {
  max-width: 54%;
  padding: 24px;
}

body.is-marketing-preview .restaurant-nav {
  border-radius: 22px;
}

body.is-marketing-preview .restaurant-hero {
  max-width: 390px;
  margin-bottom: 116px;
  border-radius: 42px 8px 42px 42px;
}

body.is-marketing-preview .restaurant-hero h4 {
  font-size: clamp(2.7rem, 5vw, 4.15rem);
}

body.is-marketing-preview .restaurant-menu {
  position: absolute;
  right: -72%;
  bottom: 28px;
  width: 68%;
  justify-content: flex-end;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-examples-head h2 {
    max-width: 10ch;
  }

  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card,
  body.is-marketing-preview .landing-example-card.is-aesthetic-card {
    flex-basis: min(420px, 88vw);
    min-height: 720px;
    border-radius: 30px;
  }

  body.is-marketing-preview .bespoke-site {
    height: 100%;
  }

  body.is-marketing-preview .landing-example-copy,
  body.is-marketing-preview .is-aesthetic-card .landing-example-copy,
  body.is-marketing-preview .is-beauty-card .landing-example-copy,
  body.is-marketing-preview .is-dental-card .landing-example-copy,
  body.is-marketing-preview .is-law-card .landing-example-copy,
  body.is-marketing-preview .is-physio-card .landing-example-copy,
  body.is-marketing-preview .is-restaurant-card .landing-example-copy {
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 18px;
    width: auto;
    padding: 15px;
  }

  body.is-marketing-preview .landing-example-copy h3 {
    max-width: 14ch;
  }

  body.is-marketing-preview .landing-example-case,
  body.is-marketing-preview .landing-example-tags {
    display: none;
  }

  body.is-marketing-preview .luma-shell,
  body.is-marketing-preview .beauty-app,
  body.is-marketing-preview .dental-page,
  body.is-marketing-preview .ruch-page {
    padding: 12px;
  }

  body.is-marketing-preview .luma-hero,
  body.is-marketing-preview .dental-page,
  body.is-marketing-preview .ruch-kinetic {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .luma-copy {
    align-content: start;
    padding: 16px;
  }

  body.is-marketing-preview .luma-copy h4 {
    font-size: 2.45rem;
  }

  body.is-marketing-preview .luma-hero figure {
    min-height: 245px;
  }

  body.is-marketing-preview .luma-proof,
  body.is-marketing-preview .dental-service-grid,
  body.is-marketing-preview .ruch-metrics {
    display: none;
  }

  body.is-marketing-preview .beauty-rail {
    gap: 10px;
  }

  body.is-marketing-preview .beauty-rail small,
  body.is-marketing-preview .beauty-rail button {
    display: none;
  }

  body.is-marketing-preview .beauty-screen {
    padding: 10px 10px 150px;
  }

  body.is-marketing-preview .beauty-booking-card {
    right: 10px;
    bottom: 96px;
    width: 78%;
  }

  body.is-marketing-preview .dental-nav,
  body.is-marketing-preview .dental-copy,
  body.is-marketing-preview .dental-hero-v2 img {
    grid-column: auto;
    grid-row: auto;
  }

  body.is-marketing-preview .dental-nav button {
    display: none;
  }

  body.is-marketing-preview .dental-copy h4 {
    font-size: 2.18rem;
  }

  body.is-marketing-preview .dental-hero-v2 img {
    min-height: 250px;
  }

  body.is-marketing-preview .lex-layout {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .lex-index {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    padding: 12px;
  }

  body.is-marketing-preview .lex-index > span {
    display: none;
  }

  body.is-marketing-preview .lex-main {
    min-height: 520px;
    padding: 14px;
  }

  body.is-marketing-preview .lex-main img {
    inset: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
  }

  body.is-marketing-preview .lex-headline {
    margin-top: 24px;
  }

  body.is-marketing-preview .ruch-plan {
    padding-bottom: 142px;
  }

  body.is-marketing-preview .restaurant-overlay {
    max-width: none;
    padding: 14px;
  }

  body.is-marketing-preview .restaurant-hero {
    max-width: none;
    margin-bottom: 148px;
  }

  body.is-marketing-preview .restaurant-menu {
    left: 14px;
    right: 14px;
    bottom: 132px;
    width: auto;
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card,
  body.is-marketing-preview .landing-example-card.is-aesthetic-card {
    min-height: 690px;
  }

  body.is-marketing-preview .landing-example-card::after {
    right: 16px;
    top: 16px;
  }

  body.is-marketing-preview .bespoke-logo strong {
    font-size: 0.88rem;
  }

  body.is-marketing-preview .luma-nav,
  body.is-marketing-preview .dental-nav,
  body.is-marketing-preview .ruch-header,
  body.is-marketing-preview .restaurant-nav {
    border-radius: 18px;
  }

  body.is-marketing-preview .luma-copy h4,
  body.is-marketing-preview .restaurant-hero h4,
  body.is-marketing-preview .ruch-plan h4,
  body.is-marketing-preview .lex-headline h4 {
    font-size: 2.04rem;
  }

  body.is-marketing-preview .beauty-booking-card p,
  body.is-marketing-preview .dental-copy p,
  body.is-marketing-preview .lex-headline p,
  body.is-marketing-preview .ruch-plan button,
  body.is-marketing-preview .restaurant-hero p {
    font-size: 0.78rem;
  }

  body.is-marketing-preview .beauty-slots span:nth-child(3),
  body.is-marketing-preview .restaurant-menu span:nth-child(3) {
    display: none;
  }
}

/* Portfolio v4 fit pass: keep the bespoke feel, but show a full page preview inside each card. */
body.is-marketing-preview .landing-example-card {
  height: 650px;
  min-height: 650px;
  max-height: 650px;
}

body.is-marketing-preview .bespoke-site {
  height: 626px;
  min-height: 626px;
}

body.is-marketing-preview .luma-copy h4 {
  max-width: 7ch;
  font-size: clamp(2.6rem, 4.8vw, 3.85rem);
}

body.is-marketing-preview .dental-copy h4,
body.is-marketing-preview .ruch-plan h4,
body.is-marketing-preview .restaurant-hero h4,
body.is-marketing-preview .lex-headline h4 {
  font-size: clamp(2.25rem, 4.1vw, 3.35rem);
}

body.is-marketing-preview .luma-copy,
body.is-marketing-preview .dental-copy,
body.is-marketing-preview .ruch-plan,
body.is-marketing-preview .restaurant-hero,
body.is-marketing-preview .lex-headline {
  gap: 9px;
}

body.is-marketing-preview .luma-proof {
  bottom: 18px;
}

body.is-marketing-preview .landing-example-copy {
  max-height: 252px;
}

body.is-marketing-preview .landing-example-copy p {
  font-size: 0.82rem;
  line-height: 1.28;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card,
  body.is-marketing-preview .landing-example-card.is-aesthetic-card {
    height: 700px;
    min-height: 700px;
    max-height: 700px;
  }

  body.is-marketing-preview .bespoke-site {
    height: 678px;
    min-height: 678px;
  }

  body.is-marketing-preview .landing-example-copy {
    max-height: none;
  }
}

@media (max-width: 520px) {
  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card,
  body.is-marketing-preview .landing-example-card.is-aesthetic-card {
    height: 680px;
    min-height: 680px;
    max-height: 680px;
  }

  body.is-marketing-preview .bespoke-site {
    height: 658px;
    min-height: 658px;
  }
}

/* Portfolio v4 realism pass: the examples should look like websites, not annotated AI slides. */
body.is-marketing-preview .landing-example-card .landing-example-copy {
  display: none;
}

body.is-marketing-preview .landing-example-card {
  height: 620px;
  min-height: 620px;
  max-height: 620px;
}

body.is-marketing-preview .bespoke-site {
  height: 596px;
  min-height: 596px;
}

body.is-marketing-preview .is-aesthetic-card .luma-copy,
body.is-marketing-preview .is-dental-card .dental-copy,
body.is-marketing-preview .is-physio-card .ruch-plan,
body.is-marketing-preview .is-law-card .lex-headline,
body.is-marketing-preview .is-restaurant-card .restaurant-hero {
  box-shadow: 0 20px 46px rgba(17, 32, 56, 0.1);
}

body.is-marketing-preview .is-beauty-card .beauty-booking-card {
  box-shadow: 0 22px 48px rgba(17, 32, 56, 0.18);
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card,
  body.is-marketing-preview .landing-example-card.is-aesthetic-card {
    height: 650px;
    min-height: 650px;
    max-height: 650px;
  }

  body.is-marketing-preview .bespoke-site {
    height: 628px;
    min-height: 628px;
  }
}

@media (max-width: 520px) {
  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card,
  body.is-marketing-preview .landing-example-card.is-aesthetic-card {
    height: 632px;
    min-height: 632px;
    max-height: 632px;
  }

  body.is-marketing-preview .bespoke-site {
    height: 610px;
    min-height: 610px;
  }
}

/* Portfolio v4 mobile repair: Luma becomes a real stacked page instead of a desktop crop. */
@media (max-width: 760px) {
  body.is-marketing-preview .site-luma {
    background:
      radial-gradient(circle at 88% 22%, rgba(180, 137, 55, 0.18), transparent 28%),
      linear-gradient(180deg, #f8eddb 0%, #fffaf0 62%, #0f3e38 62% 100%);
  }

  body.is-marketing-preview .luma-shell {
    grid-template-rows: auto 1fr;
    gap: 10px;
  }

  body.is-marketing-preview .luma-nav {
    max-width: none;
  }

  body.is-marketing-preview .luma-hero {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 12px;
  }

  body.is-marketing-preview .luma-copy {
    align-content: start;
    max-width: none;
    padding: 16px 14px 10px;
    border-radius: 26px;
    background: rgba(255, 250, 240, 0.72);
  }

  body.is-marketing-preview .luma-copy span {
    font-size: 0.52rem;
    line-height: 1.2;
  }

  body.is-marketing-preview .luma-copy h4 {
    max-width: 8ch;
    font-size: 2.18rem;
    line-height: 0.9;
  }

  body.is-marketing-preview .luma-copy p {
    max-width: 22ch;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  body.is-marketing-preview .luma-copy button {
    width: max-content;
    padding: 9px 12px;
    font-size: 0.68rem;
  }

  body.is-marketing-preview .luma-hero figure {
    min-height: 265px;
    border-width: 7px;
    border-radius: 30px 30px 6px 30px;
  }

  body.is-marketing-preview .luma-hero figcaption {
    left: 10px;
    bottom: 10px;
    font-size: 0.55rem;
  }
}

@media (max-width: 520px) {
  body.is-marketing-preview .site-luma {
    background:
      radial-gradient(circle at 90% 24%, rgba(180, 137, 55, 0.14), transparent 28%),
      linear-gradient(180deg, #f8eddb 0%, #fffaf0 64%, #0f3e38 64% 100%);
  }

  body.is-marketing-preview .luma-copy h4 {
    font-size: 2rem;
  }

  body.is-marketing-preview .luma-hero figure {
    min-height: 250px;
  }
}

/* Start flow v3: after the landing, move the user into action instead of another long explanation. */
body.is-marketing-preview .intro {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(260px, 0.64fr);
  gap: 16px;
  align-items: stretch;
  padding: 22px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 223, 107, 0.16), transparent 28%),
    linear-gradient(135deg, #10233e, #173551);
  color: #fff9ed;
}

body.is-marketing-preview .intro::after {
  content: none;
}

body.is-marketing-preview .intro .eyebrow {
  align-self: end;
  color: #ffdf6b;
}

body.is-marketing-preview .intro h1 {
  max-width: 13ch;
  color: #fff9ed;
  font-size: clamp(2.2rem, 4vw, 3.45rem);
  line-height: 0.9;
}

body.is-marketing-preview .intro-lead {
  align-self: end;
  max-width: 34ch;
  color: rgba(255, 249, 237, 0.78);
  font-size: 0.96rem;
}

body.is-marketing-preview .intro-studio-card {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: stretch;
  min-height: auto;
  border-color: rgba(255, 249, 237, 0.18);
  background: rgba(255, 249, 237, 0.1);
  color: #fff9ed;
}

body.is-marketing-preview .intro-studio-card strong {
  color: #fff9ed;
}

body.is-marketing-preview .intro-studio-card span {
  color: rgba(255, 249, 237, 0.7);
}

body.is-marketing-preview .intro-studio-card small {
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #112038;
}

body.is-marketing-preview .onboarding-card {
  align-items: center;
  padding: 16px;
  border-radius: 26px;
}

body.is-marketing-preview .onboarding-card .wizard-heading h2 {
  max-width: 18ch;
}

body.is-marketing-preview .onboarding-card .wizard-heading p {
  max-width: 40ch;
}

body.is-marketing-preview .path-choice {
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(17, 32, 56, 0.1);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 251, 255, 0.78));
  box-shadow: 0 24px 54px rgba(17, 32, 56, 0.1);
}

body.is-marketing-preview .path-option {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 223, 107, 0.16), transparent 28%),
    linear-gradient(135deg, #ffffff, #fff8ed);
}

body.is-marketing-preview .path-option::after {
  content: "start";
  position: absolute;
  right: -10px;
  bottom: -18px;
  color: rgba(17, 32, 56, 0.045);
  font-family: var(--serif);
  font-size: 5rem;
  font-weight: 950;
  letter-spacing: -0.08em;
}

body.is-marketing-preview .path-option[data-path="improve"] {
  background:
    radial-gradient(circle at 86% 18%, rgba(42, 102, 217, 0.15), transparent 28%),
    linear-gradient(135deg, #f8fbff, #eef7ff);
}

body.is-marketing-preview .path-option[data-path="improve"]::after {
  content: "refresh";
}

body.is-marketing-preview .path-option small,
body.is-marketing-preview .path-option strong,
body.is-marketing-preview .path-option > span {
  position: relative;
  z-index: 1;
}

body.is-marketing-preview .path-option strong {
  max-width: 13ch;
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  line-height: 0.95;
}

body.is-marketing-preview .path-option > span:not(.path-option-meta) {
  max-width: 34ch;
}

@media (max-width: 760px) {
  body.is-marketing-preview .intro {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 14px;
    border-radius: 24px;
  }

  body.is-marketing-preview .intro h1 {
    max-width: 11ch;
    font-size: clamp(1.86rem, 9vw, 2.45rem);
  }

  body.is-marketing-preview .intro-lead {
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 249, 237, 0.76);
    font-size: 0.82rem;
    line-height: 1.32;
  }

  body.is-marketing-preview .intro-studio-card {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    padding: 9px;
    border-radius: 18px;
  }

  body.is-marketing-preview .intro-studio-card img {
    width: 44px;
    height: 44px;
  }

  body.is-marketing-preview .intro-studio-card strong {
    font-size: 0.86rem;
  }

  body.is-marketing-preview .intro-studio-card span {
    display: none;
  }

  body.is-marketing-preview .intro-studio-card small {
    padding: 7px 9px;
    font-size: 0.78rem;
  }

  body.is-marketing-preview .onboarding-card {
    gap: 9px;
    padding: 12px;
    border-radius: 22px;
  }

  body.is-marketing-preview .onboarding-card .wizard-heading h2 {
    max-width: 18ch;
    font-size: 1.36rem;
    line-height: 0.98;
  }

  body.is-marketing-preview .onboarding-card .wizard-heading p {
    display: none;
  }

  body.is-marketing-preview .onboarding-steps {
    gap: 6px;
  }

  body.is-marketing-preview .onboarding-steps li {
    min-height: 62px;
    padding: 8px;
    border-radius: 14px;
  }

  body.is-marketing-preview .path-choice {
    gap: 10px;
    padding: 10px;
    border-radius: 24px;
  }

  body.is-marketing-preview .path-option {
    min-height: 184px;
    padding: 16px;
    border-radius: 20px;
  }

  body.is-marketing-preview .path-option strong {
    max-width: 14ch;
    font-size: 1.42rem;
  }

  body.is-marketing-preview .path-option > span:not(.path-option-meta) {
    font-size: 0.84rem;
    line-height: 1.34;
  }

  body.is-marketing-preview .path-option-meta {
    gap: 5px;
  }

  body.is-marketing-preview .path-option-meta i {
    padding: 7px 8px;
    font-size: 0.62rem;
  }
}

/* Start flow v4: remove duplicate bridges after the final CTA. */
body.is-marketing-preview .intro,
body.is-marketing-preview .onboarding-card {
  display: none;
}

body.is-marketing-preview .path-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.is-marketing-preview .path-choice::before {
  content: "Wybierz start projektu";
  grid-column: 1 / 3;
  display: block;
  max-width: 13ch;
  margin: 4px 0 4px;
  color: #112038;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -0.075em;
}

body.is-marketing-preview .path-choice::after {
  content: "Pierwsza strona od zera albo poprawa obecnej WWW. Bobo prowadzi dalej przez krótki formularz, podgląd i paczkę do pobrania.";
  grid-column: 1 / 3;
  max-width: 58ch;
  margin: -2px 0 6px;
  color: rgba(17, 32, 56, 0.66);
  font-weight: 850;
  line-height: 1.42;
}

@media (max-width: 760px) {
  body.is-marketing-preview .path-choice {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .path-choice::before,
  body.is-marketing-preview .path-choice::after {
    grid-column: 1;
  }

  body.is-marketing-preview .path-choice::before {
    max-width: 11ch;
    font-size: clamp(1.95rem, 10vw, 2.75rem);
  }

  body.is-marketing-preview .path-choice::after {
    font-size: 0.86rem;
    line-height: 1.34;
  }
}

/* Start flow v5: reset old absolute label styles and keep the chooser header above cards. */
body.is-marketing-preview .path-choice::before {
  position: relative;
  left: auto;
  top: auto;
  z-index: 1;
  order: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-transform: none;
}

body.is-marketing-preview .path-choice::after {
  position: relative;
  order: 1;
}

body.is-marketing-preview .path-option {
  order: 2;
}

body.is-marketing-preview .path-choice {
  align-items: stretch;
  padding: 18px;
}

body.is-marketing-preview .path-option[data-path="scratch"],
body.is-marketing-preview .path-option[data-path="improve"] {
  min-height: 210px;
}

@media (max-width: 760px) {
  body.is-marketing-preview .path-choice {
    padding: 14px;
  }

  body.is-marketing-preview .path-choice::before {
    margin: 2px 2px 0;
    font-size: clamp(1.78rem, 8vw, 2.25rem);
    letter-spacing: -0.065em;
  }

  body.is-marketing-preview .path-choice::after {
    margin: 0 2px 4px;
  }

  body.is-marketing-preview .path-option[data-path="scratch"],
  body.is-marketing-preview .path-option[data-path="improve"] {
    min-height: auto;
  }
}

/* Auth modal mobile v2: keep the premium proof, but move the form into view faster. */
@media (max-width: 760px) {
  body.is-marketing-preview .auth-modal-backdrop {
    align-items: start;
    padding: 12px;
    overflow-y: auto;
  }

  body.is-marketing-preview .auth-modal {
    max-height: none;
    gap: 10px;
    margin-block: 18px;
    padding: 16px;
    border-radius: 26px;
  }

  body.is-marketing-preview .auth-modal-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  body.is-marketing-preview .auth-modal-header h2 {
    max-width: 12ch;
    font-size: clamp(1.9rem, 9vw, 2.45rem);
    line-height: 0.88;
  }

  body.is-marketing-preview .auth-modal-header p:not(.eyebrow) {
    max-width: 31ch;
    font-size: 0.84rem;
    line-height: 1.32;
  }

  body.is-marketing-preview #auth-modal-close {
    min-height: 44px;
    padding: 9px 12px;
    border-radius: 15px;
  }

  body.is-marketing-preview .auth-value-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  body.is-marketing-preview .auth-value-strip span {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 15px;
    text-align: center;
  }

  body.is-marketing-preview .auth-value-strip strong {
    font-size: 1.02rem;
    line-height: 1;
  }

  body.is-marketing-preview .auth-value-strip small {
    display: none;
  }

  body.is-marketing-preview .auth-mode-toggle {
    gap: 7px;
  }

  body.is-marketing-preview .auth-mode-button {
    min-height: 46px;
    border-radius: 16px;
  }

  body.is-marketing-preview .auth-form {
    gap: 8px;
  }

  body.is-marketing-preview .auth-form label {
    font-size: 0.72rem;
  }

  body.is-marketing-preview .auth-form input {
    min-height: 52px;
    border-radius: 16px;
    font-size: 0.92rem;
  }

  body.is-marketing-preview .auth-form-actions {
    gap: 7px;
  }

  body.is-marketing-preview .auth-form-actions button {
    min-height: 54px;
    border-radius: 17px;
  }

  body.is-marketing-preview .auth-safe-note {
    padding: 11px;
    border-radius: 15px;
    font-size: 0.74rem;
    line-height: 1.28;
  }

  body.is-marketing-preview .auth-studio-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    min-height: auto;
    padding: 12px;
    border-radius: 18px;
  }

  body.is-marketing-preview .auth-studio-card img {
    width: 48px;
    height: 48px;
  }

  body.is-marketing-preview .auth-studio-card div {
    gap: 3px;
  }

  body.is-marketing-preview .auth-studio-card div strong {
    max-width: 18ch;
    font-size: 1.12rem;
    line-height: 0.94;
  }

  body.is-marketing-preview .auth-studio-card ol {
    grid-column: 1 / 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  body.is-marketing-preview .auth-studio-card li {
    min-height: 42px;
    display: grid;
    align-content: center;
    padding: 7px;
    border-radius: 12px;
    font-size: 0.58rem;
    line-height: 1.12;
  }

  body.is-marketing-preview .auth-studio-card b {
    font-size: 0.6rem;
  }
}

/* Delivery mobile v3: faster scan, less repeated education before portfolio. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-delivery-card {
    gap: 10px;
    padding: 14px;
    border-radius: 26px;
  }

  body.is-marketing-preview .landing-delivery-heading {
    gap: 8px;
    padding: 14px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-delivery-heading h2 {
    max-width: 10ch;
    font-size: clamp(1.92rem, 9vw, 2.52rem);
    line-height: 0.88;
  }

  body.is-marketing-preview .landing-delivery-heading p:not(.landing-story-kicker) {
    max-width: 30ch;
    font-size: 0.82rem;
    line-height: 1.34;
  }

  body.is-marketing-preview .landing-delivery-steps {
    gap: 7px;
  }

  body.is-marketing-preview .landing-delivery-steps article {
    min-height: 128px;
    padding: 10px;
    border-radius: 16px;
  }

  body.is-marketing-preview .landing-delivery-steps article::after {
    width: 70px;
    height: 70px;
    right: -24px;
    bottom: -28px;
  }

  body.is-marketing-preview .landing-delivery-steps span {
    width: 30px;
    height: 30px;
    font-size: 0.86rem;
  }

  body.is-marketing-preview .landing-delivery-steps h3 {
    max-width: 8ch;
    font-size: 0.98rem;
  }

  body.is-marketing-preview .landing-delivery-steps p {
    font-size: 0.64rem;
    line-height: 1.2;
  }

  body.is-marketing-preview .landing-output-pack {
    gap: 10px;
    margin-top: 2px;
    padding: 12px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-output-pack-main {
    gap: 5px;
  }

  body.is-marketing-preview .landing-output-pack-main h3 {
    max-width: 14ch;
    font-size: 1.42rem;
    line-height: 0.94;
  }

  body.is-marketing-preview .landing-output-pack-main p:not(.landing-story-kicker) {
    font-size: 0.72rem;
    line-height: 1.28;
  }

  body.is-marketing-preview .landing-output-receipt {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  body.is-marketing-preview .landing-output-receipt span {
    min-height: 58px;
    display: grid;
    align-content: center;
    gap: 3px;
    padding: 8px;
    border-radius: 14px;
    text-align: center;
    font-size: 0.58rem;
    line-height: 1.12;
  }

  body.is-marketing-preview .landing-output-receipt strong {
    font-size: 0.72rem;
  }

  body.is-marketing-preview .landing-delivery-note {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 11px 12px;
    border-radius: 16px;
  }

  body.is-marketing-preview .landing-delivery-note strong {
    max-width: none;
    font-size: 0.98rem;
  }

  body.is-marketing-preview .landing-delivery-note p {
    max-width: none;
    font-size: 0.68rem;
    line-height: 1.28;
  }
}

/* Delivery mobile v4: make the steps read like an infographic, not tiny cards of copy. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-delivery-steps article,
  body.is-marketing-preview .landing-delivery-steps article:nth-child(2),
  body.is-marketing-preview .landing-delivery-steps article:nth-child(4) {
    min-height: 104px;
    align-content: space-between;
    transform: none;
  }

  body.is-marketing-preview .landing-delivery-steps p {
    display: none;
  }

  body.is-marketing-preview .landing-delivery-steps h3 {
    max-width: 8ch;
    font-size: 1.04rem;
  }

  body.is-marketing-preview .landing-output-pack {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-output-pack-main p:not(.landing-story-kicker) {
    max-width: 34ch;
  }
}

/* Proof panel mobile v3: trust snapshot instead of a long presentation. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-proof-panel {
    gap: 12px;
    padding: 16px;
    border-radius: 26px;
  }

  body.is-marketing-preview .landing-proof-copy {
    gap: 10px;
  }

  body.is-marketing-preview .landing-proof-copy h2 {
    max-width: 8.5ch;
    font-size: clamp(2.1rem, 10vw, 2.85rem);
    line-height: 0.88;
  }

  body.is-marketing-preview .landing-proof-lead {
    max-width: 31ch;
    font-size: 0.82rem;
    line-height: 1.34;
  }

  body.is-marketing-preview .landing-proof-pills {
    gap: 6px;
  }

  body.is-marketing-preview .landing-proof-pills span {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.66rem;
  }

  body.is-marketing-preview .landing-proof-checklist {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-proof-checklist span {
    grid-template-columns: 1fr;
    gap: 5px;
    min-height: 78px;
    padding: 8px;
    text-align: center;
    font-size: 0.62rem;
    line-height: 1.16;
  }

  body.is-marketing-preview .landing-proof-checklist strong {
    width: 28px;
    height: 28px;
    justify-self: center;
    border-radius: 10px;
    font-size: 0.62rem;
  }

  body.is-marketing-preview .landing-proof-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 9px;
  }

  body.is-marketing-preview .landing-proof-screen.is-hero-proof {
    grid-column: 1 / -1;
    padding: 11px;
  }

  body.is-marketing-preview .proof-mini-site {
    min-height: 236px;
    padding: 10px;
  }

  body.is-marketing-preview .proof-mini-nav {
    min-height: 42px;
    padding: 8px;
  }

  body.is-marketing-preview .proof-mini-nav strong {
    font-size: 0.92rem;
  }

  body.is-marketing-preview .proof-mini-hero {
    gap: 7px;
    padding: 12px;
  }

  body.is-marketing-preview .proof-mini-hero h3 {
    max-width: 9ch;
    font-size: 1.48rem;
  }

  body.is-marketing-preview .proof-mini-hero p {
    max-width: 21ch;
    font-size: 0.68rem;
    line-height: 1.22;
  }

  body.is-marketing-preview .proof-mini-hero button {
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 14px;
    font-size: 0.78rem;
  }

  body.is-marketing-preview .proof-mini-lines {
    gap: 5px;
  }

  body.is-marketing-preview .proof-mini-lines i {
    height: 7px;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof,
  body.is-marketing-preview .landing-proof-screen.is-package-proof {
    min-height: 142px;
    padding: 11px;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof > span,
  body.is-marketing-preview .landing-proof-screen.is-package-proof > span {
    width: 32px;
    height: 32px;
    font-size: 0.64rem;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof h3,
  body.is-marketing-preview .landing-proof-screen.is-package-proof h3 {
    font-size: 1.05rem;
    line-height: 0.96;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof p,
  body.is-marketing-preview .landing-proof-screen.is-package-proof p {
    display: none;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof div {
    gap: 4px;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof small {
    padding: 6px 7px;
    font-size: 0.52rem;
  }

  body.is-marketing-preview .landing-proof-screen.is-package-proof strong {
    padding: 8px;
    border-radius: 12px;
    font-size: 0.62rem;
    line-height: 1.12;
  }
}

/* Buyer FAQ v3: compact mobile objection handling before the final CTA. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-faq-card {
    gap: 12px;
    padding: 16px;
    border-radius: 26px;
  }

  body.is-marketing-preview .landing-faq-heading {
    gap: 8px;
  }

  body.is-marketing-preview .landing-faq-heading h2 {
    max-width: 9ch;
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 0.88;
  }

  body.is-marketing-preview .landing-faq-heading p {
    max-width: 32ch;
    font-size: 0.82rem;
    line-height: 1.34;
  }

  body.is-marketing-preview .landing-faq-receipt {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 6px 12px;
    min-height: auto;
    padding: 12px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-faq-price {
    grid-row: 1 / 3;
    align-self: center;
    padding: 8px 10px;
    border-radius: 14px;
    font-size: 1.65rem;
  }

  body.is-marketing-preview .landing-faq-receipt strong {
    align-self: end;
    font-size: 1.08rem;
    line-height: 1;
  }

  body.is-marketing-preview .landing-faq-receipt p {
    display: none;
  }

  body.is-marketing-preview .landing-faq-receipt div {
    grid-column: 1 / 3;
    display: flex;
    gap: 6px;
  }

  body.is-marketing-preview .landing-faq-receipt small {
    min-height: 32px;
    flex: 1 1 0;
    display: grid;
    place-items: center;
    padding: 6px 7px;
    border-radius: 12px;
    font-size: 0.56rem;
    line-height: 1.08;
    text-align: center;
  }

  body.is-marketing-preview .landing-faq-list {
    gap: 8px;
  }

  body.is-marketing-preview details.landing-faq-item {
    border-radius: 18px;
  }

  body.is-marketing-preview details.landing-faq-item summary {
    min-height: 58px;
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 10px;
    padding: 13px 14px;
    font-size: 1rem;
    line-height: 1;
  }

  body.is-marketing-preview details.landing-faq-item summary::after {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }

  body.is-marketing-preview details.landing-faq-item p {
    padding: 0 14px 14px;
    font-size: 0.78rem;
    line-height: 1.34;
  }
}

/* Portfolio mobile v5: get to the real examples faster. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-examples-card {
    padding: 16px;
    border-radius: 26px;
  }

  body.is-marketing-preview .landing-examples-head {
    gap: 10px;
  }

  body.is-marketing-preview .landing-examples-head h2 {
    max-width: 9.5ch;
    font-size: clamp(2rem, 10vw, 2.72rem);
    line-height: 0.88;
  }

  body.is-marketing-preview .landing-examples-head > p {
    max-width: 32ch;
    font-size: 0.84rem;
    line-height: 1.34;
  }

  body.is-marketing-preview .landing-case-strip,
  body.is-marketing-preview .landing-portfolio-note {
    display: none;
  }

  body.is-marketing-preview .landing-examples-controls {
    justify-content: flex-start;
    margin-top: 2px;
  }

  body.is-marketing-preview .landing-example-nav {
    width: 44px;
    height: 44px;
  }

  body.is-marketing-preview .landing-examples-track {
    margin-top: 0;
  }
}

/* Hero mobile v6: keep the bold promise, reveal Bobo/product proof sooner. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-hero-card {
    gap: 10px;
    padding: 16px;
    border-radius: 26px;
  }

  body.is-marketing-preview .landing-hero-copy {
    gap: 8px;
  }

  body.is-marketing-preview .landing-hero-copy .eyebrow {
    font-size: 0.62rem;
    line-height: 1.18;
  }

  body.is-marketing-preview .landing-hero-card h1 {
    max-width: 8.2ch;
    font-size: clamp(2.52rem, 13vw, 3.42rem);
  }

  body.is-marketing-preview .landing-bobo-inline {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 9px;
    min-height: 52px;
    padding: 7px 9px;
    border-radius: 16px;
  }

  body.is-marketing-preview .landing-bobo-inline img {
    width: 38px;
    height: 38px;
  }

  body.is-marketing-preview .landing-bobo-inline strong {
    font-size: 0.74rem;
    line-height: 1.18;
  }

  body.is-marketing-preview .landing-hero-lead {
    max-width: 31ch;
    font-size: 0.84rem;
    line-height: 1.32;
  }

  body.is-marketing-preview .landing-price-pill {
    min-height: 58px;
    padding: 10px 12px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-price-pill strong {
    font-size: 1.8rem;
  }

  body.is-marketing-preview .landing-price-pill small {
    min-height: 22px;
    font-size: 0.58rem;
  }

  body.is-marketing-preview .landing-hero-actions {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 8px;
  }

  body.is-marketing-preview .landing-hero-actions .landing-primary-cta,
  body.is-marketing-preview .landing-hero-actions .secondary-button {
    min-height: 52px;
    padding-inline: 10px;
    border-radius: 17px;
    font-size: 0.88rem;
  }

  body.is-marketing-preview .landing-hero-assurance {
    display: grid;
    gap: 3px;
    padding: 10px 11px;
    border-radius: 16px;
  }

  body.is-marketing-preview .landing-hero-assurance strong,
  body.is-marketing-preview .landing-hero-assurance span {
    font-size: 0.7rem;
    line-height: 1.22;
  }

  body.is-marketing-preview .landing-hero-visual {
    min-height: auto;
    padding: 8px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-hero-visual img {
    max-height: 210px;
    object-fit: contain;
  }

  body.is-marketing-preview .landing-robot-stamp {
    right: 10px;
    top: 10px;
    width: 74px;
    padding: 7px;
    border-radius: 15px;
  }

  body.is-marketing-preview .landing-robot-stamp strong {
    font-size: 1rem;
  }

  body.is-marketing-preview .landing-robot-stamp span {
    font-size: 0.5rem;
  }

  body.is-marketing-preview .landing-hero-visual figcaption {
    padding: 10px;
    border-radius: 15px;
  }

  body.is-marketing-preview .landing-hero-visual figcaption strong {
    font-size: 0.9rem;
  }

  body.is-marketing-preview .landing-hero-visual figcaption span {
    font-size: 0.7rem;
    line-height: 1.24;
  }
}

/* Path choice mobile v6: make the post-CTA decision feel like checkout, not another landing block. */
@media (max-width: 760px) {
  body.is-marketing-preview .path-choice {
    gap: 8px;
    padding: 12px;
    border-radius: 22px;
  }

  body.is-marketing-preview .path-choice::before {
    max-width: 12ch;
    margin: 0;
    font-size: clamp(1.72rem, 8vw, 2.22rem);
    line-height: 0.9;
  }

  body.is-marketing-preview .path-choice::after {
    margin: 0 0 2px;
    max-width: 34ch;
    font-size: 0.78rem;
    line-height: 1.28;
  }

  body.is-marketing-preview .path-option {
    gap: 8px;
    padding: 14px;
    border-radius: 18px;
  }

  body.is-marketing-preview .path-option[data-path="scratch"] {
    min-height: 188px;
    padding-right: 112px;
  }

  body.is-marketing-preview .path-option[data-path="scratch"]::after {
    right: 14px;
    top: 50%;
    width: 82px;
    min-width: 82px;
    height: 112px;
    min-height: 112px;
    transform: translateY(-50%);
    border-radius: 22px;
    font-size: 0.86rem;
    line-height: 1;
  }

  body.is-marketing-preview .path-option[data-path="scratch"] strong,
  body.is-marketing-preview .path-option[data-path="improve"] strong {
    max-width: 12ch;
    font-size: 1.26rem;
    line-height: 0.96;
  }

  body.is-marketing-preview .path-option > span:not(.path-option-meta) {
    max-width: 25ch;
    font-size: 0.76rem;
    line-height: 1.26;
  }

  body.is-marketing-preview .path-option[data-path="improve"] {
    min-height: 154px;
  }

  body.is-marketing-preview .path-option-meta {
    gap: 4px;
  }

  body.is-marketing-preview .path-option-meta i {
    min-height: 28px;
    padding: 6px 7px;
    font-size: 0.54rem;
  }
}

/* Portfolio v6: each example must feel like a separate delivered website, not one carousel template. */
body.is-marketing-preview .landing-examples-card {
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 122, 69, 0.16), transparent 28%),
    radial-gradient(circle at 82% 6%, rgba(32, 168, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #fff6e8 0%, #eef9f4 48%, #f6ecff 100%);
}

body.is-marketing-preview .landing-examples-head h2 {
  max-width: 12ch;
}

body.is-marketing-preview .landing-examples-track {
  gap: 26px;
  padding: 10px 2px 26px;
}

body.is-marketing-preview .landing-example-card,
body.is-marketing-preview .landing-example-card.is-beauty-card,
body.is-marketing-preview .landing-example-card.is-law-card,
body.is-marketing-preview .landing-example-card.is-dental-card,
body.is-marketing-preview .landing-example-card.is-physio-card,
body.is-marketing-preview .landing-example-card.is-restaurant-card,
body.is-marketing-preview .landing-example-card.is-aesthetic-card {
  height: 610px;
  min-height: 610px;
  max-height: 610px;
  padding: 0;
  border: 0;
  border-radius: 34px;
  background: transparent;
  box-shadow: 0 28px 72px rgba(17, 32, 56, 0.14);
}

body.is-marketing-preview .landing-example-card::before,
body.is-marketing-preview .landing-example-card::after {
  content: none;
}

body.is-marketing-preview .landing-example-card.is-aesthetic-card {
  flex-basis: min(820px, 91vw);
}

body.is-marketing-preview .landing-example-card.is-beauty-card {
  flex-basis: min(520px, 82vw);
}

body.is-marketing-preview .landing-example-card.is-dental-card {
  flex-basis: min(760px, 90vw);
}

body.is-marketing-preview .landing-example-card.is-law-card {
  flex-basis: min(620px, 86vw);
}

body.is-marketing-preview .landing-example-card.is-physio-card {
  flex-basis: min(690px, 88vw);
}

body.is-marketing-preview .landing-example-card.is-restaurant-card {
  flex-basis: min(780px, 91vw);
}

body.is-marketing-preview .landing-example-card .landing-example-copy {
  display: none;
}

body.is-marketing-preview .bespoke-site {
  height: 610px;
  min-height: 610px;
  border: 1px solid rgba(17, 32, 56, 0.1);
  border-radius: 34px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 24px 64px rgba(17, 32, 56, 0.13);
}

body.is-marketing-preview .bespoke-logo strong {
  letter-spacing: -0.06em;
}

body.is-marketing-preview .site-luma {
  background:
    linear-gradient(90deg, rgba(250, 243, 226, 0.98) 0 39%, rgba(15, 62, 56, 0.96) 39% 100%),
    url("/assets/optimized/site-aesthetic-clinic.webp") center/cover;
}

body.is-marketing-preview .site-luma::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 238, 0.98) 0 39%, rgba(15, 62, 56, 0.28) 39% 100%),
    url("/assets/optimized/site-aesthetic-clinic.webp") right center/61% 100% no-repeat;
}

body.is-marketing-preview .site-luma::after {
  content: "LUMA";
  left: 20px;
  bottom: -12px;
  z-index: 1;
  color: rgba(180, 137, 55, 0.13);
  font-size: 7.4rem;
}

body.is-marketing-preview .luma-shell {
  position: relative;
  z-index: 2;
  gap: 22px;
  padding: 24px;
}

body.is-marketing-preview .luma-nav {
  max-width: none;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 251, 240, 0.9);
  box-shadow: 0 18px 44px rgba(18, 63, 56, 0.11);
}

body.is-marketing-preview .luma-hero {
  grid-template-columns: minmax(250px, 0.72fr) minmax(360px, 1.28fr);
  gap: 28px;
}

body.is-marketing-preview .luma-copy {
  align-content: center;
  padding: 24px 0 64px;
}

body.is-marketing-preview .luma-copy h4 {
  max-width: 7ch;
  font-size: clamp(3.4rem, 6vw, 5.15rem);
}

body.is-marketing-preview .luma-copy p {
  max-width: 24ch;
}

body.is-marketing-preview .luma-hero figure {
  align-self: stretch;
  min-height: 430px;
  border: 0;
  border-radius: 60px 60px 12px 60px;
  box-shadow: 0 34px 80px rgba(11, 41, 37, 0.34);
}

body.is-marketing-preview .luma-hero figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(15, 62, 56, 0.2));
}

body.is-marketing-preview .luma-proof {
  left: 24px;
  bottom: 24px;
  z-index: 3;
}

body.is-marketing-preview .site-blask {
  background:
    radial-gradient(circle at 80% 18%, #fff16c 0 11%, transparent 12%),
    linear-gradient(160deg, #ff2f8f 0%, #ff7643 48%, #ffe36e 100%);
}

body.is-marketing-preview .beauty-app {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 16px;
  padding: 18px;
}

body.is-marketing-preview .beauty-rail {
  display: flex;
  min-height: auto;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 24px;
  background: rgba(18, 31, 56, 0.94);
}

body.is-marketing-preview .beauty-rail::after {
  content: none;
}

body.is-marketing-preview .blask-logo {
  display: inline-flex;
}

body.is-marketing-preview .beauty-screen {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: 0 4px 132px;
  transform: none;
}

body.is-marketing-preview .beauty-photo {
  border: 0;
  border-radius: 38px;
  transform: rotate(-2.2deg);
  box-shadow: 0 28px 62px rgba(104, 18, 76, 0.26);
}

body.is-marketing-preview .beauty-photo::after {
  content: "BLASK";
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #68124c;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.18em;
}

body.is-marketing-preview .beauty-booking-card {
  right: 8px;
  bottom: 78px;
  width: min(285px, 76%);
  border-radius: 28px;
  transform: rotate(2deg);
}

body.is-marketing-preview .beauty-booking-card h4 {
  font-size: 2.1rem;
  line-height: 0.9;
}

body.is-marketing-preview .beauty-slots {
  left: 8px;
  right: 8px;
  bottom: 14px;
}

body.is-marketing-preview .site-novadent {
  background:
    linear-gradient(90deg, #eaf6ff 0 54%, #ffffff 54% 100%);
}

body.is-marketing-preview .dental-page {
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  padding: 22px;
}

body.is-marketing-preview .dental-nav {
  grid-column: 1 / 3;
  padding: 12px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
}

body.is-marketing-preview .dental-hero-v2 {
  display: contents;
}

body.is-marketing-preview .dental-copy {
  display: grid;
  align-content: center;
  grid-row: 2;
  grid-column: 1;
  padding: 28px;
  border-radius: 34px 34px 8px 34px;
  background: #0f4f8d;
  color: #fff;
}

body.is-marketing-preview .dental-copy span,
body.is-marketing-preview .dental-copy p {
  color: rgba(255, 255, 255, 0.78);
}

body.is-marketing-preview .dental-copy h4 {
  max-width: 8ch;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 4.2rem);
}

body.is-marketing-preview .dental-hero-v2 img {
  grid-row: 2 / 4;
  grid-column: 2;
  border-radius: 12px 48px 48px 48px;
  box-shadow: 0 28px 66px rgba(15, 79, 141, 0.25);
}

body.is-marketing-preview .dental-service-grid {
  grid-column: 1;
  grid-row: 3;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.is-marketing-preview .site-lex {
  background:
    linear-gradient(135deg, rgba(7, 9, 16, 0.96), rgba(24, 19, 14, 0.94)),
    url("/assets/optimized/site-law-office.webp") center/cover;
}

body.is-marketing-preview .lex-layout {
  grid-template-columns: 150px minmax(0, 1fr);
}

body.is-marketing-preview .lex-index {
  gap: 22px;
  padding: 26px 18px;
  border-right: 1px solid rgba(213, 168, 100, 0.2);
}

body.is-marketing-preview .lex-index .bespoke-logo {
  display: grid;
}

body.is-marketing-preview .lex-main {
  align-content: end;
  padding: 28px;
}

body.is-marketing-preview .lex-main img {
  inset: auto 28px 28px auto;
  width: 56%;
  height: 72%;
  border-radius: 90px 90px 8px 90px;
  opacity: 0.42;
  filter: saturate(0.72) contrast(1.08);
}

body.is-marketing-preview .lex-headline {
  align-self: center;
  max-width: 390px;
  margin: 0;
  border: 1px solid rgba(213, 168, 100, 0.24);
  border-radius: 38px 8px 38px 38px;
  background: rgba(10, 14, 24, 0.76);
}

body.is-marketing-preview .lex-headline h4 {
  max-width: 7ch;
  font-size: clamp(3rem, 5.5vw, 4.5rem);
}

body.is-marketing-preview .site-ruch {
  background:
    linear-gradient(126deg, #c7f36b 0 31%, transparent 31%),
    linear-gradient(145deg, #f8fff5 0%, #ebfbf1 49%, #074c43 49% 100%);
}

body.is-marketing-preview .ruch-page {
  gap: 18px;
  padding: 22px;
}

body.is-marketing-preview .ruch-header {
  padding: 12px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
}

body.is-marketing-preview .ruch-kinetic {
  grid-template-columns: minmax(230px, 0.84fr) minmax(320px, 1.16fr);
  gap: 22px;
}

body.is-marketing-preview .ruch-plan {
  align-self: center;
  padding: 28px;
  border-radius: 42px 42px 10px 42px;
  background: #063f38;
  color: #fff;
  transform: translateY(18px);
}

body.is-marketing-preview .ruch-plan h4 {
  max-width: 8ch;
  font-size: clamp(2.9rem, 5.2vw, 4.4rem);
}

body.is-marketing-preview .ruch-kinetic img {
  border-radius: 999px 999px 18px 18px;
  box-shadow: 0 30px 66px rgba(7, 76, 67, 0.24);
}

body.is-marketing-preview .ruch-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.is-marketing-preview .site-stol {
  background: #100b08;
}

body.is-marketing-preview .site-stol .stol-bg {
  filter: saturate(0.9) contrast(1.08) brightness(0.74);
}

body.is-marketing-preview .site-stol::before {
  z-index: 1;
  background:
    radial-gradient(circle at 74% 16%, rgba(255, 159, 84, 0.34), transparent 22%),
    linear-gradient(90deg, rgba(16, 11, 8, 0.92) 0 42%, rgba(16, 11, 8, 0.18) 100%);
}

body.is-marketing-preview .restaurant-overlay {
  z-index: 2;
  padding: 24px;
}

body.is-marketing-preview .restaurant-nav {
  width: min(620px, 100%);
  border-radius: 999px;
  background: rgba(255, 246, 228, 0.92);
  color: #1d1009;
}

body.is-marketing-preview .restaurant-hero {
  max-width: 440px;
  margin-top: auto;
  margin-bottom: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff8ec;
}

body.is-marketing-preview .restaurant-hero h4 {
  max-width: 8ch;
  font-size: clamp(3.25rem, 6vw, 5rem);
}

body.is-marketing-preview .restaurant-hero p {
  max-width: 28ch;
  color: rgba(255, 248, 236, 0.78);
}

body.is-marketing-preview .restaurant-menu {
  max-width: 560px;
  border-radius: 999px;
  background: rgba(255, 246, 228, 0.88);
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-examples-head h2 {
    max-width: 10.5ch;
  }

  body.is-marketing-preview .landing-examples-head > p {
    max-width: 31ch;
  }

  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card,
  body.is-marketing-preview .landing-example-card.is-aesthetic-card {
    flex-basis: min(342px, 86vw);
    height: 560px;
    min-height: 560px;
    max-height: 560px;
    border-radius: 28px;
  }

  body.is-marketing-preview .bespoke-site {
    height: 560px;
    min-height: 560px;
    border-radius: 28px;
  }

  body.is-marketing-preview .bespoke-logo > span {
    width: 38px;
    height: 38px;
  }

  body.is-marketing-preview .bespoke-logo strong {
    font-size: 0.9rem;
  }

  body.is-marketing-preview .site-luma {
    background:
      linear-gradient(180deg, rgba(255, 250, 238, 0.98) 0 50%, rgba(15, 62, 56, 0.94) 50% 100%);
  }

  body.is-marketing-preview .site-luma::before {
    background:
      linear-gradient(180deg, rgba(255, 250, 238, 0.98) 0 48%, rgba(15, 62, 56, 0.18) 48% 100%),
      url("/assets/optimized/site-aesthetic-clinic.webp") center bottom/100% 54% no-repeat;
  }

  body.is-marketing-preview .site-luma::after {
    left: 14px;
    bottom: 188px;
    font-size: 4.4rem;
  }

  body.is-marketing-preview .luma-shell {
    gap: 12px;
    padding: 14px;
  }

  body.is-marketing-preview .luma-nav nav {
    display: none;
  }

  body.is-marketing-preview .luma-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 12px;
  }

  body.is-marketing-preview .luma-copy {
    align-content: start;
    padding: 12px 0 0;
  }

  body.is-marketing-preview .luma-copy h4 {
    max-width: 8ch;
    font-size: 2.55rem;
  }

  body.is-marketing-preview .luma-copy p {
    max-width: 24ch;
    font-size: 0.74rem;
  }

  body.is-marketing-preview .luma-hero figure {
    min-height: 245px;
    border-radius: 34px 34px 8px 34px;
  }

  body.is-marketing-preview .luma-proof {
    display: none;
  }

  body.is-marketing-preview .beauty-app {
    padding: 14px;
  }

  body.is-marketing-preview .beauty-rail {
    border-radius: 20px;
  }

  body.is-marketing-preview .beauty-rail small {
    display: none;
  }

  body.is-marketing-preview .beauty-screen {
    padding: 0 0 122px;
  }

  body.is-marketing-preview .beauty-booking-card {
    width: 82%;
    bottom: 74px;
  }

  body.is-marketing-preview .beauty-booking-card h4 {
    font-size: 1.82rem;
  }

  body.is-marketing-preview .dental-page {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    gap: 12px;
    padding: 14px;
  }

  body.is-marketing-preview .dental-nav {
    grid-column: 1;
  }

  body.is-marketing-preview .dental-nav button {
    display: none;
  }

  body.is-marketing-preview .dental-copy {
    grid-row: 2;
    grid-column: 1;
    padding: 18px;
    border-radius: 28px 28px 8px 28px;
  }

  body.is-marketing-preview .dental-copy h4 {
    font-size: 2.35rem;
  }

  body.is-marketing-preview .dental-hero-v2 img {
    grid-row: 3;
    grid-column: 1;
    min-height: 210px;
    border-radius: 8px 32px 32px 32px;
  }

  body.is-marketing-preview .dental-service-grid {
    grid-row: 4;
    grid-column: 1;
  }

  body.is-marketing-preview .lex-layout {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .lex-index {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(213, 168, 100, 0.2);
  }

  body.is-marketing-preview .lex-index span:not(.bespoke-logo span):not(.bespoke-logo strong) {
    display: none;
  }

  body.is-marketing-preview .lex-main {
    padding: 16px;
  }

  body.is-marketing-preview .lex-main img {
    inset: auto 16px 16px auto;
    width: 82%;
    height: 55%;
    border-radius: 56px 56px 8px 56px;
  }

  body.is-marketing-preview .lex-headline {
    max-width: 290px;
    padding: 20px;
  }

  body.is-marketing-preview .lex-headline h4 {
    font-size: 2.7rem;
  }

  body.is-marketing-preview .lex-headline button {
    display: none;
  }

  body.is-marketing-preview .ruch-page {
    padding: 14px;
  }

  body.is-marketing-preview .ruch-kinetic {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
  }

  body.is-marketing-preview .ruch-plan {
    padding: 18px;
    transform: none;
  }

  body.is-marketing-preview .ruch-plan h4 {
    font-size: 2.55rem;
  }

  body.is-marketing-preview .ruch-kinetic img {
    min-height: 250px;
    border-radius: 999px 999px 18px 18px;
  }

  body.is-marketing-preview .ruch-metrics {
    display: none;
  }

  body.is-marketing-preview .restaurant-overlay {
    padding: 14px;
  }

  body.is-marketing-preview .restaurant-nav {
    width: 100%;
  }

  body.is-marketing-preview .restaurant-nav .bespoke-logo strong {
    color: #1d1009;
    text-shadow: none;
  }

  body.is-marketing-preview .restaurant-hero {
    max-width: 300px;
    margin-bottom: 20px;
  }

  body.is-marketing-preview .restaurant-hero h4 {
    font-size: 2.9rem;
  }

  body.is-marketing-preview .restaurant-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    max-width: 230px;
    border-radius: 24px;
  }
}

@media (max-width: 420px) {
  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card,
  body.is-marketing-preview .landing-example-card.is-aesthetic-card {
    flex-basis: min(330px, 88vw);
    height: 540px;
    min-height: 540px;
    max-height: 540px;
  }

  body.is-marketing-preview .bespoke-site {
    height: 540px;
    min-height: 540px;
  }
}

/* Portfolio v7: small visual QA fixes after browser review. */
body.is-marketing-preview .luma-copy h4 {
  max-width: 7.4ch;
}

@media (max-width: 760px) {
  body.is-marketing-preview .lex-index {
    position: relative;
    z-index: 3;
    min-height: 74px;
    padding: 14px;
    background: rgba(8, 11, 18, 0.84);
  }

  body.is-marketing-preview .lex-index .bespoke-logo {
    display: inline-flex;
    min-width: 0;
  }

  body.is-marketing-preview .lex-index .bespoke-logo > span {
    width: 38px;
    height: 38px;
  }

  body.is-marketing-preview .lex-index .bespoke-logo strong {
    display: block;
    color: #f5d7a1;
    font-size: 0.98rem;
  }

  body.is-marketing-preview .restaurant-menu {
    display: none;
  }

  body.is-marketing-preview .restaurant-hero {
    margin-bottom: 0;
  }
}

/* Path choice v9: turn the post-CTA chooser into a compact conversion step. */
body.is-marketing-preview .path-choice {
  align-items: stretch;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 122, 69, 0.13), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(239, 248, 255, 0.82));
}

body.is-marketing-preview .path-choice::before {
  content: "Wybierz start";
  grid-column: 1;
  align-self: end;
  max-width: 8ch;
  margin: 0;
  font-size: clamp(2.2rem, 3.3vw, 3.3rem);
  line-height: 0.88;
}

body.is-marketing-preview .path-choice::after {
  content: "Dwa wejścia, jeden prosty flow: brief, podgląd, poprawki i paczka plików.";
  grid-column: 1;
  align-self: start;
  max-width: 28ch;
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.34;
}

body.is-marketing-preview .path-option {
  display: grid;
  align-content: space-between;
  gap: 10px;
  min-height: 232px;
  padding: 18px;
  border-radius: 24px;
}

body.is-marketing-preview .path-option[data-path="scratch"],
body.is-marketing-preview .path-option[data-path="improve"] {
  min-height: 232px;
}

body.is-marketing-preview .path-option::before {
  position: relative;
  left: auto;
  top: auto;
  width: max-content;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.72rem;
}

body.is-marketing-preview .path-option[data-path="scratch"]::before {
  content: "01";
}

body.is-marketing-preview .path-option[data-path="improve"]::before {
  content: "02";
}

body.is-marketing-preview .path-option[data-path="scratch"]::after {
  content: "499 zł";
  right: 16px;
  top: 16px;
  bottom: auto;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #112038;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1;
  transform: none;
  box-shadow: 0 14px 28px rgba(255, 122, 69, 0.22);
}

body.is-marketing-preview .path-option[data-path="improve"]::after {
  content: "audyt WWW";
  right: 16px;
  top: 16px;
  bottom: auto;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(42, 102, 217, 0.12);
  color: #112038;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.is-marketing-preview .path-option small {
  width: max-content;
  max-width: 100%;
}

body.is-marketing-preview .path-option strong {
  max-width: 13ch;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

body.is-marketing-preview .path-option > span:not(.path-option-meta) {
  max-width: 32ch;
  font-size: 0.86rem;
  line-height: 1.32;
}

body.is-marketing-preview .path-option-meta {
  gap: 5px;
}

body.is-marketing-preview .path-option-meta i {
  min-height: 28px;
  padding: 7px 9px;
  font-size: 0.58rem;
}

@media (min-width: 761px) and (max-width: 980px) {
  body.is-marketing-preview .path-choice {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.is-marketing-preview .path-choice::before,
  body.is-marketing-preview .path-choice::after {
    grid-column: 1 / 3;
  }

  body.is-marketing-preview .path-choice::before {
    max-width: none;
    align-self: auto;
    font-size: clamp(2.15rem, 5vw, 3rem);
  }

  body.is-marketing-preview .path-choice::after {
    max-width: 46ch;
    align-self: auto;
  }

  body.is-marketing-preview .path-option,
  body.is-marketing-preview .path-option[data-path="scratch"],
  body.is-marketing-preview .path-option[data-path="improve"] {
    min-height: 250px;
  }
}

@media (max-width: 760px) {
  body.is-marketing-preview .path-choice {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
    border-radius: 24px;
  }

  body.is-marketing-preview .path-choice::before,
  body.is-marketing-preview .path-choice::after {
    grid-column: 1;
  }

  body.is-marketing-preview .path-choice::before {
    max-width: none;
    margin: 0;
    font-size: clamp(1.85rem, 8vw, 2.32rem);
    line-height: 0.92;
  }

  body.is-marketing-preview .path-choice::after {
    max-width: 30ch;
    margin: -2px 0 2px;
    font-size: 0.78rem;
    line-height: 1.28;
  }

  body.is-marketing-preview .path-option,
  body.is-marketing-preview .path-option[data-path="scratch"],
  body.is-marketing-preview .path-option[data-path="improve"] {
    min-height: 0;
    gap: 7px;
    padding: 13px;
    border-radius: 18px;
  }

  body.is-marketing-preview .path-option::before {
    min-width: 30px;
    height: 30px;
    padding: 0 9px;
    font-size: 0.64rem;
  }

  body.is-marketing-preview .path-option[data-path="scratch"]::after,
  body.is-marketing-preview .path-option[data-path="improve"]::after {
    right: 12px;
    top: 12px;
    padding: 7px 9px;
    font-size: 0.68rem;
  }

  body.is-marketing-preview .path-option small {
    padding: 6px 8px;
    font-size: 0.55rem;
  }

  body.is-marketing-preview .path-option[data-path="improve"] small {
    display: none;
  }

  body.is-marketing-preview .path-option[data-path="improve"] strong {
    margin-top: 26px;
  }

  body.is-marketing-preview .path-option strong {
    max-width: 16ch;
    font-size: 1.18rem;
    line-height: 0.98;
  }

  body.is-marketing-preview .path-option > span:not(.path-option-meta) {
    max-width: 30ch;
    font-size: 0.74rem;
    line-height: 1.26;
  }

  body.is-marketing-preview .path-option-meta i {
    min-height: 24px;
    padding: 5px 7px;
    font-size: 0.52rem;
  }

  body.is-marketing-preview .path-option-meta i:nth-child(3) {
    display: none;
  }
}

/* Fit strip v7: shorten the repeated education before the proof and examples. */
body.is-marketing-preview .landing-visual-grid {
  grid-template-columns: 1.05fr 0.95fr 0.95fr;
}

body.is-marketing-preview .landing-visual-card {
  min-height: 190px;
  padding: 22px;
}

body.is-marketing-preview .landing-visual-card.is-offer {
  min-height: 230px;
}

body.is-marketing-preview .landing-visual-card h2 {
  max-width: 11.5ch;
}

body.is-marketing-preview .landing-visual-card.is-money h2,
body.is-marketing-preview .landing-visual-card.is-proof h2 {
  max-width: 10.5ch;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-visual-grid {
    gap: 8px;
  }

  body.is-marketing-preview .landing-visual-card,
  body.is-marketing-preview .landing-visual-card.is-offer,
  body.is-marketing-preview .landing-visual-card.is-money,
  body.is-marketing-preview .landing-visual-card.is-proof {
    min-height: 118px;
    padding: 14px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-visual-card h2,
  body.is-marketing-preview .landing-visual-card.is-money h2,
  body.is-marketing-preview .landing-visual-card.is-proof h2 {
    max-width: 12ch;
    font-size: clamp(1.26rem, 6vw, 1.72rem);
    line-height: 0.94;
  }

  body.is-marketing-preview .landing-visual-card span {
    max-width: 26ch;
    font-size: 0.72rem;
    line-height: 1.24;
  }
}

/* Proof panel v8: keep the proof, remove repeated mobile layers. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-proof-panel {
    gap: 9px;
    padding: 14px;
    border-radius: 24px;
  }

  body.is-marketing-preview .landing-proof-copy {
    gap: 8px;
  }

  body.is-marketing-preview .landing-proof-copy h2 {
    max-width: 9ch;
    font-size: clamp(1.92rem, 9vw, 2.42rem);
    line-height: 0.88;
  }

  body.is-marketing-preview .landing-proof-lead {
    max-width: 32ch;
    font-size: 0.76rem;
    line-height: 1.28;
  }

  body.is-marketing-preview .landing-proof-pills {
    display: none;
  }

  body.is-marketing-preview .landing-proof-checklist {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    padding: 6px;
    border-radius: 15px;
  }

  body.is-marketing-preview .landing-proof-checklist span {
    min-height: 54px;
    padding: 6px 5px;
    border-radius: 12px;
    font-size: 0.56rem;
    line-height: 1.1;
  }

  body.is-marketing-preview .landing-proof-checklist strong {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    font-size: 0.56rem;
  }

  body.is-marketing-preview .landing-proof-board {
    gap: 7px;
    padding: 7px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-proof-screen.is-hero-proof {
    padding: 8px;
    border-radius: 17px;
  }

  body.is-marketing-preview .proof-mini-site {
    min-height: 196px;
    padding: 8px;
    border-radius: 18px;
  }

  body.is-marketing-preview .proof-mini-nav {
    min-height: 36px;
    padding: 7px;
    border-radius: 14px;
  }

  body.is-marketing-preview .proof-mini-nav strong {
    font-size: 0.82rem;
  }

  body.is-marketing-preview .proof-mini-nav small {
    padding: 5px 7px;
    font-size: 0.54rem;
  }

  body.is-marketing-preview .proof-mini-hero {
    gap: 6px;
    padding: 10px;
    border-radius: 16px;
  }

  body.is-marketing-preview .proof-mini-hero h3 {
    max-width: 10ch;
    font-size: 1.22rem;
    line-height: 0.92;
  }

  body.is-marketing-preview .proof-mini-hero p {
    max-width: 23ch;
    font-size: 0.6rem;
    line-height: 1.16;
  }

  body.is-marketing-preview .proof-mini-hero button {
    min-height: 34px;
    padding: 7px 10px;
    border-radius: 12px;
    font-size: 0.68rem;
  }

  body.is-marketing-preview .proof-mini-lines {
    display: none;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof,
  body.is-marketing-preview .landing-proof-screen.is-package-proof {
    min-height: 104px;
    padding: 9px;
    border-radius: 16px;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof > span,
  body.is-marketing-preview .landing-proof-screen.is-package-proof > span {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    font-size: 0.58rem;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof h3,
  body.is-marketing-preview .landing-proof-screen.is-package-proof h3 {
    font-size: 0.92rem;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof small {
    padding: 5px 6px;
    font-size: 0.48rem;
  }

  body.is-marketing-preview .landing-proof-screen.is-package-proof strong {
    padding: 7px;
    border-radius: 10px;
    font-size: 0.56rem;
  }
}

/* Auth modal v5: mobile should feel like checkout, not another landing section. */
@media (max-width: 760px) {
  body.is-marketing-preview .auth-modal-backdrop {
    padding: 10px;
  }

  body.is-marketing-preview .auth-modal {
    gap: 8px;
    margin-block: 10px;
    padding: 14px;
    border-radius: 24px;
  }

  body.is-marketing-preview .auth-modal-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  body.is-marketing-preview .auth-modal-header h2 {
    max-width: 11ch;
    font-size: clamp(1.72rem, 8vw, 2.18rem);
    line-height: 0.9;
  }

  body.is-marketing-preview .auth-modal-header p:not(.eyebrow) {
    max-width: 30ch;
    font-size: 0.76rem;
    line-height: 1.24;
  }

  body.is-marketing-preview .auth-modal-header .eyebrow {
    font-size: 0.58rem;
  }

  body.is-marketing-preview #auth-modal-close {
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 13px;
    font-size: 0.78rem;
  }

  body.is-marketing-preview .auth-value-strip {
    gap: 5px;
  }

  body.is-marketing-preview .auth-value-strip span {
    min-height: 38px;
    padding: 6px;
    border-radius: 13px;
  }

  body.is-marketing-preview .auth-value-strip strong {
    font-size: 0.92rem;
  }

  body.is-marketing-preview .auth-mode-button {
    min-height: 40px;
    border-radius: 14px;
    font-size: 0.82rem;
  }

  body.is-marketing-preview .auth-form {
    gap: 6px;
  }

  body.is-marketing-preview .auth-form label {
    font-size: 0.66rem;
  }

  body.is-marketing-preview .auth-form input {
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 0.86rem;
  }

  body.is-marketing-preview .auth-form-actions {
    gap: 6px;
  }

  body.is-marketing-preview .auth-form-actions button {
    min-height: 48px;
    border-radius: 15px;
    font-size: 0.86rem;
  }

  body.is-marketing-preview .auth-safe-note {
    padding: 9px 10px;
    border-radius: 13px;
    font-size: 0.66rem;
    line-height: 1.2;
  }

  body.is-marketing-preview .auth-studio-card {
    display: none;
  }
}

/* FAQ v6: shorter objection handling before the final decision. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-faq-card {
    gap: 10px;
    padding: 14px;
    border-radius: 24px;
  }

  body.is-marketing-preview .landing-faq-heading {
    gap: 7px;
  }

  body.is-marketing-preview .landing-faq-heading h2 {
    max-width: 9.5ch;
    font-size: clamp(1.92rem, 9vw, 2.55rem);
  }

  body.is-marketing-preview .landing-faq-heading p {
    max-width: 31ch;
    font-size: 0.76rem;
    line-height: 1.26;
  }

  body.is-marketing-preview .landing-faq-receipt {
    gap: 6px;
    padding: 10px;
    border-radius: 17px;
  }

  body.is-marketing-preview .landing-faq-price {
    font-size: 1.4rem;
  }

  body.is-marketing-preview .landing-faq-receipt strong {
    font-size: 0.92rem;
    line-height: 1.06;
  }

  body.is-marketing-preview .landing-faq-receipt p {
    display: none;
  }

  body.is-marketing-preview .landing-faq-receipt div {
    gap: 5px;
  }

  body.is-marketing-preview .landing-faq-receipt small {
    min-height: 28px;
    padding: 6px 7px;
    font-size: 0.54rem;
  }

  body.is-marketing-preview .landing-faq-list {
    gap: 7px;
  }

  body.is-marketing-preview details.landing-faq-item summary {
    min-height: 50px;
    padding: 12px;
    font-size: 0.94rem;
    line-height: 1.12;
  }

  body.is-marketing-preview details.landing-faq-item summary::after {
    width: 28px;
    height: 28px;
    font-size: 0.92rem;
  }

  body.is-marketing-preview details.landing-faq-item p {
    padding: 0 12px 12px;
    font-size: 0.76rem;
    line-height: 1.28;
  }
}

/* Final CTA v7: make the last push shorter and more decisive on mobile. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-final-cta {
    gap: 12px;
    padding: 16px;
    border-radius: 26px;
  }

  body.is-marketing-preview .landing-final-copy {
    gap: 9px;
  }

  body.is-marketing-preview .landing-final-copy h2 {
    max-width: 10ch;
    font-size: clamp(2rem, 9vw, 2.64rem);
    line-height: 0.88;
  }

  body.is-marketing-preview .landing-final-copy p:not(.landing-story-kicker) {
    max-width: 30ch;
    font-size: 0.78rem;
    line-height: 1.26;
  }

  body.is-marketing-preview .landing-final-proofline {
    gap: 5px;
  }

  body.is-marketing-preview .landing-final-proofline span {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 0.62rem;
  }

  body.is-marketing-preview .landing-final-panel {
    gap: 8px;
    padding: 10px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-final-panel > img {
    display: none;
  }

  body.is-marketing-preview .landing-final-receipt {
    min-height: 56px;
    padding: 10px 12px;
    border-radius: 15px;
  }

  body.is-marketing-preview .landing-final-receipt strong {
    font-size: 1.7rem;
  }

  body.is-marketing-preview .landing-final-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  body.is-marketing-preview .landing-final-steps span {
    min-height: 54px;
    padding: 7px;
    border-radius: 13px;
    font-size: 0.58rem;
    line-height: 1.12;
  }

  body.is-marketing-preview .landing-final-actions {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 7px;
  }

  body.is-marketing-preview .landing-final-actions .landing-primary-cta,
  body.is-marketing-preview .landing-final-actions .secondary-button {
    min-height: 48px;
    padding-inline: 8px;
    border-radius: 15px;
    font-size: 0.82rem;
  }

  body.is-marketing-preview .landing-final-assurance {
    display: none;
  }
}

/* Product positioning v12: make the post-hero bridge feel like SaaS packaging, not agency copy. */
body.is-marketing-preview .landing-brand-band {
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.72fr) minmax(260px, 0.5fr);
  gap: 16px;
  align-items: stretch;
  padding: 20px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 223, 107, 0.22), transparent 24%),
    radial-gradient(circle at 12% 82%, rgba(24, 210, 255, 0.13), transparent 28%),
    linear-gradient(135deg, #fff7ea 0%, #f7fbff 55%, #fff2df 100%);
  box-shadow: 0 24px 58px rgba(17, 32, 56, 0.1);
}

body.is-marketing-preview .landing-brand-band::before {
  inset: 12px;
  border-color: rgba(17, 32, 56, 0.06);
  border-radius: 24px;
}

body.is-marketing-preview .landing-brand-band::after {
  content: "499 zł\A pierwszy projekt\A ZIP + instrukcja";
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 178px;
  align-content: center;
  justify-items: start;
  padding: 22px;
  border: 1px solid rgba(17, 32, 56, 0.09);
  border-radius: 28px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 223, 107, 0.5), transparent 28%),
    linear-gradient(160deg, #112038, #163d62);
  color: #fff9ed;
  font-family: var(--sans);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.35;
  white-space: pre-line;
  box-shadow: 0 24px 48px rgba(17, 32, 56, 0.16);
}

body.is-marketing-preview .landing-brand-band-copy {
  align-content: center;
  gap: 12px;
}

body.is-marketing-preview .landing-brand-band-copy h2 {
  max-width: 15ch;
  font-size: clamp(2.15rem, 3.4vw, 3.5rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

body.is-marketing-preview .landing-brand-band-copy p:not(.landing-story-kicker) {
  max-width: 44ch;
  color: rgba(17, 32, 56, 0.72);
  font-size: 0.96rem;
  line-height: 1.42;
}

body.is-marketing-preview .landing-brand-band-points {
  grid-template-columns: 1fr;
  gap: 8px;
  align-content: center;
}

body.is-marketing-preview .landing-brand-band-points span {
  position: relative;
  min-height: 50px;
  padding: 12px 14px 12px 42px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

body.is-marketing-preview .landing-brand-band-points span::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  transform: translateY(-50%);
  box-shadow: 0 0 0 6px rgba(255, 122, 69, 0.1);
}

body.is-marketing-preview .landing-process-card {
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
}

body.is-marketing-preview .landing-process-copy h2 {
  max-width: 11ch;
}

@media (max-width: 980px) {
  body.is-marketing-preview .landing-brand-band {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr);
  }

  body.is-marketing-preview .landing-brand-band::after {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  body.is-marketing-preview .landing-brand-band-points {
    grid-column: 1;
  }
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-brand-band {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
    border-radius: 26px;
  }

  body.is-marketing-preview .landing-brand-band::before {
    inset: 8px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-brand-band::after {
    content: "499 zł | projekt + ZIP + instrukcja";
    grid-column: auto;
    grid-row: auto;
    min-height: 56px;
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border-radius: 20px;
    font-size: 0.78rem;
    white-space: normal;
  }

  body.is-marketing-preview .landing-brand-band-copy h2 {
    max-width: 13ch;
    font-size: clamp(1.86rem, 8vw, 2.32rem);
    line-height: 0.9;
  }

  body.is-marketing-preview .landing-brand-band-copy p:not(.landing-story-kicker) {
    max-width: 34ch;
    font-size: 0.78rem;
    line-height: 1.28;
  }

  body.is-marketing-preview .landing-brand-band-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  body.is-marketing-preview .landing-brand-band-points span {
    min-height: 48px;
    padding: 9px 9px 9px 28px;
    border-radius: 14px;
    font-size: 0.68rem;
    line-height: 1.16;
  }

  body.is-marketing-preview .landing-brand-band-points span::before {
    left: 10px;
    width: 8px;
    height: 8px;
  }

  body.is-marketing-preview .landing-process-card {
    gap: 10px;
  }

  body.is-marketing-preview .landing-process-copy h2 {
    max-width: 12ch;
    font-size: clamp(1.72rem, 8vw, 2.2rem);
  }
}

/* Delivery v5: package-first clarity, with steps reduced to a compact proof strip. */
body.is-marketing-preview .landing-delivery-card {
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 18px;
}

body.is-marketing-preview .landing-delivery-heading h2 {
  max-width: 10ch;
}

body.is-marketing-preview .landing-delivery-steps article {
  min-height: 168px;
  background:
    radial-gradient(circle at 88% 82%, rgba(255, 223, 107, 0.12), transparent 28%),
    rgba(255, 249, 237, 0.14);
}

body.is-marketing-preview .landing-delivery-steps article:nth-child(2),
body.is-marketing-preview .landing-delivery-steps article:nth-child(4) {
  transform: translateY(12px);
}

body.is-marketing-preview .landing-delivery-steps h3 {
  max-width: 13ch;
}

body.is-marketing-preview .landing-output-pack {
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  margin-top: 0;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 223, 107, 0.13), transparent 28%),
    rgba(255, 249, 237, 0.1);
}

body.is-marketing-preview .landing-output-pack-main h3 {
  max-width: 14ch;
  font-size: clamp(1.8rem, 2.7vw, 2.6rem);
  line-height: 0.94;
}

body.is-marketing-preview .landing-output-receipt span {
  grid-template-columns: auto 1fr;
  justify-items: start;
  min-height: 54px;
  padding: 10px 12px;
  border-radius: 14px;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-delivery-card {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
    border-radius: 24px;
  }

  body.is-marketing-preview .landing-delivery-heading,
  body.is-marketing-preview .landing-delivery-steps,
  body.is-marketing-preview .landing-output-pack,
  body.is-marketing-preview .landing-delivery-note {
    grid-column: 1;
  }

  body.is-marketing-preview .landing-delivery-heading {
    padding: 13px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-delivery-heading h2 {
    max-width: 11ch;
    font-size: clamp(1.78rem, 8vw, 2.32rem);
  }

  body.is-marketing-preview .landing-delivery-heading p:not(.landing-story-kicker) {
    max-width: 32ch;
    font-size: 0.76rem;
    line-height: 1.26;
  }

  body.is-marketing-preview .landing-delivery-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  body.is-marketing-preview .landing-delivery-steps article,
  body.is-marketing-preview .landing-delivery-steps article:nth-child(2),
  body.is-marketing-preview .landing-delivery-steps article:nth-child(4) {
    min-height: 72px;
    gap: 5px;
    align-content: center;
    justify-items: center;
    padding: 8px 5px;
    border-radius: 14px;
    text-align: center;
    transform: none;
  }

  body.is-marketing-preview .landing-delivery-steps article::after {
    content: none;
  }

  body.is-marketing-preview .landing-delivery-steps span {
    width: 26px;
    height: 26px;
    font-size: 0.72rem;
  }

  body.is-marketing-preview .landing-delivery-steps h3 {
    max-width: 8ch;
    font-size: 0.68rem;
    line-height: 1.04;
  }

  body.is-marketing-preview .landing-delivery-steps p {
    display: none;
  }

  body.is-marketing-preview .landing-output-pack {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px;
    border-radius: 17px;
  }

  body.is-marketing-preview .landing-output-pack-main h3 {
    max-width: 13ch;
    font-size: 1.35rem;
  }

  body.is-marketing-preview .landing-output-pack-main p:not(.landing-story-kicker) {
    display: none;
  }

  body.is-marketing-preview .landing-output-receipt {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  body.is-marketing-preview .landing-output-receipt span {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 48px;
    padding: 7px 5px;
    border-radius: 12px;
    font-size: 0.52rem;
    text-align: center;
  }

  body.is-marketing-preview .landing-output-receipt strong {
    font-size: 0.66rem;
  }

  body.is-marketing-preview .landing-delivery-note {
    padding: 10px 11px;
    border-radius: 14px;
  }

  body.is-marketing-preview .landing-delivery-note strong {
    font-size: 0.88rem;
  }

body.is-marketing-preview .landing-delivery-note p {
    font-size: 0.62rem;
    line-height: 1.22;
  }
}

/* Portfolio v8: distinct client-like website previews, not one layout with swapped photos. */
body.is-marketing-preview .landing-examples-card {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 12%, rgba(255, 122, 69, 0.2), transparent 26%),
    radial-gradient(circle at 86% 7%, rgba(36, 214, 255, 0.2), transparent 28%),
    radial-gradient(circle at 58% 102%, rgba(255, 223, 107, 0.26), transparent 34%),
    linear-gradient(135deg, #fff3e6 0%, #eefcff 47%, #fff8e8 100%);
}

body.is-marketing-preview .landing-examples-card::after {
  content: "realne uklady, rozne branze";
  position: absolute;
  right: clamp(20px, 5vw, 74px);
  top: 104px;
  z-index: 0;
  color: rgba(17, 32, 56, 0.055);
  font-family: var(--display);
  font-size: clamp(4.4rem, 10vw, 9.4rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.78;
  pointer-events: none;
  text-align: right;
  text-transform: uppercase;
}

body.is-marketing-preview .landing-examples-head,
body.is-marketing-preview .landing-case-strip,
body.is-marketing-preview .landing-portfolio-note,
body.is-marketing-preview .landing-examples-controls,
body.is-marketing-preview .landing-examples-track {
  position: relative;
  z-index: 2;
}

body.is-marketing-preview .landing-examples-head h2 {
  max-width: 13ch;
}

body.is-marketing-preview .landing-examples-head > p {
  max-width: 47ch;
}

body.is-marketing-preview .landing-case-strip {
  width: min(900px, 100%);
  border-color: rgba(17, 32, 56, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(17, 32, 56, 0.08);
}

body.is-marketing-preview .landing-portfolio-note {
  max-width: 680px;
  margin-top: -2px;
  background: rgba(17, 32, 56, 0.92);
  color: #fff8ea;
  box-shadow: 0 22px 52px rgba(17, 32, 56, 0.16);
}

body.is-marketing-preview .landing-portfolio-note span {
  color: rgba(255, 248, 234, 0.72);
}

body.is-marketing-preview .landing-examples-track {
  align-items: stretch;
  gap: 28px;
  padding: 14px 2px 30px;
}

body.is-marketing-preview .landing-example-card,
body.is-marketing-preview .landing-example-card.is-beauty-card,
body.is-marketing-preview .landing-example-card.is-law-card,
body.is-marketing-preview .landing-example-card.is-dental-card,
body.is-marketing-preview .landing-example-card.is-physio-card,
body.is-marketing-preview .landing-example-card.is-restaurant-card,
body.is-marketing-preview .landing-example-card.is-aesthetic-card {
  height: 640px;
  min-height: 640px;
  max-height: 640px;
  background: transparent;
  box-shadow: 0 34px 92px rgba(17, 32, 56, 0.16);
}

body.is-marketing-preview .landing-example-card.is-aesthetic-card {
  flex-basis: min(860px, 92vw);
}

body.is-marketing-preview .landing-example-card.is-beauty-card {
  flex-basis: min(540px, 82vw);
}

body.is-marketing-preview .landing-example-card.is-dental-card {
  flex-basis: min(790px, 91vw);
}

body.is-marketing-preview .landing-example-card.is-law-card {
  flex-basis: min(650px, 87vw);
}

body.is-marketing-preview .landing-example-card.is-physio-card {
  flex-basis: min(710px, 89vw);
}

body.is-marketing-preview .landing-example-card.is-restaurant-card {
  flex-basis: min(820px, 92vw);
}

body.is-marketing-preview .bespoke-site {
  height: 640px;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 30px 86px rgba(17, 32, 56, 0.16);
}

body.is-marketing-preview .bespoke-logo {
  gap: 10px;
}

body.is-marketing-preview .bespoke-logo > span {
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

body.is-marketing-preview .bespoke-logo > span::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: inherit;
}

body.is-marketing-preview .bespoke-logo strong {
  letter-spacing: -0.055em;
}

body.is-marketing-preview .luma-logo > span {
  background:
    radial-gradient(circle at 34% 26%, #fff6c9 0 15%, transparent 16%),
    linear-gradient(135deg, #5b3b11, #d5a344 48%, #fff0a8 52%, #7b541b);
  color: #1d160b;
}

body.is-marketing-preview .blask-logo > span {
  background:
    radial-gradient(circle at 30% 24%, #fff 0 12%, transparent 13%),
    linear-gradient(135deg, #ff2f8f, #ff7a45 48%, #ffe36e);
  color: #2e1234;
}

body.is-marketing-preview .dental-logo > span {
  background:
    linear-gradient(135deg, #ffffff, #d7f4ff 48%, #1688d3);
  color: #064675;
}

body.is-marketing-preview .lex-logo > span {
  background:
    linear-gradient(135deg, #f9e1a8, #9f6c2c 50%, #29180a);
  color: #15100a;
}

body.is-marketing-preview .ruch-logo > span {
  background:
    radial-gradient(circle at 68% 24%, #ffffff 0 10%, transparent 11%),
    linear-gradient(135deg, #dfff54, #00b982 52%, #053d36);
  color: #052f2b;
}

body.is-marketing-preview .stol-logo > span {
  background:
    radial-gradient(circle at 50% 48%, transparent 0 42%, rgba(255, 235, 198, 0.36) 43% 44%, transparent 45%),
    linear-gradient(135deg, #fff0c8, #b64624 50%, #281006);
  color: #281006;
}

body.is-marketing-preview .site-luma {
  border-radius: 42px 42px 120px 42px;
  background:
    linear-gradient(90deg, #fff7e9 0 43%, #0f3e38 43% 100%);
}

body.is-marketing-preview .site-luma::before {
  inset: 0 0 0 auto;
  width: 58%;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(15, 62, 56, 0.18), rgba(15, 62, 56, 0.02)),
    url("/assets/optimized/site-aesthetic-clinic.webp") center/cover no-repeat;
}

body.is-marketing-preview .site-luma::after {
  content: "LC";
  left: 28px;
  bottom: 22px;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(180, 137, 55, 0.3);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(135deg, rgba(213, 163, 68, 0.34), rgba(255, 248, 228, 0.68));
  color: rgba(91, 59, 17, 0.72);
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 900;
}

body.is-marketing-preview .luma-shell {
  height: 100%;
  padding: 28px;
}

body.is-marketing-preview .luma-nav {
  width: min(720px, 100%);
  max-width: none;
  border: 1px solid rgba(180, 137, 55, 0.14);
  border-radius: 999px;
}

body.is-marketing-preview .luma-hero {
  grid-template-columns: minmax(260px, 0.68fr) minmax(390px, 1.32fr);
  align-items: stretch;
}

body.is-marketing-preview .luma-copy {
  justify-items: start;
  padding: 36px 6px 96px 0;
}

body.is-marketing-preview .luma-copy h4 {
  max-width: 7.1ch;
  font-size: clamp(3.7rem, 6.2vw, 5.45rem);
}

body.is-marketing-preview .luma-hero figure {
  min-height: 468px;
  border-radius: 999px 999px 18px 18px;
  transform: translateY(28px);
}

body.is-marketing-preview .luma-proof {
  left: 174px;
  bottom: 32px;
}

body.is-marketing-preview .site-blask {
  border-radius: 54px;
  background:
    radial-gradient(circle at 22% 78%, rgba(255, 255, 255, 0.36), transparent 20%),
    radial-gradient(circle at 86% 16%, #ffe95f 0 11%, transparent 12%),
    linear-gradient(155deg, #1d1234 0%, #ff2f8f 44%, #ff8648 72%, #ffe36e 100%);
}

body.is-marketing-preview .beauty-app {
  grid-template-columns: 108px minmax(0, 1fr);
  grid-template-rows: 1fr;
  height: 100%;
  gap: 14px;
  padding: 18px;
}

body.is-marketing-preview .beauty-rail {
  display: grid;
  min-height: 100%;
  align-content: space-between;
  justify-items: start;
  padding: 16px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 34px;
  background: rgba(18, 12, 36, 0.9);
  color: #fff8f2;
}

body.is-marketing-preview .beauty-rail .bespoke-logo {
  display: grid;
}

body.is-marketing-preview .beauty-rail button {
  width: 100%;
  border-radius: 999px;
  background: #fff8f2;
  color: #1d1234;
}

body.is-marketing-preview .beauty-screen {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 100%;
  padding: 12px 12px 128px;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 226, 0.9));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.76);
}

body.is-marketing-preview .beauty-photo {
  min-height: 342px;
  border-radius: 30px 30px 8px 30px;
  transform: none;
}

body.is-marketing-preview .beauty-photo::after {
  content: "GLOW / BOOKING";
}

body.is-marketing-preview .beauty-booking-card {
  right: 24px;
  bottom: 76px;
  width: min(300px, 84%);
  border: 0;
  background: #1d1234;
  color: #fff8f2;
  box-shadow: 0 22px 54px rgba(29, 18, 52, 0.28);
}

body.is-marketing-preview .beauty-booking-card span,
body.is-marketing-preview .beauty-booking-card p {
  color: rgba(255, 248, 242, 0.72);
}

body.is-marketing-preview .beauty-slots {
  left: 24px;
  right: 24px;
  bottom: 22px;
}

body.is-marketing-preview .site-novadent {
  border-radius: 18px 56px 56px 18px;
  background:
    linear-gradient(90deg, #f8fdff 0 50%, #e2f6ff 50% 100%);
}

body.is-marketing-preview .dental-page {
  grid-template-columns: minmax(290px, 0.85fr) minmax(360px, 1.15fr);
  grid-template-rows: auto 1fr auto;
  height: 100%;
  padding: 24px;
}

body.is-marketing-preview .dental-nav {
  border: 1px solid rgba(7, 96, 156, 0.08);
  border-radius: 999px;
}

body.is-marketing-preview .dental-copy {
  align-content: center;
  border-radius: 34px;
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.18), transparent 25%),
    linear-gradient(135deg, #064675, #1688d3);
}

body.is-marketing-preview .dental-copy h4 {
  max-width: 8.8ch;
}

body.is-marketing-preview .dental-hero-v2 img {
  min-height: 430px;
  border-radius: 54px 54px 54px 12px;
  object-position: center;
}

body.is-marketing-preview .dental-service-grid {
  gap: 8px;
}

body.is-marketing-preview .dental-service-grid span {
  background: rgba(255, 255, 255, 0.86);
  color: #064675;
}

body.is-marketing-preview .site-lex {
  border-color: rgba(213, 168, 100, 0.26);
  border-radius: 6px 54px 6px 54px;
  background:
    linear-gradient(135deg, rgba(7, 9, 16, 0.98), rgba(24, 18, 12, 0.95)),
    url("/assets/optimized/site-law-office.webp") center/cover;
}

body.is-marketing-preview .lex-layout {
  grid-template-columns: 176px minmax(0, 1fr);
  height: 100%;
}

body.is-marketing-preview .lex-index {
  border-right-color: rgba(213, 168, 100, 0.24);
  background:
    linear-gradient(180deg, rgba(10, 14, 24, 0.98), rgba(10, 14, 24, 0.7));
}

body.is-marketing-preview .lex-index > span {
  padding-top: 18px;
  border-top: 1px solid rgba(213, 168, 100, 0.17);
  color: rgba(245, 215, 161, 0.74);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.is-marketing-preview .lex-main {
  position: relative;
  display: grid;
  align-items: end;
  padding: 34px;
}

body.is-marketing-preview .lex-main::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 34px;
  z-index: 1;
  width: 230px;
  height: 148px;
  border: 1px solid rgba(213, 168, 100, 0.22);
  border-radius: 4px 28px 4px 28px;
  background:
    linear-gradient(90deg, rgba(245, 215, 161, 0.38) 0 34%, transparent 34%),
    repeating-linear-gradient(180deg, rgba(255, 248, 234, 0.82) 0 8px, transparent 8px 22px),
    rgba(255, 248, 234, 0.08);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
}

body.is-marketing-preview .lex-main::after {
  content: "OBSLUGA FIRM / UMOWY / SPOLKI";
  position: absolute;
  right: 34px;
  bottom: 34px;
  z-index: 4;
  max-width: 250px;
  padding: 11px 14px;
  border: 1px solid rgba(213, 168, 100, 0.2);
  border-radius: 999px;
  background: rgba(10, 14, 24, 0.72);
  color: rgba(245, 215, 161, 0.8);
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

body.is-marketing-preview .lex-main img {
  inset: 34px 34px auto auto;
  width: 58%;
  height: 54%;
  border: 1px solid rgba(213, 168, 100, 0.28);
  border-radius: 4px 44px 4px 44px;
  opacity: 0.54;
}

body.is-marketing-preview .lex-headline {
  max-width: 420px;
  margin: 0;
  padding: 34px;
  border-radius: 4px 44px 44px 44px;
  background:
    linear-gradient(135deg, rgba(13, 16, 26, 0.9), rgba(43, 31, 19, 0.82));
}

body.is-marketing-preview .lex-headline h4 {
  max-width: 7.4ch;
}

body.is-marketing-preview .site-ruch {
  border-radius: 64px 24px 64px 24px;
  background:
    linear-gradient(122deg, #dbff55 0 28%, transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.58), transparent 21%),
    linear-gradient(145deg, #fafff4 0%, #e5f8eb 48%, #063f38 48% 100%);
}

body.is-marketing-preview .ruch-page {
  height: 100%;
  padding: 24px;
}

body.is-marketing-preview .ruch-header {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

body.is-marketing-preview .ruch-kinetic {
  grid-template-columns: minmax(240px, 0.78fr) minmax(360px, 1.22fr);
  align-items: center;
}

body.is-marketing-preview .ruch-plan {
  position: relative;
  z-index: 2;
  min-height: 320px;
  align-content: center;
  border-radius: 44px 44px 10px 44px;
  background:
    radial-gradient(circle at 88% 14%, rgba(219, 255, 85, 0.26), transparent 24%),
    #063f38;
  transform: translate(28px, 24px);
}

body.is-marketing-preview .ruch-plan h4 {
  max-width: 8.2ch;
}

body.is-marketing-preview .ruch-kinetic img {
  min-height: 430px;
  border-radius: 140px 18px 140px 18px;
  transform: rotate(1.4deg);
}

body.is-marketing-preview .ruch-metrics span {
  border: 1px solid rgba(6, 63, 56, 0.12);
  background: rgba(255, 255, 255, 0.86);
}

body.is-marketing-preview .site-stol {
  border-color: rgba(255, 224, 178, 0.34);
  border-radius: 40px;
  background: #120907;
}

body.is-marketing-preview .site-stol::before {
  background:
    radial-gradient(circle at 74% 17%, rgba(255, 174, 91, 0.34), transparent 24%),
    linear-gradient(90deg, rgba(18, 9, 7, 0.92) 0 42%, rgba(18, 9, 7, 0.22) 74%, rgba(18, 9, 7, 0.72));
}

body.is-marketing-preview .site-stol .stol-bg {
  transform: scale(1.03);
  filter: saturate(1.08) contrast(1.12) brightness(0.66);
}

body.is-marketing-preview .restaurant-overlay {
  height: 100%;
  padding: 26px;
}

body.is-marketing-preview .restaurant-nav {
  width: min(600px, 100%);
  border: 1px solid rgba(255, 224, 178, 0.16);
  background: rgba(255, 245, 226, 0.92);
}

body.is-marketing-preview .restaurant-hero {
  max-width: 470px;
  margin: auto 0 38px;
}

body.is-marketing-preview .restaurant-hero h4 {
  max-width: 8.8ch;
}

body.is-marketing-preview .restaurant-menu {
  max-width: 600px;
  border: 1px solid rgba(255, 224, 178, 0.18);
  background: rgba(255, 245, 226, 0.9);
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-examples-card {
    padding-inline: 12px;
    background:
      radial-gradient(circle at 12% 4%, rgba(255, 122, 69, 0.2), transparent 24%),
      radial-gradient(circle at 84% 10%, rgba(36, 214, 255, 0.18), transparent 26%),
      linear-gradient(135deg, #fff4e7 0%, #effcff 52%, #fff8e7 100%);
  }

  body.is-marketing-preview .landing-examples-card::after {
    right: 16px;
    top: 118px;
    font-size: 3.7rem;
    line-height: 0.82;
  }

  body.is-marketing-preview .landing-examples-head h2 {
    max-width: 11.4ch;
  }

  body.is-marketing-preview .landing-examples-head > p {
    max-width: 32ch;
  }

  body.is-marketing-preview .landing-case-strip {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 8px;
  }

  body.is-marketing-preview .landing-case-strip span {
    min-height: 34px;
    padding: 8px 10px;
    border-radius: 13px;
    font-size: 0.64rem;
  }

  body.is-marketing-preview .landing-portfolio-note {
    display: none;
  }

  body.is-marketing-preview .landing-examples-track {
    gap: 18px;
    padding-bottom: 18px;
  }

  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card,
  body.is-marketing-preview .landing-example-card.is-aesthetic-card {
    flex-basis: min(336px, 88vw);
    height: 570px;
    min-height: 570px;
    max-height: 570px;
  }

  body.is-marketing-preview .bespoke-site {
    height: 570px;
    min-height: 570px;
  }

  body.is-marketing-preview .bespoke-logo strong {
    font-size: 0.84rem;
  }

  body.is-marketing-preview .bespoke-logo > span {
    width: 36px;
    height: 36px;
    font-size: 0.7rem;
  }

  body.is-marketing-preview .site-luma {
    border-radius: 34px 34px 76px 34px;
    background: linear-gradient(180deg, #fff7e9 0 53%, #0f3e38 53% 100%);
  }

  body.is-marketing-preview .site-luma::before {
    inset: auto 0 0;
    width: 100%;
    height: 47%;
    background:
      linear-gradient(180deg, rgba(15, 62, 56, 0), rgba(15, 62, 56, 0.42)),
      url("/assets/optimized/site-aesthetic-clinic.webp") center/cover no-repeat;
  }

  body.is-marketing-preview .site-luma::after {
    left: 18px;
    bottom: 184px;
    width: 76px;
    height: 76px;
    font-size: 1.65rem;
  }

  body.is-marketing-preview .luma-shell {
    padding: 14px;
  }

  body.is-marketing-preview .luma-nav {
    border-radius: 20px;
  }

  body.is-marketing-preview .luma-nav nav {
    display: none;
  }

  body.is-marketing-preview .luma-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  body.is-marketing-preview .luma-copy {
    padding: 10px 0 0;
  }

  body.is-marketing-preview .luma-copy h4 {
    max-width: 8.8ch;
    font-size: 2.42rem;
  }

  body.is-marketing-preview .luma-copy p {
    max-width: 25ch;
    font-size: 0.72rem;
  }

  body.is-marketing-preview .luma-hero figure {
    min-height: 244px;
    border-radius: 42px 42px 10px 10px;
    transform: none;
  }

  body.is-marketing-preview .luma-proof {
    display: none;
  }

  body.is-marketing-preview .beauty-app {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    padding: 14px;
  }

  body.is-marketing-preview .beauty-rail {
    display: flex;
    min-height: auto;
    align-items: center;
    justify-content: space-between;
    border-radius: 22px;
  }

  body.is-marketing-preview .beauty-rail .bespoke-logo {
    display: inline-flex;
  }

  body.is-marketing-preview .beauty-rail small {
    display: none;
  }

  body.is-marketing-preview .beauty-rail button {
    width: auto;
    min-height: 36px;
    padding-inline: 12px;
  }

  body.is-marketing-preview .beauty-screen {
    padding: 10px 10px 116px;
    border-radius: 28px;
  }

  body.is-marketing-preview .beauty-photo {
    min-height: 280px;
    border-radius: 26px 26px 8px 26px;
  }

  body.is-marketing-preview .beauty-booking-card {
    right: 18px;
    bottom: 68px;
    width: 84%;
    padding: 16px;
    border-radius: 24px;
  }

  body.is-marketing-preview .beauty-booking-card h4 {
    font-size: 1.7rem;
  }

  body.is-marketing-preview .beauty-slots {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  body.is-marketing-preview .site-novadent {
    border-radius: 18px 38px 38px 18px;
  }

  body.is-marketing-preview .dental-page {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    gap: 10px;
    padding: 14px;
  }

  body.is-marketing-preview .dental-nav {
    grid-column: 1;
    border-radius: 20px;
  }

  body.is-marketing-preview .dental-nav button {
    display: none;
  }

  body.is-marketing-preview .dental-copy {
    grid-column: 1;
    grid-row: 2;
    padding: 18px;
  }

  body.is-marketing-preview .dental-copy h4 {
    max-width: 9.2ch;
    font-size: 2.1rem;
  }

  body.is-marketing-preview .dental-copy p {
    font-size: 0.72rem;
  }

  body.is-marketing-preview .dental-hero-v2 img {
    grid-column: 1;
    grid-row: 3;
    min-height: 220px;
    border-radius: 32px 32px 32px 10px;
  }

  body.is-marketing-preview .dental-service-grid {
    grid-column: 1;
    grid-row: 4;
  }

  body.is-marketing-preview .site-lex {
    border-radius: 6px 36px 6px 36px;
  }

  body.is-marketing-preview .lex-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  body.is-marketing-preview .lex-index {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(213, 168, 100, 0.22);
  }

  body.is-marketing-preview .lex-index > span {
    display: none;
  }

  body.is-marketing-preview .lex-index .bespoke-logo {
    display: inline-flex;
  }

  body.is-marketing-preview .lex-main {
    padding: 16px;
  }

  body.is-marketing-preview .lex-main::before {
    left: 16px;
    top: 18px;
    width: 150px;
    height: 94px;
    border-radius: 4px 20px 4px 20px;
    opacity: 0.82;
  }

  body.is-marketing-preview .lex-main::after {
    display: none;
  }

  body.is-marketing-preview .lex-main img {
    inset: auto 16px 16px auto;
    width: 82%;
    height: 54%;
    border-radius: 4px 36px 4px 36px;
  }

  body.is-marketing-preview .lex-headline {
    max-width: 290px;
    padding: 18px;
    border-radius: 4px 30px 30px 30px;
    transform: translateY(-10px);
  }

  body.is-marketing-preview .lex-headline h4 {
    font-size: 2.22rem;
  }

  body.is-marketing-preview .lex-headline p {
    font-size: 0.68rem;
    line-height: 1.18;
  }

  body.is-marketing-preview .lex-headline button {
    display: none;
  }

  body.is-marketing-preview .site-ruch {
    border-radius: 42px 18px 42px 18px;
  }

  body.is-marketing-preview .ruch-page {
    padding: 14px;
  }

  body.is-marketing-preview .ruch-header {
    border-radius: 20px;
  }

  body.is-marketing-preview .ruch-header small {
    display: none;
  }

  body.is-marketing-preview .ruch-kinetic {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
  }

  body.is-marketing-preview .ruch-plan {
    min-height: auto;
    padding: 18px;
    transform: none;
  }

  body.is-marketing-preview .ruch-plan h4 {
    max-width: 9ch;
    font-size: 2.26rem;
  }

  body.is-marketing-preview .ruch-kinetic img {
    min-height: 260px;
    border-radius: 88px 12px 88px 12px;
    transform: none;
  }

  body.is-marketing-preview .ruch-metrics {
    display: none;
  }

  body.is-marketing-preview .site-stol {
    border-radius: 32px;
  }

  body.is-marketing-preview .restaurant-overlay {
    padding: 14px;
  }

  body.is-marketing-preview .restaurant-nav {
    width: 100%;
    border-radius: 22px;
  }

  body.is-marketing-preview .restaurant-nav button {
    min-height: 36px;
    padding-inline: 12px;
  }

  body.is-marketing-preview .restaurant-hero {
    max-width: 300px;
    margin: auto 0 0;
  }

  body.is-marketing-preview .restaurant-hero h4 {
    max-width: 9ch;
    font-size: 2.5rem;
  }

  body.is-marketing-preview .restaurant-hero p {
    max-width: 26ch;
    font-size: 0.78rem;
  }

  body.is-marketing-preview .restaurant-menu {
    display: none;
  }
}

@media (max-width: 420px) {
  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card,
  body.is-marketing-preview .landing-example-card.is-aesthetic-card {
    flex-basis: min(330px, 88vw);
    height: 552px;
    min-height: 552px;
    max-height: 552px;
  }

  body.is-marketing-preview .bespoke-site {
    height: 552px;
    min-height: 552px;
  }

  body.is-marketing-preview .landing-examples-card::after {
    opacity: 0.72;
  }
}

/* Trust strip v9: keep the first mobile scroll sharp after the large hero. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: -6px;
    padding: 8px 12px 14px;
    border-radius: 22px;
  }

  body.is-marketing-preview .landing-trust-strip::before {
    inset: 18px 14px 8px;
    border-radius: 20px;
    filter: blur(8px);
  }

  body.is-marketing-preview .landing-trust-strip article {
    min-height: 112px;
    align-content: start;
    justify-items: center;
    gap: 6px;
    padding: 10px 6px;
    border-radius: 16px;
    text-align: center;
  }

  body.is-marketing-preview .landing-trust-strip span {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    font-size: 0.62rem;
  }

  body.is-marketing-preview .landing-trust-strip strong {
    max-width: 9ch;
    font-size: 0.92rem;
    line-height: 0.98;
  }

  body.is-marketing-preview .landing-trust-strip p {
    display: none;
  }
}

/* Proof panel v11: mobile gets one focused product proof, not three stacked explainers. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-proof-panel {
    gap: 8px;
    padding: 12px;
    border-radius: 23px;
  }

  body.is-marketing-preview .landing-proof-copy {
    gap: 7px;
  }

  body.is-marketing-preview .landing-proof-copy h2 {
    max-width: 10.5ch;
    font-size: clamp(1.74rem, 8vw, 2.14rem);
    line-height: 0.88;
  }

  body.is-marketing-preview .landing-proof-lead {
    max-width: 34ch;
    font-size: 0.72rem;
    line-height: 1.22;
  }

  body.is-marketing-preview .landing-proof-checklist {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    padding: 5px;
    border-radius: 14px;
  }

  body.is-marketing-preview .landing-proof-checklist span {
    min-height: 48px;
    padding: 6px 4px;
    border-radius: 11px;
    font-size: 0.52rem;
    line-height: 1.08;
  }

  body.is-marketing-preview .landing-proof-checklist strong {
    width: 22px;
    height: 22px;
    border-radius: 8px;
    font-size: 0.52rem;
  }

  body.is-marketing-preview .landing-proof-board {
    display: block;
    padding: 7px;
    border-radius: 19px;
  }

  body.is-marketing-preview .landing-proof-screen.is-hero-proof {
    padding: 7px;
    border-radius: 16px;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof,
  body.is-marketing-preview .landing-proof-screen.is-package-proof {
    display: none;
  }

  body.is-marketing-preview .proof-mini-site {
    min-height: 176px;
    padding: 8px;
    border-radius: 17px;
  }

  body.is-marketing-preview .proof-mini-nav {
    min-height: 34px;
    padding: 6px 7px;
    border-radius: 13px;
  }

  body.is-marketing-preview .proof-mini-nav strong {
    font-size: 0.78rem;
  }

  body.is-marketing-preview .proof-mini-nav small {
    padding: 5px 7px;
    font-size: 0.5rem;
  }

  body.is-marketing-preview .proof-mini-hero {
    gap: 5px;
    padding: 9px;
    border-radius: 15px;
  }

  body.is-marketing-preview .proof-mini-hero small {
    font-size: 0.52rem;
  }

  body.is-marketing-preview .proof-mini-hero h3 {
    max-width: 11ch;
    font-size: 1.08rem;
    line-height: 0.92;
  }

  body.is-marketing-preview .proof-mini-hero p {
    max-width: 26ch;
    font-size: 0.56rem;
    line-height: 1.14;
  }

  body.is-marketing-preview .proof-mini-hero button {
    min-height: 31px;
    padding: 6px 9px;
    border-radius: 11px;
    font-size: 0.62rem;
  }
}

/* Final CTA v12: on mobile it should close the sale, not repeat the whole page. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-final-cta {
    gap: 8px;
    padding: 12px;
    border-radius: 23px;
  }

  body.is-marketing-preview .landing-final-copy {
    gap: 7px;
  }

  body.is-marketing-preview .landing-final-copy h2 {
    max-width: 11ch;
    font-size: clamp(1.74rem, 8vw, 2.18rem);
    line-height: 0.88;
  }

  body.is-marketing-preview .landing-final-copy p:not(.landing-story-kicker) {
    max-width: 34ch;
    font-size: 0.72rem;
    line-height: 1.22;
  }

  body.is-marketing-preview .landing-final-proofline {
    display: none;
  }

  body.is-marketing-preview .landing-final-panel {
    gap: 7px;
    padding: 8px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-final-receipt {
    grid-template-columns: 1fr auto;
    min-height: 48px;
    padding: 8px 10px;
    border-radius: 13px;
  }

  body.is-marketing-preview .landing-final-receipt span,
  body.is-marketing-preview .landing-final-receipt small {
    font-size: 0.62rem;
  }

  body.is-marketing-preview .landing-final-receipt strong {
    grid-row: 1 / 3;
    grid-column: 2;
    align-self: center;
    font-size: 1.64rem;
  }

  body.is-marketing-preview .landing-final-steps {
    display: none;
  }

  body.is-marketing-preview .landing-final-actions {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 7px;
  }

  body.is-marketing-preview .landing-final-actions .landing-primary-cta,
  body.is-marketing-preview .landing-final-actions .secondary-button {
    min-height: 46px;
    padding-inline: 8px;
    border-radius: 14px;
    font-size: 0.78rem;
  }
}

/* Path choice v13: mobile route picker should feel like two decisive buttons. */
@media (max-width: 760px) {
  body.is-marketing-preview .path-choice {
    gap: 6px;
    padding: 10px;
    border-radius: 22px;
  }

  body.is-marketing-preview .path-choice::before {
    content: "Wybierz start";
    font-size: clamp(1.76rem, 7.5vw, 2.1rem);
    line-height: 0.9;
  }

  body.is-marketing-preview .path-choice::after {
    content: "Nowa strona albo poprawa obecnej. Dalej prowadzi Cię krótki formularz.";
    max-width: 34ch;
    margin: -1px 0 4px;
    font-size: 0.72rem;
    line-height: 1.22;
  }

  body.is-marketing-preview .path-option,
  body.is-marketing-preview .path-option[data-path="scratch"],
  body.is-marketing-preview .path-option[data-path="improve"] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 104px;
    gap: 5px 9px;
    padding: 10px;
    border-radius: 17px;
  }

  body.is-marketing-preview .path-option::before {
    grid-row: 1 / 3;
    grid-column: 1;
    align-self: center;
    min-width: 32px;
    height: 32px;
    padding: 0 9px;
    font-size: 0.62rem;
  }

  body.is-marketing-preview .path-option[data-path="scratch"]::after,
  body.is-marketing-preview .path-option[data-path="improve"]::after {
    position: static;
    grid-row: 1;
    grid-column: 3;
    justify-self: end;
    align-self: start;
    padding: 7px 9px;
    font-size: 0.62rem;
  }

  body.is-marketing-preview .path-option small {
    display: none;
  }

  body.is-marketing-preview .path-option[data-path="improve"] strong {
    margin-top: 0;
  }

  body.is-marketing-preview .path-option strong {
    grid-row: 1;
    grid-column: 2;
    max-width: 13ch;
    font-size: 1.02rem;
    line-height: 0.98;
  }

  body.is-marketing-preview .path-option > span:not(.path-option-meta) {
    grid-row: 2;
    grid-column: 2 / 4;
    max-width: 27ch;
    font-size: 0.66rem;
    line-height: 1.18;
  }

  body.is-marketing-preview .path-option-meta {
    display: none;
  }
}

/* Hero v14: tighter mobile above-the-fold while keeping Bobo and the main CTA. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-hero-card {
    gap: 8px;
    padding: 14px;
  }

  body.is-marketing-preview .landing-hero-copy {
    gap: 7px;
  }

  body.is-marketing-preview .landing-hero-card h1 {
    max-width: 8.4ch;
    font-size: clamp(2.38rem, 12.3vw, 3.22rem);
    line-height: 0.84;
  }

  body.is-marketing-preview .landing-bobo-inline {
    min-height: 48px;
    padding: 6px 8px;
  }

  body.is-marketing-preview .landing-hero-lead {
    max-width: 33ch;
    font-size: 0.78rem;
    line-height: 1.25;
  }

  body.is-marketing-preview .landing-price-pill {
    grid-template-columns: auto 1fr;
    min-height: 50px;
    padding: 8px 10px;
    border-radius: 16px;
  }

  body.is-marketing-preview .landing-price-pill strong {
    grid-row: 1 / 3;
    font-size: 1.62rem;
  }

  body.is-marketing-preview .landing-price-pill span {
    font-size: 0.72rem;
  }

  body.is-marketing-preview .landing-price-pill small {
    min-height: 0;
    width: max-content;
    max-width: 100%;
    padding: 4px 7px;
    font-size: 0.52rem;
  }

  body.is-marketing-preview .landing-hero-actions .landing-primary-cta,
  body.is-marketing-preview .landing-hero-actions .secondary-button {
    min-height: 48px;
    border-radius: 15px;
    font-size: 0.82rem;
  }

  body.is-marketing-preview .landing-hero-assurance {
    display: none;
  }

  body.is-marketing-preview .landing-hero-visual {
    padding: 7px;
    border-radius: 17px;
  }

  body.is-marketing-preview .landing-hero-visual img {
    max-height: 188px;
  }

  body.is-marketing-preview .landing-robot-stamp {
    width: 66px;
    padding: 6px;
    border-radius: 13px;
  }

  body.is-marketing-preview .landing-robot-stamp strong {
    font-size: 0.9rem;
  }

  body.is-marketing-preview .landing-hero-visual figcaption {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px;
    align-items: center;
    padding: 8px 9px;
    border-radius: 13px;
  }

  body.is-marketing-preview .landing-hero-visual figcaption strong {
    font-size: 0.78rem;
  }

  body.is-marketing-preview .landing-hero-visual figcaption span {
    font-size: 0.6rem;
    line-height: 1.14;
  }
}

/* Delivery v15: compact mobile pickup package instead of another long explainer. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-delivery-card {
    gap: 7px;
    padding: 10px;
    border-radius: 22px;
  }

  body.is-marketing-preview .landing-delivery-heading {
    padding: 12px;
    border-radius: 17px;
  }

  body.is-marketing-preview .landing-delivery-heading h2 {
    max-width: 12ch;
    font-size: clamp(1.62rem, 7.8vw, 2.05rem);
    line-height: 0.88;
  }

  body.is-marketing-preview .landing-delivery-heading p:not(.landing-story-kicker) {
    max-width: 33ch;
    font-size: 0.7rem;
    line-height: 1.2;
  }

  body.is-marketing-preview .landing-delivery-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
  }

  body.is-marketing-preview .landing-delivery-steps article,
  body.is-marketing-preview .landing-delivery-steps article:nth-child(2),
  body.is-marketing-preview .landing-delivery-steps article:nth-child(4) {
    min-height: 60px;
    gap: 4px;
    padding: 6px 4px;
    border-radius: 12px;
  }

  body.is-marketing-preview .landing-delivery-steps span {
    width: 23px;
    height: 23px;
    font-size: 0.62rem;
  }

  body.is-marketing-preview .landing-delivery-steps h3 {
    max-width: 7ch;
    font-size: 0.58rem;
    line-height: 1.02;
  }

  body.is-marketing-preview .landing-delivery-steps p {
    display: none;
  }

  body.is-marketing-preview .landing-output-pack {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 8px;
    border-radius: 16px;
  }

  body.is-marketing-preview .landing-output-pack-main {
    gap: 4px;
  }

  body.is-marketing-preview .landing-output-pack-main h3 {
    max-width: 18ch;
    font-size: 1.16rem;
    line-height: 0.94;
  }

  body.is-marketing-preview .landing-output-pack-main p:not(.landing-story-kicker) {
    display: none;
  }

  body.is-marketing-preview .landing-output-receipt {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }

  body.is-marketing-preview .landing-output-receipt span {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 44px;
    padding: 6px 4px;
    border-radius: 11px;
    font-size: 0.48rem;
    text-align: center;
  }

  body.is-marketing-preview .landing-output-receipt strong {
    font-size: 0.62rem;
  }

  body.is-marketing-preview .landing-delivery-note {
    padding: 8px 10px;
    border-radius: 13px;
  }

  body.is-marketing-preview .landing-delivery-note strong {
    font-size: 0.78rem;
  }

  body.is-marketing-preview .landing-delivery-note p {
    font-size: 0.56rem;
    line-height: 1.16;
  }
}

/* FAQ v16: compact objections block before the final checkout. */
body.is-marketing-preview .landing-faq-card {
  gap: 18px;
  padding: 24px;
}

body.is-marketing-preview .landing-faq-heading {
  align-content: start;
}

body.is-marketing-preview .landing-faq-heading h2 {
  max-width: 11ch;
}

body.is-marketing-preview .landing-faq-receipt {
  align-self: start;
}

body.is-marketing-preview .landing-faq-list {
  align-self: end;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-faq-card {
    gap: 8px;
    padding: 12px;
    border-radius: 22px;
  }

  body.is-marketing-preview .landing-faq-heading {
    gap: 6px;
  }

  body.is-marketing-preview .landing-faq-heading h2 {
    max-width: 10.5ch;
    font-size: clamp(1.74rem, 8vw, 2.16rem);
    line-height: 0.88;
  }

  body.is-marketing-preview .landing-faq-heading p {
    max-width: 34ch;
    font-size: 0.7rem;
    line-height: 1.2;
  }

  body.is-marketing-preview .landing-faq-receipt {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 5px 8px;
    min-height: 0;
    padding: 8px;
    border-radius: 15px;
  }

  body.is-marketing-preview .landing-faq-price {
    grid-row: 1 / 3;
    align-self: center;
    font-size: 1.2rem;
  }

  body.is-marketing-preview .landing-faq-receipt strong {
    align-self: end;
    font-size: 0.78rem;
    line-height: 1.02;
  }

  body.is-marketing-preview .landing-faq-receipt p {
    display: none;
  }

  body.is-marketing-preview .landing-faq-receipt div {
    display: flex;
    grid-column: 2;
    gap: 4px;
    min-width: 0;
  }

  body.is-marketing-preview .landing-faq-receipt small {
    min-height: 24px;
    padding: 5px 6px;
    border-radius: 9px;
    font-size: 0.48rem;
  }

  body.is-marketing-preview .landing-faq-list {
    gap: 6px;
  }

  body.is-marketing-preview details.landing-faq-item {
    border-radius: 16px;
  }

  body.is-marketing-preview details.landing-faq-item summary {
    min-height: 46px;
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 9px;
    padding: 10px 11px;
    font-size: 0.86rem;
    line-height: 1.04;
  }

  body.is-marketing-preview details.landing-faq-item summary::after {
    width: 28px;
    height: 28px;
    font-size: 0.92rem;
  }

  body.is-marketing-preview details.landing-faq-item p {
    padding: 0 11px 11px;
    font-size: 0.72rem;
    line-height: 1.24;
  }
}

/* Portfolio v17: each case should feel like a separate delivered website, not a themed duplicate. */
body.is-marketing-preview .landing-examples-card {
  background:
    radial-gradient(circle at 5% 8%, rgba(255, 111, 63, 0.24), transparent 25%),
    radial-gradient(circle at 95% 4%, rgba(44, 203, 255, 0.22), transparent 28%),
    linear-gradient(132deg, #fff1e5 0%, #f7fbf3 43%, #eafcff 100%);
}

body.is-marketing-preview .landing-examples-head h2 {
  max-width: 12ch;
}

body.is-marketing-preview .landing-examples-track {
  align-items: center;
  gap: 34px;
  padding-block: 20px 38px;
}

body.is-marketing-preview .landing-example-card,
body.is-marketing-preview .landing-example-card.is-aesthetic-card,
body.is-marketing-preview .landing-example-card.is-beauty-card,
body.is-marketing-preview .landing-example-card.is-dental-card,
body.is-marketing-preview .landing-example-card.is-law-card,
body.is-marketing-preview .landing-example-card.is-physio-card,
body.is-marketing-preview .landing-example-card.is-restaurant-card {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: 0 36px 94px rgba(14, 26, 46, 0.18);
}

body.is-marketing-preview .landing-example-card.is-aesthetic-card {
  flex-basis: min(880px, 92vw);
  height: 628px;
  min-height: 628px;
  max-height: 628px;
}

body.is-marketing-preview .landing-example-card.is-beauty-card {
  flex-basis: min(500px, 82vw);
  height: 660px;
  min-height: 660px;
  max-height: 660px;
}

body.is-marketing-preview .landing-example-card.is-dental-card {
  flex-basis: min(820px, 92vw);
  height: 570px;
  min-height: 570px;
  max-height: 570px;
}

body.is-marketing-preview .landing-example-card.is-law-card {
  flex-basis: min(560px, 84vw);
  height: 680px;
  min-height: 680px;
  max-height: 680px;
}

body.is-marketing-preview .landing-example-card.is-physio-card {
  flex-basis: min(760px, 90vw);
  height: 610px;
  min-height: 610px;
  max-height: 610px;
}

body.is-marketing-preview .landing-example-card.is-restaurant-card {
  flex-basis: min(900px, 92vw);
  height: 628px;
  min-height: 628px;
  max-height: 628px;
}

body.is-marketing-preview .landing-example-card .bespoke-site {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: inherit;
}

body.is-marketing-preview .landing-example-copy {
  position: absolute;
  z-index: 12;
  display: grid;
  width: min(330px, calc(100% - 38px));
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 54px rgba(8, 20, 38, 0.16);
  backdrop-filter: blur(16px);
}

body.is-marketing-preview .landing-example-card .landing-example-copy {
  display: grid;
}

body.is-marketing-preview .landing-example-copy > span {
  font-size: 0.65rem;
  letter-spacing: 0.13em;
}

body.is-marketing-preview .landing-example-copy h3 {
  max-width: 10ch;
  font-size: clamp(1.42rem, 2.2vw, 2.1rem);
  line-height: 0.9;
}

body.is-marketing-preview .landing-example-copy p {
  max-width: 30ch;
  font-size: 0.82rem;
  line-height: 1.28;
}

body.is-marketing-preview .landing-example-case {
  gap: 6px;
}

body.is-marketing-preview .landing-example-case span {
  min-height: 0;
  padding: 8px 10px;
  font-size: 0.58rem;
  line-height: 1.18;
}

body.is-marketing-preview .landing-example-tags {
  gap: 5px;
}

body.is-marketing-preview .landing-example-tags small {
  min-height: 27px;
  padding: 6px 9px;
  font-size: 0.56rem;
}

body.is-marketing-preview .bespoke-logo {
  align-items: center;
}

body.is-marketing-preview .bespoke-logo strong {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: -0.06em;
}

body.is-marketing-preview .bespoke-logo > span {
  width: 48px;
  height: 48px;
  font-family: var(--serif);
  font-size: 0.92rem;
}

body.is-marketing-preview .site-luma {
  border-radius: 52px 52px 150px 52px;
  background:
    linear-gradient(90deg, rgba(255, 248, 235, 0.98) 0 42%, rgba(15, 62, 56, 0.1) 42%),
    url("/assets/examples/example-aesthetic.png") 72% center/64% 100% no-repeat,
    #fff8eb;
}

body.is-marketing-preview .site-luma::before {
  inset: 0;
  width: auto;
  background:
    linear-gradient(90deg, #fff8eb 0 38%, rgba(255, 248, 235, 0.16) 62%, rgba(15, 62, 56, 0.66)),
    radial-gradient(circle at 82% 18%, rgba(255, 227, 153, 0.3), transparent 24%);
}

body.is-marketing-preview .site-luma::after {
  left: 32px;
  bottom: 28px;
  width: 136px;
  height: 136px;
}

body.is-marketing-preview .luma-shell {
  position: relative;
  z-index: 2;
  padding: 30px;
}

body.is-marketing-preview .luma-nav {
  width: min(610px, 100%);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
}

body.is-marketing-preview .luma-hero {
  display: block;
}

body.is-marketing-preview .luma-copy {
  width: min(360px, 45%);
  padding-top: 76px;
}

body.is-marketing-preview .luma-copy h4 {
  max-width: 6.6ch;
  font-size: clamp(3.9rem, 6.5vw, 5.8rem);
}

body.is-marketing-preview .luma-copy p {
  max-width: 26ch;
}

body.is-marketing-preview .luma-hero figure {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 42%;
  min-height: 232px;
  border-radius: 34px;
}

body.is-marketing-preview .luma-hero figure img {
  object-position: center;
}

body.is-marketing-preview .luma-proof {
  left: 220px;
  bottom: 38px;
}

body.is-marketing-preview .is-aesthetic-card .landing-example-copy {
  right: 30px;
  top: 34px;
  width: 286px;
  border-color: rgba(214, 166, 74, 0.28);
  background: rgba(15, 62, 56, 0.86);
  color: #fff8e8;
}

body.is-marketing-preview .is-aesthetic-card .landing-example-copy p,
body.is-marketing-preview .is-aesthetic-card .landing-example-case span {
  color: rgba(255, 248, 232, 0.76);
}

body.is-marketing-preview .is-aesthetic-card .landing-example-tags small {
  background: rgba(255, 248, 232, 0.12);
  color: #fff8e8;
}

body.is-marketing-preview .site-blask {
  border-radius: 44px;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.42), transparent 18%),
    radial-gradient(circle at 78% 21%, rgba(255, 233, 95, 0.44), transparent 17%),
    linear-gradient(150deg, #160c2d 0%, #fa2785 38%, #ff7e3d 70%, #ffe86b 100%);
}

body.is-marketing-preview .beauty-app {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 17px;
}

body.is-marketing-preview .beauty-rail {
  display: flex;
  min-height: auto;
  align-items: center;
  justify-content: space-between;
  border-radius: 26px;
}

body.is-marketing-preview .beauty-rail small {
  display: none;
}

body.is-marketing-preview .beauty-screen {
  min-height: 520px;
  padding: 12px;
  border-radius: 32px;
}

body.is-marketing-preview .beauty-photo {
  min-height: 360px;
  border-radius: 30px 30px 8px 30px;
}

body.is-marketing-preview .beauty-booking-card {
  right: 22px;
  bottom: 88px;
  width: min(300px, calc(100% - 44px));
}

body.is-marketing-preview .is-beauty-card .landing-example-copy {
  left: 22px;
  bottom: 22px;
  width: min(300px, calc(100% - 44px));
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(28, 13, 48, 0.9);
  color: #fff8f2;
}

body.is-marketing-preview .is-beauty-card .landing-example-copy p,
body.is-marketing-preview .is-beauty-card .landing-example-case span {
  color: rgba(255, 248, 242, 0.76);
}

body.is-marketing-preview .is-beauty-card .landing-example-tags small {
  background: rgba(255, 255, 255, 0.12);
  color: #fff8f2;
}

body.is-marketing-preview .site-novadent {
  border-radius: 16px 72px 72px 16px;
  background:
    linear-gradient(90deg, #f8fdff 0 47%, rgba(226, 246, 255, 0.62) 47%),
    url("/assets/examples/example-dental.png") right center/55% 100% no-repeat;
}

body.is-marketing-preview .dental-page {
  grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.2fr);
  padding: 26px;
}

body.is-marketing-preview .dental-nav {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px);
}

body.is-marketing-preview .dental-hero-v2 {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(270px, 0.75fr) minmax(0, 1.25fr);
  gap: 18px;
}

body.is-marketing-preview .dental-copy {
  min-height: 350px;
  padding: 30px;
}

body.is-marketing-preview .dental-copy h4 {
  max-width: 8ch;
  font-size: clamp(2.4rem, 4.5vw, 4.15rem);
}

body.is-marketing-preview .dental-hero-v2 img {
  min-height: 420px;
  border-radius: 70px 70px 70px 14px;
  object-position: center;
}

body.is-marketing-preview .dental-service-grid {
  grid-column: 1 / -1;
}

body.is-marketing-preview .is-dental-card .landing-example-copy {
  left: 30px;
  bottom: 30px;
  width: 306px;
  background: rgba(255, 255, 255, 0.94);
}

body.is-marketing-preview .site-lex {
  border-radius: 4px 54px 4px 54px;
  background:
    linear-gradient(180deg, rgba(8, 10, 17, 0.5), rgba(8, 10, 17, 0.92)),
    url("/assets/examples/example-law.png") center/cover no-repeat;
}

body.is-marketing-preview .lex-layout {
  grid-template-columns: 144px minmax(0, 1fr);
}

body.is-marketing-preview .lex-main {
  padding: 26px;
}

body.is-marketing-preview .lex-main img {
  display: none;
}

body.is-marketing-preview .lex-headline {
  align-self: end;
  max-width: 330px;
  padding: 28px;
  border: 1px solid rgba(239, 204, 143, 0.2);
  background: rgba(9, 11, 18, 0.82);
  backdrop-filter: blur(10px);
}

body.is-marketing-preview .lex-headline h4 {
  max-width: 6.7ch;
  font-size: clamp(2.5rem, 5.2vw, 4.55rem);
}

body.is-marketing-preview .lex-main::before {
  left: auto;
  right: 26px;
  top: 26px;
}

body.is-marketing-preview .lex-main::after {
  right: 26px;
  bottom: auto;
  top: 196px;
}

body.is-marketing-preview .is-law-card .landing-example-copy {
  left: 18px;
  right: auto;
  bottom: 18px;
  width: calc(100% - 36px);
  border-color: rgba(239, 204, 143, 0.2);
  background: rgba(9, 11, 18, 0.88);
  color: #f7dfb4;
}

body.is-marketing-preview .is-law-card .landing-example-copy p,
body.is-marketing-preview .is-law-card .landing-example-case span {
  color: rgba(247, 223, 180, 0.74);
}

body.is-marketing-preview .is-law-card .landing-example-tags small {
  background: rgba(247, 223, 180, 0.1);
  color: #f7dfb4;
}

body.is-marketing-preview .site-ruch {
  border-radius: 76px 20px 76px 20px;
  background:
    linear-gradient(120deg, rgba(219, 255, 85, 0.95) 0 31%, transparent 31%),
    url("/assets/examples/example-physio.png") right center/62% 100% no-repeat,
    #f7fff1;
}

body.is-marketing-preview .ruch-page {
  padding: 24px;
}

body.is-marketing-preview .ruch-header {
  width: min(600px, 100%);
}

body.is-marketing-preview .ruch-kinetic {
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
}

body.is-marketing-preview .ruch-plan {
  min-height: 360px;
  border-radius: 52px 52px 10px 52px;
  transform: translate(22px, 28px);
}

body.is-marketing-preview .ruch-plan h4 {
  max-width: 7.3ch;
  font-size: clamp(2.9rem, 5.4vw, 4.7rem);
}

body.is-marketing-preview .ruch-kinetic img {
  opacity: 0;
}

body.is-marketing-preview .is-physio-card .landing-example-copy {
  right: 24px;
  bottom: 24px;
  width: 300px;
  border-color: rgba(6, 63, 56, 0.12);
  background: rgba(247, 255, 241, 0.9);
}

body.is-marketing-preview .site-stol {
  border-radius: 42px;
  background: #120907;
}

body.is-marketing-preview .site-stol .stol-bg {
  filter: saturate(1.08) contrast(1.12) brightness(0.68);
}

body.is-marketing-preview .restaurant-overlay {
  padding: 30px;
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 179, 91, 0.24), transparent 22%),
    linear-gradient(90deg, rgba(18, 9, 7, 0.96) 0 38%, rgba(18, 9, 7, 0.12) 72%, rgba(18, 9, 7, 0.62));
}

body.is-marketing-preview .restaurant-nav {
  width: min(560px, 100%);
}

body.is-marketing-preview .restaurant-hero {
  max-width: 450px;
  margin-top: 120px;
}

body.is-marketing-preview .restaurant-hero h4 {
  max-width: 7.8ch;
  font-size: clamp(3.1rem, 5.8vw, 5.05rem);
}

body.is-marketing-preview .is-restaurant-card .landing-example-copy {
  right: 28px;
  bottom: 28px;
  width: 316px;
  border-color: rgba(255, 224, 178, 0.18);
  background: rgba(18, 9, 7, 0.82);
  color: #fff2da;
}

body.is-marketing-preview .is-restaurant-card .landing-example-copy p,
body.is-marketing-preview .is-restaurant-card .landing-example-case span {
  color: rgba(255, 242, 218, 0.72);
}

body.is-marketing-preview .is-restaurant-card .landing-example-tags small {
  background: rgba(255, 242, 218, 0.1);
  color: #fff2da;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-examples-card {
    padding-inline: 12px;
  }

  body.is-marketing-preview .landing-examples-track {
    gap: 18px;
    padding-block: 10px 20px;
  }

  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-aesthetic-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card {
    flex-basis: min(338px, 88vw);
    height: 560px;
    min-height: 560px;
    max-height: 560px;
    border-radius: 30px;
  }

  body.is-marketing-preview .landing-example-card .bespoke-site {
    height: 100%;
  }

  body.is-marketing-preview .landing-example-copy,
  body.is-marketing-preview .is-aesthetic-card .landing-example-copy,
  body.is-marketing-preview .is-beauty-card .landing-example-copy,
  body.is-marketing-preview .is-dental-card .landing-example-copy,
  body.is-marketing-preview .is-law-card .landing-example-copy,
  body.is-marketing-preview .is-physio-card .landing-example-copy,
  body.is-marketing-preview .is-restaurant-card .landing-example-copy {
    left: 14px;
    right: 14px;
    bottom: 14px;
    top: auto;
    width: auto;
    gap: 7px;
    padding: 12px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-example-copy h3 {
    max-width: 12ch;
    font-size: 1.32rem;
  }

  body.is-marketing-preview .landing-example-copy p {
    font-size: 0.68rem;
    line-height: 1.2;
  }

  body.is-marketing-preview .landing-example-case {
    display: none;
  }

  body.is-marketing-preview .landing-example-tags small {
    min-height: 24px;
    padding: 5px 7px;
    font-size: 0.48rem;
  }

  body.is-marketing-preview .site-luma {
    border-radius: 30px;
    background:
      linear-gradient(180deg, #fff8eb 0 47%, rgba(15, 62, 56, 0.7)),
      url("/assets/examples/example-aesthetic.png") center bottom/100% 58% no-repeat;
  }

  body.is-marketing-preview .site-luma::before {
    background: linear-gradient(180deg, #fff8eb 0 48%, rgba(15, 62, 56, 0.32));
  }

  body.is-marketing-preview .site-luma::after {
    display: none;
  }

  body.is-marketing-preview .luma-shell {
    padding: 13px;
  }

  body.is-marketing-preview .luma-copy {
    width: 100%;
    padding-top: 32px;
  }

  body.is-marketing-preview .luma-copy h4 {
    max-width: 8ch;
    font-size: 2.4rem;
  }

  body.is-marketing-preview .luma-hero figure,
  body.is-marketing-preview .luma-proof {
    display: none;
  }

  body.is-marketing-preview .site-blask {
    border-radius: 30px;
  }

  body.is-marketing-preview .beauty-app {
    padding: 12px;
  }

  body.is-marketing-preview .beauty-screen {
    min-height: 430px;
  }

  body.is-marketing-preview .beauty-photo {
    min-height: 292px;
  }

  body.is-marketing-preview .beauty-booking-card {
    bottom: 78px;
  }

  body.is-marketing-preview .site-novadent {
    border-radius: 30px;
    background:
      linear-gradient(180deg, #f8fdff 0 48%, rgba(226, 246, 255, 0.72)),
      url("/assets/examples/example-dental.png") center bottom/100% 56% no-repeat;
  }

  body.is-marketing-preview .dental-page {
    display: block;
    padding: 13px;
  }

  body.is-marketing-preview .dental-nav {
    margin-bottom: 12px;
  }

  body.is-marketing-preview .dental-hero-v2 {
    display: block;
  }

  body.is-marketing-preview .dental-copy {
    min-height: 218px;
    padding: 18px;
  }

  body.is-marketing-preview .dental-copy h4 {
    font-size: 2.12rem;
  }

  body.is-marketing-preview .dental-hero-v2 img,
  body.is-marketing-preview .dental-service-grid {
    display: none;
  }

  body.is-marketing-preview .site-lex {
    border-radius: 30px;
  }

  body.is-marketing-preview .lex-layout {
    display: block;
    height: 100%;
  }

  body.is-marketing-preview .lex-index {
    display: flex;
    min-height: auto;
    gap: 8px;
    align-items: center;
    padding: 12px;
    border-right: 0;
  }

  body.is-marketing-preview .lex-index > span {
    display: none;
  }

  body.is-marketing-preview .lex-main {
    height: calc(100% - 74px);
    padding: 14px;
  }

  body.is-marketing-preview .lex-headline {
    max-width: 100%;
    padding: 18px;
  }

  body.is-marketing-preview .lex-headline h4 {
    font-size: 2.25rem;
  }

  body.is-marketing-preview .lex-main::before,
  body.is-marketing-preview .lex-main::after {
    display: none;
  }

  body.is-marketing-preview .site-ruch {
    border-radius: 30px;
    background:
      linear-gradient(180deg, rgba(219, 255, 85, 0.92) 0 36%, rgba(247, 255, 241, 0.45)),
      url("/assets/examples/example-physio.png") center bottom/100% 58% no-repeat,
      #f7fff1;
  }

  body.is-marketing-preview .ruch-page {
    padding: 13px;
  }

  body.is-marketing-preview .ruch-kinetic {
    display: block;
  }

  body.is-marketing-preview .ruch-plan {
    min-height: 224px;
    padding: 20px;
    transform: none;
  }

  body.is-marketing-preview .ruch-plan h4 {
    font-size: 2.28rem;
  }

  body.is-marketing-preview .ruch-metrics {
    display: none;
  }

  body.is-marketing-preview .site-stol {
    border-radius: 30px;
  }

  body.is-marketing-preview .restaurant-overlay {
    padding: 14px;
    background:
      linear-gradient(180deg, rgba(18, 9, 7, 0.86) 0 45%, rgba(18, 9, 7, 0.16) 72%, rgba(18, 9, 7, 0.82));
  }

  body.is-marketing-preview .restaurant-hero {
    margin-top: 72px;
  }

  body.is-marketing-preview .restaurant-hero h4 {
    max-width: 8.4ch;
    font-size: 2.4rem;
  }
}

/* Process mobile v18: restore the step-by-step infographic instead of a nearly empty card. */
body.is-marketing-preview .landing-process-visual-wrap {
  position: relative;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-process-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
    border-radius: 26px;
    background:
      radial-gradient(circle at 10% 8%, rgba(24, 210, 255, 0.17), transparent 28%),
      radial-gradient(circle at 88% 20%, rgba(255, 122, 69, 0.15), transparent 24%),
      linear-gradient(145deg, rgba(255, 252, 244, 0.98), rgba(242, 252, 255, 0.96));
  }

  body.is-marketing-preview .landing-process-copy {
    gap: 8px;
  }

  body.is-marketing-preview .landing-process-copy h2 {
    max-width: 12.5ch;
    font-size: clamp(1.92rem, 8.6vw, 2.42rem);
    line-height: 0.9;
  }

  body.is-marketing-preview .landing-process-copy p:not(.landing-story-kicker) {
    max-width: 33ch;
    font-size: 0.82rem;
    line-height: 1.3;
  }

  body.is-marketing-preview .landing-process-visual-wrap {
    grid-column: 1;
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 2px;
    padding: 8px 8px 14px;
    border: 1px solid rgba(17, 32, 56, 0.08);
    border-radius: 22px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.9));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  body.is-marketing-preview .landing-process-visual-wrap::before {
    content: "MÓWISZ → OGLĄDASZ → POPRAWIASZ → GOTOWE";
    display: inline-flex;
    position: sticky;
    left: 8px;
    z-index: 2;
    margin-bottom: 7px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #112038;
    color: #fff9ed;
    font-size: 0.58rem;
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(17, 32, 56, 0.14);
  }

  body.is-marketing-preview .landing-process-visual-wrap::-webkit-scrollbar {
    height: 6px;
  }

  body.is-marketing-preview .landing-process-visual-wrap::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(17, 32, 56, 0.08);
  }

  body.is-marketing-preview .landing-process-visual-wrap::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(90deg, #ff7a45, #ffdf6b);
  }

  body.is-marketing-preview .landing-process-visual {
    width: 720px;
    max-width: none;
    border-radius: 18px;
    scroll-snap-align: start;
    filter: drop-shadow(0 12px 20px rgba(17, 32, 56, 0.1));
  }
}

/* Path choice v19: turn the post-CTA picker into a decisive checkout step. */
body.is-marketing-preview .path-choice::before {
  content: "Co Bobo ma zrobić?";
}

body.is-marketing-preview .path-choice::after {
  content: "Wybierz jedną ścieżkę. Dalej dostajesz krótki formularz i pierwszy podgląd strony.";
}

@media (max-width: 760px) {
  body.is-marketing-preview .path-choice {
    gap: 8px;
    padding: 12px;
    border-radius: 24px;
    background:
      radial-gradient(circle at 88% 16%, rgba(255, 223, 107, 0.2), transparent 24%),
      linear-gradient(145deg, rgba(255, 252, 244, 0.98), rgba(242, 252, 255, 0.96));
  }

  body.is-marketing-preview .path-choice::before {
    content: "Co Bobo ma zrobić?";
    max-width: 11ch;
    font-size: clamp(1.82rem, 7.8vw, 2.24rem);
    line-height: 0.88;
  }

  body.is-marketing-preview .path-choice::after {
    content: "Jedna decyzja. Potem krótki formularz i pierwszy podgląd.";
    max-width: 31ch;
    margin: -1px 0 3px;
    font-size: 0.72rem;
    line-height: 1.22;
  }

  body.is-marketing-preview .path-option,
  body.is-marketing-preview .path-option[data-path="scratch"],
  body.is-marketing-preview .path-option[data-path="improve"] {
    min-height: 96px;
    padding: 11px;
    border-radius: 18px;
  }

  body.is-marketing-preview .path-option small {
    font-size: 0.54rem;
    letter-spacing: 0.12em;
  }

  body.is-marketing-preview .path-option strong {
    max-width: 13ch;
    font-size: 1.18rem;
    line-height: 0.92;
  }

  body.is-marketing-preview .path-option > span:not(.path-option-meta) {
    max-width: 25ch;
    font-size: 0.66rem;
    line-height: 1.18;
  }
}

/* Delivery v20: package proof, not a second process explanation. */
body.is-marketing-preview .landing-delivery-card {
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1.28fr);
  align-items: stretch;
  gap: 16px;
  padding: 18px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 223, 107, 0.12), transparent 24%),
    linear-gradient(135deg, #10223b 0%, #183550 54%, #112038 100%);
}

body.is-marketing-preview .landing-delivery-heading {
  grid-column: 1;
  grid-row: 1;
  align-content: center;
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 223, 107, 0.14), transparent 28%),
    rgba(255, 255, 255, 0.06);
  color: #fff9ed;
}

body.is-marketing-preview .landing-delivery-heading h2 {
  max-width: 11ch;
  color: #fff9ed;
}

body.is-marketing-preview .landing-delivery-heading p {
  max-width: 34ch;
  color: rgba(255, 249, 237, 0.78);
}

body.is-marketing-preview .landing-delivery-steps {
  display: none;
}

body.is-marketing-preview .landing-output-pack {
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: minmax(0, 0.7fr) minmax(280px, 1.3fr);
  align-self: stretch;
  min-height: 260px;
  margin: 0;
  padding: 16px;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 223, 107, 0.16), transparent 30%),
    rgba(255, 255, 255, 0.08);
}

body.is-marketing-preview .landing-output-pack-main {
  align-content: center;
}

body.is-marketing-preview .landing-output-pack-main h3 {
  max-width: 13ch;
  font-size: clamp(1.7rem, 3.4vw, 2.45rem);
}

body.is-marketing-preview .landing-output-receipt {
  align-self: center;
}

body.is-marketing-preview .landing-output-receipt span {
  min-height: 56px;
}

body.is-marketing-preview .landing-delivery-note {
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 12px 18px;
  border-color: rgba(255, 223, 107, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

body.is-marketing-preview .landing-delivery-note strong {
  color: #ffdf6b;
}

body.is-marketing-preview .landing-delivery-note p {
  color: rgba(255, 249, 237, 0.74);
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-delivery-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 26px;
  }

  body.is-marketing-preview .landing-delivery-heading {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    gap: 7px;
    padding: 14px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-delivery-heading h2 {
    max-width: 12ch;
    font-size: clamp(1.76rem, 8vw, 2.18rem);
    line-height: 0.9;
  }

  body.is-marketing-preview .landing-delivery-heading p {
    max-width: 32ch;
    font-size: 0.72rem;
    line-height: 1.22;
  }

  body.is-marketing-preview .landing-output-pack {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 12px;
    border-radius: 20px;
  }

  body.is-marketing-preview .landing-output-pack-main {
    gap: 6px;
    padding: 0;
  }

  body.is-marketing-preview .landing-output-pack-main h3 {
    max-width: 14ch;
    font-size: 1.42rem;
    line-height: 0.94;
  }

  body.is-marketing-preview .landing-output-pack-main p {
    max-width: 32ch;
    font-size: 0.68rem;
    line-height: 1.22;
  }

  body.is-marketing-preview .landing-output-receipt {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 7px;
    border-radius: 16px;
  }

  body.is-marketing-preview .landing-output-receipt span {
    display: grid;
    min-height: 70px;
    justify-items: center;
    gap: 5px;
    padding: 8px 5px;
    text-align: center;
    font-size: 0.54rem;
    line-height: 1.08;
  }

  body.is-marketing-preview .landing-output-receipt strong {
    min-width: 0;
    padding: 5px 8px;
    font-size: 0.54rem;
  }

  body.is-marketing-preview .landing-delivery-note {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 10px 12px;
    border-radius: 16px;
  }

  body.is-marketing-preview .landing-delivery-note strong {
    font-size: 0.82rem;
  }

  body.is-marketing-preview .landing-delivery-note p {
    font-size: 0.62rem;
    line-height: 1.2;
  }
}

/* Visual grid mobile v21: stop squeezing three editorial cards into phone-width columns. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-visual-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.is-marketing-preview .landing-visual-card,
  body.is-marketing-preview .landing-visual-card.is-offer,
  body.is-marketing-preview .landing-visual-card.is-money,
  body.is-marketing-preview .landing-visual-card.is-proof {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px 12px;
    padding: 14px;
    border-radius: 22px;
  }

  body.is-marketing-preview .landing-visual-card::after {
    content: "";
    grid-column: 2;
    grid-row: 1 / 4;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background:
      radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.8), transparent 26%),
      linear-gradient(135deg, rgba(255, 122, 69, 0.94), rgba(255, 223, 107, 0.92));
    box-shadow: 0 14px 28px rgba(17, 32, 56, 0.11);
  }

  body.is-marketing-preview .landing-visual-card.is-offer::after {
    background:
      radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.72), transparent 26%),
      linear-gradient(135deg, #0a7b6a, #d5a864);
  }

  body.is-marketing-preview .landing-visual-card.is-proof::after {
    background:
      radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.78), transparent 26%),
      linear-gradient(135deg, #18d2ff, #eafcff);
  }

  body.is-marketing-preview .landing-visual-card .landing-story-kicker {
    grid-column: 1;
    margin: 0;
    font-size: 0.58rem;
  }

  body.is-marketing-preview .landing-visual-card h2,
  body.is-marketing-preview .landing-visual-card.is-money h2,
  body.is-marketing-preview .landing-visual-card.is-proof h2 {
    grid-column: 1;
    max-width: 17ch;
    font-size: clamp(1.46rem, 6.6vw, 1.9rem);
    line-height: 0.92;
  }

  body.is-marketing-preview .landing-visual-card span {
    grid-column: 1;
    max-width: 32ch;
    font-size: 0.72rem;
    line-height: 1.25;
  }
}

/* Proof mobile v22: show all three product proofs without returning to a tall explainer. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-proof-board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  body.is-marketing-preview .landing-proof-screen.is-hero-proof {
    grid-column: 1 / -1;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof,
  body.is-marketing-preview .landing-proof-screen.is-package-proof {
    display: grid;
    min-height: 102px;
    align-content: space-between;
    gap: 7px;
    padding: 9px;
    border-radius: 16px;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof > span,
  body.is-marketing-preview .landing-proof-screen.is-package-proof > span {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    font-size: 0.58rem;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof h3,
  body.is-marketing-preview .landing-proof-screen.is-package-proof h3 {
    max-width: 10ch;
    font-size: 0.92rem;
    line-height: 0.94;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof p,
  body.is-marketing-preview .landing-proof-screen.is-package-proof p {
    display: none;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof div {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof small {
    padding: 5px 6px;
    border-radius: 999px;
    font-size: 0.46rem;
  }

  body.is-marketing-preview .landing-proof-screen.is-package-proof strong {
    padding: 7px;
    border-radius: 10px;
    font-size: 0.54rem;
    line-height: 1;
  }
}

/* Hero mobile v23: keep the money CTA confident in narrow previews. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-hero-card .landing-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.is-marketing-preview .landing-hero-card .landing-hero-actions .landing-primary-cta,
  body.is-marketing-preview .landing-hero-card .landing-hero-actions .secondary-button {
    width: 100%;
    min-height: 52px;
    justify-content: center;
    padding-inline: 12px;
    white-space: nowrap;
    text-align: center;
  }

  body.is-marketing-preview .landing-hero-card .landing-hero-actions .landing-primary-cta {
    font-size: 0.88rem;
  }
}

@media (max-width: 420px) {
  body.is-marketing-preview .landing-hero-card .landing-hero-actions .landing-primary-cta {
    font-size: 0.82rem;
    letter-spacing: -0.01em;
  }
}

/* Wow v24: less copy, more proof. Hero should feel like a product demo, not a wall of text. */
body.is-marketing-preview .landing-hero-card {
  grid-template-columns: minmax(310px, 0.82fr) minmax(420px, 1.18fr);
  align-items: stretch;
  gap: clamp(18px, 3vw, 38px);
}

body.is-marketing-preview .landing-hero-copy {
  align-content: center;
  gap: 12px;
}

body.is-marketing-preview .landing-hero-card h1 {
  max-width: 11.8ch;
  font-size: clamp(3.45rem, 6.6vw, 5.9rem);
  line-height: 0.9;
  letter-spacing: -0.085em;
}

body.is-marketing-preview .landing-hero-lead {
  max-width: 33ch;
  font-size: 0.94rem;
  line-height: 1.42;
}

body.is-marketing-preview .landing-bobo-inline {
  max-width: 400px;
}

body.is-marketing-preview .landing-hero-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 460px;
}

body.is-marketing-preview .landing-hero-flow span {
  display: grid;
  gap: 7px;
  min-height: 78px;
  align-content: center;
  padding: 11px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 223, 107, 0.22), transparent 30%),
    rgba(255, 255, 255, 0.78);
  color: #112038;
  font-size: 0.72rem;
  font-weight: 930;
  line-height: 1.08;
  box-shadow: 0 16px 32px rgba(17, 32, 56, 0.08);
}

body.is-marketing-preview .landing-hero-flow strong {
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 10px;
  background: #112038;
  color: #ffdf6b;
  font-size: 0.78rem;
}

body.is-marketing-preview .landing-hero-product {
  position: relative;
  display: grid;
  gap: 12px;
  height: 100%;
  min-height: 560px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 38px;
  background:
    radial-gradient(circle at 18% 16%, rgba(24, 210, 255, 0.22), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(255, 223, 107, 0.28), transparent 24%),
    linear-gradient(145deg, #fffdf5 0%, #effcff 52%, #fff0e6 100%);
  box-shadow: 0 40px 90px rgba(17, 32, 56, 0.16);
}

body.is-marketing-preview .landing-hero-product::before {
  content: "";
  position: absolute;
  inset: 84px -70px auto auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 122, 69, 0.72), rgba(255, 223, 107, 0.6));
  filter: blur(2px);
}

body.is-marketing-preview .hero-product-top,
body.is-marketing-preview .hero-product-output {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(17, 32, 56, 0.08);
  backdrop-filter: blur(16px);
}

body.is-marketing-preview .hero-product-top img {
  width: 48px;
  height: 48px;
}

body.is-marketing-preview .hero-product-top span {
  flex: 1;
  color: #112038;
  font-size: 0.82rem;
  font-weight: 930;
  line-height: 1.05;
}

body.is-marketing-preview .hero-product-top strong {
  display: inline-grid;
  min-height: 38px;
  place-items: center;
  padding-inline: 13px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #112038;
  font-family: var(--display);
  font-size: 1rem;
}

body.is-marketing-preview .hero-product-browser {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(17, 32, 56, 0.12);
  border-radius: 30px;
  background: #112038;
  box-shadow: 0 34px 76px rgba(17, 32, 56, 0.2);
}

body.is-marketing-preview .hero-product-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 14px;
  background: #f7faf8;
}

body.is-marketing-preview .hero-product-bar i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #ff7a45;
}

body.is-marketing-preview .hero-product-bar i:nth-child(2) {
  background: #ffdf6b;
}

body.is-marketing-preview .hero-product-bar i:nth-child(3) {
  background: #0a7b6a;
}

body.is-marketing-preview .hero-product-bar small {
  margin-left: 8px;
  color: #5a6578;
  font-size: 0.66rem;
  font-weight: 850;
}

body.is-marketing-preview .hero-product-site {
  display: grid;
  align-content: space-between;
  min-height: 430px;
  padding: 22px;
  background:
    linear-gradient(90deg, rgba(10, 123, 106, 0.94) 0 43%, rgba(10, 123, 106, 0.08) 43%),
    url("/assets/examples/example-aesthetic.png") 78% center/67% 100% no-repeat,
    #f9f3e7;
}

body.is-marketing-preview .hero-product-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #fff8e8;
}

body.is-marketing-preview .hero-product-nav b {
  font-family: var(--display);
  font-size: 1.08rem;
  letter-spacing: -0.05em;
}

body.is-marketing-preview .hero-product-nav em {
  min-height: 34px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #0a4f45;
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 950;
}

body.is-marketing-preview .hero-product-copy {
  max-width: 310px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 248, 232, 0.92);
  box-shadow: 0 24px 50px rgba(17, 32, 56, 0.18);
}

body.is-marketing-preview .hero-product-copy small {
  color: #0a7b6a;
  font-size: 0.62rem;
  font-weight: 980;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.is-marketing-preview .hero-product-copy h3 {
  max-width: 9ch;
  margin: 8px 0 12px;
  color: #112038;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.05rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
}

body.is-marketing-preview .hero-product-copy button {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #112038;
  font-weight: 950;
}

body.is-marketing-preview .hero-product-cards,
body.is-marketing-preview .hero-product-output {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.is-marketing-preview .hero-product-cards span,
body.is-marketing-preview .hero-product-output span {
  min-height: 32px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #112038;
  font-size: 0.64rem;
  font-weight: 950;
}

body.is-marketing-preview .hero-product-output {
  justify-content: center;
}

/* Wow v24: portfolio should read as a wall of real pages, not one repeated AI component. */
body.is-marketing-preview .landing-examples-card {
  background:
    radial-gradient(circle at 8% 6%, rgba(255, 122, 69, 0.22), transparent 20%),
    radial-gradient(circle at 92% 9%, rgba(24, 210, 255, 0.22), transparent 23%),
    linear-gradient(135deg, #fffaf0 0%, #f3fff8 42%, #eff8ff 100%);
}

body.is-marketing-preview .landing-examples-head h2 {
  max-width: 13.5ch;
}

body.is-marketing-preview .landing-examples-head > p {
  max-width: 37ch;
  font-size: 0.94rem;
}

body.is-marketing-preview .landing-example-card .landing-example-copy h3 {
  max-width: 12ch;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-hero-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 14px;
    border-radius: 30px;
  }

  body.is-marketing-preview .landing-hero-copy {
    gap: 9px;
  }

  body.is-marketing-preview .landing-hero-card h1 {
    max-width: 13ch;
    font-size: clamp(2.18rem, 9.2vw, 2.78rem);
    line-height: 0.94;
    letter-spacing: -0.07em;
  }

  body.is-marketing-preview .landing-hero-lead {
    max-width: 34ch;
    font-size: 0.76rem;
    line-height: 1.28;
  }

  body.is-marketing-preview .landing-bobo-inline {
    max-width: none;
    padding: 9px;
  }

  body.is-marketing-preview .landing-bobo-inline strong {
    font-size: 0.72rem;
    line-height: 1.14;
  }

  body.is-marketing-preview .landing-hero-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  body.is-marketing-preview .landing-hero-flow span {
    min-height: 58px;
    gap: 4px;
    padding: 7px;
    border-radius: 14px;
    font-size: 0.54rem;
    line-height: 1.05;
  }

  body.is-marketing-preview .landing-hero-flow strong {
    width: 22px;
    height: 22px;
    border-radius: 8px;
    font-size: 0.62rem;
  }

  body.is-marketing-preview .landing-price-pill {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  body.is-marketing-preview .landing-proof-list,
  body.is-marketing-preview .landing-hero-assurance {
    display: none;
  }

  body.is-marketing-preview .landing-hero-product {
    min-height: 390px;
    padding: 10px;
    border-radius: 26px;
  }

  body.is-marketing-preview .hero-product-top {
    padding: 7px;
    border-radius: 17px;
  }

  body.is-marketing-preview .hero-product-top img {
    width: 36px;
    height: 36px;
  }

  body.is-marketing-preview .hero-product-top span {
    font-size: 0.66rem;
  }

  body.is-marketing-preview .hero-product-top strong {
    min-height: 30px;
    padding-inline: 9px;
    border-radius: 11px;
    font-size: 0.78rem;
  }

  body.is-marketing-preview .hero-product-browser {
    border-radius: 21px;
  }

  body.is-marketing-preview .hero-product-site {
    min-height: 280px;
    padding: 12px;
    background:
      linear-gradient(180deg, rgba(10, 123, 106, 0.95) 0 48%, rgba(10, 123, 106, 0.15) 48%),
      url("/assets/examples/example-aesthetic.png") center bottom/100% 54% no-repeat,
      #f9f3e7;
  }

  body.is-marketing-preview .hero-product-copy {
    max-width: 210px;
    padding: 13px;
    border-radius: 18px;
  }

  body.is-marketing-preview .hero-product-copy h3 {
    max-width: 10ch;
    font-size: 1.48rem;
  }

  body.is-marketing-preview .hero-product-copy button {
    min-height: 34px;
    padding-inline: 11px;
    font-size: 0.62rem;
  }

  body.is-marketing-preview .hero-product-cards span,
  body.is-marketing-preview .hero-product-output span {
    min-height: 26px;
    padding: 7px 8px;
    font-size: 0.52rem;
  }

  body.is-marketing-preview .landing-examples-card {
    padding: 18px 10px 20px;
    border-radius: 30px;
  }

  body.is-marketing-preview .landing-examples-head {
    gap: 8px;
  }

  body.is-marketing-preview .landing-examples-head h2 {
    max-width: 11.8ch;
    font-size: clamp(2rem, 8.8vw, 2.55rem);
    line-height: 0.92;
  }

  body.is-marketing-preview .landing-examples-head > p {
    max-width: 31ch;
    font-size: 0.72rem;
    line-height: 1.22;
  }

  body.is-marketing-preview .landing-case-strip,
  body.is-marketing-preview .landing-portfolio-note {
    display: none;
  }

  body.is-marketing-preview .landing-examples-track {
    align-items: start;
    gap: 14px;
    padding-block: 8px 16px;
  }

  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-aesthetic-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card {
    flex-basis: min(340px, 89vw);
    min-height: 0;
    border-radius: 28px;
    box-shadow: 0 26px 70px rgba(17, 32, 56, 0.17);
  }

  body.is-marketing-preview .landing-example-card.is-aesthetic-card {
    height: 585px;
  }

  body.is-marketing-preview .landing-example-card.is-beauty-card {
    height: 535px;
  }

  body.is-marketing-preview .landing-example-card.is-dental-card {
    height: 560px;
  }

  body.is-marketing-preview .landing-example-card.is-law-card {
    height: 610px;
  }

  body.is-marketing-preview .landing-example-card.is-physio-card {
    height: 540px;
  }

  body.is-marketing-preview .landing-example-card.is-restaurant-card {
    height: 575px;
  }

  body.is-marketing-preview .landing-example-copy,
  body.is-marketing-preview .is-aesthetic-card .landing-example-copy,
  body.is-marketing-preview .is-beauty-card .landing-example-copy,
  body.is-marketing-preview .is-dental-card .landing-example-copy,
  body.is-marketing-preview .is-law-card .landing-example-copy,
  body.is-marketing-preview .is-physio-card .landing-example-copy,
  body.is-marketing-preview .is-restaurant-card .landing-example-copy {
    width: auto;
    gap: 6px;
    padding: 11px;
    border-radius: 18px;
  }

  body.is-marketing-preview .is-aesthetic-card .landing-example-copy {
    top: 13px;
    right: 13px;
    left: auto;
    bottom: auto;
    width: min(230px, calc(100% - 26px));
  }

  body.is-marketing-preview .is-beauty-card .landing-example-copy {
    left: 13px;
    right: 13px;
    bottom: 13px;
  }

  body.is-marketing-preview .is-dental-card .landing-example-copy {
    top: 13px;
    left: 13px;
    right: auto;
    bottom: auto;
    width: min(238px, calc(100% - 26px));
  }

  body.is-marketing-preview .is-law-card .landing-example-copy {
    left: 13px;
    right: 13px;
    bottom: 13px;
  }

  body.is-marketing-preview .is-physio-card .landing-example-copy {
    top: 13px;
    right: 13px;
    left: 13px;
    bottom: auto;
  }

  body.is-marketing-preview .is-restaurant-card .landing-example-copy {
    left: 13px;
    right: auto;
    bottom: 13px;
    width: min(248px, calc(100% - 26px));
  }

  body.is-marketing-preview .landing-example-copy h3 {
    max-width: 13ch;
    font-size: 1.16rem;
    line-height: 0.95;
  }

  body.is-marketing-preview .landing-example-copy p {
    font-size: 0.62rem;
    line-height: 1.18;
  }

  body.is-marketing-preview .landing-example-tags {
    gap: 4px;
  }

  body.is-marketing-preview .site-luma {
    background:
      linear-gradient(180deg, #fff8eb 0 32%, rgba(15, 62, 56, 0.08) 32%, rgba(15, 62, 56, 0.7) 100%),
      url("/assets/examples/example-aesthetic.png") center bottom/116% 66% no-repeat;
  }

  body.is-marketing-preview .site-blask {
    background:
      radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.5), transparent 18%),
      radial-gradient(circle at 80% 14%, rgba(255, 232, 92, 0.44), transparent 16%),
      linear-gradient(160deg, #150a2c 0%, #fa2785 32%, #ff7e3d 68%, #ffe86b 100%);
  }

  body.is-marketing-preview .beauty-rail {
    border-radius: 20px;
  }

  body.is-marketing-preview .beauty-screen {
    min-height: 388px;
    transform: rotate(-1deg);
  }

  body.is-marketing-preview .site-novadent {
    background:
      linear-gradient(180deg, #f8fdff 0 35%, rgba(226, 246, 255, 0.5) 35%),
      url("/assets/examples/example-dental.png") 70% bottom/118% 65% no-repeat;
  }

  body.is-marketing-preview .site-lex {
    background:
      linear-gradient(180deg, rgba(8, 10, 17, 0.35), rgba(8, 10, 17, 0.94)),
      url("/assets/examples/example-law.png") center/cover no-repeat;
  }

  body.is-marketing-preview .lex-headline {
    margin-top: auto;
    transform: translateY(48px);
  }

  body.is-marketing-preview .site-ruch {
    background:
      linear-gradient(150deg, rgba(219, 255, 85, 0.96) 0 42%, rgba(247, 255, 241, 0.2) 42%),
      url("/assets/examples/example-physio.png") 62% bottom/116% 66% no-repeat,
      #f7fff1;
  }

  body.is-marketing-preview .ruch-plan {
    min-height: 190px;
    transform: rotate(1.2deg);
  }

  body.is-marketing-preview .site-stol .stol-bg {
    object-position: 52% center;
    filter: saturate(1.14) contrast(1.12) brightness(0.64);
  }

  body.is-marketing-preview .restaurant-overlay {
    background:
      linear-gradient(180deg, rgba(18, 9, 7, 0.78) 0 30%, rgba(18, 9, 7, 0.06) 58%, rgba(18, 9, 7, 0.88));
  }
}

/* Wow v25: final mobile tightening after visual QA. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-hero-card {
    gap: 10px;
    padding: 16px 14px;
  }

  body.is-marketing-preview .landing-hero-copy .eyebrow {
    max-width: 23ch;
  }

  body.is-marketing-preview .landing-hero-card h1 {
    max-width: 15ch;
    font-size: clamp(2.04rem, 8.1vw, 2.42rem);
    line-height: 0.96;
    letter-spacing: -0.064em;
  }

  body.is-marketing-preview .landing-hero-lead {
    display: none;
  }

  body.is-marketing-preview .landing-bobo-inline {
    grid-template-columns: auto 1fr;
  }

  body.is-marketing-preview .landing-hero-flow span {
    min-height: 54px;
  }

  body.is-marketing-preview .landing-price-pill {
    min-height: 52px;
    padding: 10px;
  }

  body.is-marketing-preview .landing-hero-card .landing-hero-actions .landing-primary-cta,
  body.is-marketing-preview .landing-hero-card .landing-hero-actions .secondary-button {
    min-height: 50px;
  }

  body.is-marketing-preview .landing-hero-product {
    min-height: 360px;
  }

  body.is-marketing-preview .hero-product-output {
    display: none;
  }

  body.is-marketing-preview .landing-example-card.is-aesthetic-card {
    height: 585px !important;
    max-height: none !important;
  }

  body.is-marketing-preview .landing-example-card.is-beauty-card {
    height: 520px !important;
    max-height: none !important;
  }

  body.is-marketing-preview .landing-example-card.is-dental-card {
    height: 555px !important;
    max-height: none !important;
  }

  body.is-marketing-preview .landing-example-card.is-law-card {
    height: 610px !important;
    max-height: none !important;
  }

  body.is-marketing-preview .landing-example-card.is-physio-card {
    height: 535px !important;
    max-height: none !important;
  }

  body.is-marketing-preview .landing-example-card.is-restaurant-card {
    height: 575px !important;
    max-height: none !important;
  }
}

/* Real v26: flagship and examples should feel like actual delivered pages, not generator UI. */
body.is-marketing-preview .landing-hero-product.is-flagship-realization {
  min-height: 640px;
  padding: 12px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.42), transparent 18%),
    linear-gradient(145deg, #0d1b20 0%, #14333a 46%, #e7d0a2 100%);
  box-shadow: 0 44px 100px rgba(13, 27, 32, 0.24);
}

body.is-marketing-preview .landing-hero-product.is-flagship-realization::before {
  inset: auto -60px -80px auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 218, 146, 0.44), transparent 68%);
}

body.is-marketing-preview .is-flagship-realization .hero-product-top {
  justify-content: space-between;
  padding: 10px 12px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(9, 20, 24, 0.72);
  color: #fff7e6;
}

body.is-marketing-preview .is-flagship-realization .hero-product-top span {
  color: rgba(255, 247, 230, 0.78);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.is-marketing-preview .is-flagship-realization .hero-product-top strong {
  min-height: 36px;
  padding-inline: 15px;
  border: 1px solid rgba(255, 247, 230, 0.25);
  background: rgba(255, 247, 230, 0.1);
  color: #fff7e6;
  font-family: var(--display);
  letter-spacing: -0.055em;
}

body.is-marketing-preview .is-flagship-realization .hero-product-browser {
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: #061014;
}

body.is-marketing-preview .is-flagship-realization .hero-product-bar {
  background: #fff8eb;
}

body.is-marketing-preview .is-flagship-realization .hero-product-site {
  position: relative;
  min-height: 505px;
  padding: 24px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 18, 22, 0.94) 0 42%, rgba(7, 18, 22, 0.18) 70%, rgba(7, 18, 22, 0.58)),
    url("/assets/examples/example-restaurant.png") center/cover no-repeat,
    #0d1b20;
}

body.is-marketing-preview .is-flagship-realization .hero-product-site::before {
  content: "SPA • HOTEL • VOUCHER";
  position: absolute;
  right: 24px;
  bottom: 116px;
  color: rgba(255, 247, 230, 0.16);
  font-family: var(--display);
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.85;
  text-align: right;
}

body.is-marketing-preview .is-flagship-realization .hero-product-nav {
  position: relative;
  z-index: 2;
  padding: 10px 10px 10px 0;
}

body.is-marketing-preview .is-flagship-realization .hero-product-nav b {
  color: #fff7e6;
  font-size: 1.28rem;
}

body.is-marketing-preview .is-flagship-realization .hero-product-nav b::before {
  content: "S&P";
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-right: 10px;
  border: 1px solid rgba(231, 208, 162, 0.5);
  border-radius: 50%;
  color: #e7d0a2;
  font-size: 0.72rem;
  letter-spacing: 0;
  vertical-align: middle;
}

body.is-marketing-preview .is-flagship-realization .hero-product-nav em {
  background: #fff7e6;
  color: #0d1b20;
}

body.is-marketing-preview .is-flagship-realization .hero-product-copy {
  position: relative;
  z-index: 2;
  max-width: 365px;
  margin-top: 54px;
  padding: 24px;
  border: 1px solid rgba(255, 247, 230, 0.18);
  border-radius: 30px;
  background: rgba(255, 247, 230, 0.9);
  box-shadow: 0 28px 64px rgba(5, 13, 16, 0.26);
}

body.is-marketing-preview .is-flagship-realization .hero-product-copy small {
  color: #805b2a;
}

body.is-marketing-preview .is-flagship-realization .hero-product-copy h3 {
  max-width: 10ch;
  color: #0d1b20;
  font-size: clamp(2.25rem, 4.4vw, 3.55rem);
}

body.is-marketing-preview .is-flagship-realization .hero-product-copy button {
  background: #0d1b20;
  color: #fff7e6;
}

body.is-marketing-preview .is-flagship-realization .hero-product-cards {
  position: relative;
  z-index: 2;
  align-self: end;
}

body.is-marketing-preview .is-flagship-realization .hero-product-cards span {
  border: 1px solid rgba(255, 247, 230, 0.18);
  background: rgba(255, 247, 230, 0.9);
}

body.is-marketing-preview .is-flagship-realization .hero-product-output {
  justify-content: space-between;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(9, 20, 24, 0.72);
}

body.is-marketing-preview .is-flagship-realization .hero-product-output span {
  background: rgba(255, 247, 230, 0.1);
  color: #fff7e6;
}

body.is-marketing-preview .landing-examples-head .landing-story-kicker::after {
  content: " / jak screeny realizacji";
}

body.is-marketing-preview .landing-example-card::before {
  content: "screen strony";
  position: absolute;
  z-index: 20;
  top: 14px;
  right: 14px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #112038;
  font-size: 0.54rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(17, 32, 56, 0.12);
  backdrop-filter: blur(12px);
}

body.is-marketing-preview .landing-example-copy {
  backdrop-filter: blur(20px);
}

body.is-marketing-preview .landing-example-copy > span::before {
  content: "branża: ";
  opacity: 0.72;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-hero-product.is-flagship-realization {
    min-height: 500px;
    padding: 9px;
    border-radius: 26px;
  }

  body.is-marketing-preview .is-flagship-realization .hero-product-top {
    padding: 8px 9px;
    border-radius: 16px;
  }

  body.is-marketing-preview .is-flagship-realization .hero-product-top span {
    font-size: 0.52rem;
  }

  body.is-marketing-preview .is-flagship-realization .hero-product-top strong {
    min-height: 30px;
    padding-inline: 10px;
    font-size: 0.8rem;
  }

  body.is-marketing-preview .is-flagship-realization .hero-product-site {
    min-height: 395px;
    padding: 13px;
    background:
      linear-gradient(180deg, rgba(7, 18, 22, 0.94) 0 52%, rgba(7, 18, 22, 0.18) 76%, rgba(7, 18, 22, 0.72)),
      url("/assets/examples/example-restaurant.png") center bottom/116% 62% no-repeat,
      #0d1b20;
  }

  body.is-marketing-preview .is-flagship-realization .hero-product-site::before {
    right: 12px;
    bottom: 86px;
    font-size: 2.2rem;
  }

  body.is-marketing-preview .is-flagship-realization .hero-product-nav {
    padding: 0;
  }

  body.is-marketing-preview .is-flagship-realization .hero-product-nav b {
    font-size: 0.98rem;
  }

  body.is-marketing-preview .is-flagship-realization .hero-product-nav b::before {
    width: 33px;
    height: 33px;
    margin-right: 7px;
    font-size: 0.58rem;
  }

  body.is-marketing-preview .is-flagship-realization .hero-product-nav em {
    min-height: 30px;
    padding: 8px 9px;
    font-size: 0.54rem;
  }

  body.is-marketing-preview .is-flagship-realization .hero-product-copy {
    max-width: 228px;
    margin-top: 40px;
    padding: 14px;
    border-radius: 20px;
  }

  body.is-marketing-preview .is-flagship-realization .hero-product-copy h3 {
    max-width: 10.8ch;
    margin-block: 7px 10px;
    font-size: 1.62rem;
  }

  body.is-marketing-preview .is-flagship-realization .hero-product-cards span {
    min-height: 26px;
    padding: 7px 8px;
    font-size: 0.52rem;
  }

  body.is-marketing-preview .is-flagship-realization .hero-product-output {
    display: none;
  }

  body.is-marketing-preview .landing-example-card::before {
    top: 10px;
    right: 10px;
    padding: 7px 8px;
    font-size: 0.46rem;
  }

body.is-marketing-preview .landing-example-copy > span::before {
    content: "";
  }
}

/* Magic landing v1: first screen rebuilt to match the provided stworzstrone.online reference. */
body.is-marketing-preview {
  --magic-bg: #050713;
  --magic-panel: rgba(11, 15, 33, 0.72);
  --magic-line: rgba(202, 172, 255, 0.22);
  --magic-line-strong: rgba(209, 125, 255, 0.78);
  --magic-copy: #fff8eb;
  --magic-muted: rgba(255, 248, 235, 0.7);
  --magic-gold: #f6ca63;
  --magic-gold-2: #fff0a4;
  --magic-purple: #a970ff;
  --magic-purple-2: #cf89ff;
  min-height: 100vh;
  background:
    linear-gradient(180deg, #050713 0%, #080b1e 46%, #050713 100%);
  color: var(--magic-copy);
}

body.is-marketing-preview::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 7%, rgba(246, 202, 99, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 74% 17%, rgba(169, 112, 255, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 39%, rgba(246, 202, 99, 0.65) 0 1px, transparent 2px),
    radial-gradient(circle at 32% 86%, rgba(207, 137, 255, 0.66) 0 1px, transparent 2px);
  background-size: 210px 180px, 260px 220px, 320px 260px, 390px 320px;
  opacity: 0.42;
}

body.is-marketing-preview .app-shell {
  display: block;
  width: min(100%, 1280px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 32px clamp(18px, 4.4vw, 60px) 64px;
}

body.is-marketing-preview .control-panel {
  display: flex;
  width: 100%;
  min-width: 0;
  padding: 0;
  gap: 34px;
  border: 0;
  background: transparent;
  overflow: visible;
}

body.is-marketing-preview .control-panel > * {
  order: 20;
}

body.is-marketing-preview .control-panel > :not(.landing-topbar):not(.landing-hero-card):not(.landing-brand-band):not(.landing-process-card):not(.landing-delivery-card):not(.landing-visual-grid):not(.landing-proof-panel):not(.landing-examples-card):not(.landing-trust-strip):not(.landing-mobile-cta) {
  display: none !important;
}

body.is-marketing-preview .preview-panel {
  display: none;
}

body.is-marketing-preview .landing-topbar {
  order: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.is-marketing-preview .landing-brand {
  gap: 10px;
}

body.is-marketing-preview .landing-brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.is-marketing-preview .landing-brand-mark::after {
  content: none;
}

body.is-marketing-preview .landing-brand-mark img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 18px rgba(246, 202, 99, 0.55));
}

body.is-marketing-preview .landing-brand strong {
  color: #fff8eb;
  font-family: var(--font);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 800;
  letter-spacing: 0;
}

body.is-marketing-preview .landing-brand strong::first-letter {
  text-transform: lowercase;
}

body.is-marketing-preview .landing-brand span {
  display: none;
}

body.is-marketing-preview .landing-topbar-badge {
  min-height: 44px;
  padding: 9px 18px;
  border: 1px solid rgba(202, 172, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 248, 235, 0.9);
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

body.is-marketing-preview .landing-topbar-badge::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 9px;
  border: 1px solid rgba(156, 164, 255, 0.85);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(156, 164, 255, 0.26), rgba(169, 112, 255, 0.08));
}

body.is-marketing-preview .landing-auth-actions {
  grid-column: 1 / -1;
  justify-content: flex-end;
  margin-top: -52px;
  padding-right: 340px;
  pointer-events: auto;
}

body.is-marketing-preview .landing-auth-state {
  display: none;
}

body.is-marketing-preview .landing-auth-actions .compact-button {
  min-height: 34px;
  padding: 7px 12px;
  border-color: rgba(202, 172, 255, 0.18);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 248, 235, 0.78);
  font-size: 0.72rem;
}

body.is-marketing-preview .landing-hero-card {
  order: 2;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  align-items: center;
  min-height: clamp(640px, 78vh, 820px);
  margin-top: -8px;
  padding: 28px 0 20px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(100deg, rgba(5, 7, 19, 0.98) 0%, rgba(5, 7, 19, 0.82) 38%, rgba(5, 7, 19, 0.22) 74%, rgba(5, 7, 19, 0) 100%);
  box-shadow: none;
}

body.is-marketing-preview .landing-hero-copy {
  position: relative;
  z-index: 2;
  align-content: center;
  max-width: 610px;
  gap: 22px;
}

body.is-marketing-preview .landing-hero-copy .eyebrow {
  width: fit-content;
  max-width: 100%;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 10px 17px;
  border: 1px solid rgba(246, 202, 99, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #ffe58c;
  font-family: var(--font);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}

body.is-marketing-preview .landing-hero-card h1 {
  max-width: 15ch;
  color: #fff8eb;
  font-family: var(--serif);
  font-size: clamp(3rem, 6.05vw, 5.85rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.32);
}

body.is-marketing-preview .landing-price-highlight {
  color: var(--magic-gold);
  white-space: nowrap;
  text-shadow: 0 0 30px rgba(246, 202, 99, 0.34);
}

body.is-marketing-preview .landing-hero-lead {
  max-width: 43ch;
  margin: 0;
  color: rgba(255, 248, 235, 0.76);
  font-size: clamp(1.06rem, 1.45vw, 1.25rem);
  font-weight: 550;
  line-height: 1.46;
}

body.is-marketing-preview .landing-bobo-inline,
body.is-marketing-preview .landing-hero-flow,
body.is-marketing-preview .landing-price-pill {
  display: none;
}

body.is-marketing-preview .landing-hero-actions {
  align-items: center;
  gap: 20px;
}

body.is-marketing-preview .landing-primary-cta {
  min-height: 78px;
  padding: 22px 38px;
  border: 1px solid rgba(255, 239, 164, 0.82);
  border-radius: 999px;
  background:
    linear-gradient(180deg, #fff0a4 0%, #f6ca63 48%, #c98724 100%);
  color: #120f08;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 20px 52px rgba(246, 202, 99, 0.26),
    0 0 38px rgba(246, 202, 99, 0.28);
  font-size: clamp(1rem, 1.45vw, 1.24rem);
  font-weight: 900;
}

body.is-marketing-preview .landing-primary-cta::after {
  content: ">";
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-left: 12px;
  color: #120f08;
  font-size: 1.4rem;
  line-height: 1;
}

body.is-marketing-preview .landing-hero-actions .secondary-button {
  min-height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--magic-purple-2);
  box-shadow: none;
  font-style: italic;
  font-weight: 700;
}

body.is-marketing-preview .landing-proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 570px;
  margin: 4px 0 0;
}

body.is-marketing-preview .landing-proof-list li {
  position: relative;
  display: grid;
  min-height: 84px;
  align-content: center;
  gap: 3px;
  padding: 14px 14px 14px 74px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--magic-copy);
}

body.is-marketing-preview .landing-proof-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(202, 172, 255, 0.2);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  transform: translateY(-50%);
}

body.is-marketing-preview .landing-proof-list li::after {
  position: absolute;
  left: 19px;
  top: 50%;
  color: var(--magic-gold);
  font-size: 1.42rem;
  line-height: 1;
  transform: translateY(-50%);
}

body.is-marketing-preview .landing-proof-list li:nth-child(1)::after { content: "⚡"; }
body.is-marketing-preview .landing-proof-list li:nth-child(2)::after { content: "✦"; }
body.is-marketing-preview .landing-proof-list li:nth-child(3)::after { content: "◇"; }

body.is-marketing-preview .landing-proof-list strong {
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.1;
}

body.is-marketing-preview .landing-proof-list span {
  color: rgba(255, 248, 235, 0.66);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.25;
}

body.is-marketing-preview .landing-hero-assurance {
  max-width: 540px;
  margin-top: 3px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 248, 235, 0.74);
}

body.is-marketing-preview .landing-hero-assurance strong {
  color: var(--magic-gold);
}

body.is-marketing-preview .landing-hero-side {
  position: relative;
  min-height: clamp(520px, 64vw, 760px);
  align-self: stretch;
  background:
    url("/assets/optimized/bobo-magic-hero-v1.webp") right center / clamp(900px, 78vw, 1180px) auto no-repeat;
}

body.is-marketing-preview .landing-hero-side::before {
  content: "";
  position: absolute;
  inset: 7% -4% 0 8%;
  pointer-events: none;
  background: linear-gradient(90deg, #050713 0%, rgba(5, 7, 19, 0.1) 28%, rgba(5, 7, 19, 0) 100%);
}

body.is-marketing-preview .landing-hero-side::after {
  content: "Twoja strona jest gotowa!";
  position: absolute;
  right: clamp(18px, 7vw, 116px);
  bottom: clamp(42px, 7vw, 92px);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 12px 17px;
  border: 1px solid rgba(207, 137, 255, 0.44);
  border-radius: 999px;
  background: rgba(9, 10, 25, 0.7);
  color: #fff8eb;
  box-shadow: 0 0 32px rgba(169, 112, 255, 0.28);
  font-size: clamp(0.88rem, 1.35vw, 1.08rem);
  font-weight: 850;
  transform: rotate(5deg);
  backdrop-filter: blur(16px);
}

body.is-marketing-preview .landing-hero-product {
  display: none;
}

body.is-marketing-preview .landing-brand-band {
  order: 3;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  padding: clamp(24px, 3.2vw, 42px);
  border: 1px solid rgba(207, 137, 255, 0.9);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(15, 19, 44, 0.86) 0%, rgba(8, 11, 30, 0.96) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 0 42px rgba(169, 112, 255, 0.28),
    0 34px 90px rgba(0, 0, 0, 0.34);
}

body.is-marketing-preview .landing-brand-band::before {
  inset: 14px;
  border-color: rgba(207, 137, 255, 0.24);
  border-radius: 26px;
}

body.is-marketing-preview .landing-brand-band-copy {
  gap: 22px;
}

body.is-marketing-preview .landing-brand-band-copy .landing-story-kicker {
  color: var(--magic-purple-2);
}

body.is-marketing-preview .landing-brand-band-copy h2 {
  max-width: 12ch;
  color: #eadbff;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 4vw, 3.72rem);
  line-height: 1.05;
  letter-spacing: 0;
}

body.is-marketing-preview .landing-brand-band-copy h2::after {
  content: "↪";
  display: inline-block;
  margin-left: 16px;
  color: var(--magic-purple);
  font-family: var(--font);
  font-size: 0.78em;
  transform: rotate(-10deg);
}

body.is-marketing-preview .landing-brand-band-copy p:not(.landing-story-kicker) {
  max-width: 32ch;
  color: rgba(255, 248, 235, 0.78);
  font-size: 1.02rem;
}

body.is-marketing-preview .landing-brand-band-copy p:not(.landing-story-kicker)::before {
  content: "✓ Usługa w pierwszym zdaniu\A✓ Miasto i szybki kontakt\A✓ Opinie zamiast pustych haseł";
  display: block;
  margin-bottom: 26px;
  color: #fff8eb;
  white-space: pre-line;
  line-height: 1.68;
}

body.is-marketing-preview .landing-brand-band-points {
  display: block;
}

body.is-marketing-preview .landing-brand-band-points span {
  min-height: auto;
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body.is-marketing-preview .landing-showcase-browser {
  overflow: hidden;
  border: 1px solid rgba(207, 137, 255, 0.48);
  border-radius: 16px;
  background: #070a18;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

body.is-marketing-preview .landing-showcase-nav {
  display: grid;
  grid-template-columns: 1fr repeat(3, auto) auto;
  gap: 20px;
  align-items: center;
  min-height: 64px;
  padding: 0 38px;
  color: rgba(255, 248, 235, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
}

body.is-marketing-preview .landing-showcase-nav span {
  display: inline;
  min-height: auto;
  padding: 0;
  background: transparent;
  color: rgba(255, 248, 235, 0.72);
  font-size: 0.72rem;
  line-height: 1;
}

body.is-marketing-preview .landing-showcase-nav strong {
  color: #fff8eb;
  font-size: 1rem;
}

body.is-marketing-preview .landing-showcase-nav button,
body.is-marketing-preview .landing-showcase-stage button {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #c889ff, #8f62ff);
  color: #11091a;
  font-size: 0.72rem;
  font-weight: 900;
}

body.is-marketing-preview .landing-showcase-stage {
  min-height: 330px;
  display: grid;
  align-items: center;
  padding: 42px;
  background:
    linear-gradient(90deg, rgba(8, 10, 25, 0.98) 0%, rgba(8, 10, 25, 0.78) 42%, rgba(8, 10, 25, 0.18) 100%),
    radial-gradient(circle at 76% 45%, rgba(176, 83, 255, 0.34) 0 8%, transparent 32%),
    linear-gradient(135deg, #080a19 0%, #130931 70%, #080a19 100%);
}

body.is-marketing-preview .landing-showcase-stage h3 {
  max-width: 8.4ch;
  margin: 0;
  color: #fff8eb;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.96;
}

body.is-marketing-preview .landing-showcase-stage p {
  max-width: 34ch;
  margin: 18px 0 22px;
  color: rgba(255, 248, 235, 0.68);
  font-size: 0.96rem;
  font-weight: 600;
}

body.is-marketing-preview .landing-showcase-stage button {
  min-height: 36px;
  padding: 10px 18px;
}

body.is-marketing-preview .landing-showcase-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 112px;
  background: rgba(255, 255, 255, 0.055);
}

body.is-marketing-preview .landing-showcase-icons span {
  display: grid;
  place-items: center;
  color: rgba(255, 248, 235, 0.9);
  font-size: 0.84rem;
  font-weight: 800;
}

body.is-marketing-preview .landing-showcase-icons span::before {
  content: "✧";
  display: block;
  margin-bottom: 6px;
  color: var(--magic-purple-2);
  font-size: 1.4rem;
}

body.is-marketing-preview .landing-trust-strip {
  order: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.is-marketing-preview .landing-trust-strip::after {
  content: "Magia technologii. Sukces Twojego biznesu.";
  grid-column: 1 / -1;
  display: block;
  padding: 28px 0 6px;
  color: var(--magic-purple-2);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.1;
  text-align: center;
}

body.is-marketing-preview .landing-trust-strip article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 4px 16px;
  align-items: center;
  min-height: 140px;
  padding: 22px;
  border: 1px solid rgba(202, 172, 255, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
}

body.is-marketing-preview .landing-trust-strip article span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(246, 202, 99, 0.28);
  border-radius: 16px;
  color: var(--magic-gold);
  font-size: 0.88rem;
  font-weight: 950;
}

body.is-marketing-preview .landing-trust-strip article strong {
  margin: 0;
  color: var(--magic-gold);
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.1;
}

body.is-marketing-preview .landing-trust-strip article p {
  margin: 0;
  color: rgba(255, 248, 235, 0.68);
  font-size: 0.87rem;
  font-weight: 600;
  line-height: 1.35;
}

body.is-marketing-preview .landing-process-card,
body.is-marketing-preview .landing-delivery-card,
body.is-marketing-preview .landing-visual-grid,
body.is-marketing-preview .landing-proof-panel,
body.is-marketing-preview .landing-examples-card,
body.is-marketing-preview .landing-faq-card,
body.is-marketing-preview .landing-final-card {
  margin-top: 10px;
}

@media (max-width: 980px) {
  body.is-marketing-preview .app-shell {
    padding-inline: 18px;
  }

  body.is-marketing-preview .landing-topbar {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-auth-actions {
    margin-top: 0;
    padding-right: 0;
    justify-content: flex-start;
  }

  body.is-marketing-preview .landing-hero-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 8px;
  }

  body.is-marketing-preview .landing-hero-copy {
    max-width: none;
  }

  body.is-marketing-preview .landing-hero-side {
    min-height: 520px;
    margin-top: -40px;
    background-position: center;
    background-size: 860px auto;
  }

  body.is-marketing-preview .landing-hero-side::before {
    background: linear-gradient(180deg, #050713 0%, rgba(5, 7, 19, 0) 34%);
  }

  body.is-marketing-preview .landing-brand-band {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-brand-band-copy h2 {
    max-width: 15ch;
  }

  body.is-marketing-preview .landing-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.is-marketing-preview .app-shell {
    padding-top: 22px;
  }

  body.is-marketing-preview .control-panel {
    gap: 24px;
  }

  body.is-marketing-preview .landing-topbar-badge {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  body.is-marketing-preview .landing-auth-actions {
    display: none;
  }

  body.is-marketing-preview .landing-hero-card h1 {
    max-width: 12ch;
    font-size: clamp(2.55rem, 11.4vw, 3.55rem);
    line-height: 0.98;
  }

  body.is-marketing-preview .landing-hero-copy .eyebrow {
    width: 100%;
    min-height: 40px;
    justify-content: center;
    padding-inline: 12px;
    white-space: normal;
    text-align: center;
    font-size: 0.72rem;
    line-height: 1.2;
  }

  body.is-marketing-preview .landing-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  body.is-marketing-preview .landing-primary-cta {
    width: 100%;
    min-height: 68px;
    justify-content: center;
    padding-inline: 20px;
  }

  body.is-marketing-preview .landing-proof-list {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-proof-list li {
    min-height: 70px;
  }

  body.is-marketing-preview .landing-hero-side {
    min-height: 400px;
    margin-top: -20px;
    background-size: 650px auto;
  }

  body.is-marketing-preview .landing-hero-side::after {
    right: 12px;
    bottom: 16px;
    font-size: 0.74rem;
  }

  body.is-marketing-preview .landing-brand-band {
    padding: 22px;
    border-radius: 26px;
  }

  body.is-marketing-preview .landing-brand-band-copy h2 {
    font-size: clamp(1.85rem, 10vw, 2.6rem);
  }

  body.is-marketing-preview .landing-showcase-nav {
    grid-template-columns: 1fr auto;
    min-height: 52px;
    padding: 0 18px;
  }

  body.is-marketing-preview .landing-showcase-nav span {
    display: none;
  }

  body.is-marketing-preview .landing-showcase-stage {
    min-height: 260px;
    padding: 24px;
  }

  body.is-marketing-preview .landing-showcase-stage h3 {
    font-size: 2rem;
  }

  body.is-marketing-preview .landing-showcase-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.is-marketing-preview .landing-trust-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.is-marketing-preview .landing-trust-strip article {
    min-height: 102px;
    padding: 16px;
  }
}

/* Magic landing v1 polish: neutralize older marketing-preview layers that share these class names. */
body.is-marketing-preview .landing-brand-band {
  grid-template-columns: minmax(310px, 0.42fr) minmax(0, 0.58fr) !important;
  overflow: hidden;
}

body.is-marketing-preview .landing-brand-band::after {
  content: none !important;
  display: none !important;
}

body.is-marketing-preview .landing-brand-band-copy {
  min-width: 0;
  gap: 18px !important;
}

body.is-marketing-preview .landing-brand-band-copy h2 {
  max-width: 12ch !important;
  overflow: visible;
  color: #eadbff !important;
  font-size: clamp(2rem, 3.25vw, 3.25rem) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .landing-brand-band-copy p:not(.landing-story-kicker) {
  color: rgba(255, 248, 235, 0.76) !important;
}

body.is-marketing-preview .landing-brand-band-points {
  min-width: 0;
}

body.is-marketing-preview .landing-trust-strip::before {
  content: none !important;
  display: none !important;
}

body.is-marketing-preview .landing-trust-strip article,
body.is-marketing-preview .landing-trust-strip article:nth-child(2),
body.is-marketing-preview .landing-trust-strip article:nth-child(3),
body.is-marketing-preview .landing-trust-strip article:nth-child(4) {
  border: 1px solid rgba(202, 172, 255, 0.16) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)) !important;
  color: var(--magic-copy) !important;
  filter: none !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2) !important;
}

body.is-marketing-preview .landing-trust-strip article::before,
body.is-marketing-preview .landing-trust-strip article::after {
  content: none !important;
  display: none !important;
}

body.is-marketing-preview .landing-showcase-nav span::before {
  content: none !important;
  display: none !important;
}

body.is-marketing-preview .landing-showcase-icons span::before {
  content: "✦" !important;
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 6px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--magic-purple-2) !important;
  font-size: 1.35rem !important;
  line-height: 1 !important;
  transform: none !important;
  box-shadow: none !important;
}

@media (max-width: 980px) {
  body.is-marketing-preview .landing-brand-band {
    grid-template-columns: 1fr !important;
  }
}

/* Magic landing v2: restore flow + examples and add stronger gold motion polish. */
@keyframes magicCtaPulse {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.18) inset,
      0 20px 52px rgba(246, 202, 99, 0.26),
      0 0 38px rgba(246, 202, 99, 0.28);
    transform: translateY(0);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.25) inset,
      0 26px 68px rgba(246, 202, 99, 0.36),
      0 0 58px rgba(246, 202, 99, 0.42);
    transform: translateY(-1px);
  }
}

@keyframes magicCtaSweep {
  0% { transform: translateX(-145%) skewX(-18deg); opacity: 0; }
  18% { opacity: 0.95; }
  52% { opacity: 0.7; }
  100% { transform: translateX(165%) skewX(-18deg); opacity: 0; }
}

@keyframes magicGoldText {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

body.is-marketing-preview .landing-primary-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  animation: magicCtaPulse 3.8s ease-in-out infinite;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

body.is-marketing-preview .landing-primary-cta::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -28%;
  z-index: -1;
  width: 42%;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.88) 48%, transparent 100%);
  mix-blend-mode: screen;
  animation: magicCtaSweep 3.1s ease-in-out infinite;
}

body.is-marketing-preview .landing-primary-cta:hover {
  filter: saturate(1.1) brightness(1.05);
  transform: translateY(-3px);
}

body.is-marketing-preview .landing-primary-cta:active {
  transform: translateY(0);
}

body.is-marketing-preview .landing-price-highlight,
body.is-marketing-preview .landing-trust-strip::after {
  background: linear-gradient(90deg, #f6ca63, #fff3b2, #c985ff, #f6ca63);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: magicGoldText 5.5s ease-in-out infinite;
}

body.is-marketing-preview .landing-brand-band {
  order: 3 !important;
}

body.is-marketing-preview .landing-process-card {
  order: 4 !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 0.52fr) !important;
  gap: clamp(20px, 4vw, 46px) !important;
  align-items: center;
  padding: clamp(26px, 4vw, 48px) !important;
  border: 1px solid rgba(246, 202, 99, 0.2) !important;
  border-radius: 30px !important;
  background:
    linear-gradient(135deg, rgba(13, 18, 39, 0.94), rgba(8, 10, 25, 0.98)) !important;
  color: var(--magic-copy) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.035) inset,
    0 30px 90px rgba(0, 0, 0, 0.26),
    0 0 34px rgba(246, 202, 99, 0.08) !important;
}

body.is-marketing-preview .landing-process-copy {
  display: grid;
  gap: 12px;
}

body.is-marketing-preview .landing-process-copy .landing-story-kicker,
body.is-marketing-preview .landing-examples-head .landing-story-kicker,
body.is-marketing-preview .landing-delivery-heading .landing-story-kicker,
body.is-marketing-preview .landing-proof-copy .landing-story-kicker {
  color: var(--magic-gold) !important;
  letter-spacing: 0.12em;
}

body.is-marketing-preview .landing-process-copy h2,
body.is-marketing-preview .landing-delivery-heading h2,
body.is-marketing-preview .landing-proof-copy h2,
body.is-marketing-preview .landing-examples-head h2 {
  color: #fff8eb !important;
  font-family: var(--serif);
  letter-spacing: 0 !important;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.26);
}

body.is-marketing-preview .landing-process-copy h2 {
  max-width: 11ch !important;
  font-size: clamp(2.3rem, 4.6vw, 4rem) !important;
  line-height: 0.96 !important;
}

body.is-marketing-preview .landing-process-copy p:not(.landing-story-kicker),
body.is-marketing-preview .landing-delivery-heading p:not(.landing-story-kicker),
body.is-marketing-preview .landing-proof-lead,
body.is-marketing-preview .landing-examples-head > p {
  color: rgba(255, 248, 235, 0.72) !important;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.45;
}

body.is-marketing-preview .landing-process-visual-wrap {
  overflow: hidden;
  border: 1px solid rgba(202, 172, 255, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.22),
    0 0 34px rgba(169, 112, 255, 0.12);
}

body.is-marketing-preview .landing-process-visual {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  height: auto;
  filter: saturate(1.05) contrast(1.02);
}

body.is-marketing-preview .landing-examples-card {
  order: 5 !important;
  display: grid !important;
  gap: 18px;
  padding: clamp(24px, 4vw, 46px) !important;
  border: 1px solid rgba(207, 137, 255, 0.4) !important;
  border-radius: 34px !important;
  background:
    linear-gradient(135deg, rgba(11, 15, 34, 0.96), rgba(6, 8, 21, 0.98)) !important;
  color: var(--magic-copy);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 46px rgba(169, 112, 255, 0.2),
    0 34px 92px rgba(0, 0, 0, 0.32) !important;
}

body.is-marketing-preview .landing-examples-card::before,
body.is-marketing-preview .landing-examples-card::after {
  content: none !important;
  display: none !important;
}

body.is-marketing-preview .landing-examples-head {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(260px, 0.45fr);
  gap: 22px;
  align-items: end;
}

body.is-marketing-preview .landing-examples-head h2 {
  max-width: 14ch !important;
  font-size: clamp(2.3rem, 4.7vw, 4.35rem) !important;
  line-height: 0.96 !important;
}

body.is-marketing-preview .landing-case-strip,
body.is-marketing-preview .landing-portfolio-note {
  border: 1px solid rgba(246, 202, 99, 0.14) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: rgba(255, 248, 235, 0.74) !important;
}

body.is-marketing-preview .landing-case-strip span,
body.is-marketing-preview .landing-portfolio-note span {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: rgba(255, 248, 235, 0.7) !important;
}

body.is-marketing-preview .landing-case-strip strong,
body.is-marketing-preview .landing-portfolio-note strong {
  color: var(--magic-gold) !important;
}

body.is-marketing-preview .landing-examples-controls {
  justify-content: flex-end;
}

body.is-marketing-preview .landing-example-nav {
  border: 1px solid rgba(207, 137, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: #fff8eb !important;
  box-shadow: 0 0 24px rgba(169, 112, 255, 0.12);
}

body.is-marketing-preview .landing-examples-track {
  gap: 22px !important;
  padding: 6px 4px 22px !important;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(207, 137, 255, 0.55) rgba(255, 255, 255, 0.08);
}

body.is-marketing-preview .landing-example-card,
body.is-marketing-preview .landing-example-card.is-aesthetic-card,
body.is-marketing-preview .landing-example-card.is-beauty-card,
body.is-marketing-preview .landing-example-card.is-dental-card,
body.is-marketing-preview .landing-example-card.is-law-card,
body.is-marketing-preview .landing-example-card.is-physio-card,
body.is-marketing-preview .landing-example-card.is-restaurant-card {
  flex-basis: min(470px, 86vw) !important;
  height: 760px !important;
  min-height: 760px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 28px !important;
  box-shadow:
    0 26px 64px rgba(0, 0, 0, 0.36),
    0 0 28px rgba(246, 202, 99, 0.1) !important;
  scroll-snap-align: start;
}

body.is-marketing-preview .landing-example-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 34px 82px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(207, 137, 255, 0.18) !important;
}

body.is-marketing-preview .landing-delivery-card {
  order: 6 !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr) !important;
  gap: 18px !important;
  padding: clamp(24px, 4vw, 44px) !important;
  border: 1px solid rgba(246, 202, 99, 0.16) !important;
  border-radius: 30px !important;
  background:
    linear-gradient(135deg, rgba(13, 18, 39, 0.94), rgba(7, 9, 22, 0.98)) !important;
  color: var(--magic-copy) !important;
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.28) !important;
}

body.is-marketing-preview .landing-delivery-heading {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.is-marketing-preview .landing-delivery-heading h2 {
  max-width: 12ch !important;
  font-size: clamp(2.1rem, 4vw, 3.55rem) !important;
}

body.is-marketing-preview .landing-delivery-steps {
  display: grid !important;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.is-marketing-preview .landing-delivery-steps article,
body.is-marketing-preview .landing-output-receipt span,
body.is-marketing-preview .landing-delivery-note {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: rgba(255, 248, 235, 0.82) !important;
}

body.is-marketing-preview .landing-delivery-steps h3,
body.is-marketing-preview .landing-delivery-note strong {
  color: #fff8eb !important;
}

body.is-marketing-preview .landing-delivery-steps p,
body.is-marketing-preview .landing-delivery-note p,
body.is-marketing-preview .landing-output-pack p {
  color: rgba(255, 248, 235, 0.66) !important;
}

body.is-marketing-preview .landing-output-pack {
  border: 1px solid rgba(207, 137, 255, 0.2) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)) !important;
}

body.is-marketing-preview .landing-output-pack-main h3 {
  color: #fff8eb !important;
}

body.is-marketing-preview .landing-visual-grid {
  order: 7 !important;
  display: grid !important;
}

body.is-marketing-preview .landing-visual-card,
body.is-marketing-preview .landing-visual-card.is-offer,
body.is-marketing-preview .landing-visual-card.is-money,
body.is-marketing-preview .landing-visual-card.is-proof {
  border: 1px solid rgba(202, 172, 255, 0.14) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)) !important;
  color: var(--magic-copy) !important;
}

body.is-marketing-preview .landing-proof-panel {
  order: 8 !important;
  display: grid !important;
  border: 1px solid rgba(207, 137, 255, 0.26) !important;
  border-radius: 32px !important;
  background:
    linear-gradient(135deg, rgba(12, 17, 38, 0.96), rgba(7, 9, 22, 0.98)) !important;
  color: var(--magic-copy) !important;
  box-shadow: 0 32px 86px rgba(0, 0, 0, 0.3) !important;
}

body.is-marketing-preview .landing-proof-board,
body.is-marketing-preview .landing-proof-screen {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: var(--magic-copy) !important;
}

body.is-marketing-preview .landing-proof-screen p,
body.is-marketing-preview .landing-proof-checklist span {
  color: rgba(255, 248, 235, 0.7) !important;
}

body.is-marketing-preview .landing-trust-strip {
  order: 9 !important;
}

body.is-marketing-preview .landing-hero-card,
body.is-marketing-preview .landing-brand-band,
body.is-marketing-preview .landing-process-card,
body.is-marketing-preview .landing-examples-card,
body.is-marketing-preview .landing-delivery-card,
body.is-marketing-preview .landing-proof-panel {
  scroll-margin-top: 24px;
}

body.is-marketing-preview .landing-process-card,
body.is-marketing-preview .landing-examples-card,
body.is-marketing-preview .landing-delivery-card,
body.is-marketing-preview .landing-proof-panel,
body.is-marketing-preview .landing-visual-grid,
body.is-marketing-preview .landing-trust-strip {
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

body.is-marketing-preview .landing-example-card {
  contain: paint;
}

@media (prefers-reduced-motion: reduce) {
  body.is-marketing-preview .landing-primary-cta,
  body.is-marketing-preview .landing-primary-cta::before,
  body.is-marketing-preview .landing-price-highlight,
  body.is-marketing-preview .landing-trust-strip::after {
    animation: none !important;
  }
}

@media (max-width: 980px) {
  body.is-marketing-preview .landing-process-card,
  body.is-marketing-preview .landing-delivery-card,
  body.is-marketing-preview .landing-proof-panel {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .landing-examples-head {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .landing-delivery-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.is-marketing-preview .landing-process-card,
  body.is-marketing-preview .landing-delivery-card,
  body.is-marketing-preview .landing-examples-card,
  body.is-marketing-preview .landing-proof-panel {
    padding: 18px 12px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .landing-process-copy h2,
  body.is-marketing-preview .landing-examples-head h2,
  body.is-marketing-preview .landing-delivery-heading h2,
  body.is-marketing-preview .landing-proof-copy h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem) !important;
    line-height: 0.98 !important;
  }

  body.is-marketing-preview .landing-examples-card {
    gap: 12px;
  }

  body.is-marketing-preview .landing-case-strip,
  body.is-marketing-preview .landing-portfolio-note {
    display: none !important;
  }

  body.is-marketing-preview .landing-examples-controls {
    display: flex !important;
  }

  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-aesthetic-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card {
    flex-basis: min(320px, 86vw) !important;
    height: 535px !important;
    min-height: 535px !important;
    border-radius: 22px !important;
  }

  body.is-marketing-preview .landing-delivery-steps {
    grid-template-columns: 1fr;
  }
}

/* Real v27: remove leftover AI-looking decoration and make screenshots photographic. */
body.is-marketing-preview .site-luma::before,
body.is-marketing-preview .site-luma::after {
  display: none !important;
}

body.is-marketing-preview .is-flagship-realization .hero-product-site {
  background:
    linear-gradient(90deg, rgba(7, 18, 22, 0.9) 0 42%, rgba(7, 18, 22, 0.2) 72%, rgba(7, 18, 22, 0.62)),
    url("/assets/examples/example-restaurant.png") center/cover no-repeat,
    #0d1b20;
}

body.is-marketing-preview .is-flagship-realization .hero-product-copy {
  margin-top: 34px;
}

@media (max-width: 760px) {
  body.is-marketing-preview .is-flagship-realization .hero-product-site {
    min-height: 382px;
    background:
      linear-gradient(180deg, rgba(7, 18, 22, 0.84) 0 34%, rgba(7, 18, 22, 0.26) 66%, rgba(7, 18, 22, 0.78)),
      url("/assets/examples/example-restaurant.png") center/cover no-repeat,
      #0d1b20;
  }

  body.is-marketing-preview .is-flagship-realization .hero-product-copy {
    margin-top: 26px;
  }

  body.is-marketing-preview .site-luma {
    background:
      linear-gradient(180deg, rgba(255, 248, 235, 0.96) 0 29%, rgba(15, 62, 56, 0.16) 52%, rgba(15, 62, 56, 0.72) 100%),
      url("/assets/examples/example-aesthetic.png") center bottom/112% 66% no-repeat,
      #fff8eb !important;
  }
}

/* Real v28: force portfolio labels back to small badges. */
body.is-marketing-preview .landing-example-card::before {
  content: "screen strony" !important;
  position: absolute !important;
  inset: 14px 14px auto auto !important;
  z-index: 20 !important;
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 10px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  color: #112038 !important;
  font-family: inherit !important;
  font-size: 0.54rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  box-shadow: 0 12px 28px rgba(17, 32, 56, 0.12) !important;
  transform: none !important;
  filter: none !important;
  backdrop-filter: blur(12px) !important;
}

body.is-marketing-preview .landing-example-card::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-example-card::before {
    inset: 10px 10px auto auto !important;
    padding: 7px 8px !important;
    font-size: 0.46rem !important;
  }
}

/* Real pages v30: portfolio now shows screenshots of actual generated pages. */
body.is-marketing-preview .landing-examples-card {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 122, 69, 0.14), transparent 22%),
    linear-gradient(135deg, #fffaf0 0%, #f4fffb 48%, #eef8ff 100%);
}

body.is-marketing-preview .landing-examples-head h2 {
  max-width: 12ch;
}

body.is-marketing-preview .landing-examples-head > p {
  max-width: 34ch;
}

body.is-marketing-preview .landing-example-card,
body.is-marketing-preview .landing-example-card.is-aesthetic-card,
body.is-marketing-preview .landing-example-card.is-beauty-card,
body.is-marketing-preview .landing-example-card.is-dental-card,
body.is-marketing-preview .landing-example-card.is-law-card,
body.is-marketing-preview .landing-example-card.is-physio-card,
body.is-marketing-preview .landing-example-card.is-restaurant-card {
  flex-basis: min(430px, 86vw);
  height: 720px !important;
  min-height: 720px !important;
  max-height: none !important;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 34px;
  background: #101722;
  box-shadow: 0 34px 90px rgba(17, 32, 56, 0.2);
}

body.is-marketing-preview .landing-example-card::before,
body.is-marketing-preview .landing-example-card::after {
  content: none !important;
  display: none !important;
}

body.is-marketing-preview .landing-example-card .landing-example-site-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: inherit;
  background: #101722;
}

body.is-marketing-preview .landing-example-card .landing-real-shot {
  position: absolute;
  z-index: 50;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

body.is-marketing-preview .landing-example-card .landing-real-shot ~ * {
  display: none !important;
}

body.is-marketing-preview .landing-example-card .landing-example-copy {
  display: none !important;
}

body.is-marketing-preview .landing-example-card .bespoke-site::before,
body.is-marketing-preview .landing-example-card .bespoke-site::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-examples-card {
    padding: 18px 10px 22px;
    border-radius: 30px;
  }

  body.is-marketing-preview .landing-examples-head h2 {
    max-width: 10.5ch;
    font-size: clamp(1.9rem, 8.4vw, 2.38rem);
    line-height: 0.94;
  }

  body.is-marketing-preview .landing-examples-head > p {
    max-width: 31ch;
    font-size: 0.72rem;
    line-height: 1.22;
  }

  body.is-marketing-preview .landing-examples-track {
    gap: 14px;
    padding-block: 8px 18px;
  }

  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-aesthetic-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card {
    flex-basis: min(326px, 86vw);
    height: 546px !important;
    min-height: 546px !important;
    border-radius: 26px;
  }
}

/* Convert v29: simplify the middle of the page for fast mobile decisions. */
body.is-marketing-preview .landing-delivery-card {
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 223, 107, 0.14), transparent 24%),
    linear-gradient(135deg, #fffaf0 0%, #f6fff8 50%, #effcff 100%);
  color: #112038;
}

body.is-marketing-preview .landing-delivery-card::before {
  display: none;
}

body.is-marketing-preview .landing-delivery-heading {
  min-height: 0;
  padding: 18px;
  border: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}

body.is-marketing-preview .landing-delivery-heading h2 {
  max-width: 12ch;
  color: #112038;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.94;
}

body.is-marketing-preview .landing-delivery-heading p:not(.landing-story-kicker) {
  max-width: 32ch;
  color: #334155;
  font-size: 0.86rem;
  line-height: 1.32;
}

body.is-marketing-preview .landing-delivery-steps {
  display: none;
}

body.is-marketing-preview .landing-output-pack {
  grid-template-columns: minmax(0, 0.7fr) minmax(300px, 1.3fr);
  gap: 12px;
  min-height: 0;
  padding: 14px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
}

body.is-marketing-preview .landing-output-pack-main {
  gap: 6px;
  padding: 0;
}

body.is-marketing-preview .landing-output-pack-main h3 {
  max-width: none;
  color: #112038;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 0.96;
}

body.is-marketing-preview .landing-output-pack-main p {
  max-width: 28ch;
  color: #475569;
  font-size: 0.76rem;
  line-height: 1.28;
}

body.is-marketing-preview .landing-output-receipt {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  align-self: center;
  padding: 0;
  background: transparent;
}

body.is-marketing-preview .landing-output-receipt span {
  min-height: 76px;
  padding: 9px 7px;
  border: 1px solid rgba(17, 32, 56, 0.08);
  border-radius: 16px;
  background: #fffaf0;
  color: #112038;
  text-align: center;
  font-size: 0.62rem;
  line-height: 1.12;
}

body.is-marketing-preview .landing-output-receipt strong {
  display: inline-grid;
  min-width: 0;
  min-height: 24px;
  margin-bottom: 5px;
  padding: 6px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a45, #ffdf6b);
  color: #112038;
  font-size: 0.55rem;
}

body.is-marketing-preview .landing-delivery-note {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(10, 123, 106, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

body.is-marketing-preview .landing-delivery-note strong {
  color: #0a7b6a;
  font-size: 0.9rem;
}

body.is-marketing-preview .landing-delivery-note p {
  max-width: 48ch;
  color: #475569;
  font-size: 0.76rem;
  line-height: 1.24;
}

body.is-marketing-preview .landing-visual-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.is-marketing-preview .landing-visual-card,
body.is-marketing-preview .landing-visual-card.is-offer,
body.is-marketing-preview .landing-visual-card.is-money,
body.is-marketing-preview .landing-visual-card.is-proof {
  min-height: 150px;
  padding: 16px;
  border-radius: 24px;
}

body.is-marketing-preview .landing-visual-card h2,
body.is-marketing-preview .landing-visual-card.is-money h2,
body.is-marketing-preview .landing-visual-card.is-proof h2 {
  max-width: 11ch;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 0.96;
}

body.is-marketing-preview .landing-visual-card span {
  max-width: 24ch;
  font-size: 0.72rem;
  line-height: 1.25;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-delivery-card {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px;
    border-radius: 24px;
    background: linear-gradient(135deg, #fffaf0, #f6fffb);
  }

  body.is-marketing-preview .landing-delivery-heading {
    gap: 6px;
    padding: 13px;
    border-radius: 18px;
    background: #ffffff;
  }

  body.is-marketing-preview .landing-delivery-heading h2 {
    max-width: 13ch;
    font-size: clamp(1.55rem, 7vw, 1.95rem);
    line-height: 0.96;
  }

  body.is-marketing-preview .landing-delivery-heading p:not(.landing-story-kicker) {
    max-width: 32ch;
    font-size: 0.68rem;
    line-height: 1.2;
  }

  body.is-marketing-preview .landing-output-pack {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 12px;
    border-radius: 18px;
  }

  body.is-marketing-preview .landing-output-pack-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  body.is-marketing-preview .landing-output-pack-main .landing-story-kicker {
    display: none;
  }

  body.is-marketing-preview .landing-output-pack-main h3 {
    max-width: 11ch;
    font-size: 1.25rem;
  }

  body.is-marketing-preview .landing-output-pack-main p {
    max-width: 17ch;
    font-size: 0.6rem;
    text-align: right;
  }

  body.is-marketing-preview .landing-output-receipt {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  body.is-marketing-preview .landing-output-receipt span {
    min-height: 62px;
    padding: 7px 4px;
    border-radius: 13px;
    font-size: 0.5rem;
  }

  body.is-marketing-preview .landing-output-receipt strong {
    min-height: 21px;
    padding: 5px 7px;
    font-size: 0.48rem;
  }

  body.is-marketing-preview .landing-delivery-note {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 10px 12px;
    border-radius: 15px;
  }

  body.is-marketing-preview .landing-delivery-note strong {
    font-size: 0.78rem;
  }

  body.is-marketing-preview .landing-delivery-note p {
    font-size: 0.58rem;
    line-height: 1.16;
  }

  body.is-marketing-preview .landing-visual-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  body.is-marketing-preview .landing-visual-card,
  body.is-marketing-preview .landing-visual-card.is-offer,
  body.is-marketing-preview .landing-visual-card.is-money,
  body.is-marketing-preview .landing-visual-card.is-proof {
    min-height: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 10px;
    align-items: center;
    padding: 11px 12px;
    border-radius: 17px;
  }

  body.is-marketing-preview .landing-visual-card::after {
    content: none;
    display: none;
  }

  body.is-marketing-preview .landing-visual-card .landing-story-kicker {
    grid-column: 1;
    grid-row: 1 / 3;
    display: inline-grid;
    min-width: 58px;
    min-height: 34px;
    place-items: center;
    margin: 0;
    padding: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    font-size: 0.48rem;
    text-align: center;
  }

  body.is-marketing-preview .landing-visual-card h2,
  body.is-marketing-preview .landing-visual-card.is-money h2,
  body.is-marketing-preview .landing-visual-card.is-proof h2 {
    grid-column: 2;
    max-width: none;
    font-size: 1rem;
    line-height: 1.02;
  }

  body.is-marketing-preview .landing-visual-card span {
    grid-column: 2;
    max-width: none;
    font-size: 0.58rem;
    line-height: 1.12;
  }
}

/* Final polish: calmer type + bitmap screenshot portfolio wins after legacy overrides. */
body.is-marketing-preview .landing-hero-card h1 {
  max-width: 16ch !important;
  font-size: clamp(2.9rem, 4.9vw, 4.9rem) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .landing-brand-band-copy h2,
body.is-marketing-preview .landing-process-copy h2,
body.is-marketing-preview .landing-examples-head h2,
body.is-marketing-preview .landing-delivery-heading h2,
body.is-marketing-preview .landing-proof-copy h2 {
  max-width: 18ch !important;
  font-size: clamp(2rem, 3.2vw, 3.05rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .landing-hero-lead,
body.is-marketing-preview .landing-process-copy p:not(.landing-story-kicker),
body.is-marketing-preview .landing-delivery-heading p:not(.landing-story-kicker),
body.is-marketing-preview .landing-proof-lead,
body.is-marketing-preview .landing-examples-head > p {
  font-size: clamp(0.92rem, 1.15vw, 1.04rem) !important;
  line-height: 1.5 !important;
}

body.is-marketing-preview .landing-examples-card {
  gap: 20px !important;
}

body.is-marketing-preview .landing-examples-head {
  display: grid !important;
  grid-template-columns: minmax(0, 0.48fr) minmax(300px, 0.52fr) !important;
  gap: 18px !important;
  align-items: center !important;
}

body.is-marketing-preview .landing-examples-head h2 {
  max-width: 16ch !important;
}

body.is-marketing-preview .landing-case-strip {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.is-marketing-preview .landing-case-strip span,
body.is-marketing-preview .landing-portfolio-note span {
  min-height: 54px !important;
  display: flex !important;
  align-items: center !important;
  padding: 10px 13px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: rgba(255, 248, 235, 0.72) !important;
  font-size: 0.76rem !important;
  line-height: 1.22 !important;
}

body.is-marketing-preview .landing-portfolio-note {
  display: grid !important;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr) !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 16px !important;
}

body.is-marketing-preview .landing-portfolio-note strong {
  font-size: clamp(1.05rem, 1.5vw, 1.28rem) !important;
  line-height: 1.16 !important;
}

body.is-marketing-preview .landing-examples-track {
  gap: 18px !important;
  padding: 8px 4px 24px !important;
  align-items: stretch !important;
}

body.is-marketing-preview .landing-example-card,
body.is-marketing-preview .landing-example-card.is-aesthetic-card,
body.is-marketing-preview .landing-example-card.is-beauty-card,
body.is-marketing-preview .landing-example-card.is-dental-card,
body.is-marketing-preview .landing-example-card.is-law-card,
body.is-marketing-preview .landing-example-card.is-physio-card,
body.is-marketing-preview .landing-example-card.is-restaurant-card {
  position: relative !important;
  flex: 0 0 min(342px, 76vw) !important;
  width: min(342px, 76vw) !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 9 / 16 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 22px !important;
  background: #050713 !important;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.38),
    0 0 30px rgba(207, 137, 255, 0.12) !important;
}

body.is-marketing-preview .landing-example-card::before {
  content: "przerobiony screenshot" !important;
  position: absolute !important;
  z-index: 80 !important;
  inset: 12px 12px auto auto !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 7px 9px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  background: rgba(5, 7, 19, 0.62) !important;
  color: rgba(255, 248, 235, 0.82) !important;
  font-family: var(--font) !important;
  font-size: 0.52rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px) !important;
}

body.is-marketing-preview .landing-example-card .landing-example-site-preview {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: #050713 !important;
}

body.is-marketing-preview .landing-example-card .landing-real-shot {
  position: absolute !important;
  z-index: 50 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center top !important;
  background: #050713 !important;
}

body.is-marketing-preview .landing-example-card .landing-real-shot ~ *,
body.is-marketing-preview .landing-example-card .landing-example-copy,
body.is-marketing-preview .landing-example-card .bespoke-site::before,
body.is-marketing-preview .landing-example-card .bespoke-site::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 980px) {
  body.is-marketing-preview .landing-examples-head,
  body.is-marketing-preview .landing-portfolio-note {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .landing-case-strip {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.is-marketing-preview .landing-hero-card h1 {
    max-width: 13ch !important;
    font-size: clamp(2.18rem, 9.5vw, 3rem) !important;
    line-height: 1.02 !important;
  }

  body.is-marketing-preview .landing-brand-band-copy h2,
  body.is-marketing-preview .landing-process-copy h2,
  body.is-marketing-preview .landing-examples-head h2,
  body.is-marketing-preview .landing-delivery-heading h2,
  body.is-marketing-preview .landing-proof-copy h2 {
    font-size: clamp(1.55rem, 7.4vw, 2.14rem) !important;
    line-height: 1.03 !important;
  }

  body.is-marketing-preview .landing-example-card,
  body.is-marketing-preview .landing-example-card.is-aesthetic-card,
  body.is-marketing-preview .landing-example-card.is-beauty-card,
  body.is-marketing-preview .landing-example-card.is-dental-card,
  body.is-marketing-preview .landing-example-card.is-law-card,
  body.is-marketing-preview .landing-example-card.is-physio-card,
  body.is-marketing-preview .landing-example-card.is-restaurant-card {
    flex-basis: min(286px, 82vw) !important;
    width: min(286px, 82vw) !important;
    border-radius: 18px !important;
  }
}

/* Final portfolio ordering and mobile density pass. */
body.is-marketing-preview .landing-example-card.is-aesthetic-card { order: 1; }
body.is-marketing-preview .landing-example-card.is-beauty-card { order: 2; }
body.is-marketing-preview .landing-example-card.is-restaurant-card { order: 3; }
body.is-marketing-preview .landing-example-card.is-law-card { order: 4; }
body.is-marketing-preview .landing-example-card.is-physio-card { order: 5; }
body.is-marketing-preview .landing-example-card.is-dental-card { order: 6; }

@media (max-width: 640px) {
  body.is-marketing-preview .landing-examples-head h2 {
    max-width: 13ch !important;
    font-size: clamp(1.42rem, 7vw, 1.86rem) !important;
  }

  body.is-marketing-preview .landing-examples-head > p {
    font-size: 0.82rem !important;
    line-height: 1.42 !important;
  }

  body.is-marketing-preview .landing-case-strip {
    display: none !important;
  }

  body.is-marketing-preview .landing-portfolio-note {
    padding: 12px !important;
  }

  body.is-marketing-preview .landing-portfolio-note strong {
    font-size: 0.98rem !important;
  }

  body.is-marketing-preview .landing-portfolio-note span {
    min-height: 0 !important;
    padding: 9px 10px !important;
    font-size: 0.72rem !important;
  }
}

/* Final type balance pass: quieter headings, screenshots stay the hero. */
body.is-marketing-preview .landing-hero-card h1 {
  max-width: 15ch !important;
  font-size: clamp(2.42rem, 4.15vw, 4.18rem) !important;
  line-height: 1.01 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .landing-brand-band-copy h2,
body.is-marketing-preview .landing-process-copy h2,
body.is-marketing-preview .landing-examples-head h2,
body.is-marketing-preview .landing-delivery-heading h2,
body.is-marketing-preview .landing-proof-copy h2 {
  max-width: 18ch !important;
  font-size: clamp(1.72rem, 2.45vw, 2.42rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .landing-examples-head h2 {
  max-width: 17ch !important;
}

body.is-marketing-preview .landing-delivery-heading h2 {
  max-width: 16ch !important;
}

body.is-marketing-preview .landing-story-kicker,
body.is-marketing-preview .landing-examples-head .landing-story-kicker,
body.is-marketing-preview .landing-delivery-heading .landing-story-kicker {
  font-size: clamp(0.72rem, 0.9vw, 0.82rem) !important;
  line-height: 1.35 !important;
  letter-spacing: 0.12em !important;
}

body.is-marketing-preview .landing-examples-card,
body.is-marketing-preview .landing-delivery-card {
  padding-top: clamp(30px, 4vw, 48px) !important;
}

body.is-marketing-preview .landing-examples-head > p,
body.is-marketing-preview .landing-delivery-heading p:not(.landing-story-kicker),
body.is-marketing-preview .landing-brand-band-copy p,
body.is-marketing-preview .landing-process-copy p:not(.landing-story-kicker),
body.is-marketing-preview .landing-proof-copy p {
  max-width: 34rem !important;
  font-size: clamp(0.88rem, 1.02vw, 0.98rem) !important;
  line-height: 1.5 !important;
}

@media (max-width: 640px) {
  body.is-marketing-preview .landing-hero-card h1 {
    max-width: 13ch !important;
    font-size: clamp(1.92rem, 8.4vw, 2.52rem) !important;
    line-height: 1.04 !important;
  }

  body.is-marketing-preview .landing-brand-band-copy h2,
  body.is-marketing-preview .landing-process-copy h2,
  body.is-marketing-preview .landing-examples-head h2,
  body.is-marketing-preview .landing-delivery-heading h2,
  body.is-marketing-preview .landing-proof-copy h2 {
    max-width: 15ch !important;
    font-size: clamp(1.28rem, 6.15vw, 1.72rem) !important;
    line-height: 1.08 !important;
  }

  body.is-marketing-preview .landing-examples-head h2 {
    max-width: 14ch !important;
  }

  body.is-marketing-preview .landing-examples-card,
  body.is-marketing-preview .landing-delivery-card {
    padding-top: 22px !important;
  }

  body.is-marketing-preview .landing-examples-head > p,
  body.is-marketing-preview .landing-delivery-heading p:not(.landing-story-kicker) {
    font-size: 0.8rem !important;
    line-height: 1.45 !important;
  }

  body.is-marketing-preview .landing-portfolio-note {
    margin-top: 6px !important;
  }
}

body.is-marketing-preview .landing-output-pack-main h3,
body.is-marketing-preview .landing-visual-card h2,
body.is-marketing-preview .landing-proof-screen h3,
body.is-marketing-preview .landing-example-copy h3 {
  font-size: clamp(1.12rem, 1.95vw, 1.78rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .landing-final-copy h2 {
  font-size: clamp(1.9rem, 3.2vw, 3.05rem) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .landing-primary-cta {
  box-shadow:
    0 18px 38px rgba(246, 202, 99, 0.22),
    0 0 0 1px rgba(255, 244, 184, 0.34) inset,
    0 0 34px rgba(201, 133, 255, 0.16) !important;
}

body.is-marketing-preview .landing-primary-cta::after {
  box-shadow: 0 0 28px rgba(255, 244, 184, 0.28) !important;
}

@media (max-width: 640px) {
  body.is-marketing-preview .landing-output-pack-main h3,
  body.is-marketing-preview .landing-visual-card h2,
  body.is-marketing-preview .landing-proof-screen h3,
  body.is-marketing-preview .landing-example-copy h3 {
    font-size: clamp(0.98rem, 4.9vw, 1.28rem) !important;
    line-height: 1.08 !important;
  }

  body.is-marketing-preview .landing-final-copy h2 {
    font-size: clamp(1.45rem, 7vw, 2rem) !important;
    line-height: 1.08 !important;
  }
}

/* Brand header pass: stworzstrone.online should read as a logo, not a loose link. */
body.is-marketing-preview .app-shell {
  padding-top: clamp(18px, 2.8vw, 34px) !important;
}

body.is-marketing-preview .landing-topbar {
  position: relative !important;
  z-index: 20 !important;
  display: grid !important;
  grid-template-columns: minmax(250px, auto) minmax(220px, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(12px, 2vw, 24px) !important;
  width: 100% !important;
  min-height: 76px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(246, 202, 99, 0.18) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(135deg, rgba(12, 15, 34, 0.86), rgba(7, 10, 25, 0.62)),
    radial-gradient(circle at 10% 0%, rgba(246, 202, 99, 0.14), transparent 34%) !important;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset !important;
  backdrop-filter: blur(18px) !important;
}

body.is-marketing-preview .landing-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 0 !important;
  color: #fff8eb !important;
  text-decoration: none !important;
}

body.is-marketing-preview .landing-brand-mark {
  flex: 0 0 48px !important;
  display: grid !important;
  width: 48px !important;
  height: 48px !important;
  place-items: center !important;
  border: 1px solid rgba(246, 202, 99, 0.28) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 36% 20%, rgba(255, 240, 164, 0.45), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)) !important;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(246, 202, 99, 0.12) !important;
}

body.is-marketing-preview .landing-brand-mark img {
  width: 34px !important;
  height: 34px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 0 10px rgba(246, 202, 99, 0.32)) !important;
}

body.is-marketing-preview .landing-brand > div {
  display: grid !important;
  gap: 2px !important;
  min-width: 0 !important;
}

body.is-marketing-preview .landing-brand strong {
  display: block !important;
  color: #fff8eb !important;
  font-family: var(--font) !important;
  font-size: clamp(1.12rem, 2.05vw, 1.55rem) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.24) !important;
  white-space: nowrap !important;
}

body.is-marketing-preview .landing-brand span:not(.landing-brand-mark) {
  display: block !important;
  max-width: 24ch !important;
  color: rgba(255, 248, 235, 0.58) !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .landing-topbar-badge {
  justify-self: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 38px !important;
  padding: 8px 14px !important;
  font-size: 0.72rem !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

body.is-marketing-preview .landing-topbar-badge::before {
  width: 14px !important;
  height: 14px !important;
  margin-right: 8px !important;
}

body.is-marketing-preview .landing-auth-actions {
  grid-column: auto !important;
  justify-self: end !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 8px !important;
}

body.is-marketing-preview .landing-auth-actions .compact-button {
  min-height: 40px !important;
  padding: 9px 14px !important;
  border-radius: 12px !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
}

body.is-marketing-preview .landing-auth-actions #landing-signup-button {
  min-width: 118px !important;
  background: linear-gradient(135deg, #ff8f3f, #ffe26e) !important;
  color: #090b18 !important;
  box-shadow:
    0 12px 24px rgba(255, 168, 72, 0.18),
    0 0 0 1px rgba(255, 244, 184, 0.28) inset !important;
}

body.is-marketing-preview .landing-hero-card {
  min-height: clamp(590px, 72vh, 760px) !important;
  margin-top: clamp(14px, 2.4vw, 32px) !important;
  padding-top: clamp(18px, 3vw, 38px) !important;
}

body.is-marketing-preview .landing-hero-card h1 {
  max-width: 13.5ch !important;
  font-size: clamp(2.35rem, 3.85vw, 3.92rem) !important;
  line-height: 1.03 !important;
}

body.is-marketing-preview .landing-hero-lead {
  max-width: 39rem !important;
  font-size: clamp(0.92rem, 1vw, 1rem) !important;
  line-height: 1.55 !important;
}

body.is-marketing-preview .landing-hero-side {
  align-self: center !important;
}

body.is-marketing-preview .landing-hero-actions {
  gap: 14px !important;
}

body.is-marketing-preview .landing-hero-actions .secondary-button {
  background: rgba(255, 255, 255, 0.82) !important;
  color: #121524 !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18) !important;
}

@media (max-width: 940px) {
  body.is-marketing-preview .landing-topbar {
    grid-template-columns: 1fr auto !important;
  }

  body.is-marketing-preview .landing-topbar-badge {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
    order: 3 !important;
  }
}

@media (max-width: 640px) {
  body.is-marketing-preview .landing-topbar {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 10px !important;
    border-radius: 20px !important;
  }

  body.is-marketing-preview .landing-brand {
    gap: 10px !important;
  }

  body.is-marketing-preview .landing-brand-mark {
    width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
  }

  body.is-marketing-preview .landing-brand-mark img {
    width: 30px !important;
    height: 30px !important;
  }

  body.is-marketing-preview .landing-brand strong {
    font-size: clamp(1rem, 5.1vw, 1.26rem) !important;
  }

  body.is-marketing-preview .landing-brand span:not(.landing-brand-mark) {
    max-width: 22ch !important;
    font-size: 0.58rem !important;
  }

  body.is-marketing-preview .landing-topbar-badge {
    justify-self: stretch !important;
    white-space: normal !important;
    font-size: 0.66rem !important;
  }

  body.is-marketing-preview .landing-auth-actions {
    justify-self: stretch !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  body.is-marketing-preview .landing-auth-actions .compact-button {
    width: 100% !important;
  }

  body.is-marketing-preview .landing-hero-card {
    margin-top: 16px !important;
    min-height: 0 !important;
  }

  body.is-marketing-preview .landing-hero-card h1 {
    max-width: 12.5ch !important;
    font-size: clamp(1.9rem, 8.1vw, 2.38rem) !important;
    line-height: 1.06 !important;
  }
}

/* Mobile hero copy fit: shorter headline, cleaner wrapping. */
@media (max-width: 640px) {
  body.is-marketing-preview .landing-hero-copy {
    gap: 18px !important;
  }

  body.is-marketing-preview .landing-hero-card h1 {
    max-width: 16ch !important;
    font-size: clamp(1.82rem, 7.25vw, 2.18rem) !important;
    line-height: 1.09 !important;
  }

  body.is-marketing-preview .landing-hero-actions {
    gap: 12px !important;
  }

  body.is-marketing-preview .landing-hero-actions .landing-primary-cta,
  body.is-marketing-preview .landing-hero-actions .secondary-button {
    min-height: 62px !important;
    font-size: 0.9rem !important;
    line-height: 1.12 !important;
  }
}

/* Concrete showcase copy: no generic AI-sounding placeholders. */
body.is-marketing-preview .landing-brand-band-copy p:not(.landing-story-kicker)::before {
  content: "✓ Usługa w pierwszym zdaniu\A✓ Miasto i szybki kontakt\A✓ Opinie zamiast pustych haseł" !important;
  white-space: pre-line !important;
  color: rgba(255, 248, 235, 0.94) !important;
  font-size: 0.88rem !important;
  line-height: 1.72 !important;
}

body.is-marketing-preview .landing-brand-band-copy h2 {
  max-width: 12ch !important;
  font-size: clamp(1.62rem, 2.65vw, 2.48rem) !important;
  line-height: 1.08 !important;
}

body.is-marketing-preview .landing-showcase-browser {
  background:
    radial-gradient(circle at 82% 56%, rgba(120, 84, 255, 0.34), transparent 32%),
    linear-gradient(180deg, rgba(10, 12, 29, 0.98), rgba(7, 10, 24, 0.98)) !important;
}

body.is-marketing-preview .landing-showcase-nav {
  gap: 10px !important;
}

body.is-marketing-preview .landing-showcase-nav strong {
  max-width: 11ch !important;
  color: #fff8eb !important;
  font-size: 0.92rem !important;
  line-height: 1.05 !important;
}

body.is-marketing-preview .landing-showcase-nav span {
  font-size: 0.66rem !important;
  color: rgba(255, 248, 235, 0.62) !important;
}

body.is-marketing-preview .landing-showcase-nav button,
body.is-marketing-preview .landing-showcase-stage button {
  background: linear-gradient(135deg, #ffe36f, #c177ff) !important;
  color: #111326 !important;
  font-weight: 900 !important;
}

body.is-marketing-preview .landing-showcase-stage {
  min-height: 288px !important;
  padding: clamp(22px, 5vw, 42px) 24px !important;
}

body.is-marketing-preview .landing-showcase-stage h3 {
  max-width: 11ch !important;
  font-size: clamp(1.62rem, 4.8vw, 2.7rem) !important;
  line-height: 0.98 !important;
}

body.is-marketing-preview .landing-showcase-stage p {
  max-width: 26ch !important;
  font-size: 0.88rem !important;
  line-height: 1.48 !important;
}

body.is-marketing-preview .landing-showcase-icons span {
  min-height: 52px !important;
  padding: 10px 8px !important;
  font-size: 0.72rem !important;
  line-height: 1.12 !important;
}

@media (max-width: 640px) {
  body.is-marketing-preview .landing-brand-band-copy h2 {
    max-width: 12ch !important;
    font-size: clamp(1.36rem, 6.8vw, 1.9rem) !important;
  }

  body.is-marketing-preview .landing-brand-band-copy p:not(.landing-story-kicker)::before {
    font-size: 0.78rem !important;
    line-height: 1.62 !important;
  }

  body.is-marketing-preview .landing-showcase-stage {
    min-height: 242px !important;
    padding: 22px 24px !important;
  }

  body.is-marketing-preview .landing-showcase-stage h3 {
    max-width: 12ch !important;
    font-size: clamp(1.42rem, 8vw, 2rem) !important;
    line-height: 1.02 !important;
  }

  body.is-marketing-preview .landing-showcase-stage p {
    font-size: 0.78rem !important;
  }
}

/* Plain-language process pass for non-technical buyers. */
body.is-marketing-preview .landing-process-copy .landing-story-kicker {
  color: var(--magic-gold) !important;
}

body.is-marketing-preview .landing-process-copy h2 {
  max-width: 13ch !important;
  font-size: clamp(1.72rem, 2.75vw, 2.52rem) !important;
  line-height: 1.08 !important;
}

body.is-marketing-preview .landing-process-copy p:not(.landing-story-kicker) {
  max-width: 35rem !important;
  color: rgba(255, 248, 235, 0.76) !important;
  font-size: clamp(0.9rem, 1.05vw, 1rem) !important;
  line-height: 1.55 !important;
}

body.is-marketing-preview .landing-process-visual-wrap::before {
  content: "MÓWISZ → OGLĄDASZ → POPRAWIASZ → GOTOWE" !important;
  color: #fff8eb !important;
  letter-spacing: 0.08em !important;
}

@media (max-width: 640px) {
  body.is-marketing-preview .landing-process-copy h2 {
    max-width: 14ch !important;
    font-size: clamp(1.38rem, 6.4vw, 1.82rem) !important;
  }

  body.is-marketing-preview .landing-process-copy p:not(.landing-story-kicker) {
    font-size: 0.82rem !important;
    line-height: 1.48 !important;
  }

  body.is-marketing-preview .landing-process-visual-wrap::before {
    content: "MÓWISZ → OGLĄDASZ → GOTOWE" !important;
    font-size: 0.62rem !important;
    letter-spacing: 0.06em !important;
  }
}

/* Final buyer-friendly proof section: brighter cards, no technical jargon. */
body.is-marketing-preview .landing-visual-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.is-marketing-preview .landing-visual-card,
body.is-marketing-preview .landing-visual-card.is-offer,
body.is-marketing-preview .landing-visual-card.is-money,
body.is-marketing-preview .landing-visual-card.is-proof {
  min-height: 188px !important;
  padding: 22px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 88% 20%, rgba(246, 202, 99, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(20, 25, 52, 0.98), rgba(9, 13, 31, 0.96)) !important;
  color: #fff8eb !important;
  opacity: 1 !important;
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset !important;
}

body.is-marketing-preview .landing-visual-card .landing-story-kicker {
  color: #ffdc68 !important;
  font-size: 0.72rem !important;
}

body.is-marketing-preview .landing-visual-card h2,
body.is-marketing-preview .landing-visual-card.is-money h2,
body.is-marketing-preview .landing-visual-card.is-proof h2 {
  max-width: 13ch !important;
  color: #fff8eb !important;
  font-size: clamp(1.3rem, 2vw, 1.82rem) !important;
  line-height: 1.06 !important;
}

body.is-marketing-preview .landing-visual-card span {
  max-width: 28ch !important;
  color: rgba(255, 248, 235, 0.76) !important;
  font-size: 0.8rem !important;
  line-height: 1.42 !important;
}

body.is-marketing-preview .landing-proof-panel {
  grid-template-columns: minmax(300px, 0.92fr) minmax(420px, 1.08fr) !important;
  gap: clamp(22px, 4vw, 48px) !important;
  align-items: center !important;
  padding: clamp(24px, 4vw, 48px) !important;
  border-color: rgba(246, 202, 99, 0.18) !important;
  background:
    radial-gradient(circle at 10% 86%, rgba(24, 210, 255, 0.13), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(246, 202, 99, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(9, 13, 31, 0.98), rgba(8, 10, 25, 0.98)) !important;
}

body.is-marketing-preview .landing-proof-copy h2 {
  max-width: 13ch !important;
  color: #fff8eb !important;
  font-size: clamp(1.82rem, 3.2vw, 2.9rem) !important;
  line-height: 1.05 !important;
}

body.is-marketing-preview .landing-proof-lead {
  max-width: 36rem !important;
  color: rgba(255, 248, 235, 0.78) !important;
  font-size: clamp(0.92rem, 1.05vw, 1rem) !important;
  line-height: 1.55 !important;
}

body.is-marketing-preview .landing-proof-pills span,
body.is-marketing-preview .landing-proof-checklist span {
  background: rgba(255, 248, 235, 0.94) !important;
  color: #111628 !important;
}

body.is-marketing-preview .landing-proof-checklist {
  gap: 9px !important;
  padding: 12px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body.is-marketing-preview .landing-proof-board {
  gap: 14px !important;
  padding: 14px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.07) !important;
}

body.is-marketing-preview .landing-proof-screen,
body.is-marketing-preview .landing-proof-screen.is-hero-proof,
body.is-marketing-preview .landing-proof-screen.is-offer-proof,
body.is-marketing-preview .landing-proof-screen.is-package-proof {
  border-color: rgba(255, 248, 235, 0.12) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff8eb !important;
  opacity: 1 !important;
}

body.is-marketing-preview .landing-proof-screen h3,
body.is-marketing-preview .landing-proof-screen.is-offer-proof h3,
body.is-marketing-preview .landing-proof-screen.is-package-proof h3 {
  max-width: 12ch !important;
  color: #fff8eb !important;
  font-size: clamp(1.2rem, 2vw, 1.65rem) !important;
  line-height: 1.08 !important;
}

body.is-marketing-preview .landing-proof-screen p,
body.is-marketing-preview .landing-proof-screen.is-offer-proof p,
body.is-marketing-preview .landing-proof-screen.is-package-proof p {
  color: rgba(255, 248, 235, 0.78) !important;
  font-size: 0.86rem !important;
  line-height: 1.42 !important;
}

body.is-marketing-preview .landing-proof-screen.is-package-proof strong {
  background: linear-gradient(135deg, #ff9945, #ffe36f) !important;
  color: #111628 !important;
}

body.is-marketing-preview .proof-mini-site {
  background: linear-gradient(180deg, rgba(255, 248, 235, 0.12), rgba(255, 248, 235, 0.06)) !important;
}

body.is-marketing-preview .proof-mini-hero h3 {
  color: #fff8eb !important;
}

body.is-marketing-preview .proof-mini-hero p {
  color: rgba(255, 248, 235, 0.78) !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-visual-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.is-marketing-preview .landing-visual-card,
  body.is-marketing-preview .landing-visual-card.is-offer,
  body.is-marketing-preview .landing-visual-card.is-money,
  body.is-marketing-preview .landing-visual-card.is-proof {
    min-height: 0 !important;
    padding: 16px !important;
    border-radius: 20px !important;
  }

  body.is-marketing-preview .landing-visual-card h2,
  body.is-marketing-preview .landing-visual-card.is-money h2,
  body.is-marketing-preview .landing-visual-card.is-proof h2 {
    max-width: 16ch !important;
    font-size: clamp(1.1rem, 5.8vw, 1.45rem) !important;
  }

  body.is-marketing-preview .landing-proof-panel {
    grid-template-columns: 1fr !important;
    padding: 18px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .landing-proof-copy h2 {
    max-width: 15ch !important;
    font-size: clamp(1.34rem, 6.5vw, 1.9rem) !important;
  }

  body.is-marketing-preview .landing-proof-board {
    grid-template-columns: 1fr !important;
  }
}


/* True final mobile readability finish for the buyer proof section. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-visual-card,
  body.is-marketing-preview .landing-visual-card.is-offer,
  body.is-marketing-preview .landing-visual-card.is-money,
  body.is-marketing-preview .landing-visual-card.is-proof {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.is-marketing-preview .landing-visual-card .landing-story-kicker {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #ffdc68 !important;
    text-align: left !important;
  }

  body.is-marketing-preview .landing-proof-checklist {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.is-marketing-preview .landing-proof-checklist span {
    min-height: 48px !important;
    justify-content: flex-start !important;
    padding: 11px 12px !important;
    font-size: 0.8rem !important;
    text-align: left !important;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof,
  body.is-marketing-preview .landing-proof-screen.is-package-proof {
    padding: 18px !important;
  }
}

/* True final layout reset for proof cards on mobile. */
@media (max-width: 760px) {
  body.is-marketing-preview .landing-visual-card,
  body.is-marketing-preview .landing-visual-card.is-offer,
  body.is-marketing-preview .landing-visual-card.is-money,
  body.is-marketing-preview .landing-visual-card.is-proof {
    display: block !important;
  }

  body.is-marketing-preview .landing-visual-card .landing-story-kicker {
    grid-column: auto !important;
    grid-row: auto !important;
    max-width: none !important;
    margin: 0 0 8px !important;
    white-space: normal !important;
    word-break: normal !important;
  }

  body.is-marketing-preview .landing-visual-card h2,
  body.is-marketing-preview .landing-visual-card.is-money h2,
  body.is-marketing-preview .landing-visual-card.is-proof h2 {
    grid-column: auto !important;
    margin: 0 0 8px !important;
  }

  body.is-marketing-preview .landing-visual-card span {
    grid-column: auto !important;
  }

  body.is-marketing-preview .landing-proof-checklist span {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
  }

  body.is-marketing-preview .landing-proof-checklist span strong {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }
}

/* Real example band: show an actual aesthetic medicine page screenshot. */
body.is-marketing-preview .landing-brand-band {
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.28fr) !important;
  gap: clamp(24px, 5vw, 62px) !important;
  align-items: center !important;
  padding: clamp(26px, 4.6vw, 56px) !important;
  border-color: rgba(246, 202, 99, 0.18) !important;
  background:
    radial-gradient(circle at 12% 20%, rgba(246, 202, 99, 0.12), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(201, 133, 255, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(8, 11, 27, 0.98), rgba(12, 16, 35, 0.96)) !important;
}

body.is-marketing-preview .landing-brand-band-copy {
  gap: 16px !important;
}

body.is-marketing-preview .landing-brand-band-copy h2 {
  max-width: 14ch !important;
  color: #fff8eb !important;
  font-size: clamp(1.9rem, 3.4vw, 3.15rem) !important;
  line-height: 1.04 !important;
}

body.is-marketing-preview .landing-brand-band-copy p:not(.landing-story-kicker) {
  max-width: 34rem !important;
  color: rgba(255, 248, 235, 0.78) !important;
  font-size: clamp(0.94rem, 1.08vw, 1.04rem) !important;
  line-height: 1.55 !important;
}

body.is-marketing-preview .landing-brand-band-copy p:not(.landing-story-kicker)::before {
  content: "✓ Medycyna estetyczna\A✓ Warszawa i konsultacja\A✓ Opinie oraz jasny przycisk" !important;
  display: block !important;
  margin-bottom: 18px !important;
  white-space: pre-line !important;
  color: #fff8eb !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
  line-height: 1.75 !important;
}

body.is-marketing-preview .landing-brand-band-points {
  min-width: 0 !important;
}

body.is-marketing-preview .landing-real-example-frame {
  position: relative !important;
  width: min(100%, 620px) !important;
  margin-left: auto !important;
  padding: 14px !important;
  border: 1px solid rgba(255, 248, 235, 0.14) !important;
  border-radius: 30px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.32),
    0 0 36px rgba(201, 133, 255, 0.12) !important;
}

body.is-marketing-preview .landing-real-example-frame img {
  display: block !important;
  width: 100% !important;
  max-height: 560px !important;
  object-fit: cover !important;
  object-position: center top !important;
  border-radius: 22px !important;
}

body.is-marketing-preview .landing-real-example-callouts {
  position: absolute !important;
  inset: auto 28px 28px 28px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.is-marketing-preview .landing-real-example-callouts span {
  min-height: 44px !important;
  display: grid !important;
  place-items: center !important;
  padding: 9px 8px !important;
  border: 1px solid rgba(255, 248, 235, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(6, 18, 16, 0.78) !important;
  color: #fff8eb !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  text-align: center !important;
  backdrop-filter: blur(14px) !important;
}

@media (max-width: 860px) {
  body.is-marketing-preview .landing-brand-band {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .landing-real-example-frame {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media (max-width: 640px) {
  body.is-marketing-preview .landing-brand-band {
    padding: 18px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .landing-brand-band-copy h2 {
    max-width: 16ch !important;
    font-size: clamp(1.45rem, 7vw, 2rem) !important;
  }

  body.is-marketing-preview .landing-brand-band-copy p:not(.landing-story-kicker)::before {
    font-size: 0.78rem !important;
    line-height: 1.62 !important;
  }

  body.is-marketing-preview .landing-real-example-frame {
    padding: 9px !important;
    border-radius: 22px !important;
  }

  body.is-marketing-preview .landing-real-example-frame img {
    max-height: 520px !important;
    border-radius: 16px !important;
  }

  body.is-marketing-preview .landing-real-example-callouts {
    position: static !important;
    grid-template-columns: 1fr 1fr !important;
    margin-top: 9px !important;
  }

  body.is-marketing-preview .landing-real-example-callouts span {
    min-height: 38px !important;
    font-size: 0.66rem !important;
  }
}

/* Native process flow: replaces the bright pasted-in infographic. */
body.is-marketing-preview .landing-process-visual-wrap {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.72fr) !important;
  gap: 14px !important;
  min-height: 0 !important;
  padding: 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 80% 12%, rgba(201, 133, 255, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(17, 22, 47, 0.98), rgba(8, 10, 25, 0.98)) !important;
}

body.is-marketing-preview .landing-process-visual-wrap::before {
  content: none !important;
}

body.is-marketing-preview .landing-process-visual {
  display: none !important;
}

body.is-marketing-preview .landing-process-flow {
  display: grid !important;
  gap: 10px !important;
}

body.is-marketing-preview .landing-process-flow article {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 6px 12px !important;
  align-items: center !important;
  padding: 14px !important;
  border: 1px solid rgba(255, 248, 235, 0.1) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.07) !important;
}

body.is-marketing-preview .landing-process-flow article span {
  grid-row: 1 / 3 !important;
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ff9945, #ffe36f) !important;
  color: #111628 !important;
  font-size: 0.78rem !important;
  font-weight: 950 !important;
}

body.is-marketing-preview .landing-process-flow article strong {
  color: #fff8eb !important;
  font-size: clamp(0.98rem, 1.25vw, 1.12rem) !important;
  line-height: 1.15 !important;
}

body.is-marketing-preview .landing-process-flow article p {
  color: rgba(255, 248, 235, 0.72) !important;
  font-size: 0.8rem !important;
  line-height: 1.38 !important;
}

body.is-marketing-preview .landing-process-mini-page {
  display: grid !important;
  align-content: space-between !important;
  min-height: 100% !important;
  padding: 16px !important;
  border: 1px solid rgba(255, 248, 235, 0.13) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.94), rgba(255, 248, 235, 0.78)),
    url("/assets/optimized/site-aesthetic-clinic.webp") center / cover !important;
  color: #12342f !important;
}

body.is-marketing-preview .landing-process-mini-page header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

body.is-marketing-preview .landing-process-mini-page header strong {
  font-family: var(--serif) !important;
  font-size: 1.08rem !important;
  line-height: 1 !important;
}

body.is-marketing-preview .landing-process-mini-page button {
  min-height: 34px !important;
  padding: 0 13px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #12342f !important;
  color: #fff8eb !important;
  font-size: 0.74rem !important;
  font-weight: 900 !important;
}

body.is-marketing-preview .landing-process-mini-page small {
  display: block !important;
  color: #0a7b6a !important;
  font-size: 0.62rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .landing-process-mini-page h3 {
  max-width: 9ch !important;
  margin: 8px 0 !important;
  color: #12342f !important;
  font-family: var(--serif) !important;
  font-size: clamp(1.45rem, 2.9vw, 2.05rem) !important;
  line-height: 0.98 !important;
}

body.is-marketing-preview .landing-process-mini-page p {
  max-width: 20ch !important;
  color: rgba(18, 52, 47, 0.78) !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  line-height: 1.34 !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-process-visual-wrap {
    grid-template-columns: 1fr !important;
    padding: 12px !important;
    border-radius: 22px !important;
  }

  body.is-marketing-preview .landing-process-flow article {
    padding: 12px !important;
    border-radius: 17px !important;
  }

  body.is-marketing-preview .landing-process-mini-page {
    min-height: 280px !important;
  }
}

/* Final polish for real example screenshot frame. */
body.is-marketing-preview .landing-real-example-frame {
  width: min(100%, 430px) !important;
}

body.is-marketing-preview .landing-real-example-frame img {
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

body.is-marketing-preview .landing-real-example-callouts {
  position: static !important;
  grid-template-columns: 1fr 1fr !important;
  margin-top: 10px !important;
}

body.is-marketing-preview .landing-real-example-callouts span::before,
body.is-marketing-preview .landing-real-example-callouts span::after {
  content: none !important;
  display: none !important;
}

body.is-marketing-preview .landing-real-example-callouts span {
  padding: 10px 12px !important;
  white-space: normal !important;
}

@media (min-width: 861px) {
  body.is-marketing-preview .landing-brand-band {
    grid-template-columns: minmax(340px, 0.9fr) minmax(360px, 0.8fr) !important;
  }
}

/* Process card final: native graphic instead of pasted-in infographic. */
body.is-marketing-preview .landing-process-card {
  grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1fr) !important;
  align-items: center !important;
  gap: clamp(24px, 4vw, 54px) !important;
}

body.is-marketing-preview .landing-process-copy h2 {
  max-width: 13ch !important;
  font-size: clamp(2rem, 3.4vw, 3.05rem) !important;
  line-height: 1.04 !important;
}

body.is-marketing-preview .landing-process-copy p:not(.landing-story-kicker) {
  max-width: 38rem !important;
  font-size: clamp(0.95rem, 1.05vw, 1.08rem) !important;
  line-height: 1.58 !important;
}

body.is-marketing-preview .landing-process-visual-wrap {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(220px, 0.76fr) !important;
  gap: 14px !important;
  min-height: 365px !important;
  padding: 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.13) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 86% 14%, rgba(201, 133, 255, 0.18), transparent 31%),
    radial-gradient(circle at 18% 100%, rgba(20, 134, 128, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(17, 22, 47, 0.98), rgba(8, 10, 25, 0.98)) !important;
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset !important;
}

body.is-marketing-preview .landing-process-visual-wrap::before {
  content: none !important;
}

body.is-marketing-preview .landing-process-visual {
  display: none !important;
}

body.is-marketing-preview .landing-process-flow {
  display: grid !important;
  gap: 10px !important;
  align-self: stretch !important;
}

body.is-marketing-preview .landing-process-flow article {
  position: relative !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 6px 12px !important;
  align-items: center !important;
  padding: 15px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.11) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045)) !important;
}

body.is-marketing-preview .landing-process-flow article::after {
  content: "" !important;
  position: static !important;
  grid-column: 2 !important;
  width: 72px !important;
  height: 5px !important;
  margin-top: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ff8f3f, #ffe26e, #24a597) !important;
  opacity: 0.72 !important;
}

body.is-marketing-preview .landing-process-flow article span {
  grid-row: 1 / 3 !important;
  display: grid !important;
  width: 40px !important;
  height: 40px !important;
  place-items: center !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ff9945, #ffe36f) !important;
  color: #111628 !important;
  font-size: 0.78rem !important;
  font-weight: 950 !important;
}

body.is-marketing-preview .landing-process-flow article strong {
  max-width: 18ch !important;
  color: #fff8eb !important;
  font-size: clamp(1rem, 1.2vw, 1.14rem) !important;
  line-height: 1.12 !important;
}

body.is-marketing-preview .landing-process-flow article p {
  max-width: 31ch !important;
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.73) !important;
  font-size: 0.8rem !important;
  font-weight: 760 !important;
  line-height: 1.36 !important;
}

body.is-marketing-preview .landing-process-mini-page {
  position: relative !important;
  display: grid !important;
  align-content: space-between !important;
  min-height: 100% !important;
  padding: 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.14) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.94), rgba(245, 238, 219, 0.82)),
    url("/assets/optimized/site-aesthetic-clinic.webp") center / cover !important;
  color: #12342f !important;
}

body.is-marketing-preview .landing-process-mini-page::before {
  content: "" !important;
  position: absolute !important;
  inset: auto -18% -14% 28% !important;
  height: 46% !important;
  border-radius: 999px 0 0 0 !important;
  background: rgba(18, 52, 47, 0.36) !important;
  filter: blur(2px) !important;
}

body.is-marketing-preview .landing-process-mini-page > * {
  position: relative !important;
  z-index: 1 !important;
}

body.is-marketing-preview .landing-process-mini-page header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

body.is-marketing-preview .landing-process-mini-page header strong {
  max-width: 11ch !important;
  color: #12342f !important;
  font-family: var(--serif) !important;
  font-size: 1.08rem !important;
  line-height: 1 !important;
}

body.is-marketing-preview .landing-process-mini-page button {
  min-height: 34px !important;
  padding: 0 13px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #12342f !important;
  color: #fff8eb !important;
  font-size: 0.74rem !important;
  font-weight: 900 !important;
}

body.is-marketing-preview .landing-process-mini-page small {
  display: block !important;
  max-width: 20ch !important;
  color: #0a7b6a !important;
  font-size: 0.62rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.22 !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .landing-process-mini-page h3 {
  max-width: 10ch !important;
  margin: 8px 0 !important;
  color: #12342f !important;
  font-family: var(--serif) !important;
  font-size: clamp(1.5rem, 2.7vw, 2.08rem) !important;
  line-height: 0.98 !important;
}

body.is-marketing-preview .landing-process-mini-page p {
  max-width: 21ch !important;
  margin: 0 !important;
  color: rgba(18, 52, 47, 0.8) !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  line-height: 1.34 !important;
}

@media (max-width: 980px) {
  body.is-marketing-preview .landing-process-card {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-process-card {
    padding: 20px 16px !important;
  }

  body.is-marketing-preview .landing-process-copy h2 {
    max-width: 15ch !important;
    font-size: clamp(1.62rem, 7.2vw, 2.12rem) !important;
    line-height: 1.08 !important;
  }

  body.is-marketing-preview .landing-process-visual-wrap {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 12px !important;
    border-radius: 22px !important;
  }

  body.is-marketing-preview .landing-process-flow article {
    padding: 12px !important;
    border-radius: 17px !important;
  }

  body.is-marketing-preview .landing-process-mini-page {
    min-height: 292px !important;
  }
}

/* Delivery section final: readable offer flow, no tiny grey roadmap. */
body.is-marketing-preview .landing-delivery-card {
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr) !important;
  align-items: start !important;
  gap: clamp(20px, 3vw, 34px) !important;
  padding: clamp(24px, 4vw, 42px) !important;
  border: 1px solid rgba(246, 202, 99, 0.18) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 133, 255, 0.14), transparent 30%),
    radial-gradient(circle at 8% 100%, rgba(20, 134, 128, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(13, 17, 39, 0.98), rgba(7, 10, 25, 0.98)) !important;
}

body.is-marketing-preview .landing-delivery-card::before {
  content: none !important;
}

body.is-marketing-preview .landing-delivery-heading {
  grid-column: 1 !important;
  max-width: 30rem !important;
  margin: 0 !important;
}

body.is-marketing-preview .landing-delivery-heading h2 {
  max-width: 11ch !important;
  margin: 8px 0 12px !important;
  color: #fff8eb !important;
  font-size: clamp(1.85rem, 3vw, 2.65rem) !important;
  line-height: 1.04 !important;
}

body.is-marketing-preview .landing-delivery-heading p:not(.landing-story-kicker) {
  max-width: 30rem !important;
  color: rgba(255, 248, 235, 0.76) !important;
  font-size: 0.98rem !important;
  line-height: 1.55 !important;
}

body.is-marketing-preview .landing-delivery-steps {
  grid-column: 2 !important;
  grid-row: 1 / span 3 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.is-marketing-preview .landing-delivery-steps article,
body.is-marketing-preview .landing-delivery-steps article:nth-child(2),
body.is-marketing-preview .landing-delivery-steps article:nth-child(4) {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  gap: 6px 12px !important;
  min-height: 150px !important;
  padding: 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18) !important;
}

body.is-marketing-preview .landing-delivery-steps article::after {
  content: "" !important;
  position: absolute !important;
  right: 16px !important;
  bottom: 16px !important;
  width: 78px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ff8f3f, #ffe26e, #24a597) !important;
  opacity: 0.72 !important;
}

body.is-marketing-preview .landing-delivery-steps span {
  grid-row: 1 / 3 !important;
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: linear-gradient(135deg, #ff9345, #ffe36f) !important;
  color: #101526 !important;
  font-size: 0.86rem !important;
  font-weight: 950 !important;
  box-shadow: none !important;
}

body.is-marketing-preview .landing-delivery-steps h3 {
  margin: 0 !important;
  max-width: 13ch !important;
  color: #fff8eb !important;
  font-size: clamp(1.05rem, 1.25vw, 1.18rem) !important;
  line-height: 1.12 !important;
}

body.is-marketing-preview .landing-delivery-steps p {
  margin: 0 !important;
  max-width: 24ch !important;
  color: rgba(255, 248, 235, 0.72) !important;
  font-size: 0.82rem !important;
  font-weight: 760 !important;
  line-height: 1.38 !important;
}

body.is-marketing-preview .landing-output-pack {
  grid-column: 1 !important;
  display: grid !important;
  gap: 16px !important;
  margin: 10px 0 0 !important;
  padding: 18px !important;
  border: 1px solid rgba(201, 133, 255, 0.34) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 133, 255, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.055) !important;
}

body.is-marketing-preview .landing-output-pack-main {
  display: grid !important;
  gap: 8px !important;
  padding: 0 !important;
  background: transparent !important;
}

body.is-marketing-preview .landing-output-pack-main h3 {
  max-width: none !important;
  margin: 0 !important;
  color: #fff8eb !important;
  font-size: clamp(1.38rem, 2.1vw, 1.85rem) !important;
  line-height: 1.06 !important;
}

body.is-marketing-preview .landing-output-pack-main p:not(.landing-story-kicker) {
  max-width: 28rem !important;
  color: rgba(255, 248, 235, 0.7) !important;
  font-size: 0.9rem !important;
  line-height: 1.48 !important;
}

body.is-marketing-preview .landing-output-receipt {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

body.is-marketing-preview .landing-output-receipt span {
  display: grid !important;
  gap: 7px !important;
  min-height: 78px !important;
  place-items: center !important;
  padding: 12px 10px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: rgba(255, 248, 235, 0.78) !important;
  font-size: 0.72rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

body.is-marketing-preview .landing-output-receipt strong {
  display: inline-grid !important;
  min-width: 42px !important;
  min-height: 25px !important;
  place-items: center !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff9345, #ffe36f) !important;
  color: #101526 !important;
  font-size: 0.68rem !important;
  font-weight: 950 !important;
}

body.is-marketing-preview .landing-delivery-note {
  grid-column: 1 !important;
  margin: 0 !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

body.is-marketing-preview .landing-delivery-note strong {
  color: #fff8eb !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

body.is-marketing-preview .landing-delivery-note p {
  margin: 5px 0 0 !important;
  color: rgba(255, 248, 235, 0.68) !important;
  font-size: 0.84rem !important;
  line-height: 1.42 !important;
}

@media (max-width: 980px) {
  body.is-marketing-preview .landing-delivery-card {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .landing-delivery-heading,
  body.is-marketing-preview .landing-delivery-steps,
  body.is-marketing-preview .landing-output-pack,
  body.is-marketing-preview .landing-delivery-note {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

@media (max-width: 640px) {
  body.is-marketing-preview .landing-delivery-card {
    padding: 18px 14px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .landing-delivery-heading h2 {
    max-width: 14ch !important;
    font-size: clamp(1.55rem, 7vw, 2.05rem) !important;
  }

  body.is-marketing-preview .landing-delivery-steps {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.is-marketing-preview .landing-delivery-steps article,
  body.is-marketing-preview .landing-delivery-steps article:nth-child(2),
  body.is-marketing-preview .landing-delivery-steps article:nth-child(4) {
    min-height: 126px !important;
    padding: 14px !important;
    border-radius: 18px !important;
  }

  body.is-marketing-preview .landing-delivery-steps article::after {
    position: static !important;
    grid-column: 2 !important;
    margin-top: 3px !important;
  }

  body.is-marketing-preview .landing-output-receipt {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .landing-output-receipt span {
    min-height: 58px !important;
    grid-template-columns: auto 1fr !important;
    justify-items: start !important;
    text-align: left !important;
  }
}

/* Delivery section cascade fix: explicit grid rows and visible step copy. */
body.is-marketing-preview .landing-delivery-card {
  grid-template-rows: auto auto auto !important;
}

body.is-marketing-preview .landing-delivery-heading {
  position: relative !important;
  z-index: 2 !important;
  grid-row: 1 !important;
}

body.is-marketing-preview .landing-delivery-steps {
  position: relative !important;
  z-index: 1 !important;
  grid-row: 1 / 4 !important;
}

body.is-marketing-preview .landing-output-pack {
  position: relative !important;
  z-index: 2 !important;
  grid-row: 2 !important;
  align-self: start !important;
}

body.is-marketing-preview .landing-delivery-note {
  position: relative !important;
  z-index: 2 !important;
  grid-row: 3 !important;
  align-self: start !important;
}

body.is-marketing-preview .landing-delivery-steps article p {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

@media (max-width: 980px) {
  body.is-marketing-preview .landing-delivery-card {
    grid-template-rows: none !important;
  }

  body.is-marketing-preview .landing-delivery-heading,
  body.is-marketing-preview .landing-delivery-steps,
  body.is-marketing-preview .landing-output-pack,
  body.is-marketing-preview .landing-delivery-note {
    grid-row: auto !important;
  }
}

@media (max-width: 640px) {
  body.is-marketing-preview .landing-delivery-steps article {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: start !important;
    min-height: 154px !important;
  }

  body.is-marketing-preview .landing-delivery-steps article p {
    font-size: 0.8rem !important;
    line-height: 1.36 !important;
  }
}

/* Delivery section readability pass: left aligned text and simple pack list. */
body.is-marketing-preview .landing-delivery-steps article,
body.is-marketing-preview .landing-delivery-steps article:nth-child(2),
body.is-marketing-preview .landing-delivery-steps article:nth-child(4) {
  justify-items: start !important;
  align-items: start !important;
  text-align: left !important;
}

body.is-marketing-preview .landing-delivery-steps h3,
body.is-marketing-preview .landing-delivery-steps p {
  justify-self: start !important;
  text-align: left !important;
}

body.is-marketing-preview .landing-output-pack {
  grid-template-columns: 1fr !important;
  max-width: 470px !important;
}

body.is-marketing-preview .landing-output-pack-main h3 {
  max-width: 13ch !important;
}

body.is-marketing-preview .landing-output-pack-main p:not(.landing-story-kicker) {
  max-width: 25rem !important;
}

body.is-marketing-preview .landing-output-receipt {
  grid-template-columns: 1fr !important;
}

body.is-marketing-preview .landing-output-receipt span {
  grid-template-columns: auto minmax(0, 1fr) !important;
  justify-items: start !important;
  align-items: center !important;
  min-height: 54px !important;
  padding: 10px 12px !important;
  text-align: left !important;
}

body.is-marketing-preview .landing-output-receipt strong {
  min-width: 54px !important;
}

@media (max-width: 640px) {
  body.is-marketing-preview .landing-delivery-steps article,
  body.is-marketing-preview .landing-delivery-steps article:nth-child(2),
  body.is-marketing-preview .landing-delivery-steps article:nth-child(4) {
    min-height: 138px !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
  }

  body.is-marketing-preview .landing-delivery-steps article::after {
    justify-self: start !important;
  }
}

/* Proof panel final: one readable website example instead of nested rough mockups. */
body.is-marketing-preview .landing-proof-panel {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1fr) !important;
  align-items: center !important;
  gap: clamp(22px, 4vw, 52px) !important;
  padding: clamp(24px, 4vw, 44px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(246, 202, 99, 0.17) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 96% 8%, rgba(201, 133, 255, 0.16), transparent 32%),
    radial-gradient(circle at 8% 100%, rgba(20, 134, 128, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(13, 17, 39, 0.98), rgba(7, 10, 25, 0.98)) !important;
}

body.is-marketing-preview .landing-proof-panel::before {
  content: none !important;
}

body.is-marketing-preview .landing-proof-copy {
  display: grid !important;
  gap: 16px !important;
  max-width: 33rem !important;
  padding: 0 !important;
  background: transparent !important;
}

body.is-marketing-preview .landing-proof-copy h2 {
  max-width: 12ch !important;
  margin: 0 !important;
  color: #fff8eb !important;
  font-size: clamp(1.9rem, 3.15vw, 2.85rem) !important;
  line-height: 1.05 !important;
}

body.is-marketing-preview .landing-proof-lead {
  max-width: 31rem !important;
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.76) !important;
  font-size: 0.98rem !important;
  line-height: 1.58 !important;
}

body.is-marketing-preview .landing-proof-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

body.is-marketing-preview .landing-proof-pills span {
  display: inline-flex !important;
  min-height: 34px !important;
  align-items: center !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(255, 248, 235, 0.82) !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
}

body.is-marketing-preview .landing-proof-checklist {
  display: grid !important;
  gap: 10px !important;
  max-width: 430px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.is-marketing-preview .landing-proof-checklist span {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 56px !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 17px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: #fff8eb !important;
  font-size: 0.9rem !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
  text-align: left !important;
}

body.is-marketing-preview .landing-proof-checklist strong {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ff9345, #ffe36f) !important;
  color: #101526 !important;
  font-size: 0.74rem !important;
  font-weight: 950 !important;
}

body.is-marketing-preview .landing-proof-board {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(210px, 0.72fr) !important;
  grid-template-rows: auto auto !important;
  gap: 14px !important;
  width: 100% !important;
  min-height: 430px !important;
  padding: 16px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 80% 16%, rgba(201, 133, 255, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)) !important;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.24) !important;
}

body.is-marketing-preview .landing-proof-screen,
body.is-marketing-preview .landing-proof-screen.is-hero-proof,
body.is-marketing-preview .landing-proof-screen.is-offer-proof,
body.is-marketing-preview .landing-proof-screen.is-package-proof {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  display: grid !important;
  align-content: start !important;
  min-height: 0 !important;
  padding: 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.075) !important;
  color: #fff8eb !important;
}

body.is-marketing-preview .landing-proof-screen > span {
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  place-items: center !important;
  margin: 0 0 12px !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: linear-gradient(135deg, #ff9345, #ffe36f) !important;
  color: #101526 !important;
  font-size: 0.82rem !important;
  font-weight: 950 !important;
}

body.is-marketing-preview .landing-proof-screen.is-hero-proof {
  grid-row: 1 / 3 !important;
  padding: 12px !important;
  background: rgba(255, 248, 235, 0.08) !important;
}

body.is-marketing-preview .proof-mini-site {
  display: grid !important;
  min-height: 100% !important;
  padding: 18px !important;
  border: 1px solid rgba(18, 52, 47, 0.14) !important;
  border-radius: 19px !important;
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.95), rgba(246, 239, 223, 0.82)),
    url("/assets/optimized/site-aesthetic-clinic.webp") center / cover !important;
  color: #12342f !important;
}

body.is-marketing-preview .proof-mini-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 auto !important;
}

body.is-marketing-preview .proof-mini-nav strong {
  color: #12342f !important;
  font-family: var(--serif) !important;
  font-size: 1.1rem !important;
  line-height: 1 !important;
}

body.is-marketing-preview .proof-mini-nav small {
  display: inline-grid !important;
  min-height: 32px !important;
  place-items: center !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: #12342f !important;
  color: #fff8eb !important;
  font-size: 0.7rem !important;
  font-weight: 900 !important;
}

body.is-marketing-preview .proof-mini-hero {
  display: grid !important;
  gap: 9px !important;
  max-width: 280px !important;
  margin-top: clamp(54px, 9vw, 120px) !important;
}

body.is-marketing-preview .proof-mini-hero small {
  color: #0a7b6a !important;
  font-size: 0.66rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .proof-mini-hero h3 {
  max-width: 11ch !important;
  margin: 0 !important;
  color: #12342f !important;
  font-family: var(--serif) !important;
  font-size: clamp(1.7rem, 3vw, 2.35rem) !important;
  line-height: 0.98 !important;
}

body.is-marketing-preview .proof-mini-hero p {
  max-width: 23ch !important;
  margin: 0 !important;
  color: rgba(18, 52, 47, 0.78) !important;
  font-size: 0.84rem !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}

body.is-marketing-preview .proof-mini-hero button {
  width: fit-content !important;
  min-height: 40px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff9345, #ffe36f) !important;
  color: #101526 !important;
  font-size: 0.8rem !important;
  font-weight: 950 !important;
}

body.is-marketing-preview .proof-mini-lines {
  display: none !important;
}

body.is-marketing-preview .landing-proof-screen.is-offer-proof,
body.is-marketing-preview .landing-proof-screen.is-package-proof {
  gap: 10px !important;
  min-height: 190px !important;
}

body.is-marketing-preview .landing-proof-screen.is-offer-proof h3,
body.is-marketing-preview .landing-proof-screen.is-package-proof h3 {
  max-width: 12ch !important;
  margin: 0 !important;
  color: #fff8eb !important;
  font-size: clamp(1.22rem, 1.8vw, 1.55rem) !important;
  line-height: 1.06 !important;
}

body.is-marketing-preview .landing-proof-screen.is-offer-proof p,
body.is-marketing-preview .landing-proof-screen.is-package-proof p {
  max-width: 24ch !important;
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.72) !important;
  font-size: 0.84rem !important;
  font-weight: 760 !important;
  line-height: 1.38 !important;
}

body.is-marketing-preview .landing-proof-screen.is-offer-proof div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin-top: auto !important;
}

body.is-marketing-preview .landing-proof-screen.is-offer-proof small,
body.is-marketing-preview .landing-proof-screen.is-package-proof strong {
  display: inline-flex !important;
  min-height: 32px !important;
  align-items: center !important;
  padding: 8px 11px !important;
  border-radius: 999px !important;
  background: rgba(255, 248, 235, 0.92) !important;
  color: #101526 !important;
  font-size: 0.7rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body.is-marketing-preview .landing-proof-screen.is-package-proof strong {
  width: fit-content !important;
  margin-top: auto !important;
  background: linear-gradient(135deg, #ff9345, #ffe36f) !important;
}

@media (max-width: 980px) {
  body.is-marketing-preview .landing-proof-panel {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .landing-proof-copy {
    max-width: none !important;
  }
}

@media (max-width: 640px) {
  body.is-marketing-preview .landing-proof-panel {
    padding: 18px 14px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .landing-proof-copy h2 {
    max-width: 15ch !important;
    font-size: clamp(1.55rem, 7vw, 2.08rem) !important;
  }

  body.is-marketing-preview .landing-proof-checklist span {
    min-height: 54px !important;
    padding: 9px 12px !important;
  }

  body.is-marketing-preview .landing-proof-board {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 12px !important;
    border-radius: 22px !important;
  }

  body.is-marketing-preview .landing-proof-screen.is-hero-proof {
    grid-row: auto !important;
  }

  body.is-marketing-preview .proof-mini-site {
    min-height: 430px !important;
    padding: 16px !important;
  }

  body.is-marketing-preview .proof-mini-hero {
    margin-top: 96px !important;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof,
  body.is-marketing-preview .landing-proof-screen.is-package-proof {
    min-height: 170px !important;
    padding: 16px !important;
  }
}

/* Proof panel final fit: keep supporting copy visible on every viewport. */
body.is-marketing-preview .landing-proof-screen.is-offer-proof p,
body.is-marketing-preview .landing-proof-screen.is-package-proof p {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

body.is-marketing-preview .landing-proof-screen.is-offer-proof,
body.is-marketing-preview .landing-proof-screen.is-package-proof {
  align-content: stretch !important;
}

@media (max-width: 640px) {
  body.is-marketing-preview .proof-mini-site {
    min-height: 390px !important;
  }

  body.is-marketing-preview .proof-mini-hero {
    margin-top: 72px !important;
  }

  body.is-marketing-preview .proof-mini-hero h3 {
    font-size: clamp(1.42rem, 7vw, 1.9rem) !important;
  }

  body.is-marketing-preview .proof-mini-hero p {
    max-width: 22ch !important;
    font-size: 0.8rem !important;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof,
  body.is-marketing-preview .landing-proof-screen.is-package-proof {
    min-height: 190px !important;
  }
}

/* Compact value/proof pass: denser information, less empty staging. */
body.is-marketing-preview .landing-trust-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  padding: 12px !important;
  border: 1px solid rgba(246, 202, 99, 0.16) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(135deg, rgba(13, 17, 39, 0.94), rgba(7, 10, 25, 0.94)) !important;
  box-shadow: none !important;
}

body.is-marketing-preview .landing-trust-strip::before,
body.is-marketing-preview .landing-trust-strip::after {
  content: none !important;
  display: none !important;
}

body.is-marketing-preview .landing-trust-strip article,
body.is-marketing-preview .landing-trust-strip article:nth-child(2),
body.is-marketing-preview .landing-trust-strip article:nth-child(3),
body.is-marketing-preview .landing-trust-strip article:nth-child(4) {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  gap: 5px 12px !important;
  min-height: 118px !important;
  padding: 16px !important;
  align-items: start !important;
  border: 1px solid rgba(255, 248, 235, 0.11) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)) !important;
  text-align: left !important;
}

body.is-marketing-preview .landing-trust-strip article::before,
body.is-marketing-preview .landing-trust-strip article::after {
  content: none !important;
  display: none !important;
}

body.is-marketing-preview .landing-trust-strip article span {
  grid-row: 1 / 3 !important;
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  place-items: center !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ff9345, #ffe36f) !important;
  color: #101526 !important;
  font-size: 0.78rem !important;
  font-weight: 950 !important;
  opacity: 1 !important;
}

body.is-marketing-preview .landing-trust-strip article strong {
  display: block !important;
  max-width: none !important;
  color: #fff8eb !important;
  font-family: var(--font) !important;
  font-size: 0.98rem !important;
  font-weight: 950 !important;
  line-height: 1.12 !important;
  text-align: left !important;
}

body.is-marketing-preview .landing-trust-strip article p {
  display: block !important;
  max-width: 25ch !important;
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.68) !important;
  font-size: 0.78rem !important;
  font-weight: 760 !important;
  line-height: 1.36 !important;
  text-align: left !important;
}

body.is-marketing-preview .landing-proof-panel {
  grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1fr) !important;
  align-items: stretch !important;
  gap: clamp(18px, 3vw, 34px) !important;
  padding: clamp(22px, 3vw, 34px) !important;
}

body.is-marketing-preview .landing-proof-copy {
  align-content: center !important;
  gap: 14px !important;
}

body.is-marketing-preview .landing-proof-copy h2 {
  max-width: 13.5ch !important;
  font-size: clamp(1.82rem, 2.75vw, 2.58rem) !important;
}

body.is-marketing-preview .landing-proof-lead {
  max-width: 32rem !important;
  font-size: 0.95rem !important;
}

body.is-marketing-preview .landing-proof-pills span {
  min-height: 32px !important;
  padding: 7px 11px !important;
  font-size: 0.72rem !important;
}

body.is-marketing-preview .landing-proof-checklist {
  gap: 8px !important;
  max-width: 460px !important;
}

body.is-marketing-preview .landing-proof-checklist span {
  min-height: 50px !important;
  padding: 8px 12px !important;
  border-radius: 15px !important;
}

body.is-marketing-preview .landing-proof-checklist strong {
  width: 34px !important;
  height: 34px !important;
  border-radius: 12px !important;
}

body.is-marketing-preview .landing-proof-board {
  grid-template-columns: minmax(260px, 0.95fr) minmax(220px, 0.8fr) !important;
  gap: 12px !important;
  min-height: 0 !important;
  padding: 12px !important;
  align-self: stretch !important;
}

body.is-marketing-preview .landing-proof-screen.is-hero-proof {
  padding: 10px !important;
}

body.is-marketing-preview .proof-mini-site {
  min-height: 360px !important;
  padding: 16px !important;
}

body.is-marketing-preview .proof-mini-hero {
  margin-top: 58px !important;
  gap: 8px !important;
}

body.is-marketing-preview .proof-mini-hero h3 {
  font-size: clamp(1.52rem, 2.4vw, 2rem) !important;
}

body.is-marketing-preview .proof-mini-hero p {
  max-width: 24ch !important;
  font-size: 0.8rem !important;
}

body.is-marketing-preview .landing-proof-screen.is-offer-proof,
body.is-marketing-preview .landing-proof-screen.is-package-proof {
  gap: 8px !important;
  min-height: 174px !important;
  padding: 16px !important;
  align-content: start !important;
}

body.is-marketing-preview .landing-proof-screen > span {
  width: 38px !important;
  height: 38px !important;
  margin-bottom: 8px !important;
  border-radius: 13px !important;
}

body.is-marketing-preview .landing-proof-screen.is-offer-proof h3,
body.is-marketing-preview .landing-proof-screen.is-package-proof h3 {
  max-width: 15ch !important;
  font-size: clamp(1.08rem, 1.5vw, 1.32rem) !important;
}

body.is-marketing-preview .landing-proof-screen.is-offer-proof p,
body.is-marketing-preview .landing-proof-screen.is-package-proof p {
  max-width: 27ch !important;
  font-size: 0.78rem !important;
  line-height: 1.34 !important;
}

body.is-marketing-preview .landing-proof-screen.is-offer-proof small,
body.is-marketing-preview .landing-proof-screen.is-package-proof strong {
  min-height: 29px !important;
  padding: 7px 10px !important;
  font-size: 0.66rem !important;
}

@media (max-width: 980px) {
  body.is-marketing-preview .landing-trust-strip {
    grid-template-columns: 1fr 1fr !important;
  }

  body.is-marketing-preview .landing-proof-panel {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.is-marketing-preview .landing-trust-strip {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 10px !important;
    border-radius: 20px !important;
  }

  body.is-marketing-preview .landing-trust-strip article,
  body.is-marketing-preview .landing-trust-strip article:nth-child(2),
  body.is-marketing-preview .landing-trust-strip article:nth-child(3),
  body.is-marketing-preview .landing-trust-strip article:nth-child(4) {
    min-height: 92px !important;
    padding: 12px !important;
    justify-items: start !important;
    text-align: left !important;
  }

  body.is-marketing-preview .landing-trust-strip article strong,
  body.is-marketing-preview .landing-trust-strip article p {
    justify-self: start !important;
    text-align: left !important;
  }

  body.is-marketing-preview .landing-trust-strip article p {
    max-width: 30ch !important;
  }

  body.is-marketing-preview .landing-proof-panel {
    padding: 16px 12px !important;
    gap: 14px !important;
  }

  body.is-marketing-preview .landing-proof-copy {
    gap: 12px !important;
  }

  body.is-marketing-preview .landing-proof-copy h2 {
    max-width: 16ch !important;
    font-size: clamp(1.48rem, 6.5vw, 1.92rem) !important;
  }

  body.is-marketing-preview .landing-proof-lead {
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
  }

  body.is-marketing-preview .landing-proof-pills {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
  }

  body.is-marketing-preview .landing-proof-pills span {
    justify-content: center !important;
  }

  body.is-marketing-preview .landing-proof-board {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 10px !important;
    overflow: hidden !important;
  }

  body.is-marketing-preview .landing-proof-screen,
  body.is-marketing-preview .landing-proof-screen.is-hero-proof,
  body.is-marketing-preview .landing-proof-screen.is-offer-proof,
  body.is-marketing-preview .landing-proof-screen.is-package-proof {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.is-marketing-preview .proof-mini-site {
    min-height: 318px !important;
    padding: 14px !important;
  }

  body.is-marketing-preview .proof-mini-hero {
    margin-top: 42px !important;
  }

  body.is-marketing-preview .proof-mini-hero h3 {
    max-width: 12ch !important;
    font-size: clamp(1.35rem, 6.1vw, 1.72rem) !important;
  }

  body.is-marketing-preview .landing-proof-screen.is-offer-proof,
  body.is-marketing-preview .landing-proof-screen.is-package-proof {
    min-height: 146px !important;
    padding: 14px !important;
  }
}

/* Market infographic landing rebuild. */
body.is-marketing-preview .landing-hero-card,
body.is-marketing-preview .landing-trust-strip,
body.is-marketing-preview .landing-brand-band,
body.is-marketing-preview .landing-process-card,
body.is-marketing-preview .landing-delivery-card,
body.is-marketing-preview .landing-visual-grid,
body.is-marketing-preview .landing-proof-panel,
body.is-marketing-preview .landing-examples-card,
body.is-marketing-preview .landing-final-cta {
  display: none !important;
}

body.is-marketing-preview .landing-market-infographic {
  display: grid !important;
  gap: clamp(18px, 2.2vw, 28px) !important;
  width: 100% !important;
}

body.is-marketing-preview .control-panel > section.landing-market-infographic {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.is-marketing-preview .control-panel > section.landing-market-infographic:not(.landing-topbar):not(.landing-hero-card):not(.landing-brand-band):not(.landing-process-card):not(.landing-delivery-card):not(.landing-visual-grid):not(.landing-proof-panel):not(.landing-examples-card):not(.landing-trust-strip) {
  display: grid !important;
}

body.is-marketing-preview .landing-market-infographic h1,
body.is-marketing-preview .landing-market-infographic h2,
body.is-marketing-preview .landing-market-infographic h3 {
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-hero,
body.is-marketing-preview .market-choice-map,
body.is-marketing-preview .market-storyline,
body.is-marketing-preview .market-screen-demo,
body.is-marketing-preview .market-final-cta {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(246, 202, 99, 0.18) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 96% 8%, rgba(201, 133, 255, 0.14), transparent 32%),
    radial-gradient(circle at 4% 100%, rgba(20, 134, 128, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(13, 17, 39, 0.98), rgba(7, 10, 25, 0.98)) !important;
}

body.is-marketing-preview .market-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr) !important;
  min-height: clamp(520px, 68vh, 720px) !important;
  align-items: center !important;
  gap: clamp(24px, 4vw, 58px) !important;
  padding: clamp(28px, 5vw, 70px) !important;
}

body.is-marketing-preview .market-hero-copy {
  display: grid !important;
  gap: 20px !important;
  max-width: 780px !important;
}

body.is-marketing-preview .market-hero-copy h1 {
  max-width: 15ch !important;
  margin: 0 !important;
  color: #fff8eb !important;
  font-size: clamp(2.5rem, 5vw, 5.55rem) !important;
  line-height: 0.98 !important;
}

body.is-marketing-preview .market-hero-copy p:not(.landing-story-kicker) {
  max-width: 45rem !important;
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.76) !important;
  font-size: clamp(1rem, 1.25vw, 1.18rem) !important;
  font-weight: 760 !important;
  line-height: 1.58 !important;
}

body.is-marketing-preview .market-hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
}

body.is-marketing-preview .market-hero-actions .landing-primary-cta,
body.is-marketing-preview .market-final-cta .landing-primary-cta {
  min-height: 68px !important;
  padding: 0 28px !important;
  font-size: 1rem !important;
  box-shadow:
    0 22px 46px rgba(246, 202, 99, 0.22),
    0 0 0 1px rgba(255, 244, 184, 0.34) inset !important;
}

body.is-marketing-preview .market-hero-actions .secondary-button {
  min-height: 58px !important;
  padding: 0 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

body.is-marketing-preview .market-price-card {
  display: grid !important;
  gap: 12px !important;
  align-content: start !important;
  padding: 24px !important;
  border: 1px solid rgba(255, 248, 235, 0.14) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 226, 110, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)) !important;
}

body.is-marketing-preview .market-price-label {
  width: fit-content !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(255, 248, 235, 0.1) !important;
  color: #ffe36f !important;
  font-size: 0.74rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .market-price-card strong {
  color: #fff8eb !important;
  font-family: var(--serif) !important;
  font-size: clamp(3.6rem, 8vw, 6.6rem) !important;
  line-height: 0.9 !important;
}

body.is-marketing-preview .market-price-card p,
body.is-marketing-preview .market-price-card small {
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.74) !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1.42 !important;
}

body.is-marketing-preview .market-price-card small {
  color: rgba(255, 248, 235, 0.56) !important;
  font-size: 0.78rem !important;
}

body.is-marketing-preview .market-fact-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.is-marketing-preview .market-fact-strip article,
body.is-marketing-preview .market-objection-grid article {
  display: grid !important;
  gap: 8px !important;
  min-height: 166px !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)) !important;
}

body.is-marketing-preview .market-fact-strip article span {
  width: fit-content !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: rgba(255, 248, 235, 0.1) !important;
  color: #ffe36f !important;
  font-size: 0.68rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .market-fact-strip article strong {
  color: #fff8eb !important;
  font-family: var(--serif) !important;
  font-size: clamp(1.5rem, 2.3vw, 2.15rem) !important;
  line-height: 1 !important;
}

body.is-marketing-preview .market-fact-strip article .market-fact-source {
  display: block !important;
  max-width: 28ch !important;
  margin-top: 2px !important;
  color: rgba(255, 248, 235, 0.46) !important;
  font-size: 0.64rem !important;
  font-weight: 760 !important;
  line-height: 1.28 !important;
  letter-spacing: 0.01em !important;
}

body.is-marketing-preview .market-fact-strip article p,
body.is-marketing-preview .market-choice-map p,
body.is-marketing-preview .market-storyline p,
body.is-marketing-preview .market-screen-demo p,
body.is-marketing-preview .market-objection-grid p,
body.is-marketing-preview .market-final-cta p {
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.7) !important;
  font-size: 0.9rem !important;
  font-weight: 760 !important;
  line-height: 1.48 !important;
}

body.is-marketing-preview .market-choice-map,
body.is-marketing-preview .market-storyline,
body.is-marketing-preview .market-screen-demo,
body.is-marketing-preview .market-final-cta {
  padding: clamp(22px, 3.4vw, 42px) !important;
}

body.is-marketing-preview .market-choice-map {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1fr) !important;
  gap: clamp(20px, 3vw, 36px) !important;
  align-items: center !important;
}

body.is-marketing-preview .market-choice-intro,
body.is-marketing-preview .market-story-copy,
body.is-marketing-preview .market-screen-copy,
body.is-marketing-preview .market-final-cta > div {
  display: grid !important;
  gap: 12px !important;
}

body.is-marketing-preview .market-choice-intro h2,
body.is-marketing-preview .market-story-copy h2,
body.is-marketing-preview .market-screen-copy h2,
body.is-marketing-preview .market-final-cta h2 {
  max-width: 14ch !important;
  margin: 0 !important;
  color: #fff8eb !important;
  font-size: clamp(1.9rem, 3.25vw, 3.15rem) !important;
  line-height: 1.04 !important;
}

body.is-marketing-preview .market-choice-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.is-marketing-preview .market-choice-grid article {
  display: grid !important;
  gap: 10px !important;
  min-height: 230px !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.065) !important;
}

body.is-marketing-preview .market-choice-grid article span {
  width: fit-content !important;
  padding: 8px 11px !important;
  border-radius: 999px !important;
  background: rgba(255, 248, 235, 0.1) !important;
  color: #ffe36f !important;
  font-size: 0.7rem !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .market-choice-grid article strong {
  color: #fff8eb !important;
  font-family: var(--serif) !important;
  font-size: 1.55rem !important;
  line-height: 1.02 !important;
}

body.is-marketing-preview .market-choice-grid .is-bobo-choice {
  border-color: rgba(246, 202, 99, 0.3) !important;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 226, 110, 0.24), transparent 34%),
    rgba(255, 255, 255, 0.085) !important;
}

body.is-marketing-preview .market-storyline {
  display: grid !important;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr) !important;
  gap: clamp(18px, 3vw, 34px) !important;
  align-items: center !important;
}

body.is-marketing-preview .market-timeline {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 22px 18px 20px !important;
  list-style: none !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.13) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 12% 90%, rgba(20, 134, 128, 0.18), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 226, 110, 0.13), transparent 30%),
    rgba(255, 255, 255, 0.052) !important;
}

body.is-marketing-preview .market-timeline::before {
  content: "" !important;
  position: absolute !important;
  left: 44px !important;
  right: 44px !important;
  top: 42px !important;
  height: 2px !important;
  background: linear-gradient(90deg, rgba(255, 147, 69, 0.95), rgba(255, 227, 111, 0.95), rgba(36, 165, 151, 0.85)) !important;
  box-shadow: 0 0 22px rgba(255, 226, 110, 0.22) !important;
  opacity: 0.78 !important;
}

body.is-marketing-preview .market-timeline li {
  counter-increment: market-step !important;
  display: grid !important;
  gap: 8px !important;
  min-height: 118px !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  align-content: start !important;
  position: relative !important;
  z-index: 1 !important;
}

body.is-marketing-preview .market-timeline li::before {
  content: "0" counter(market-step) !important;
  display: grid !important;
  width: 40px !important;
  height: 40px !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff9345, #ffe36f) !important;
  color: #101526 !important;
  font-size: 0.76rem !important;
  font-weight: 950 !important;
  box-shadow: 0 0 0 8px rgba(18, 21, 43, 0.94), 0 10px 24px rgba(255, 147, 69, 0.22) !important;
}

body.is-marketing-preview .market-timeline strong {
  color: #fff8eb !important;
  font-size: 0.96rem !important;
  line-height: 1.12 !important;
}

body.is-marketing-preview .market-timeline span {
  color: rgba(255, 248, 235, 0.58) !important;
  font-size: 0.72rem !important;
  font-weight: 760 !important;
  line-height: 1.32 !important;
}

body.is-marketing-preview .market-screen-demo {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.56fr) minmax(320px, 0.54fr) !important;
  gap: clamp(20px, 4vw, 56px) !important;
  align-items: center !important;
}

body.is-marketing-preview .market-answer-list {
  display: grid !important;
  gap: 9px !important;
  margin-top: 6px !important;
}

body.is-marketing-preview .market-answer-list span {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  min-height: 54px !important;
  padding: 9px 12px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: #fff8eb !important;
  font-size: 0.9rem !important;
  font-weight: 900 !important;
}

body.is-marketing-preview .market-answer-list b {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  border-radius: 13px !important;
  background: linear-gradient(135deg, #ff9345, #ffe36f) !important;
  color: #101526 !important;
  font-size: 0.72rem !important;
}

body.is-marketing-preview .market-screen-card {
  display: grid !important;
  gap: 12px !important;
  min-height: 430px !important;
  padding: clamp(18px, 3vw, 30px) !important;
  align-content: end !important;
  border: 1px solid rgba(255, 248, 235, 0.16) !important;
  border-radius: 28px !important;
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.94), rgba(245, 238, 219, 0.82)),
    url("/assets/optimized/site-aesthetic-clinic.webp") center / cover !important;
  color: #12342f !important;
}

body.is-marketing-preview .market-screen-card header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: auto !important;
}

body.is-marketing-preview .market-screen-card header strong {
  font-family: var(--serif) !important;
  font-size: 1.32rem !important;
  color: #12342f !important;
}

body.is-marketing-preview .market-screen-card button {
  min-height: 38px !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0 14px !important;
  background: #12342f !important;
  color: #fff8eb !important;
  font-size: 0.74rem !important;
  font-weight: 950 !important;
}

body.is-marketing-preview .market-screen-card small {
  color: #0a7b6a !important;
  font-size: 0.72rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .market-screen-card h3 {
  max-width: 11ch !important;
  margin: 0 !important;
  color: #12342f !important;
  font-family: var(--serif) !important;
  font-size: clamp(2rem, 3.7vw, 3rem) !important;
  line-height: 0.96 !important;
}

body.is-marketing-preview .market-screen-card p {
  max-width: 26ch !important;
  color: rgba(18, 52, 47, 0.78) !important;
  font-weight: 850 !important;
}

body.is-marketing-preview .market-screen-card div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

body.is-marketing-preview .market-screen-card div span {
  min-height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 8px 11px !important;
  border-radius: 999px !important;
  background: rgba(18, 52, 47, 0.12) !important;
  color: #12342f !important;
  font-size: 0.7rem !important;
  font-weight: 950 !important;
}

body.is-marketing-preview .market-objection-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.is-marketing-preview .market-objection-grid article {
  min-height: 148px !important;
}

body.is-marketing-preview .market-objection-grid strong {
  color: #fff8eb !important;
  font-size: 1.05rem !important;
  line-height: 1.15 !important;
}

body.is-marketing-preview .market-final-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 22px !important;
  align-items: center !important;
}

body.is-marketing-preview .market-final-cta h2 {
  max-width: 17ch !important;
}

body.is-marketing-preview .market-sources {
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.46) !important;
  font-size: 0.72rem !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

@media (max-width: 980px) {
  body.is-marketing-preview .market-hero,
  body.is-marketing-preview .market-choice-map,
  body.is-marketing-preview .market-storyline,
  body.is-marketing-preview .market-screen-demo,
  body.is-marketing-preview .market-final-cta {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .market-fact-strip,
  body.is-marketing-preview .market-choice-grid,
  body.is-marketing-preview .market-timeline,
  body.is-marketing-preview .market-objection-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 640px) {
  body.is-marketing-preview .landing-market-infographic {
    gap: 14px !important;
  }

  body.is-marketing-preview .market-hero,
  body.is-marketing-preview .market-choice-map,
  body.is-marketing-preview .market-storyline,
  body.is-marketing-preview .market-screen-demo,
  body.is-marketing-preview .market-final-cta {
    padding: 18px 14px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .market-hero {
    min-height: 0 !important;
  }

  body.is-marketing-preview .market-hero-copy {
    gap: 16px !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 16ch !important;
    font-size: clamp(2rem, 10vw, 3.2rem) !important;
    line-height: 1.02 !important;
  }

  body.is-marketing-preview .market-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .market-hero-actions .landing-primary-cta,
  body.is-marketing-preview .market-hero-actions .secondary-button,
  body.is-marketing-preview .market-final-cta .landing-primary-cta {
    width: 100% !important;
    min-height: 60px !important;
  }

  body.is-marketing-preview .market-price-card {
    padding: 18px !important;
    border-radius: 22px !important;
  }

  body.is-marketing-preview .market-fact-strip,
  body.is-marketing-preview .market-choice-grid,
  body.is-marketing-preview .market-timeline,
  body.is-marketing-preview .market-objection-grid {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  body.is-marketing-preview .market-fact-strip article,
  body.is-marketing-preview .market-choice-grid article,
  body.is-marketing-preview .market-timeline li,
  body.is-marketing-preview .market-objection-grid article {
    min-height: 0 !important;
    padding: 14px !important;
    border-radius: 18px !important;
  }

  body.is-marketing-preview .market-choice-intro h2,
  body.is-marketing-preview .market-story-copy h2,
  body.is-marketing-preview .market-screen-copy h2,
  body.is-marketing-preview .market-final-cta h2 {
    max-width: 15ch !important;
    font-size: clamp(1.55rem, 7.4vw, 2.18rem) !important;
  }

  body.is-marketing-preview .market-screen-card {
    min-height: 390px !important;
    padding: 16px !important;
    border-radius: 22px !important;
  }

  body.is-marketing-preview .market-screen-card h3 {
    font-size: clamp(1.8rem, 8vw, 2.4rem) !important;
  }

  body.is-marketing-preview .market-final-cta {
    text-align: left !important;
  }
}

/* Bobo premium agency layer: animated brand guide and gold motion. */
body.is-marketing-preview .market-hero {
  isolation: isolate !important;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 226, 110, 0.18), transparent 22%),
    radial-gradient(circle at 58% 56%, rgba(170, 82, 255, 0.22), transparent 30%),
    radial-gradient(circle at 4% 100%, rgba(20, 134, 128, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(7, 10, 25, 0.98), rgba(13, 17, 39, 0.98)) !important;
}

body.is-marketing-preview .market-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: -30% -10% auto 34% !important;
  height: 72% !important;
  border-radius: 999px !important;
  background:
    conic-gradient(from 120deg, transparent, rgba(255, 226, 110, 0.34), rgba(186, 104, 255, 0.22), transparent 62%) !important;
  filter: blur(18px) !important;
  opacity: 0.75 !important;
  animation: boboAuraSpin 12s linear infinite !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

body.is-marketing-preview .market-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(110deg, transparent 0 38%, rgba(255, 248, 235, 0.08) 45%, transparent 52%),
    radial-gradient(circle at 18% 78%, rgba(255, 226, 110, 0.16), transparent 18%) !important;
  background-size: 220% 100%, 100% 100% !important;
  animation: heroGoldSweep 7s ease-in-out infinite !important;
  pointer-events: none !important;
  mix-blend-mode: screen !important;
}

body.is-marketing-preview .market-hero-copy,
body.is-marketing-preview .market-bobo-stage {
  position: relative !important;
  z-index: 1 !important;
}

body.is-marketing-preview .market-hero-copy h1 {
  text-shadow:
    0 18px 44px rgba(0, 0, 0, 0.32),
    0 0 34px rgba(255, 226, 110, 0.08) !important;
}

body.is-marketing-preview .market-bobo-stage {
  min-height: 560px !important;
  display: grid !important;
  align-items: end !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.14) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 54% 26%, rgba(255, 226, 110, 0.2), transparent 18%),
    radial-gradient(circle at 78% 16%, rgba(174, 90, 255, 0.32), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)) !important;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.045) inset !important;
}

body.is-marketing-preview .market-bobo-stage::before {
  content: "" !important;
  position: absolute !important;
  left: -22% !important;
  top: 18% !important;
  width: 76% !important;
  height: 54% !important;
  border: 2px solid rgba(255, 226, 110, 0.38) !important;
  border-right-color: transparent !important;
  border-bottom-color: rgba(186, 104, 255, 0.26) !important;
  border-radius: 50% !important;
  filter: drop-shadow(0 0 16px rgba(255, 226, 110, 0.22)) !important;
  transform: rotate(-22deg) !important;
  animation: magicTrailPulse 3.8s ease-in-out infinite !important;
  z-index: 1 !important;
}

body.is-marketing-preview .market-bobo-stage::after {
  content: "✦ ✦ ✦" !important;
  position: absolute !important;
  left: 14% !important;
  top: 20% !important;
  color: #ffe36f !important;
  font-size: 1.4rem !important;
  letter-spacing: 1.1rem !important;
  opacity: 0.86 !important;
  text-shadow: 0 0 18px rgba(255, 226, 110, 0.72) !important;
  animation: sparkleDrift 3.4s ease-in-out infinite !important;
  z-index: 3 !important;
}

body.is-marketing-preview .market-bobo-stage img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 62% center !important;
  transform: scale(1.04) !important;
  filter:
    saturate(1.12)
    contrast(1.06)
    drop-shadow(0 24px 54px rgba(0, 0, 0, 0.36)) !important;
  animation: boboFloat 5.4s ease-in-out infinite !important;
}

body.is-marketing-preview .market-bobo-card {
  position: absolute !important;
  z-index: 4 !important;
  display: grid !important;
  gap: 6px !important;
  max-width: 230px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(255, 248, 235, 0.18) !important;
  border-radius: 20px !important;
  background: rgba(9, 12, 29, 0.74) !important;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.045) inset !important;
  backdrop-filter: blur(18px) !important;
}

body.is-marketing-preview .market-bobo-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  background: linear-gradient(110deg, transparent, rgba(255, 226, 110, 0.14), transparent) !important;
  transform: translateX(-130%) !important;
  animation: cardShimmer 5.5s ease-in-out infinite !important;
  pointer-events: none !important;
}

body.is-marketing-preview .market-bobo-card span {
  color: #ffe36f !important;
  font-size: 0.68rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .market-bobo-card strong {
  color: #fff8eb !important;
  font-family: var(--serif) !important;
  font-size: 1.35rem !important;
  line-height: 1.02 !important;
}

body.is-marketing-preview .market-bobo-card p {
  color: rgba(255, 248, 235, 0.72) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

body.is-marketing-preview .market-bobo-card-price {
  left: 18px !important;
  bottom: 18px !important;
}

body.is-marketing-preview .market-bobo-card-price strong {
  font-size: 3rem !important;
  line-height: 0.9 !important;
}

body.is-marketing-preview .market-bobo-card-guide {
  right: 18px !important;
  top: 18px !important;
}

body.is-marketing-preview .landing-primary-cta {
  position: relative !important;
  overflow: hidden !important;
}

body.is-marketing-preview .landing-primary-cta::before {
  content: "" !important;
  position: absolute !important;
  inset: -2px !important;
  background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, 0.58) 44%, transparent 58%) !important;
  transform: translateX(-130%) !important;
  animation: ctaShine 3.6s ease-in-out infinite !important;
  pointer-events: none !important;
}

body.is-marketing-preview .market-fact-strip article,
body.is-marketing-preview .market-choice-grid article,
body.is-marketing-preview .market-timeline li,
body.is-marketing-preview .market-objection-grid article,
body.is-marketing-preview .market-answer-list span {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease !important;
}

body.is-marketing-preview .market-fact-strip article:hover,
body.is-marketing-preview .market-choice-grid article:hover,
body.is-marketing-preview .market-timeline li:hover,
body.is-marketing-preview .market-objection-grid article:hover,
body.is-marketing-preview .market-answer-list span:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(246, 202, 99, 0.28) !important;
  background: rgba(255, 255, 255, 0.09) !important;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22) !important;
}

body.is-marketing-preview .market-screen-card {
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.28),
    0 0 54px rgba(255, 226, 110, 0.1) !important;
  animation: screenGlow 4.8s ease-in-out infinite !important;
}

body.is-marketing-preview .market-final-cta {
  background:
    radial-gradient(circle at 88% 22%, rgba(255, 226, 110, 0.2), transparent 28%),
    radial-gradient(circle at 12% 100%, rgba(20, 134, 128, 0.24), transparent 34%),
    linear-gradient(145deg, rgba(13, 17, 39, 0.98), rgba(7, 10, 25, 0.98)) !important;
}

@keyframes boboFloat {
  0%, 100% { transform: scale(1.04) translate3d(0, 0, 0); }
  50% { transform: scale(1.055) translate3d(0, -10px, 0); }
}

@keyframes boboAuraSpin {
  to { transform: rotate(360deg); }
}

@keyframes heroGoldSweep {
  0%, 42%, 100% { background-position: -120% 0, 0 0; opacity: 0.56; }
  62% { background-position: 120% 0, 0 0; opacity: 0.9; }
}

@keyframes magicTrailPulse {
  0%, 100% { opacity: 0.45; transform: rotate(-22deg) scale(0.98); }
  50% { opacity: 0.92; transform: rotate(-18deg) scale(1.04); }
}

@keyframes sparkleDrift {
  0%, 100% { opacity: 0.5; transform: translate3d(0, 0, 0) rotate(-8deg); }
  50% { opacity: 1; transform: translate3d(18px, -12px, 0) rotate(6deg); }
}

@keyframes cardShimmer {
  0%, 52%, 100% { transform: translateX(-130%); }
  72% { transform: translateX(130%); }
}

@keyframes ctaShine {
  0%, 48%, 100% { transform: translateX(-130%); }
  68% { transform: translateX(130%); }
}

@keyframes screenGlow {
  0%, 100% { box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28), 0 0 36px rgba(255, 226, 110, 0.08); }
  50% { box-shadow: 0 32px 92px rgba(0, 0, 0, 0.32), 0 0 64px rgba(255, 226, 110, 0.18); }
}

@media (prefers-reduced-motion: reduce) {
  body.is-marketing-preview .market-hero::before,
  body.is-marketing-preview .market-hero::after,
  body.is-marketing-preview .market-bobo-stage::before,
  body.is-marketing-preview .market-bobo-stage::after,
  body.is-marketing-preview .market-bobo-stage img,
  body.is-marketing-preview .market-bobo-card::after,
  body.is-marketing-preview .landing-primary-cta::before,
  body.is-marketing-preview .market-screen-card {
    animation: none !important;
  }
}

@media (max-width: 980px) {
  body.is-marketing-preview .market-bobo-stage {
    min-height: 500px !important;
  }
}

@media (max-width: 640px) {
  body.is-marketing-preview .market-bobo-stage {
    min-height: 430px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .market-bobo-stage img {
    object-position: 64% center !important;
  }

  body.is-marketing-preview .market-bobo-stage::before {
    left: -38% !important;
    top: 20% !important;
    width: 92% !important;
  }

  body.is-marketing-preview .market-bobo-card {
    max-width: 190px !important;
    padding: 12px !important;
    border-radius: 17px !important;
  }

  body.is-marketing-preview .market-bobo-card-price {
    left: 12px !important;
    bottom: 12px !important;
  }

  body.is-marketing-preview .market-bobo-card-guide {
    right: 12px !important;
    top: 12px !important;
  }

  body.is-marketing-preview .market-bobo-card-guide p {
    display: none !important;
  }

  body.is-marketing-preview .market-bobo-card-price strong {
    font-size: 2.4rem !important;
  }
}

/* Bobo narrative guide: turns the infographic into a guided premium story. */
body.is-marketing-preview .market-bobo-narrator {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: center !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(246, 202, 99, 0.18) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 8% 50%, rgba(255, 226, 110, 0.18), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)) !important;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.2),
    0 0 32px rgba(255, 226, 110, 0.05) inset !important;
}

body.is-marketing-preview .market-bobo-narrator img,
body.is-marketing-preview .market-final-bobo {
  width: 58px !important;
  height: 58px !important;
  object-fit: contain !important;
  border: 1px solid rgba(246, 202, 99, 0.24) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 226, 110, 0.34), transparent 38%),
    rgba(255, 255, 255, 0.07) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24) !important;
  animation: boboIconPulse 3.6s ease-in-out infinite !important;
}

body.is-marketing-preview .market-bobo-narrator div {
  display: grid !important;
  gap: 5px !important;
}

body.is-marketing-preview .market-bobo-narrator span {
  color: #ffe36f !important;
  font-size: 0.72rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .market-bobo-narrator strong {
  max-width: 78rem !important;
  color: rgba(255, 248, 235, 0.9) !important;
  font-size: clamp(0.96rem, 1.3vw, 1.15rem) !important;
  line-height: 1.42 !important;
}

body.is-marketing-preview .landing-market-infographic > * {
  animation: sectionRise 700ms ease both !important;
}

body.is-marketing-preview .landing-market-infographic > *:nth-child(2) { animation-delay: 80ms !important; }
body.is-marketing-preview .landing-market-infographic > *:nth-child(3) { animation-delay: 130ms !important; }
body.is-marketing-preview .landing-market-infographic > *:nth-child(4) { animation-delay: 180ms !important; }
body.is-marketing-preview .landing-market-infographic > *:nth-child(5) { animation-delay: 230ms !important; }
body.is-marketing-preview .landing-market-infographic > *:nth-child(6) { animation-delay: 280ms !important; }
body.is-marketing-preview .landing-market-infographic > *:nth-child(7) { animation-delay: 330ms !important; }
body.is-marketing-preview .landing-market-infographic > *:nth-child(8) { animation-delay: 380ms !important; }

body.is-marketing-preview .market-final-cta {
  grid-template-columns: minmax(0, 1fr) auto auto !important;
}

body.is-marketing-preview .market-final-bobo {
  width: 64px !important;
  height: 64px !important;
}

@keyframes boboIconPulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24); }
  50% { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(255, 226, 110, 0.14); }
}

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

@media (prefers-reduced-motion: reduce) {
  body.is-marketing-preview .market-bobo-narrator img,
  body.is-marketing-preview .market-final-bobo,
  body.is-marketing-preview .landing-market-infographic > * {
    animation: none !important;
  }
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-final-cta {
    grid-template-columns: auto 1fr !important;
  }

  body.is-marketing-preview .market-final-cta > div {
    grid-column: 1 / -1 !important;
  }

  body.is-marketing-preview .market-final-cta .landing-primary-cta {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 640px) {
  body.is-marketing-preview .market-bobo-narrator {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 13px !important;
    border-radius: 20px !important;
  }

  body.is-marketing-preview .market-bobo-narrator img {
    width: 48px !important;
    height: 48px !important;
    border-radius: 15px !important;
  }

  body.is-marketing-preview .market-bobo-narrator strong {
    font-size: 0.84rem !important;
    line-height: 1.42 !important;
  }
}

/* Premium page visualization slideshow. */
body.is-marketing-preview .market-screen-card {
  display: none !important;
}

body.is-marketing-preview .market-visual-slider {
  position: relative !important;
  min-height: 500px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.16) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 226, 110, 0.18), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)) !important;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.045) inset !important;
}

body.is-marketing-preview .market-visual-slider::before {
  content: "Bobo pokazuje różne kierunki, nie jeden szablon" !important;
  position: absolute !important;
  left: 18px !important;
  top: 18px !important;
  z-index: 8 !important;
  max-width: 25ch !important;
  padding: 10px 13px !important;
  border: 1px solid rgba(255, 248, 235, 0.16) !important;
  border-radius: 999px !important;
  background: rgba(8, 11, 27, 0.76) !important;
  color: #ffe36f !important;
  font-size: 0.72rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  backdrop-filter: blur(16px) !important;
}

body.is-marketing-preview .market-slider-track {
  position: relative !important;
  width: 100% !important;
  min-height: inherit !important;
}

body.is-marketing-preview .market-slide {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(190px, 0.45fr) !important;
  gap: 18px !important;
  align-items: end !important;
  padding: 58px 18px 18px !important;
  opacity: 0 !important;
  transform: translateX(28px) scale(0.985) !important;
  animation: marketSlideShow 25s infinite !important;
}

body.is-marketing-preview .market-slide:nth-child(1) { animation-delay: 0s !important; }
body.is-marketing-preview .market-slide:nth-child(2) { animation-delay: 5s !important; }
body.is-marketing-preview .market-slide:nth-child(3) { animation-delay: 10s !important; }
body.is-marketing-preview .market-slide:nth-child(4) { animation-delay: 15s !important; }
body.is-marketing-preview .market-slide:nth-child(5) { animation-delay: 20s !important; }

body.is-marketing-preview .market-slide img {
  width: 100% !important;
  height: 420px !important;
  object-fit: cover !important;
  object-position: top center !important;
  border: 1px solid rgba(255, 248, 235, 0.18) !important;
  border-radius: 24px !important;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    0 0 44px rgba(255, 226, 110, 0.08) !important;
}

body.is-marketing-preview .market-slide div {
  display: grid !important;
  gap: 10px !important;
  align-content: end !important;
  min-height: 250px !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 248, 235, 0.13) !important;
  border-radius: 24px !important;
  background: rgba(8, 11, 27, 0.72) !important;
  backdrop-filter: blur(18px) !important;
}

body.is-marketing-preview .market-slide div span {
  width: fit-content !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: rgba(255, 248, 235, 0.1) !important;
  color: #ffe36f !important;
  font-size: 0.68rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .market-slide div strong {
  color: #fff8eb !important;
  font-family: var(--serif) !important;
  font-size: clamp(1.48rem, 2.3vw, 2rem) !important;
  line-height: 1.02 !important;
}

body.is-marketing-preview .market-slide div p {
  color: rgba(255, 248, 235, 0.72) !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
  line-height: 1.42 !important;
}

body.is-marketing-preview .market-slide.is-clinic {
  background: radial-gradient(circle at 78% 18%, rgba(19, 113, 98, 0.26), transparent 34%) !important;
}

body.is-marketing-preview .market-slide.is-beauty {
  background: radial-gradient(circle at 80% 18%, rgba(255, 83, 142, 0.26), transparent 34%) !important;
}

body.is-marketing-preview .market-slide.is-law {
  background: radial-gradient(circle at 80% 18%, rgba(246, 202, 99, 0.22), transparent 34%) !important;
}

body.is-marketing-preview .market-slide.is-restaurant {
  background: radial-gradient(circle at 80% 18%, rgba(226, 86, 58, 0.24), transparent 34%) !important;
}

body.is-marketing-preview .market-slide.is-physio {
  background: radial-gradient(circle at 80% 18%, rgba(60, 174, 150, 0.24), transparent 34%) !important;
}

body.is-marketing-preview .market-slider-ui {
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 9 !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 7px !important;
  pointer-events: none !important;
}

body.is-marketing-preview .market-slider-ui span {
  position: relative !important;
  height: 6px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(255, 248, 235, 0.16) !important;
}

body.is-marketing-preview .market-slider-ui span::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, #ff9345, #ffe36f, #24a597) !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  animation: marketSlideProgress 25s infinite !important;
}

body.is-marketing-preview .market-slider-ui span:nth-child(1)::before { animation-delay: 0s !important; }
body.is-marketing-preview .market-slider-ui span:nth-child(2)::before { animation-delay: 5s !important; }
body.is-marketing-preview .market-slider-ui span:nth-child(3)::before { animation-delay: 10s !important; }
body.is-marketing-preview .market-slider-ui span:nth-child(4)::before { animation-delay: 15s !important; }
body.is-marketing-preview .market-slider-ui span:nth-child(5)::before { animation-delay: 20s !important; }

@keyframes marketSlideShow {
  0%, 21% { opacity: 1; transform: translateX(0) scale(1); z-index: 3; }
  25%, 100% { opacity: 0; transform: translateX(-28px) scale(0.985); z-index: 1; }
}

@keyframes marketSlideProgress {
  0% { transform: scaleX(0); opacity: 1; }
  21% { transform: scaleX(1); opacity: 1; }
  25%, 100% { transform: scaleX(1); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  body.is-marketing-preview .market-slide,
  body.is-marketing-preview .market-slider-ui span::before {
    animation: none !important;
  }

  body.is-marketing-preview .market-slide:first-child {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  body.is-marketing-preview .market-slide {
    grid-template-columns: 1fr !important;
    align-items: end !important;
  }

  body.is-marketing-preview .market-slide img {
    height: 390px !important;
  }

  body.is-marketing-preview .market-slide div {
    min-height: 0 !important;
  }
}

@media (max-width: 640px) {
  body.is-marketing-preview .market-visual-slider {
    min-height: 640px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .market-visual-slider::before {
    left: 12px !important;
    right: 12px !important;
    top: 12px !important;
    max-width: none !important;
    border-radius: 16px !important;
    font-size: 0.63rem !important;
    line-height: 1.2 !important;
  }

  body.is-marketing-preview .market-slide {
    padding: 66px 12px 34px !important;
    gap: 10px !important;
  }

  body.is-marketing-preview .market-slide img {
    height: 420px !important;
    border-radius: 18px !important;
  }

  body.is-marketing-preview .market-slide div {
    padding: 13px !important;
    border-radius: 18px !important;
  }

  body.is-marketing-preview .market-slide div strong {
    font-size: 1.35rem !important;
  }

  body.is-marketing-preview .market-slider-ui {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
  }
}

/* JS-driven slideshow state: prevents empty frames in browser throttling. */
body.is-marketing-preview .market-slide {
  animation: none !important;
  opacity: 0 !important;
  transform: translateX(22px) scale(0.985) !important;
  z-index: 1 !important;
  transition:
    opacity 520ms ease,
    transform 520ms ease !important;
}

body.is-marketing-preview .market-slide.is-active {
  opacity: 1 !important;
  transform: translateX(0) scale(1) !important;
  z-index: 5 !important;
}

body.is-marketing-preview .market-slider-ui span::before {
  animation: none !important;
  opacity: 0 !important;
  transform: scaleX(0) !important;
}

body.is-marketing-preview .market-slider-ui span.is-active::before {
  opacity: 1 !important;
  transform: scaleX(1) !important;
  transition: transform 4.8s linear !important;
}

/* Phone slideshow correction: one clean device per slide, no double frame. */
body.is-marketing-preview .market-phone-frame {
  display: none !important;
}

body.is-marketing-preview .market-visual-slider {
  display: block !important;
  min-height: 610px !important;
  padding: 58px 18px 42px !important;
}

body.is-marketing-preview .market-slider-track {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 500px !important;
}

body.is-marketing-preview .market-slide {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(220px, 0.74fr) minmax(190px, 0.5fr) !important;
  gap: 18px !important;
  align-items: center !important;
  padding: 0 !important;
  background: transparent !important;
}

body.is-marketing-preview .market-slide img {
  justify-self: center !important;
  width: min(100%, 280px) !important;
  height: auto !important;
  aspect-ratio: 9 / 16 !important;
  object-fit: cover !important;
  object-position: top center !important;
  border: 10px solid rgba(6, 8, 20, 0.94) !important;
  border-radius: 34px !important;
  background: rgba(8, 11, 27, 0.76) !important;
  box-shadow:
    0 28px 74px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 248, 235, 0.12) inset,
    0 0 42px rgba(255, 226, 110, 0.08) !important;
}

body.is-marketing-preview .market-slide div {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  align-self: center !important;
}

@media (max-width: 640px) {
  body.is-marketing-preview .market-visual-slider {
    min-height: 680px !important;
    padding: 64px 12px 36px !important;
  }

  body.is-marketing-preview .market-slider-track {
    min-height: 574px !important;
  }

  body.is-marketing-preview .market-slide {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    align-content: start !important;
  }

  body.is-marketing-preview .market-slide img {
    width: min(100%, 260px) !important;
    border-width: 9px !important;
    border-radius: 30px !important;
  }

  body.is-marketing-preview .market-slide div {
    width: 100% !important;
  }
}

/* Slideshow framing fix: keep screenshots readable and captions separate. */
body.is-marketing-preview .market-slide img {
  height: 390px !important;
  object-fit: cover !important;
  object-position: top center !important;
  background:
    radial-gradient(circle at 80% 8%, rgba(255, 226, 110, 0.12), transparent 28%),
    rgba(8, 11, 27, 0.42) !important;
}

body.is-marketing-preview .market-slide div {
  min-height: 190px !important;
}

body.is-marketing-preview .market-slide.is-restaurant img {
  object-position: center 12% !important;
}

body.is-marketing-preview .market-slide.is-law img {
  object-position: center top !important;
}

body.is-marketing-preview .market-slide.is-beauty img {
  object-position: center top !important;
}

body.is-marketing-preview .market-slide.is-clinic img {
  object-position: center top !important;
}

body.is-marketing-preview .market-slide.is-physio img {
  object-position: center top !important;
}

@media (max-width: 640px) {
  body.is-marketing-preview .market-visual-slider {
    min-height: 560px !important;
  }

  body.is-marketing-preview .market-slide {
    padding: 64px 12px 34px !important;
    align-content: start !important;
  }

  body.is-marketing-preview .market-slide img {
    height: 355px !important;
    object-fit: cover !important;
    object-position: top center !important;
  }

  body.is-marketing-preview .market-slide div {
    min-height: 0 !important;
    margin-top: 0 !important;
    padding: 13px !important;
  }

  body.is-marketing-preview .market-slide div p {
    font-size: 0.8rem !important;
    line-height: 1.35 !important;
  }

  body.is-marketing-preview .market-slide.is-restaurant img {
    object-position: center 12% !important;
  }
}

/* Phone-frame slideshow: show full generated screen inside one device. */
body.is-marketing-preview .market-visual-slider {
  display: grid !important;
  grid-template-columns: minmax(220px, 0.68fr) minmax(190px, 0.5fr) !important;
  gap: 18px !important;
  align-items: center !important;
  min-height: 520px !important;
  padding: 58px 18px 34px !important;
}

body.is-marketing-preview .market-phone-frame {
  position: relative !important;
  z-index: 2 !important;
  width: min(100%, 300px) !important;
  aspect-ratio: 9 / 16 !important;
  justify-self: center !important;
  border: 10px solid rgba(6, 8, 20, 0.92) !important;
  border-radius: 34px !important;
  background: rgba(8, 11, 27, 0.72) !important;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 248, 235, 0.12) inset,
    0 0 46px rgba(255, 226, 110, 0.08) !important;
  pointer-events: none !important;
}

body.is-marketing-preview .market-phone-frame span:first-child {
  position: absolute !important;
  top: 8px !important;
  left: 50% !important;
  width: 74px !important;
  height: 18px !important;
  border-radius: 999px !important;
  background: rgba(6, 8, 20, 0.92) !important;
  transform: translateX(-50%) !important;
  z-index: 6 !important;
}

body.is-marketing-preview .market-phone-frame span:last-child {
  position: absolute !important;
  left: 50% !important;
  bottom: 10px !important;
  width: 82px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: rgba(255, 248, 235, 0.42) !important;
  transform: translateX(-50%) !important;
  z-index: 6 !important;
}

body.is-marketing-preview .market-slider-track {
  position: static !important;
  display: contents !important;
  min-height: 0 !important;
}

body.is-marketing-preview .market-slide {
  inset: auto !important;
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  grid-template-columns: minmax(220px, 0.68fr) minmax(190px, 0.5fr) !important;
  gap: 18px !important;
  padding: 0 !important;
  align-items: center !important;
  background: transparent !important;
  pointer-events: none !important;
}

body.is-marketing-preview .market-slide img {
  grid-column: 1 !important;
  position: relative !important;
  z-index: 3 !important;
  justify-self: center !important;
  width: min(100%, 280px) !important;
  height: auto !important;
  aspect-ratio: 9 / 16 !important;
  object-fit: contain !important;
  object-position: top center !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: rgba(255, 248, 235, 0.08) !important;
  box-shadow: none !important;
}

body.is-marketing-preview .market-slide div {
  grid-column: 2 !important;
  position: relative !important;
  z-index: 4 !important;
  min-height: 0 !important;
  margin: 0 !important;
  align-self: center !important;
  pointer-events: auto !important;
}

body.is-marketing-preview .market-slider-ui {
  grid-column: 1 / -1 !important;
  bottom: 16px !important;
}

@media (max-width: 640px) {
  body.is-marketing-preview .market-visual-slider {
    grid-template-columns: 1fr !important;
    min-height: 710px !important;
    padding: 64px 12px 34px !important;
    gap: 12px !important;
  }

  body.is-marketing-preview .market-phone-frame {
    width: min(100%, 270px) !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.is-marketing-preview .market-slide {
    grid-template-columns: 1fr !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    gap: 12px !important;
    align-content: start !important;
  }

  body.is-marketing-preview .market-slide img {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: min(100%, 252px) !important;
  }

  body.is-marketing-preview .market-slide div {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    margin-top: 12px !important;
  }
}

/* Final phone showcase: one premium device, only the screen changes. */
body.is-marketing-preview .market-screen-demo {
  grid-template-columns: minmax(260px, 0.62fr) minmax(560px, 1fr) !important;
  align-items: center !important;
}

body.is-marketing-preview .market-visual-slider {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 0.78fr) minmax(210px, 0.48fr) !important;
  align-items: center !important;
  gap: 22px !important;
  min-height: 650px !important;
  padding: 70px 28px 46px !important;
  overflow: hidden !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 226, 110, 0.14), transparent 24%),
    radial-gradient(circle at 86% 26%, rgba(203, 119, 255, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.028)) !important;
  box-shadow:
    0 38px 110px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 248, 235, 0.11) inset,
    0 0 60px rgba(255, 218, 94, 0.07) !important;
}

body.is-marketing-preview .market-visual-slider::before {
  content: "Różne branże, różne style" !important;
  left: 22px !important;
  top: 20px !important;
  max-width: none !important;
  padding: 10px 15px !important;
  border-color: rgba(255, 226, 110, 0.28) !important;
  background: rgba(7, 9, 23, 0.84) !important;
  color: #ffe36f !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22) !important;
}

body.is-marketing-preview .market-phone-frame {
  display: block !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  position: relative !important;
  z-index: 2 !important;
  justify-self: center !important;
  width: min(100%, 356px) !important;
  aspect-ratio: 9 / 16 !important;
  border: 12px solid rgba(4, 6, 14, 0.96) !important;
  border-radius: 48px !important;
  background:
    linear-gradient(145deg, rgba(255, 248, 235, 0.09), rgba(255, 248, 235, 0.02)),
    rgba(7, 9, 23, 0.92) !important;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 248, 235, 0.14) inset,
    0 0 0 5px rgba(255, 248, 235, 0.035),
    0 0 55px rgba(255, 217, 92, 0.12) !important;
  pointer-events: none !important;
}

body.is-marketing-preview .market-phone-frame span:first-child {
  top: 12px !important;
  width: 92px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: rgba(2, 4, 11, 0.96) !important;
  box-shadow: 0 0 0 1px rgba(255, 248, 235, 0.08) inset !important;
}

body.is-marketing-preview .market-phone-frame span:last-child {
  bottom: 13px !important;
  width: 92px !important;
  height: 5px !important;
  background: rgba(255, 248, 235, 0.34) !important;
}

body.is-marketing-preview .market-slider-track {
  display: contents !important;
  position: static !important;
  min-height: 0 !important;
}

body.is-marketing-preview .market-slide {
  position: relative !important;
  inset: auto !important;
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 0.78fr) minmax(210px, 0.48fr) !important;
  gap: 22px !important;
  align-items: center !important;
  padding: 0 !important;
  background: transparent !important;
  opacity: 0 !important;
  transform: translateY(14px) scale(0.988) !important;
  transition: opacity 520ms ease, transform 620ms ease !important;
  animation: none !important;
  pointer-events: none !important;
}

body.is-marketing-preview .market-slide.is-active {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  z-index: 5 !important;
  pointer-events: auto !important;
}

body.is-marketing-preview .market-slide img {
  grid-column: 1 !important;
  grid-row: 1 !important;
  position: relative !important;
  z-index: 4 !important;
  justify-self: center !important;
  width: min(100%, 326px) !important;
  height: auto !important;
  aspect-ratio: 9 / 16 !important;
  object-fit: contain !important;
  object-position: top center !important;
  border: 0 !important;
  border-radius: 34px !important;
  background: rgba(255, 248, 235, 0.06) !important;
  box-shadow: none !important;
}

body.is-marketing-preview .market-slide div {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  align-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 21px !important;
  border: 1px solid rgba(255, 248, 235, 0.13) !important;
  border-radius: 24px !important;
  background: rgba(7, 9, 23, 0.76) !important;
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 248, 235, 0.035) inset !important;
  backdrop-filter: blur(18px) !important;
}

body.is-marketing-preview .market-slide div::after {
  content: "pełny pierwszy ekran, nie miniaturka" !important;
  color: rgba(255, 248, 235, 0.52) !important;
  font-size: 0.72rem !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
}

body.is-marketing-preview .market-slide div span {
  padding: 8px 11px !important;
  border-radius: 999px !important;
  background: rgba(255, 226, 110, 0.12) !important;
  color: #ffe36f !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.06em !important;
}

body.is-marketing-preview .market-slide div strong {
  font-size: clamp(1.55rem, 2.2vw, 2.18rem) !important;
  line-height: 1 !important;
}

body.is-marketing-preview .market-slide div p {
  max-width: 24ch !important;
  color: rgba(255, 248, 235, 0.78) !important;
  font-size: 0.92rem !important;
  line-height: 1.42 !important;
}

body.is-marketing-preview .market-slider-ui {
  left: 28px !important;
  right: 28px !important;
  bottom: 22px !important;
  z-index: 10 !important;
}

body.is-marketing-preview .market-slider-ui span::before {
  animation: none !important;
  transform: scaleX(0) !important;
  transition: transform 480ms ease !important;
}

body.is-marketing-preview .market-slider-ui span.is-active::before {
  transform: scaleX(1) !important;
}

@media (max-width: 980px) {
  body.is-marketing-preview .market-screen-demo {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .market-visual-slider {
    grid-template-columns: 1fr !important;
    min-height: 760px !important;
    padding: 66px 16px 40px !important;
  }

  body.is-marketing-preview .market-phone-frame {
    width: min(100%, 320px) !important;
  }

  body.is-marketing-preview .market-slide {
    grid-template-columns: 1fr !important;
    align-content: start !important;
    gap: 14px !important;
  }

  body.is-marketing-preview .market-slide img {
    width: min(100%, 292px) !important;
  }

  body.is-marketing-preview .market-slide div {
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: stretch !important;
    padding: 17px !important;
  }
}

@media (max-width: 640px) {
  body.is-marketing-preview .market-visual-slider {
    min-height: 700px !important;
    padding: 60px 12px 34px !important;
    border-radius: 26px !important;
  }

  body.is-marketing-preview .market-visual-slider::before {
    left: 12px !important;
    right: 12px !important;
    top: 12px !important;
    max-width: none !important;
    text-align: center !important;
    font-size: 0.64rem !important;
  }

  body.is-marketing-preview .market-phone-frame {
    width: min(100%, 286px) !important;
    border-width: 10px !important;
    border-radius: 40px !important;
  }

  body.is-marketing-preview .market-slide img {
    width: min(100%, 262px) !important;
    border-radius: 29px !important;
  }

  body.is-marketing-preview .market-slide div {
    padding: 15px !important;
    border-radius: 20px !important;
  }

  body.is-marketing-preview .market-slide div strong {
    font-size: 1.45rem !important;
  }

  body.is-marketing-preview .market-slide div p {
    max-width: none !important;
    font-size: 0.84rem !important;
  }

  body.is-marketing-preview .market-slide div::after {
    display: none !important;
  }

  body.is-marketing-preview .market-slider-ui {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
  }
}

/* Mobile polish for the portfolio phone: lighter frame, tighter story, less empty mass. */
@media (max-width: 760px) {
  body.is-marketing-preview .market-screen-demo {
    gap: 18px !important;
    padding: 18px 14px 20px !important;
  }

  body.is-marketing-preview .market-visual-slider {
    min-height: 636px !important;
    padding: 56px 12px 68px !important;
    border-radius: 24px !important;
    background:
      radial-gradient(circle at 18% 18%, rgba(255, 226, 110, 0.13), transparent 26%),
      radial-gradient(circle at 88% 22%, rgba(203, 119, 255, 0.14), transparent 30%),
      linear-gradient(150deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)) !important;
  }

  body.is-marketing-preview .market-visual-slider::before {
    content: "Różne branże. Różne pierwsze ekrany." !important;
    left: 12px !important;
    right: 12px !important;
    top: 12px !important;
    padding: 9px 10px !important;
    border-radius: 999px !important;
    font-size: 0.62rem !important;
    letter-spacing: 0.035em !important;
  }

  body.is-marketing-preview .market-phone-frame {
    width: min(100%, 264px) !important;
    border-width: 8px !important;
    border-radius: 36px !important;
    box-shadow:
      0 24px 58px rgba(0, 0, 0, 0.46),
      0 0 0 1px rgba(255, 248, 235, 0.12) inset,
      0 0 38px rgba(255, 217, 92, 0.1) !important;
  }

  body.is-marketing-preview .market-phone-frame span:first-child {
    top: 9px !important;
    width: 74px !important;
    height: 17px !important;
  }

  body.is-marketing-preview .market-phone-frame span:last-child {
    bottom: 9px !important;
    width: 70px !important;
    height: 4px !important;
  }

  body.is-marketing-preview .market-slide {
    gap: 0 !important;
  }

  body.is-marketing-preview .market-slide img {
    width: min(100%, 244px) !important;
    border-radius: 27px !important;
  }

  body.is-marketing-preview .market-slide div {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: stretch !important;
    width: auto !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    column-gap: 10px !important;
    row-gap: 6px !important;
    align-items: center !important;
    padding: 13px 14px !important;
    border-radius: 18px !important;
    background:
      linear-gradient(135deg, rgba(8, 11, 27, 0.92), rgba(14, 18, 39, 0.86)) !important;
    box-shadow:
      0 14px 34px rgba(0, 0, 0, 0.26),
      0 0 0 1px rgba(255, 248, 235, 0.08) inset !important;
  }

  body.is-marketing-preview .market-slide div span {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
    padding: 7px 9px !important;
    font-size: 0.58rem !important;
    white-space: nowrap !important;
  }

  body.is-marketing-preview .market-slide div strong {
    grid-column: 1 !important;
    grid-row: 1 !important;
    font-size: 1.32rem !important;
    line-height: 1 !important;
  }

  body.is-marketing-preview .market-slide div p {
    grid-column: 1 !important;
    grid-row: 2 !important;
    max-width: 24ch !important;
    font-size: 0.78rem !important;
    line-height: 1.28 !important;
  }

  body.is-marketing-preview .market-slider-ui {
    left: 18px !important;
    right: 18px !important;
    bottom: 14px !important;
    gap: 6px !important;
  }
}

@media (max-width: 430px) {
  body.is-marketing-preview .market-visual-slider {
    min-height: 650px !important;
    padding-bottom: 64px !important;
  }

  body.is-marketing-preview .market-phone-frame {
    width: min(100%, 248px) !important;
  }

  body.is-marketing-preview .market-slide img {
    width: min(100%, 230px) !important;
  }

  body.is-marketing-preview .market-slide div {
    grid-template-columns: 1fr !important;
    margin-top: 12px !important;
  }

  body.is-marketing-preview .market-slide div span {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: fit-content !important;
  }

  body.is-marketing-preview .market-slide div strong {
    grid-row: 2 !important;
  }

  body.is-marketing-preview .market-slide div p {
    grid-row: 3 !important;
    max-width: none !important;
  }
}

/* Mobile showcase alignment: remove the doubled device and make the screenshot the device. */
@media (max-width: 760px) {
  body.is-marketing-preview .market-visual-slider {
    min-height: 710px !important;
    padding: 58px 14px 52px !important;
    border-radius: 24px !important;
    background:
      radial-gradient(circle at 50% 30%, rgba(255, 226, 110, 0.12), transparent 28%),
      linear-gradient(160deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.022)) !important;
  }

  body.is-marketing-preview .market-phone-frame {
    display: none !important;
  }

  body.is-marketing-preview .market-slide {
    grid-template-columns: 1fr !important;
    align-content: start !important;
    justify-items: center !important;
    gap: 14px !important;
  }

  body.is-marketing-preview .market-slide::before {
    content: "" !important;
    position: absolute !important;
    top: 70px !important;
    left: 50% !important;
    z-index: 8 !important;
    width: 74px !important;
    height: 17px !important;
    border-radius: 999px !important;
    background: rgba(4, 6, 14, 0.92) !important;
    box-shadow: 0 0 0 1px rgba(255, 248, 235, 0.08) inset !important;
    transform: translateX(-50%) !important;
    pointer-events: none !important;
  }

  body.is-marketing-preview .market-slide img {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: min(100%, 304px) !important;
    border: 9px solid rgba(4, 6, 14, 0.96) !important;
    border-radius: 38px !important;
    background: rgba(7, 9, 23, 0.92) !important;
    box-shadow:
      0 24px 58px rgba(0, 0, 0, 0.42),
      0 0 0 1px rgba(255, 248, 235, 0.13) inset,
      0 0 36px rgba(255, 217, 92, 0.08) !important;
  }

  body.is-marketing-preview .market-slide div {
    position: relative !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: min(100%, 304px) !important;
    margin: 0 !important;
    padding: 13px 14px !important;
    border-radius: 18px !important;
    background: rgba(8, 11, 27, 0.82) !important;
  }

  body.is-marketing-preview .market-slider-ui {
    bottom: 17px !important;
  }
}

@media (max-width: 430px) {
  body.is-marketing-preview .market-visual-slider {
    min-height: 684px !important;
  }

  body.is-marketing-preview .market-slide::before {
    top: 69px !important;
  }

  body.is-marketing-preview .market-slide img {
    width: min(100%, 286px) !important;
    border-width: 8px !important;
    border-radius: 34px !important;
  }

  body.is-marketing-preview .market-slide div {
    width: min(100%, 286px) !important;
  }
}

/* Portfolio caption: context only, so the page screenshot stays the hero. */
body.is-marketing-preview .market-slide div {
  min-height: 0 !important;
}

body.is-marketing-preview .market-slide div strong,
body.is-marketing-preview .market-slide div p {
  display: none !important;
}

body.is-marketing-preview .market-slide div::after {
  display: block !important;
  color: #fff8eb !important;
  font-family: var(--serif) !important;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem) !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
}

body.is-marketing-preview .market-slide.is-clinic div::after {
  content: "Anna z Warszawy" !important;
}

body.is-marketing-preview .market-slide.is-beauty div::after {
  content: "Ola z Gdańska" !important;
}

body.is-marketing-preview .market-slide.is-law div::after {
  content: "Marek z Poznania" !important;
}

body.is-marketing-preview .market-slide.is-restaurant div::after {
  content: "Grażyna z Bielska" !important;
}

body.is-marketing-preview .market-slide.is-physio div::after {
  content: "Tomasz z Krakowa" !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-slide div {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    column-gap: 12px !important;
    row-gap: 0 !important;
    padding: 10px 12px !important;
    border-radius: 16px !important;
  }

  body.is-marketing-preview .market-slide div span {
    grid-column: 1 !important;
    grid-row: 1 !important;
    font-size: 0.57rem !important;
  }

  body.is-marketing-preview .market-slide div::after {
    grid-column: 2 !important;
    grid-row: 1 !important;
    font-size: 1rem !important;
    text-align: right !important;
  }
}

@media (max-width: 430px) {
  body.is-marketing-preview .market-slide div {
    width: min(100%, 286px) !important;
  }

  body.is-marketing-preview .market-slide div::after {
    font-size: 0.94rem !important;
  }
}

/* v15 final: readable compact project flow after all legacy overrides. */
body.is-marketing-preview .market-story-copy p:not(.landing-story-kicker),
body.is-marketing-preview .market-timeline li span {
  display: block !important;
}

body.is-marketing-preview .market-story-copy h2 {
  max-width: 11ch !important;
}

body.is-marketing-preview .market-timeline {
  position: relative !important;
  gap: 0 !important;
  padding: 22px 18px 20px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.13) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 12% 90%, rgba(20, 134, 128, 0.18), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 226, 110, 0.13), transparent 30%),
    rgba(255, 255, 255, 0.052) !important;
}

body.is-marketing-preview .market-timeline li {
  min-height: 118px !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  align-content: start !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-storyline {
    gap: 16px !important;
    padding: 18px 16px !important;
  }

  body.is-marketing-preview .market-story-copy h2 {
    max-width: 12ch !important;
    font-size: clamp(2rem, 9.4vw, 2.7rem) !important;
    line-height: 0.98 !important;
  }

  body.is-marketing-preview .market-timeline {
    grid-template-columns: 1fr !important;
    padding: 14px 14px 14px 58px !important;
  }

  body.is-marketing-preview .market-timeline::before {
    left: 34px !important;
    right: auto !important;
    top: 26px !important;
    bottom: 26px !important;
    width: 2px !important;
    height: auto !important;
    background: linear-gradient(180deg, rgba(255, 147, 69, 0.95), rgba(255, 227, 111, 0.95), rgba(36, 165, 151, 0.85)) !important;
  }

  body.is-marketing-preview .market-timeline li {
    min-height: 0 !important;
    padding: 10px 0 12px !important;
    gap: 4px !important;
  }

  body.is-marketing-preview .market-timeline li::before {
    position: absolute !important;
    left: -44px !important;
    top: 9px !important;
    width: 34px !important;
    height: 34px !important;
    font-size: 0.68rem !important;
  }

  body.is-marketing-preview .market-timeline strong {
    font-size: 0.94rem !important;
  }

  body.is-marketing-preview .market-timeline span {
    max-width: 29ch !important;
    font-size: 0.7rem !important;
    color: rgba(255, 248, 235, 0.58) !important;
    line-height: 1.32 !important;
  }
}

/* v17 final at EOF: first screen polish after every legacy layer. */
body.is-marketing-preview .market-hero {
  padding: clamp(22px, 4vw, 38px) !important;
  border-radius: 26px !important;
}

body.is-marketing-preview .market-hero-copy {
  gap: 18px !important;
}

body.is-marketing-preview .market-hero-copy .landing-story-kicker {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(255, 226, 110, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(7, 10, 25, 0.72) !important;
  color: #ffe36f !important;
  font-size: clamp(0.62rem, 1.1vw, 0.76rem) !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .market-hero-copy h1 {
  max-width: 12ch !important;
  color: #fff8eb !important;
  font-size: clamp(2.65rem, 5.6vw, 5.05rem) !important;
  line-height: 0.98 !important;
}

body.is-marketing-preview .market-hero-actions {
  gap: 12px !important;
}

body.is-marketing-preview .market-hero-actions .landing-primary-cta,
body.is-marketing-preview .market-hero-actions .secondary-button {
  min-height: 54px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  font-size: 0.92rem !important;
  line-height: 1.1 !important;
}

body.is-marketing-preview .market-hero-actions .secondary-button {
  border: 1px solid rgba(255, 248, 235, 0.16) !important;
  background: rgba(255, 255, 255, 0.075) !important;
  color: #fff8eb !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-hero {
    padding: 18px 16px 20px !important;
    border-radius: 22px !important;
  }

  body.is-marketing-preview .market-hero-copy {
    gap: 14px !important;
  }

  body.is-marketing-preview .market-hero-copy .landing-story-kicker {
    padding: 6px 10px !important;
    font-size: 0.58rem !important;
    letter-spacing: 0.06em !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 11ch !important;
    font-size: clamp(2.12rem, 8.5vw, 2.9rem) !important;
    line-height: 1 !important;
  }

  body.is-marketing-preview .market-hero-actions {
    gap: 10px !important;
  }

  body.is-marketing-preview .market-hero-actions .landing-primary-cta,
  body.is-marketing-preview .market-hero-actions .secondary-button {
    min-height: 50px !important;
    padding: 0 16px !important;
    font-size: 0.84rem !important;
  }
}

/* v17 absolute final: calmer first screen typography and visible kicker. */
body.is-marketing-preview .market-hero {
  padding: clamp(22px, 4vw, 38px) !important;
  border-radius: 26px !important;
}

body.is-marketing-preview .market-hero-copy {
  gap: 18px !important;
}

body.is-marketing-preview .market-hero-copy .landing-story-kicker {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(255, 226, 110, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(7, 10, 25, 0.72) !important;
  color: #ffe36f !important;
  font-size: clamp(0.62rem, 1.1vw, 0.76rem) !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .market-hero-copy h1 {
  max-width: 12ch !important;
  color: #fff8eb !important;
  font-size: clamp(2.65rem, 5.6vw, 5.05rem) !important;
  line-height: 0.98 !important;
}

body.is-marketing-preview .market-hero-actions {
  gap: 12px !important;
}

body.is-marketing-preview .market-hero-actions .landing-primary-cta,
body.is-marketing-preview .market-hero-actions .secondary-button {
  min-height: 54px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  font-size: 0.92rem !important;
  line-height: 1.1 !important;
}

body.is-marketing-preview .market-hero-actions .secondary-button {
  border: 1px solid rgba(255, 248, 235, 0.16) !important;
  background: rgba(255, 255, 255, 0.075) !important;
  color: #fff8eb !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-hero {
    padding: 18px 16px 20px !important;
    border-radius: 22px !important;
  }

  body.is-marketing-preview .market-hero-copy {
    gap: 14px !important;
  }

  body.is-marketing-preview .market-hero-copy .landing-story-kicker {
    padding: 6px 10px !important;
    font-size: 0.58rem !important;
    letter-spacing: 0.06em !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 11ch !important;
    font-size: clamp(2.12rem, 8.5vw, 2.9rem) !important;
    line-height: 1 !important;
  }

  body.is-marketing-preview .market-hero-actions {
    gap: 10px !important;
  }

  body.is-marketing-preview .market-hero-actions .landing-primary-cta,
  body.is-marketing-preview .market-hero-actions .secondary-button {
    min-height: 50px !important;
    padding: 0 16px !important;
    font-size: 0.84rem !important;
  }
}

/* v14: show discreet source labels inside market price cards. */
body.is-marketing-preview .market-fact-strip article .market-fact-source {
  display: block !important;
  max-width: 30ch !important;
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.46) !important;
  font-size: 0.64rem !important;
  font-weight: 760 !important;
  line-height: 1.28 !important;
  letter-spacing: 0.01em !important;
}

body.is-marketing-preview .market-fact-strip article {
  gap: 10px !important;
  min-height: 144px !important;
}

/* v15: compact story flow, especially on narrow screens. */
body.is-marketing-preview .market-story-copy h2 {
  max-width: 11ch !important;
}

body.is-marketing-preview .market-story-copy p:not(.landing-story-kicker) {
  display: block !important;
  max-width: 31ch !important;
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.66) !important;
  font-size: 0.9rem !important;
  font-weight: 760 !important;
  line-height: 1.42 !important;
}

body.is-marketing-preview .market-timeline {
  position: relative !important;
  gap: 0 !important;
  padding: 22px 18px 20px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.13) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 12% 90%, rgba(20, 134, 128, 0.18), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 226, 110, 0.13), transparent 30%),
    rgba(255, 255, 255, 0.052) !important;
}

body.is-marketing-preview .market-timeline::before {
  content: "" !important;
  position: absolute !important;
  left: 44px !important;
  right: 44px !important;
  top: 42px !important;
  height: 2px !important;
  background: linear-gradient(90deg, rgba(255, 147, 69, 0.95), rgba(255, 227, 111, 0.95), rgba(36, 165, 151, 0.85)) !important;
  opacity: 0.78 !important;
}

body.is-marketing-preview .market-timeline li {
  min-height: 118px !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  align-content: start !important;
}

body.is-marketing-preview .market-timeline li::before {
  border-radius: 999px !important;
  box-shadow: 0 0 0 8px rgba(18, 21, 43, 0.94), 0 10px 24px rgba(255, 147, 69, 0.22) !important;
}

body.is-marketing-preview .market-timeline li span {
  display: block !important;
  color: rgba(255, 248, 235, 0.58) !important;
  font-size: 0.72rem !important;
  line-height: 1.32 !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-storyline {
    gap: 16px !important;
    padding: 18px 16px !important;
  }

  body.is-marketing-preview .market-story-copy h2 {
    max-width: 12ch !important;
    font-size: clamp(2rem, 9.4vw, 2.7rem) !important;
    line-height: 0.98 !important;
  }

  body.is-marketing-preview .market-story-copy p:not(.landing-story-kicker) {
    font-size: 0.82rem !important;
  }

  body.is-marketing-preview .market-timeline {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 14px 14px 14px 58px !important;
  }

  body.is-marketing-preview .market-timeline::before {
    left: 34px !important;
    right: auto !important;
    top: 26px !important;
    bottom: 26px !important;
    width: 2px !important;
    height: auto !important;
    background: linear-gradient(180deg, rgba(255, 147, 69, 0.95), rgba(255, 227, 111, 0.95), rgba(36, 165, 151, 0.85)) !important;
  }

  body.is-marketing-preview .market-timeline li {
    min-height: 0 !important;
    padding: 10px 0 12px !important;
    gap: 4px !important;
  }

  body.is-marketing-preview .market-timeline li::before {
    position: absolute !important;
    left: -44px !important;
    top: 9px !important;
    width: 34px !important;
    height: 34px !important;
    box-shadow: 0 0 0 6px rgba(18, 21, 43, 0.94), 0 8px 18px rgba(255, 147, 69, 0.18) !important;
    font-size: 0.68rem !important;
  }

  body.is-marketing-preview .market-timeline strong {
    font-size: 0.94rem !important;
  }

  body.is-marketing-preview .market-timeline span {
    max-width: 29ch !important;
    font-size: 0.7rem !important;
  }
}

/* v12 true final: keep the newest visual rules after the legacy wow block. */
body.is-marketing-preview .market-wow-copy h2 {
  max-width: 8.5ch !important;
  font-size: clamp(2.7rem, 5vw, 4.85rem) !important;
}

body.is-marketing-preview .market-hero-copy h1 {
  max-width: 10ch !important;
  font-size: clamp(3.1rem, 7.4vw, 6.25rem) !important;
  line-height: 0.94 !important;
}

body.is-marketing-preview .market-wow-copy .landing-primary-cta,
body.is-marketing-preview .market-hero-actions .landing-primary-cta {
  white-space: normal !important;
  text-align: center !important;
  line-height: 1.08 !important;
}

body.is-marketing-preview .market-slide.is-clinic div::after {
  content: "Medycyna estetyczna" !important;
}

body.is-marketing-preview .market-slide.is-beauty div::after {
  content: "Beauty salon" !important;
}

body.is-marketing-preview .market-slide.is-law div::after {
  content: "Kancelaria" !important;
}

body.is-marketing-preview .market-slide.is-restaurant div::after {
  content: "Restauracja" !important;
}

body.is-marketing-preview .market-slide.is-physio div::after {
  content: "Fizjoterapia" !important;
}

@media (max-width: 920px) {
  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 11ch !important;
    font-size: clamp(2.15rem, 8.3vw, 4.1rem) !important;
  }

  body.is-marketing-preview .market-wow-board {
    min-height: 0 !important;
    padding: 18px 14px 22px !important;
    gap: 14px !important;
  }

  body.is-marketing-preview .market-wow-copy {
    gap: 12px !important;
  }

  body.is-marketing-preview .market-wow-copy h2 {
    max-width: 10ch !important;
    font-size: clamp(1.95rem, 8vw, 2.85rem) !important;
    line-height: 0.98 !important;
  }

  body.is-marketing-preview .market-wow-copy .landing-primary-cta {
    min-height: 58px !important;
    padding: 14px 18px !important;
    font-size: 0.95rem !important;
  }

  body.is-marketing-preview .market-wow-gallery {
    min-height: 405px !important;
    margin-top: 4px !important;
  }

  body.is-marketing-preview .market-wow-gallery img.is-main {
    top: 10px !important;
    width: 218px !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(2) {
    left: 5% !important;
    top: 86px !important;
    width: 136px !important;
    opacity: 0.82 !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(3) {
    right: 5% !important;
    top: 94px !important;
    width: 136px !important;
    opacity: 0.82 !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(6) {
    right: 8% !important;
    bottom: 6px !important;
    width: 96px !important;
  }
}

@media (max-width: 560px) {
  body.is-marketing-preview .market-hero {
    gap: 20px !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 9.7ch !important;
    font-size: clamp(2.05rem, 10.2vw, 2.9rem) !important;
  }

  body.is-marketing-preview .market-hero-actions {
    gap: 10px !important;
  }

  body.is-marketing-preview .market-wow-board {
    padding: 16px 12px 20px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .market-wow-board::after {
    width: 58px !important;
    height: 58px !important;
    right: 8% !important;
    top: 18px !important;
  }

  body.is-marketing-preview .market-wow-copy h2 {
    max-width: 9ch !important;
    font-size: clamp(1.72rem, 8.8vw, 2.28rem) !important;
  }

  body.is-marketing-preview .market-wow-copy .landing-primary-cta {
    min-height: 54px !important;
    padding: 13px 14px !important;
    font-size: 0.88rem !important;
  }

  body.is-marketing-preview .market-wow-gallery {
    min-height: 330px !important;
  }

  body.is-marketing-preview .market-wow-gallery img {
    border-width: 6px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .market-wow-gallery img.is-main {
    width: 172px !important;
    top: 4px !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(2),
  body.is-marketing-preview .market-wow-gallery img:nth-child(3) {
    width: 100px !important;
    top: 70px !important;
    opacity: 0.72 !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(2) {
    left: 2% !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(3) {
    right: 2% !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(6) {
    width: 72px !important;
    right: 7% !important;
    bottom: 4px !important;
  }
}

/* v12 final overrides: placed last so the mobile visual board stays controlled. */
body.is-marketing-preview .market-hero {
  align-items: center !important;
}

body.is-marketing-preview .market-hero-copy h1 {
  max-width: 10ch !important;
  font-size: clamp(3.1rem, 7.4vw, 6.25rem) !important;
  line-height: 0.94 !important;
}

body.is-marketing-preview .market-hero-actions .landing-primary-cta,
body.is-marketing-preview .market-wow-copy .landing-primary-cta {
  white-space: normal !important;
  text-align: center !important;
  line-height: 1.08 !important;
}

body.is-marketing-preview .market-wow-board {
  isolation: isolate !important;
}

body.is-marketing-preview .market-wow-copy h2 {
  max-width: 8.5ch !important;
  font-size: clamp(2.7rem, 5vw, 4.85rem) !important;
}

body.is-marketing-preview .market-slide.is-clinic div::after {
  content: "Medycyna estetyczna" !important;
}

body.is-marketing-preview .market-slide.is-beauty div::after {
  content: "Beauty salon" !important;
}

body.is-marketing-preview .market-slide.is-law div::after {
  content: "Kancelaria" !important;
}

body.is-marketing-preview .market-slide.is-restaurant div::after {
  content: "Restauracja" !important;
}

body.is-marketing-preview .market-slide.is-physio div::after {
  content: "Fizjoterapia" !important;
}

@media (max-width: 920px) {
  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 11ch !important;
    font-size: clamp(2.15rem, 8.3vw, 4.1rem) !important;
  }

  body.is-marketing-preview .market-wow-board {
    min-height: 0 !important;
    padding: 18px 14px 22px !important;
    gap: 14px !important;
  }

  body.is-marketing-preview .market-wow-copy {
    gap: 12px !important;
  }

  body.is-marketing-preview .market-wow-copy h2 {
    max-width: 10ch !important;
    font-size: clamp(1.95rem, 8vw, 2.85rem) !important;
    line-height: 0.98 !important;
  }

  body.is-marketing-preview .market-wow-copy .landing-primary-cta {
    min-height: 58px !important;
    padding: 14px 18px !important;
    font-size: 0.95rem !important;
  }

  body.is-marketing-preview .market-wow-gallery {
    min-height: 405px !important;
    margin-top: 4px !important;
  }

  body.is-marketing-preview .market-wow-gallery img.is-main {
    top: 10px !important;
    width: 218px !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(2) {
    left: 5% !important;
    top: 86px !important;
    width: 136px !important;
    opacity: 0.82 !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(3) {
    right: 5% !important;
    top: 94px !important;
    width: 136px !important;
    opacity: 0.82 !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(6) {
    right: 8% !important;
    bottom: 6px !important;
    width: 96px !important;
  }
}

@media (max-width: 560px) {
  body.is-marketing-preview .market-hero {
    gap: 20px !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 9.7ch !important;
    font-size: clamp(2.05rem, 10.2vw, 2.9rem) !important;
  }

  body.is-marketing-preview .market-hero-actions {
    gap: 10px !important;
  }

  body.is-marketing-preview .market-wow-board {
    padding: 16px 12px 20px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .market-wow-board::after {
    width: 58px !important;
    height: 58px !important;
    right: 8% !important;
    top: 18px !important;
  }

  body.is-marketing-preview .market-wow-copy h2 {
    max-width: 9ch !important;
    font-size: clamp(1.72rem, 8.8vw, 2.28rem) !important;
  }

  body.is-marketing-preview .market-wow-copy .landing-primary-cta {
    min-height: 54px !important;
    padding: 13px 14px !important;
    font-size: 0.88rem !important;
  }

  body.is-marketing-preview .market-wow-gallery {
    min-height: 330px !important;
  }

  body.is-marketing-preview .market-wow-gallery img {
    border-width: 6px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .market-wow-gallery img.is-main {
    width: 172px !important;
    top: 4px !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(2),
  body.is-marketing-preview .market-wow-gallery img:nth-child(3) {
    width: 100px !important;
    top: 70px !important;
    opacity: 0.72 !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(2) {
    left: 2% !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(3) {
    right: 2% !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(6) {
    width: 72px !important;
    right: 7% !important;
    bottom: 4px !important;
  }
}

/* Final mobile polish: the market story should feel visual, not like a text block. */
body.is-marketing-preview .market-hero {
  align-items: center !important;
}

body.is-marketing-preview .market-hero-copy h1 {
  max-width: 10ch !important;
  font-size: clamp(3.1rem, 7.4vw, 6.25rem) !important;
  line-height: 0.94 !important;
}

body.is-marketing-preview .market-hero-actions .landing-primary-cta,
body.is-marketing-preview .market-wow-copy .landing-primary-cta {
  white-space: normal !important;
  text-align: center !important;
  line-height: 1.08 !important;
}

body.is-marketing-preview .market-wow-board {
  isolation: isolate !important;
}

body.is-marketing-preview .market-wow-copy h2 {
  max-width: 8.5ch !important;
  font-size: clamp(2.7rem, 5vw, 4.85rem) !important;
}

body.is-marketing-preview .market-wow-gallery img {
  overflow: hidden !important;
}

body.is-marketing-preview .market-slide.is-clinic div::after {
  content: "Medycyna estetyczna" !important;
}

body.is-marketing-preview .market-slide.is-beauty div::after {
  content: "Beauty salon" !important;
}

body.is-marketing-preview .market-slide.is-law div::after {
  content: "Kancelaria" !important;
}

body.is-marketing-preview .market-slide.is-restaurant div::after {
  content: "Restauracja" !important;
}

body.is-marketing-preview .market-slide.is-physio div::after {
  content: "Fizjoterapia" !important;
}

@media (max-width: 920px) {
  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 11ch !important;
    font-size: clamp(2.15rem, 8.3vw, 4.1rem) !important;
  }

  body.is-marketing-preview .market-wow-board {
    min-height: 0 !important;
    padding: 18px 14px 22px !important;
    gap: 14px !important;
  }

  body.is-marketing-preview .market-wow-copy {
    gap: 12px !important;
  }

  body.is-marketing-preview .market-wow-copy h2 {
    max-width: 10ch !important;
    font-size: clamp(1.95rem, 8vw, 2.85rem) !important;
    line-height: 0.98 !important;
  }

  body.is-marketing-preview .market-wow-copy .landing-primary-cta {
    min-height: 58px !important;
    padding: 14px 18px !important;
    font-size: 0.95rem !important;
  }

  body.is-marketing-preview .market-wow-gallery {
    min-height: 405px !important;
    margin-top: 4px !important;
  }

  body.is-marketing-preview .market-wow-gallery img.is-main {
    top: 10px !important;
    width: 218px !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(2) {
    left: 5% !important;
    top: 86px !important;
    width: 136px !important;
    opacity: 0.82 !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(3) {
    right: 5% !important;
    top: 94px !important;
    width: 136px !important;
    opacity: 0.82 !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(6) {
    right: 8% !important;
    bottom: 6px !important;
    width: 96px !important;
  }
}

@media (max-width: 560px) {
  body.is-marketing-preview .market-hero {
    gap: 20px !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 9.7ch !important;
    font-size: clamp(2.05rem, 10.2vw, 2.9rem) !important;
  }

  body.is-marketing-preview .market-hero-actions {
    gap: 10px !important;
  }

  body.is-marketing-preview .market-wow-board {
    padding: 16px 12px 20px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .market-wow-board::after {
    width: 58px !important;
    height: 58px !important;
    right: 8% !important;
    top: 18px !important;
  }

  body.is-marketing-preview .market-wow-copy h2 {
    max-width: 9ch !important;
    font-size: clamp(1.72rem, 8.8vw, 2.28rem) !important;
  }

  body.is-marketing-preview .market-wow-copy .landing-primary-cta {
    min-height: 54px !important;
    padding: 13px 14px !important;
    font-size: 0.88rem !important;
  }

  body.is-marketing-preview .market-wow-gallery {
    min-height: 330px !important;
  }

  body.is-marketing-preview .market-wow-gallery img {
    border-width: 6px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .market-wow-gallery img.is-main {
    width: 172px !important;
    top: 4px !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(2),
  body.is-marketing-preview .market-wow-gallery img:nth-child(3) {
    width: 100px !important;
    top: 70px !important;
    opacity: 0.72 !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(2) {
    left: 2% !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(3) {
    right: 2% !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(6) {
    width: 72px !important;
    right: 7% !important;
    bottom: 4px !important;
  }
}

/* Visual-first pass: fewer paragraphs, more screenshots, more motion. */
body.is-marketing-preview .market-wow-board {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(250px, 0.52fr) minmax(520px, 1fr) !important;
  gap: 22px !important;
  align-items: center !important;
  min-height: 520px !important;
  overflow: hidden !important;
  padding: 28px !important;
  border: 1px solid rgba(255, 226, 110, 0.22) !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 74% 18%, rgba(255, 226, 110, 0.18), transparent 25%),
    radial-gradient(circle at 92% 70%, rgba(190, 112, 255, 0.2), transparent 27%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)) !important;
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset !important;
}

body.is-marketing-preview .market-wow-board::before,
body.is-marketing-preview .market-wow-board::after {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

body.is-marketing-preview .market-wow-board::before {
  left: -18% !important;
  top: 22% !important;
  width: 70% !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, rgba(255, 226, 110, 0.92), transparent) !important;
  filter: blur(0.2px) !important;
  animation: marketGoldSweep 4.8s ease-in-out infinite !important;
}

body.is-marketing-preview .market-wow-board::after {
  right: 6% !important;
  top: 12% !important;
  width: 92px !important;
  height: 92px !important;
  border-radius: 999px !important;
  background:
    linear-gradient(90deg, transparent 46%, rgba(255, 226, 110, 0.8) 48%, transparent 52%),
    linear-gradient(0deg, transparent 46%, rgba(255, 226, 110, 0.8) 48%, transparent 52%) !important;
  opacity: 0.58 !important;
  animation: marketStarSpin 7s linear infinite !important;
}

body.is-marketing-preview .market-wow-copy {
  position: relative !important;
  z-index: 3 !important;
  display: grid !important;
  gap: 16px !important;
}

body.is-marketing-preview .market-wow-copy h2 {
  margin: 0 !important;
  max-width: 9ch !important;
  color: #fff8eb !important;
  font-family: var(--serif) !important;
  font-size: clamp(2.2rem, 5vw, 4.2rem) !important;
  line-height: 0.94 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-wow-copy .landing-primary-cta {
  width: fit-content !important;
  min-width: 230px !important;
  box-shadow:
    0 20px 45px rgba(255, 169, 64, 0.26),
    0 0 30px rgba(255, 226, 110, 0.18) !important;
}

body.is-marketing-preview .market-wow-gallery {
  position: relative !important;
  z-index: 2 !important;
  min-height: 465px !important;
}

body.is-marketing-preview .market-wow-gallery::before {
  content: "" !important;
  position: absolute !important;
  right: 10% !important;
  top: 86px !important;
  z-index: 7 !important;
  width: min(52%, 360px) !important;
  height: 34px !important;
  border-radius: 999px !important;
  background:
    linear-gradient(90deg, transparent, rgba(255, 226, 110, 0.68), rgba(190, 112, 255, 0.34), transparent) !important;
  filter: blur(10px) !important;
  opacity: 0.72 !important;
  transform: rotate(-18deg) !important;
  animation: marketBoboTrail 7.2s cubic-bezier(0.42, 0, 0.2, 1) infinite !important;
}

body.is-marketing-preview .market-wow-gallery img {
  position: absolute !important;
  display: block !important;
  width: 178px !important;
  aspect-ratio: 9 / 16 !important;
  object-fit: cover !important;
  object-position: top center !important;
  border: 8px solid rgba(5, 7, 18, 0.94) !important;
  border-radius: 30px !important;
  background: rgba(5, 7, 18, 0.9) !important;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 248, 235, 0.12) inset !important;
  animation: marketFloatCard 6.6s ease-in-out infinite !important;
}

body.is-marketing-preview .market-wow-gallery img.is-main {
  left: 34% !important;
  top: 12px !important;
  z-index: 6 !important;
  width: 245px !important;
  transform: rotate(-2deg) !important;
}

body.is-marketing-preview .market-wow-gallery img:nth-child(2) {
  left: 9% !important;
  top: 52px !important;
  z-index: 4 !important;
  transform: rotate(-9deg) scale(0.94) !important;
  animation-delay: -1.4s !important;
}

body.is-marketing-preview .market-wow-gallery img:nth-child(3) {
  right: 5% !important;
  top: 78px !important;
  z-index: 5 !important;
  transform: rotate(8deg) scale(0.96) !important;
  animation-delay: -2.2s !important;
}

body.is-marketing-preview .market-wow-gallery img:nth-child(4) {
  left: 18% !important;
  bottom: 4px !important;
  z-index: 3 !important;
  transform: rotate(7deg) scale(0.86) !important;
  animation-delay: -3.1s !important;
}

body.is-marketing-preview .market-wow-gallery img:nth-child(5) {
  right: 18% !important;
  bottom: 10px !important;
  z-index: 3 !important;
  transform: rotate(-7deg) scale(0.86) !important;
  animation-delay: -4s !important;
}

body.is-marketing-preview .market-wow-gallery img:nth-child(6) {
  right: 8% !important;
  top: 12px !important;
  z-index: 8 !important;
  width: 184px !important;
  aspect-ratio: 1 !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter:
    drop-shadow(0 22px 34px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 22px rgba(255, 226, 110, 0.36)) !important;
  transform-origin: 55% 52% !important;
  animation: marketBoboSuperFly 7.2s cubic-bezier(0.42, 0, 0.2, 1) infinite !important;
}

body.is-marketing-preview .market-hero-copy > p:not(.landing-story-kicker),
body.is-marketing-preview .market-bobo-card p,
body.is-marketing-preview .market-bobo-narrator strong,
body.is-marketing-preview .market-fact-strip article p,
body.is-marketing-preview .market-choice-intro p:not(.landing-story-kicker),
body.is-marketing-preview .market-choice-grid article p,
body.is-marketing-preview .market-story-copy p:not(.landing-story-kicker),
body.is-marketing-preview .market-timeline li span,
body.is-marketing-preview .market-screen-copy h2,
body.is-marketing-preview .market-objection-grid article p,
body.is-marketing-preview .market-final-cta p:not(.landing-story-kicker),
body.is-marketing-preview .market-sources {
  display: none !important;
}

body.is-marketing-preview .market-fact-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.is-marketing-preview .market-fact-strip article,
body.is-marketing-preview .market-choice-grid article,
body.is-marketing-preview .market-objection-grid article {
  min-height: 138px !important;
  align-content: center !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 226, 110, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)) !important;
}

body.is-marketing-preview .market-choice-map {
  grid-template-columns: minmax(210px, 0.44fr) minmax(520px, 1fr) !important;
}

body.is-marketing-preview .market-choice-intro h2,
body.is-marketing-preview .market-story-copy h2,
body.is-marketing-preview .market-final-cta h2 {
  max-width: 12ch !important;
}

body.is-marketing-preview .market-timeline {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.is-marketing-preview .market-timeline li {
  min-height: 108px !important;
  align-content: center !important;
}

body.is-marketing-preview .market-answer-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@keyframes marketGoldSweep {
  0%, 100% { transform: translateX(0) rotate(-9deg); opacity: 0; }
  18%, 70% { opacity: 0.78; }
  100% { transform: translateX(150%) rotate(-9deg); }
}

@keyframes marketStarSpin {
  to { transform: rotate(360deg); }
}

@keyframes marketFloatCard {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

@keyframes marketBoboPop {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.04); }
}

@keyframes marketBoboSuperFly {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-18deg) scale(0.92);
  }
  18% {
    transform: translate3d(-42px, 28px, 0) rotate(-29deg) scale(1.08);
  }
  42% {
    transform: translate3d(-210px, 112px, 0) rotate(-18deg) scale(1.18);
  }
  62% {
    transform: translate3d(-118px, 172px, 0) rotate(8deg) scale(0.98);
  }
  82% {
    transform: translate3d(22px, 72px, 0) rotate(-12deg) scale(1.03);
  }
}

@keyframes marketBoboTrail {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-18deg) scaleX(0.74);
    opacity: 0.34;
  }
  18% {
    transform: translate3d(-34px, 26px, 0) rotate(-24deg) scaleX(1);
    opacity: 0.72;
  }
  42% {
    transform: translate3d(-156px, 94px, 0) rotate(-14deg) scaleX(1.16);
    opacity: 0.6;
  }
  62% {
    transform: translate3d(-88px, 138px, 0) rotate(6deg) scaleX(0.86);
    opacity: 0.44;
  }
  82% {
    transform: translate3d(18px, 58px, 0) rotate(-12deg) scaleX(0.96);
    opacity: 0.64;
  }
}

@media (max-width: 920px) {
  body.is-marketing-preview .market-wow-board {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 18px 14px 22px !important;
    gap: 14px !important;
  }

  body.is-marketing-preview .market-wow-copy {
    justify-items: start !important;
  }

  body.is-marketing-preview .market-wow-copy h2 {
    max-width: 10ch !important;
    font-size: clamp(1.95rem, 8vw, 2.85rem) !important;
    line-height: 0.98 !important;
  }

  body.is-marketing-preview .market-wow-gallery {
    min-height: 405px !important;
    margin-top: 4px !important;
  }

  body.is-marketing-preview .market-wow-gallery::before {
    right: 2% !important;
    top: 64px !important;
    width: 260px !important;
    height: 24px !important;
  }

  body.is-marketing-preview .market-wow-gallery img.is-main {
    left: 50% !important;
    top: 10px !important;
    width: 218px !important;
    transform: translateX(-50%) rotate(-2deg) !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(2) {
    left: 5% !important;
    top: 86px !important;
    width: 136px !important;
    opacity: 0.82 !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(3) {
    right: 5% !important;
    top: 94px !important;
    width: 136px !important;
    opacity: 0.82 !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(4),
  body.is-marketing-preview .market-wow-gallery img:nth-child(5) {
    display: none !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(6) {
    right: 2% !important;
    top: 4px !important;
    width: 128px !important;
  }

  body.is-marketing-preview .market-fact-strip,
  body.is-marketing-preview .market-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.is-marketing-preview .market-choice-map {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  body.is-marketing-preview .market-wow-board {
    padding: 16px 12px 20px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .market-wow-copy .landing-primary-cta {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 54px !important;
    padding: 13px 14px !important;
    font-size: 0.88rem !important;
  }

  body.is-marketing-preview .market-wow-gallery {
    min-height: 330px !important;
  }

  body.is-marketing-preview .market-wow-gallery::before {
    right: -8% !important;
    top: 54px !important;
    width: 210px !important;
    height: 18px !important;
    opacity: 0.56 !important;
  }

  body.is-marketing-preview .market-wow-gallery img.is-main {
    width: 172px !important;
    top: 4px !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(2),
  body.is-marketing-preview .market-wow-gallery img:nth-child(3) {
    width: 100px !important;
    top: 70px !important;
    opacity: 0.72 !important;
  }

  body.is-marketing-preview .market-wow-gallery img:nth-child(6) {
    width: 96px !important;
    right: 1% !important;
    top: 6px !important;
  }

  body.is-marketing-preview .market-fact-strip,
  body.is-marketing-preview .market-timeline,
  body.is-marketing-preview .market-answer-list {
    grid-template-columns: 1fr !important;
  }
}

/* Portfolio caption: context only. */
body.is-marketing-preview .market-slide div {
  min-height: 0 !important;
}

body.is-marketing-preview .market-slide div strong,
body.is-marketing-preview .market-slide div p {
  display: none !important;
}

body.is-marketing-preview .market-slide div::after {
  display: block !important;
  color: #fff8eb !important;
  font-family: var(--serif) !important;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem) !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
}

body.is-marketing-preview .market-slide.is-clinic div::after {
  content: "Medycyna estetyczna" !important;
}

body.is-marketing-preview .market-slide.is-beauty div::after {
  content: "Beauty salon" !important;
}

body.is-marketing-preview .market-slide.is-law div::after {
  content: "Kancelaria" !important;
}

body.is-marketing-preview .market-slide.is-restaurant div::after {
  content: "Restauracja" !important;
}

body.is-marketing-preview .market-slide.is-physio div::after {
  content: "Fizjoterapia" !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-slide div {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    column-gap: 12px !important;
    row-gap: 0 !important;
    padding: 10px 12px !important;
    border-radius: 16px !important;
  }

  body.is-marketing-preview .market-slide div span {
    grid-column: 1 !important;
    grid-row: 1 !important;
    font-size: 0.57rem !important;
  }

  body.is-marketing-preview .market-slide div::after {
    grid-column: 2 !important;
    grid-row: 1 !important;
    font-size: 1rem !important;
    text-align: right !important;
  }
}

@media (max-width: 430px) {
  body.is-marketing-preview .market-slide div {
    width: min(100%, 286px) !important;
  }

  body.is-marketing-preview .market-slide div::after {
    font-size: 0.94rem !important;
  }
}

/* v15 absolute final: readable compact project flow after all legacy overrides. */
body.is-marketing-preview .market-story-copy p:not(.landing-story-kicker),
body.is-marketing-preview .market-timeline li span {
  display: block !important;
}

body.is-marketing-preview .market-story-copy h2 {
  max-width: 11ch !important;
}

body.is-marketing-preview .market-timeline {
  position: relative !important;
  gap: 0 !important;
  padding: 22px 18px 20px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.13) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 12% 90%, rgba(20, 134, 128, 0.18), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 226, 110, 0.13), transparent 30%),
    rgba(255, 255, 255, 0.052) !important;
}

body.is-marketing-preview .market-timeline li {
  min-height: 118px !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  align-content: start !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-storyline {
    gap: 16px !important;
    padding: 18px 16px !important;
  }

  body.is-marketing-preview .market-story-copy h2 {
    max-width: 12ch !important;
    font-size: clamp(2rem, 9.4vw, 2.7rem) !important;
    line-height: 0.98 !important;
  }

  body.is-marketing-preview .market-timeline {
    grid-template-columns: 1fr !important;
    padding: 14px 14px 14px 58px !important;
  }

  body.is-marketing-preview .market-timeline::before {
    left: 34px !important;
    right: auto !important;
    top: 26px !important;
    bottom: 26px !important;
    width: 2px !important;
    height: auto !important;
    background: linear-gradient(180deg, rgba(255, 147, 69, 0.95), rgba(255, 227, 111, 0.95), rgba(36, 165, 151, 0.85)) !important;
  }

  body.is-marketing-preview .market-timeline li {
    min-height: 0 !important;
    padding: 10px 0 12px !important;
    gap: 4px !important;
  }

  body.is-marketing-preview .market-timeline li::before {
    position: absolute !important;
    left: -44px !important;
    top: 9px !important;
    width: 34px !important;
    height: 34px !important;
    font-size: 0.68rem !important;
  }

  body.is-marketing-preview .market-timeline strong {
    font-size: 0.94rem !important;
  }

  body.is-marketing-preview .market-timeline span {
    max-width: 29ch !important;
    font-size: 0.7rem !important;
    color: rgba(255, 248, 235, 0.58) !important;
    line-height: 1.32 !important;
  }
}

/* v17 true EOF: first screen polish after every legacy layer. */
body.is-marketing-preview .market-hero {
  padding: clamp(22px, 4vw, 38px) !important;
  border-radius: 26px !important;
}

body.is-marketing-preview .market-hero-copy {
  gap: 18px !important;
}

body.is-marketing-preview .market-hero-copy .landing-story-kicker {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(255, 226, 110, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(7, 10, 25, 0.72) !important;
  color: #ffe36f !important;
  font-size: clamp(0.62rem, 1.1vw, 0.76rem) !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .market-hero-copy h1 {
  max-width: 12ch !important;
  color: #fff8eb !important;
  font-size: clamp(2.65rem, 5.6vw, 5.05rem) !important;
  line-height: 0.98 !important;
}

body.is-marketing-preview .market-hero-actions {
  gap: 12px !important;
}

body.is-marketing-preview .market-hero-actions .landing-primary-cta,
body.is-marketing-preview .market-hero-actions .secondary-button {
  min-height: 54px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  font-size: 0.92rem !important;
  line-height: 1.1 !important;
}

body.is-marketing-preview .market-hero-actions .secondary-button {
  border: 1px solid rgba(255, 248, 235, 0.16) !important;
  background: rgba(255, 255, 255, 0.075) !important;
  color: #fff8eb !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-hero {
    padding: 18px 16px 20px !important;
    border-radius: 22px !important;
  }

  body.is-marketing-preview .market-hero-copy {
    gap: 14px !important;
  }

  body.is-marketing-preview .market-hero-copy .landing-story-kicker {
    padding: 6px 10px !important;
    font-size: 0.58rem !important;
    letter-spacing: 0.06em !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 11ch !important;
    font-size: clamp(2.12rem, 8.5vw, 2.9rem) !important;
    line-height: 1 !important;
  }

  body.is-marketing-preview .market-hero-actions {
    gap: 10px !important;
  }

  body.is-marketing-preview .market-hero-actions .landing-primary-cta,
  body.is-marketing-preview .market-hero-actions .secondary-button {
    min-height: 50px !important;
    padding: 0 16px !important;
    font-size: 0.84rem !important;
  }
}

/* v18 true EOF: subtle living brand in the topbar. */
body.is-marketing-preview .landing-brand {
  position: relative !important;
  overflow: visible !important;
}

body.is-marketing-preview .landing-brand-mark {
  position: relative !important;
  isolation: isolate !important;
  animation: brandMarkFloat 4.8s ease-in-out infinite !important;
}

body.is-marketing-preview .landing-brand-mark::before {
  content: "" !important;
  position: absolute !important;
  inset: -7px !important;
  z-index: -1 !important;
  border-radius: inherit !important;
  background: conic-gradient(from 120deg, rgba(255, 226, 110, 0), rgba(255, 226, 110, 0.46), rgba(178, 105, 255, 0.28), rgba(255, 226, 110, 0)) !important;
  filter: blur(8px) !important;
  opacity: 0.62 !important;
  animation: brandHaloSpin 7s linear infinite !important;
}

body.is-marketing-preview .landing-brand-mark img {
  position: relative !important;
  z-index: 1 !important;
  animation: brandIconSpark 3.8s ease-in-out infinite !important;
}

body.is-marketing-preview .landing-brand strong {
  position: relative !important;
  overflow: hidden !important;
  color: #fff8eb !important;
  text-shadow: 0 0 18px rgba(255, 226, 110, 0.12) !important;
}

body.is-marketing-preview .landing-brand strong::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(105deg, transparent 0 38%, rgba(255, 226, 110, 0.56) 48%, transparent 58% 100%) !important;
  transform: translateX(-130%) !important;
  animation: brandNameSweep 5.8s ease-in-out infinite !important;
  pointer-events: none !important;
}

body.is-marketing-preview .landing-brand span:not(.landing-brand-mark) {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: fit-content !important;
  color: rgba(255, 248, 235, 0.66) !important;
  animation: brandStatusGlow 4.4s ease-in-out infinite !important;
}

body.is-marketing-preview .landing-brand span:not(.landing-brand-mark)::before {
  content: "" !important;
  width: 6px !important;
  height: 6px !important;
  flex: 0 0 auto !important;
  border-radius: 999px !important;
  background: #ffe36f !important;
  box-shadow: 0 0 0 0 rgba(255, 226, 110, 0.42), 0 0 12px rgba(255, 226, 110, 0.7) !important;
  animation: brandPulseDot 2.2s ease-in-out infinite !important;
}

body.is-marketing-preview .landing-brand span:not(.landing-brand-mark)::after {
  content: "" !important;
  width: 4px !important;
  height: 1em !important;
  margin-left: 1px !important;
  border-radius: 999px !important;
  background: rgba(255, 226, 110, 0.72) !important;
  opacity: 0.72 !important;
  animation: brandCaretBlink 1.1s steps(2, end) infinite !important;
}

/* v19 absolute EOF: expandable objections and calmer final copy. */
body.is-marketing-preview .landing-market-infographic h1,
body.is-marketing-preview .landing-market-infographic h2,
body.is-marketing-preview .landing-market-infographic h3,
body.is-marketing-preview .landing-market-infographic strong,
body.is-marketing-preview .landing-market-infographic summary {
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

body.is-marketing-preview .landing-market-infographic h2 {
  font-size: clamp(1.95rem, 4.2vw, 3.2rem) !important;
  line-height: 1.02 !important;
}

body.is-marketing-preview .market-objection-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.is-marketing-preview .market-objection-item {
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.13) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 226, 110, 0.1), transparent 28%),
    rgba(255, 255, 255, 0.058) !important;
}

body.is-marketing-preview .market-objection-item summary {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 30px !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 72px !important;
  padding: 18px !important;
  color: #fff8eb !important;
  cursor: pointer !important;
  font-size: clamp(0.98rem, 1.8vw, 1.18rem) !important;
  font-weight: 950 !important;
  line-height: 1.14 !important;
  list-style: none !important;
}

body.is-marketing-preview .market-objection-item summary::-webkit-details-marker {
  display: none !important;
}

body.is-marketing-preview .market-objection-item summary::after {
  content: "+" !important;
  display: grid !important;
  width: 30px !important;
  height: 30px !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff9345, #ffe36f) !important;
  color: #101526 !important;
  font-family: var(--sans) !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  transition: transform 180ms ease !important;
}

body.is-marketing-preview .market-objection-item[open] summary::after {
  transform: rotate(45deg) !important;
}

body.is-marketing-preview .market-objection-item p {
  display: block !important;
  margin: -4px 18px 18px !important;
  color: rgba(255, 248, 235, 0.68) !important;
  font-size: 0.86rem !important;
  font-weight: 740 !important;
  line-height: 1.48 !important;
}

body.is-marketing-preview .market-final-cta {
  align-items: center !important;
  gap: 18px !important;
  padding: clamp(22px, 4vw, 34px) !important;
}

body.is-marketing-preview .market-final-cta h2 {
  max-width: 15ch !important;
  font-size: clamp(2.05rem, 4.8vw, 3.45rem) !important;
  line-height: 1.01 !important;
}

body.is-marketing-preview .market-final-cta p:not(.landing-story-kicker) {
  display: block !important;
  max-width: 42ch !important;
  color: rgba(255, 248, 235, 0.7) !important;
  font-size: 0.92rem !important;
  font-weight: 760 !important;
  line-height: 1.45 !important;
}

body.is-marketing-preview .market-final-cta .landing-primary-cta {
  min-height: 54px !important;
  padding: 0 24px !important;
  font-size: 0.94rem !important;
  white-space: normal !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-market-infographic h2 {
    font-size: clamp(1.75rem, 8vw, 2.45rem) !important;
  }

  body.is-marketing-preview .market-objection-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.is-marketing-preview .market-objection-item summary {
    min-height: 62px !important;
    padding: 15px !important;
    font-size: 0.96rem !important;
  }

  body.is-marketing-preview .market-objection-item p {
    margin: -2px 15px 16px !important;
    font-size: 0.8rem !important;
  }

  body.is-marketing-preview .market-final-cta {
    padding: 20px 16px !important;
  }

  body.is-marketing-preview .market-final-cta h2 {
    max-width: 13ch !important;
    font-size: clamp(1.9rem, 8.6vw, 2.55rem) !important;
  }
}

/* v20: controlled hero headline line breaks. */
body.is-marketing-preview .market-hero-copy h1 {
  max-width: min(100%, 15ch) !important;
  font-size: clamp(2.45rem, 5.2vw, 4.65rem) !important;
  line-height: 0.99!important;
}

body.is-marketing-preview .market-hero-copy h1 span {
  display: block !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(2rem, 7.7vw, 2.55rem) !important;
    line-height: 1.01 !important;
  }

  body.is-marketing-preview .market-hero-copy h1 span {
    white-space: normal !important;
  }
}

/* v21: calmer final CTA typography and spacing. */
body.is-marketing-preview .market-final-cta {
  gap: 14px !important;
  padding: clamp(20px, 3.4vw, 30px) !important;
  align-items: center !important;
}

body.is-marketing-preview .market-final-cta h2 {
  max-width: 18ch !important;
  font-size: clamp(1.8rem, 3.8vw, 2.85rem) !important;
  line-height: 1.04 !important;
}

body.is-marketing-preview .market-final-cta h2 span {
  display: block !important;
}

body.is-marketing-preview .market-final-cta p:not(.landing-story-kicker) {
  display: block !important;
  max-width: 44ch !important;
  font-size: 0.84rem !important;
  line-height: 1.42 !important;
  color: rgba(255, 248, 235, 0.68) !important;
}

body.is-marketing-preview .market-final-bobo {
  width: clamp(54px, 10vw, 82px) !important;
  margin: 0 !important;
}

body.is-marketing-preview .market-final-cta .landing-primary-cta {
  width: min(100%, 360px) !important;
  min-height: 52px !important;
  padding: 0 20px !important;
  font-size: 0.9rem !important;
  justify-self: start !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-final-cta {
    gap: 12px !important;
    padding: 18px 16px 20px !important;
  }

  body.is-marketing-preview .market-final-cta h2 {
    max-width: 16ch !important;
    font-size: clamp(1.62rem, 7.1vw, 2.12rem) !important;
    line-height: 1.05 !important;
  }

  body.is-marketing-preview .market-final-cta p:not(.landing-story-kicker) {
    max-width: 35ch !important;
    font-size: 0.78rem !important;
  }

  body.is-marketing-preview .market-final-bobo {
    width: 58px !important;
  }

  body.is-marketing-preview .market-final-cta .landing-primary-cta {
    width: 100% !important;
    min-height: 50px !important;
    font-size: 0.84rem !important;
  }
}

/* v22: PLN rates and one-line source labels. */
body.is-marketing-preview .market-fact-strip article .market-fact-source {
  display: block !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  color: rgba(255, 248, 235, 0.5) !important;
  font-size: 0.6rem !important;
  font-weight: 780 !important;
  line-height: 1.15 !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-fact-strip article .market-fact-source {
    font-size: 0.58rem !important;
  }
}

/* v24: denser, more legible final conversion card. */
body.is-marketing-preview .market-final-cta {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 16px 18px !important;
  align-items: end !important;
  padding: clamp(20px, 3.2vw, 30px) !important;
  overflow: hidden !important;
}

body.is-marketing-preview .market-final-cta > div {
  display: grid !important;
  gap: 10px !important;
  min-width: 0 !important;
  max-width: none !important;
}

body.is-marketing-preview .market-final-cta h2 {
  max-width: 20ch !important;
  font-size: clamp(1.72rem, 3.45vw, 2.55rem) !important;
  line-height: 1.06 !important;
}

body.is-marketing-preview .market-final-cta h2 span {
  display: inline !important;
}

body.is-marketing-preview .market-final-cta p:not(.landing-story-kicker) {
  display: block !important;
  max-width: 58ch !important;
  font-size: 0.82rem !important;
  line-height: 1.42 !important;
}

body.is-marketing-preview .market-final-proofline {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 2px !important;
}

body.is-marketing-preview .market-final-proofline span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 0 11px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: rgba(255, 248, 235, 0.78) !important;
  font-size: 0.68rem !important;
  font-weight: 880 !important;
  line-height: 1 !important;
}

body.is-marketing-preview .market-final-bobo {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
  width: clamp(58px, 8vw, 86px) !important;
  opacity: 0.95 !important;
}

body.is-marketing-preview .market-final-cta .landing-primary-cta {
  grid-column: 1 / -1 !important;
  width: min(100%, 340px) !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  font-size: 0.86rem !important;
  justify-self: start !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-final-cta {
    grid-template-columns: minmax(0, 1fr) 62px !important;
    gap: 10px 12px !important;
    padding: 17px 16px 18px !important;
  }

  body.is-marketing-preview .market-final-cta h2 {
    max-width: 19ch !important;
    font-size: clamp(1.45rem, 6.4vw, 1.86rem) !important;
    line-height: 1.08 !important;
  }

  body.is-marketing-preview .market-final-cta p:not(.landing-story-kicker) {
    max-width: 100% !important;
    font-size: 0.74rem !important;
    line-height: 1.38 !important;
  }

  body.is-marketing-preview .market-final-proofline {
    gap: 6px !important;
  }

  body.is-marketing-preview .market-final-proofline span {
    min-height: 27px !important;
    padding: 0 9px !important;
    font-size: 0.62rem !important;
  }

  body.is-marketing-preview .market-final-bobo {
    width: 56px !important;
    align-self: start !important;
    margin-top: 22px !important;
  }

  body.is-marketing-preview .market-final-cta .landing-primary-cta {
    width: 100% !important;
    min-height: 48px !important;
    font-size: 0.82rem !important;
  }
}

/* v39: market wow headline explains the offer instead of shouting one-word lines. */
body.is-marketing-preview .market-wow-copy {
  max-width: 420px !important;
  gap: 12px !important;
}

body.is-marketing-preview .market-wow-copy h2 {
  max-width: 17ch !important;
  font-size: clamp(2rem, 4.2vw, 3.35rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-wow-copy p:not(.landing-story-kicker) {
  max-width: 34ch !important;
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.72) !important;
  font-size: 0.86rem !important;
  font-weight: 560 !important;
  line-height: 1.42 !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-wow-copy h2 {
    max-width: 15.5ch !important;
    font-size: clamp(1.58rem, 7.2vw, 2.15rem) !important;
    line-height: 1.08 !important;
  }

  body.is-marketing-preview .market-wow-copy p:not(.landing-story-kicker) {
    max-width: 31ch !important;
    font-size: 0.76rem !important;
  }
}

/* v40: market cost cards explain what the price covers and use small coding scenes. */
body.is-marketing-preview .market-fact-strip {
  gap: 12px !important;
}

body.is-marketing-preview .market-fact-strip .market-fact-card {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(180px, 0.72fr) !important;
  align-items: center !important;
  gap: 18px !important;
  min-height: 124px !important;
  padding: 18px 20px !important;
  overflow: hidden !important;
}

body.is-marketing-preview .market-fact-copy {
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
}

body.is-marketing-preview .market-fact-detail {
  display: grid !important;
  gap: 7px !important;
  min-height: 78px !important;
  padding: 14px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 226, 110, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.055) !important;
}

body.is-marketing-preview .market-fact-detail b {
  color: #ffdf6b !important;
  font-size: 0.64rem !important;
  font-weight: 920 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .market-fact-detail p {
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.72) !important;
  font-size: 0.72rem !important;
  font-weight: 560 !important;
  line-height: 1.36 !important;
}

body.is-marketing-preview .market-coder-scene {
  position: relative !important;
  min-height: 86px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 18% 86%, rgba(37, 205, 185, 0.15), transparent 34%) !important;
}

body.is-marketing-preview .market-coder-scene.is-solo .coder-head {
  position: absolute !important;
  left: 34px !important;
  top: 19px !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff9848, #ffe06a) !important;
  animation: soloCoderNod 1.8s ease-in-out infinite !important;
}

body.is-marketing-preview .market-coder-scene.is-solo .coder-body {
  position: absolute !important;
  left: 29px !important;
  top: 44px !important;
  width: 36px !important;
  height: 24px !important;
  border-radius: 14px 14px 8px 8px !important;
  background: rgba(255, 248, 235, 0.16) !important;
}

body.is-marketing-preview .market-coder-scene.is-solo .coder-laptop {
  position: absolute !important;
  left: 74px !important;
  top: 42px !important;
  width: 58px !important;
  height: 34px !important;
  border-radius: 7px !important;
  background: #080d1d !important;
  border: 1px solid rgba(255, 226, 110, 0.2) !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22) !important;
}

body.is-marketing-preview .market-coder-scene.is-solo .code-line {
  position: absolute !important;
  left: 84px !important;
  width: 36px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ff9848, #ffe06a, #25cdb9) !important;
  animation: codeBlink 1.4s ease-in-out infinite !important;
}

body.is-marketing-preview .market-coder-scene.is-solo .code-line:nth-of-type(4) { top: 51px !important; animation-delay: 0s !important; }
body.is-marketing-preview .market-coder-scene.is-solo .code-line:nth-of-type(5) { top: 60px !important; width: 24px !important; animation-delay: 0.18s !important; }
body.is-marketing-preview .market-coder-scene.is-solo .code-line:nth-of-type(6) { top: 69px !important; width: 42px !important; animation-delay: 0.36s !important; }

body.is-marketing-preview .market-coder-scene.is-team {
  display: grid !important;
  grid-template-columns: repeat(3, 34px) minmax(48px, 1fr) !important;
  align-items: end !important;
  gap: 8px !important;
  padding: 14px !important;
}

body.is-marketing-preview .market-coder-scene .team-coder {
  position: relative !important;
  display: grid !important;
  justify-items: center !important;
  gap: 5px !important;
  animation: teamCoderMove 2.1s ease-in-out infinite !important;
}

body.is-marketing-preview .market-coder-scene .team-coder:nth-child(2) { animation-delay: 0.2s !important; }
body.is-marketing-preview .market-coder-scene .team-coder:nth-child(3) { animation-delay: 0.4s !important; }

body.is-marketing-preview .market-coder-scene .team-coder i {
  width: 19px !important;
  height: 19px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff9848, #ffe06a) !important;
}

body.is-marketing-preview .market-coder-scene .team-coder b {
  width: 30px !important;
  height: 25px !important;
  border-radius: 12px 12px 7px 7px !important;
  background: rgba(255, 248, 235, 0.14) !important;
}

body.is-marketing-preview .market-coder-scene .team-board {
  position: absolute !important;
  right: 16px !important;
  top: 14px !important;
  width: 62px !important;
  height: 38px !important;
  border-radius: 10px !important;
  background: rgba(8, 13, 29, 0.86) !important;
  border: 1px solid rgba(255, 226, 110, 0.18) !important;
}

body.is-marketing-preview .market-coder-scene .team-code {
  position: absolute !important;
  right: 27px !important;
  top: 28px !important;
  width: 40px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ff9848, #ffe06a, #25cdb9) !important;
  animation: codeBlink 1.2s ease-in-out infinite !important;
}

@keyframes soloCoderNod {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(3px); }
}

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

@keyframes codeBlink {
  0%, 100% { opacity: 0.42; transform: scaleX(0.72); transform-origin: left; }
  50% { opacity: 1; transform: scaleX(1); transform-origin: left; }
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-fact-strip .market-fact-card {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 16px !important;
  }

  body.is-marketing-preview .market-fact-detail,
  body.is-marketing-preview .market-coder-scene {
    min-height: 78px !important;
  }
}

/* v41: useful interactive choice cards aligned with the ready-website offer. */
body.is-marketing-preview .market-choice-map {
  grid-template-columns: minmax(250px, 0.43fr) minmax(0, 1fr) !important;
  gap: clamp(18px, 3vw, 34px) !important;
  align-items: stretch !important;
}

body.is-marketing-preview .market-choice-intro {
  align-self: center !important;
}

body.is-marketing-preview .market-choice-intro h2 {
  max-width: 13ch !important;
  font-size: clamp(2.05rem, 4.4vw, 3.45rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-choice-intro p:not(.landing-story-kicker) {
  max-width: 36ch !important;
  color: rgba(255, 248, 235, 0.7) !important;
  font-size: 0.84rem !important;
  font-weight: 520 !important;
  line-height: 1.45 !important;
}

body.is-marketing-preview .market-choice-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(92px, 0.26fr) minmax(0, 0.42fr) minmax(180px, 0.5fr) !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 116px !important;
  padding: 16px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.045) !important;
  overflow: hidden !important;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 226, 110, 0.26) !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card::before {
  content: "" !important;
  position: absolute !important;
  right: 18px !important;
  top: 18px !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 20px !important;
  opacity: 0.16 !important;
  background: linear-gradient(135deg, #ff9848, #ffe06a) !important;
  transform: rotate(10deg) !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card span {
  width: max-content !important;
  padding: 8px 11px !important;
  background: rgba(255, 248, 235, 0.1) !important;
  font-size: 0.64rem !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card strong {
  font-family: var(--serif) !important;
  font-size: clamp(1.12rem, 2vw, 1.42rem) !important;
  line-height: 1.08 !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card > p {
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.68) !important;
  font-size: 0.74rem !important;
  font-weight: 540 !important;
  line-height: 1.36 !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card details {
  position: relative !important;
  z-index: 1 !important;
  border: 1px solid rgba(255, 248, 235, 0.11) !important;
  border-radius: 16px !important;
  background: rgba(0, 0, 0, 0.16) !important;
  overflow: hidden !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card summary {
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding: 0 12px !important;
  color: #ffdf6b !important;
  cursor: pointer !important;
  font-size: 0.68rem !important;
  font-weight: 820 !important;
  list-style: none !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card summary::-webkit-details-marker {
  display: none !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card summary::after {
  content: "+" !important;
  display: grid !important;
  place-items: center !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: rgba(255, 226, 110, 0.14) !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card details[open] summary::after {
  content: "-" !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card details p {
  margin: 0 !important;
  padding: 0 12px 12px !important;
  color: rgba(255, 248, 235, 0.68) !important;
  font-size: 0.68rem !important;
  font-weight: 480 !important;
  line-height: 1.38 !important;
}

body.is-marketing-preview .market-choice-grid .is-bobo-choice {
  border-color: rgba(255, 226, 110, 0.34) !important;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 226, 110, 0.22), transparent 28%),
    radial-gradient(circle at 5% 90%, rgba(37, 205, 185, 0.16), transparent 32%),
    rgba(255, 255, 255, 0.075) !important;
}

body.is-marketing-preview .market-choice-grid .is-bobo-choice span {
  background: linear-gradient(135deg, #ff9848, #ffe06a) !important;
  color: #111625 !important;
}

@media (max-width: 920px) {
  body.is-marketing-preview .market-choice-map {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .market-choice-intro h2 {
    max-width: 18ch !important;
  }
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-choice-grid .market-choice-card {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    min-height: 0 !important;
  }
}

/* v42: finish market cost cards - visible explanations and intentional mini scenes. */
body.is-marketing-preview .market-fact-strip {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

body.is-marketing-preview .market-fact-strip article.market-fact-card {
  display: grid !important;
  grid-template-columns: minmax(170px, 0.58fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 132px !important;
  padding: 18px !important;
}

body.is-marketing-preview .market-fact-strip article.market-fact-card p,
body.is-marketing-preview .market-fact-strip article.market-fact-card .market-fact-source,
body.is-marketing-preview .market-fact-strip article.market-fact-card .market-fact-detail p {
  display: block !important;
}

body.is-marketing-preview .market-fact-strip article.market-fact-card .market-fact-source {
  max-width: 32ch !important;
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.46) !important;
  font-size: 0.62rem !important;
  font-weight: 620 !important;
  line-height: 1.25 !important;
}

body.is-marketing-preview .market-fact-detail {
  min-height: 88px !important;
  align-content: center !important;
  padding: 15px 16px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 90% 10%, rgba(255, 226, 110, 0.16), transparent 32%) !important;
}

body.is-marketing-preview .market-fact-detail b {
  display: inline-flex !important;
  width: max-content !important;
  padding: 5px 8px !important;
  border-radius: 999px !important;
  background: rgba(255, 226, 110, 0.12) !important;
}

body.is-marketing-preview .market-fact-strip article.market-fact-card .market-fact-detail p {
  max-width: 42ch !important;
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.76) !important;
  font-size: 0.74rem !important;
  font-weight: 520 !important;
  line-height: 1.38 !important;
}

body.is-marketing-preview .market-coder-scene {
  min-height: 96px !important;
  overflow: hidden !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 14% 82%, rgba(37, 205, 185, 0.18), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(255, 226, 110, 0.12), transparent 30%) !important;
}

body.is-marketing-preview .market-coder-scene::after {
  position: absolute !important;
  right: 13px !important;
  bottom: 11px !important;
  display: inline-flex !important;
  min-height: 24px !important;
  align-items: center !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  background: rgba(8, 13, 29, 0.72) !important;
  color: rgba(255, 248, 235, 0.68) !important;
  font-size: 0.56rem !important;
  font-weight: 720 !important;
}

body.is-marketing-preview .market-coder-scene.is-solo::after {
  content: "1 osoba + godziny" !important;
}

body.is-marketing-preview .market-coder-scene.is-team::after {
  content: "zespół + proces" !important;
}

body.is-marketing-preview .market-coder-scene.is-solo .coder-head {
  left: 28px !important;
  top: 28px !important;
}

body.is-marketing-preview .market-coder-scene.is-solo .coder-body {
  left: 22px !important;
  top: 53px !important;
}

body.is-marketing-preview .market-coder-scene.is-solo .coder-laptop {
  left: 82px !important;
  top: 29px !important;
  width: 82px !important;
  height: 52px !important;
  border-radius: 12px !important;
}

body.is-marketing-preview .market-coder-scene.is-solo .coder-laptop::after {
  content: "" !important;
  position: absolute !important;
  left: 14px !important;
  right: 14px !important;
  bottom: -8px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: rgba(255, 248, 235, 0.16) !important;
}

body.is-marketing-preview .market-coder-scene.is-solo .code-line {
  left: 95px !important;
  height: 4px !important;
}

body.is-marketing-preview .market-coder-scene.is-solo .code-line:nth-of-type(4) { top: 43px !important; width: 46px !important; }
body.is-marketing-preview .market-coder-scene.is-solo .code-line:nth-of-type(5) { top: 55px !important; width: 32px !important; }
body.is-marketing-preview .market-coder-scene.is-solo .code-line:nth-of-type(6) { top: 67px !important; width: 52px !important; }

body.is-marketing-preview .market-coder-scene.is-team {
  grid-template-columns: repeat(3, 38px) minmax(70px, 1fr) !important;
  align-items: center !important;
  padding: 18px !important;
}

body.is-marketing-preview .market-coder-scene .team-coder i {
  width: 22px !important;
  height: 22px !important;
}

body.is-marketing-preview .market-coder-scene .team-coder b {
  width: 34px !important;
  height: 29px !important;
}

body.is-marketing-preview .market-coder-scene .team-board {
  right: 18px !important;
  top: 20px !important;
  width: 82px !important;
  height: 46px !important;
  border-radius: 13px !important;
}

body.is-marketing-preview .market-coder-scene .team-board::before,
body.is-marketing-preview .market-coder-scene .team-board::after {
  content: "" !important;
  position: absolute !important;
  left: 13px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: rgba(255, 248, 235, 0.22) !important;
}

body.is-marketing-preview .market-coder-scene .team-board::before {
  top: 13px !important;
  width: 44px !important;
}

body.is-marketing-preview .market-coder-scene .team-board::after {
  top: 25px !important;
  width: 30px !important;
}

body.is-marketing-preview .market-coder-scene .team-code {
  right: 30px !important;
  top: 36px !important;
  width: 48px !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-fact-strip article.market-fact-card {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    min-height: 0 !important;
  }

  body.is-marketing-preview .market-fact-detail,
  body.is-marketing-preview .market-coder-scene {
    min-height: 96px !important;
  }
}

/* v25: Bobo offer chat module inside final CTA. */
body.is-marketing-preview .market-final-cta {
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.78fr) !important;
  align-items: stretch !important;
}

body.is-marketing-preview .market-final-cta > div {
  align-self: center !important;
}

body.is-marketing-preview .market-final-cta .landing-primary-cta {
  grid-column: 1 !important;
  grid-row: 2 !important;
  width: min(100%, 430px) !important;
  justify-self: start !important;
}

body.is-marketing-preview .market-bobo-chat {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  display: grid !important;
  grid-template-rows: auto minmax(120px, 1fr) auto auto !important;
  min-height: 300px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.14) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 38%),
    radial-gradient(circle at 88% 0%, rgba(255, 226, 110, 0.16), transparent 28%),
    rgba(5, 8, 20, 0.58) !important;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.26) !important;
}

body.is-marketing-preview .market-bobo-chat-head {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 12px !important;
  border-bottom: 1px solid rgba(255, 248, 235, 0.1) !important;
}

body.is-marketing-preview .market-bobo-chat-head img {
  width: 42px !important;
  height: 42px !important;
  border-radius: 14px !important;
  box-shadow: 0 0 22px rgba(255, 226, 110, 0.22) !important;
  animation: boboChatPulse 3.8s ease-in-out infinite !important;
}

body.is-marketing-preview .market-bobo-chat-head strong,
body.is-marketing-preview .market-bobo-chat-head span {
  display: block !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-bobo-chat-head strong {
  color: #fff8eb !important;
  font-size: 0.95rem !important;
  line-height: 1.1 !important;
}

body.is-marketing-preview .market-bobo-chat-head span {
  color: rgba(255, 248, 235, 0.56) !important;
  font-size: 0.66rem !important;
  font-weight: 780 !important;
  line-height: 1.2 !important;
}

body.is-marketing-preview .market-bobo-chat-head .market-bobo-chat-status {
  margin-left: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  min-height: 24px !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  background: rgba(90, 255, 170, 0.11) !important;
  color: rgba(214, 255, 233, 0.9) !important;
  font-size: 0.56rem !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .market-bobo-chat-head .market-bobo-chat-status::before {
  content: "" !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: #64f7a4 !important;
  box-shadow: 0 0 12px rgba(100, 247, 164, 0.75) !important;
}

body.is-marketing-preview .market-bobo-chat-messages {
  display: grid !important;
  align-content: start !important;
  gap: 8px !important;
  max-height: 190px !important;
  overflow-y: auto !important;
  padding: 12px !important;
  scrollbar-width: thin !important;
}

body.is-marketing-preview .market-bobo-chat-messages p {
  display: block !important;
  max-width: 92% !important;
  margin: 0 !important;
  padding: 9px 10px !important;
  border-radius: 14px !important;
  font-size: 0.72rem !important;
  font-weight: 760 !important;
  line-height: 1.38 !important;
}

body.is-marketing-preview .market-bobo-chat-messages p:last-child {
  animation: boboChatMessageIn 240ms ease-out both !important;
}

body.is-marketing-preview .market-bobo-chat-messages .is-bobo {
  justify-self: start !important;
  border: 1px solid rgba(255, 248, 235, 0.11) !important;
  background: rgba(255, 255, 255, 0.075) !important;
  color: rgba(255, 248, 235, 0.78) !important;
}

body.is-marketing-preview .market-bobo-chat-messages .is-user {
  justify-self: end !important;
  background: linear-gradient(135deg, #ff9345, #ffe36f) !important;
  color: #101526 !important;
}

body.is-marketing-preview .market-bobo-chat-prompts {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  padding: 0 12px 10px !important;
}

body.is-marketing-preview .market-bobo-chat-prompts button {
  min-height: 28px !important;
  border: 1px solid rgba(255, 248, 235, 0.13) !important;
  border-radius: 999px !important;
  padding: 0 9px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: rgba(255, 248, 235, 0.78) !important;
  cursor: pointer !important;
  font-size: 0.62rem !important;
  font-weight: 850 !important;
}

body.is-marketing-preview .market-bobo-chat-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 7px !important;
  padding: 10px 12px 12px !important;
  border-top: 1px solid rgba(255, 248, 235, 0.1) !important;
}

body.is-marketing-preview .market-bobo-chat-form input {
  min-width: 0 !important;
  height: 38px !important;
  border: 1px solid rgba(255, 248, 235, 0.14) !important;
  border-radius: 12px !important;
  padding: 0 10px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff8eb !important;
  font-size: 0.72rem !important;
  outline: none !important;
}

body.is-marketing-preview .market-bobo-chat-form input::placeholder {
  color: rgba(255, 248, 235, 0.42) !important;
}

body.is-marketing-preview .market-bobo-chat-form button {
  height: 38px !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 0 11px !important;
  background: linear-gradient(135deg, #ff9345, #ffe36f) !important;
  color: #101526 !important;
  cursor: pointer !important;
  font-size: 0.68rem !important;
  font-weight: 950 !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-final-cta {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .market-final-cta .landing-primary-cta {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
  }

  body.is-marketing-preview .market-bobo-chat {
    grid-column: 1 !important;
    grid-row: auto !important;
    min-height: 280px !important;
  }

  body.is-marketing-preview .market-bobo-chat-messages {
    max-height: 150px !important;
  }
}

@keyframes boboChatPulse {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
    filter: saturate(1);
  }
  50% {
    transform: translateY(-3px) rotate(1deg);
    filter: saturate(1.18);
  }
}

@keyframes boboChatMessageIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* v26: slideshow caption cleanup - chip is industry, title is example brand. */
body.is-marketing-preview .market-slide.is-clinic div::after {
  content: "Luma Clinic" !important;
}

body.is-marketing-preview .market-slide.is-beauty div::after {
  content: "Atelier Blask" !important;
}

body.is-marketing-preview .market-slide.is-law div::after {
  content: "Lex Nova" !important;
}

body.is-marketing-preview .market-slide.is-restaurant div::after {
  content: "Stół Nocą" !important;
}

body.is-marketing-preview .market-slide.is-physio div::after {
  content: "Ruch Lab" !important;
}

/* v27: final CTA chat fix - no visible a11y label, clean form, split headline. */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.is-marketing-preview .market-final-cta h2 {
  max-width: 13.5ch !important;
  font-size: clamp(1.78rem, 3.45vw, 2.72rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-final-cta h2 span {
  display: block !important;
}

body.is-marketing-preview .market-bobo-chat-form {
  grid-template-columns: minmax(0, 1fr) 86px !important;
  align-items: center !important;
}

body.is-marketing-preview .market-bobo-chat-form input,
body.is-marketing-preview .market-bobo-chat-form button {
  width: 100% !important;
}

body.is-marketing-preview .market-bobo-chat-form button {
  padding: 0 8px !important;
}

body.is-marketing-preview .market-slide.is-restaurant div::after {
  content: "St\00F3\0142 Noc\0105" !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-final-cta h2 {
    max-width: 14.5ch !important;
    font-size: clamp(1.62rem, 7vw, 2.08rem) !important;
  }

  body.is-marketing-preview .market-bobo-chat {
    min-height: 0 !important;
  }

  body.is-marketing-preview .market-bobo-chat-form {
    grid-template-columns: minmax(0, 1fr) 84px !important;
    padding: 10px 12px 12px !important;
  }
}

/* v28: smarter Bobo chat - lighter copy, more topics, cleaner consultant UI. */
body.is-marketing-preview .market-bobo-chat {
  border-color: rgba(255, 248, 235, 0.18) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 42%),
    radial-gradient(circle at 12% 100%, rgba(37, 205, 185, 0.13), transparent 34%),
    radial-gradient(circle at 92% 4%, rgba(255, 210, 96, 0.16), transparent 30%),
    rgba(7, 10, 24, 0.78) !important;
}

body.is-marketing-preview .market-bobo-chat-head {
  padding: 12px 14px !important;
  background: rgba(255, 255, 255, 0.025) !important;
}

body.is-marketing-preview .market-bobo-chat-head strong {
  font-family: var(--sans) !important;
  font-size: 0.9rem !important;
  font-weight: 760 !important;
}

body.is-marketing-preview .market-bobo-chat-head span:not(.market-bobo-chat-status) {
  font-size: 0.63rem !important;
  font-weight: 560 !important;
  color: rgba(255, 248, 235, 0.58) !important;
}

body.is-marketing-preview .market-bobo-chat-messages {
  max-height: 218px !important;
  padding: 12px 14px !important;
  gap: 9px !important;
  background:
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.025)) !important;
}

body.is-marketing-preview .market-bobo-chat-messages p {
  max-width: 95% !important;
  padding: 10px 11px !important;
  border-radius: 15px !important;
  font-family: var(--sans) !important;
  font-size: 0.72rem !important;
  font-weight: 520 !important;
  line-height: 1.48 !important;
}

body.is-marketing-preview .market-bobo-chat-messages .is-bobo {
  background: rgba(255, 255, 255, 0.065) !important;
  color: rgba(255, 248, 235, 0.82) !important;
}

body.is-marketing-preview .market-bobo-chat-messages .is-user {
  background: linear-gradient(135deg, #ff9a4a, #ffe06a) !important;
  color: #171828 !important;
  font-weight: 640 !important;
}

body.is-marketing-preview .market-bobo-chat-prompts {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 7px !important;
  overflow-x: auto !important;
  padding: 0 14px 11px !important;
  scrollbar-width: thin !important;
}

body.is-marketing-preview .market-bobo-chat-prompts button {
  flex: 0 0 auto !important;
  min-height: 30px !important;
  border-color: rgba(255, 248, 235, 0.16) !important;
  padding: 0 10px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: rgba(255, 248, 235, 0.78) !important;
  font-size: 0.61rem !important;
  font-weight: 640 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-bobo-chat-prompts button:hover {
  border-color: rgba(255, 226, 110, 0.42) !important;
  background: rgba(255, 226, 110, 0.1) !important;
  color: #fff8eb !important;
}

body.is-marketing-preview .market-bobo-chat-form {
  grid-template-columns: minmax(0, 1fr) 80px !important;
  gap: 8px !important;
  padding: 11px 14px 14px !important;
  background: rgba(0, 0, 0, 0.13) !important;
}

body.is-marketing-preview .market-bobo-chat-form input {
  height: 42px !important;
  border-radius: 14px !important;
  font-size: 0.72rem !important;
  font-weight: 520 !important;
}

body.is-marketing-preview .market-bobo-chat-form button {
  height: 42px !important;
  border-radius: 14px !important;
  font-size: 0.68rem !important;
  font-weight: 760 !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-bobo-chat-messages {
    max-height: 230px !important;
  }

  body.is-marketing-preview .market-bobo-chat-prompts {
    padding-bottom: 10px !important;
  }
}

/* v29: sales chat flow - industry pills, expert replies and in-chat CTA. */
body.is-marketing-preview .market-bobo-chat {
  grid-template-rows: auto minmax(150px, 1fr) auto auto !important;
}

body.is-marketing-preview .market-bobo-chat-messages {
  max-height: 244px !important;
}

body.is-marketing-preview .market-bobo-chat-prompts {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 7px !important;
  overflow: visible !important;
  padding: 0 14px 12px !important;
  scrollbar-width: none !important;
}

body.is-marketing-preview .market-bobo-chat-prompts::-webkit-scrollbar {
  display: none !important;
}

body.is-marketing-preview .market-bobo-chat-prompts button {
  min-width: 0 !important;
  width: 100% !important;
  min-height: 31px !important;
  justify-content: center !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  padding: 0 7px !important;
  font-size: 0.56rem !important;
}

body.is-marketing-preview .market-bobo-chat-messages .is-cta {
  display: grid !important;
  gap: 9px !important;
  max-width: 100% !important;
  border-color: rgba(255, 226, 110, 0.32) !important;
  background:
    linear-gradient(135deg, rgba(255, 154, 74, 0.18), rgba(255, 224, 106, 0.1)),
    rgba(255, 255, 255, 0.07) !important;
}

body.is-marketing-preview .market-bobo-chat-messages .is-cta span {
  color: rgba(255, 248, 235, 0.9) !important;
  font-weight: 620 !important;
}

body.is-marketing-preview .market-bobo-chat-messages .is-cta button {
  min-height: 36px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #ff9848, #ffe06a) !important;
  color: #141522 !important;
  cursor: pointer !important;
  font-size: 0.68rem !important;
  font-weight: 820 !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-bobo-chat-prompts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.is-marketing-preview .market-bobo-chat-prompts button {
    font-size: 0.6rem !important;
  }
}

/* v30: livelier sales chat with popular industries only. */
body.is-marketing-preview .market-bobo-chat {
  position: relative !important;
}

body.is-marketing-preview .market-bobo-chat::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 226, 110, 0.12), transparent 18%),
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.055) 42%, transparent 58%) !important;
  opacity: 0.72 !important;
  animation: boboChatSheen 7s ease-in-out infinite !important;
}

body.is-marketing-preview .market-bobo-chat > * {
  position: relative !important;
  z-index: 1 !important;
}

body.is-marketing-preview .market-bobo-chat-head img {
  animation: boboChatPulse 3.8s ease-in-out infinite, boboAvatarGlow 4.6s ease-in-out infinite !important;
}

body.is-marketing-preview .market-bobo-chat-head .market-bobo-chat-status {
  animation: boboOnlineBreath 2.8s ease-in-out infinite !important;
}

body.is-marketing-preview .market-bobo-chat-messages p {
  font-family: var(--sans) !important;
  font-size: 0.72rem !important;
  font-weight: 430 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-bobo-chat-messages .is-bobo {
  font-weight: 430 !important;
}

body.is-marketing-preview .market-bobo-chat-messages .is-user {
  font-weight: 560 !important;
}

body.is-marketing-preview .market-bobo-chat-prompts {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  padding: 0 14px 12px !important;
}

body.is-marketing-preview .market-bobo-chat-prompts button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  min-height: 36px !important;
  border-radius: 14px !important;
  padding: 0 11px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)) !important;
  font-size: 0.62rem !important;
  font-weight: 560 !important;
  text-align: left !important;
}

body.is-marketing-preview .market-bobo-chat-prompts button span {
  display: inline-grid !important;
  place-items: center !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  border-radius: 7px !important;
  background: linear-gradient(135deg, #ff9848, #ffe06a) !important;
  color: #151727 !important;
  font-size: 0.68rem !important;
  font-weight: 860 !important;
  line-height: 1 !important;
}

body.is-marketing-preview .market-bobo-chat-prompts button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
}

body.is-marketing-preview .market-bobo-chat-form input {
  font-weight: 430 !important;
}

@keyframes boboChatSheen {
  0%, 100% {
    opacity: 0.48;
    transform: translateX(-8%);
  }
  50% {
    opacity: 0.86;
    transform: translateX(8%);
  }
}

@keyframes boboAvatarGlow {
  0%, 100% {
    box-shadow: 0 0 18px rgba(255, 226, 110, 0.18), 0 0 0 rgba(37, 205, 185, 0);
  }
  50% {
    box-shadow: 0 0 28px rgba(255, 226, 110, 0.34), 0 0 34px rgba(37, 205, 185, 0.16);
  }
}

@keyframes boboOnlineBreath {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.22);
  }
}

/* v31: normal guided chat, no preset buttons, natural expansion. */
body.is-marketing-preview .market-bobo-chat {
  grid-template-rows: auto auto auto !important;
}

body.is-marketing-preview .market-bobo-chat-prompts {
  display: none !important;
}

body.is-marketing-preview .market-bobo-chat-messages {
  max-height: none !important;
  overflow: visible !important;
  padding: 13px 14px 14px !important;
}

body.is-marketing-preview .market-bobo-chat-messages p {
  animation: boboChatMessageIn 240ms ease-out both !important;
}

body.is-marketing-preview .market-bobo-chat-messages .is-bobo {
  border-color: rgba(255, 248, 235, 0.12) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.045)) !important;
}

body.is-marketing-preview .market-bobo-chat-messages .is-typing {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  width: max-content !important;
  min-width: 54px !important;
  padding: 11px 13px !important;
}

body.is-marketing-preview .market-bobo-chat-messages .is-typing span {
  width: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: rgba(255, 226, 110, 0.82) !important;
  animation: boboTypingDot 1s ease-in-out infinite !important;
}

body.is-marketing-preview .market-bobo-chat-messages .is-typing span:nth-child(2) {
  animation-delay: 0.12s !important;
}

body.is-marketing-preview .market-bobo-chat-messages .is-typing span:nth-child(3) {
  animation-delay: 0.24s !important;
}

body.is-marketing-preview .market-bobo-chat-form {
  border-top: 1px solid rgba(255, 248, 235, 0.11) !important;
}

@keyframes boboTypingDot {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.42;
  }
  50% {
    transform: translateY(-3px);
    opacity: 1;
  }
}

/* v32: auth modal aligned with dark premium Bobo branding. */
body.is-marketing-preview .auth-modal-backdrop {
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(37, 205, 185, 0.18), transparent 28%),
    radial-gradient(circle at 80% 12%, rgba(255, 226, 110, 0.19), transparent 26%),
    rgba(2, 5, 16, 0.74) !important;
  backdrop-filter: blur(18px) saturate(1.12) !important;
}

body.is-marketing-preview .auth-modal {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.62fr) !important;
  gap: 12px 16px !important;
  width: min(820px, calc(100vw - 28px)) !important;
  max-height: min(92vh, 760px) !important;
  overflow-y: auto !important;
  padding: 22px !important;
  border: 1px solid rgba(255, 248, 235, 0.14) !important;
  border-radius: 28px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), transparent 36%),
    radial-gradient(circle at 92% 6%, rgba(255, 226, 110, 0.18), transparent 30%),
    radial-gradient(circle at 10% 100%, rgba(37, 205, 185, 0.16), transparent 34%),
    #070b1a !important;
  color: #fff8eb !important;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

body.is-marketing-preview .auth-modal::before {
  inset: 10px !important;
  border: 1px solid rgba(255, 226, 110, 0.1) !important;
  border-radius: 22px !important;
}

body.is-marketing-preview .auth-modal::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 24px 0 24px !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(255, 226, 110, 0.46), rgba(37, 205, 185, 0.36), transparent) !important;
}

body.is-marketing-preview .auth-modal-header,
body.is-marketing-preview .auth-value-strip,
body.is-marketing-preview .auth-mode-toggle,
body.is-marketing-preview .auth-form {
  grid-column: 1 !important;
}

body.is-marketing-preview .auth-modal-header {
  padding: 0 84px 0 0 !important;
}

body.is-marketing-preview .auth-modal-header .eyebrow {
  color: #ffdf6b !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.12em !important;
}

body.is-marketing-preview .auth-modal-header h2 {
  max-width: 16ch !important;
  color: #fff8eb !important;
  font-size: clamp(1.75rem, 3.1vw, 2.42rem) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .auth-modal-header p:not(.eyebrow) {
  max-width: 43ch !important;
  color: rgba(255, 248, 235, 0.72) !important;
  font-size: 0.82rem !important;
  font-weight: 520 !important;
  line-height: 1.38 !important;
}

body.is-marketing-preview #auth-modal-close {
  top: 18px !important;
  right: 18px !important;
  min-height: 38px !important;
  border: 1px solid rgba(255, 248, 235, 0.14) !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: rgba(255, 248, 235, 0.86) !important;
  box-shadow: none !important;
}

body.is-marketing-preview .auth-value-strip {
  gap: 8px !important;
}

body.is-marketing-preview .auth-value-strip span {
  min-height: 58px !important;
  padding: 10px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: #fff8eb !important;
}

body.is-marketing-preview .auth-value-strip strong {
  color: #ffdf6b !important;
  font-family: var(--serif) !important;
  font-size: 1.08rem !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .auth-value-strip small {
  color: rgba(255, 248, 235, 0.54) !important;
  font-size: 0.58rem !important;
  font-weight: 620 !important;
  line-height: 1.15 !important;
}

body.is-marketing-preview .auth-studio-card {
  grid-column: 2 !important;
  grid-row: 1 / span 4 !important;
  align-self: stretch !important;
  display: grid !important;
  align-content: start !important;
  gap: 14px !important;
  min-height: 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(255, 248, 235, 0.13) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 64% 8%, rgba(255, 226, 110, 0.17), transparent 28%),
    rgba(255, 255, 255, 0.055) !important;
}

body.is-marketing-preview .auth-studio-card img {
  width: 62px !important;
  height: 62px !important;
  border-radius: 18px !important;
  box-shadow: 0 0 30px rgba(255, 226, 110, 0.22) !important;
}

body.is-marketing-preview .auth-studio-card span {
  color: #ffdf6b !important;
  font-size: 0.62rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .auth-studio-card strong {
  color: #fff8eb !important;
  font-family: var(--sans) !important;
  font-size: 0.92rem !important;
  font-weight: 680 !important;
  line-height: 1.3 !important;
}

body.is-marketing-preview .auth-studio-card ol {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.is-marketing-preview .auth-studio-card li {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 36px !important;
  padding: 7px 8px !important;
  border: 1px solid rgba(255, 248, 235, 0.1) !important;
  border-radius: 13px !important;
  background: rgba(0, 0, 0, 0.14) !important;
  color: rgba(255, 248, 235, 0.72) !important;
  font-size: 0.68rem !important;
  font-weight: 560 !important;
}

body.is-marketing-preview .auth-studio-card b {
  display: inline-grid !important;
  place-items: center !important;
  width: 26px !important;
  height: 26px !important;
  flex: 0 0 26px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff9848, #ffe06a) !important;
  color: #111625 !important;
  font-size: 0.62rem !important;
}

body.is-marketing-preview .auth-mode-toggle {
  padding: 4px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

body.is-marketing-preview .auth-mode-button {
  min-height: 42px !important;
  border: 0 !important;
  border-radius: 14px !important;
  color: rgba(255, 248, 235, 0.72) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.is-marketing-preview .auth-mode-button.is-active {
  color: #111625 !important;
  background: linear-gradient(135deg, #ff9848, #ffe06a) !important;
}

body.is-marketing-preview .auth-form {
  gap: 8px !important;
}

body.is-marketing-preview .auth-form label {
  color: rgba(255, 248, 235, 0.7) !important;
  font-size: 0.64rem !important;
  font-weight: 760 !important;
}

body.is-marketing-preview .auth-form input {
  min-height: 48px !important;
  border: 1px solid rgba(255, 248, 235, 0.13) !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: #fff8eb !important;
  font-size: 0.84rem !important;
  font-weight: 520 !important;
}

body.is-marketing-preview .auth-form input::placeholder {
  color: rgba(255, 248, 235, 0.42) !important;
}

body.is-marketing-preview .auth-form input:focus {
  border-color: rgba(255, 226, 110, 0.48) !important;
  box-shadow: 0 0 0 3px rgba(255, 226, 110, 0.12) !important;
}

body.is-marketing-preview .auth-phone-step {
  display: grid !important;
  gap: 8px !important;
  padding: 12px !important;
  border: 1px solid rgba(255, 226, 110, 0.18) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 224, 106, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.055) !important;
}

body.is-marketing-preview .auth-phone-step[hidden] {
  display: none !important;
}

body.is-marketing-preview .auth-inline-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  align-items: stretch !important;
}

body.is-marketing-preview .auth-inline-row button {
  min-width: 108px !important;
  border-radius: 14px !important;
  border-color: rgba(255, 226, 110, 0.2) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff8eb !important;
  font-size: 0.72rem !important;
  font-weight: 830 !important;
}

body.is-marketing-preview .auth-inline-row button:hover {
  border-color: rgba(255, 226, 110, 0.46) !important;
  background: rgba(255, 226, 110, 0.12) !important;
}

body.is-marketing-preview .auth-turnstile {
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 14px !important;
}

body.is-marketing-preview .auth-turnstile:not([hidden]) {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 64px !important;
}

body.is-marketing-preview .auth-phone-status {
  margin: 2px 0 0 !important;
  padding: 9px 10px !important;
  border: 1px solid rgba(255, 248, 235, 0.1) !important;
  border-radius: 13px !important;
  background: rgba(0, 0, 0, 0.14) !important;
  color: rgba(255, 248, 235, 0.7) !important;
  font-size: 0.66rem !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}

body.is-marketing-preview .auth-phone-status[data-state="success"] {
  border-color: rgba(37, 205, 185, 0.3) !important;
  background: rgba(37, 205, 185, 0.1) !important;
  color: rgba(222, 255, 247, 0.88) !important;
}

body.is-marketing-preview .auth-phone-status[data-state="error"] {
  border-color: rgba(255, 116, 116, 0.34) !important;
  background: rgba(255, 116, 116, 0.1) !important;
  color: rgba(255, 226, 226, 0.9) !important;
}

body.is-marketing-preview .auth-form-actions {
  gap: 8px !important;
}

body.is-marketing-preview .auth-form-actions button {
  min-height: 48px !important;
  border-radius: 15px !important;
  font-size: 0.82rem !important;
}

body.is-marketing-preview #auth-submit-button {
  background: linear-gradient(135deg, #ff9848, #ffe06a) !important;
  color: #111625 !important;
  box-shadow: 0 18px 34px rgba(255, 152, 72, 0.18) !important;
}

body.is-marketing-preview #auth-secondary-action {
  border: 1px solid rgba(255, 248, 235, 0.13) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(255, 248, 235, 0.82) !important;
}

body.is-marketing-preview .auth-safe-note {
  padding: 10px 12px !important;
  border: 1px solid rgba(37, 205, 185, 0.16) !important;
  border-radius: 14px !important;
  background: rgba(37, 205, 185, 0.08) !important;
  color: rgba(222, 255, 247, 0.78) !important;
  font-size: 0.66rem !important;
  font-weight: 560 !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .auth-modal {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: min(100%, 470px) !important;
    padding: 16px !important;
    border-radius: 24px !important;
  }

  body.is-marketing-preview .auth-modal-header {
    padding-right: 78px !important;
  }

  body.is-marketing-preview .auth-modal-header h2 {
    max-width: 13ch !important;
    font-size: clamp(1.6rem, 7.2vw, 2rem) !important;
    line-height: 1 !important;
  }

  body.is-marketing-preview .auth-modal-header p:not(.eyebrow) {
    font-size: 0.74rem !important;
  }

  body.is-marketing-preview .auth-studio-card {
    display: none !important;
  }

  body.is-marketing-preview .auth-value-strip span {
    min-height: 48px !important;
  }

  body.is-marketing-preview .auth-form-actions {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .auth-inline-row {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .auth-inline-row button {
    width: 100% !important;
  }
}

/* v33: Bobo chat is a collapsible avatar widget, inspired by AI Enablement. */
body.is-marketing-preview .market-bobo-chat {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
  justify-self: stretch !important;
  position: relative !important;
  display: block !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.is-marketing-preview .market-bobo-chat::before {
  display: none !important;
}

body.is-marketing-preview .market-bobo-chat-launcher {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 11px !important;
  width: 100% !important;
  min-height: 72px !important;
  padding: 9px 12px 9px 9px !important;
  border: 1px solid rgba(255, 248, 235, 0.16) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at 8% 50%, rgba(37, 205, 185, 0.16), transparent 34%),
    rgba(7, 10, 24, 0.74) !important;
  color: #fff8eb !important;
  cursor: pointer !important;
  text-align: left !important;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

body.is-marketing-preview .market-bobo-chat-launcher:hover,
body.is-marketing-preview .market-bobo-chat.is-open .market-bobo-chat-launcher {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 226, 110, 0.36) !important;
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.3), 0 0 32px rgba(255, 226, 110, 0.12) !important;
}

body.is-marketing-preview .market-bobo-chat-launcher img {
  width: 54px !important;
  height: 54px !important;
  border-radius: 18px !important;
  box-shadow: 0 0 26px rgba(255, 226, 110, 0.24) !important;
  animation: boboChatPulse 3.8s ease-in-out infinite, boboAvatarGlow 4.6s ease-in-out infinite !important;
}

body.is-marketing-preview .market-bobo-chat-launcher span,
body.is-marketing-preview .market-bobo-chat-launcher strong,
body.is-marketing-preview .market-bobo-chat-launcher small {
  display: block !important;
  min-width: 0 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-bobo-chat-launcher strong {
  color: #fff8eb !important;
  font-family: var(--sans) !important;
  font-size: 0.94rem !important;
  font-weight: 780 !important;
  line-height: 1.1 !important;
}

body.is-marketing-preview .market-bobo-chat-launcher small {
  margin-top: 2px !important;
  color: rgba(255, 248, 235, 0.58) !important;
  font-size: 0.68rem !important;
  font-weight: 560 !important;
  line-height: 1.2 !important;
}

body.is-marketing-preview .market-bobo-chat-launcher i {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  min-height: 26px !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  background: rgba(90, 255, 170, 0.12) !important;
  color: rgba(214, 255, 233, 0.9) !important;
  font-size: 0.56rem !important;
  font-style: normal !important;
  font-weight: 920 !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .market-bobo-chat-launcher i::before {
  content: "" !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: #64f7a4 !important;
  box-shadow: 0 0 12px rgba(100, 247, 164, 0.75) !important;
}

body.is-marketing-preview .market-bobo-chat-panel[hidden] {
  display: none !important;
}

body.is-marketing-preview .market-bobo-chat-panel {
  position: absolute !important;
  right: 0 !important;
  bottom: calc(100% + 14px) !important;
  z-index: 60 !important;
  display: grid !important;
  grid-template-rows: auto auto auto !important;
  width: min(430px, calc(100vw - 64px)) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.16) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 36%),
    radial-gradient(circle at 90% 0%, rgba(255, 226, 110, 0.16), transparent 30%),
    radial-gradient(circle at 6% 100%, rgba(37, 205, 185, 0.14), transparent 34%),
    #070b1a !important;
  color: #fff8eb !important;
  box-shadow: 0 34px 92px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  transform-origin: 85% 100% !important;
  animation: boboWidgetOpen 220ms ease-out both !important;
}

body.is-marketing-preview .market-bobo-chat-panel .market-bobo-chat-head {
  padding: 12px 14px !important;
}

body.is-marketing-preview .market-bobo-chat-close {
  min-height: 30px !important;
  border: 1px solid rgba(255, 248, 235, 0.12) !important;
  border-radius: 11px !important;
  padding: 0 9px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: rgba(255, 248, 235, 0.74) !important;
  cursor: pointer !important;
  font-size: 0.58rem !important;
  font-weight: 760 !important;
}

body.is-marketing-preview .market-bobo-chat-panel .market-bobo-chat-messages {
  max-height: min(44vh, 360px) !important;
  overflow-y: auto !important;
}

body.is-marketing-preview .market-bobo-chat-panel .market-bobo-chat-form {
  background: rgba(0, 0, 0, 0.18) !important;
}

@keyframes boboWidgetOpen {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-bobo-chat {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  body.is-marketing-preview .market-bobo-chat-panel {
    position: fixed !important;
    right: 14px !important;
    bottom: 16px !important;
    left: 14px !important;
    width: auto !important;
    max-height: calc(100vh - 42px) !important;
  }

  body.is-marketing-preview .market-bobo-chat-panel .market-bobo-chat-messages {
    max-height: min(48vh, 390px) !important;
    overflow-y: auto !important;
  }
}

/* v34: auth modal close must stay clickable above decorative layers. */
body.is-marketing-preview .auth-modal::before,
body.is-marketing-preview .auth-modal::after {
  pointer-events: none !important;
}

body.is-marketing-preview #auth-modal-close {
  z-index: 5 !important;
  pointer-events: auto !important;
}

body.is-marketing-preview .auth-modal > * {
  position: relative !important;
  z-index: 2 !important;
}

/* v35: hidden auth modal must never render on landing preview. */
body.is-marketing-preview .auth-modal-backdrop[hidden],
.auth-modal-backdrop[hidden] {
  display: none !important;
}

.final-acceptance-card {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 226, 110, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 16%, rgba(255, 226, 110, 0.18), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(37, 205, 185, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    #070b1a;
  color: #fff8eb;
  box-shadow: 0 26px 78px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.final-acceptance-card[hidden] {
  display: none !important;
}

.final-acceptance-copy {
  display: grid;
  gap: 7px;
}

.final-acceptance-copy h3 {
  max-width: 16ch;
  margin: 0;
  color: #fff8eb;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.final-acceptance-copy p:not(.eyebrow),
.final-acceptance-note {
  max-width: 58ch;
  margin: 0;
  color: rgba(255, 248, 235, 0.76);
  font-size: 0.9rem;
  font-weight: 620;
  line-height: 1.45;
}

.final-acceptance-meter {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(255, 248, 235, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.final-acceptance-meter span {
  color: #ffdf6b;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.final-meter-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 248, 235, 0.14);
}

.final-meter-track i {
  display: block;
  width: 33%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff8b43, #ffe26e, #25cdb9);
  box-shadow: 0 0 20px rgba(255, 226, 110, 0.42);
  transition: width 240ms ease;
}

.final-package-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.final-package-list li {
  position: relative;
  padding: 11px 12px 11px 34px;
  border: 1px solid rgba(255, 248, 235, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 248, 235, 0.86);
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.3;
}

.final-package-list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 16px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8b43, #ffe26e);
  box-shadow: 0 0 14px rgba(255, 226, 110, 0.42);
}

.final-checkout-summary {
  display: grid;
  gap: 7px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 226, 110, 0.26);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 226, 110, 0.16), transparent 10rem),
    linear-gradient(135deg, rgba(255, 226, 110, 0.10), rgba(37, 205, 185, 0.07));
}

.final-checkout-summary span {
  color: rgba(255, 248, 235, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.final-checkout-summary strong {
  color: #ffe26e;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 4vw, 1.9rem);
  line-height: 1.02;
}

.final-checkout-summary p {
  max-width: 58ch;
  margin: 0;
  color: rgba(255, 248, 235, 0.78);
  font-size: 0.86rem;
  font-weight: 680;
  line-height: 1.42;
}

.final-checkout-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 3px;
}

.final-checkout-bullets b {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 248, 235, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 248, 235, 0.88);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1;
}

.final-acceptance-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(150px, 0.7fr);
  gap: 10px;
}

.final-acceptance-actions .landing-primary-cta,
.final-acceptance-actions .secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  text-align: center;
  text-decoration: none;
}

.final-acceptance-actions .landing-primary-cta {
  color: #08101f;
}

.final-acceptance-actions .secondary-button {
  color: #11192b;
}

@media (max-width: 760px) {
  .final-acceptance-card {
    padding: 18px;
    border-radius: 20px;
  }

  .final-acceptance-copy h3 {
    max-width: 14ch;
    font-size: clamp(1.45rem, 8vw, 1.9rem);
  }

  .final-acceptance-actions {
    grid-template-columns: 1fr;
  }
}

/* v36: final CTA headline should read like product UI, not a poster. */
body.is-marketing-preview .market-final-cta {
  gap: 18px 22px !important;
  padding: clamp(18px, 3vw, 28px) !important;
}

body.is-marketing-preview .market-final-cta > div {
  align-self: center !important;
  display: grid !important;
  gap: 10px !important;
}

body.is-marketing-preview .market-final-cta h2 {
  max-width: 20ch !important;
  margin: 0 !important;
  color: #fff8eb !important;
  font-family: var(--serif) !important;
  font-size: clamp(1.62rem, 2.55vw, 2.18rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-final-cta h2 span {
  display: inline !important;
}

body.is-marketing-preview .market-final-cta p:not(.landing-story-kicker) {
  max-width: 47ch !important;
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.72) !important;
  font-size: 0.78rem !important;
  font-weight: 520 !important;
  line-height: 1.48 !important;
}

body.is-marketing-preview .market-final-proofline {
  margin-top: 2px !important;
}

body.is-marketing-preview .market-final-proofline span {
  min-height: 28px !important;
  padding: 0 10px !important;
  font-size: 0.6rem !important;
  font-weight: 680 !important;
}

body.is-marketing-preview .market-final-cta .landing-primary-cta {
  min-height: 52px !important;
  width: min(100%, 390px) !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-final-cta h2 {
    max-width: 18ch !important;
    font-size: clamp(1.45rem, 6vw, 1.82rem) !important;
    line-height: 1.1 !important;
  }
}

/* v37: chat bubbles should read like conversation, not bold labels. */
body.is-marketing-preview .market-bobo-chat-panel .market-bobo-chat-messages p,
body.is-marketing-preview .market-bobo-chat-panel .market-bobo-chat-messages .is-bobo {
  font-family: var(--sans) !important;
  font-size: 0.73rem !important;
  font-weight: 400 !important;
  line-height: 1.48 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-bobo-chat-panel .market-bobo-chat-messages .is-user {
  font-weight: 520 !important;
}

/* v44: calm down the delivery timeline typography and spacing. */
body.is-marketing-preview .market-storyline {
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.72fr) !important;
  gap: clamp(20px, 4vw, 44px) !important;
  align-items: center !important;
  padding: clamp(18px, 3vw, 30px) !important;
}

body.is-marketing-preview .market-story-copy {
  gap: 13px !important;
}

body.is-marketing-preview .market-story-copy .landing-story-kicker {
  font-size: 0.66rem !important;
  letter-spacing: 0.12em !important;
}

body.is-marketing-preview .market-story-copy h2 {
  max-width: 18ch !important;
  margin: 0 !important;
  font-size: clamp(1.72rem, 3.25vw, 2.55rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-story-copy p:not(.landing-story-kicker) {
  display: block !important;
  max-width: 38ch !important;
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.7) !important;
  font-size: 0.82rem !important;
  font-weight: 480 !important;
  line-height: 1.58 !important;
}

body.is-marketing-preview .market-timeline {
  gap: 0 !important;
  padding: 18px 16px 18px 58px !important;
  border-radius: 22px !important;
}

body.is-marketing-preview .market-timeline::before {
  left: 34px !important;
  right: auto !important;
  top: 26px !important;
  bottom: 26px !important;
  width: 2px !important;
  height: auto !important;
  background: linear-gradient(180deg, rgba(255, 147, 69, 0.95), rgba(255, 227, 111, 0.95), rgba(36, 165, 151, 0.85)) !important;
}

body.is-marketing-preview .market-timeline li {
  min-height: 0 !important;
  padding: 9px 0 12px !important;
  gap: 4px !important;
  align-content: start !important;
}

body.is-marketing-preview .market-timeline li::before {
  position: absolute !important;
  left: -44px !important;
  top: 8px !important;
  width: 34px !important;
  height: 34px !important;
  font-size: 0.68rem !important;
  box-shadow: 0 0 0 6px rgba(18, 21, 43, 0.94), 0 10px 22px rgba(255, 147, 69, 0.18) !important;
}

body.is-marketing-preview .market-timeline strong {
  font-size: 0.94rem !important;
  font-weight: 760 !important;
  line-height: 1.18 !important;
}

body.is-marketing-preview .market-timeline li span {
  display: block !important;
  max-width: 33ch !important;
  color: rgba(255, 248, 235, 0.62) !important;
  font-size: 0.72rem !important;
  font-weight: 460 !important;
  line-height: 1.45 !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-storyline {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body.is-marketing-preview .market-story-copy h2 {
    max-width: 18ch !important;
    font-size: clamp(1.55rem, 6.6vw, 2rem) !important;
  }
}

/* v45: add Bobo value card to market cost comparison. */
body.is-marketing-preview .market-fact-strip article.market-fact-card.is-bobo-price {
  border-color: rgba(255, 226, 110, 0.32) !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 226, 110, 0.23), transparent 30%),
    radial-gradient(circle at 8% 88%, rgba(37, 205, 185, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)) !important;
}

body.is-marketing-preview .market-fact-card.is-bobo-price .market-fact-copy span {
  background: linear-gradient(135deg, #ff9848, #ffe06a) !important;
  color: #111625 !important;
}

body.is-marketing-preview .market-fact-card.is-bobo-price .market-fact-copy strong {
  color: #ffdf6b !important;
  text-shadow: 0 0 24px rgba(255, 226, 110, 0.18) !important;
}

body.is-marketing-preview .market-bobo-work-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 112px !important;
  padding: 14px 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 248, 235, 0.14) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 12% 50%, rgba(37, 205, 185, 0.18), transparent 32%) !important;
}

body.is-marketing-preview .market-bobo-work-card img {
  position: relative !important;
  z-index: 2 !important;
  width: 62px !important;
  height: 62px !important;
  border-radius: 18px !important;
  filter: drop-shadow(0 0 18px rgba(255, 226, 110, 0.3)) !important;
  animation: boboWorkFloat 3.2s ease-in-out infinite !important;
}

body.is-marketing-preview .market-bobo-work-card div {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  gap: 6px !important;
}

body.is-marketing-preview .market-bobo-work-card b {
  width: max-content !important;
  padding: 5px 8px !important;
  border-radius: 999px !important;
  background: rgba(255, 226, 110, 0.13) !important;
  color: #ffdf6b !important;
  font-size: 0.62rem !important;
  font-weight: 920 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .market-bobo-work-card p {
  display: block !important;
  max-width: 44ch !important;
  margin: 0 !important;
  color: rgba(255, 248, 235, 0.78) !important;
  font-size: 0.74rem !important;
  font-weight: 540 !important;
  line-height: 1.38 !important;
}

body.is-marketing-preview .bobo-work-code {
  position: absolute !important;
  right: 18px !important;
  top: 16px !important;
  width: 76px !important;
  height: 48px !important;
  border-radius: 13px !important;
  background: rgba(8, 13, 29, 0.78) !important;
  border: 1px solid rgba(255, 226, 110, 0.18) !important;
}

body.is-marketing-preview .bobo-work-code::before,
body.is-marketing-preview .bobo-work-code::after {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ff9848, #ffe06a, #25cdb9) !important;
  animation: codeBlink 1.25s ease-in-out infinite !important;
}

body.is-marketing-preview .bobo-work-code::before {
  top: 15px !important;
  width: 42px !important;
}

body.is-marketing-preview .bobo-work-code::after {
  top: 28px !important;
  width: 30px !important;
  animation-delay: 0.2s !important;
}

body.is-marketing-preview .bobo-work-spark {
  position: absolute !important;
  right: 82px !important;
  bottom: 20px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 2px !important;
  background: #ffdf6b !important;
  box-shadow: 0 0 18px rgba(255, 226, 110, 0.62) !important;
  transform: rotate(45deg) !important;
  animation: boboSpark 1.8s ease-in-out infinite !important;
}

@keyframes boboWorkFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-4px) rotate(1deg); }
}

@keyframes boboSpark {
  0%, 100% { opacity: 0.45; transform: rotate(45deg) scale(0.75); }
  50% { opacity: 1; transform: rotate(45deg) scale(1.1); }
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-bobo-work-card {
    grid-template-columns: 56px minmax(0, 1fr) !important;
  }

  body.is-marketing-preview .market-bobo-work-card img {
    width: 54px !important;
    height: 54px !important;
  }

  body.is-marketing-preview .bobo-work-code {
    opacity: 0.34 !important;
  }
}

/* v46: expanded choice details must reveal their copy. */
body.is-marketing-preview .market-choice-grid .market-choice-card details[open] p,
body.is-marketing-preview .market-choice-grid .market-choice-card details p {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* v48: do not show the preview studio before a real mockup/job exists. */
[data-job-panel][hidden],
.preview-panel[hidden],
.workspace-card[hidden] {
  display: none !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card details[open] {
  padding-bottom: 2px !important;
}

/* v49: authenticated users without a job should see onboarding, not the landing story. */
body:not(.is-marketing-preview) .landing-market-infographic,
body:not(.is-marketing-preview) .landing-hero-card,
body:not(.is-marketing-preview) .landing-trust-strip,
body:not(.is-marketing-preview) .landing-brand-band,
body:not(.is-marketing-preview) .landing-process-card,
body:not(.is-marketing-preview) .landing-delivery-card,
body:not(.is-marketing-preview) .landing-visual-grid,
body:not(.is-marketing-preview) .landing-proof-panel,
body:not(.is-marketing-preview) .landing-examples-card,
body:not(.is-marketing-preview) .landing-faq,
body:not(.is-marketing-preview) .landing-faq-card,
body:not(.is-marketing-preview) .landing-final-cta {
  display: none !important;
}

body:not(.is-marketing-preview) .onboarding-card:not([hidden]),
body:not(.is-marketing-preview) .path-choice:not([hidden]) {
  display: block !important;
}

body:not(.is-marketing-preview) [hidden],
[data-job-panel][hidden],
.preview-panel[hidden],
.workspace-card[hidden] {
  display: none !important;
}

/* v50: premium one-step onboarding, aligned with the landing design. */
body:not(.is-marketing-preview) {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 213, 105, 0.14), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(177, 91, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #050713 0%, #080b18 58%, #04131b 100%) !important;
  color: #fff8ea !important;
}

body:not(.is-marketing-preview) .app-shell {
  background: transparent !important;
}

body:not(.is-marketing-preview) .control-panel {
  width: min(960px, calc(100vw - 28px)) !important;
  margin: 0 auto !important;
  padding: 18px 0 56px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:not(.is-marketing-preview) .intro,
body:not(.is-marketing-preview) .onboarding-card,
body:not(.is-marketing-preview) .path-choice,
body:not(.is-marketing-preview) .wizard-panel {
  width: min(860px, 100%) !important;
  margin: 18px auto !important;
  border: 1px solid rgba(255, 221, 126, 0.26) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 88% 10%, rgba(255, 214, 111, 0.16), transparent 34%),
    rgba(8, 11, 25, 0.9) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  color: #fff8ea !important;
}

body:not(.is-marketing-preview) .intro {
  padding: 24px !important;
}

body:not(.is-marketing-preview) .intro h1,
body:not(.is-marketing-preview) .wizard-heading h2,
body:not(.is-marketing-preview) .onboarding-card h2 {
  color: #fff8ea !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: clamp(2rem, 5vw, 3.35rem) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  max-width: 760px !important;
}

body:not(.is-marketing-preview) .intro-lead,
body:not(.is-marketing-preview) .wizard-heading p,
body:not(.is-marketing-preview) .onboarding-card p {
  color: rgba(255, 248, 234, 0.74) !important;
  font-size: clamp(1rem, 2.4vw, 1.16rem) !important;
  line-height: 1.55 !important;
}

body:not(.is-marketing-preview) .wizard-heading > span,
body:not(.is-marketing-preview) #onboarding-step-label,
body:not(.is-marketing-preview) .scratch-form .survey-step > span,
body:not(.is-marketing-preview) .scratch-assets > label {
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 7px 13px !important;
  border-radius: 999px !important;
  background: rgba(255, 220, 105, 0.14) !important;
  color: #ffde6e !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

body:not(.is-marketing-preview) .onboarding-card {
  padding: 24px !important;
}

body:not(.is-marketing-preview) .onboarding-steps {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 18px !important;
}

body:not(.is-marketing-preview) .onboarding-steps li {
  min-height: 0 !important;
  padding: 13px 14px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: rgba(255, 248, 234, 0.62) !important;
}

body:not(.is-marketing-preview) .onboarding-steps li:not(.is-current) strong,
body:not(.is-marketing-preview) .onboarding-steps li:not(.is-current) span {
  display: none !important;
}

body:not(.is-marketing-preview) .onboarding-steps li:not(.is-current)::after {
  content: attr(data-step-label) !important;
  display: block !important;
  text-align: center !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-weight: 800 !important;
  font-size: 0.84rem !important;
}

body:not(.is-marketing-preview) .onboarding-steps li.is-current {
  border-color: rgba(255, 220, 105, 0.64) !important;
  background: linear-gradient(135deg, rgba(255, 169, 72, 0.2), rgba(255, 221, 112, 0.1)) !important;
  box-shadow: 0 16px 40px rgba(255, 175, 68, 0.08) !important;
}

body:not(.is-marketing-preview) .onboarding-steps strong {
  color: #fff8ea !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
}

body:not(.is-marketing-preview) .onboarding-steps span {
  color: rgba(255, 248, 234, 0.72) !important;
}

body:not(.is-marketing-preview) .path-choice {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  padding: 18px !important;
}

body:not(.is-marketing-preview) .path-option {
  min-height: 210px !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 20px !important;
  background: linear-gradient(145deg, rgba(16, 21, 43, 0.92), rgba(8, 13, 28, 0.94)) !important;
  color: #fff8ea !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

body:not(.is-marketing-preview) .path-option small {
  color: #ffde6e !important;
}

body:not(.is-marketing-preview) .path-option strong {
  color: #fff8ea !important;
  font-size: clamp(1.65rem, 3vw, 2.45rem) !important;
  line-height: 1.02 !important;
}

body:not(.is-marketing-preview) .path-option > span:not(.path-option-meta) {
  color: rgba(255, 248, 234, 0.72) !important;
}

body:not(.is-marketing-preview) .path-option-meta i,
body:not(.is-marketing-preview) .scratch-promise-strip span {
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 248, 234, 0.82) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

body:not(.is-marketing-preview) .scratch-draft-state {
  width: fit-content !important;
  max-width: 100% !important;
  margin: 12px 0 0 !important;
  padding: 9px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: rgba(255, 248, 234, 0.72) !important;
  font-size: 0.86rem !important;
  line-height: 1.2 !important;
}

body:not(.is-marketing-preview) .scratch-draft-state[data-tone="saving"] {
  border-color: rgba(255, 222, 110, 0.3) !important;
  color: #ffde6e !important;
}

body:not(.is-marketing-preview) .scratch-draft-state[data-tone="saved"] {
  border-color: rgba(38, 225, 181, 0.34) !important;
  color: #a8f5de !important;
}

body:not(.is-marketing-preview) .scratch-draft-state[data-tone="error"] {
  border-color: rgba(255, 121, 121, 0.4) !important;
  color: #ffc6c6 !important;
}

body:not(.is-marketing-preview) .wizard-panel {
  padding: 24px !important;
}

body:not(.is-marketing-preview) .scratch-form {
  display: block !important;
  margin-top: 18px !important;
}

body:not(.is-marketing-preview) .scratch-stepper {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-bottom: 16px !important;
}

body:not(.is-marketing-preview) .scratch-stepper button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 46px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(255, 248, 234, 0.76) !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-weight: 800 !important;
}

body:not(.is-marketing-preview) .scratch-stepper button span {
  color: #ffde6e !important;
}

body:not(.is-marketing-preview) .scratch-stepper button.is-active {
  background: linear-gradient(135deg, #ff9348, #ffe36d) !important;
  color: #111521 !important;
  border-color: rgba(255, 226, 110, 0.8) !important;
}

body:not(.is-marketing-preview) .scratch-stepper button.is-active span {
  color: #111521 !important;
}

body:not(.is-marketing-preview) #scratch-form .survey-step,
body:not(.is-marketing-preview) #scratch-form .scratch-assets {
  padding: 20px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

body:not(.is-marketing-preview) #scratch-form label,
body:not(.is-marketing-preview) #scratch-form legend {
  color: #fff8ea !important;
}

body:not(.is-marketing-preview) #scratch-form input,
body:not(.is-marketing-preview) #scratch-form select,
body:not(.is-marketing-preview) #scratch-form textarea {
  background: rgba(5, 7, 19, 0.74) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #fff8ea !important;
  border-radius: 14px !important;
}

body:not(.is-marketing-preview) #scratch-form input::placeholder,
body:not(.is-marketing-preview) #scratch-form textarea::placeholder {
  color: rgba(255, 248, 234, 0.42) !important;
}

/* v54: menu section picker belongs to the dark onboarding UI. */
body:not(.is-marketing-preview) #scratch-form .page-checkboxes {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 10px 0 18px !important;
  padding: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 222, 110, 0.12), transparent 32%),
    rgba(5, 7, 19, 0.48) !important;
  color: #fff8ea !important;
}

body:not(.is-marketing-preview) #scratch-form .page-checkboxes legend {
  grid-column: 1 / -1 !important;
  width: auto !important;
  margin: 0 0 4px !important;
  padding: 0 8px !important;
  color: #ffde6e !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body:not(.is-marketing-preview) #scratch-form .page-checkboxes label {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: rgba(255, 248, 234, 0.86) !important;
  font-size: 0.92rem !important;
  line-height: 1.15 !important;
  cursor: pointer !important;
}

body:not(.is-marketing-preview) #scratch-form .page-checkboxes label:has(input:checked) {
  border-color: rgba(255, 222, 110, 0.46) !important;
  background: linear-gradient(135deg, rgba(255, 147, 72, 0.18), rgba(255, 227, 109, 0.08)) !important;
  color: #fff8ea !important;
}

body:not(.is-marketing-preview) #scratch-form .page-checkboxes input[type="checkbox"] {
  flex: 0 0 auto !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  accent-color: #ffb44f !important;
}

/* v55: generation progress stays in the premium onboarding language. */
body:not(.is-marketing-preview) .flow-card,
body:not(.is-marketing-preview) .progress-card,
body:not(.is-marketing-preview) .inline-progress-card {
  width: min(860px, 100%) !important;
  margin: 18px auto !important;
  border: 1px solid rgba(255, 221, 126, 0.22) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 222, 110, 0.15), transparent 32%),
    radial-gradient(circle at 6% 94%, rgba(10, 148, 139, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
    rgba(8, 11, 25, 0.93) !important;
  color: #fff8ea !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

body:not(.is-marketing-preview) .flow-card {
  padding: 20px !important;
}

body:not(.is-marketing-preview) .flow-card .wizard-heading h2 {
  font-size: clamp(1.45rem, 3.6vw, 2.1rem) !important;
  line-height: 1.05 !important;
  margin: 8px 0 6px !important;
}

body:not(.is-marketing-preview) .flow-card .wizard-heading p {
  max-width: 40rem !important;
  color: rgba(255, 248, 234, 0.72) !important;
  font-size: 0.98rem !important;
  line-height: 1.45 !important;
}

body:not(.is-marketing-preview) .inline-progress-card {
  padding: 16px !important;
  margin: 16px 0 !important;
  background:
    linear-gradient(145deg, rgba(17, 24, 45, 0.92), rgba(5, 7, 19, 0.74)) !important;
}

body:not(.is-marketing-preview) .progress-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

body:not(.is-marketing-preview) .progress-meta span {
  color: #fff8ea !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: 1.02rem !important;
  font-weight: 850 !important;
}

body:not(.is-marketing-preview) .progress-meta strong {
  min-width: max-content !important;
  color: #ffde6e !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: 0.95rem !important;
}

body:not(.is-marketing-preview) .eta-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 14px !important;
  margin: 10px 0 12px !important;
  color: rgba(255, 248, 234, 0.66) !important;
  font-size: 0.9rem !important;
}

body:not(.is-marketing-preview) .eta-row span {
  color: inherit !important;
}

body:not(.is-marketing-preview) .progress-track {
  height: 10px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.13) !important;
}

body:not(.is-marketing-preview) .progress-track span {
  height: 100% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, #ff9348, #ffe36d, #0fd7a5) !important;
  box-shadow: 0 0 24px rgba(255, 222, 110, 0.28) !important;
}

body:not(.is-marketing-preview) .generation-story {
  border-color: rgba(255, 222, 110, 0.24) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 222, 110, 0.14), transparent 10rem),
    radial-gradient(circle at 0% 100%, rgba(15, 215, 165, 0.12), transparent 9rem),
    rgba(255, 255, 255, 0.055) !important;
}

body:not(.is-marketing-preview) .generation-story strong {
  color: #fff8ea !important;
}

body:not(.is-marketing-preview) .generation-story p {
  color: rgba(255, 248, 234, 0.68) !important;
}

body:not(.is-marketing-preview) .steps {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
}

body:not(.is-marketing-preview) .steps li {
  min-height: 38px !important;
  padding: 9px 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: rgba(255, 248, 234, 0.56) !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  text-align: center !important;
}

body:not(.is-marketing-preview) .steps li.is-done {
  border-color: rgba(15, 215, 165, 0.36) !important;
  background: rgba(15, 215, 165, 0.1) !important;
  color: rgba(212, 255, 241, 0.86) !important;
}

body:not(.is-marketing-preview) .steps li.is-active {
  border-color: rgba(255, 222, 110, 0.62) !important;
  background: linear-gradient(135deg, rgba(255, 147, 72, 0.22), rgba(255, 227, 109, 0.1)) !important;
  color: #fff8ea !important;
  box-shadow: 0 12px 30px rgba(255, 177, 75, 0.12) !important;
}

body:not(.is-marketing-preview) .flow-steps {
  display: grid !important;
  gap: 8px !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
}

body:not(.is-marketing-preview) .flow-steps li {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 44px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: rgba(255, 248, 234, 0.82) !important;
  font-size: 0.92rem !important;
  line-height: 1.25 !important;
}

body:not(.is-marketing-preview) .flow-steps li::before {
  display: grid !important;
  place-items: center !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 999px !important;
  background: rgba(255, 222, 110, 0.16) !important;
  color: #ffde6e !important;
  font-size: 0.74rem !important;
}

body:not(.is-marketing-preview) #toggle-details {
  margin-top: 12px !important;
  opacity: 0.72 !important;
}

/* v57: review survey after preview matches the dark premium app flow. */
body:not(.is-marketing-preview) .improve-feedback-card {
  width: min(860px, 100%) !important;
  margin: 18px auto !important;
  padding: 20px !important;
  border: 1px solid rgba(255, 221, 126, 0.22) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 222, 110, 0.14), transparent 32%),
    radial-gradient(circle at 5% 98%, rgba(10, 148, 139, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
    rgba(8, 11, 25, 0.93) !important;
  color: #fff8ea !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

body:not(.is-marketing-preview) .improve-feedback-card > p {
  color: rgba(255, 248, 234, 0.72) !important;
  font-size: 0.96rem !important;
  line-height: 1.45 !important;
}

body:not(.is-marketing-preview) .improve-feedback-card .card-heading-row h2 {
  color: #fff8ea !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: clamp(1.35rem, 3vw, 1.95rem) !important;
  line-height: 1.08 !important;
}

body:not(.is-marketing-preview) .improve-feedback-card .card-heading-row span,
body:not(.is-marketing-preview) .survey-step-pill {
  border: 1px solid rgba(255, 222, 110, 0.2) !important;
  background: rgba(255, 222, 110, 0.12) !important;
  color: #ffde6e !important;
}

body:not(.is-marketing-preview) .survey-wizard-meta {
  padding: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

body:not(.is-marketing-preview) .survey-step-copy {
  color: rgba(255, 248, 234, 0.86) !important;
  font-size: 0.94rem !important;
  line-height: 1.35 !important;
}

body:not(.is-marketing-preview) .survey-alert {
  border-color: rgba(255, 222, 110, 0.34) !important;
  background:
    linear-gradient(135deg, rgba(255, 147, 72, 0.16), rgba(255, 227, 109, 0.1)) !important;
  color: #fff8ea !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

body:not(.is-marketing-preview) .survey-progress-dot {
  height: 6px !important;
  background: rgba(255, 255, 255, 0.16) !important;
}

body:not(.is-marketing-preview) .survey-progress-dot.is-active {
  background: linear-gradient(90deg, #ff9348, #ffe36d) !important;
}

body:not(.is-marketing-preview) .survey-progress-dot.is-done {
  background: rgba(15, 215, 165, 0.48) !important;
}

body:not(.is-marketing-preview) .survey-live-bar {
  display: none !important;
}

body:not(.is-marketing-preview) .survey-layout {
  grid-template-columns: minmax(0, 1fr) !important;
}

body:not(.is-marketing-preview) .survey-stepper {
  position: static !important;
  padding: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  box-shadow: none !important;
}

body:not(.is-marketing-preview) .survey-stepper-label {
  display: none !important;
}

body:not(.is-marketing-preview) .survey-stepper-list {
  display: flex !important;
  gap: 8px !important;
  overflow-x: auto !important;
  padding: 2px 0 4px !important;
  list-style: none !important;
  scrollbar-width: thin !important;
}

body:not(.is-marketing-preview) .survey-stepper-item {
  display: block !important;
  flex: 0 0 auto !important;
}

body:not(.is-marketing-preview) .survey-stepper-button {
  width: 46px !important;
  min-height: 46px !important;
  display: grid !important;
  place-items: center !important;
  padding: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: rgba(255, 248, 234, 0.76) !important;
}

body:not(.is-marketing-preview) .survey-stepper-button.is-current,
body:not(.is-marketing-preview) .survey-stepper-button.is-active {
  border-color: rgba(255, 222, 110, 0.72) !important;
  background: linear-gradient(135deg, #ff9348, #ffe36d) !important;
  color: #111521 !important;
  box-shadow: 0 12px 26px rgba(255, 177, 75, 0.16) !important;
}

body:not(.is-marketing-preview) .survey-stepper-button.is-done:not(.is-current):not(.is-active) {
  border-color: rgba(15, 215, 165, 0.34) !important;
  background: rgba(15, 215, 165, 0.12) !important;
  color: rgba(199, 255, 239, 0.92) !important;
}

body:not(.is-marketing-preview) .survey-stepper-index {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  color: inherit !important;
}

body:not(.is-marketing-preview) .survey-stepper-title,
body:not(.is-marketing-preview) .survey-stepper-meta {
  display: none !important;
}

body:not(.is-marketing-preview) .survey-mode-toggle {
  width: min(360px, 100%) !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  padding: 4px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(5, 7, 19, 0.56) !important;
}

body:not(.is-marketing-preview) .survey-mode-button {
  min-height: 40px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(255, 248, 234, 0.72) !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-weight: 850 !important;
}

body:not(.is-marketing-preview) .survey-mode-button.is-active,
body:not(.is-marketing-preview) .survey-mode-button[aria-pressed="true"] {
  background: linear-gradient(135deg, #ff9348, #ffe36d) !important;
  color: #111521 !important;
  box-shadow: 0 12px 28px rgba(255, 177, 75, 0.16) !important;
}

body:not(.is-marketing-preview) .survey-main {
  gap: 14px !important;
}

body:not(.is-marketing-preview) .survey-section {
  padding: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: #fff8ea !important;
  box-shadow: none !important;
}

body:not(.is-marketing-preview) .survey-section.is-active {
  border-color: rgba(255, 222, 110, 0.34) !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 222, 110, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.065) !important;
}

body:not(.is-marketing-preview) .survey-section-heading span {
  background: rgba(255, 222, 110, 0.16) !important;
  color: #ffde6e !important;
}

body:not(.is-marketing-preview) .survey-section-heading h3 {
  color: #fff8ea !important;
  font-size: 1.05rem !important;
}

body:not(.is-marketing-preview) .survey-section-heading p {
  color: rgba(255, 248, 234, 0.72) !important;
  line-height: 1.42 !important;
}

body:not(.is-marketing-preview) .quick-question {
  padding: 13px !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  border-radius: 17px !important;
  background: rgba(5, 7, 19, 0.42) !important;
  box-shadow: none !important;
}

body:not(.is-marketing-preview) .quick-question.is-missing,
body:not(.is-marketing-preview) .rating-scale.is-missing {
  border-color: rgba(255, 222, 110, 0.78) !important;
  box-shadow: 0 0 0 2px rgba(255, 222, 110, 0.12) !important;
}

body:not(.is-marketing-preview) .quick-question p {
  color: #fff8ea !important;
  font-size: 0.94rem !important;
  line-height: 1.32 !important;
}

body:not(.is-marketing-preview) .quick-question-options {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body:not(.is-marketing-preview) .quick-question-options button {
  min-height: 42px !important;
  padding: 9px 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: rgba(255, 248, 234, 0.84) !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 820 !important;
}

body:not(.is-marketing-preview) .quick-question-options button.is-selected {
  border-color: rgba(255, 222, 110, 0.7) !important;
  background: linear-gradient(135deg, #ff9348, #ffe36d) !important;
  color: #111521 !important;
  box-shadow: 0 12px 26px rgba(255, 177, 75, 0.16) !important;
}

body:not(.is-marketing-preview) .rating-scale button,
body:not(.is-marketing-preview) .direction-shortcut,
body:not(.is-marketing-preview) .problem-option,
body:not(.is-marketing-preview) .recommendation-option {
  border-color: rgba(255, 255, 255, 0.13) !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: rgba(255, 248, 234, 0.84) !important;
}

body:not(.is-marketing-preview) .rating-scale button.is-selected,
body:not(.is-marketing-preview) .direction-shortcut.is-selected,
body:not(.is-marketing-preview) .problem-option.is-selected,
body:not(.is-marketing-preview) .recommendation-option.is-selected {
  border-color: rgba(255, 222, 110, 0.7) !important;
  background: linear-gradient(135deg, #ff9348, #ffe36d) !important;
  color: #111521 !important;
}

body:not(.is-marketing-preview) .brief-summary-list li {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: rgba(5, 7, 19, 0.36) !important;
  color: rgba(255, 248, 234, 0.88) !important;
}

body:not(.is-marketing-preview) .brief-summary-list li::before {
  background: linear-gradient(135deg, #ff9348, #ffe36d) !important;
}

body:not(.is-marketing-preview) .survey-sticky-bar {
  position: sticky !important;
  bottom: 10px !important;
  z-index: 5 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 12px !important;
  border: 1px solid rgba(255, 221, 126, 0.2) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(145deg, rgba(21, 27, 50, 0.96), rgba(7, 10, 23, 0.94)) !important;
  color: #fff8ea !important;
  box-shadow: 0 -12px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(14px) !important;
}

body:not(.is-marketing-preview) .survey-sticky-copy strong {
  color: #fff8ea !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.2 !important;
}

body:not(.is-marketing-preview) .survey-sticky-copy span {
  color: rgba(255, 248, 234, 0.64) !important;
  font-size: 0.82rem !important;
  line-height: 1.3 !important;
}

body:not(.is-marketing-preview) .survey-sticky-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 8px !important;
}

body:not(.is-marketing-preview) .survey-sticky-actions button,
body:not(.is-marketing-preview) .survey-utility-actions button {
  min-height: 42px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: rgba(255, 248, 234, 0.84) !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-weight: 850 !important;
}

body:not(.is-marketing-preview) .survey-sticky-actions #survey-next,
body:not(.is-marketing-preview) .survey-sticky-actions #start-improve-with-feedback {
  min-width: 170px !important;
  border: 0 !important;
  background: linear-gradient(135deg, #ff9348, #ffe36d) !important;
  color: #111521 !important;
  box-shadow: 0 14px 30px rgba(255, 177, 75, 0.18) !important;
}

body:not(.is-marketing-preview) .survey-utility-actions {
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: 10px !important;
}

body:not(.is-marketing-preview) .survey-utility-actions button {
  min-height: 38px !important;
  opacity: 0.72 !important;
}

@media (max-width: 760px) {
  body:not(.is-marketing-preview) .quick-question-options {
    grid-template-columns: 1fr !important;
  }

  body:not(.is-marketing-preview) .survey-sticky-bar {
    grid-template-columns: 1fr !important;
  }

  body:not(.is-marketing-preview) .survey-sticky-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

/* v59: scratch wizard actions and upload should not fall back to white native UI. */
body:not(.is-marketing-preview) .wizard-panel .wizard-heading h2 {
  font-size: clamp(1.65rem, 6vw, 2.45rem) !important;
  line-height: 1.02 !important;
  max-width: 11ch !important;
}

body:not(.is-marketing-preview) .wizard-panel .wizard-heading p {
  max-width: 34rem !important;
  font-size: 0.96rem !important;
  line-height: 1.45 !important;
}

body:not(.is-marketing-preview) #scratch-form .feedback-actions {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.35fr) minmax(0, 0.8fr) !important;
  gap: 10px !important;
  align-items: center !important;
}

body:not(.is-marketing-preview) #scratch-form .feedback-actions button {
  min-height: 48px !important;
  border-radius: 16px !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-weight: 850 !important;
}

body:not(.is-marketing-preview) #scratch-form .feedback-actions .secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: rgba(255, 248, 234, 0.84) !important;
  box-shadow: none !important;
}

body:not(.is-marketing-preview) #scratch-form .feedback-actions [data-back-to-path] {
  min-height: 42px !important;
  opacity: 0.72 !important;
}

body:not(.is-marketing-preview) #scratch-form .feedback-actions #scratch-next-step,
body:not(.is-marketing-preview) #scratch-form .feedback-actions #start-scratch {
  min-height: 52px !important;
  border-radius: 18px !important;
}

body:not(.is-marketing-preview) #scratch-assets {
  display: block !important;
  width: 100% !important;
  padding: 10px !important;
  border: 1px dashed rgba(255, 222, 110, 0.26) !important;
  border-radius: 16px !important;
  background: rgba(5, 7, 19, 0.54) !important;
  color: rgba(255, 248, 234, 0.78) !important;
}

body:not(.is-marketing-preview) #scratch-assets::file-selector-button {
  min-height: 36px !important;
  margin-right: 10px !important;
  padding: 8px 12px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff9348, #ffe36d) !important;
  color: #111521 !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-weight: 850 !important;
}

body:not(.is-marketing-preview) #improve-path .url-form {
  display: grid !important;
  gap: 12px !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 222, 110, 0.12), transparent 32%),
    rgba(255, 255, 255, 0.055) !important;
  color: #fff8ea !important;
}

body:not(.is-marketing-preview) #improve-path .url-form label {
  color: #fff8ea !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-weight: 850 !important;
}

body:not(.is-marketing-preview) #improve-path .input-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
}

body:not(.is-marketing-preview) #improve-path #site-url {
  min-height: 54px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 16px !important;
  background: rgba(5, 7, 19, 0.62) !important;
  color: #fff8ea !important;
  font-size: 1rem !important;
}

body:not(.is-marketing-preview) #improve-path #site-url::placeholder {
  color: rgba(255, 248, 234, 0.42) !important;
}

body:not(.is-marketing-preview) #improve-path .url-form button {
  min-height: 52px !important;
  border-radius: 18px !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-weight: 850 !important;
}

body:not(.is-marketing-preview) #improve-path .input-row button {
  border: 0 !important;
  background: linear-gradient(135deg, #ff9348, #ffe36d) !important;
  color: #111521 !important;
  box-shadow: 0 16px 34px rgba(255, 174, 70, 0.2) !important;
}

body:not(.is-marketing-preview) #improve-path #generate-full,
body:not(.is-marketing-preview) #improve-path .url-form .secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: rgba(255, 248, 234, 0.84) !important;
  box-shadow: none !important;
}

body:not(.is-marketing-preview) #improve-path .url-form .secondary-button {
  min-height: 42px !important;
  opacity: 0.72 !important;
}

@media (max-width: 760px) {
  body:not(.is-marketing-preview) #scratch-form .feedback-actions {
    grid-template-columns: 1fr !important;
  }

  body:not(.is-marketing-preview) .wizard-panel .wizard-heading h2 {
    max-width: 14ch !important;
  }
}

body:not(.is-marketing-preview) #scratch-form .feedback-actions {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-items: stretch !important;
  margin-top: 16px !important;
}

body:not(.is-marketing-preview) #scratch-next-step,
body:not(.is-marketing-preview) #start-scratch {
  background: linear-gradient(135deg, #ff9348, #ffe36d) !important;
  color: #111521 !important;
  border: 0 !important;
  box-shadow: 0 16px 34px rgba(255, 174, 70, 0.2) !important;
}

@media (max-width: 760px) {
  body:not(.is-marketing-preview) .path-choice,
  body:not(.is-marketing-preview) .onboarding-steps,
  body:not(.is-marketing-preview) .scratch-stepper,
  body:not(.is-marketing-preview) #scratch-form .feedback-actions {
    grid-template-columns: 1fr !important;
  }
}

body:not(.is-marketing-preview) [hidden],
body:not(.is-marketing-preview) .path-choice[hidden],
body:not(.is-marketing-preview) .wizard-panel[hidden],
body:not(.is-marketing-preview) #scratch-form .survey-step[hidden],
body:not(.is-marketing-preview) #scratch-form .scratch-assets[hidden] {
  display: none !important;
}

/* v53: onboarding should support the form, not compete with it. */
body:not(.is-marketing-preview) .onboarding-card {
  display: grid !important;
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.35fr) !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 14px !important;
  margin: 12px auto !important;
  border-radius: 20px !important;
}

body:not(.is-marketing-preview) .onboarding-card .wizard-heading {
  min-width: 0 !important;
}

body:not(.is-marketing-preview) .onboarding-card .wizard-heading > span {
  padding: 6px 10px !important;
  font-size: 0.7rem !important;
}

body:not(.is-marketing-preview) .onboarding-card .wizard-heading h2 {
  margin: 8px 0 4px !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: clamp(1.12rem, 2.6vw, 1.45rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  max-width: 100% !important;
}

body:not(.is-marketing-preview) .onboarding-card .wizard-heading p {
  max-width: 34rem !important;
  margin: 0 !important;
  font-size: 0.9rem !important;
  line-height: 1.35 !important;
}

body:not(.is-marketing-preview) .onboarding-card .onboarding-steps {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 !important;
}

body:not(.is-marketing-preview) .onboarding-card .onboarding-steps li {
  position: relative !important;
  min-height: 56px !important;
  padding: 10px 12px !important;
  border-radius: 15px !important;
}

body:not(.is-marketing-preview) .onboarding-card .onboarding-steps li::before {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 8px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

body:not(.is-marketing-preview) .onboarding-card .onboarding-steps li.is-done::before,
body:not(.is-marketing-preview) .onboarding-card .onboarding-steps li.is-current::before {
  background: linear-gradient(90deg, #ff9348, #ffe36d) !important;
}

body:not(.is-marketing-preview) .onboarding-card .onboarding-steps strong {
  display: block !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: 0.84rem !important;
  line-height: 1.1 !important;
  color: #fff8ea !important;
}

body:not(.is-marketing-preview) .onboarding-card .onboarding-steps span {
  display: none !important;
}

body:not(.is-marketing-preview) .onboarding-card .onboarding-steps li:not(.is-current)::after {
  content: attr(data-step-label) !important;
  text-align: left !important;
  font-size: 0.78rem !important;
  color: rgba(255, 248, 234, 0.58) !important;
}

body:not(.is-marketing-preview) .onboarding-card .onboarding-steps li:not(.is-current) strong {
  display: none !important;
}

@media (max-width: 760px) {
  body:not(.is-marketing-preview) .onboarding-card {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body:not(.is-marketing-preview) .onboarding-card .onboarding-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body:not(.is-marketing-preview) #scratch-form .page-checkboxes {
    grid-template-columns: 1fr !important;
  }

  body:not(.is-marketing-preview) .steps {
    grid-template-columns: 1fr !important;
  }
}

/* v51: logged-in app mode is onboarding only; no landing cards leaking below the header. */
body:not(.is-marketing-preview) .control-panel > section[class^="landing-"],
body:not(.is-marketing-preview) .control-panel > section[class*=" landing-"],
body:not(.is-marketing-preview) .control-panel > div[class^="landing-"],
body:not(.is-marketing-preview) .control-panel > div[class*=" landing-"] {
  display: none !important;
}

body:not(.is-marketing-preview) .landing-topbar {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 14px !important;
  width: min(860px, 100%) !important;
  margin: 0 auto 18px !important;
  padding: 14px !important;
  border: 1px solid rgba(255, 221, 126, 0.24) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
    rgba(8, 11, 25, 0.92) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  color: #fff8ea !important;
}

body:not(.is-marketing-preview) .landing-brand {
  min-width: 0 !important;
}

body:not(.is-marketing-preview) .landing-brand strong {
  color: #fff8ea !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: clamp(1.05rem, 2.8vw, 1.45rem) !important;
  letter-spacing: 0 !important;
}

body:not(.is-marketing-preview) .landing-brand span:not(.landing-brand-mark) {
  color: rgba(255, 248, 234, 0.62) !important;
  font-size: 0.78rem !important;
}

body:not(.is-marketing-preview) .landing-topbar-badge {
  display: none !important;
}

body:not(.is-marketing-preview) .landing-auth-actions {
  justify-content: flex-end !important;
  gap: 8px !important;
}

body:not(.is-marketing-preview) .landing-auth-state {
  max-width: 220px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: rgba(255, 248, 234, 0.88) !important;
}

body:not(.is-marketing-preview) .landing-auth-actions .compact-button,
body:not(.is-marketing-preview) .landing-auth-actions .secondary-button {
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff8ea !important;
}

body:not(.is-marketing-preview) .landing-auth-actions #landing-signup-button {
  background: linear-gradient(135deg, #ff9348, #ffe36d) !important;
  color: #111521 !important;
  border: 0 !important;
}

body:not(.is-marketing-preview) .intro:not([hidden]),
body:not(.is-marketing-preview) .onboarding-card:not([hidden]),
body:not(.is-marketing-preview) .wizard-panel:not([hidden]) {
  display: block !important;
}

body:not(.is-marketing-preview) .path-choice:not([hidden]) {
  display: grid !important;
}

@media (max-width: 720px) {
  body:not(.is-marketing-preview) .landing-topbar {
    grid-template-columns: 1fr !important;
    padding: 12px !important;
  }

  body:not(.is-marketing-preview) .landing-auth-actions {
    justify-content: stretch !important;
  }

  body:not(.is-marketing-preview) .landing-auth-state,
  body:not(.is-marketing-preview) .landing-auth-actions .compact-button {
    flex: 1 1 auto !important;
  }
}

/* v59b: final override for scratch navigation buttons after legacy rules. */
body:not(.is-marketing-preview) #scratch-form .feedback-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.35fr) minmax(0, 0.8fr) !important;
  gap: 10px !important;
  align-items: center !important;
}

body:not(.is-marketing-preview) #scratch-form .feedback-actions button[hidden] {
  display: none !important;
}

body:not(.is-marketing-preview) #scratch-form .feedback-actions .secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: rgba(255, 248, 234, 0.84) !important;
  box-shadow: none !important;
}

body:not(.is-marketing-preview) #scratch-form .feedback-actions [data-back-to-path] {
  opacity: 0.72 !important;
}

@media (max-width: 760px) {
  body:not(.is-marketing-preview) #scratch-form .feedback-actions {
    grid-template-columns: 1fr !important;
  }
}

/* v68: desktop landing pass - less boxed, stronger first viewport. */
@media (min-width: 1100px) {
  body.is-marketing-preview {
    background:
      radial-gradient(circle at 18% 10%, rgba(255, 226, 110, 0.12), transparent 18rem),
      radial-gradient(circle at 80% 16%, rgba(151, 95, 255, 0.16), transparent 22rem),
      linear-gradient(180deg, #040713 0%, #050817 46%, #030612 100%) !important;
  }

  body.is-marketing-preview .app-shell {
    display: block !important;
    width: min(1420px, calc(100vw - 72px)) !important;
    margin: 0 auto !important;
    padding: 34px 0 80px !important;
    overflow: visible !important;
  }

  body.is-marketing-preview .control-panel {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    gap: 26px !important;
    border: 0 !important;
    background: transparent !important;
    overflow: visible !important;
  }

  body.is-marketing-preview .landing-topbar {
    width: min(1360px, 100%) !important;
    min-height: 82px !important;
    margin: 0 auto 22px !important;
    padding: 14px 18px !important;
    display: grid !important;
    grid-template-columns: minmax(330px, auto) minmax(280px, 1fr) auto !important;
    align-items: center !important;
    gap: 22px !important;
    border-radius: 22px !important;
    border-color: rgba(255, 221, 126, 0.2) !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
      rgba(7, 9, 22, 0.88) !important;
    box-shadow: 0 22px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(18px) !important;
  }

  body.is-marketing-preview .landing-brand {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-items: center !important;
    gap: 13px !important;
  }

  body.is-marketing-preview .landing-brand-mark {
    width: 48px !important;
    height: 48px !important;
    border-radius: 16px !important;
  }

  body.is-marketing-preview .landing-brand strong {
    font-family: "Space Grotesk", system-ui, sans-serif !important;
    font-size: 1.42rem !important;
    line-height: 1 !important;
    letter-spacing: -0.01em !important;
  }

  body.is-marketing-preview .landing-brand span:not(.landing-brand-mark) {
    margin-top: 3px !important;
    font-size: 0.68rem !important;
    line-height: 1.12 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
  }

  body.is-marketing-preview .landing-topbar-badge {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    margin: 0 !important;
    min-height: 36px !important;
    padding: 8px 15px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.055) !important;
    border: 1px solid rgba(255, 248, 235, 0.14) !important;
    color: rgba(255, 248, 235, 0.86) !important;
    font-size: 0.73rem !important;
  }

  body.is-marketing-preview .landing-auth-actions {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.is-marketing-preview .landing-auth-state {
    display: none !important;
  }

  body.is-marketing-preview .landing-auth-actions .compact-button,
  body.is-marketing-preview .landing-auth-actions .secondary-button {
    min-height: 42px !important;
    padding: 0 17px !important;
    border-radius: 10px !important;
    font-size: 0.78rem !important;
  }

  body.is-marketing-preview .landing-market-infographic {
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    gap: 26px !important;
  }

  body.is-marketing-preview .market-hero {
    position: relative !important;
    width: min(1360px, 100%) !important;
    min-height: min(640px, calc(100vh - 160px)) !important;
    margin: 0 auto !important;
    padding: clamp(42px, 5vw, 76px) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 470px) !important;
    align-items: center !important;
    gap: clamp(34px, 5vw, 70px) !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255, 221, 126, 0.18) !important;
    background:
      radial-gradient(circle at 61% 20%, rgba(255, 226, 110, 0.23), transparent 15rem),
      radial-gradient(circle at 84% 66%, rgba(173, 105, 255, 0.24), transparent 18rem),
      radial-gradient(circle at 9% 92%, rgba(10, 197, 169, 0.22), transparent 18rem),
      linear-gradient(135deg, rgba(7, 11, 28, 0.98), rgba(9, 11, 28, 0.94) 48%, rgba(13, 9, 31, 0.98)) !important;
    box-shadow: 0 36px 120px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    overflow: hidden !important;
  }

  body.is-marketing-preview .market-hero::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background:
      linear-gradient(110deg, rgba(255, 255, 255, 0.04), transparent 24%, transparent 68%, rgba(255, 226, 110, 0.04)),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 116px) !important;
    opacity: 0.42 !important;
    pointer-events: none !important;
  }

  body.is-marketing-preview .market-hero-copy {
    position: relative !important;
    z-index: 2 !important;
    max-width: 760px !important;
    gap: 18px !important;
  }

  body.is-marketing-preview .market-hero-copy .landing-story-kicker {
    padding: 8px 14px !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.09em !important;
    background: rgba(6, 8, 21, 0.78) !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    width: min(820px, 100%) !important;
    max-width: 13.2ch !important;
    font-size: clamp(4.15rem, 4.85vw, 5.65rem) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.022em !important;
    text-wrap: balance !important;
  }

  body.is-marketing-preview .market-hero-copy h1 span {
    display: block !important;
  }

  body.is-marketing-preview .market-hero-copy p:not(.landing-story-kicker) {
    max-width: 58ch !important;
    margin: 0 !important;
    color: rgba(255, 248, 235, 0.73) !important;
    font-size: 1.02rem !important;
    line-height: 1.52 !important;
    font-weight: 700 !important;
  }

  body.is-marketing-preview .market-hero-actions {
    margin-top: 4px !important;
  }

  body.is-marketing-preview .market-hero-actions .landing-primary-cta,
  body.is-marketing-preview .market-hero-actions .secondary-button {
    min-height: 58px !important;
    padding: 0 25px !important;
    border-radius: 999px !important;
    font-size: 0.92rem !important;
  }

  body.is-marketing-preview .market-bobo-stage {
    position: relative !important;
    z-index: 2 !important;
    width: min(430px, 100%) !important;
    justify-self: center !important;
    transform: translateY(2px) !important;
    filter: drop-shadow(0 34px 60px rgba(0, 0, 0, 0.4)) !important;
  }

  body.is-marketing-preview .market-bobo-stage img {
    width: 100% !important;
    min-height: 565px !important;
    object-fit: cover !important;
    object-position: 58% 50% !important;
    border-radius: 28px !important;
  }

  body.is-marketing-preview .market-bobo-card {
    border-radius: 16px !important;
    backdrop-filter: blur(16px) !important;
  }

  body.is-marketing-preview .market-bobo-card-guide {
    top: 20px !important;
    left: -18px !important;
    right: 18px !important;
    padding: 15px 16px !important;
  }

  body.is-marketing-preview .market-bobo-card-guide strong {
    font-size: 1.34rem !important;
    line-height: 1.04 !important;
  }

  body.is-marketing-preview .market-bobo-card-price {
    left: -20px !important;
    bottom: 20px !important;
    padding: 15px 18px !important;
  }

  body.is-marketing-preview .market-bobo-card-price strong {
    font-size: 2.25rem !important;
    line-height: 0.95 !important;
  }

  body.is-marketing-preview .market-bobo-narrator {
    width: min(1360px, 100%) !important;
    margin: 0 auto !important;
    transform: translateY(-8px) !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    padding: 16px 22px !important;
    border-radius: 20px !important;
  }

  body.is-marketing-preview .market-bobo-narrator strong {
    font-size: 0.94rem !important;
    line-height: 1.38 !important;
  }
}

@media (min-width: 1500px) {
  body.is-marketing-preview .app-shell,
  body.is-marketing-preview .landing-topbar,
  body.is-marketing-preview .market-hero,
  body.is-marketing-preview .market-bobo-narrator {
    width: min(1400px, calc(100vw - 120px)) !important;
  }

  body.is-marketing-preview .market-hero {
    min-height: 665px !important;
  }

  body.is-marketing-preview .market-bobo-stage {
    width: min(455px, 100%) !important;
  }
}

/* v70: portfolio examples should look like real pages, not caption cards. */
@media (max-width: 980px) {
  body.is-marketing-preview .market-visual-slider {
    min-height: 720px !important;
    padding-bottom: 34px !important;
  }

  body.is-marketing-preview .market-slide div {
    display: none !important;
  }

  body.is-marketing-preview .market-slide img {
    width: min(100%, 326px) !important;
  }
}

/* v71: clearer choice module - compare paths, do not show empty cards. */
body.is-marketing-preview .market-choice-map {
  display: grid !important;
  gap: 18px !important;
  padding: clamp(18px, 4vw, 28px) !important;
  border-radius: 28px !important;
  border: 1px solid rgba(255, 226, 110, 0.2) !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 226, 110, 0.16), transparent 24%),
    radial-gradient(circle at 12% 90%, rgba(16, 144, 129, 0.17), transparent 26%),
    linear-gradient(145deg, rgba(16, 18, 38, 0.96), rgba(8, 10, 25, 0.98)) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28) !important;
}

body.is-marketing-preview .market-choice-intro {
  max-width: 720px !important;
}

body.is-marketing-preview .market-choice-intro .landing-story-kicker {
  margin: 0 0 10px !important;
}

body.is-marketing-preview .market-choice-intro h2 {
  max-width: 16ch !important;
  margin: 0 !important;
  color: #fff8ea !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: clamp(1.78rem, 5.6vw, 3.25rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-choice-intro p:not(.landing-story-kicker) {
  max-width: 58ch !important;
  margin: 12px 0 0 !important;
  color: rgba(255, 248, 234, 0.72) !important;
  font-size: clamp(0.92rem, 2.2vw, 1rem) !important;
  line-height: 1.48 !important;
}

body.is-marketing-preview .market-choice-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card {
  position: relative !important;
  display: grid !important;
  align-content: start !important;
  gap: 12px !important;
  min-height: auto !important;
  padding: 17px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(255, 248, 234, 0.12) !important;
  background: rgba(255, 255, 255, 0.055) !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card::before {
  content: none !important;
}

body.is-marketing-preview .choice-card-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

body.is-marketing-preview .choice-card-head span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: rgba(255, 226, 110, 0.1) !important;
  color: #ffe36f !important;
  font-size: 0.68rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body.is-marketing-preview .choice-card-head b {
  color: rgba(255, 248, 234, 0.58) !important;
  font-size: 0.74rem !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  text-align: right !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card strong {
  max-width: 14ch !important;
  color: #fff8ea !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: clamp(1.05rem, 2.4vw, 1.32rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card > p {
  min-height: 68px !important;
  margin: 0 !important;
  color: rgba(255, 248, 234, 0.68) !important;
  font-size: 0.86rem !important;
  line-height: 1.38 !important;
}

body.is-marketing-preview .choice-points {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.is-marketing-preview .choice-points li {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 30px !important;
  color: rgba(255, 248, 234, 0.82) !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
}

body.is-marketing-preview .choice-points li::before {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #ffe36f !important;
  box-shadow: 0 0 18px rgba(255, 226, 110, 0.36) !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card details {
  margin: 2px 0 0 !important;
  border: 1px solid rgba(255, 248, 234, 0.1) !important;
  border-radius: 16px !important;
  background: rgba(5, 7, 18, 0.38) !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card summary {
  min-height: 42px !important;
  padding: 0 13px !important;
  color: #ffe36f !important;
  font-size: 0.75rem !important;
  font-weight: 950 !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card details p {
  padding: 0 13px 13px !important;
  color: rgba(255, 248, 234, 0.67) !important;
  font-size: 0.78rem !important;
  line-height: 1.35 !important;
}

body.is-marketing-preview .market-choice-grid .is-bobo-choice {
  border-color: rgba(255, 226, 110, 0.4) !important;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 226, 110, 0.2), transparent 28%),
    linear-gradient(145deg, rgba(12, 73, 68, 0.42), rgba(255, 255, 255, 0.06)) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24), 0 0 44px rgba(255, 226, 110, 0.08) inset !important;
}

body.is-marketing-preview .market-choice-grid .is-bobo-choice strong {
  max-width: 18ch !important;
}

@media (max-width: 980px) {
  body.is-marketing-preview .market-choice-grid {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .market-choice-grid .market-choice-card {
    padding: 15px !important;
  }

  body.is-marketing-preview .market-choice-grid .market-choice-card > p {
    min-height: 0 !important;
  }
}

@media (min-width: 520px) and (max-width: 980px) {
  body.is-marketing-preview .market-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.is-marketing-preview .market-choice-grid .is-bobo-choice {
    grid-column: 1 / -1 !important;
  }

  body.is-marketing-preview .market-choice-grid .market-choice-card {
    padding: 14px !important;
  }

  body.is-marketing-preview .market-choice-grid .market-choice-card strong {
    max-width: 13ch !important;
    font-size: 1rem !important;
  }

  body.is-marketing-preview .choice-card-head {
    align-items: flex-start !important;
  }

  body.is-marketing-preview .choice-card-head b {
    max-width: 8ch !important;
  }

  body.is-marketing-preview .market-choice-grid .is-bobo-choice .choice-card-head b {
    max-width: none !important;
  }

  body.is-marketing-preview .market-choice-grid .is-bobo-choice strong {
    max-width: 22ch !important;
    font-size: 1.18rem !important;
  }

  body.is-marketing-preview .choice-points {
    gap: 4px !important;
  }

  body.is-marketing-preview .choice-points li {
    min-height: 25px !important;
    font-size: 0.72rem !important;
  }

  body.is-marketing-preview .market-choice-grid .market-choice-card details {
    margin-top: 0 !important;
  }

  body.is-marketing-preview .market-choice-grid .market-choice-card summary {
    min-height: 36px !important;
    font-size: 0.68rem !important;
  }
}

/* v73: typography and spacing audit - fewer shouty headings, better text use in cards. */
body.is-marketing-preview .landing-market-infographic {
  gap: clamp(18px, 2.6vw, 30px) !important;
}

body.is-marketing-preview .market-hero,
body.is-marketing-preview .market-wow-board,
body.is-marketing-preview .market-choice-map,
body.is-marketing-preview .market-storyline,
body.is-marketing-preview .market-screen-demo,
body.is-marketing-preview .market-final-cta {
  border-radius: clamp(20px, 2.2vw, 28px) !important;
}

body.is-marketing-preview .market-hero-copy h1,
body.is-marketing-preview .market-wow-copy h2,
body.is-marketing-preview .market-choice-intro h2,
body.is-marketing-preview .market-story-copy h2,
body.is-marketing-preview .market-screen-copy h2,
body.is-marketing-preview .market-final-cta h2,
body.is-marketing-preview .landing-brand-band-copy h2 {
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

body.is-marketing-preview .market-hero-copy h1 {
  max-width: 15.8ch !important;
  font-size: clamp(3.15rem, 4.15vw, 4.85rem) !important;
  line-height: 1.01 !important;
}

body.is-marketing-preview .market-wow-copy h2,
body.is-marketing-preview .market-choice-intro h2,
body.is-marketing-preview .market-story-copy h2,
body.is-marketing-preview .market-screen-copy h2,
body.is-marketing-preview .market-final-cta h2 {
  max-width: min(100%, 18ch) !important;
  font-size: clamp(2.15rem, 3.1vw, 3.25rem) !important;
  line-height: 1.06 !important;
}

body.is-marketing-preview .market-hero-copy p:not(.landing-story-kicker),
body.is-marketing-preview .market-wow-copy p:not(.landing-story-kicker),
body.is-marketing-preview .market-choice-intro p:not(.landing-story-kicker),
body.is-marketing-preview .market-story-copy p:not(.landing-story-kicker),
body.is-marketing-preview .market-screen-copy p:not(.landing-story-kicker),
body.is-marketing-preview .market-final-cta p:not(.landing-story-kicker) {
  max-width: 60ch !important;
  font-size: clamp(0.92rem, 1.35vw, 1.03rem) !important;
  line-height: 1.5 !important;
}

body.is-marketing-preview .market-hero {
  min-height: auto !important;
  padding: clamp(28px, 4.4vw, 62px) !important;
}

body.is-marketing-preview .market-hero-copy {
  gap: clamp(14px, 1.8vw, 20px) !important;
}

body.is-marketing-preview .market-hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card strong {
  max-width: 100% !important;
  font-size: clamp(1.02rem, 1.35vw, 1.28rem) !important;
  line-height: 1.16 !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card > p {
  min-height: 0 !important;
  font-size: 0.85rem !important;
  line-height: 1.42 !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card {
  gap: 11px !important;
}

@media (min-width: 981px) {
  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 17.6ch !important;
    font-size: clamp(3rem, 3.6vw, 4.1rem) !important;
    line-height: 1.03 !important;
  }

  body.is-marketing-preview .market-wow-copy h2,
  body.is-marketing-preview .market-choice-intro h2,
  body.is-marketing-preview .market-story-copy h2,
  body.is-marketing-preview .market-screen-copy h2,
  body.is-marketing-preview .market-final-cta h2 {
    max-width: min(100%, 22ch) !important;
    font-size: clamp(2rem, 2.55vw, 2.82rem) !important;
    line-height: 1.08 !important;
  }

  body.is-marketing-preview .market-wow-copy,
  body.is-marketing-preview .market-choice-intro,
  body.is-marketing-preview .market-story-copy,
  body.is-marketing-preview .market-screen-copy,
  body.is-marketing-preview .market-final-cta > div {
    max-width: 760px !important;
  }

  body.is-marketing-preview .market-choice-grid .market-choice-card {
    grid-template-rows: auto auto minmax(54px, auto) auto auto !important;
  }
}

@media (max-width: 980px) {
  body.is-marketing-preview .app-shell {
    width: min(100%, calc(100vw - 28px)) !important;
    padding-top: 14px !important;
  }

  body.is-marketing-preview .landing-topbar {
    margin-bottom: 16px !important;
  }

  body.is-marketing-preview .market-hero,
  body.is-marketing-preview .market-wow-board,
  body.is-marketing-preview .market-choice-map,
  body.is-marketing-preview .market-storyline,
  body.is-marketing-preview .market-screen-demo,
  body.is-marketing-preview .market-final-cta {
    padding: 20px !important;
  }

  body.is-marketing-preview .market-hero {
    gap: 18px !important;
  }

  body.is-marketing-preview .market-hero-copy .landing-story-kicker,
  body.is-marketing-preview .market-wow-copy .landing-story-kicker,
  body.is-marketing-preview .market-choice-intro .landing-story-kicker,
  body.is-marketing-preview .market-story-copy .landing-story-kicker,
  body.is-marketing-preview .market-screen-copy .landing-story-kicker,
  body.is-marketing-preview .market-final-cta .landing-story-kicker {
    max-width: 100% !important;
    white-space: normal !important;
    font-size: 0.64rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0.08em !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(2.05rem, 6.7vw, 2.5rem) !important;
    line-height: 1.05 !important;
  }

  body.is-marketing-preview .market-hero-copy h1 span {
    display: inline !important;
  }

  body.is-marketing-preview .market-hero-copy h1 span:not(:last-child)::after {
    content: " " !important;
  }

  body.is-marketing-preview .market-wow-copy h2,
  body.is-marketing-preview .market-choice-intro h2,
  body.is-marketing-preview .market-story-copy h2,
  body.is-marketing-preview .market-screen-copy h2,
  body.is-marketing-preview .market-final-cta h2 {
    max-width: 100% !important;
    font-size: clamp(1.75rem, 6.1vw, 2.14rem) !important;
    line-height: 1.1 !important;
  }

  body.is-marketing-preview .market-hero-copy p:not(.landing-story-kicker),
  body.is-marketing-preview .market-wow-copy p:not(.landing-story-kicker),
  body.is-marketing-preview .market-choice-intro p:not(.landing-story-kicker),
  body.is-marketing-preview .market-story-copy p:not(.landing-story-kicker),
  body.is-marketing-preview .market-screen-copy p:not(.landing-story-kicker),
  body.is-marketing-preview .market-final-cta p:not(.landing-story-kicker) {
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
  }

  body.is-marketing-preview .market-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.is-marketing-preview .market-hero-actions .landing-primary-cta,
  body.is-marketing-preview .market-hero-actions .secondary-button,
  body.is-marketing-preview .market-final-cta .landing-primary-cta {
    width: 100% !important;
    min-height: 52px !important;
    padding: 0 16px !important;
    font-size: 0.86rem !important;
    text-align: center !important;
  }
}

@media (max-width: 560px) {
  body.is-marketing-preview .app-shell {
    width: min(100%, calc(100vw - 18px)) !important;
  }

  body.is-marketing-preview .market-hero,
  body.is-marketing-preview .market-wow-board,
  body.is-marketing-preview .market-choice-map,
  body.is-marketing-preview .market-storyline,
  body.is-marketing-preview .market-screen-demo,
  body.is-marketing-preview .market-final-cta {
    padding: 17px !important;
    border-radius: 20px !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    font-size: clamp(1.78rem, 7vw, 2.12rem) !important;
    line-height: 1.08 !important;
  }

  body.is-marketing-preview .market-wow-copy h2,
  body.is-marketing-preview .market-choice-intro h2,
  body.is-marketing-preview .market-story-copy h2,
  body.is-marketing-preview .market-screen-copy h2,
  body.is-marketing-preview .market-final-cta h2 {
    font-size: clamp(1.55rem, 6.4vw, 1.92rem) !important;
    line-height: 1.12 !important;
  }
}

/* v74: desktop hero composition - premium landing instead of oversized billboard. */
@media (min-width: 981px) {
  body.is-marketing-preview .market-hero {
    width: min(1360px, 100%) !important;
    min-height: 560px !important;
    padding: clamp(42px, 4.4vw, 64px) clamp(42px, 5vw, 72px) !important;
    grid-template-columns: minmax(480px, 0.92fr) minmax(360px, 430px) !important;
    gap: clamp(42px, 5.2vw, 82px) !important;
    align-items: center !important;
  }

  body.is-marketing-preview .market-hero-copy {
    max-width: 640px !important;
    align-self: center !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    width: 100% !important;
    max-width: 14.6ch !important;
    font-size: clamp(3rem, 3vw, 3.65rem) !important;
    line-height: 1.035 !important;
    overflow-wrap: normal !important;
  }

  body.is-marketing-preview .market-hero-copy h1 span {
    display: block !important;
    white-space: normal !important;
  }

  body.is-marketing-preview .market-hero-copy h1 span:not(:last-child)::after {
    content: none !important;
  }

  body.is-marketing-preview .market-hero-copy p:not(.landing-story-kicker) {
    display: block !important;
    max-width: 50ch !important;
    margin: 2px 0 0 !important;
    color: rgba(255, 248, 234, 0.76) !important;
    font-family: "Space Grotesk", system-ui, sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    font-weight: 650 !important;
  }

  body.is-marketing-preview .market-hero-actions {
    margin-top: 8px !important;
  }

  body.is-marketing-preview .market-hero-actions .landing-primary-cta,
  body.is-marketing-preview .market-hero-actions .secondary-button {
    min-height: 52px !important;
    padding: 0 23px !important;
    font-size: 0.88rem !important;
  }

  body.is-marketing-preview .market-bobo-stage {
    width: min(410px, 100%) !important;
    justify-self: center !important;
  }

  body.is-marketing-preview .market-bobo-stage img {
    min-height: 520px !important;
    object-position: 55% 50% !important;
  }
}

@media (min-width: 1500px) {
  body.is-marketing-preview .market-hero-copy h1 {
    font-size: clamp(3.05rem, 2.75vw, 3.55rem) !important;
  }
}

/* Launch legal notes: visible at purchase points without stealing the CTA. */
body.is-marketing-preview .purchase-legal-note,
body.is-marketing-preview .auth-legal-note {
  margin: 0 !important;
  color: rgba(255, 248, 234, 0.64) !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
}

body.is-marketing-preview .auth-legal-note {
  color: rgba(17, 32, 56, 0.62) !important;
  text-align: center !important;
}

body.is-marketing-preview .purchase-legal-note a,
body.is-marketing-preview .auth-legal-note a {
  color: #ffe36f !important;
  font-weight: 850 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

body.is-marketing-preview .auth-legal-note a {
  color: #0a7b6a !important;
}

body.is-marketing-preview .final-acceptance-card .purchase-legal-note {
  grid-column: 1 / -1 !important;
  padding-top: 2px !important;
}

/* v77: tighten the example-screen module into one coherent sales proof. */
@media (min-width: 981px) {
  body.is-marketing-preview .market-screen-demo {
    display: grid !important;
    grid-template-columns: minmax(330px, 0.42fr) minmax(620px, 0.78fr) !important;
    align-items: center !important;
    gap: clamp(24px, 3.6vw, 52px) !important;
    padding: clamp(30px, 3.8vw, 46px) !important;
    min-height: 640px !important;
  }

  body.is-marketing-preview .market-screen-copy {
    align-self: center !important;
    max-width: 430px !important;
    display: grid !important;
    gap: 16px !important;
    padding: 18px !important;
    border: 1px solid rgba(255, 248, 234, 0.08) !important;
    border-radius: 28px !important;
    background:
      radial-gradient(circle at 0% 100%, rgba(10, 197, 169, 0.14), transparent 16rem),
      rgba(7, 10, 25, 0.42) !important;
  }

  body.is-marketing-preview .market-screen-copy h2 {
    display: block !important;
    max-width: 15.5ch !important;
    margin: 0 !important;
    font-size: clamp(1.82rem, 2vw, 2.28rem) !important;
    line-height: 1.08 !important;
  }

  body.is-marketing-preview .market-answer-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  body.is-marketing-preview .market-answer-list span {
    min-height: 52px !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 9px 12px !important;
    border-radius: 17px !important;
    border: 1px solid rgba(255, 248, 234, 0.12) !important;
    background: rgba(255, 255, 255, 0.045) !important;
    color: rgba(255, 248, 234, 0.88) !important;
    font-size: 0.86rem !important;
    font-weight: 850 !important;
    line-height: 1.18 !important;
  }

  body.is-marketing-preview .market-answer-list b {
    width: 36px !important;
    height: 36px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 13px !important;
    background: linear-gradient(135deg, #ff8a42, #ffe36f) !important;
    color: #130f08 !important;
    font-family: "Space Grotesk", system-ui, sans-serif !important;
    font-size: 0.72rem !important;
    font-weight: 950 !important;
  }

  body.is-marketing-preview .market-visual-slider {
    grid-template-columns: minmax(340px, 0.72fr) minmax(220px, 0.42fr) !important;
    gap: clamp(14px, 2vw, 26px) !important;
    min-height: 580px !important;
    padding: 58px 22px 38px !important;
    align-self: center !important;
  }

  body.is-marketing-preview .market-visual-slider::before {
    left: 22px !important;
    top: 18px !important;
    padding: 8px 14px !important;
    font-size: 0.68rem !important;
  }

  body.is-marketing-preview .market-phone-frame {
    justify-self: start !important;
    margin-left: clamp(38px, 6vw, 86px) !important;
    width: min(100%, 342px) !important;
    border-width: 10px !important;
    border-radius: 44px !important;
  }

  body.is-marketing-preview .market-slide {
    grid-template-columns: minmax(340px, 0.72fr) minmax(220px, 0.42fr) !important;
    gap: clamp(14px, 2vw, 26px) !important;
  }

  body.is-marketing-preview .market-slide img {
    justify-self: start !important;
    margin-left: clamp(48px, 6vw, 96px) !important;
    width: min(100%, 318px) !important;
    border-radius: 31px !important;
  }

  body.is-marketing-preview .market-slide div {
    position: absolute !important;
    right: clamp(26px, 4vw, 52px) !important;
    bottom: clamp(70px, 8vw, 104px) !important;
    width: clamp(248px, 18vw, 300px) !important;
    min-height: 118px !important;
    align-content: center !important;
    justify-self: auto !important;
    transform: none !important;
    padding: 17px 19px !important;
    border-radius: 22px !important;
    background:
      linear-gradient(135deg, rgba(8, 10, 26, 0.92), rgba(12, 15, 35, 0.86)) !important;
    box-shadow:
      0 18px 46px rgba(0, 0, 0, 0.28),
      0 0 0 1px rgba(255, 248, 235, 0.08) inset !important;
  }

  body.is-marketing-preview .market-slide div span {
    width: fit-content !important;
    padding: 7px 10px !important;
    font-size: 0.62rem !important;
  }

  body.is-marketing-preview .market-slide div::after {
    font-size: clamp(1.08rem, 1.55vw, 1.34rem) !important;
  }

  body.is-marketing-preview .market-slide div::before {
    content: "ekran dopasowany do branży" !important;
    order: 3 !important;
    color: rgba(255, 248, 234, 0.56) !important;
    font-family: "Space Grotesk", system-ui, sans-serif !important;
    font-size: 0.72rem !important;
    font-weight: 760 !important;
    line-height: 1.3 !important;
  }

  body.is-marketing-preview .market-slider-ui {
    left: 56px !important;
    right: 56px !important;
    bottom: 22px !important;
  }
}

@media (max-width: 980px) {
  body.is-marketing-preview .market-screen-copy {
    gap: 14px !important;
  }

  body.is-marketing-preview .market-screen-copy h2 {
    display: block !important;
  }

  body.is-marketing-preview .market-answer-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

/* v76: final decision block should close the story, not leave an empty billboard. */
body.is-marketing-preview .market-final-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr) !important;
  gap: clamp(24px, 4vw, 54px) !important;
  align-items: stretch !important;
  min-height: auto !important;
  padding: clamp(28px, 4vw, 44px) !important;
}

body.is-marketing-preview .market-final-copy {
  align-self: center !important;
  display: grid !important;
  gap: 14px !important;
  max-width: 560px !important;
}

body.is-marketing-preview .market-final-cta h2 {
  max-width: 16.8ch !important;
  font-size: clamp(2rem, 2.75vw, 3rem) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-final-cta p:not(.landing-story-kicker) {
  max-width: 52ch !important;
  font-size: 0.94rem !important;
  line-height: 1.52 !important;
}

body.is-marketing-preview .market-final-side {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto auto auto !important;
  gap: 14px !important;
  align-content: center !important;
  min-width: 0 !important;
}

body.is-marketing-preview .market-final-side::before {
  content: "" !important;
  position: absolute !important;
  inset: -18px -16px !important;
  border: 1px solid rgba(255, 248, 234, 0.08) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 226, 110, 0.11), transparent 12rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)) !important;
  pointer-events: none !important;
}

body.is-marketing-preview .market-final-side > * {
  position: relative !important;
  z-index: 1 !important;
}

body.is-marketing-preview .market-final-path {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 9px !important;
}

body.is-marketing-preview .market-final-path div {
  min-height: 54px !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  align-content: center !important;
  gap: 12px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255, 248, 234, 0.12) !important;
  border-radius: 18px !important;
  background: rgba(8, 11, 28, 0.58) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body.is-marketing-preview .market-final-path strong {
  width: 34px !important;
  height: 34px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #ff8a42, #ffe36f) !important;
  color: #130f08 !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 950 !important;
}

body.is-marketing-preview .market-final-path span {
  color: rgba(255, 248, 234, 0.84) !important;
  font-family: "Space Grotesk", system-ui, sans-serif !important;
  font-size: 0.84rem !important;
  font-weight: 820 !important;
  line-height: 1.22 !important;
}

body.is-marketing-preview .market-final-side .market-bobo-chat {
  width: 100% !important;
  min-height: 0 !important;
}

body.is-marketing-preview .market-final-side .market-bobo-chat-launcher {
  width: 100% !important;
  min-height: 74px !important;
  border-radius: 22px !important;
  background:
    linear-gradient(135deg, rgba(20, 124, 112, 0.3), rgba(255, 255, 255, 0.055) 45%, rgba(255, 226, 110, 0.09)) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

body.is-marketing-preview .market-final-side .market-bobo-chat-launcher img {
  width: 52px !important;
  height: 52px !important;
}

body.is-marketing-preview .market-final-side .market-bobo-chat-launcher strong {
  font-size: 0.98rem !important;
}

body.is-marketing-preview .market-final-side .market-bobo-chat-launcher small {
  font-size: 0.72rem !important;
  opacity: 0.72 !important;
}

body.is-marketing-preview .market-final-side > .landing-primary-cta {
  width: 100% !important;
  min-height: 58px !important;
  justify-self: stretch !important;
  font-size: 0.96rem !important;
}

@media (max-width: 900px) {
  body.is-marketing-preview .market-final-cta {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body.is-marketing-preview .market-final-copy {
    max-width: 100% !important;
  }

  body.is-marketing-preview .market-final-path {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .market-final-path div {
    min-height: 66px !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    align-content: center !important;
  }
}

/* v75: desktop hero polish - calmer title, better image crop, less dead space. */
@media (min-width: 981px) {
  body.is-marketing-preview .market-hero {
    min-height: clamp(500px, 55vh, 610px) !important;
    padding: clamp(36px, 3.8vw, 58px) clamp(44px, 5vw, 74px) !important;
    grid-template-columns: minmax(470px, 0.9fr) minmax(500px, 0.82fr) !important;
    gap: clamp(34px, 4.2vw, 68px) !important;
  }

  body.is-marketing-preview .market-hero-copy {
    max-width: 600px !important;
    transform: translateY(-4px) !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 15.4ch !important;
    font-size: clamp(2.72rem, 2.65vw, 3.38rem) !important;
    line-height: 1.055 !important;
  }

  body.is-marketing-preview .market-hero-copy p:not(.landing-story-kicker) {
    max-width: 47ch !important;
    font-size: 0.96rem !important;
  }

  body.is-marketing-preview .market-bobo-stage {
    width: min(540px, 100%) !important;
    aspect-ratio: 1.05 / 1 !important;
    justify-self: end !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.is-marketing-preview .market-bobo-stage img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: 72% 50% !important;
    border-radius: 28px !important;
  }

  body.is-marketing-preview .market-bobo-card-guide {
    top: 18px !important;
    left: 18px !important;
    right: auto !important;
    width: min(300px, calc(100% - 36px)) !important;
  }

body.is-marketing-preview .market-bobo-card-price {
    left: 18px !important;
    bottom: 18px !important;
  }
}

@media (min-width: 1500px) {
  body.is-marketing-preview .market-hero {
    width: min(1360px, calc(100vw - 96px)) !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    font-size: clamp(2.85rem, 2.42vw, 3.35rem) !important;
  }
}

/* v78: launch polish sprint - calmer desktop, stronger value story, tighter cards. */
@media (min-width: 981px) {
  body.is-marketing-preview .app-shell {
    width: min(1340px, calc(100vw - 96px)) !important;
  }

  body.is-marketing-preview .landing-topbar,
  body.is-marketing-preview .market-hero,
  body.is-marketing-preview .market-bobo-narrator {
    width: min(1280px, 100%) !important;
  }

  body.is-marketing-preview .market-hero {
    min-height: clamp(500px, 52vh, 590px) !important;
    grid-template-columns: minmax(420px, 0.9fr) minmax(390px, 440px) !important;
    gap: clamp(34px, 4vw, 58px) !important;
    padding: clamp(38px, 4vw, 56px) !important;
  }

  body.is-marketing-preview .market-hero-copy {
    max-width: 560px !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 16.2ch !important;
    font-size: clamp(2.44rem, 2.58vw, 3.16rem) !important;
    line-height: 1.08 !important;
  }

  body.is-marketing-preview .market-hero-copy p:not(.landing-story-kicker) {
    max-width: 49ch !important;
    color: rgba(255, 248, 234, 0.78) !important;
    font-size: 0.95rem !important;
    line-height: 1.56 !important;
    font-weight: 620 !important;
  }

  body.is-marketing-preview .market-bobo-stage {
    width: min(440px, 100%) !important;
    aspect-ratio: 0.92 / 1 !important;
    border-radius: 30px !important;
  }

  body.is-marketing-preview .market-bobo-stage img {
    object-position: 58% 48% !important;
    filter: saturate(1.06) contrast(1.04) !important;
  }

  body.is-marketing-preview .market-bobo-card-guide {
    width: min(250px, calc(100% - 34px)) !important;
    padding: 13px 14px !important;
  }

  body.is-marketing-preview .market-bobo-card-guide strong {
    font-size: 1.08rem !important;
    line-height: 1.12 !important;
  }

  body.is-marketing-preview .market-bobo-card-guide p,
  body.is-marketing-preview .market-bobo-card-price p {
    font-size: 0.68rem !important;
    line-height: 1.25 !important;
  }

  body.is-marketing-preview .market-bobo-card-price {
    padding: 13px 15px !important;
  }

  body.is-marketing-preview .market-bobo-card-price strong {
    font-size: 1.9rem !important;
  }

  body.is-marketing-preview .market-fact-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.is-marketing-preview .market-fact-card.is-bobo-price {
    grid-column: 1 / -1 !important;
    grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1fr) !important;
    align-items: center !important;
  }

  body.is-marketing-preview .market-fact-card {
    min-height: 170px !important;
    align-content: stretch !important;
  }

  body.is-marketing-preview .market-fact-copy strong {
    font-size: clamp(1.55rem, 2vw, 2.15rem) !important;
    line-height: 1.05 !important;
  }

  body.is-marketing-preview .market-fact-source {
    white-space: nowrap !important;
    font-size: 0.66rem !important;
    line-height: 1.2 !important;
  }

  body.is-marketing-preview .market-choice-map,
  body.is-marketing-preview .market-screen-demo,
  body.is-marketing-preview .market-final-cta {
    width: min(1280px, 100%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.is-marketing-preview .market-choice-map {
    grid-template-columns: minmax(300px, 0.38fr) minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 22px !important;
  }

  body.is-marketing-preview .market-choice-intro {
    display: grid !important;
    align-content: center !important;
    max-width: 360px !important;
    padding: 14px !important;
  }

  body.is-marketing-preview .market-choice-intro h2 {
    max-width: 13.5ch !important;
    font-size: clamp(1.72rem, 2.05vw, 2.32rem) !important;
    line-height: 1.1 !important;
  }

  body.is-marketing-preview .market-choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
  }

  body.is-marketing-preview .market-choice-grid .market-choice-card {
    min-height: 100% !important;
    padding: 18px !important;
  }

  body.is-marketing-preview .market-screen-demo {
    grid-template-columns: minmax(280px, 0.34fr) minmax(640px, 0.8fr) !important;
    min-height: 610px !important;
  }

  body.is-marketing-preview .market-screen-copy h2 {
    max-width: 16ch !important;
    font-size: clamp(1.64rem, 1.72vw, 2.02rem) !important;
  }

  body.is-marketing-preview .market-visual-slider {
    min-height: 550px !important;
    grid-template-columns: minmax(300px, 0.62fr) minmax(260px, 0.46fr) !important;
    background:
      radial-gradient(circle at 76% 18%, rgba(255, 226, 110, 0.13), transparent 13rem),
      radial-gradient(circle at 20% 94%, rgba(10, 197, 169, 0.14), transparent 13rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)) !important;
  }

  body.is-marketing-preview .market-slide img {
    width: min(100%, 300px) !important;
    margin-left: clamp(36px, 4.5vw, 70px) !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45) !important;
  }

  body.is-marketing-preview .market-phone-frame {
    width: min(100%, 322px) !important;
    margin-left: clamp(26px, 4.2vw, 60px) !important;
  }

  body.is-marketing-preview .market-slide div {
    right: clamp(28px, 3vw, 44px) !important;
    bottom: clamp(72px, 6vw, 92px) !important;
    width: clamp(250px, 20vw, 320px) !important;
  }
}

body.is-marketing-preview .market-bobo-chat-messages p,
body.is-marketing-preview .market-bobo-chat-panel .market-bobo-chat-messages p,
body.is-marketing-preview .market-bobo-chat-panel .market-bobo-chat-messages .is-bobo {
  font-weight: 560 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-bobo-chat-messages .is-user {
  font-weight: 650 !important;
}

body.is-marketing-preview .market-bobo-chat-panel {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 226, 110, 0.12), transparent 13rem),
    radial-gradient(circle at 100% 92%, rgba(14, 170, 151, 0.16), transparent 13rem),
    linear-gradient(145deg, rgba(16, 18, 36, 0.98), rgba(7, 10, 24, 0.98)) !important;
}

body.is-marketing-preview .market-bobo-chat-form button {
  background: linear-gradient(135deg, #ff8a42, #ffe36f) !important;
  color: #111521 !important;
  border: 0 !important;
}

@media (max-width: 980px) {
  body.is-marketing-preview .market-fact-source {
    font-size: 0.63rem !important;
  }

  body.is-marketing-preview .market-choice-intro h2,
  body.is-marketing-preview .market-screen-copy h2,
  body.is-marketing-preview .market-final-cta h2 {
    font-size: clamp(1.55rem, 5.5vw, 2rem) !important;
    line-height: 1.12 !important;
  }
}

/* v79: app onboarding polish - one current step, premium dark form, no white checkbox blocks. */
body:not(.is-marketing-preview) {
  background:
    radial-gradient(circle at 18% 4%, rgba(255, 226, 110, 0.12), transparent 18rem),
    radial-gradient(circle at 84% 14%, rgba(154, 90, 255, 0.16), transparent 20rem),
    linear-gradient(180deg, #050713, #030612 70%) !important;
}

body:not(.is-marketing-preview) .control-panel {
  background: transparent !important;
}

body:not(.is-marketing-preview) .intro,
body:not(.is-marketing-preview) .onboarding-card,
body:not(.is-marketing-preview) .path-choice,
body:not(.is-marketing-preview) .wizard-panel,
body:not(.is-marketing-preview) .flow-card,
body:not(.is-marketing-preview) .review-card {
  border: 1px solid rgba(255, 248, 234, 0.13) !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 226, 110, 0.10), transparent 14rem),
    radial-gradient(circle at 2% 96%, rgba(14, 170, 151, 0.13), transparent 12rem),
    linear-gradient(145deg, rgba(22, 24, 45, 0.94), rgba(8, 11, 28, 0.98)) !important;
  color: #fff8ea !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25) !important;
}

body:not(.is-marketing-preview) .wizard-heading {
  display: grid !important;
  gap: 9px !important;
}

body:not(.is-marketing-preview) .wizard-heading h2,
body:not(.is-marketing-preview) .intro h1,
body:not(.is-marketing-preview) .review-card h2 {
  max-width: 18ch !important;
  color: #fff8ea !important;
  font-size: clamp(1.62rem, 4.8vw, 2.32rem) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

body:not(.is-marketing-preview) .wizard-heading p,
body:not(.is-marketing-preview) .intro-lead,
body:not(.is-marketing-preview) .review-card > p {
  max-width: 58ch !important;
  color: rgba(255, 248, 234, 0.72) !important;
  font-size: 0.94rem !important;
  line-height: 1.54 !important;
  font-weight: 650 !important;
}

body:not(.is-marketing-preview) .onboarding-card .onboarding-steps {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

body:not(.is-marketing-preview) .onboarding-card .onboarding-steps li {
  min-height: 76px !important;
  padding: 12px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 248, 234, 0.10) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  opacity: 0.46 !important;
}

body:not(.is-marketing-preview) .onboarding-card .onboarding-steps li.is-current,
body:not(.is-marketing-preview) .onboarding-card .onboarding-steps li.is-done {
  opacity: 1 !important;
}

body:not(.is-marketing-preview) .onboarding-card .onboarding-steps li.is-current {
  border-color: rgba(255, 226, 110, 0.55) !important;
  background:
    linear-gradient(135deg, rgba(255, 226, 110, 0.12), rgba(14, 170, 151, 0.10)),
    rgba(255, 255, 255, 0.055) !important;
}

body:not(.is-marketing-preview) .onboarding-card .onboarding-steps strong {
  color: #fff8ea !important;
  font-size: 0.82rem !important;
}

body:not(.is-marketing-preview) .onboarding-card .onboarding-steps span {
  color: rgba(255, 248, 234, 0.62) !important;
  font-size: 0.72rem !important;
  line-height: 1.25 !important;
}

body:not(.is-marketing-preview) #scratch-form input,
body:not(.is-marketing-preview) #scratch-form textarea,
body:not(.is-marketing-preview) #scratch-form select,
body:not(.is-marketing-preview) #rebuild-form input {
  border: 1px solid rgba(255, 248, 234, 0.14) !important;
  background: rgba(4, 7, 20, 0.72) !important;
  color: #fff8ea !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body:not(.is-marketing-preview) #scratch-form input::placeholder,
body:not(.is-marketing-preview) #scratch-form textarea::placeholder {
  color: rgba(255, 248, 234, 0.42) !important;
}

body:not(.is-marketing-preview) .page-checkboxes {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 4px 0 0 !important;
  padding: 12px !important;
  border: 1px solid rgba(255, 248, 234, 0.12) !important;
  border-radius: 18px !important;
  background: rgba(4, 7, 20, 0.46) !important;
}

body:not(.is-marketing-preview) .page-checkboxes legend {
  padding: 0 8px !important;
  color: #ffe36f !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

body:not(.is-marketing-preview) .page-checkboxes label {
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  padding: 8px 10px !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: rgba(255, 248, 234, 0.86) !important;
  font-size: 0.82rem !important;
  font-weight: 720 !important;
}

body:not(.is-marketing-preview) .scratch-draft-state[data-tone="saved"],
body:not(.is-marketing-preview) .scratch-draft-state[data-tone="info"] {
  color: #d7fff2 !important;
}

@media (max-width: 760px) {
  body:not(.is-marketing-preview) .onboarding-card .onboarding-steps,
  body:not(.is-marketing-preview) .page-checkboxes {
    grid-template-columns: 1fr !important;
  }
}

/* v80: repair path-comparison cards after desktop smoke; no overlapping text. */
@media (min-width: 981px) {
  body.is-marketing-preview .market-choice-map {
    grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.9fr) !important;
    align-items: center !important;
  }

  body.is-marketing-preview .market-choice-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.is-marketing-preview .market-choice-grid .market-choice-card {
    display: grid !important;
    grid-template-columns: minmax(150px, 0.24fr) minmax(250px, 0.48fr) minmax(190px, 0.28fr) !important;
    grid-template-rows: auto auto auto !important;
    column-gap: 18px !important;
    row-gap: 8px !important;
    align-items: center !important;
    min-height: 138px !important;
    padding: 18px 20px !important;
  }

  body.is-marketing-preview .market-choice-grid .market-choice-card > * {
    position: static !important;
    transform: none !important;
  }

  body.is-marketing-preview .market-choice-grid .choice-card-head {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    display: grid !important;
    justify-items: start !important;
    align-content: center !important;
    gap: 9px !important;
  }

  body.is-marketing-preview .market-choice-grid .choice-card-head b {
    max-width: 15ch !important;
    text-align: left !important;
  }

  body.is-marketing-preview .market-choice-grid .market-choice-card strong {
    grid-column: 2 !important;
    grid-row: 1 !important;
    max-width: 22ch !important;
    margin: 0 !important;
    font-size: clamp(1.12rem, 1.32vw, 1.38rem) !important;
    line-height: 1.18 !important;
  }

  body.is-marketing-preview .market-choice-grid .market-choice-card > p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    max-width: 46ch !important;
    margin: 0 !important;
    font-size: 0.84rem !important;
    line-height: 1.42 !important;
  }

  body.is-marketing-preview .market-choice-grid .choice-points {
    grid-column: 3 !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
  }

  body.is-marketing-preview .market-choice-grid .market-choice-card details {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    margin: 4px 0 0 !important;
  }

  body.is-marketing-preview .market-choice-grid .market-choice-card details[open] {
    background: rgba(5, 7, 18, 0.52) !important;
  }

  body.is-marketing-preview .market-choice-grid .market-choice-card details p {
    max-width: none !important;
    padding: 0 13px 13px !important;
    font-size: 0.78rem !important;
  }
}

body.is-marketing-preview .choice-intro-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

body.is-marketing-preview .choice-intro-list li {
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 229, 140, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

body.is-marketing-preview .choice-intro-list span {
  color: var(--gold);
  font-family: "Arial", sans-serif;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.is-marketing-preview .choice-intro-list b {
  color: rgba(255, 248, 234, 0.9);
  font-size: 0.84rem;
  line-height: 1.2;
}

/* v84: examples should feel like credible business screens, not generic AI cards. */
body.is-marketing-preview .market-slide-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

body.is-marketing-preview .market-slide-proof li {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 226, 110, 0.16);
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 248, 234, 0.88);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 0.66rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

body.is-marketing-preview .market-slide.is-clinic .market-slide-proof li {
  border-color: rgba(223, 178, 83, 0.28);
  background: rgba(223, 178, 83, 0.10);
}

body.is-marketing-preview .market-slide.is-beauty .market-slide-proof li {
  border-color: rgba(255, 95, 145, 0.24);
  background: rgba(255, 95, 145, 0.09);
}

body.is-marketing-preview .market-slide.is-law .market-slide-proof li {
  border-color: rgba(255, 231, 183, 0.22);
  background: rgba(255, 231, 183, 0.08);
}

body.is-marketing-preview .market-slide.is-restaurant .market-slide-proof li {
  border-color: rgba(255, 178, 92, 0.24);
  background: rgba(255, 178, 92, 0.09);
}

body.is-marketing-preview .market-slide.is-physio .market-slide-proof li {
  border-color: rgba(100, 214, 174, 0.24);
  background: rgba(100, 214, 174, 0.09);
}

body.is-marketing-preview .market-checkout-receipt {
  display: grid;
  gap: 10px;
  padding: 17px;
  border: 1px solid rgba(255, 226, 110, 0.24);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 226, 110, 0.16), transparent 8rem),
    linear-gradient(135deg, rgba(255, 226, 110, 0.10), rgba(255, 255, 255, 0.04));
}

body.is-marketing-preview .market-checkout-receipt span {
  color: rgba(255, 248, 234, 0.72);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.is-marketing-preview .market-checkout-receipt strong {
  color: #ffe36f;
  font-size: clamp(1.26rem, 1.7vw, 1.72rem);
  line-height: 1.05;
}

body.is-marketing-preview .market-checkout-receipt ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.is-marketing-preview .market-checkout-receipt li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 248, 234, 0.82);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 760;
}

body.is-marketing-preview .market-checkout-receipt li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a42, #ffe36f);
  box-shadow: 0 0 16px rgba(255, 226, 110, 0.38);
}

body:not(.is-marketing-preview) .scratch-brief-helper {
  display: grid;
  gap: 6px;
  margin-top: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 226, 110, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 226, 110, 0.12), transparent 10rem),
    rgba(255, 255, 255, 0.045);
}

body:not(.is-marketing-preview) .scratch-brief-helper strong {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ffe36f !important;
  font-size: 0.9rem !important;
  line-height: 1.15 !important;
}

body:not(.is-marketing-preview) .scratch-brief-helper span {
  display: block !important;
  max-width: 58ch !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255, 248, 234, 0.78) !important;
  font-size: 0.86rem !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  text-align: left !important;
  box-shadow: none !important;
}

@media (max-width: 560px) {
  body:not(.is-marketing-preview) #scratch-path .wizard-heading h2 {
    max-width: 15ch !important;
    font-size: clamp(1.55rem, 7.2vw, 2.02rem) !important;
    line-height: 1.08 !important;
  }
}

@media (max-width: 980px) {
  body.is-marketing-preview .market-choice-grid .market-choice-card > * {
    position: static !important;
    transform: none !important;
  }

  body.is-marketing-preview .choice-intro-list {
    grid-template-columns: 1fr;
  }
}

/* v85: survey workspace must never overlap the answer flow. */
@media (min-width: 1100px) {
  body.is-survey-active .app-shell {
    display: grid !important;
    grid-template-columns: minmax(500px, 620px) minmax(0, 1fr) !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    align-items: start !important;
  }

  body.is-survey-active .control-panel {
    grid-column: 1 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    background:
      radial-gradient(circle at 0% 0%, rgba(255, 226, 110, 0.10), transparent 18rem),
      linear-gradient(180deg, rgba(5, 7, 19, 0.99), rgba(3, 6, 18, 0.99)) !important;
    border-right: 1px solid rgba(255, 248, 234, 0.12) !important;
  }

  body.is-survey-active .preview-panel {
    grid-column: 2 !important;
    position: sticky !important;
    top: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    transform: none !important;
    margin: 0 !important;
  }

  body.is-survey-active .device-preview {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.is-survey-active .device-stage {
    height: min(calc(100vh - 150px), 720px) !important;
    max-width: min(100%, 390px) !important;
  }

  body.is-survey-active .improve-feedback-card,
  body.is-survey-active .survey-question-card,
  body.is-survey-active .survey-stepper,
  body.is-survey-active .survey-section,
  body.is-survey-active .survey-inline-alert {
    background-color: rgba(13, 16, 34, 0.96) !important;
    backdrop-filter: blur(18px) !important;
  }

  body.is-survey-active .improve-feedback-card {
    width: min(560px, calc(100vw - 760px)) !important;
    min-width: 520px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.is-survey-active .survey-question-card {
    min-width: 0 !important;
  }
}

/* v86: launch-readiness pass: clearer desktop hero, stronger proof sections, tighter CTAs. */
body.is-marketing-preview .market-hero {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px) !important;
  align-items: center !important;
  gap: clamp(38px, 5vw, 76px) !important;
  min-height: auto !important;
  padding: clamp(56px, 7vw, 86px) clamp(40px, 6vw, 88px) !important;
}

body.is-marketing-preview .market-hero-copy {
  max-width: 760px !important;
}

body.is-marketing-preview .market-hero-copy h1 {
  max-width: 11.5ch !important;
  font-size: clamp(3.05rem, 4.55vw, 4.9rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-hero-copy h1 span {
  display: inline !important;
}

body.is-marketing-preview .market-hero-copy p:not(.landing-story-kicker) {
  max-width: 58ch !important;
  font-size: clamp(1rem, 1.05vw, 1.16rem) !important;
  line-height: 1.62 !important;
}

body.is-marketing-preview .market-bobo-stage {
  width: min(100%, 460px) !important;
  min-height: 0 !important;
  aspect-ratio: 0.78 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.is-marketing-preview .market-bobo-stage img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  background:
    radial-gradient(circle at 68% 42%, rgba(255, 226, 110, 0.18), transparent 18rem),
    radial-gradient(circle at 45% 78%, rgba(133, 65, 255, 0.24), transparent 15rem),
    #060817 !important;
}

body.is-marketing-preview .market-bobo-card-guide {
  max-width: 220px !important;
  left: 20px !important;
  top: 20px !important;
}

body.is-marketing-preview .market-bobo-card-price {
  left: 20px !important;
  bottom: 20px !important;
}

body.is-marketing-preview .market-section-copy {
  display: grid;
  gap: 14px;
  max-width: 680px;
}

body.is-marketing-preview .market-section-copy h2 {
  margin: 0;
  max-width: 14ch;
  color: #fff8ea;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.15rem);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: 0;
}

body.is-marketing-preview .market-section-copy p:not(.landing-story-kicker) {
  margin: 0;
  max-width: 60ch;
  color: rgba(255, 248, 234, 0.84);
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  font-weight: 680;
  line-height: 1.62;
}

body.is-marketing-preview .market-launch-timeline,
body.is-marketing-preview .market-proof-zip,
body.is-marketing-preview .market-local-examples,
body.is-marketing-preview .market-agency-compare,
body.is-marketing-preview .market-not-for,
body.is-marketing-preview .market-launch-checklist {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 226, 110, 0.16);
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 94%, rgba(0, 208, 190, 0.15), transparent 18rem),
    radial-gradient(circle at 86% 8%, rgba(255, 226, 110, 0.11), transparent 18rem),
    linear-gradient(135deg, rgba(13, 18, 38, 0.96), rgba(20, 17, 39, 0.94));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

body.is-marketing-preview .market-launch-timeline,
body.is-marketing-preview .market-local-examples,
body.is-marketing-preview .market-agency-compare,
body.is-marketing-preview .market-not-for,
body.is-marketing-preview .market-launch-checklist {
  padding: clamp(26px, 4.6vw, 56px);
}

body.is-marketing-preview .market-launch-timeline {
  display: grid;
  gap: 28px;
}

body.is-marketing-preview .launch-timeline-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.is-marketing-preview .launch-timeline-steps li {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 190px;
  padding: 18px;
  border: 1px solid rgba(255, 248, 234, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

body.is-marketing-preview .launch-timeline-steps span,
body.is-marketing-preview .local-example-grid span,
body.is-marketing-preview .compare-grid span,
body.is-marketing-preview .not-for-grid span,
body.is-marketing-preview .zip-file-card span {
  width: max-content;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 226, 110, 0.13);
  color: #ffe36f;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.is-marketing-preview .launch-timeline-steps strong,
body.is-marketing-preview .local-example-grid strong,
body.is-marketing-preview .compare-grid strong,
body.is-marketing-preview .not-for-grid strong {
  color: #fff8ea;
  font-size: 1.02rem;
  line-height: 1.14;
}

body.is-marketing-preview .launch-timeline-steps p,
body.is-marketing-preview .local-example-grid p,
body.is-marketing-preview .compare-grid p,
body.is-marketing-preview .not-for-grid p,
body.is-marketing-preview .zip-file-card p {
  margin: 0;
  color: rgba(255, 248, 234, 0.84);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.48;
}

body.is-marketing-preview .market-bobo-callout {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(111, 231, 214, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 50%, rgba(0, 208, 190, 0.16), transparent 13rem),
    rgba(255, 255, 255, 0.055);
}

body.is-marketing-preview .market-bobo-callout img {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  box-shadow: 0 0 28px rgba(255, 226, 110, 0.18);
}

body.is-marketing-preview .market-bobo-callout p {
  margin: 0;
  max-width: 64ch;
  color: rgba(255, 248, 234, 0.82);
  font-size: 0.94rem;
  font-weight: 720;
  line-height: 1.46;
}

body.is-marketing-preview .market-bobo-callout .landing-primary-cta,
body.is-marketing-preview .market-launch-checklist .landing-primary-cta {
  min-height: 52px !important;
  padding: 0 22px !important;
  white-space: nowrap;
}

body.is-marketing-preview .market-proof-zip {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: clamp(26px, 4.6vw, 56px);
}

body.is-marketing-preview .zip-file-stack {
  display: grid;
  gap: 12px;
}

body.is-marketing-preview .zip-file-card,
body.is-marketing-preview .zip-file-row {
  border: 1px solid rgba(255, 248, 234, 0.13);
  background: rgba(255, 255, 255, 0.06);
}

body.is-marketing-preview .zip-file-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 24px;
}

body.is-marketing-preview .zip-file-card strong {
  color: #fff8ea;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

body.is-marketing-preview .zip-file-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border-radius: 16px;
}

body.is-marketing-preview .zip-file-row span {
  color: #ffe36f;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.is-marketing-preview .zip-file-row b {
  color: rgba(255, 248, 234, 0.84);
  font-size: 0.9rem;
}

body.is-marketing-preview .local-example-grid,
body.is-marketing-preview .compare-grid,
body.is-marketing-preview .not-for-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

body.is-marketing-preview .local-example-grid article,
body.is-marketing-preview .compare-grid article,
body.is-marketing-preview .not-for-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 174px;
  padding: 20px;
  border: 1px solid rgba(255, 248, 234, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

body.is-marketing-preview .compare-grid article.is-bobo,
body.is-marketing-preview .not-for-grid article.is-for {
  border-color: rgba(255, 226, 110, 0.28);
  background:
    radial-gradient(circle at 94% 0%, rgba(255, 226, 110, 0.14), transparent 8rem),
    rgba(255, 255, 255, 0.07);
}

body.is-marketing-preview .market-launch-checklist {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

body.is-marketing-preview .market-launch-checklist h2 {
  margin: 0;
  color: #fff8ea;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.65rem, 2.4vw, 2.55rem);
  line-height: 1.05;
}

body.is-marketing-preview .market-launch-checklist ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.is-marketing-preview .market-launch-checklist li {
  display: grid;
  gap: 7px;
  min-height: 128px;
  padding: 15px;
  border: 1px solid rgba(255, 248, 234, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

body.is-marketing-preview .market-launch-checklist li span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9248, #ffe36f);
  color: #0b0d17;
  font-weight: 950;
}

body.is-marketing-preview .market-launch-checklist li strong {
  color: #fff8ea;
  font-size: 0.94rem;
}

body.is-marketing-preview .market-launch-checklist li p {
  margin: 0;
  color: rgba(255, 248, 234, 0.72);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.42;
}

body.is-marketing-preview .market-final-cta {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.82fr) !important;
  min-height: auto !important;
  padding: clamp(30px, 4.8vw, 58px) !important;
}

body.is-marketing-preview .market-final-cta h2 {
  max-width: 14ch !important;
  font-size: clamp(2rem, 3vw, 3.1rem) !important;
  line-height: 1.05 !important;
}

body.is-marketing-preview .market-final-cta p:not(.landing-story-kicker) {
  max-width: 58ch !important;
  font-size: 0.98rem !important;
  line-height: 1.58 !important;
}

body.is-marketing-preview .auth-mini-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(111, 231, 214, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 50%, rgba(0, 208, 190, 0.12), transparent 12rem),
    rgba(255, 255, 255, 0.045);
}

body.is-marketing-preview .auth-mini-proof span {
  display: grid;
  gap: 4px;
  min-height: 74px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(7, 10, 25, 0.48);
}

body.is-marketing-preview .auth-mini-proof b {
  color: #fff8ea;
  font-size: 0.86rem;
  line-height: 1.16;
}

body.is-marketing-preview .auth-mini-proof small {
  color: rgba(255, 248, 234, 0.66);
  font-size: 0.74rem;
  font-weight: 650;
  line-height: 1.32;
}

@media (max-width: 1180px) {
  body.is-marketing-preview .launch-timeline-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.is-marketing-preview .market-launch-checklist {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  body.is-marketing-preview .market-hero,
  body.is-marketing-preview .market-proof-zip,
  body.is-marketing-preview .market-final-cta {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .market-bobo-stage {
    justify-self: center;
    max-width: 390px !important;
  }

  body.is-marketing-preview .local-example-grid,
  body.is-marketing-preview .compare-grid,
  body.is-marketing-preview .not-for-grid,
  body.is-marketing-preview .market-launch-checklist ul,
  body.is-marketing-preview .auth-mini-proof {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .market-bobo-callout {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  body.is-marketing-preview .market-bobo-callout .landing-primary-cta {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 680px) {
  body.is-marketing-preview .market-hero {
    padding: 32px 24px !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 12ch !important;
    font-size: clamp(2.12rem, 10vw, 3.05rem) !important;
  }

  body.is-marketing-preview .market-hero-actions {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .launch-timeline-steps {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .launch-timeline-steps li,
  body.is-marketing-preview .local-example-grid article,
  body.is-marketing-preview .compare-grid article,
  body.is-marketing-preview .not-for-grid article {
    min-height: 0;
  }

  body.is-marketing-preview .market-section-copy h2,
  body.is-marketing-preview .market-final-cta h2 {
    max-width: 13ch !important;
    font-size: clamp(1.72rem, 8vw, 2.25rem) !important;
  }

  body.is-marketing-preview .zip-file-row {
    grid-template-columns: 1fr;
  }
}

/* v87: keep the opened Bobo chat above every landing section. */
body.is-marketing-preview .market-final-cta,
body.is-marketing-preview .market-final-side,
body.is-marketing-preview .market-final-side .market-bobo-chat,
body.is-marketing-preview .market-bobo-chat.is-open {
  overflow: visible !important;
}

body.is-marketing-preview .market-bobo-chat.is-open {
  z-index: 2200 !important;
  isolation: isolate !important;
}

body.is-marketing-preview .market-bobo-chat-panel {
  position: fixed !important;
  inset: auto clamp(18px, 4vw, 72px) clamp(18px, 4vh, 38px) auto !important;
  z-index: 2400 !important;
  width: min(440px, calc(100vw - 32px)) !important;
  max-height: min(680px, calc(100dvh - 36px)) !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  transform-origin: 100% 100% !important;
}

body.is-marketing-preview .market-bobo-chat-panel .market-bobo-chat-head {
  position: relative !important;
  z-index: 2 !important;
}

body.is-marketing-preview .market-bobo-chat-panel .market-bobo-chat-messages {
  min-height: 0 !important;
  max-height: min(390px, calc(100dvh - 220px)) !important;
  overscroll-behavior: contain !important;
}

body.is-marketing-preview .market-bobo-chat-panel .market-bobo-chat-form {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 760px) {
  body.is-marketing-preview .market-bobo-chat-panel {
    inset: auto 14px 14px 14px !important;
    width: auto !important;
    max-height: calc(100dvh - 28px) !important;
  }

body.is-marketing-preview .market-bobo-chat-panel .market-bobo-chat-messages {
    max-height: min(46vh, calc(100dvh - 220px)) !important;
  }
}

/* v88: launch polish - clearer value, tighter desktop scale, fewer empty cards. */
@media (min-width: 1180px) {
  body.is-marketing-preview .market-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 420px) !important;
    gap: clamp(34px, 4vw, 62px) !important;
    padding: clamp(46px, 5.4vw, 74px) clamp(46px, 6vw, 86px) !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 13ch !important;
    font-size: clamp(2.75rem, 3.65vw, 4.2rem) !important;
    line-height: 1.02 !important;
  }

  body.is-marketing-preview .market-hero-copy > p:not(.landing-story-kicker) {
    max-width: 54ch !important;
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }

  body.is-marketing-preview .market-bobo-stage {
    width: min(100%, 404px) !important;
    max-width: 404px !important;
  }

  body.is-marketing-preview .market-bobo-stage > img {
    object-fit: contain !important;
    object-position: 50% 50% !important;
    background:
      radial-gradient(circle at 70% 32%, rgba(194, 107, 255, 0.18), transparent 12rem),
      radial-gradient(circle at 32% 74%, rgba(255, 198, 73, 0.16), transparent 10rem),
      #060818 !important;
  }
}

body.is-marketing-preview .market-fact-strip .market-fact-card {
  grid-template-columns: minmax(150px, 0.62fr) minmax(180px, 0.72fr) minmax(210px, 0.82fr) !important;
  align-items: center !important;
  min-height: 172px !important;
}

body.is-marketing-preview .market-fact-strip .market-fact-card.is-poland,
body.is-marketing-preview .market-fact-strip .market-fact-card.is-bobo-price {
  grid-template-columns: minmax(150px, 0.7fr) minmax(280px, 1fr) !important;
}

body.is-marketing-preview .market-fact-detail.is-compact {
  min-height: 96px !important;
  padding: 15px 16px !important;
  border-color: rgba(255, 248, 234, 0.14) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 226, 110, 0.10), transparent 9rem),
    rgba(255, 255, 255, 0.045) !important;
}

body.is-marketing-preview .market-fact-detail.is-compact p {
  max-width: 34ch !important;
}

body.is-marketing-preview .local-example-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.is-marketing-preview .local-example-grid article {
  min-height: 178px !important;
  padding: 18px !important;
  border-radius: 20px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 92% 10%, rgba(255, 226, 110, 0.10), transparent 8rem) !important;
}

body.is-marketing-preview .local-example-grid strong {
  max-width: 15ch !important;
  font-size: clamp(1.04rem, 1.15vw, 1.22rem) !important;
  line-height: 1.12 !important;
}

body.is-marketing-preview .local-example-grid p {
  font-size: 0.82rem !important;
  line-height: 1.45 !important;
}

body.is-marketing-preview .market-final-proofline {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.is-marketing-preview .market-final-support {
  display: grid;
  gap: 7px;
  padding: 15px 16px;
  border: 1px solid rgba(111, 231, 214, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 208, 190, 0.14), transparent 9rem),
    rgba(255, 255, 255, 0.045);
}

body.is-marketing-preview .market-final-support span {
  color: #fff8ea;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 850;
}

body.is-marketing-preview .market-final-support p {
  margin: 0 !important;
  max-width: none !important;
  color: rgba(255, 248, 234, 0.72) !important;
  font-size: 0.8rem !important;
  line-height: 1.42 !important;
}

body:not(.is-marketing-preview) .scratch-brief-helper em {
  display: block;
  margin-top: 4px;
  color: rgba(255, 248, 234, 0.66);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1.42;
}

body:not(.is-marketing-preview) .final-support-note {
  margin: -2px 0 0;
  color: rgba(255, 248, 234, 0.68);
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.45;
}

body:not(.is-marketing-preview) .scratch-form input,
body:not(.is-marketing-preview) .scratch-form select,
body:not(.is-marketing-preview) .scratch-form textarea {
  color: #fff8ea !important;
  background: rgba(5, 7, 19, 0.78) !important;
  border-color: rgba(255, 248, 234, 0.16) !important;
}

body:not(.is-marketing-preview) .page-checkboxes {
  background: rgba(5, 7, 19, 0.72) !important;
  border-color: rgba(255, 248, 234, 0.15) !important;
}

body:not(.is-marketing-preview) .page-checkboxes label {
  color: rgba(255, 248, 234, 0.86) !important;
}

/* v90: launch trust pass - tighter desktop hero, clearer scope, recovery and paid states. */
@media (min-width: 1180px) {
  body.is-marketing-preview .market-hero {
    grid-template-columns: minmax(0, 0.86fr) minmax(318px, 374px) !important;
    gap: clamp(30px, 3.5vw, 56px) !important;
    padding: clamp(42px, 4.7vw, 66px) clamp(52px, 6vw, 86px) !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 15ch !important;
    font-size: clamp(2.45rem, 3.12vw, 3.55rem) !important;
    line-height: 1.05 !important;
  }

  body.is-marketing-preview .market-bobo-stage {
    width: min(100%, 374px) !important;
    max-width: 374px !important;
    aspect-ratio: 0.76 !important;
  }

  body.is-marketing-preview .market-bobo-stage > img {
    object-fit: contain !important;
    object-position: 50% 50% !important;
  }
}

body.is-marketing-preview .market-service-scope,
body.is-marketing-preview .market-social-proof {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(255, 226, 110, 0.17);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 90%, rgba(0, 208, 190, 0.13), transparent 18rem),
    radial-gradient(circle at 92% 8%, rgba(255, 226, 110, 0.12), transparent 16rem),
    linear-gradient(140deg, rgba(14, 18, 38, 0.97), rgba(20, 17, 39, 0.95));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

body.is-marketing-preview .scope-card-grid,
body.is-marketing-preview .social-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.is-marketing-preview .scope-card-grid article,
body.is-marketing-preview .social-proof-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 168px;
  padding: 18px;
  border: 1px solid rgba(255, 248, 235, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 100% 0%, rgba(255, 226, 110, 0.11), transparent 8rem);
}

body.is-marketing-preview .scope-card-grid span,
body.is-marketing-preview .social-proof-grid span {
  width: max-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 226, 110, 0.13);
  color: #ffe36f;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.is-marketing-preview .scope-card-grid strong,
body.is-marketing-preview .social-proof-grid strong {
  color: #fff8eb;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.08;
}

body.is-marketing-preview .scope-card-grid p,
body.is-marketing-preview .social-proof-grid p {
  margin: 0;
  color: rgba(255, 248, 235, 0.76);
  font-size: 0.88rem;
  font-weight: 620;
  line-height: 1.5;
}

.error-recovery-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: 16px 0;
  padding: 18px;
  border: 1px solid rgba(255, 178, 83, 0.35);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 100%, rgba(255, 146, 72, 0.15), transparent 14rem),
    rgba(23, 25, 39, 0.96);
  color: #fff8eb;
}

.error-recovery-card[hidden] {
  display: none !important;
}

.error-recovery-card span,
.final-success-next span {
  color: #ffdf6b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.error-recovery-card strong,
.final-success-next strong {
  display: block;
  margin-top: 4px;
  color: #fff8eb;
  font-family: var(--serif);
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  line-height: 1.1;
}

.error-recovery-card p,
.final-success-next p {
  max-width: 62ch;
  margin: 7px 0 0;
  color: rgba(255, 248, 235, 0.75);
  font-size: 0.9rem;
  font-weight: 620;
  line-height: 1.5;
}

.error-recovery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.error-recovery-actions .secondary-button,
.error-recovery-actions .landing-primary-cta {
  min-height: 44px;
  padding: 0 16px;
  white-space: nowrap;
}

.final-success-next {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(111, 231, 214, 0.24);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(111, 231, 214, 0.13), transparent 12rem),
    rgba(255, 255, 255, 0.055);
}

.final-success-next[hidden] {
  display: none !important;
}

.final-success-next ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.final-success-next li {
  padding: 10px 12px;
  border: 1px solid rgba(255, 248, 235, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 248, 235, 0.82);
  font-size: 0.78rem;
  font-weight: 780;
  line-height: 1.25;
}

@media (max-width: 980px) {
  body.is-marketing-preview .scope-card-grid,
  body.is-marketing-preview .social-proof-grid,
  .final-success-next ol {
    grid-template-columns: 1fr;
  }

  .error-recovery-card {
    grid-template-columns: 1fr;
  }

  .error-recovery-actions {
    justify-content: stretch;
  }

  .error-recovery-actions .secondary-button,
  .error-recovery-actions .landing-primary-cta {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  body.is-marketing-preview .local-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.is-marketing-preview .market-fact-strip .market-fact-card,
  body.is-marketing-preview .market-fact-strip .market-fact-card.is-poland,
  body.is-marketing-preview .market-fact-strip .market-fact-card.is-bobo-price {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  body.is-marketing-preview .local-example-grid,
  body.is-marketing-preview .market-final-proofline {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .market-final-support {
    padding: 13px 14px;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 13ch !important;
    font-size: clamp(2rem, 9vw, 2.7rem) !important;
  }
}

/* v91: more human, more visual, less dry AI explainer text. */
body.is-marketing-preview .market-human-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  padding: clamp(26px, 4.6vw, 58px);
  border: 1px solid rgba(255, 226, 110, 0.18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 88%, rgba(0, 208, 190, 0.18), transparent 18rem),
    radial-gradient(circle at 86% 12%, rgba(255, 226, 110, 0.12), transparent 18rem),
    linear-gradient(140deg, rgba(10, 15, 35, 0.96), rgba(22, 17, 38, 0.95));
  box-shadow: 0 26px 78px rgba(0, 0, 0, 0.3);
}

body.is-marketing-preview .market-human-copy {
  display: grid;
  gap: 16px;
}

body.is-marketing-preview .market-human-copy h2 {
  max-width: 15ch;
  margin: 0;
  color: #fff8eb;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.25vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: 0;
}

body.is-marketing-preview .market-human-copy p:not(.landing-story-kicker) {
  max-width: 48ch;
  margin: 0;
  color: rgba(255, 248, 235, 0.78);
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  font-weight: 620;
  line-height: 1.58;
}

body.is-marketing-preview .market-human-copy .secondary-button {
  width: max-content;
  min-height: 50px;
  padding: 0 22px;
}

body.is-marketing-preview .human-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.86fr);
  grid-auto-rows: minmax(154px, auto);
  gap: 12px;
}

body.is-marketing-preview .human-proof-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 170px;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 235, 0.14);
  border-radius: 24px;
  background: #101423;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.is-marketing-preview .human-proof-card.is-large {
  grid-row: span 2;
  min-height: 354px;
}

body.is-marketing-preview .human-proof-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
  transform: scale(1.02);
}

body.is-marketing-preview .human-proof-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 19, 0.06), rgba(5, 7, 19, 0.84)),
    radial-gradient(circle at 86% 10%, rgba(255, 226, 110, 0.13), transparent 11rem);
}

body.is-marketing-preview .human-proof-card div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 18px;
}

body.is-marketing-preview .human-proof-card span {
  width: max-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(10, 12, 24, 0.7);
  color: #ffe36f;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.is-marketing-preview .human-proof-card strong {
  max-width: 16ch;
  color: #fff8eb;
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.8vw, 1.78rem);
  line-height: 1.03;
}

body.is-marketing-preview .human-proof-card p {
  max-width: 34ch;
  margin: 0;
  color: rgba(255, 248, 235, 0.82);
  font-size: 0.88rem;
  font-weight: 640;
  line-height: 1.42;
}

body.is-marketing-preview .scope-card-grid article,
body.is-marketing-preview .social-proof-grid article {
  overflow: hidden;
  padding: 0 !important;
}

body.is-marketing-preview .scope-card-grid article > img,
body.is-marketing-preview .social-proof-grid article > img {
  width: 100%;
  height: 152px;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid rgba(255, 248, 235, 0.11);
  filter: saturate(1.04) contrast(1.03);
}

body.is-marketing-preview .scope-card-grid article > span,
body.is-marketing-preview .scope-card-grid article > strong,
body.is-marketing-preview .scope-card-grid article > p,
body.is-marketing-preview .social-proof-grid article > span,
body.is-marketing-preview .social-proof-grid article > strong,
body.is-marketing-preview .social-proof-grid article > p {
  margin-left: 18px;
  margin-right: 18px;
}

body.is-marketing-preview .scope-card-grid article > span,
body.is-marketing-preview .social-proof-grid article > span {
  margin-top: 16px;
}

body.is-marketing-preview .scope-card-grid article > p,
body.is-marketing-preview .social-proof-grid article > p {
  margin-bottom: 18px;
}

body.is-marketing-preview .market-launch-timeline .market-section-copy p:not(.landing-story-kicker),
body.is-marketing-preview .market-agency-compare .market-section-copy p:not(.landing-story-kicker),
body.is-marketing-preview .market-service-scope .market-section-copy p:not(.landing-story-kicker),
body.is-marketing-preview .market-social-proof .market-section-copy p:not(.landing-story-kicker) {
  max-width: 50ch !important;
  font-size: 0.92rem !important;
  line-height: 1.52 !important;
}

body.is-marketing-preview .market-service-scope .market-section-copy h2,
body.is-marketing-preview .market-social-proof .market-section-copy h2 {
  max-width: 14ch !important;
  font-size: clamp(1.82rem, 2.8vw, 2.7rem) !important;
}

@media (max-width: 980px) {
  body.is-marketing-preview .market-human-proof {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .human-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.is-marketing-preview .market-human-copy .secondary-button {
    width: 100%;
  }
}

@media (max-width: 680px) {
  body.is-marketing-preview .market-human-proof {
    padding: 22px;
    border-radius: 26px;
  }

body.is-marketing-preview .market-human-copy h2 {
    max-width: 13ch;
    font-size: clamp(1.68rem, 8vw, 2.2rem);
  }

  body.is-marketing-preview .human-proof-grid {
    grid-template-columns: 1fr;
  }

  body.is-marketing-preview .human-proof-card.is-large {
    min-height: 300px;
  }

  body.is-marketing-preview .scope-card-grid article > img,
  body.is-marketing-preview .social-proof-grid article > img {
    height: 138px;
  }
}

/* v92: prelaunch polish - leaner desktop, clearer CTA, lighter mobile flow. */
body.is-marketing-preview .landing-topbar,
body.is-marketing-preview .landing-market-infographic > * {
  max-width: 1320px;
}

body.is-marketing-preview .landing-topbar {
  min-height: 82px;
  padding: 18px 22px;
}

body.is-marketing-preview .market-hero {
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.62fr) !important;
  min-height: auto !important;
  padding: clamp(44px, 5.4vw, 72px) clamp(42px, 6vw, 76px) !important;
  align-items: center !important;
  gap: clamp(30px, 4.2vw, 68px) !important;
}

body.is-marketing-preview .market-hero-copy {
  max-width: 720px !important;
}

body.is-marketing-preview .market-hero-copy .landing-story-kicker,
body.is-marketing-preview .market-final-cta .landing-story-kicker,
body.is-marketing-preview .market-choice-intro .landing-story-kicker {
  max-width: max-content;
  padding: 9px 14px;
  border: 1px solid rgba(255, 226, 110, 0.28);
  border-radius: 999px;
  background: rgba(5, 7, 19, 0.58);
  color: #ffe36f !important;
}

body.is-marketing-preview .market-hero-copy h1 {
  max-width: 11.8ch !important;
  font-size: clamp(3.15rem, 5.2vw, 5.15rem) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

body.is-marketing-preview .market-hero-copy h1 span {
  display: inline !important;
}

body.is-marketing-preview .market-hero-copy p:not(.landing-story-kicker) {
  max-width: 46ch !important;
  font-size: clamp(1rem, 1.05vw, 1.16rem) !important;
  line-height: 1.5 !important;
}

body.is-marketing-preview .market-bobo-stage {
  width: min(100%, 430px) !important;
  justify-self: end;
}

body.is-marketing-preview .market-bobo-stage > img {
  width: 100% !important;
  height: auto !important;
  max-height: 500px !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.is-marketing-preview .market-bobo-card-guide {
  max-width: 210px;
}

body.is-marketing-preview .landing-primary-cta,
body.is-marketing-preview .secondary-button {
  border-radius: 999px !important;
}

body.is-marketing-preview .market-hero-actions,
body.is-marketing-preview .landing-hero-actions,
body.is-marketing-preview .landing-final-actions {
  gap: 12px !important;
}

body.is-marketing-preview .market-wow-board,
body.is-marketing-preview .market-human-proof,
body.is-marketing-preview .market-storyline,
body.is-marketing-preview .market-launch-timeline,
body.is-marketing-preview .market-service-scope,
body.is-marketing-preview .market-social-proof,
body.is-marketing-preview .market-final-cta {
  padding: clamp(28px, 4.2vw, 54px) !important;
}

body.is-marketing-preview .market-wow-copy h2,
body.is-marketing-preview .market-human-copy h2,
body.is-marketing-preview .market-story-copy h2,
body.is-marketing-preview .market-section-copy h2,
body.is-marketing-preview .market-final-cta h2 {
  max-width: 13.5ch !important;
  font-size: clamp(2rem, 3.2vw, 3.15rem) !important;
  line-height: 1.03 !important;
}

body.is-marketing-preview .market-section-copy p:not(.landing-story-kicker),
body.is-marketing-preview .market-human-copy p:not(.landing-story-kicker),
body.is-marketing-preview .market-story-copy p,
body.is-marketing-preview .market-final-cta p:not(.landing-story-kicker) {
  max-width: 48ch !important;
  color: rgba(255, 248, 235, 0.8) !important;
  font-size: clamp(0.94rem, 1vw, 1.05rem) !important;
  line-height: 1.55 !important;
}

body.is-marketing-preview .market-screen-demo {
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1fr) !important;
  align-items: center !important;
  gap: clamp(24px, 4vw, 58px) !important;
}

body.is-marketing-preview .screen-demo-checks {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.is-marketing-preview .screen-demo-checks span {
  min-height: 64px !important;
  padding: 14px 16px !important;
  align-items: center !important;
}

body.is-marketing-preview .market-visual-slider {
  min-height: 620px !important;
  padding: 34px !important;
}

body.is-marketing-preview .market-slide > div {
  max-width: 360px !important;
  padding: 18px !important;
}

body.is-marketing-preview .market-choice-map {
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1fr) !important;
  gap: clamp(22px, 3vw, 44px) !important;
}

body.is-marketing-preview .market-choice-grid {
  gap: 14px !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card {
  min-height: 0 !important;
  padding: 22px !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card strong {
  font-size: clamp(1.08rem, 1.35vw, 1.34rem) !important;
  line-height: 1.18 !important;
}

body.is-marketing-preview .market-choice-grid .market-choice-card > p,
  body.is-marketing-preview .market-choice-grid .market-choice-card details p {
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
  }

body.is-marketing-preview .scope-card-grid article,
body.is-marketing-preview .social-proof-grid article {
  min-height: 0 !important;
}

body.is-marketing-preview .scope-card-grid article > img,
body.is-marketing-preview .social-proof-grid article > img {
  height: clamp(128px, 15vw, 178px) !important;
}

body.is-marketing-preview .scope-card-grid article > strong,
body.is-marketing-preview .social-proof-grid article > strong {
  font-size: clamp(1.16rem, 1.5vw, 1.42rem) !important;
  line-height: 1.08 !important;
}

body.is-marketing-preview .market-final-cta {
  grid-template-columns: minmax(0, 0.84fr) minmax(400px, 0.72fr) !important;
  gap: clamp(24px, 4vw, 56px) !important;
}

body.is-marketing-preview .market-final-cta h2 {
  max-width: 12ch !important;
}

body.is-marketing-preview .market-final-proofline {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.is-marketing-preview .market-final-proofline span {
  min-height: 38px !important;
  padding: 9px 12px !important;
}

body.is-marketing-preview .market-checkout-receipt {
  padding: 18px !important;
}

body.is-marketing-preview .market-checkout-receipt span {
  color: #ffe36f !important;
  font-size: 0.72rem !important;
}

body.is-marketing-preview .market-bobo-chat.is-open .market-bobo-chat-panel {
  position: static !important;
  width: 100% !important;
  max-height: none !important;
  margin-top: 12px !important;
  z-index: 120 !important;
}

body.is-marketing-preview .market-bobo-chat-panel .market-bobo-chat-messages {
  max-height: 260px !important;
}

body.is-marketing-preview .market-bobo-chat-messages p,
body.is-marketing-preview .market-bobo-chat-panel .market-bobo-chat-messages p {
  font-weight: 560 !important;
}

.landing-mobile-cta {
  display: none;
}

body.is-marketing-preview.is-bobo-chat-open .landing-mobile-cta {
  display: none !important;
}

@media (max-width: 1180px) {
  body.is-marketing-preview .market-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr) !important;
    padding: 40px !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    font-size: clamp(2.8rem, 6vw, 4.2rem) !important;
  }

  body.is-marketing-preview .market-screen-demo,
  body.is-marketing-preview .market-choice-map,
  body.is-marketing-preview .market-final-cta {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .market-bobo-stage {
    justify-self: center;
  }
}

@media (max-width: 760px) {
  body.is-marketing-preview {
    padding-bottom: 86px;
  }

  body.is-marketing-preview .landing-topbar {
    min-height: 0;
  }

  body.is-marketing-preview .market-hero {
    grid-template-columns: 1fr !important;
    padding: 26px 22px !important;
    border-radius: 28px !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 11ch !important;
    font-size: clamp(2.15rem, 9vw, 3rem) !important;
    line-height: 1.02 !important;
  }

  body.is-marketing-preview .market-hero-copy p:not(.landing-story-kicker) {
    font-size: 0.96rem !important;
  }

  body.is-marketing-preview .market-bobo-stage {
    width: min(100%, 330px) !important;
  }

  body.is-marketing-preview .market-bobo-stage > img {
    max-height: 360px !important;
  }

  body.is-marketing-preview .market-wow-board,
  body.is-marketing-preview .market-human-proof,
  body.is-marketing-preview .market-storyline,
  body.is-marketing-preview .market-launch-timeline,
  body.is-marketing-preview .market-service-scope,
  body.is-marketing-preview .market-social-proof,
  body.is-marketing-preview .market-final-cta {
    padding: 22px !important;
    border-radius: 26px !important;
  }

  body.is-marketing-preview .market-wow-copy h2,
  body.is-marketing-preview .market-human-copy h2,
  body.is-marketing-preview .market-story-copy h2,
  body.is-marketing-preview .market-section-copy h2,
  body.is-marketing-preview .market-final-cta h2 {
    max-width: 12.5ch !important;
    font-size: clamp(1.72rem, 7.2vw, 2.25rem) !important;
  }

  body.is-marketing-preview .market-visual-slider {
    min-height: 560px !important;
    padding: 18px !important;
  }

  body.is-marketing-preview .screen-demo-checks,
  body.is-marketing-preview .market-final-proofline {
    grid-template-columns: 1fr !important;
  }

  body.is-marketing-preview .market-bobo-chat.is-open .market-bobo-chat-panel {
    max-height: 70vh !important;
    overflow: auto !important;
  }

  body.is-marketing-preview .control-panel > .landing-mobile-cta,
  .landing-mobile-cta {
    position: fixed;
    z-index: 80;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(255, 226, 110, 0.35);
    border-radius: 18px;
    background:
      radial-gradient(circle at 0% 100%, rgba(0, 208, 190, 0.2), transparent 9rem),
      rgba(8, 10, 24, 0.92);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(18px);
  }

  .landing-mobile-cta span {
    color: rgba(255, 248, 235, 0.86);
    font-size: 0.8rem;
    font-weight: 820;
    line-height: 1.18;
  }

  .landing-mobile-cta button {
    min-height: 44px;
    padding: 0 15px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff9744, #ffe66f);
    color: #100817;
    font: 900 0.84rem/1 "Space Grotesk", system-ui, sans-serif;
    box-shadow: 0 12px 26px rgba(255, 174, 67, 0.26);
  }
}

body.is-marketing-preview .landing-examples-card {
  background:
    radial-gradient(circle at 8% 15%, rgba(255, 226, 110, 0.13), transparent 18rem),
    radial-gradient(circle at 92% 8%, rgba(0, 208, 190, 0.1), transparent 20rem),
    linear-gradient(145deg, rgba(12, 15, 31, 0.96), rgba(18, 17, 35, 0.96)) !important;
}

body.is-marketing-preview .landing-examples-head h2 {
  max-width: 13ch !important;
  font-size: clamp(2rem, 3vw, 3rem) !important;
  line-height: 1.04 !important;
}

body.is-marketing-preview .landing-example-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(9, 12, 27, 0.88) !important;
  border-color: rgba(255, 226, 110, 0.18) !important;
}

body.is-marketing-preview .landing-example-site-preview {
  min-height: 520px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 226, 110, 0.18), transparent 16rem),
    radial-gradient(circle at 86% 30%, rgba(255, 255, 255, 0.08), transparent 14rem),
    rgba(7, 10, 22, 0.96) !important;
}

body.is-marketing-preview .landing-example-copy {
  background: rgba(7, 9, 20, 0.72) !important;
  border-color: rgba(255, 248, 235, 0.13) !important;
}

body.is-marketing-preview .landing-example-copy h3 {
  max-width: 15ch !important;
  font-size: clamp(1.42rem, 1.85vw, 1.95rem) !important;
  line-height: 1.05 !important;
}

body.is-marketing-preview .landing-example-copy p {
  max-width: 34ch !important;
  font-size: 0.94rem !important;
  line-height: 1.48 !important;
}

body.is-marketing-preview .site-luma .luma-shell {
  background:
    linear-gradient(140deg, rgba(22, 18, 7, 0.94), rgba(10, 13, 19, 0.9)),
    rgba(12, 13, 18, 0.96) !important;
  border: 1px solid rgba(229, 187, 93, 0.5) !important;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 243, 198, 0.15) !important;
}

body.is-marketing-preview .site-luma .luma-copy {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 226, 110, 0.17), transparent 9rem),
    rgba(9, 10, 15, 0.74) !important;
  border: 1px solid rgba(229, 187, 93, 0.34) !important;
}

body.is-marketing-preview .site-luma .luma-copy span,
body.is-marketing-preview .site-luma .luma-proof span {
  color: #f6d777 !important;
}

body.is-marketing-preview .site-luma .luma-copy h4 {
  max-width: 9ch !important;
  color: #fff4d0 !important;
  font-size: clamp(2rem, 3.4vw, 3.2rem) !important;
  line-height: 0.95 !important;
}

body.is-marketing-preview .site-luma .luma-copy button,
body.is-marketing-preview .site-luma .luma-proof span {
  background: linear-gradient(135deg, #b8832f, #ffe2a2) !important;
  color: #151006 !important;
}

body.is-marketing-preview .market-sources {
  max-width: 1320px;
  margin-inline: auto;
  color: rgba(255, 248, 235, 0.54);
  font-size: 0.72rem;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 760px) {
  body.is-marketing-preview .landing-example-site-preview {
    min-height: 450px !important;
  }

  body.is-marketing-preview .site-luma .luma-copy h4 {
    font-size: clamp(1.7rem, 8vw, 2.35rem) !important;
  }
}

body.is-marketing-preview.is-bobo-chat-open .landing-mobile-cta,
body.is-marketing-preview.is-bobo-chat-open .control-panel > .landing-mobile-cta {
  display: none !important;
}

/* v94: desktop hero proportion guard - smaller headline, stronger visual, less empty stage. */
@media (min-width: 1181px) {
  body.is-marketing-preview .market-hero {
    grid-template-columns: minmax(0, 0.86fr) minmax(440px, 0.72fr) !important;
    min-height: 560px !important;
    padding: clamp(42px, 4.6vw, 64px) clamp(46px, 5.4vw, 72px) !important;
    gap: clamp(36px, 4.6vw, 72px) !important;
  }

  body.is-marketing-preview .market-hero-copy {
    max-width: 640px !important;
  }

  body.is-marketing-preview .market-hero-copy h1 {
    max-width: 12.6ch !important;
    font-size: clamp(2.9rem, 4.15vw, 4.18rem) !important;
    line-height: 1.02 !important;
  }

  body.is-marketing-preview .market-hero-copy p:not(.landing-story-kicker) {
    max-width: 42ch !important;
  }

  body.is-marketing-preview .market-bobo-stage {
    width: min(100%, 500px) !important;
    min-height: 500px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.is-marketing-preview .market-bobo-stage > img {
    width: min(100%, 500px) !important;
    min-height: 320px !important;
    max-height: 520px !important;
    object-fit: contain !important;
  }
}
/* v79: desktop decision block - calmer typography, product-like layout, less AI billboard. */
@media (min-width: 1181px) {
  body.is-marketing-preview .market-final-cta {
    width: min(100%, 1180px) !important;
    margin-inline: auto !important;
    grid-template-columns: minmax(340px, 0.82fr) minmax(520px, 1fr) !important;
    gap: clamp(30px, 4vw, 64px) !important;
    align-items: center !important;
    padding: clamp(38px, 4.5vw, 62px) !important;
    min-height: 0 !important;
    border-color: rgba(255, 226, 110, 0.16) !important;
    background:
      radial-gradient(circle at 9% 78%, rgba(25, 188, 191, 0.15), transparent 27%),
      radial-gradient(circle at 78% 16%, rgba(255, 226, 110, 0.1), transparent 22%),
      linear-gradient(135deg, rgba(11, 15, 34, 0.98), rgba(17, 18, 39, 0.94)) !important;
  }

  body.is-marketing-preview .market-final-copy {
    max-width: 470px !important;
    gap: 16px !important;
  }

  body.is-marketing-preview .market-final-cta .landing-story-kicker {
    margin-bottom: 4px !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.13em !important;
    color: #ffe36f !important;
  }

  body.is-marketing-preview .market-final-cta h2 {
    max-width: 15.6ch !important;
    font-size: clamp(2rem, 2.75vw, 3.22rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    text-wrap: balance !important;
  }

  body.is-marketing-preview .market-final-cta p:not(.landing-story-kicker) {
    max-width: 44ch !important;
    color: rgba(255, 248, 235, 0.78) !important;
    font-family: "Space Grotesk", system-ui, sans-serif !important;
    font-size: 0.94rem !important;
    font-weight: 560 !important;
    line-height: 1.62 !important;
  }

  body.is-marketing-preview .market-final-proofline {
    max-width: 430px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
    margin-top: 4px !important;
  }

  body.is-marketing-preview .market-final-proofline span {
    min-height: 36px !important;
    padding: 8px 12px !important;
    border-color: rgba(255, 248, 235, 0.13) !important;
    background: rgba(255, 255, 255, 0.065) !important;
    color: rgba(255, 248, 235, 0.82) !important;
    font-size: 0.69rem !important;
    font-weight: 850 !important;
  }

  body.is-marketing-preview .market-final-side {
    grid-template-columns: minmax(270px, 1.05fr) minmax(230px, 0.86fr) !important;
    grid-template-areas:
      "path chat"
      "path receipt"
      "cta receipt"
      "support support" !important;
    gap: 14px !important;
    align-content: center !important;
    padding: 18px !important;
    border: 1px solid rgba(255, 248, 235, 0.08) !important;
    border-radius: 26px !important;
    background:
      radial-gradient(circle at 85% 12%, rgba(255, 226, 110, 0.1), transparent 12rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)) !important;
  }

  body.is-marketing-preview .market-final-side::before {
    display: none !important;
  }

  body.is-marketing-preview .market-final-path {
    grid-area: path !important;
    gap: 10px !important;
  }

  body.is-marketing-preview .market-final-path div {
    min-height: 64px !important;
    padding: 13px 14px !important;
    border-radius: 16px !important;
    background:
      linear-gradient(135deg, rgba(12, 16, 38, 0.76), rgba(19, 24, 48, 0.58)) !important;
  }

  body.is-marketing-preview .market-final-path strong {
    width: 34px !important;
    height: 34px !important;
    border-radius: 999px !important;
    font-size: 0.72rem !important;
  }

  body.is-marketing-preview .market-final-path span {
    font-family: "Space Grotesk", system-ui, sans-serif !important;
    font-size: 0.88rem !important;
    font-weight: 680 !important;
    line-height: 1.28 !important;
  }

  body.is-marketing-preview .market-final-side .market-bobo-chat {
    grid-area: chat !important;
  }

  body.is-marketing-preview .market-final-side .market-bobo-chat-launcher {
    min-height: 72px !important;
    padding: 12px !important;
    border-radius: 18px !important;
    background:
      linear-gradient(135deg, rgba(20, 124, 112, 0.28), rgba(255, 226, 110, 0.09)) !important;
  }

  body.is-marketing-preview .market-final-side .market-bobo-chat-launcher img {
    width: 44px !important;
    height: 44px !important;
  }

  body.is-marketing-preview .market-final-side .market-bobo-chat-launcher strong {
    font-family: "Space Grotesk", system-ui, sans-serif !important;
    font-size: 0.92rem !important;
    line-height: 1.05 !important;
  }

  body.is-marketing-preview .market-final-side .market-bobo-chat-launcher small {
    font-family: "Space Grotesk", system-ui, sans-serif !important;
    font-size: 0.66rem !important;
    line-height: 1.15 !important;
  }

  body.is-marketing-preview .market-checkout-receipt {
    grid-area: receipt !important;
    min-height: 100% !important;
    padding: 18px 18px 16px !important;
    border-radius: 20px !important;
    background:
      radial-gradient(circle at 86% 8%, rgba(255, 226, 110, 0.12), transparent 8rem),
      linear-gradient(145deg, rgba(255, 226, 110, 0.08), rgba(255, 255, 255, 0.035)) !important;
  }

  body.is-marketing-preview .market-checkout-receipt span {
    font-family: "Space Grotesk", system-ui, sans-serif !important;
    font-size: 0.66rem !important;
    letter-spacing: 0.08em !important;
  }

  body.is-marketing-preview .market-checkout-receipt strong {
    max-width: 9ch !important;
    color: #ffe36f !important;
    font-size: clamp(1.45rem, 2vw, 2rem) !important;
    line-height: 1.02 !important;
  }

  body.is-marketing-preview .market-checkout-receipt li {
    font-family: "Space Grotesk", system-ui, sans-serif !important;
    font-size: 0.82rem !important;
    line-height: 1.32 !important;
  }

  body.is-marketing-preview .market-final-support {
    grid-area: support !important;
    display: grid !important;
    grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    min-height: 0 !important;
    padding: 14px 16px !important;
    border-radius: 18px !important;
    background: rgba(14, 47, 55, 0.38) !important;
  }

  body.is-marketing-preview .market-final-support span {
    font-size: 0.78rem !important;
    line-height: 1.25 !important;
  }

  body.is-marketing-preview .market-final-support p {
    margin: 0 !important;
    font-size: 0.78rem !important;
    font-weight: 560 !important;
    line-height: 1.42 !important;
  }

  body.is-marketing-preview .market-final-side > .landing-primary-cta {
    grid-area: cta !important;
    min-height: 54px !important;
    font-family: "Space Grotesk", system-ui, sans-serif !important;
    font-size: 0.94rem !important;
    font-weight: 850 !important;
  }
}

/* Legal footer: keep trust links visible without interrupting the purchase story. */
.landing-legal-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px 22px;
  width: min(100%, 1180px);
  margin: 24px auto 0;
  padding: 18px 4px 6px;
  border-top: 1px solid rgba(255, 248, 234, 0.12);
  color: rgba(255, 248, 234, 0.68);
  font-size: 0.78rem;
}

.landing-legal-footer > span {
  color: #fff8ea;
  font-weight: 800;
}

.landing-legal-footer nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px;
}

.landing-legal-footer a {
  color: #ffe36f;
  text-decoration: none;
}

.landing-legal-footer a:hover,
.landing-legal-footer a:focus-visible {
  text-decoration: underline;
}

.landing-legal-footer small {
  grid-column: 1 / -1;
  color: rgba(255, 248, 234, 0.52);
  line-height: 1.45;
}

@media (max-width: 640px) {
  .landing-legal-footer {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .landing-legal-footer nav {
    justify-content: flex-start;
  }
}

@media (min-width: 1181px) and (max-width: 1360px) {
  body.is-marketing-preview .market-final-cta {
    grid-template-columns: minmax(330px, 0.72fr) minmax(550px, 1fr) !important;
    gap: 34px !important;
  }

  body.is-marketing-preview .market-final-cta h2 {
    font-size: clamp(2.05rem, 2.65vw, 3.05rem) !important;
  }

  body.is-marketing-preview .market-final-side {
    grid-template-columns: minmax(250px, 1fr) minmax(220px, 0.88fr) !important;
  }
}
