/* Liftaya homepage v2 — dynamic layout (matches HTML mockup) */

.liftaya-block {
  margin-block: 0 !important;
  padding-inline: 0 !important;
}

.liftaya-block .wrap {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}

.liftaya-section--white { background: #fff; padding-block: clamp(3rem, 7vw, 5rem); }
.liftaya-section--whisper { background: #fff5f7; padding-block: clamp(3rem, 7vw, 5rem); }
.liftaya-section--kiss { background: #fae8ec; padding-block: clamp(3rem, 7vw, 5rem); }
.liftaya-section--flirt {
  background: linear-gradient(165deg, #ffe5ed 0%, #fae8ec 100%);
  padding-block: clamp(3rem, 7vw, 5rem);
  position: relative;
  overflow: hidden;
}
.liftaya-section--dark {
  background: #1b1214;
  color: #fff;
  padding-block: clamp(3rem, 7vw, 5rem);
  position: relative;
  overflow: hidden;
}

.liftaya-center { text-align: center; }
.liftaya-center .liftaya-lead { margin-inline: auto; }
.liftaya-center .liftaya-kicker { justify-content: center; }
.liftaya-faq-narrow { max-width: 640px; }

.liftaya-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-primary, #e8367a);
  background: #fff;
  border: 1px solid var(--brand-border, #ffc0d4);
  border-radius: 999px;
}

.liftaya-kicker--on-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ff6b9d;
}

.liftaya-h-section {
  margin: 0 0 0.75rem;
  font-family: var(--brand-font-display, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.85rem, 4.5vw, 3rem);
  font-weight: 600;
  line-height: 1.05;
  color: var(--brand-secondary, #1b1214);
}

.liftaya-h-section--light { color: #fff; }

.liftaya-lead {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  max-width: 36rem;
  line-height: 1.6;
  color: var(--brand-text-muted, #5c4a4d);
}

.liftaya-lead--light { color: rgba(255, 255, 255, 0.78); }

.liftaya-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important;
  background: var(--brand-secondary, #1b1214) !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: 0 20px 50px rgba(27, 18, 20, 0.08);
  transition: transform 0.15s, background 0.15s;
}

.liftaya-btn:hover {
  transform: translateY(-2px);
  background: var(--brand-primary, #e8367a) !important;
}

.liftaya-btn--pink {
  background: var(--brand-primary, #e8367a) !important;
}

.liftaya-btn--pink:hover {
  filter: brightness(1.05);
}

.liftaya-icon-ring {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background: #fff;
  border: 2px solid var(--brand-border, #ffc0d4);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(27, 18, 20, 0.08);
}

.liftaya-icon-ring--overlap { margin-left: -18px; position: relative; z-index: 2; }
.liftaya-icon-ring--pink { background: var(--brand-primary, #e8367a); border-color: var(--brand-primary, #e8367a); color: #fff; }

.liftaya-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding: 1rem;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--brand-text-muted, #5c4a4d);
  background: linear-gradient(160deg, #ffe5ed, #fae8ec);
}

.liftaya-checklist {
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
}

.liftaya-checklist li {
  position: relative;
  padding: 0.45rem 0 0.45rem 2rem;
  font-weight: 500;
}

.liftaya-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: var(--brand-primary, #e8367a) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M4.5 8.2 2.2 5.9l.9-.9 1.4 1.4 4.4-4.4.9.9z'/%3E%3C/svg%3E") center/12px no-repeat;
}

/* Announcement */
.liftaya-announcement-bar {
  margin: 0 !important;
  padding: 0 !important;
  background: #1b1214;
  color: #fff;
  text-align: center;
}

.liftaya-announcement-bar__text {
  margin: 0;
  padding: 0.55rem 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Press */
.liftaya-press-bar {
  margin: 0 !important;
  padding: 1.25rem !important;
  background: #fff;
  border-block: 1px solid var(--brand-border, #ffc0d4);
  text-align: center;
}

.liftaya-press-bar__label {
  margin: 0 0 0.75rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand-text-muted, #5c4a4d);
}

.liftaya-press-bar__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2.5rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  opacity: 0.35;
}

/* Split */
.liftaya-split-statement { margin: 0 !important; padding: 0 !important; }

.liftaya-split-statement__grid {
  display: grid;
  min-height: 260px;
}

@media (min-width: 700px) {
  .liftaya-split-statement__grid { grid-template-columns: 1fr 1fr; }
}

.liftaya-split-statement__a {
  padding: clamp(2rem, 6vw, 4rem);
  background: var(--brand-primary, #e8367a);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.liftaya-split-statement__b {
  padding: clamp(2rem, 6vw, 4rem);
  background: #1b1214;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.liftaya-split-statement__title {
  margin: 0;
  font-family: var(--brand-font-display, Georgia, serif);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 600;
  line-height: 0.95;
}

.liftaya-split-statement__title span { display: block; }
.liftaya-split-statement__title--italic { font-style: italic; font-weight: 500; opacity: 0.95; }

/* Hero v2 */
.liftaya-hero-banner--v2 { position: relative; }

.liftaya-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.liftaya-blob--1 {
  width: clamp(200px, 35vw, 400px);
  height: clamp(200px, 35vw, 400px);
  top: -60px;
  right: -40px;
  background: radial-gradient(circle, #ffe5ed 0%, transparent 70%);
}

.liftaya-blob--2 {
  width: 260px;
  height: 160px;
  border-radius: 60% 40% 55% 45%;
  bottom: 8%;
  left: -30px;
  background: var(--brand-primary, #e8367a);
  opacity: 0.1;
}

.liftaya-hero-banner__inner {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 960px) {
  .liftaya-hero-banner__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.28fr);
    gap: 1.5rem 2rem;
  }
}

.liftaya-hero-banner__eyebrow {
  margin: 0.5rem 0 1rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-text-muted, #5c4a4d);
}

.liftaya-hero-banner__headline-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.liftaya-hero-banner__heading {
  margin: 0;
  font-family: var(--brand-font-display, Georgia, serif);
  font-weight: 600;
  line-height: 0.92;
}

.liftaya-hero-banner__heading-line1 {
  display: block;
  font-size: clamp(3rem, 9vw, 6rem);
}

.liftaya-hero-banner__heading-line2 {
  display: block;
  font-size: clamp(3rem, 9vw, 6rem);
}

.liftaya-hero-banner__heading-line2--em {
  font-style: italic;
  color: var(--brand-primary, #e8367a);
}

.liftaya-hero-banner__discount {
  flex-shrink: 0;
  margin: 0;
  width: clamp(5.5rem, 14vw, 7rem);
  height: clamp(5.5rem, 14vw, 7rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.15;
  background: #fff;
  border: 3px solid #1b1214;
  border-radius: 50%;
  box-shadow: 0 20px 50px rgba(27, 18, 20, 0.1);
}

.liftaya-hero-banner__visual {
  position: relative;
  min-height: clamp(320px, 42vw, 520px);
  width: 100%;
}

@media (min-width: 960px) {
  .liftaya-hero-banner__visual {
    min-height: 440px;
    padding-right: 0;
  }
}

/* Wider organic frame (Boomba-style), bleeds right on desktop */
.liftaya-hero-banner__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  width: 100%;
  max-width: min(100%, 560px);
  margin: 0 auto;
  border-radius: 52% 48% 42% 58% / 48% 52% 46% 54%;
  border: 3px solid #fff;
  box-shadow:
    0 28px 60px rgba(27, 18, 20, 0.12),
    0 0 0 1px rgba(255, 192, 212, 0.5);
  background: linear-gradient(145deg, #ffe5ed, #fae8ec);
}

@media (min-width: 960px) {
  .liftaya-hero-banner__frame {
    aspect-ratio: 4 / 3;
    max-width: min(108%, 720px);
    margin: 0 -2% 0 auto;
    border-radius: 48% 52% 38% 62% / 50% 48% 52% 50%;
  }
}

.liftaya-hero-banner__frame::before {
  content: '';
  position: absolute;
  inset: -6px;
  z-index: 0;
  border-radius: inherit;
  border: 2px solid rgba(232, 54, 122, 0.18);
  pointer-events: none;
}

.liftaya-hero-banner__frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.liftaya-hero-float-badge {
  position: absolute;
  top: -0.5rem;
  right: 8%;
  z-index: 3;
  width: 7rem;
  height: 7rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  background: #fff;
  border: 3px solid #1b1214;
  border-radius: 50%;
  transform: rotate(8deg);
  box-shadow: 0 20px 40px rgba(27, 18, 20, 0.12);
}

.liftaya-hero-float-star {
  position: absolute;
  bottom: 18%;
  left: 0;
  z-index: 3;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: var(--brand-primary, #e8367a);
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
}

.liftaya-hero-mini {
  position: absolute;
  z-index: 3;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.55rem;
  font-weight: 700;
  background: #fff;
  border: 2px solid var(--brand-border, #ffc0d4);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(27, 18, 20, 0.08);
}

.liftaya-hero-mini--1 { bottom: 8%; right: -8px; }
.liftaya-hero-mini--2 { top: 20%; right: -16px; width: 3.5rem; height: 3.5rem; }

.liftaya-hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.liftaya-trust-chip {
  padding: 0.55rem 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  background: #fff;
  border: 1px solid var(--brand-border, #ffc0d4);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(27, 18, 20, 0.06);
}

/* Trust grid */
.liftaya-trust-badges__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.liftaya-trust-badges__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--brand-border, #ffc0d4);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(27, 18, 20, 0.06);
}

.liftaya-trust-badges__text {
  display: flex;
  flex-direction: column;
  font-size: 0.85rem;
}

.liftaya-trust-badges__text strong { font-weight: 700; }
.liftaya-trust-badges__text span { opacity: 0.75; font-size: 0.8rem; }

/* Bento */
.liftaya-bento {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 2rem;
}

.liftaya-bento-card {
  position: relative;
  padding: 1.35rem 1.5rem;
  background: #fff;
  border: 1px solid var(--brand-border, #ffc0d4);
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(27, 18, 20, 0.06);
  overflow: hidden;
}

.liftaya-bento-card--pink {
  background: linear-gradient(135deg, #e8367a, #ff6b9d);
  color: #fff;
  border: none;
}

.liftaya-bento-card--dark {
  background: #1b1214;
  color: #fff;
  border-color: #1b1214;
}

.liftaya-bento-card--footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.liftaya-bento-stat {
  margin: 0;
  font-family: var(--brand-font-display, Georgia, serif);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: var(--brand-primary, #e8367a);
}

.liftaya-bento-card--pink .liftaya-bento-stat,
.liftaya-bento-card--dark .liftaya-bento-stat { color: #fff; }

.liftaya-bento-title { margin: 0.5rem 0 0; font-family: var(--brand-font-display, Georgia, serif); font-size: 1.35rem; }
.liftaya-bento-text { margin: 0.35rem 0 0; font-size: 0.9rem; opacity: 0.85; }
.liftaya-bento-icon { position: absolute; bottom: 1rem; right: 1rem; }
.liftaya-bento-footer-title { margin: 0.35rem 0 0; font-weight: 700; }

.span-12 { grid-column: span 12; }
.span-8 { grid-column: span 12; }
.span-4 { grid-column: span 12; }
.span-6 { grid-column: span 12; }

@media (min-width: 768px) {
  .span-8 { grid-column: span 8; }
  .span-4 { grid-column: span 4; }
  .span-6 { grid-column: span 6; }
}

/* Pills */
.liftaya-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.liftaya-pill {
  padding: 0.7rem 1.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 2px solid var(--brand-border, #ffc0d4);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(27, 18, 20, 0.06);
  transition: transform 0.15s, border-color 0.15s;
}

.liftaya-pill:hover {
  transform: translateY(-3px);
  border-color: var(--brand-primary, #e8367a);
}

.liftaya-pill--active {
  background: #1b1214;
  color: #fff;
  border-color: #1b1214;
}

/* Product grid v2 */
.liftaya-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.liftaya-section-head__link {
  font-weight: 700;
  color: var(--brand-primary, #e8367a);
  text-decoration: none;
}

.liftaya-product-grid--v2 {
  display: grid;
  gap: 1.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.liftaya-product-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--brand-border, #ffc0d4);
  border-radius: 28px;
  overflow: visible;
  box-shadow: 0 16px 40px rgba(27, 18, 20, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.liftaya-product-card__link:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(27, 18, 20, 0.1);
}

.liftaya-product-card__media {
  position: relative;
  margin: 0.65rem 0.65rem 0;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(160deg, #ffe5ed, #fae8ec);
}

.liftaya-product-card__media img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}

.liftaya-product-card__badge {
  position: absolute;
  top: -10px;
  left: 12px;
  z-index: 2;
  padding: 0.35rem 0.7rem;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: #1b1214;
  border-radius: 999px;
}

.liftaya-product-card__icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 1rem;
}

.liftaya-product-card__body { padding: 0.85rem 1rem 1.15rem; }

.liftaya-product-card__title {
  margin: 0 0 0.35rem;
  font-family: var(--brand-font-display, Georgia, serif);
  font-size: 1.15rem;
}

.liftaya-product-card__price {
  margin: 0;
  font-weight: 800;
  color: var(--brand-primary, #e8367a);
}

/* Fit quiz */
.liftaya-fit-duo {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
  text-align: left;
}

@media (min-width: 768px) {
  .liftaya-fit-duo { grid-template-columns: 1fr 1fr; }
}

.liftaya-fit-card {
  position: relative;
  padding: 1.75rem;
  border-radius: 40px;
  overflow: hidden;
}

.liftaya-fit-card--yes {
  background: #ffe5ed;
  border: 2px solid var(--brand-primary, #e8367a);
}

.liftaya-fit-card--no {
  background: #1b1214;
  color: #fff;
}

.liftaya-fit-num {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-family: var(--brand-font-display, Georgia, serif);
  font-size: 4rem;
  line-height: 1;
  opacity: 0.2;
}

.liftaya-fit-card__title {
  margin: 0 0 0.75rem;
  font-family: var(--brand-font-display, Georgia, serif);
  font-size: 1.35rem;
}

/* Spotlight */
.liftaya-product-spotlight__inner {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 900px) {
  .liftaya-product-spotlight__inner { grid-template-columns: 1fr 1.1fr; }
}

.liftaya-product-spotlight__visual { position: relative; padding: 2rem 0; }

.liftaya-product-spotlight__main {
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 4/5;
  border: 3px solid #fff;
  box-shadow: 0 28px 60px rgba(27, 18, 20, 0.12);
  background: linear-gradient(160deg, #ffe5ed, #fff);
}

.liftaya-product-spotlight__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.liftaya-spotlight-orbit {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: #fff;
  border: 2px solid var(--brand-primary, #e8367a);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(27, 18, 20, 0.08);
  z-index: 2;
}

.liftaya-spotlight-orbit--1 { top: 0; right: 5%; }
.liftaya-spotlight-orbit--2 { bottom: 5%; left: 0; background: var(--brand-primary, #e8367a); color: #fff; }

/* Before after */
.liftaya-ba-wrap {
  position: relative;
  margin-top: 2rem;
  border-radius: 40px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 28px 60px rgba(27, 18, 20, 0.1);
}

.liftaya-ba-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 360px;
}

.liftaya-ba-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.liftaya-ba-half--before { background: #fae8ec; }
.liftaya-ba-half--after { background: #ffe5ed; }

.liftaya-ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  background: #fff;
  border: 3px solid #1b1214;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(27, 18, 20, 0.15);
  z-index: 2;
}

/* Bundles featured */
.liftaya-bundle-stack {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 2rem 0;
}

.liftaya-bundle-puck {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.55rem;
  font-weight: 700;
  background: #fff;
  border: 2px solid var(--brand-border, #ffc0d4);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(27, 18, 20, 0.1);
  margin-left: -20px;
}

.liftaya-bundle-puck:first-child { margin-left: 0; }
.liftaya-bundle-plus { font-size: 1.5rem; color: #ff6b9d; margin: 0 0.25rem; }

.liftaya-bundle-featured-card {
  max-width: 480px;
  margin: 0 auto;
  padding: 1.75rem;
  background: #fff;
  border-radius: 40px;
  text-align: center;
  color: #1b1214;
}

.liftaya-bundle-featured-card__title {
  margin: 0;
  font-family: var(--brand-font-display, Georgia, serif);
  font-size: 1.5rem;
}

.liftaya-bundle-featured-card__desc { margin: 0.5rem 0; opacity: 0.8; }
.liftaya-bundle-price-old { text-decoration: line-through; opacity: 0.5; margin: 0; }
.liftaya-bundle-price-new {
  margin: 0.25rem 0 1rem;
  font-family: var(--brand-font-display, Georgia, serif);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--brand-primary, #e8367a);
}

/* Models scroll */
.liftaya-models-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  margin-top: 1.5rem;
}

.liftaya-model-pill {
  flex: 0 0 220px;
  scroll-snap-align: start;
  padding: 1.25rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 2px solid var(--brand-border, #ffc0d4);
  border-radius: 28px;
  box-shadow: 0 12px 30px rgba(27, 18, 20, 0.06);
}

.liftaya-model-pill--active {
  border-color: var(--brand-primary, #e8367a);
  box-shadow: 0 0 0 3px rgba(232, 54, 122, 0.2);
}

.liftaya-model-pill__media {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1;
  margin-bottom: 0.75rem;
  background: #ffe5ed;
}

.liftaya-model-pill__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.liftaya-model-pill__title {
  margin: 0;
  font-family: var(--brand-font-display, Georgia, serif);
  font-size: 1.1rem;
}

.liftaya-model-pill__text { margin: 0.25rem 0 0; font-size: 0.85rem; opacity: 0.8; }

/* Table */
.liftaya-table-wrap {
  margin-top: 2rem;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--brand-border, #ffc0d4);
  box-shadow: 0 20px 50px rgba(27, 18, 20, 0.08);
}

.liftaya-comparison-table__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.88rem;
}

.liftaya-comparison-table__table th,
.liftaya-comparison-table__table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--brand-border, #ffc0d4);
  text-align: left;
}

.liftaya-comparison-table__table .liftaya-col-brand,
.liftaya-comparison-table__table th.liftaya-col-brand {
  background: #ffe5ed;
}

/* Steps */
.liftaya-steps-row {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
  text-align: left;
}

@media (min-width: 800px) {
  .liftaya-steps-row { grid-template-columns: repeat(3, 1fr); }
}

.liftaya-step-card {
  position: relative;
  padding: 1.5rem;
  border-radius: 28px;
  overflow: hidden;
}

.liftaya-step-card--pink { background: #ffe5ed; }
.liftaya-step-card--dark { background: #1b1214; color: #fff; }
.liftaya-step-card--light { background: #fff; border: 2px solid var(--brand-border, #ffc0d4); }

.liftaya-step-card__num {
  margin: 0 0 0.5rem;
  font-family: var(--brand-font-display, Georgia, serif);
  font-size: 3rem;
  line-height: 1;
  opacity: 0.2;
}

.liftaya-step-card__icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  font-size: 1rem;
}

.liftaya-step-card h3 { margin: 0 0 0.35rem; font-size: 1.05rem; }
.liftaya-step-card p { margin: 0; font-size: 0.9rem; opacity: 0.85; }

/* Reviews */
.liftaya-reviews-row {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .liftaya-reviews-row { grid-template-columns: repeat(3, 1fr); }
}

.liftaya-review-card {
  padding: 1.35rem;
  background: #fff;
  border: 1px solid var(--brand-border, #ffc0d4);
  border-radius: 28px;
  box-shadow: 0 12px 30px rgba(27, 18, 20, 0.06);
}

.liftaya-review-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: #ffe5ed;
  border: 2px solid var(--brand-border, #ffc0d4);
}

.liftaya-review-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.liftaya-review-card__stars { color: var(--brand-primary, #e8367a); margin: 0 0 0.35rem; }
.liftaya-review-card__name { margin: 0 0 0.5rem; font-size: 0.9rem; }
.liftaya-review-card__text { margin: 0; font-size: 0.9rem; }

/* UGC */
.liftaya-ugc-masonry {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 120px;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .liftaya-ugc-masonry { grid-template-columns: repeat(6, 1fr); }
}

.liftaya-ugc-item {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffe5ed, #fae8ec);
  border: 2px solid #fff;
  box-shadow: 0 8px 24px rgba(27, 18, 20, 0.06);
}

.liftaya-ugc-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.liftaya-ugc-item--tall { grid-row: span 2; }
.liftaya-ugc-item--wide { grid-column: span 2; }

/* FAQ */
.liftaya-faq-list { margin-top: 1.5rem; text-align: left; }

.liftaya-faq-item {
  background: #fff;
  border: 1px solid var(--brand-border, #ffc0d4);
  border-radius: 16px;
  margin-bottom: 0.65rem;
  padding: 0.15rem 1.15rem;
  box-shadow: 0 4px 12px rgba(27, 18, 20, 0.04);
}

.liftaya-faq-item summary {
  font-weight: 700;
  cursor: pointer;
  padding: 1rem 0;
  list-style: none;
}

.liftaya-faq-item summary::-webkit-details-marker { display: none; }

.liftaya-faq-item summary::after {
  content: "+";
  float: right;
  color: var(--brand-primary, #e8367a);
  font-size: 1.25rem;
}

.liftaya-faq-item[open] summary::after { content: "−"; }

.liftaya-faq-item p {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: var(--brand-text-muted, #5c4a4d);
}

/* Newsletter */
.liftaya-newsletter-box {
  max-width: 520px;
  margin: 0 auto;
  padding: 2.5rem;
  background: #fff;
  border: 1px solid var(--brand-border, #ffc0d4);
  border-radius: 40px;
  box-shadow: 0 28px 60px rgba(27, 18, 20, 0.1);
  position: relative;
  overflow: hidden;
}

.liftaya-newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1rem;
}

.liftaya-newsletter-form input[type="email"] {
  flex: 1 1 200px;
  padding: 0.9rem 1.15rem;
  border: 2px solid var(--brand-border, #ffc0d4);
  border-radius: 999px;
  font: inherit;
}

/* Home page: hide duplicate announcement if block used */
body.home .liftaya-home-announcement {
  display: none;
}
