/* =========================================================
   Reveu homepage
   Page-scoped styles only. No shared components are changed.
   ========================================================= */

.page--index {
  --home-ink: #191623;
  --home-soft: #625c6d;
  --home-muted: #85808c;
  --home-purple: #6d28ff;
  --home-purple-dark: #5520cc;
  --home-purple-soft: #f4f0ff;
  --home-orange: #ff7a3d;
  --home-border: rgba(31, 27, 41, 0.1);
  --home-shadow: 0 28px 80px rgba(31, 27, 41, 0.1);
  --home-shadow-soft: 0 20px 54px rgba(31, 27, 41, 0.07);
}


/* =========================================================
   Shared homepage patterns
   ========================================================= */

.home-section {
  position: relative;
  padding: 116px 0;
}

.home-section-heading {
  max-width: 760px;
  margin-bottom: 52px;
}

.home-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.home-section-heading h2,
.home-product-section__copy h2,
.home-faq__intro h2,
.home-secondary__header h2,
.home-final-cta__copy h2 {
  margin: 12px 0 18px;
  color: var(--home-ink);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.home-section-heading p:not(.eyebrow),
.home-product-section__copy > p:not(.eyebrow),
.home-faq__intro > p:not(.eyebrow),
.home-secondary__header > p,
.home-final-cta__copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--home-soft);
  font-size: 17px;
  line-height: 1.75;
}

.home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: var(--home-purple);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.home-text-link span {
  transition: transform 160ms ease;
}

.home-text-link:hover span {
  transform: translateX(4px);
}

/* =========================================================
   Hero
   ========================================================= */

.home-hero {
  position: relative;
  min-height: calc(100svh - 74px);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 72px 0 86px;
  background:
    linear-gradient(180deg, #fdfcff 0%, #faf8ff 54%, #ffffff 100%);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(109, 40, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(109, 40, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 74%);
}

.home-hero__orb {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
}

.home-hero__orb--purple {
  top: 8%;
  right: 7%;
  width: 470px;
  height: 470px;
  background: radial-gradient(circle, rgba(109, 40, 255, 0.13), rgba(109, 40, 255, 0));
  animation: home-orb-drift 9s ease-in-out infinite;
}

.home-hero__orb--orange {
  right: 28%;
  bottom: 4%;
  width: 270px;
  height: 270px;
  background: radial-gradient(circle, rgba(255, 122, 61, 0.1), rgba(255, 122, 61, 0));
  animation: home-orb-drift 11s ease-in-out infinite reverse;
}

.home-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  align-items: center;
  gap: clamp(60px, 8vw, 118px);
}

.home-hero__copy {
  max-width: 630px;
  animation: home-hero-copy-in 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-hero__copy > * {
  opacity: 0;
  transform: translateY(16px);
  animation: home-hero-item-in 560ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.home-hero__copy > .home-pill {
  animation-delay: 90ms;
}

.home-hero__copy > h1 {
  animation-delay: 170ms;
}

.home-hero__copy > .home-hero__description {
  animation-delay: 280ms;
}

.home-hero__copy > .home-hero__actions {
  animation-delay: 390ms;
}

.home-hero__copy > .home-hero__proof {
  animation-delay: 500ms;
}

.home-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(109, 40, 255, 0.14);
  border-radius: 999px;
  color: var(--home-purple);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 30px rgba(31, 27, 41, 0.05);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.home-pill span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #16a768;
  box-shadow: 0 0 0 4px rgba(22, 167, 104, 0.11);
}

.home-hero h1 {
  margin: 24px 0 24px;
  color: var(--home-ink);
  font-size: clamp(58px, 5.6vw, 82px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.99;
}

.home-hero h1 span {
  display: block;
  color: var(--home-purple);
}

.home-hero__description {
  max-width: 610px;
  margin: 0;
  color: var(--home-soft);
  font-size: clamp(17px, 1.35vw, 19px);
  line-height: 1.7;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 31px;
}

.home-primary-cta {
  position: relative;
  overflow: hidden;
  gap: 10px;
  padding-inline: 25px;
}

.home-primary-cta {
  animation: home-cta-pulse 4.2s 1.2s ease-in-out infinite;
}

.home-primary-cta::after {
  content: "";
  position: absolute;
  top: -80%;
  left: -34%;
  width: 24%;
  height: 260%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(18deg);
  transition: left 420ms ease;
}

.home-primary-cta:hover::after {
  left: 115%;
}

.home-primary-cta span {
  font-size: 17px;
  transition: transform 160ms ease;
}

.home-primary-cta:hover span {
  transform: translateX(3px);
}

.home-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.home-hero__proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 700;
}

.home-hero__proof i {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  color: var(--home-purple);
  background: white;
  box-shadow: 0 6px 18px rgba(31, 27, 41, 0.08);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

/* Hero product visual */

.home-hero__visual {
  position: relative;
  min-height: 590px;
  animation: home-hero-visual-in 760ms 90ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-storefront {
  position: absolute;
  top: 32px;
  right: 0;
  width: min(100%, 610px);
  overflow: hidden;
  border: 1px solid rgba(31, 27, 41, 0.09);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 36px 110px rgba(45, 31, 76, 0.15);
  transform: perspective(1100px) rotateY(-2deg) rotateX(1deg);
  transform-origin: center;
  animation: home-storefront-float 5.8s 900ms ease-in-out infinite;
}

.home-storefront__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 43px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(31, 27, 41, 0.07);
  background: #fcfbfd;
}

.home-storefront__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ddd9e3;
}

.home-storefront__address {
  min-width: 180px;
  margin-left: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  color: #928b99;
  background: #f2eff5;
  font-size: 8px;
  text-align: center;
}

.home-storefront__body {
  padding: 24px;
}

.home-product-preview {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 24px;
  align-items: center;
}

.home-product-preview__image {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(145deg, #ebe4ff, #f6f1ff 48%, #ffe7dc);
}

.home-product-preview__image::before,
.home-product-preview__image::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.home-product-preview__image::before {
  width: 150px;
  height: 150px;
  right: -26px;
  top: -30px;
  background: rgba(109, 40, 255, 0.12);
}

.home-product-preview__image::after {
  width: 100px;
  height: 100px;
  left: -28px;
  bottom: -20px;
  background: rgba(255, 122, 61, 0.14);
}

.home-product-preview__shape {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 122px;
  height: 176px;
  border-radius: 32px 32px 22px 22px;
  background: linear-gradient(180deg, #ffffff, #f7f4fb);
  box-shadow: 0 20px 40px rgba(52, 40, 74, 0.14);
  transform: translate(-50%, -48%) rotate(4deg);
}

.home-product-preview__shape::before {
  content: "R";
  position: absolute;
  inset: 52px auto auto 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: white;
  background: var(--home-purple);
  font-size: 20px;
  font-weight: 800;
  transform: translateX(-50%);
}

.home-preview-label {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--home-purple);
  background: var(--home-purple-soft);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-product-preview__copy h2 {
  margin: 13px 0 7px;
  color: var(--home-ink);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.home-preview-stars {
  color: #ff9a32;
  font-size: 16px;
  letter-spacing: 2px;
}

.home-product-preview__copy p {
  margin: 13px 0 17px;
  color: var(--home-soft);
  font-size: 10px;
  line-height: 1.65;
}

.home-preview-button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 10px;
  color: white;
  background: var(--home-ink);
  font-size: 9px;
  font-weight: 800;
}

.home-review-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 17px 18px;
  border: 1px solid rgba(31, 27, 41, 0.08);
  border-radius: 16px;
  background: #fbfafc;
}

.home-review-strip__label {
  display: block;
  color: var(--home-purple);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-review-strip strong {
  display: block;
  margin-top: 4px;
  color: var(--home-ink);
  font-size: 11px;
}

.home-review-strip__badge {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  color: #087a43;
  background: #e9f8f0;
  font-size: 8px;
  font-weight: 800;
}

.home-popup-card {
  position: absolute;
  right: -24px;
  top: 105px;
  width: 258px;
  padding: 22px;
  border: 1px solid rgba(109, 40, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 28px 70px rgba(68, 42, 119, 0.2);
  opacity: 0;
  scale: 0.88;
  animation:
    home-popup-intro 640ms 520ms cubic-bezier(0.22, 1, 0.36, 1) forwards,
    home-popup-breathe 4.8s 1.3s ease-in-out infinite;
}

.home-popup-card__eyebrow {
  display: block;
  color: var(--home-purple);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-popup-card > strong {
  display: block;
  margin-top: 8px;
  color: var(--home-ink);
  font-size: 19px;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.home-popup-card > p {
  margin: 8px 0 14px;
  color: var(--home-soft);
  font-size: 9px;
  line-height: 1.55;
}

.home-popup-card__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
}

.home-popup-card__form span,
.home-popup-card__form b {
  display: flex;
  min-height: 34px;
  align-items: center;
  border-radius: 9px;
  font-size: 8px;
}

.home-popup-card__form span {
  padding: 0 10px;
  border: 1px solid rgba(31, 27, 41, 0.1);
  color: #9a94a0;
}

.home-popup-card__form b {
  padding: 0 10px;
  color: white;
  background: var(--home-purple);
  font-weight: 800;
}

.home-popup-card small {
  display: block;
  margin-top: 10px;
  color: #aaa4b1;
  font-size: 7px;
  text-align: center;
}

.home-request-chip {
  position: absolute;
  left: 6px;
  bottom: 42px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  width: 282px;
  padding: 13px 14px;
  border: 1px solid rgba(31, 27, 41, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 54px rgba(31, 27, 41, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  scale: 0.94;
  animation:
    home-chip-intro 620ms 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards,
    home-chip-float 5.2s 1.45s ease-in-out infinite;
}

.home-request-chip__icon {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 11px;
  color: var(--home-purple);
  background: var(--home-purple-soft);
  font-size: 14px;
}

.home-request-chip small {
  display: block;
  color: #918b98;
  font-size: 7px;
}

.home-request-chip strong {
  display: block;
  margin-top: 2px;
  color: var(--home-ink);
  font-size: 9px;
}

.home-request-chip__status {
  padding: 5px 8px;
  border-radius: 999px;
  color: #087a43;
  background: #e9f8f0;
  font-size: 7px;
  font-weight: 800;
}

.home-hero__spark {
  position: absolute;
  color: rgba(109, 40, 255, 0.32);
  font-size: 22px;
  animation: home-spark-pulse 4s ease-in-out infinite;
}

.home-hero__spark--one {
  top: 4px;
  left: 22%;
}

.home-hero__spark--two {
  right: 4%;
  bottom: 12px;
  color: rgba(255, 122, 61, 0.38);
  animation-delay: -1.4s;
}

/* =========================================================
   Journey
   ========================================================= */

.home-journey {
  background: #ffffff;
}

.home-journey__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-journey-card {
  position: relative;
  overflow: hidden;
  min-height: 570px;
  padding: 36px;
  border: 1px solid var(--home-border);
  border-radius: 30px;
  background: #fbfafc;
  box-shadow: 0 12px 40px rgba(31, 27, 41, 0.035);
}

.home-journey-card--popup {
  background:
    radial-gradient(circle at 85% 92%, rgba(109, 40, 255, 0.11), transparent 30%),
    #fbfaff;
}

.home-journey-card--review {
  background:
    radial-gradient(circle at 78% 92%, rgba(255, 122, 61, 0.09), transparent 28%),
    #fffdfb;
}

.home-journey-card__copy {
  position: relative;
  z-index: 3;
  max-width: 460px;
}

.home-step-number {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(31, 27, 41, 0.13);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.home-journey-card h3 {
  max-width: 430px;
  margin: 10px 0 12px;
  color: var(--home-ink);
  font-size: clamp(29px, 3vw, 41px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.home-journey-card__copy > p:not(.eyebrow) {
  max-width: 460px;
  margin: 0;
  color: var(--home-soft);
  font-size: 14px;
  line-height: 1.7;
}

.home-simple-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}

.home-simple-list li {
  padding: 7px 10px;
  border: 1px solid rgba(31, 27, 41, 0.07);
  border-radius: 999px;
  color: #625c6d;
  background: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 700;
}

.home-journey-card__visual {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 30px;
  height: 238px;
}

.home-mini-store {
  position: absolute;
  inset: 12px 0 0 0;
  overflow: hidden;
  border: 1px solid rgba(31, 27, 41, 0.07);
  border-radius: 20px;
  background: white;
  box-shadow: 0 20px 50px rgba(31, 27, 41, 0.08);
}

.home-mini-store__nav {
  display: block;
  height: 28px;
  border-bottom: 1px solid rgba(31, 27, 41, 0.06);
  background: #fbfafc;
}

.home-mini-store__hero {
  display: block;
  width: calc(100% - 36px);
  height: 76px;
  margin: 17px 18px 13px;
  border-radius: 13px;
  background: linear-gradient(135deg, #f1ecff, #f9f6ff 55%, #ffe8dd);
}

.home-mini-store__tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 18px;
}

.home-mini-store__tiles i {
  height: 78px;
  border-radius: 11px;
  background: #f4f2f6;
}

.home-mini-popup {
  position: absolute;
  right: 20px;
  top: 29px;
  width: 210px;
  padding: 17px;
  border-radius: 18px;
  background: white;
  box-shadow: 0 20px 48px rgba(60, 41, 99, 0.18);
  animation: home-popup-breathe 5.8s ease-in-out infinite;
}

.home-mini-popup span {
  color: var(--home-purple);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.home-mini-popup strong {
  display: block;
  margin-top: 4px;
  color: var(--home-ink);
  font-size: 24px;
  letter-spacing: -0.05em;
}

.home-mini-popup p {
  margin: 4px 0 10px;
  color: var(--home-soft);
  font-size: 8px;
}

.home-mini-popup b {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: white;
  background: var(--home-purple);
  font-size: 7px;
  text-align: center;
}

.home-email-preview {
  position: absolute;
  left: 0;
  top: 16px;
  width: 280px;
  padding: 20px;
  border: 1px solid rgba(31, 27, 41, 0.07);
  border-radius: 18px;
  background: white;
  box-shadow: 0 22px 54px rgba(31, 27, 41, 0.09);
}

.home-email-preview__brand {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 23px;
  border-radius: 7px;
  color: white;
  background: var(--home-purple);
  font-size: 7px;
  font-weight: 800;
}

.home-email-preview small,
.home-email-preview strong {
  display: block;
}

.home-email-preview small {
  margin-top: 15px;
  color: #908a97;
  font-size: 7px;
}

.home-email-preview strong {
  margin-top: 4px;
  color: var(--home-ink);
  font-size: 14px;
  letter-spacing: -0.03em;
}

.home-email-preview__stars {
  margin: 11px 0;
  color: #ff9a32;
  font-size: 15px;
  letter-spacing: 2px;
}

.home-email-preview b {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 11px;
  border-radius: 8px;
  color: white;
  background: var(--home-purple);
  font-size: 7px;
}

.home-review-bubble {
  position: absolute;
  right: 6px;
  bottom: 2px;
  width: 245px;
  padding: 18px;
  border: 1px solid rgba(31, 27, 41, 0.07);
  border-radius: 18px;
  background: white;
  box-shadow: 0 24px 56px rgba(31, 27, 41, 0.1);
  animation: home-chip-float 6.2s ease-in-out infinite;
}

.home-review-bubble__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.home-review-bubble__top span {
  color: #ff9a32;
  font-size: 10px;
  letter-spacing: 1px;
}

.home-review-bubble__top small {
  padding: 4px 7px;
  border-radius: 999px;
  color: #087a43;
  background: #e9f8f0;
  font-size: 6px;
  font-weight: 800;
}

.home-review-bubble > strong {
  display: block;
  margin-top: 10px;
  color: var(--home-ink);
  font-size: 12px;
}

.home-review-bubble > p {
  margin: 4px 0 0;
  color: var(--home-soft);
  font-size: 8px;
}

/* =========================================================
   Product sections
   ========================================================= */

.home-product-section {
  overflow: hidden;
}

.home-product-section--popup {
  background:
    radial-gradient(circle at 12% 18%, rgba(109, 40, 255, 0.08), transparent 28%),
    #f9f7ff;
}

.home-product-section--reviews {
  background: #ffffff;
}

.home-product-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(540px, 1.22fr);
  align-items: center;
  gap: clamp(58px, 7vw, 100px);
}

.home-product-section__grid--reverse {
  grid-template-columns: minmax(540px, 1.22fr) minmax(0, 0.78fr);
}

.home-product-section__copy {
  max-width: 560px;
}

.home-product-section__copy h2 {
  font-size: clamp(40px, 4.2vw, 60px);
}

.home-feature-points {
  display: grid;
  gap: 11px;
  margin-top: 28px;
}

.home-feature-points article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 14px;
  padding: 12px 0;
}

.home-feature-points article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: var(--home-purple);
  background: white;
  box-shadow: 0 9px 24px rgba(31, 27, 41, 0.06);
  font-size: 11px;
  font-weight: 900;
}

.home-feature-points strong {
  display: block;
  color: var(--home-ink);
  font-size: 13px;
}

.home-feature-points p {
  margin: 3px 0 0;
  color: var(--home-soft);
  font-size: 11px;
  line-height: 1.55;
}

/* Popup builder visual */

.home-popup-builder {
  overflow: hidden;
  border: 1px solid rgba(31, 27, 41, 0.08);
  border-radius: 28px;
  background: white;
  box-shadow: var(--home-shadow);
}

.home-popup-builder__toolbar {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(31, 27, 41, 0.07);
}

.home-popup-builder__toolbar small,
.home-popup-builder__toolbar strong {
  display: block;
}

.home-popup-builder__toolbar small {
  color: #9a94a0;
  font-size: 8px;
}

.home-popup-builder__toolbar strong {
  margin-top: 2px;
  color: var(--home-ink);
  font-size: 12px;
}

.home-popup-builder__toolbar > span {
  padding: 6px 9px;
  border-radius: 999px;
  color: #087a43;
  background: #e9f8f0;
  font-size: 7px;
  font-weight: 800;
}

.home-popup-builder__canvas {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  padding: 28px;
  background:
    radial-gradient(circle at 85% 20%, rgba(109, 40, 255, 0.11), transparent 30%),
    linear-gradient(160deg, #f6f3fb, #efedf4);
}

.home-popup-builder__store {
  position: absolute;
  inset: 42px 44px 40px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  filter: saturate(0.8);
}

.home-popup-builder__storebar {
  height: 35px;
  border-bottom: 1px solid rgba(31, 27, 41, 0.06);
  background: rgba(255, 255, 255, 0.82);
}

.home-popup-builder__product-row {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
  padding: 24px;
}

.home-popup-builder__product-row span:first-child {
  height: 220px;
  border-radius: 16px;
  background: #e6e2eb;
}

.home-popup-builder__product-row span:last-child {
  height: 150px;
  margin-top: 22px;
  border-radius: 12px;
  background:
    linear-gradient(#ded9e5 0 0) 0 0 / 70% 13px no-repeat,
    linear-gradient(#ebe8ef 0 0) 0 34px / 95% 8px no-repeat,
    linear-gradient(#ebe8ef 0 0) 0 54px / 76% 8px no-repeat,
    linear-gradient(#ddd8e4 0 0) 0 96px / 52% 30px no-repeat;
}

.home-popup-builder__content-lines {
  display: none;
}

.home-popup-builder__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(68%, 360px);
  padding: 28px;
  border: 1px solid rgba(109, 40, 255, 0.13);
  border-radius: 24px;
  background: white;
  box-shadow: 0 34px 90px rgba(59, 38, 99, 0.22);
  transform: translate(-50%, -50%);
  animation: home-popup-breathe 5.4s ease-in-out infinite;
}

.home-popup-builder__tag {
  color: var(--home-purple);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.home-popup-builder__popup h3 {
  margin: 8px 0 8px;
  color: var(--home-ink);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
}

.home-popup-builder__popup p {
  max-width: 260px;
  margin: 0 0 16px;
  color: var(--home-soft);
  font-size: 10px;
  line-height: 1.55;
}

.home-popup-builder__input,
.home-popup-builder__button {
  min-height: 38px;
  border-radius: 10px;
  font-size: 8px;
}

.home-popup-builder__input {
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(31, 27, 41, 0.11);
  color: #a09aa6;
}

.home-popup-builder__button {
  display: grid;
  margin-top: 8px;
  place-items: center;
  color: white;
  background: var(--home-purple);
  font-weight: 800;
}

.home-popup-builder__popup small {
  display: block;
  margin-top: 10px;
  color: #aaa4b1;
  font-size: 7px;
  text-align: center;
}

.home-popup-builder__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 18px 22px;
  border-top: 1px solid rgba(31, 27, 41, 0.07);
  background: #fcfbfd;
}

.home-popup-builder__controls span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #77717f;
  font-size: 8px;
  font-weight: 700;
}

.home-swatch {
  width: 15px;
  height: 15px;
  border: 1px solid rgba(31, 27, 41, 0.08);
  border-radius: 5px;
}

.home-swatch--purple {
  background: var(--home-purple);
}

.home-swatch--soft {
  background: #f5f2fa;
}

.home-control-toggle {
  position: relative;
  width: 27px;
  height: 15px;
  border-radius: 999px;
  background: var(--home-purple);
}

.home-control-toggle::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: white;
}

/* Review widget visual */

.home-review-widget {
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(31, 27, 41, 0.08);
  border-radius: 28px;
  background: white;
  box-shadow: var(--home-shadow-soft);
}

.home-review-widget__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(31, 27, 41, 0.07);
}

.home-review-widget__header small,
.home-review-widget__header strong {
  display: block;
}

.home-review-widget__header small {
  color: var(--home-purple);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-review-widget__header strong {
  max-width: 390px;
  margin-top: 6px;
  color: var(--home-ink);
  font-size: 18px;
  letter-spacing: -0.04em;
}

.home-review-widget__write {
  flex: 0 0 auto;
  padding: 9px 12px;
  border-radius: 10px;
  color: white;
  background: var(--home-purple);
  font-size: 8px;
  font-weight: 800;
}

.home-review-widget__summary {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 28px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(31, 27, 41, 0.07);
}

.home-review-widget__score strong,
.home-review-widget__score span,
.home-review-widget__score small {
  display: block;
}

.home-review-widget__score strong {
  color: var(--home-ink);
  font-size: 42px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.home-review-widget__score span {
  margin-top: 8px;
  color: #ff9a32;
  font-size: 12px;
  letter-spacing: 1px;
}

.home-review-widget__score small {
  margin-top: 5px;
  color: #9b95a1;
  font-size: 7px;
}

.home-review-widget__bars {
  display: grid;
  gap: 8px;
}

.home-review-widget__bars i {
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #eeeaf1;
}

.home-review-widget__bars b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--home-purple);
}

.home-review-widget__review {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  padding-top: 24px;
}

.home-review-widget__avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: var(--home-purple);
  background: var(--home-purple-soft);
  font-size: 14px;
  font-weight: 800;
}

.home-review-widget__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.home-review-widget__meta span {
  color: #ff9a32;
  font-size: 10px;
  letter-spacing: 1px;
}

.home-review-widget__meta small {
  padding: 5px 8px;
  border-radius: 999px;
  color: #087a43;
  background: #e9f8f0;
  font-size: 6px;
  font-weight: 800;
}

.home-review-widget__review strong {
  display: block;
  margin-top: 8px;
  color: var(--home-ink);
  font-size: 13px;
}

.home-review-widget__review p {
  max-width: 500px;
  margin: 5px 0 12px;
  color: var(--home-soft);
  font-size: 9px;
  line-height: 1.65;
}

.home-review-widget__photo {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 11px;
  background: linear-gradient(145deg, #eee8ff, #ffe9df);
}

.home-inline-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.home-inline-benefits span {
  padding: 8px 11px;
  border: 1px solid rgba(31, 27, 41, 0.08);
  border-radius: 999px;
  color: #625c6d;
  background: #fbfafc;
  font-size: 9px;
  font-weight: 700;
}

/* =========================================================
   Workflow
   ========================================================= */

.home-workflow {
  background: #f8f6fd;
}

.home-workflow__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-workflow-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 32px;
  border: 1px solid rgba(31, 27, 41, 0.08);
  border-radius: 28px;
  background: white;
}

.home-workflow-card__copy {
  position: relative;
  z-index: 3;
  max-width: 450px;
}

.home-workflow-card__number {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--home-purple);
  background: var(--home-purple-soft);
  font-size: 8px;
  font-weight: 900;
}

.home-workflow-card h3 {
  margin: 12px 0 8px;
  color: var(--home-ink);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.home-workflow-card__copy p {
  margin: 0;
  color: var(--home-soft);
  font-size: 12px;
  line-height: 1.7;
}

.home-workflow-email {
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: min(72%, 350px);
  padding: 24px;
  border: 1px solid rgba(31, 27, 41, 0.08);
  border-radius: 22px 22px 0 0;
  background: white;
  box-shadow: 0 24px 64px rgba(31, 27, 41, 0.12);
  transform: translateX(-50%);
}

.home-workflow-email__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(31, 27, 41, 0.07);
}

.home-workflow-email__top span {
  color: var(--home-purple);
  font-size: 10px;
  font-weight: 900;
}

.home-workflow-email__top small {
  color: #9993a0;
  font-size: 7px;
}

.home-workflow-email > strong {
  display: block;
  margin-top: 18px;
  color: var(--home-ink);
  font-size: 17px;
  letter-spacing: -0.035em;
}

.home-workflow-email > p {
  margin: 7px 0 13px;
  color: var(--home-soft);
  font-size: 9px;
}

.home-workflow-email > div:not(.home-workflow-email__top) {
  color: #ff9a32;
  font-size: 17px;
  letter-spacing: 3px;
}

.home-workflow-email > b {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-top: 13px;
  padding: 0 12px;
  border-radius: 8px;
  color: white;
  background: var(--home-purple);
  font-size: 7px;
}

.home-workflow-dashboard {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: -12px;
  display: grid;
  grid-template-columns: 58px 1fr;
  min-height: 252px;
  overflow: hidden;
  border: 1px solid rgba(31, 27, 41, 0.08);
  border-radius: 22px 22px 0 0;
  background: white;
  box-shadow: 0 24px 64px rgba(31, 27, 41, 0.12);
}

.home-workflow-dashboard__side {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 13px;
  padding: 16px 0;
  background: #faf8fd;
  border-right: 1px solid rgba(31, 27, 41, 0.06);
}

.home-workflow-dashboard__side b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  margin-bottom: 8px;
  border-radius: 9px;
  color: white;
  background: var(--home-purple);
  font-size: 11px;
}

.home-workflow-dashboard__side i {
  width: 22px;
  height: 7px;
  border-radius: 999px;
  background: #e3dfea;
}

.home-workflow-dashboard__side i.active {
  background: #c9b7ff;
}

.home-workflow-dashboard__main {
  padding: 18px;
}

.home-workflow-dashboard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-workflow-dashboard__top strong {
  color: var(--home-ink);
  font-size: 12px;
}

.home-workflow-dashboard__top span {
  padding: 5px 8px;
  border-radius: 7px;
  color: white;
  background: var(--home-purple);
  font-size: 6px;
  font-weight: 800;
}

.home-workflow-dashboard__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 15px 0;
}

.home-workflow-dashboard__stats i {
  height: 48px;
  border-radius: 10px;
  background: #f4f1f8;
}

.home-workflow-dashboard__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(31, 27, 41, 0.06);
}

.home-workflow-dashboard__row > span {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: var(--home-purple-soft);
}

.home-workflow-dashboard__row div {
  display: grid;
  gap: 5px;
}

.home-workflow-dashboard__row i {
  width: 72%;
  height: 5px;
  border-radius: 999px;
  background: #ded9e5;
}

.home-workflow-dashboard__row i:last-child {
  width: 48%;
  background: #ebe8ef;
}

.home-workflow-dashboard__row b {
  padding: 5px 7px;
  border-radius: 6px;
  color: var(--home-purple);
  background: var(--home-purple-soft);
  font-size: 6px;
}

/* =========================================================
   Secondary features
   ========================================================= */

.home-secondary {
  background: white;
}

.home-secondary__header {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 0.65fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 50px;
}

.home-secondary__header h2 {
  max-width: 700px;
  margin-bottom: 0;
}

.home-secondary__header > p {
  max-width: 440px;
  padding-bottom: 5px;
  font-size: 14px;
}

.home-secondary__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-secondary-card {
  padding: 28px;
  border: 1px solid rgba(31, 27, 41, 0.08);
  border-radius: 22px;
  background: #fcfbfd;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.home-secondary-card:hover {
  transform: translateY(-4px);
  border-color: rgba(109, 40, 255, 0.16);
  box-shadow: 0 18px 46px rgba(31, 27, 41, 0.07);
}

.home-secondary-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: var(--home-purple);
  background: var(--home-purple-soft);
  font-size: 15px;
  font-weight: 900;
}

.home-secondary-card h3 {
  margin: 21px 0 8px;
  color: var(--home-ink);
  font-size: 19px;
  letter-spacing: -0.035em;
}

.home-secondary-card p {
  margin: 0;
  color: var(--home-soft);
  font-size: 11px;
  line-height: 1.65;
}

.home-secondary-card a {
  display: inline-flex;
  gap: 7px;
  margin-top: 20px;
  color: var(--home-purple);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

/* =========================================================
   FAQ
   ========================================================= */

.home-faq {
  background: #f8f6fd;
}

.home-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1.4fr);
  align-items: start;
  gap: 86px;
}

.home-faq__intro {
  position: sticky;
  top: 110px;
}

.home-faq__intro h2 {
  font-size: clamp(40px, 4vw, 56px);
}

.home-faq__list {
  display: grid;
  gap: 10px;
}

.home-faq__list details {
  overflow: hidden;
  border: 1px solid rgba(31, 27, 41, 0.08);
  border-radius: 15px;
  background: white;
}

.home-faq__list summary {
  position: relative;
  padding: 18px 48px 18px 20px;
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.home-faq__list summary::-webkit-details-marker {
  display: none;
}

.home-faq__list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--home-purple);
  font-size: 19px;
  font-weight: 500;
  transform: translateY(-50%);
}

.home-faq__list details[open] summary::after {
  content: "−";
}

.home-faq__list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--home-soft);
  font-size: 11px;
  line-height: 1.7;
}

/* =========================================================
   Final CTA
   ========================================================= */

.home-final-cta {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background: white;
}

.home-final-cta__card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 50px;
  min-height: 390px;
  padding: 58px 64px;
  border: 1px solid rgba(109, 40, 255, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 86% 18%, rgba(109, 40, 255, 0.14), transparent 31%),
    radial-gradient(circle at 70% 90%, rgba(255, 122, 61, 0.1), transparent 25%),
    linear-gradient(135deg, #fbf9ff, #ffffff);
  box-shadow: 0 26px 70px rgba(31, 27, 41, 0.07);
}

.home-final-cta__copy {
  position: relative;
  z-index: 3;
  max-width: 680px;
}

.home-final-cta__copy h2 {
  max-width: 650px;
}

.home-final-cta__visual {
  position: relative;
  min-height: 250px;
}

.home-final-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(109, 40, 255, 0.13);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.home-final-orbit--one {
  width: 190px;
  height: 190px;
  animation: home-orbit-spin 16s linear infinite;
}

.home-final-orbit--two {
  width: 265px;
  height: 265px;
  border-color: rgba(109, 40, 255, 0.08);
  animation: home-orbit-spin 22s linear infinite reverse;
}

.home-final-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border-radius: 26px;
  color: white;
  background: var(--home-purple);
  box-shadow: 0 22px 45px rgba(109, 40, 255, 0.28);
  font-size: 34px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.home-final-tag {
  position: absolute;
  z-index: 3;
  padding: 8px 11px;
  border: 1px solid rgba(31, 27, 41, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(31, 27, 41, 0.08);
  color: #5f5968;
  font-size: 8px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.home-final-tag--popup {
  top: 28px;
  right: 4px;
  animation: home-chip-float 5.5s ease-in-out infinite;
}

.home-final-tag--review {
  left: 4px;
  bottom: 35px;
  animation: home-chip-float 6.4s ease-in-out infinite reverse;
}

.home-final-tag--request {
  right: 8px;
  bottom: 42px;
  animation: home-chip-float 6s ease-in-out infinite;
  animation-delay: -1.6s;
}

/* =========================================================
   Motion
   ========================================================= */


/* Homepage scroll reveals use the existing site.js IntersectionObserver. */
#main-content > section:not(.home-hero) .reveal-target {
  opacity: 0;
  transform: translateY(30px) scale(0.985);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

#main-content > section:not(.home-hero) .reveal-target.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}



@keyframes home-hero-item-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes home-popup-intro {
  from {
    opacity: 0;
    scale: 0.88;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes home-chip-intro {
  from {
    opacity: 0;
    scale: 0.94;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes home-cta-pulse {
  0%, 72%, 100% {
    box-shadow: 0 12px 32px rgba(109, 40, 255, 0.16);
  }
  82% {
    box-shadow:
      0 16px 38px rgba(109, 40, 255, 0.24),
      0 0 0 7px rgba(109, 40, 255, 0.07);
  }
}

@keyframes home-hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes home-hero-visual-in {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes home-storefront-float {
  0%, 100% {
    transform: perspective(1100px) rotateY(-2deg) rotateX(1deg) translateY(0);
  }
  50% {
    transform: perspective(1100px) rotateY(-2deg) rotateX(1deg) translateY(-11px);
  }
}

@keyframes home-popup-breathe {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(-0.6deg);
  }
}

.home-popup-builder__popup {
  animation-name: home-popup-center-breathe;
}

@keyframes home-popup-center-breathe {
  0%, 100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, calc(-50% - 7px));
  }
}

@keyframes home-chip-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes home-orb-drift {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-30px, 20px, 0) scale(1.07);
  }
}

@keyframes home-spark-pulse {
  0%, 100% {
    opacity: 0.35;
    transform: scale(0.9) rotate(0deg);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.08) rotate(14deg);
  }
}

@keyframes home-orbit-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


/* =========================================================
   Automated review flow - cohesive product story
   ========================================================= */

.home-review-engine {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(109, 40, 255, 0.08), transparent 27%),
    #f8f6fd;
}

.home-review-engine__shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(560px, 1.22fr);
  align-items: center;
  gap: clamp(58px, 7vw, 104px);
}

.home-review-engine__copy {
  max-width: 510px;
}

.home-review-engine__copy h2,
.home-switch__copy h2 {
  margin: 12px 0 18px;
  color: var(--home-ink);
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.01;
}

.home-review-engine__copy > p:not(.eyebrow),
.home-switch__copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--home-soft);
  font-size: 16px;
  line-height: 1.75;
}

.home-review-engine__points {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(31, 27, 41, 0.09);
}

.home-review-engine__points > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(31, 27, 41, 0.09);
}

.home-review-engine__points > div > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-top: 2px;
  border-radius: 10px;
  color: var(--home-purple);
  background: white;
  box-shadow: 0 8px 24px rgba(31, 27, 41, 0.06);
  font-size: 8px;
  font-weight: 900;
}

.home-review-engine__points p {
  display: grid;
  gap: 4px;
  margin: 0;
}

.home-review-engine__points strong {
  color: var(--home-ink);
  font-size: 13px;
  letter-spacing: -0.02em;
}

.home-review-engine__points small {
  color: var(--home-soft);
  font-size: 10px;
  line-height: 1.55;
}

.home-review-engine__visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(31, 27, 41, 0.08);
  border-radius: 34px;
  background:
    linear-gradient(rgba(109, 40, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(109, 40, 255, 0.028) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff 0%, #fbf9ff 56%, #fff9f5 100%);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 30px 80px rgba(31, 27, 41, 0.08);
}

.home-review-engine__glow {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 310px;
  height: 310px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(109, 40, 255, 0.16), rgba(109, 40, 255, 0));
}

.home-review-engine__order,
.home-review-engine__mail,
.home-review-engine__review {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(31, 27, 41, 0.09);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 58px rgba(31, 27, 41, 0.11);
  backdrop-filter: blur(14px);
}

.home-review-engine__order {
  top: 54px;
  left: 46px;
  width: 188px;
  padding: 18px;
  border-radius: 18px;
  animation: home-engine-float 7s ease-in-out infinite;
}

.home-review-engine__order span,
.home-review-engine__order small {
  display: block;
  color: var(--home-muted);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-review-engine__order strong {
  display: block;
  margin: 9px 0 4px;
  color: var(--home-ink);
  font-size: 22px;
  letter-spacing: -0.05em;
}

.home-review-engine__order small {
  color: #38a76f;
  letter-spacing: 0;
  text-transform: none;
}

.home-review-engine__mail {
  top: 116px;
  left: 50%;
  width: min(54%, 310px);
  padding: 26px;
  border-radius: 24px;
  transform: translateX(-50%);
  animation: home-engine-mail 8s ease-in-out infinite;
}

.home-review-engine__mail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(31, 27, 41, 0.07);
}

.home-review-engine__mail-top b {
  color: var(--home-purple);
  font-size: 10px;
}

.home-review-engine__mail-top span {
  padding: 5px 8px;
  border-radius: 999px;
  color: #27865c;
  background: #edf9f2;
  font-size: 7px;
  font-weight: 900;
}

.home-review-engine__mail > small {
  display: block;
  margin-top: 20px;
  color: var(--home-purple);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.home-review-engine__mail > strong {
  display: block;
  margin-top: 7px;
  color: var(--home-ink);
  font-size: 22px;
  letter-spacing: -0.045em;
}

.home-review-engine__mail > p {
  max-width: 230px;
  margin: 8px 0 14px;
  color: var(--home-soft);
  font-size: 9px;
  line-height: 1.55;
}

.home-review-engine__stars {
  color: #ff9638;
  font-size: 18px;
  letter-spacing: 2px;
}

.home-review-engine__mail > em {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-top: 15px;
  padding: 0 14px;
  border-radius: 9px;
  color: white;
  background: var(--home-purple);
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
}

.home-review-engine__review {
  right: 40px;
  bottom: 46px;
  width: 230px;
  padding: 21px;
  border-radius: 20px;
  animation: home-engine-float 7.8s ease-in-out infinite reverse;
}

.home-review-engine__review > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.home-review-engine__review > div span {
  color: #ff9638;
  font-size: 10px;
  letter-spacing: 1px;
}

.home-review-engine__review > div small {
  padding: 4px 7px;
  border-radius: 999px;
  color: #26855a;
  background: #edf9f2;
  font-size: 6px;
  font-weight: 900;
}

.home-review-engine__review > strong {
  display: block;
  margin-top: 15px;
  color: var(--home-ink);
  font-size: 15px;
  letter-spacing: -0.035em;
}

.home-review-engine__review > p {
  margin: 6px 0 13px;
  color: var(--home-soft);
  font-size: 8px;
  line-height: 1.55;
}

.home-review-engine__review > b {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 8px;
  color: var(--home-purple);
  background: var(--home-purple-soft);
  font-size: 6px;
}

.home-review-engine__line {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  height: 2px;
  background: linear-gradient(90deg, rgba(109, 40, 255, 0.08), rgba(109, 40, 255, 0.24));
}

.home-review-engine__line i {
  position: absolute;
  top: 0;
  left: -28px;
  width: 28px;
  height: 100%;
  border-radius: 999px;
  background: var(--home-purple);
  animation: home-engine-route 3.2s linear infinite;
}

.home-review-engine__line--one {
  top: 154px;
  left: 205px;
  width: 112px;
  transform: rotate(12deg);
}

.home-review-engine__line--two {
  right: 186px;
  bottom: 177px;
  width: 122px;
  transform: rotate(26deg);
}

/* =========================================================
   Review migration - compact switch story
   ========================================================= */

.home-switch {
  background: white;
}

.home-switch__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  align-items: center;
  gap: clamp(58px, 7vw, 96px);
  padding: clamp(42px, 5vw, 68px);
  overflow: hidden;
  border: 1px solid rgba(31, 27, 41, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 84%, rgba(109, 40, 255, 0.08), transparent 28%),
    linear-gradient(135deg, #fbf9ff 0%, #ffffff 55%, #fff8f4 100%);
  box-shadow: 0 26px 70px rgba(31, 27, 41, 0.07);
}

.home-switch__copy {
  max-width: 470px;
}

.home-switch__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.home-switch__tags span {
  padding: 8px 11px;
  border: 1px solid rgba(31, 27, 41, 0.08);
  border-radius: 999px;
  color: var(--home-soft);
  background: rgba(255, 255, 255, 0.84);
  font-size: 9px;
  font-weight: 800;
}

.home-switch__visual {
  position: relative;
  min-height: 330px;
}

.home-switch__source,
.home-switch__destination {
  position: absolute;
  border: 1px solid rgba(31, 27, 41, 0.08);
  background: white;
  box-shadow: 0 20px 50px rgba(31, 27, 41, 0.08);
}

.home-switch__source {
  left: 0;
  width: 190px;
  padding: 17px;
  border-radius: 18px;
}

.home-switch__source--csv {
  top: 42px;
  animation: home-switch-float 7s ease-in-out infinite;
}

.home-switch__source--etsy {
  bottom: 36px;
  left: 56px;
  animation: home-switch-float 7.8s ease-in-out infinite reverse;
}

.home-switch__source span {
  display: inline-flex;
  min-width: 36px;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--home-purple);
  background: var(--home-purple-soft);
  font-size: 7px;
  font-weight: 900;
}

.home-switch__source--etsy span {
  color: #c85c26;
  background: #fff1e9;
}

.home-switch__source strong,
.home-switch__source small {
  display: block;
}

.home-switch__source strong {
  margin-top: 10px;
  color: var(--home-ink);
  font-size: 12px;
  letter-spacing: -0.025em;
}

.home-switch__source small {
  margin-top: 4px;
  color: var(--home-muted);
  font-size: 7px;
}

.home-switch__route {
  position: absolute;
  top: 50%;
  left: 46%;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translate(-50%, -50%);
}

.home-switch__route i {
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, rgba(109, 40, 255, 0.1), rgba(109, 40, 255, 0.45));
}

.home-switch__route i:last-child {
  transform: rotate(180deg);
}

.home-switch__route b {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: white;
  background: var(--home-purple);
  box-shadow: 0 14px 34px rgba(109, 40, 255, 0.28);
  font-size: 17px;
}

.home-switch__destination {
  top: 50%;
  right: 0;
  width: 220px;
  padding: 22px;
  border-radius: 20px;
  transform: translateY(-50%);
  animation: home-switch-float 8.6s ease-in-out infinite;
}

.home-switch__destination small {
  color: var(--home-purple);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.home-switch__destination div {
  margin-top: 12px;
  color: #ff9638;
  font-size: 15px;
  letter-spacing: 2px;
}

.home-switch__destination strong,
.home-switch__destination span {
  display: block;
}

.home-switch__destination strong {
  margin-top: 9px;
  color: var(--home-ink);
  font-size: 15px;
  letter-spacing: -0.035em;
}

.home-switch__destination span {
  margin-top: 5px;
  color: #27865c;
  font-size: 7px;
  font-weight: 800;
}

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

@keyframes home-engine-mail {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
}

@keyframes home-engine-route {
  to { left: calc(100% + 28px); }
}

@keyframes home-switch-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1120px) {
  .home-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
    gap: 48px;
  }

  .home-popup-card {
    right: 0;
  }

  .home-product-section__grid,
  .home-product-section__grid--reverse {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}

@media (max-width: 940px) {
  .home-hero {
    min-height: auto;
    padding: 78px 0 96px;
  }

  .home-hero__grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .home-hero__copy {
    max-width: 720px;
  }

  .home-hero h1 {
    max-width: 760px;
    font-size: clamp(58px, 9vw, 76px);
  }

  .home-hero__visual {
    width: min(100%, 720px);
    min-height: 590px;
    margin: 0 auto;
  }

  .home-journey__grid,
  .home-workflow__grid {
    grid-template-columns: 1fr;
  }

  .home-product-section__grid,
  .home-product-section__grid--reverse {
    grid-template-columns: 1fr;
  }

  .home-product-section__copy {
    max-width: 680px;
  }

  .home-product-section--reviews .home-review-widget {
    order: 2;
  }

  .home-product-section--reviews .home-product-section__copy {
    order: 1;
  }

  .home-secondary__header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-secondary__header > p {
    max-width: 650px;
  }

  .home-secondary__grid {
    grid-template-columns: 1fr;
  }

  .home-faq__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .home-faq__intro {
    position: static;
    max-width: 620px;
  }

  .home-final-cta__card {
    grid-template-columns: 1fr;
    padding: 52px;
  }

  .home-final-cta__visual {
    display: none;
  }
}

@media (max-width: 680px) {
  .home-section {
    padding: 84px 0;
  }

  .home-section-heading {
    margin-bottom: 36px;
  }

  .home-section-heading h2,
  .home-product-section__copy h2,
  .home-faq__intro h2,
  .home-secondary__header h2,
  .home-final-cta__copy h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .home-section-heading p:not(.eyebrow),
  .home-product-section__copy > p:not(.eyebrow),
  .home-faq__intro > p:not(.eyebrow),
  .home-secondary__header > p,
  .home-final-cta__copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .home-hero {
    padding: 58px 0 76px;
  }

  .home-pill {
    font-size: 9px;
  }

  .home-hero h1 {
    margin-top: 20px;
    font-size: clamp(49px, 14vw, 64px);
  }

  .home-hero__description {
    font-size: 16px;
  }

  .home-hero__actions {
    align-items: stretch;
  }

  .home-hero__actions .button {
    width: 100%;
  }

  .home-hero__proof {
    display: grid;
    gap: 9px;
  }

  .home-hero__visual {
    min-height: 480px;
  }

  .home-storefront {
    top: 22px;
    width: 100%;
    border-radius: 22px;
    transform: none;
    animation: none;
  }

  .home-storefront__body {
    padding: 18px;
  }

  .home-product-preview {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 14px;
  }

  .home-product-preview__image {
    min-height: 220px;
  }

  .home-product-preview__shape {
    width: 90px;
    height: 135px;
  }

  .home-product-preview__copy h2 {
    font-size: 19px;
  }

  .home-product-preview__copy p {
    display: none;
  }

  .home-review-strip {
    padding: 13px;
  }

  .home-review-strip__badge {
    display: none;
  }

  .home-popup-card {
    right: -4px;
    top: 238px;
    width: 220px;
    padding: 18px;
  }

  .home-popup-card > strong {
    font-size: 16px;
  }

  .home-request-chip {
    left: -4px;
    bottom: 8px;
    width: 235px;
  }

  .home-journey-card {
    min-height: 600px;
    padding: 27px;
  }

  .home-journey-card__visual {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .home-step-number {
    font-size: 28px;
  }

  .home-email-preview {
    width: 76%;
  }

  .home-review-bubble {
    width: 65%;
  }

  .home-popup-builder__canvas {
    min-height: 390px;
    padding: 18px;
  }

  .home-popup-builder__store {
    inset: 30px 18px;
  }

  .home-popup-builder__popup {
    width: 82%;
    padding: 23px;
  }

  .home-popup-builder__popup h3 {
    font-size: 28px;
  }

  .home-review-widget {
    padding: 20px;
  }

  .home-review-widget__header {
    display: block;
  }

  .home-review-widget__write {
    display: inline-flex;
    margin-top: 14px;
  }

  .home-review-widget__summary {
    grid-template-columns: 110px 1fr;
    gap: 18px;
  }

  .home-workflow-card {
    min-height: 500px;
    padding: 26px;
  }

  .home-workflow-dashboard {
    left: 20px;
    right: 20px;
  }

  .home-final-cta {
    padding: 84px 0;
  }

  .home-final-cta__card {
    padding: 36px 28px;
    border-radius: 24px;
  }
}

@media (max-width: 430px) {
  .home-hero__visual {
    min-height: 450px;
  }

  .home-product-preview__image {
    min-height: 190px;
  }

  .home-product-preview__copy h2 {
    font-size: 17px;
  }

  .home-preview-stars {
    font-size: 12px;
  }

  .home-preview-button {
    min-height: 29px;
    padding-inline: 11px;
    font-size: 8px;
  }

  .home-popup-card {
    top: 218px;
    width: 196px;
  }

  .home-popup-card__form {
    grid-template-columns: 1fr;
  }

  .home-popup-card__form b {
    justify-content: center;
  }

  .home-request-chip {
    width: 215px;
  }

  .home-journey-card {
    min-height: 620px;
  }

  .home-journey-card__visual {
    height: 220px;
  }

  .home-mini-popup {
    right: 8px;
    width: 180px;
  }

  .home-email-preview {
    width: 82%;
  }

  .home-review-bubble {
    width: 72%;
  }

  .home-popup-builder__controls {
    display: none;
  }

  .home-review-widget__summary {
    grid-template-columns: 1fr;
  }

  .home-workflow-email {
    width: 82%;
  }
}


@media (max-width: 1040px) {
  .home-review-engine__shell,
  .home-switch__shell {
    grid-template-columns: 1fr;
  }

  .home-review-engine__copy,
  .home-switch__copy {
    max-width: 680px;
  }

  .home-review-engine__visual {
    min-height: 540px;
  }

  .home-switch__copy {
    order: 1;
  }

  .home-switch__visual {
    order: 2;
    width: min(100%, 670px);
  }
}

@media (max-width: 680px) {
  .home-review-engine__copy h2,
  .home-switch__copy h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .home-review-engine__copy > p:not(.eyebrow),
  .home-switch__copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .home-review-engine__visual {
    min-height: 500px;
    border-radius: 26px;
  }

  .home-review-engine__order {
    top: 28px;
    left: 22px;
    width: 154px;
  }

  .home-review-engine__mail {
    top: 124px;
    width: min(76%, 290px);
    padding: 21px;
  }

  .home-review-engine__review {
    right: 18px;
    bottom: 24px;
    width: 205px;
  }

  .home-review-engine__line--one {
    top: 122px;
    left: 128px;
    width: 90px;
    transform: rotate(27deg);
  }

  .home-review-engine__line--two {
    right: 116px;
    bottom: 154px;
    width: 98px;
    transform: rotate(35deg);
  }

  .home-switch__shell {
    padding: 32px 24px;
    border-radius: 26px;
  }

  .home-switch__visual {
    min-height: 440px;
  }

  .home-switch__source {
    width: 165px;
  }

  .home-switch__source--csv {
    top: 24px;
  }

  .home-switch__source--etsy {
    bottom: 28px;
    left: 0;
  }

  .home-switch__route {
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .home-switch__destination {
    top: 50%;
    right: 0;
    width: 190px;
  }
}

@media (max-width: 430px) {
  .home-review-engine__visual {
    min-height: 520px;
  }

  .home-review-engine__order {
    width: 142px;
  }

  .home-review-engine__mail {
    top: 134px;
    width: 82%;
  }

  .home-review-engine__review {
    width: 190px;
  }

  .home-switch__visual {
    min-height: 470px;
  }

  .home-switch__source {
    width: 150px;
    padding: 15px;
  }

  .home-switch__destination {
    width: 172px;
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__copy > *,
  #main-content > section:not(.home-hero) .reveal-target {
    opacity: 1 !important;
    transform: none !important;
    scale: 1 !important;
  }

  .home-hero__copy,
  .home-hero__visual,
  .home-storefront,
  .home-popup-card,
  .home-request-chip,
  .home-mini-popup,
  .home-review-bubble,
  .home-popup-builder__popup,
  .home-final-tag,
  .home-hero__orb,
  .home-hero__spark,
  .home-final-orbit,
  .home-review-engine__order,
  .home-review-engine__mail,
  .home-review-engine__review,
  .home-review-engine__line i,
  .home-switch__source,
  .home-switch__destination {
    animation: none !important;
    transition: none !important;
  }

}
