.lego-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(182, 31, 36, 0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(244, 63, 94, 0.16), transparent 28%),
    linear-gradient(135deg, #fff2f2 0%, #ffffff 48%, #fff5f5 100%);
}

.lego-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.3;
  pointer-events: none;
}

.lego-kicker,
.lego-section-label,
.lego-panel-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(182, 31, 36, 0.1);
  color: #b61f24;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.lego-lead {
  max-width: 40rem;
  color: #334155;
}

.lego-price-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.4rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(182, 31, 36, 0.12);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.lego-price-label {
  font-size: 0.95rem;
  color: #64748b;
}

.lego-price,
.lego-cta-price {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 800;
  color: #111827;
}

.lego-highlights {
  display: grid;
  gap: 0.8rem;
}

.lego-highlight {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.lego-highlight i,
.lego-feature-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: #b61f24;
  color: #fff;
}

.lego-hero-visual {
  position: relative;
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: 2rem;
  background: linear-gradient(145deg, #7f1d1d, #b61f24);
  box-shadow: 0 28px 60px rgba(127, 29, 29, 0.28);
}

.lego-hero-gif,
.lego-product-image,
.lego-hennie-photo {
  display: block;
  width: 100%;
  border-radius: 1.4rem;
  object-fit: cover;
}

.lego-section {
  padding: 4.5rem 0;
}

.lego-section-soft {
  background: linear-gradient(180deg, #fff 0%, #fff5f5 100%);
}

.lego-gallery-card,
.lego-info-panel,
.lego-quote-card,
.lego-cta-card {
  height: 100%;
  padding: 1.75rem;
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.lego-gallery-card h2,
.lego-info-panel h2,
.lego-quote-card h2,
.lego-cta-card h2 {
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
}

.lego-product-image {
  margin-top: 1.5rem;
  background: linear-gradient(135deg, #fff5f5, #ffe4e6);
  min-height: 280px;
}

.lego-section .row.justify-content-center.mb-4 .col-lg-5 {
  width: min(100%, 42rem);
}

.lego-section .row.justify-content-center.mb-4 .lego-product-image {
  width: 100%;
  min-height: 0;
  margin-top: 0;
  background: transparent;
}

.lego-feature-list {
  display: grid;
  gap: 1rem;
}

.lego-feature-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
}

.lego-bullets {
  margin: 1rem 0 1.5rem;
  padding-left: 1.25rem;
}

.lego-bullets li + li {
  margin-top: 0.75rem;
}

.lego-quote-card {
  background: linear-gradient(135deg, #fff1f2 0%, #ffffff 40%, #fff5f5 100%);
}

.lego-hennie-photo {
  max-width: 280px;
  margin: 0 auto;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.lego-quote {
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.6;
  color: #1f2937;
}

.lego-cta-section {
  padding: 0 0 4.5rem;
}

.lego-cta-card {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 35%),
    linear-gradient(135deg, #7f1d1d, #b61f24);
  color: #fff;
}

.lego-cta-card .lego-section-label {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.lego-cta-copy {
  max-width: 42rem;
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.82);
}

.lego-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
}

.lego-cta-price {
  color: #fff;
}

@media (max-width: 991.98px) {
  .lego-section {
    padding: 3.5rem 0;
  }

  .lego-hero {
    padding-top: 0.5rem;
  }
}

@media (max-width: 575.98px) {
  .lego-gallery-card,
  .lego-info-panel,
  .lego-quote-card,
  .lego-cta-card,
  .lego-price-card {
    padding: 1.25rem;
  }

  .lego-product-image {
    min-height: 220px;
  }
}
