/* Conversion polish layer - Atelierul de emotii */

.top-ribbon {
  color: var(--white);
  background: linear-gradient(90deg, var(--primary-dark), var(--accent));
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.top-ribbon .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 42px;
  text-align: center;
}

.top-ribbon span {
  opacity: 0.9;
}

.main-nav a.nav-cta {
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 10px 26px rgba(143, 76, 255, 0.22);
}

.hero-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin-top: 26px;
}

.hero-kpis strong,
.proof-strip strong,
.product-meta strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.1;
}

.hero-kpis span,
.proof-strip span,
.product-meta span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-kpis div {
  padding: 14px 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(42, 18, 64, 0.06);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.proof-strip div {
  padding: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(42, 18, 64, 0.07);
}

.product-showcase {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-tile {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 410px;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 30px;
  box-shadow: 0 20px 56px rgba(42, 18, 64, 0.09);
}

.product-tile img {
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: cover;
  background: #fff0f7;
}

.product-tile .product-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

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

.product-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 8px 11px;
  color: var(--white);
  background: rgba(27, 16, 36, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.product-meta a {
  flex: 0 0 auto;
  padding: 10px 12px;
  color: var(--primary-dark);
  background: rgba(143, 76, 255, 0.1);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
}

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

.occasion-card {
  min-height: 140px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(42, 18, 64, 0.07);
}

.occasion-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}

.occasion-card span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.quote-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 26px;
  align-items: center;
  padding: 40px;
  color: var(--white);
  background:
    radial-gradient(circle at top left, rgba(255, 108, 168, 0.42), transparent 24rem),
    linear-gradient(135deg, #2b183d, #130b1a);
  border-radius: 38px;
  box-shadow: var(--shadow);
}

.quote-panel h2 {
  margin-bottom: 10px;
}

.quote-panel p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
}

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

.quote-list li {
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  font-weight: 800;
}

.sticky-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  color: var(--white);
  background: linear-gradient(135deg, #25d366, #128c7e);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(18, 140, 126, 0.28);
  font-weight: 950;
}

.sticky-whatsapp::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.16);
}

.product-hero {
  padding: 76px 0 54px;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 46px;
  align-items: start;
}

.product-gallery {
  display: grid;
  gap: 14px;
}

.product-main-image {
  position: relative;
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 38px;
  box-shadow: var(--shadow);
}

.product-main-image img {
  width: 100%;
  border-radius: 26px;
}

.product-badge {
  position: absolute;
  top: 32px;
  left: 32px;
  padding: 9px 12px;
  color: var(--white);
  background: rgba(27, 16, 36, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-thumbs div {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(42, 18, 64, 0.06);
}

.product-thumbs img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.product-thumbs span {
  display: block;
  padding: 10px 12px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.product-info {
  position: sticky;
  top: 108px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 34px;
  box-shadow: 0 20px 58px rgba(42, 18, 64, 0.08);
  backdrop-filter: blur(16px);
}

.product-info h1 {
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 5.5vw, 5.1rem);
}

.product-lead {
  color: var(--muted);
  font-size: 1.08rem;
}

.product-price-card {
  padding: 18px;
  margin: 24px 0;
  background: linear-gradient(135deg, rgba(143, 76, 255, 0.1), rgba(255, 108, 168, 0.1));
  border: 1px solid rgba(143, 76, 255, 0.14);
  border-radius: 24px;
}

.product-price-card span,
.product-price-card small {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.product-price-card strong {
  display: block;
  margin: 3px 0;
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

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

.product-checklist li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  font-weight: 800;
}

.product-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 50%;
}

.include-grid,
.product-order-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.include-card,
.order-card,
.product-option-panel {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(42, 18, 64, 0.07);
}

.include-card,
.order-card {
  padding: 24px;
}

.include-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  color: var(--primary-dark);
  background: rgba(143, 76, 255, 0.1);
  border-radius: 50%;
  font-weight: 900;
}

.include-card p,
.order-card span,
.product-option-panel li {
  color: var(--muted);
}

.product-split {
  align-items: stretch;
}

.product-option-panel {
  padding: 30px;
}

.product-option-panel ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.product-option-panel li {
  padding: 12px 14px;
  background: rgba(143, 76, 255, 0.08);
  border-radius: 16px;
  font-weight: 900;
}

.order-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.product-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.product-cta p {
  color: rgba(255, 255, 255, 0.72);
}

.product-cta h2 {
  max-width: 760px;
}

@media (max-width: 1080px) {
  .product-showcase,
  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .product-hero-grid,
  .include-grid,
  .product-order-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-info {
    position: static;
  }
}

@media (max-width: 760px) {
  .top-ribbon .container {
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .hero-kpis,
  .product-showcase,
  .proof-strip,
  .occasion-grid,
  .quote-panel,
  .product-hero-grid,
  .include-grid,
  .product-order-grid,
  .product-thumbs {
    grid-template-columns: 1fr;
  }

  .product-tile {
    min-height: auto;
  }

  .quote-panel,
  .product-info,
  .product-main-image,
  .product-option-panel {
    padding: 28px;
    border-radius: 28px;
  }

  .product-hero {
    padding: 48px 0 36px;
  }

  .product-actions,
  .product-cta {
    display: grid;
  }

  .product-cta {
    align-items: stretch;
  }

  .sticky-whatsapp {
    right: 14px;
    left: 14px;
    bottom: 14px;
    justify-content: center;
  }

  .site-footer {
    padding-bottom: 84px;
  }
}
