/* ================================
   RESET & BASE
   ================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  max-width: 480px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #F9FAFB;
  background: #0D1117;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

/* ================================
   UTILITY CLASSES
   ================================ */
.text-amber { color: #D97706; }
.text-muted { color: #9CA3AF; }
.text-center { text-align: center; }

/* ================================
   PILL TAGS
   ================================ */
.pill {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.pill--gold {
  background: rgba(217, 119, 6, 0.15);
  color: #D97706;
  border: 1px solid rgba(217, 119, 6, 0.3);
}

.pill--sm {
  font-size: 11px;
  padding: 4px 10px;
  margin-bottom: 0;
  flex-shrink: 0;
}

.pill--badge {
  font-size: 13px;
  padding: 6px 18px;
}

/* ================================
   BUTTONS
   ================================ */
.btn {
  display: block;
  width: 100%;
  min-height: 52px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  padding: 16px 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  line-height: 1.3;
}

.btn:active {
  transform: scale(0.97);
}

.btn--cta {
  background: linear-gradient(135deg, #D97706, #B45309);
  color: #000;
  font-size: 15px;
  box-shadow: 0 4px 20px rgba(217, 119, 6, 0.35);
}

.btn--secondary {
  background: #374151;
  color: #9CA3AF;
}

.btn--sticky {
  font-size: 13px;
  padding: 12px 18px;
  min-height: 46px;
}

/* ================================
   SECTION 1 — URGENCY BAR
   ================================ */
.urgency-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #DC2626;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 16px;
  animation: urgencyPulse 2s ease-in-out infinite;
}

@keyframes urgencyPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.82; }
}

/* ================================
   SECTION 2 — HERO
   ================================ */
.hero {
  background: #0D1117;
  padding: 32px 20px;
  text-align: center;
  border-bottom: 1px solid #1F2937;
}

.hero h1 {
  font-size: 38px;
  margin-bottom: 14px;
  color: #F9FAFB;
}

.hero__subtitle {
  font-size: 14px;
  color: #9CA3AF;
  margin-bottom: 24px;
  line-height: 1.55;
}

.hero .btn {
  margin-bottom: 16px;
}

.hero__social-proof {
  font-size: 13px;
  color: #9CA3AF;
}

.hero__mechanism {
  font-size: 18px;
  font-weight: 700;
  color: #D97706;
  margin-bottom: 14px;
  line-height: 1.4;
}

.hero__pain {
  font-size: 13px;
  color: #6B7280;
  margin-bottom: 20px;
  line-height: 1.5;
  font-style: italic;
}

.hero__mockup {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.hero__mockup img {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.35));
}

@media (min-width: 768px) {
  .hero__mockup img {
    max-width: 340px;
  }
}

/* ================================
   STEP NUMBERS (Cómo Funciona)
   ================================ */
.card--step {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.step-number {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #D97706, #B45309);
  color: #000;
  font-family: 'Bebas Neue', cursive;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 2px;
}

/* ================================
   SECTIONS (shared)
   ================================ */
.section {
  background: #0D1117;
  padding: 36px 20px;
  text-align: center;
}

.section--alt {
  background: #111827;
}

.section--centered {
  text-align: center;
}

.section h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #F9FAFB;
}

.section__subtitle {
  font-size: 13px;
  color: #9CA3AF;
  margin-bottom: 24px;
  line-height: 1.55;
}

/* ================================
   DEMO / VIDEO SECTION
   ================================ */
.section--demo {
  background: #111827;
  padding: 40px 20px;
}

.demo-video-wrap {
  width: 100%;
  margin-top: 4px;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(217, 119, 6, 0.3);
  box-shadow: 0 4px 30px rgba(217, 119, 6, 0.12), 0 2px 16px rgba(0, 0, 0, 0.4);
}

.demo-video-wrap video {
  width: 100%;
  display: block;
  border-radius: 14px;
}

.demo-caption {
  font-size: 12px;
  color: #9CA3AF;
  margin-top: 14px;
  line-height: 1.5;
  font-style: italic;
}

/* ================================
   CARDS STACK
   ================================ */
.cards-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.card {
  background: #1F2937;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #374151;
}

.card--border-left {
  border-left: 3px solid #D97706;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.card--benefit {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.card__icon {
  font-size: 22px;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 2px;
}

.card__text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #F9FAFB;
}

.card__text p {
  font-size: 13px;
  color: #9CA3AF;
  line-height: 1.5;
}

.cta-text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #D97706;
  text-align: center;
}

/* ================================
   GALLERY — Marquee Catalog Carousel
   ================================ */
.section--gallery {
  background: #0D1117;
  padding: 36px 0;
  text-align: center;
  overflow: hidden;
}

.section--gallery h2,
.section--gallery .pill,
.section--gallery .section__subtitle,
.section--gallery .btn {
  padding-left: 20px;
  padding-right: 20px;
}

/* Marquee row container */
.marquee-row {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* Fade masks on edges */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 6%,
    #000 94%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 6%,
    #000 94%,
    transparent 100%
  );
}

.marquee-row--left {
  margin-bottom: 14px;
}

.marquee-row--right {
  margin-bottom: 0;
}

/* The track — holds 2x the items, slides half its width */
.marquee-track {
  display: flex;
  gap: 14px;
  width: max-content;
  will-change: transform;
}

.marquee-track--left {
  animation: marqueeScrollLeft 35s linear infinite;
}

.marquee-track--right {
  animation: marqueeScrollRight 28s linear infinite;
}

/* Pause on hover (desktop) */
@media (hover: hover) {
  .marquee-row:hover .marquee-track {
    animation-play-state: paused;
  }
}

/* Keyframes — translate exactly half the track (10 cards worth) */
@keyframes marqueeScrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marqueeScrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Individual card */
.marquee-card {
  position: relative;
  flex-shrink: 0;
  width: 220px;
  height: 280px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.45),
    0 1px 6px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
              box-shadow 0.35s ease;
}

@media (hover: hover) {
  .marquee-card:hover {
    transform: scale(1.04);
    box-shadow:
      0 8px 32px rgba(217, 119, 6, 0.2),
      0 4px 16px rgba(0, 0, 0, 0.5);
  }
}

.marquee-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay with project name at the bottom */
.marquee-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 14px 16px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.45) 55%,
    transparent 100%
  );
  pointer-events: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.marquee-card__overlay span {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #F9FAFB;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: block;
  padding-top: 6px;
  border-top: 2px solid rgba(217, 119, 6, 0.6);
}

/* ---- Responsive — Tablet ---- */
@media (min-width: 600px) {
  .marquee-card {
    width: 260px;
    height: 330px;
  }

  .marquee-track {
    gap: 18px;
  }

  .marquee-row--left {
    margin-bottom: 18px;
  }
}

/* ---- Responsive — Desktop ---- */
@media (min-width: 900px) {
  .marquee-card {
    width: 320px;
    height: 400px;
    border-radius: 16px;
  }

  .marquee-track {
    gap: 22px;
  }

  .marquee-row--left {
    margin-bottom: 22px;
  }

  .marquee-card__overlay span {
    font-size: 13px;
  }
}

/* ---- Responsive — Small mobile ---- */
@media (max-width: 380px) {
  .marquee-card {
    width: 170px;
    height: 220px;
    border-radius: 10px;
  }

  .marquee-track {
    gap: 10px;
  }

  .marquee-row--left {
    margin-bottom: 10px;
  }

  .marquee-card__overlay {
    padding: 24px 10px 10px;
  }

  .marquee-card__overlay span {
    font-size: 10px;
  }
}


/* ================================
   CAROUSEL — Plans
   ================================ */
.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 8px;
}

.carousel__track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}

.carousel__slide {
  flex: 0 0 100%;
  background: #fff;
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #374151;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}

.carousel__dot.active {
  background: #D97706;
  transform: scale(1.25);
}

/* ================================
   TESTIMONIALS — Single Card Carousel
   ================================ */
.stars {
  color: #D97706;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

#testimonios {
  overflow-x: hidden;
}

.testimonial-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 4px 0 12px;
  scrollbar-width: none;
}

.testimonial-scroll::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  width: calc(100vw - 60px);
  max-width: 300px;
  flex-shrink: 0;
  scroll-snap-align: center;
  background: #1F2937;
  border-radius: 14px;
  border: 1px solid rgba(217, 119, 6, 0.2);
  box-shadow: 0 2px 20px rgba(217, 119, 6, 0.08);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
}

.testimonial-card:first-child {
  margin-left: calc((100vw - min(calc(100vw - 60px), 300px)) / 2 - 20px);
}

.testimonial-card:last-child {
  margin-right: calc((100vw - min(calc(100vw - 60px), 300px)) / 2 - 20px);
}

.testimonial-card .stars {
  margin-bottom: 0;
}

.testimonial-video-wrap {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 9 / 16;
}

.testimonial-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #000;
}

.testimonial-author {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.scroll-hint {
  text-align: center;
  font-size: 11px;
  color: #4B5563;
  margin-top: 10px;
  display: block;
}

/* ================================
   BONUSES — Premium Visual Grid
   ================================ */
.bonus-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 8px;
}

.bonus-card {
  background: #111827;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}



.bonus-card__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #D97706;
  background: rgba(217, 119, 6, 0.12);
  border: 1px solid rgba(217, 119, 6, 0.25);
  padding: 4px 12px;
  border-radius: 50px;
  margin: 14px 0 6px;
}

.bonus-card__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #F9FAFB;
  padding: 0 12px 10px;
  line-height: 1.3;
}

.bonus-card__desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #9CA3AF;
  padding: 0 10px 10px;
  line-height: 1.4;
}

.bonus-card__img-wrap {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  padding: 0;
}

.bonus-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bonus-card__footer {
  width: 100%;
  margin-top: auto;
  background: linear-gradient(135deg, #F59E0B, #D97706);
  padding: 10px 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.bonus-card__old-price {
  font-size: 11px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.bonus-card__old-price s {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 700;
}

.bonus-card__free {
  font-family: 'Bebas Neue', cursive;
  font-size: 32px;
  color: #000;
  line-height: 1;
  letter-spacing: 0.03em;
}

/* ================================
   PRICING CARDS
   ================================ */
.pricing-card {
  background: #1F2937;
  border: 1px solid #374151;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 16px;
  text-align: center;
}

.pricing-card--featured {
  background: #1A1500;
  border: 2px solid #D97706;
  position: relative;
}

.pricing-card__name {
  font-size: 26px;
  color: #F9FAFB;
  margin-top: 8px;
  margin-bottom: 4px;
}

.pricing-card__name--amber {
  color: #D97706;
}

.pricing-card__desc {
  font-size: 12px;
  color: #9CA3AF;
  margin-bottom: 14px;
}

.pricing-card__mockup {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 16px;
  max-width: 220px;
}

.pricing-card__mockup img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.45));
}

.pricing-card__mockup--featured {
  max-width: 280px;
}

.pricing-card__mockup--featured img {
  filter: drop-shadow(0 6px 24px rgba(217, 119, 6, 0.2)) drop-shadow(0 4px 16px rgba(0, 0, 0, 0.5));
}

.pricing-card__old-price {
  font-size: 13px;
  color: #6B7280;
  margin-bottom: 4px;
}

.pricing-card__price {
  font-family: 'Bebas Neue', cursive;
  font-size: 54px;
  color: #D97706;
  line-height: 1.1;
  margin-bottom: 4px;
}

.pricing-card__note {
  font-size: 11px;
  color: #9CA3AF;
  margin-bottom: 18px;
}

.pricing-card__features {
  list-style: none;
  text-align: left;
  margin-bottom: 20px;
}

.pricing-card__features li {
  font-size: 13px;
  padding: 6px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}

.feature--included {
  color: #F9FAFB;
}

.feature--excluded {
  color: #6B7280;
}

.check {
  color: #16A34A;
  font-weight: 700;
  flex-shrink: 0;
}

.cross {
  color: #6B7280;
  font-weight: 700;
  flex-shrink: 0;
}

/* ================================
   VALUE TABLE
   ================================ */
.value-table {
  margin-top: 24px;
  margin-bottom: 20px;
}

.value-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #1F2937;
  font-size: 13px;
  color: #9CA3AF;
}

.value-row--total {
  font-weight: 800;
  font-size: 15px;
  color: #F9FAFB;
  border-bottom: none;
  padding-top: 14px;
}

/* ================================
   FINAL PRICE BOX
   ================================ */
.final-price-box {
  background: #111;
  border: 1px solid #1F2937;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-bottom: 24px;
}

.final-price-label {
  display: block;
  font-size: 13px;
  color: #9CA3AF;
  margin-bottom: 4px;
}

.final-price-amount {
  font-family: 'Bebas Neue', cursive;
  font-size: 52px;
  color: #D97706;
  line-height: 1.1;
}

/* ================================
   TRUST BADGES
   ================================ */
.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.trust-badge {
  background: #1F2937;
  border-radius: 8px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #F9FAFB;
}

.trust-badge span:first-child {
  font-size: 22px;
}

/* ================================
   GUARANTEE
   ================================ */
.guarantee-icon {
  font-size: 52px;
  margin-bottom: 16px;
}

/* ================================
   FAQ
   ================================ */
.faq-list {
  text-align: left;
  margin-top: 20px;
}

.faq-item {
  border-bottom: 1px solid #1F2937;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #F9FAFB;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 12px;
  text-align: left;
}

.faq-question span:first-child {
  flex: 1;
}

.faq-icon {
  font-size: 20px;
  font-weight: 300;
  color: #D97706;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  width: 24px;
  text-align: center;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-answer p {
  font-size: 13px;
  color: #9CA3AF;
  line-height: 1.55;
  padding-bottom: 16px;
}

/* ================================
   FOOTER
   ================================ */
.footer {
  background: #050505;
  text-align: center;
  padding: 24px 20px 90px;
  font-size: 12px;
  color: #6B7280;
}

.footer a {
  color: #6B7280;
  text-decoration: underline;
}

.footer p + p {
  margin-top: 8px;
}

/* ================================
   STICKY BOTTOM BAR
   ================================ */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  background: #0D1117;
  border-top: 1px solid #374151;
  padding: 10px 16px 16px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.sticky-bar.visible {
  opacity: 1;
  visibility: visible;
}

.sticky-bar__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.sticky-bar__plan {
  font-size: 11px;
  color: #9CA3AF;
}

.sticky-bar__prices {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sticky-bar__price {
  font-family: 'Bebas Neue', cursive;
  font-size: 22px;
  color: #D97706;
}

.sticky-bar__old-price {
  font-size: 12px;
  color: #6B7280;
}

/* ================================
   UPSELL MODAL MOCKUP
   ================================ */
.upsell-modal__mockup {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 14px 0 18px;
}

.upsell-modal__mockup img {
  width: 100%;
  max-width: 240px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.35));
}

@media (max-width: 480px) {
  .upsell-modal__mockup img {
    max-width: 200px;
  }
}

/* ================================
   PURCHASE NOTIFICATION TOAST
   ================================ */
.purchase-toast {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9999;
  display: flex;
  align-items: stretch;
  max-width: 370px;
  width: calc(100vw - 48px);
  background: #1A1F2B;
  border-radius: 12px;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.55),
    0 2px 12px rgba(217, 119, 6, 0.08);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) translateX(-10px);
  transition:
    opacity 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
    visibility 0.45s ease;
  pointer-events: none;
  font-family: 'Montserrat', sans-serif;
}

.purchase-toast.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(0);
  pointer-events: auto;
}

.purchase-toast__accent {
  width: 5px;
  min-height: 100%;
  background: linear-gradient(180deg, #D97706, #B45309);
  flex-shrink: 0;
  border-radius: 12px 0 0 12px;
}

.purchase-toast__icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: rgba(217, 119, 6, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0;
  margin-left: 14px;
  flex-shrink: 0;
}

.purchase-toast__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 12px;
  min-width: 0;
  flex: 1;
}

.purchase-toast__name {
  font-size: 14px;
  font-weight: 700;
  color: #F9FAFB;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.purchase-toast__location {
  font-size: 12px;
  color: #9CA3AF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.purchase-toast__action {
  font-size: 12.5px;
  font-weight: 600;
  color: #D97706;
  line-height: 1.35;
  margin-top: 2px;
}

.purchase-toast__time {
  font-size: 11px;
  color: #6B7280;
  margin-top: 1px;
}

.purchase-toast__close {
  position: absolute;
  top: 6px;
  right: 8px;
  background: none;
  border: none;
  color: #4B5563;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s ease;
  font-family: 'Montserrat', sans-serif;
}

.purchase-toast__close:hover {
  color: #9CA3AF;
}

@media (max-width: 480px) {
  .purchase-toast {
    bottom: 16px;
    left: 12px;
    max-width: calc(100vw - 24px);
    width: calc(100vw - 24px);
    border-radius: 10px;
  }

  .purchase-toast__icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    margin-left: 10px;
  }

  .purchase-toast__icon svg {
    width: 18px;
    height: 18px;
  }

  .purchase-toast__body {
    padding: 12px 10px;
  }

  .purchase-toast__name {
    font-size: 13px;
  }

  .purchase-toast__location {
    font-size: 11px;
  }

  .purchase-toast__action {
    font-size: 11.5px;
  }

  .purchase-toast__time {
    font-size: 10px;
  }
}

@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .purchase-toast {
    bottom: calc(16px + env(safe-area-inset-bottom));
  }
}

.etapa-img-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.etapa-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
