/* Simply Quran product page — manuscript / gold-forward (uses base.css) */

.hero .hero__icon {
  border-radius: 0;
  box-shadow: none;
}

.gallery {
  margin-top: clamp(2rem, 5vw, 2.75rem);
  text-align: left;
}

.hero__actions {
  display: flex;
  gap: 0.7rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}

.hero__actions .btn {
  min-width: 12.8rem;
}

@media (max-width: 470px) {
  .hero__actions {
    width: 100%;
  }

  .hero__actions .btn {
    width: 100%;
  }
}

.gallery__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.35rem 0 0.75rem;
  margin: 0 -0.25rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.gallery__card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: min(14rem, 72vw);
  margin: 0;
}

@media (min-width: 720px) {
  .gallery__track {
    justify-content: center;
    overflow: visible;
    flex-wrap: wrap;
    margin: 0;
    padding-bottom: 0;
  }

  .gallery__card {
    width: min(12.5rem, 30%);
  }
}

.gallery__shot {
  display: block;
  width: 100%;
  height: min(17.5rem, 52vw);
  border-radius: 14px;
  border: 1px solid var(--gold-line);
  box-shadow: var(--shadow-soft);
  object-fit: cover;
  background: #f0ede6;
}

.gallery__cap {
  margin-top: 0.55rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
  text-align: center;
}

.section--highlights {
  background: linear-gradient(180deg, #ffffff 0%, var(--paper) 100%);
  border-top: 1px solid rgba(175, 144, 88, 0.15);
}

.section--beta {
  background: #ffffff;
  border-top: 1px solid rgba(175, 144, 88, 0.15);
  border-bottom: 1px solid rgba(175, 144, 88, 0.15);
  text-align: center;
}

.beta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 3vw, 1.75rem);
  width: 100%;
  max-width: 42rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.beta__copy {
  width: 100%;
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.beta__title {
  margin-bottom: 0.8rem;
  text-align: center;
}

.beta__text {
  margin: 0 auto;
  max-width: 39rem;
  font-size: clamp(1rem, 2.4vw, 1.125rem);
  line-height: 1.7;
  color: var(--ink-muted);
}

@media (max-width: 470px) {
  .beta__primary,
  .beta__feedback .btn {
    width: 100%;
  }
}

.beta__primary {
  min-width: min(100%, 18rem);
  align-self: center;
}

.beta__feedback .btn--secondary {
  background: #ffffff;
  border-color: var(--gold-line);
  color: var(--gold-deep);
}

.beta__feedback {
  width: min(100%, 28rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(175, 144, 88, 0.28);
  text-align: center;
}

.beta__feedback-label {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink);
}

.highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .highlights {
    grid-template-columns: repeat(3, 1fr);
  }
}

.highlights__item {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.35rem 1.2rem;
  border-radius: 16px;
  border: 1px solid var(--gold-line);
  background: rgba(255, 255, 255, 0.55);
}

@supports (backdrop-filter: blur(14px)) {
  .highlights__item {
    backdrop-filter: blur(14px);
  }
}

@supports not (backdrop-filter: blur(14px)) {
  .highlights__item {
    background: #ffffff;
  }
}

.highlights__glass {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.highlights__text {
  font-size: 0.9375rem;
  line-height: 1.55;
  letter-spacing: 0.04em;
  color: var(--ink);
}

.section--sadaqah {
  background: linear-gradient(180deg, var(--gold-soft) 0%, rgba(250, 250, 250, 1) 88%);
  border-top: 1px solid rgba(175, 144, 88, 0.2);
}

.section--faq {
  background: var(--paper);
  border-top: 1px solid rgba(175, 144, 88, 0.15);
}

.faq__label {
  text-align: center;
}

.faq {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .faq {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.faq__item {
  padding: 1.25rem 1.15rem;
  border-radius: 8px;
  border: 1px solid var(--gold-line);
  background: rgba(255, 255, 255, 0.68);
}

.faq__question {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: var(--ink);
}

.faq__answer {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--ink-muted);
}
