/* Wedding Reel Packages landing page */

.wrp-page {
  background: #fff;
  color: #111;
}

.wrp-hero {
  position: relative;
  padding: 7rem 1.5rem 4rem;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.45) 100%),
    url('https://images.unsplash.com/photo-1519741497674-611481863552?w=1600') center/cover no-repeat;
  color: #fff;
}

.wrp-hero-badge {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 140, 0, 0.2);
  border: 1px solid rgba(255, 140, 0, 0.55);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wrp-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 6vw, 3.25rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.85rem;
  color: #fff;
}

.wrp-hero h1 em {
  font-style: italic;
  color: #FF8C00;
}

.wrp-hero-lead {
  max-width: 640px;
  margin: 0 auto 1.5rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.wrp-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.wrp-hero-ctas .btn {
  min-width: 150px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
}

.wrp-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.88);
}

.wrp-trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.wrp-section {
  padding: 3.5rem 1.25rem;
}

.wrp-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.wrp-section-title {
  text-align: center;
  margin-bottom: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #111;
}

.wrp-section-sub {
  text-align: center;
  color: #555;
  margin: 0 auto 2rem;
  max-width: 520px;
  line-height: 1.55;
}

.wrp-packages-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.wrp-package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 1.25rem 1.15rem 1.35rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.wrp-package-card:hover {
  border-color: rgba(255, 140, 0, 0.45);
  box-shadow: 0 10px 28px rgba(255, 140, 0, 0.12);
  transform: translateY(-3px);
}

.wrp-package-card.popular {
  border-color: rgba(255, 140, 0, 0.65);
  box-shadow: 0 8px 28px rgba(255, 140, 0, 0.15);
}

.wrp-package-card.best-value {
  border-color: rgba(180, 120, 20, 0.55);
}

.wrp-package-badge {
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #FF8C00 0%, #E67E22 100%);
  color: #000;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wrp-package-name {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FF8C00;
  margin: 0.35rem 0 0.15rem;
}

.wrp-package-events {
  font-size: 1.35rem;
  font-weight: 800;
  color: #111;
  margin: 0 0 0.35rem;
  line-height: 1.2;
}

.wrp-package-price {
  font-size: 1.75rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 0.5rem;
}

.wrp-package-desc {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.45;
  margin-bottom: 0.85rem;
  min-height: 2.6em;
}

.wrp-package-includes {
  list-style: none;
  padding: 0;
  margin: 0 0 1.15rem;
  flex: 1;
}

.wrp-package-includes li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 0.28rem 0;
  font-size: 0.84rem;
  color: #333;
  line-height: 1.4;
}

.wrp-package-includes li::before {
  content: '✓';
  color: #FF8C00;
  font-weight: 800;
  flex-shrink: 0;
}

.wrp-package-card .btn {
  width: 100%;
  padding: 0.75rem;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.wrp-note {
  margin-top: 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: #fff8ee;
  border: 1px solid rgba(255, 140, 0, 0.2);
  font-size: 0.82rem;
  color: #555;
  line-height: 1.55;
  text-align: center;
}

.wrp-events-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.wrp-event-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 1rem 0.65rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  font-size: 0.88rem;
  font-weight: 600;
  color: #222;
}

.wrp-event-chip span:first-child {
  font-size: 1.5rem;
  line-height: 1;
}

.wrp-included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.wrp-included-card {
  padding: 1.15rem;
  border-radius: 14px;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.wrp-included-card h4 {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  color: #111;
}

.wrp-included-card p {
  margin: 0;
  font-size: 0.86rem;
  color: #555;
  line-height: 1.5;
}

.wrp-included-card .icon {
  font-size: 1.35rem;
  margin-bottom: 0.45rem;
}

.wrp-why {
  background: linear-gradient(180deg, #fff8ee 0%, #fff 100%);
}

.wrp-why-text {
  max-width: 720px;
  margin: 0 auto 1.5rem;
  text-align: center;
  color: #444;
  line-height: 1.65;
  font-size: 1rem;
}

.wrp-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.wrp-step {
  padding: 1.1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.wrp-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF8C00 0%, #E67E22 100%);
  color: #000;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
}

.wrp-step h4 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: #111;
}

.wrp-step p {
  margin: 0;
  font-size: 0.84rem;
  color: #555;
  line-height: 1.45;
}

.wrp-cta {
  text-align: center;
  padding: 3.5rem 1.25rem 4rem;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.72) 100%),
    url('https://images.unsplash.com/photo-1465495976277-4387d4b0b4c6?w=1600') center/cover no-repeat;
  color: #fff;
}

.wrp-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  margin: 0 0 0.75rem;
  color: #fff;
}

.wrp-cta p {
  max-width: 560px;
  margin: 0 auto 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.wrp-cta-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}

.wrp-cta-contact a {
  color: #FF8C00;
  text-decoration: none;
  font-weight: 600;
}

.wrp-cta-contact a:hover {
  text-decoration: underline;
}

.wrp-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.wrp-cta-actions .btn {
  min-width: 160px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .wrp-packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wrp-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wrp-events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wrp-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .wrp-hero {
    padding-top: 6rem;
  }

  .wrp-packages-grid,
  .wrp-included-grid,
  .wrp-events-grid,
  .wrp-steps {
    grid-template-columns: 1fr;
  }

  .wrp-section {
    padding: 2.75rem 1rem;
  }
}
