*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Tajawal', system-ui, -apple-system, 'Segoe UI', sans-serif;
  background: #fff9fa;
  color: #1f2937;
  line-height: 1.5;
  padding-bottom: 6rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a { color: inherit; text-decoration: none; }

/* شريط العرض الحصري — أول ما تراه من الإعلان */
.exclusive-bar {
  background: linear-gradient(90deg, #be185d 0%, #ec4899 50%, #be185d 100%);
  background-size: 200% 100%;
  animation: exclusive-shine 3s ease-in-out infinite;
  color: #fff;
  text-align: center;
  padding: 0.625rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 16px rgba(190, 24, 93, 0.35);
}

@keyframes exclusive-shine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.exclusive-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.75rem;
  max-width: 72rem;
  margin-inline: auto;
}

.exclusive-bar__badge {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  white-space: nowrap;
}

.exclusive-bar__prices s {
  opacity: 0.85;
  text-decoration: line-through;
}

.exclusive-bar__prices strong {
  font-size: 1rem;
}

.exclusive-bar__ends {
  color: #fef08a;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .exclusive-bar { font-size: 0.9375rem; padding: 0.75rem 1rem; }
  .exclusive-bar__prices strong { font-size: 1.125rem; }
}

.container {
  width: 100%;
  max-width: 72rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.container--narrow { max-width: 48rem; }
.container--mid { max-width: 64rem; }

.text-pink { color: #ec4899; }
.text-muted { color: #4b5563; }
.text-sm { font-size: 0.875rem; }
.text-xs { font-size: 0.75rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-center { text-align: center; }

.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 700; }

/* Hero */
.hero {
  background: #fff;
  padding: 0 0 2rem;
}

@media (min-width: 768px) {
  .hero { padding-bottom: 3rem; }
}

.hero .container {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .hero .container { padding-top: 1.25rem; }
}

.hero__banner {
  width: 100%;
  overflow: hidden;
  background: #fdf2f8;
}

.hero__banner--top {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  padding-inline: 1rem;
}

.hero__banner--top picture {
  display: block;
  width: 100%;
}

.hero__banner-img {
  width: 100%;
  display: block;
  object-fit: contain;
  object-position: center top;
  aspect-ratio: 819 / 1024;
  max-height: min(78vh, 520px);
  background: #fdf2f8;
}

@media (max-width: 767px) {
  .hero__banner--top {
    padding-inline: 0.5rem;
  }

  .hero__banner--top picture {
    max-width: 100%;
  }

  .hero__banner-img {
    width: 100%;
    max-height: none;
    aspect-ratio: 819 / 1024;
    object-fit: contain;
    object-position: center top;
  }

  #order {
    scroll-margin-top: 0.75rem;
  }

  .sticky-cta {
    display: none !important;
  }

  body {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 640px) {
  .hero__banner--top {
    padding-inline: 1.5rem;
  }

  .hero__banner--top picture {
    max-width: 36rem;
  }

  .hero__banner-img {
    border-radius: 1rem;
    max-height: min(62vh, 480px);
    object-fit: contain;
  }
}

@media (min-width: 1024px) {
  .hero__banner--top picture {
    max-width: 28rem;
  }

  .hero__banner-img {
    max-height: 480px;
    object-fit: contain;
  }
}

.hero__form-wrap {
  max-width: 36rem;
  margin: 1.75rem auto 0;
  padding: 1rem;
  border-radius: 1.75rem;
  background: linear-gradient(160deg, #ffe4ef 0%, #fce7f3 38%, #fdf2f8 72%, #fff1f5 100%);
  box-shadow:
    0 4px 24px rgba(236, 72, 153, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

@media (min-width: 1024px) {
  .hero__form-wrap {
    margin: 2rem 0 0;
    max-width: 32rem;
    padding: 1.25rem;
  }
}

.hero__kit-note {
  text-align: center;
  color: #b45309;
  background: #fffbeb;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  margin: 1.25rem 0 0;
}

@media (min-width: 1024px) {
  .hero__kit-note { text-align: right; }
}

.trust-bar {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
  border: 1px solid #fbcfe8;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #9d174d;
}

@media (min-width: 640px) {
  .trust-bar {
    font-size: 0.875rem;
    gap: 0.75rem 2rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .trust-bar {
    justify-content: flex-start;
    margin-bottom: 1.5rem;
  }
}

.trust-bar li {
  white-space: nowrap;
}

.hero__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .hero__title { font-size: 3rem; }
}

@media (min-width: 1024px) {
  .hero__title { text-align: right; }
}

.hero__subtitle {
  margin: 1rem 0 0;
  font-size: 1.125rem;
  color: #4b5563;
  text-align: center;
}

@media (min-width: 1024px) {
  .hero__subtitle {
    text-align: right;
    max-width: 42rem;
  }
}

.hero__media { display: flex; flex-direction: column; gap: 1.25rem; }

.hero__visual {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
}

.hero__img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  max-height: 420px;
}

@media (min-width: 1024px) {
  .hero__img { max-height: none; }
}

.hero__product {
  position: absolute;
  bottom: 0.75rem;
  left: 30%;
  width: 38%;
  max-width: 11rem;
  z-index: 2;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.22));
  pointer-events: none;
}

.hero__product img {
  width: 100%;
  height: auto;
}

@media (min-width: 640px) {
  .hero__product {
    bottom: 1rem;
    left: 32%;
    max-width: 12.5rem;
  }
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #4b5563;
}

@media (min-width: 1024px) {
  .hero__badges { justify-content: flex-start; }
}

.badge {
  background: #fdf2f8;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
}

.badge--amber {
  text-align: center;
  color: #b45309;
  background: #fffbeb;
  font-weight: 700;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
}

@media (min-width: 1024px) {
  .badge--amber { text-align: right; }
}

/* Order form */
.order-panel {
  background: linear-gradient(180deg, #ffffff 0%, #fff8fb 55%, #fff0f6 100%);
  border-radius: 1.25rem;
  box-shadow:
    0 16px 40px rgba(190, 24, 93, 0.1),
    0 2px 8px rgba(236, 72, 153, 0.08);
  padding: 1.5rem;
  border: 2px solid rgba(251, 207, 232, 0.9);
}

@media (min-width: 768px) {
  .order-panel { padding: 2rem; }
}

.order-panel__offer {
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 1rem 0.75rem 1.25rem;
  border-bottom: none;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.08) 0%, rgba(252, 231, 243, 0.65) 100%);
  border-radius: 1rem;
  border: 1px solid rgba(251, 207, 232, 0.75);
}

.order-panel__tag {
  display: inline-block;
  background: #ec4899;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  margin-bottom: 0.5rem;
}

.order-panel__was-label,
.order-panel__now-label {
  margin: 0;
  font-size: 0.75rem;
  color: #9ca3af;
  font-weight: 700;
}

.order-panel__now-label {
  color: #ec4899;
  margin-top: 0.25rem;
}

.order-panel__save {
  margin: 0.35rem 0 0;
  font-size: 0.9375rem;
  color: #16a34a;
  font-weight: 700;
}

.order-panel__save strong {
  font-size: 1.0625rem;
}

.order-panel__old-price {
  color: #9ca3af;
  text-decoration: line-through;
  font-size: 1.125rem;
  margin: 0;
}

.order-panel__price {
  color: #ec4899;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0.25rem 0;
}

@media (min-width: 768px) {
  .order-panel__price { font-size: 3rem; }
}

.order-panel__price span { font-size: 1.25rem; }

.order-urgency {
  margin: 0.75rem 0 0.5rem;
  padding: 0.625rem 0.75rem;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 0.75rem;
  text-align: center;
}

.order-urgency__deal,
.order-urgency__stock {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.order-urgency__deal {
  color: #c2410c;
}

.order-urgency__deal strong {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.order-urgency__stock {
  margin-top: 0.25rem;
  color: #b45309;
}

.order-urgency__stock strong {
  color: #dc2626;
  font-size: 0.9375rem;
}

.offer-countdown {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 0.5rem 0 0.35rem;
}

.offer-countdown__box {
  background: #fff;
  border: 1px solid #fdba74;
  border-radius: 0.5rem;
  min-width: 3.25rem;
  padding: 0.35rem 0.5rem;
  text-align: center;
}

.offer-countdown__num {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #c2410c;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}

.offer-countdown__lbl {
  display: block;
  font-size: 0.625rem;
  color: #9a3412;
  margin-top: 0.125rem;
}

.order-panel__note {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

.order-panel__heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ec4899;
  text-align: center;
  margin: 0 0 0.25rem;
}

@media (min-width: 768px) {
  .order-panel__heading { font-size: 1.5rem; }
}

.order-panel__sub {
  text-align: center;
  color: #4b5563;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
}

.form-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.125rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(252, 231, 243, 0.9);
  backdrop-filter: blur(6px);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .form-row { grid-template-columns: 1fr 1fr; }
}

.form-field label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 0.5rem;
}

.form-field input,
.form-field select {
  width: 100%;
  padding: 1rem;
  border: 2px solid #c46b87;
  border-radius: 0.75rem;
  font: inherit;
  font-size: 1rem;
  background: #fff;
  color: inherit;
}

.form-field input:focus,
.form-field select:focus {
  outline: none;
  border-color: #9f3658;
  box-shadow: 0 0 0 3px rgba(196, 107, 135, 0.2);
}

.form-field input.invalid,
.form-field select.invalid,
.invalid {
  border-color: #f43f5e !important;
}

.form-field input[dir="ltr"] { text-align: right; }

.err {
  color: #e11d48;
  font-size: 0.8rem;
  margin-top: 0.25rem;
  min-height: 1rem;
  display: block;
}

.form-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-top: 1px solid #fce7f3;
  font-weight: 700;
  font-size: 1.125rem;
}

.form-total__amount {
  color: #ec4899;
  font-size: 1.5rem;
}

.form-trust {
  list-style: none;
  margin: 0;
  padding: 0.875rem 1rem;
  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
  border: 1px solid #f9a8d4;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-trust li {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #831843;
  line-height: 1.45;
}

@media (min-width: 640px) {
  .form-trust li { font-size: 0.875rem; }
}

.btn-submit {
  width: 100%;
  background: #ec4899;
  color: #fff;
  border: none;
  padding: 1rem;
  border-radius: 0.75rem;
  font: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 15px -3px rgba(236,72,153,.25);
  transition: background 0.2s;
}

@media (min-width: 768px) {
  .btn-submit { padding: 1.25rem; font-size: 1.25rem; }
}

.btn-submit:hover { background: #db2777; }

.form-privacy {
  text-align: center;
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0;
}

/* Sections */
.section {
  padding: 3.5rem 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 420px;
}

.hero {
  content-visibility: visible;
}

@media (min-width: 768px) {
  .section { padding: 4rem 0; }
}

.section--white { background: #fff; }
.section--pink { background: rgba(253,242,248,.6); }

.section__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 3rem;
  text-align: center;
}

@media (min-width: 768px) {
  .section__title { font-size: 2.25rem; }
}

.section__title--left {
  text-align: inherit;
  margin-bottom: 2rem;
}

.cards-3 {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .cards-3 { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}

.card {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  border: 1px solid #fce7f3;
}

.card__emoji { font-size: 1.875rem; margin-bottom: 0.75rem; }
.card__title { font-size: 1.25rem; font-weight: 700; margin: 0 0 0.75rem; }
.card__text { color: #4b5563; margin: 0; }

.split {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 768px) {
  .split { grid-template-columns: 1fr 1fr; gap: 3rem; }
}

.split__images { display: flex; flex-direction: column; gap: 1rem; }

@media (min-width: 768px) {
  .split__images .rounded-img:not(.rounded-img--lead) {
    max-height: 200px;
    object-fit: cover;
    object-position: center;
  }

  .split__images .rounded-img--lead {
    max-height: 320px;
    object-position: center 42%;
  }
}

@media (min-width: 1024px) {
  .split__images .rounded-img:not(.rounded-img--lead) {
    max-height: 220px;
  }

  .split__images .rounded-img--lead {
    max-height: 300px;
  }
}

.rounded-img {
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1);
}

.rounded-img--lead {
  box-shadow:
    0 16px 32px rgba(190, 24, 93, 0.12),
    0 0 0 2px rgba(251, 207, 232, 0.9);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 42%;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.125rem;
}

.feature-list li {
  display: flex;
  gap: 0.75rem;
}

.feature-list li span { color: #ec4899; flex-shrink: 0; }

/* Age heads */
.ages-intro {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.ages-sub {
  text-align: center;
  color: #6b7280;
  margin: 0 0 2.5rem;
}

.age-list { display: flex; flex-direction: column; gap: 0.75rem; }

.age-item {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  border: 1px solid #fce7f3;
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .age-item { padding: 1.25rem; }
}

.age-dot {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.12);
  flex-shrink: 0;
}

.age-dot--white { background: #f3f4f6; }
.age-dot--blue { background: #60a5fa; }
.age-dot--orange { background: #fb923c; }
.age-dot--green { background: #4ade80; }
.age-dot--metal { background: #9ca3af; }
.age-dot--gray { background: #e5e7eb; }

.age-item__body { flex: 1; min-width: 0; }
.age-item__body strong { display: block; color: #111827; }
.age-item__body span { font-size: 0.875rem; color: #6b7280; }
.age-item__tag { font-size: 0.875rem; font-weight: 700; color: #ec4899; flex-shrink: 0; }

.kit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .kit-grid { grid-template-columns: repeat(3, 1fr); }
}

.kit-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  border: 1px solid #fce7f3;
}

.kit-card img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 0.75rem;
  margin: 0 auto 0.75rem;
}

.kit-card strong { display: block; font-size: 0.875rem; font-weight: 700; color: #1f2937; }
.kit-card span { font-size: 0.75rem; color: #6b7280; }

/* Delivery */
.delivery-text { text-align: center; }

@media (min-width: 768px) {
  .delivery-text { text-align: right; }
}

.delivery-lead {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 1.25rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .delivery-lead { font-size: 1.5rem; }
}

.delivery-body {
  font-size: 1.125rem;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

.delivery-tags {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .delivery-tags { justify-content: flex-start; }
}

.delivery-tags span {
  background: #fdf2f8;
  color: #db2777;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.875rem;
}

/* Testimonials */
.testimonials-sub {
  text-align: center;
  color: #ec4899;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 2.5rem;
}

.stars { color: #fbbf24; letter-spacing: 0.1em; }
.testimonial-text { margin: 1rem 0 0; color: #374151; }
.testimonial-author { margin: 1rem 0 0; font-size: 0.875rem; font-weight: 700; color: #ec4899; }

/* Footer */
.footer {
  background: #111827;
  color: #fff;
  padding: 2.5rem 1.5rem;
  text-align: center;
  font-size: 0.875rem;
}

.footer p { margin: 0 0 0.5rem; }
.footer .muted { opacity: 0.7; }
.footer a { color: #f9a8d4; }
.footer a:hover { text-decoration: underline; }

/* Modal & sticky */
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0,0,0,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.modal.show { opacity: 1; pointer-events: auto; }

.modal__box {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  max-width: 24rem;
  width: 100%;
  text-align: center;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
}

.modal__icon { font-size: 3rem; margin-bottom: 1rem; }
.modal__title { font-size: 1.5rem; font-weight: 800; color: #ec4899; margin: 0 0 0.75rem; }
.modal__text { color: #4b5563; margin: 0 0 1.5rem; }

.btn-modal {
  background: #ec4899;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 0.75rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: #fff;
  border-top: 1px solid #fce7f3;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 -8px 24px rgba(236,72,153,.12);
  transform: translateY(110%);
  transition: transform 0.35s;
}

.sticky-cta.show { transform: translateY(0); }

.sticky-cta__price { font-weight: 700; white-space: nowrap; }
.sticky-cta__label {
  display: block;
  font-size: 0.625rem;
  color: #ec4899;
  font-weight: 700;
  text-transform: none;
}
.sticky-cta__old { display: block; font-size: 0.75rem; color: #9ca3af; text-decoration: line-through; }
.sticky-cta__new { color: #ec4899; font-size: 1.125rem; }

.sticky-cta__btn {
  flex: 1;
  background: #ec4899;
  color: #fff;
  text-align: center;
  padding: 0.75rem;
  border-radius: 0.75rem;
  font-weight: 700;
}
