@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;1,9..40,400&family=Playfair+Display:ital,wght@0,700;0,800;0,900;1,700&display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden
}

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #fff;
  color: #1a1a1a;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  /* padding-bottom: 72px; */
  /* padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)) */
}

a {
  -webkit-tap-highlight-color: transparent
}

.container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 16px
}

/* ============ COLORS ============ */
:root {
  --rose-50: #fff1f2;
  --rose-100: #ffe4e6;
  --rose-200: #fecdd3;
  --rose-300: #fda4af;
  --rose-400: #fb7185;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --rose-700: #be123c;
  --rose-800: #9f1239;
  --rose-900: #881337;
  --pink-50: #fdf2f8;
  --pink-100: #fce7f3;
  --pink-200: #fbcfe8;
  --pink-300: #f9a8d4;
  --pink-400: #f472b6;
  --pink-500: #ec4899;
  --pink-600: #db2777;
  --pink-700: #be185d;
  --blush: #fef7f0;
  --cream: #fffbf5;
  --warm-gray: #6b5e68;
  --deep-plum: #3d1f32;
  --gold: #d4a853;
  --gold-light: #f5e6c8;
  --green-trust: #198754;
  --green-light: #d1fae5;
}

/* ============ URGENCY BAR ============ */
.urgency-bar {
  background: linear-gradient(90deg, var(--rose-700), var(--rose-600));
  color: #fff;
  text-align: center;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  position: sticky;
  top: 0;
  z-index: 100;
  letter-spacing: 0.2px;
}

.urgency-bar .ub-hl {
  color: #fde68a;
  font-weight: 700
}

.urgency-bar .ub-count {
  color: #fde68a;
  font-weight: 800
}

/* ============ HERO ============ */
.hero {
  text-align: center;
  padding: 20px 0 16px;
  background: linear-gradient(180deg, var(--pink-50) 0%, #fff 100%);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--rose-600);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  color: var(--deep-plum);
  margin-bottom: 8px;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

.hero h1 span {
  color: var(--rose-600)
}

.hero-sub {
  font-size: 15px;
  font-weight: 600;
  color: var(--warm-gray);
  margin-bottom: 14px;
  line-height: 1.35;
  padding: 0 20px;
}

.hero-sub strong {
  color: var(--rose-600);
  font-weight: 700
}

.hero-img {
  width: 200px;
  height: 240px;
  margin: 0 auto 14px;
  background: linear-gradient(145deg, var(--pink-50) 0%, var(--pink-100) 50%, var(--rose-100) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-shadow: 0 8px 32px rgba(225, 29, 72, .08), 0 2px 8px rgba(225, 29, 72, .04);
}

.hero-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .1));
}

.stars-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 14px
}

.stars {
  color: #f59e0b;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1
}

.review-text {
  font-size: 12px;
  color: var(--warm-gray);
  font-weight: 500
}

.review-text strong {
  color: #1a1a1a;
  font-weight: 700
}

/* ============ TRUST STRIP ============ */
.trust-strip {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 12px -16px 0;
  padding: 8px 0;
  background: var(--pink-50);
  border-top: 1px solid var(--pink-100);
  border-bottom: 1px solid var(--pink-100);
}

.trust-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 2px 4px;
  border-right: 1px solid var(--pink-200);
  text-align: center;
}

.trust-item:last-child {
  border-right: none
}

.trust-item-icon {
  font-size: 14px;
  line-height: 1
}

.trust-item-text {
  font-size: 9px;
  font-weight: 700;
  color: var(--warm-gray);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.3px
}

/* ============ CTA ============ */
.cta-btn {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: linear-gradient(135deg, var(--rose-600) 0%, var(--pink-600) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease;
  box-shadow: 0 4px 16px rgba(225, 29, 72, .25);
  animation: cta-glow 2.5s ease-in-out infinite;
  min-height: 52px;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.cta-btn:active {
  transform: scale(.97)
}

@media(hover:hover) {
  .cta-btn:hover {
    transform: scale(1.02)
  }
}

@keyframes cta-glow {

  0%,
  100% {
    box-shadow: 0 4px 16px rgba(225, 29, 72, .25)
  }

  50% {
    box-shadow: 0 6px 28px rgba(225, 29, 72, .4)
  }
}

.cta-sub {
  color: #9ca3af;
  font-size: 11px;
  margin-top: 8px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap
}

.cta-sub span {
  color: var(--rose-500);
  font-weight: 600
}

/* ============ SHOCK SECTION ============ */
.shock-section {
  background: #fff;
  padding: 28px 0 24px;
  text-align: center;
}

.shock-card {
  background: linear-gradient(165deg, #fff5f5 0%, #fff1f2 40%, #ffe4e6 100%);
  border: 1.5px solid var(--rose-200);
  border-radius: 18px;
  padding: 22px 16px 20px;
  position: relative;
  overflow: hidden;
}

.shock-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(225, 29, 72, .06) 0%, transparent 70%);
  pointer-events: none;
}

.shock-section h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--deep-plum);
  margin-bottom: 12px;
  line-height: 1.2;
}

.shock-section h2 em {
  font-style: italic;
  color: var(--rose-600)
}

.shock-visual {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0 auto 14px;
  max-width: 320px;
}

.shock-side {
  flex: 1;
  padding: 14px 10px;
  text-align: center;
}

.shock-side-bad {
  background: rgba(225, 29, 72, .06);
  border-radius: 14px 0 0 14px;
  border: 1px solid rgba(225, 29, 72, .1);
  border-right: none;
}

.shock-side-good {
  background: rgba(16, 185, 129, .06);
  border-radius: 0 14px 14px 0;
  border: 1px solid rgba(16, 185, 129, .15);
  border-left: none;
}

.shock-side-emoji {
  font-size: 32px;
  margin-bottom: 6px;
  display: block
}

.shock-side-label {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.shock-side-bad .shock-side-label {
  color: var(--rose-600)
}

.shock-side-good .shock-side-label {
  color: #059669
}

.shock-side-stat {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2px;
}

.shock-side-bad .shock-side-stat {
  color: var(--rose-600)
}

.shock-side-good .shock-side-stat {
  color: #059669
}

.shock-side-desc {
  font-size: 10.5px;
  color: var(--warm-gray);
  line-height: 1.3
}

.shock-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(225, 29, 72, .04), rgba(16, 185, 129, .04));
  position: relative;
  z-index: 1;
}

.shock-arrow-icon {
  font-size: 18px;
  color: var(--rose-500);
  animation: shock-pulse 2s ease-in-out infinite;
}

@keyframes shock-pulse {

  0%,
  100% {
    transform: translateX(0);
    opacity: .7
  }

  50% {
    transform: translateX(3px);
    opacity: 1
  }
}

.shock-body {
  font-size: 12.5px;
  color: var(--warm-gray);
  line-height: 1.55;
  padding: 0 4px
}

.shock-body strong {
  color: var(--deep-plum)
}

/* ============ BENEFITS ============ */
.benefits {
  padding: 24px 0 20px
}

.section-title {
  text-align: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.2;
  padding: 0 8px;
  color: var(--deep-plum);
}

.section-title em {
  font-style: italic;
  color: var(--rose-600)
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.benefit-card {
  background: var(--pink-50);
  border-radius: 14px;
  padding: 14px 12px;
  text-align: center;
  border: 1px solid var(--pink-100);
  transition: transform .15s ease;
}

.benefit-card:active {
  transform: scale(.98)
}

.benefit-emoji {
  font-size: 28px;
  margin-bottom: 6px
}

.benefit-card h3 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px;
  color: var(--deep-plum)
}

.benefit-card p {
  font-size: 11px;
  color: var(--warm-gray);
  line-height: 1.4
}

/* ============ MID CTA ============ */
.mid-cta {
  padding: 20px 0 4px;
  text-align: center
}

/* ============ FB SECTION ============ */
.fb-section {
  padding: 24px 0;
  background: #f8f8fa
}

.fb-post {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 0 0 1px rgba(0, 0, 0, .03)
}

.fb-post-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px 0
}

.fb-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  overflow: hidden
}

.fb-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top
}

.fb-av-1 {
  background: linear-gradient(135deg, #f9a8d4, #ec4899)
}

.fb-av-2 {
  background: linear-gradient(135deg, #c4b5fd, #a78bfa)
}

.fb-av-3 {
  background: linear-gradient(135deg, #fca5a5, #f87171)
}

.fb-meta {
  flex: 1;
  min-width: 0
}

.fb-name {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a
}

.fb-time {
  font-size: 11px;
  color: #9ca3af;
  display: flex;
  align-items: center;
  gap: 4px
}

.fb-verified {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  color: var(--green-trust);
  font-weight: 600;
  background: var(--green-light);
  padding: 1px 6px;
  border-radius: 50px;
  margin-left: 6px
}

.fb-dots {
  margin-left: auto;
  color: #c5c5c5;
  font-size: 18px;
  padding: 4px 8px;
  cursor: default;
  flex-shrink: 0
}

.fb-body {
  padding: 8px 14px 12px;
  font-size: 13.5px;
  color: #1a1a1a;
  line-height: 1.55
}

.fb-body strong {
  font-weight: 700
}

.fb-reactions-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px 8px;
  font-size: 11px;
  color: #9ca3af
}

.fb-reaction-icons {
  display: flex;
  align-items: center
}

.fb-reaction-icons span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-right: -4px;
  border: 2px solid #fff;
  position: relative
}

.fb-reaction-icons .r-like {
  background: #1877f2;
  z-index: 3
}

.fb-reaction-icons .r-love {
  background: #e74c3c;
  z-index: 2
}

.fb-reaction-icons .r-wow {
  background: #f7b928;
  z-index: 1
}

.fb-reaction-count {
  margin-left: 8px;
  color: #9ca3af
}

.fb-comments-count {
  color: #9ca3af;
  font-size: 11px
}

.fb-divider {
  height: 1px;
  background: #f0f0f0;
  margin: 0 14px
}

.fb-actions {
  display: flex;
  padding: 4px 8px
}

.fb-action {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 0;
  font-size: 12px;
  font-weight: 600;
  color: #9ca3af;
  border-radius: 4px;
  min-height: 40px
}

/* ============ HOW IT WORKS ============ */
.how-it-works {
  padding: 24px 0 28px;
  background: linear-gradient(180deg, #fff 0%, var(--pink-50) 100%)
}

.flush-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative
}

.flush-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  position: relative;
  padding-bottom: 20px;
}

.flush-step:last-child {
  padding-bottom: 0
}

.flush-step-left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48px;
}

.flush-step-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  position: relative;
  z-index: 1;
}

.flush-step-1 .flush-step-icon {
  background: linear-gradient(135deg, #fce7f3, #fecdd3);
  border: 1.5px solid var(--rose-200)
}

.flush-step-2 .flush-step-icon {
  background: linear-gradient(135deg, #ffe4e6, #fda4af);
  border: 1.5px solid var(--rose-300)
}

.flush-step-3 .flush-step-icon {
  background: linear-gradient(135deg, #d1fae5, #a7f3d0);
  border: 1.5px solid #6ee7b7
}

.flush-step-line {
  width: 2px;
  flex: 1;
  min-height: 12px;
  background: linear-gradient(180deg, var(--rose-200), var(--pink-200));
  margin-top: 4px;
  border-radius: 2px;
}

.flush-step:last-child .flush-step-line {
  display: none
}

.flush-step-content {
  flex: 1;
  min-width: 0;
  padding-top: 4px
}

.flush-step-days {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: var(--rose-600);
  background: var(--rose-50);
  padding: 2px 8px;
  border-radius: 50px;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border: 1px solid var(--rose-100);
}

.flush-step-3 .flush-step-days {
  color: var(--green-trust);
  background: #ecfdf5;
  border-color: #d1fae5
}

.flush-step-content h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  color: var(--deep-plum)
}

.flush-step-content p {
  font-size: 12.5px;
  color: var(--warm-gray);
  line-height: 1.5
}

/* progress bar */
.flush-progress {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 18px;
  background: var(--rose-50);
  border-radius: 50px;
  overflow: hidden;
  height: 28px;
  border: 1px solid var(--rose-100);
}

.flush-progress-seg {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: var(--rose-600);
  height: 100%;
  position: relative;
  letter-spacing: 0.2px;
}

.flush-progress-seg:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: var(--rose-200);
}

.flush-progress-seg.active {
  background: linear-gradient(135deg, var(--rose-500), var(--pink-500));
  color: #fff;
}

.flush-progress-seg.done {
  background: linear-gradient(135deg, #10b981, #34d399);
  color: #fff;
}

/* ============ OFFER SECTION ============ */
.offer-section {
  padding: 28px 0 24px;
  background: linear-gradient(180deg, var(--deep-plum) 0%, #2a1225 50%, #1f0d1b 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.offer-section::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(244, 114, 182, .06) 0%, transparent 60%);
  pointer-events: none;
}

.offer-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(244, 114, 182, .1);
  border: 1px solid rgba(244, 114, 182, .18);
  color: var(--pink-300);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.offer-section h2 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 4px;
}

.offer-section h2 em {
  font-style: italic;
  color: var(--pink-300)
}

.offer-sub {
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.4;
  padding: 0 12px
}

/* packages */
.pkg {
  background: rgba(255, 255, 255, .04);
  border: 1.5px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all .15s;
  position: relative;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
}

.pkg:active {
  transform: scale(.99)
}

/* selected state */
.pkg.pkg-selected {
  border-color: var(--pink-400);
  border-width: 2px;
  background: rgba(244, 114, 182, .08);
  box-shadow: 0 0 22px rgba(244, 114, 182, .18);
}

/* radio indicator */
.pkg-radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  flex-shrink: 0;
  transition: border-color .15s;
  background: rgba(255,255,255,.04);
}

.pkg.pkg-selected .pkg-radio {
  border-color: var(--pink-400);
  background: rgba(244, 114, 182, .12);
}

.pkg-radio-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink-400);
  opacity: 0;
  transform: scale(0);
  transition: opacity .15s, transform .15s;
}

.pkg.pkg-selected .pkg-radio-dot {
  opacity: 1;
  transform: scale(1);
}

.pkg-best {
  padding: 18px;
}

.pkg-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--rose-500), var(--pink-500));
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 3px 14px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: .5px;
  white-space: nowrap;
}

.pkg-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px
}

.pkg-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left
}

.pkg-name small {
  display: block;
  font-size: 10.5px;
  font-weight: 500;
  color: var(--pink-300);
  margin-top: 1px
}

.pkg-price {
  text-align: right;
  flex-shrink: 0
}

.pkg-price .was {
  font-size: 11px;
  color: rgba(255, 255, 255, .3);
  text-decoration: line-through
}

.pkg-price .now {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1
}

.pkg-best .pkg-price .now {
  font-size: 26px;
  color: var(--pink-300)
}

.pkg-price .each {
  font-size: 10px;
  color: rgba(255, 255, 255, .35);
  margin-top: 1px
}

.pkg-save {
  display: inline-block;
  background: rgba(74, 222, 128, .12);
  color: #4ade80;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 50px;
  margin-top: 4px;
}

/* single big CTA */
.offer-cta {
  display: block;
  width: 100%;
  padding: 16px;
  margin-top: 18px;
  background: linear-gradient(135deg, var(--rose-500), var(--pink-500));
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  letter-spacing: .2px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(225, 29, 72, .3);
  animation: cta-glow 2.5s ease-in-out infinite;
}

.offer-cta:active {
  transform: scale(.97)
}

/* trust row under CTA */
.offer-trust {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
}

.offer-trust span {
  font-size: 10px;
  color: rgba(255, 255, 255, .4);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 3px
}

/* stock bar */
.stock-bar-wrap {
  margin-top: 14px;
  text-align: center
}

.stock-text {
  font-size: 11px;
  font-weight: 600;
  color: var(--rose-300);
  margin-bottom: 5px
}

.stock-bar {
  height: 5px;
  background: rgba(255, 255, 255, .06);
  border-radius: 99px;
  overflow: hidden;
  max-width: 240px;
  margin: 0 auto
}

.stock-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--rose-500), var(--pink-500));
  border-radius: 99px;
  transition: width .5s ease
}

/* ============ GUARANTEE ============ */
.guarantee {
  text-align: center;
  padding: 28px 16px;
  background: #fff;
}

.guarantee-card {
  max-width: 400px;
  margin: 0 auto;
  background: linear-gradient(165deg, #fff8fa 0%, #fff1f5 40%, #fce7f3 100%);
  border: 1.5px solid var(--pink-200);
  border-radius: 20px;
  padding: 26px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(236, 72, 153, .08), 0 1px 4px rgba(236, 72, 153, .04);
}

.guarantee-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(244, 114, 182, .08) 0%, transparent 70%);
  pointer-events: none;
}

.guarantee-card::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(251, 113, 133, .06) 0%, transparent 70%);
  pointer-events: none;
}

.guarantee-heart {
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
  animation: heart-beat 2.5s ease-in-out infinite;
}

@keyframes heart-beat {

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

  15% {
    transform: scale(1.15)
  }

  30% {
    transform: scale(1)
  }

  45% {
    transform: scale(1.08)
  }

  60% {
    transform: scale(1)
  }
}

.guarantee-badge {
  width: 76px;
  height: 76px;
  margin: 0 auto 14px;
  background: linear-gradient(145deg, #fff, #fdf2f8, #fce7f3);
  border: 2px solid var(--pink-300);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(236, 72, 153, .12), inset 0 1px 3px rgba(255, 255, 255, .8);
  position: relative;
}

.guarantee-badge::after {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1.5px dashed rgba(244, 114, 182, .25);
  border-radius: 50%;
}

.guarantee-badge-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--rose-500), var(--pink-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.guarantee-badge-text {
  font-size: 8px;
  font-weight: 700;
  color: var(--pink-500);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1
}

.guarantee h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--deep-plum);
}

.guarantee p {
  font-size: 13px;
  color: var(--warm-gray);
  max-width: 300px;
  margin: 0 auto;
  line-height: 1.6
}

.guarantee-divider {
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--pink-300), transparent);
  margin: 16px auto;
  border-radius: 2px;
}

.guarantee-trust {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
}

.guarantee-trust-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 8px;
}

.guarantee-trust-item:not(:last-child) {
  border-right: 1px solid var(--pink-200)
}

.guarantee-trust-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: linear-gradient(135deg, #fff, var(--pink-50));
  border: 1px solid var(--pink-200);
}

.guarantee-trust-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--warm-gray);
  line-height: 1.2;
  text-align: center
}

/* ============ FAQ ============ */
.faq {
  padding: 24px 0;
  background: var(--pink-50)
}

.faq-item {
  border-bottom: 1px solid rgba(225, 29, 72, .06)
}

.faq-item:last-child {
  border-bottom: none
}

.faq-q {
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  -webkit-tap-highlight-color: transparent;
  min-height: 46px;
  user-select: none;
  -webkit-user-select: none;
  color: var(--deep-plum);
}

.faq-q::after {
  content: '+';
  font-size: 20px;
  font-weight: 300;
  color: #c5c5c5;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--rose-200);
  border-radius: 50%;
  transition: all .2s ease;
  background: #fff;
}

.faq-item.open .faq-q::after {
  content: '\2212';
  border-color: var(--rose-300);
  color: var(--rose-500);
  background: var(--rose-50)
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
  font-size: 12.5px;
  color: var(--warm-gray);
  line-height: 1.6
}

.faq-item.open .faq-a {
  max-height: 300px;
  padding-bottom: 14px
}

/* ============ BOTTOM CTA ============ */
.bottom-cta {
  background: linear-gradient(180deg, var(--deep-plum), #1f0d1b);
  padding: 24px 0 28px;
  text-align: center;
}

.bottom-cta h2 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 6px;
  line-height: 1.15;
}

.bottom-cta h2 em {
  font-style: italic;
  color: var(--pink-300)
}

.bottom-cta p {
  color: rgba(255, 255, 255, .5);
  font-size: 12.5px;
  margin-bottom: 14px;
  line-height: 1.5
}

.bottom-cta p strong {
  color: var(--pink-300);
  font-weight: 600
}

/* ============ STICKY CTA ============ */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid var(--pink-100);
  padding: 8px 16px;
  padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, .06);
  transform: translateY(100%);
  transition: transform .3s ease;
}

.sticky-cta.visible {
  transform: translateY(0)
}

.sticky-cta-info {
  flex-shrink: 0
}

.sticky-cta-price {
  font-size: 10px;
  color: #c5c5c5;
  text-decoration: line-through
}

.sticky-cta-now {
  font-size: 19px;
  font-weight: 800;
  color: var(--rose-600);
  line-height: 1.1
}

.sticky-cta-label {
  font-size: 9.5px;
  color: var(--warm-gray);
  font-weight: 500
}

.sticky-cta .cta-btn {
  flex: 1;
  max-width: none;
  margin: 0;
  padding: 13px 12px;
  font-size: 14px;
  min-height: 46px;
  animation: none;
  box-shadow: 0 2px 12px rgba(225, 29, 72, .2);
}

/* ============ FOOTER ============ */
footer {
  background: var(--deep-plum);
  padding: 24px 16px 20px;
  /* padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px)); */
  text-align: center;
}

.footer-brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}

.footer-brand span {
  color: var(--pink-400)
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 11px;
  color: rgba(255, 255, 255, .35);
  text-decoration: none;
  font-weight: 500;
  transition: color .15s;
}

.footer-links a:active {
  color: var(--pink-300)
}

.footer-divider {
  width: 40px;
  height: 1px;
  margin: 0 auto 14px;
  background: rgba(255, 255, 255, .08);
}

.footer-disclaimer {
  font-size: 9px;
  color: rgba(255, 255, 255, .2);
  line-height: 1.6;
  max-width: 360px;
  margin: 0 auto;
}

.footer-copy {
  font-size: 9.5px;
  color: rgba(255, 255, 255, .25);
  margin-bottom: 8px;
  font-weight: 500;
}

/* ============ DESKTOP ============ */
@media(min-width:640px) {
  body {
    padding-bottom: 0
  }

  .container {
    max-width: 560px;
    padding: 0 24px
  }

  .urgency-bar {
    font-size: 12px;
    padding: 10px 16px
  }

  .hero {
    padding: 32px 0 24px
  }

  .hero h1 {
    font-size: 52px
  }

  .hero-sub {
    font-size: 17px
  }

  .hero-img {
    width: 240px;
    height: 280px;
    padding: 16px
  }

  .section-title {
    font-size: 26px
  }

  .benefits-grid {
    gap: 14px
  }

  .benefit-card {
    padding: 18px 14px
  }

  .benefit-emoji {
    font-size: 32px
  }

  .benefit-card h3 {
    font-size: 14px
  }

  .benefit-card p {
    font-size: 12px
  }

  .offer-section h2 {
    font-size: 28px
  }

  .pkg {
    padding: 18px 20px
  }

  .pkg-best {
    padding: 20px
  }

  .pkg-name {
    font-size: 16px
  }

  .pkg-price .now {
    font-size: 26px
  }

  .pkg-best .pkg-price .now {
    font-size: 28px
  }

  .offer-cta {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    padding: 18px
  }

  .shock-section h2 {
    font-size: 24px
  }

  .shock-side-stat {
    font-size: 32px
  }

  .guarantee-card {
    padding: 30px 24px
  }

  .guarantee h3 {
    font-size: 21px
  }

  .cta-btn {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    padding: 16px 24px
  }

  .sticky-cta {
    display: none !important
  }

  .bottom-cta {
    padding: 32px 0 36px
  }

  .bottom-cta h2 {
    font-size: 26px
  }

  .faq-q {
    font-size: 14.5px
  }

  .faq-a {
    font-size: 13.5px
  }

  footer {
    padding: 28px 16px 24px
  }

  .footer-brand {
    font-size: 18px
  }

  .footer-links a {
    font-size: 12px
  }
}

@media(min-width:900px) {
  .container {
    max-width: 620px;
    padding: 0 32px
  }

  .hero h1 {
    font-size: 58px
  }
}

@media(prefers-reduced-motion:reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important
  }
}