/* RawasiShop — Landing v3 · مرجع Shopify عالي التحويل */
:root {
  --green: #0a1a14;
  --green-deep: #0f2e24;
  --green-mid: #145c47;
  --green-light: #1e7a5c;
  --green-soft: #edf4f1;
  --green-card: #f7faf8;
  --gold: #d4af37;
  --gold-dark: #b8941f;
  --gold-glow: #f0d878;
  --gold-line: rgba(212, 175, 55, 0.28);
  --gold-soft: rgba(212, 175, 55, 0.14);
  --accent: #c0392b;
  --accent-soft: rgba(192, 57, 43, 0.12);
  --white: #ffffff;
  --bg: #eef3f0;
  --ink: #0d1f18;
  --muted: #5a6e66;
  --line: #d4e0da;
  --shadow: 0 4px 24px rgba(10, 26, 20, 0.1);
  --shadow-lg: 0 16px 48px rgba(10, 26, 20, 0.16);
  --radius: 14px;
  --radius-lg: 20px;
  --header-h: 68px;
  --font: 'Segoe UI', Tahoma, 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Segoe UI', Tahoma, 'Helvetica Neue', Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
picture { display: block; }
.section:not(.hero-luxury) {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { width: min(1180px, 94vw); margin-inline: auto; }

/* ── شريط الثقة العلوي ── */
.trust-bar {
  background: var(--green);
  color: #fff;
  padding: 11px 0;
  font-size: 0.82rem;
  border-bottom: 2px solid var(--gold);
}
.trust-bar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  text-align: center;
}
.trust-bar-grid span {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  opacity: 0.95; font-weight: 500;
}
.trust-bar-grid strong { color: var(--gold-glow); }

/* ── Header ── */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(10, 26, 20, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--gold-line);
}
.site-header.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.3); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; height: var(--header-h);
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo picture { display: block; flex-shrink: 0; line-height: 0; }
.logo-mark {
  width: 40px; height: 40px; border-radius: 10px;
  object-fit: contain; display: block;
  background: transparent;
}
.logo-text { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: #fff; }
.logo-text strong { color: var(--gold-glow); }
.main-nav { display: flex; gap: 20px; font-size: 0.88rem; font-weight: 500; }
.main-nav a { color: rgba(255,255,255,0.85); transition: color 0.2s; }
.main-nav a:hover { color: var(--gold-glow); }
.btn-header { padding: 10px 20px !important; font-size: 0.88rem !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2px; background: var(--gold-glow); border-radius: 2px; transition: 0.3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Hero Luxury + Slider ── */
.hero-luxury {
  background: linear-gradient(160deg, var(--green) 0%, var(--green-deep) 50%, var(--green) 100%);
  color: #fff;
  padding: clamp(28px, 5vw, 48px) 0 clamp(40px, 6vw, 56px);
  position: relative; overflow: hidden;
}
.hero-luxury::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,0.12), transparent 70%);
  pointer-events: none;
}
.hero-intro { text-align: center; margin-bottom: 28px; position: relative; z-index: 1; }
.hero-luxury h1 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 900; line-height: 1.35; margin-bottom: 12px;
}
.gold-text { color: var(--gold-glow); }
.hero-luxury .hero-sub {
  color: rgba(255,255,255,0.75); font-size: 1rem;
  max-width: 680px; margin: 0 auto 18px;
}
.hero-feats {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px;
  font-size: 0.8rem; color: rgba(255,255,255,0.8);
}
.hero-feats span {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(212,175,55,0.2);
  padding: 6px 12px; border-radius: 999px;
}

.hero-slider-zone {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(20px, 3vw, 32px); align-items: start;
  position: relative; z-index: 1;
}
.hero-product-col {
  position: relative;
  background: rgba(255,255,255,0.04);
  border: 2px solid var(--gold-line);
  border-radius: var(--radius-lg);
  padding: 20px 16px 16px;
}
.product-slider-viewport {
  direction: ltr;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: transparent;
}
.product-slider-track {
  position: relative;
  width: 100%;
  z-index: 1;
}
.product-slide {
  display: none;
  width: 100%;
  position: relative;
  direction: rtl;
}
.product-slide.active {
  display: block;
}
.product-slide img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  display: block;
  height: auto;
}
.slide-caption {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  margin: 0; padding: 28px 14px 12px;
  font-size: 0.88rem; font-weight: 700;
  color: var(--gold-glow);
  background: linear-gradient(transparent, rgba(0,0,0,0.82));
  border-radius: 0;
  text-align: center;
  direction: rtl;
}
.product-seal,
.promo-seal {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 8;
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  box-shadow: none;
  pointer-events: none;
  animation: pulse-seal 3s ease-in-out infinite;
}
.promo-seal-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.promo-seal-shape {
  fill: #ffd400;
  stroke: #c0392b;
  stroke-width: 2.5;
  stroke-linejoin: round;
}
.promo-seal-text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 8px;
  text-align: center;
  font-size: 0.56rem;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.2;
  background: none;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.35);
}
.promo-seal-text span { display: block; }
.promo-seal-text strong {
  display: block; margin-top: 2px;
  font-size: 0.9rem; letter-spacing: 0.02em;
}
.hero-form-col { position: sticky; top: calc(var(--header-h) + 16px); }

.order-form-hero {
  background: linear-gradient(160deg, var(--green-deep), var(--green));
  border: 2px solid var(--gold-line);
  border-radius: var(--radius-lg);
  padding: 22px 20px;
  scroll-margin-top: calc(var(--header-h) + 20px);
}
#fullname { scroll-margin-top: calc(var(--header-h) + 20px); }
.hero-price-inline {
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
  margin-bottom: 16px; padding: 12px 14px;
  background: rgba(0,0,0,0.2); border-radius: 10px;
  border: 1px solid rgba(212,175,55,0.2);
}
.hero-price-inline .price-old { text-decoration: line-through; color: rgba(255,255,255,0.5); font-size: 0.95rem; }
.hero-price-inline .price-new { font-size: 1.8rem; font-weight: 900; color: var(--gold-glow); }
.hero-price-inline .price-new small { font-size: 0.85rem; }
.price-tag {
  background: var(--accent); color: #fff; padding: 4px 10px;
  border-radius: 6px; font-size: 0.78rem; font-weight: 800;
}
.form-sub strong { color: var(--gold-glow); }
.form-sa-trust {
  font-size: 0.78rem; color: rgba(255,255,255,0.75);
  text-align: center; margin: -8px 0 14px;
  padding: 8px 10px; border-radius: 8px;
  background: rgba(212,175,55,0.1); border: 1px solid rgba(212,175,55,0.2);
}
.live-viewers-off { display: none !important; }
.conv-urgency-soft strong { font-weight: 700; }
.conv-stock-soft .conv-stock-top { justify-content: center; }

/* اختيار العرض في النموذج — مخفي على الهاتف، يبقى في التابلت والكمبيوتر */
@media (max-width: 767px) {
  .offer-picker-desktop { display: none; }
}
.bundles-compact {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.bundle-compact { cursor: pointer; }
.bundle-compact input { position: absolute; opacity: 0; pointer-events: none; }
.bundle-compact span {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  text-align: center; padding: 10px 6px;
  border: 2px solid rgba(255,255,255,0.15); border-radius: 10px;
  font-size: 0.72rem; font-weight: 700; color: rgba(255,255,255,0.85);
  transition: 0.2s;
}
.bundle-thumb {
  width: 100%; max-width: 72px; aspect-ratio: 1;
  object-fit: cover; border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
}
.bundle-compact input:checked + span {
  border-color: var(--gold); background: rgba(212,175,55,0.15);
  color: var(--gold-glow);
}
.bundle-compact.hot span { border-color: var(--gold-line); }


.slider-nav-row {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; margin-top: 14px;
}
.slider-arrow {
  width: 36px; height: 36px; border-radius: 50%;
  border: 2px solid rgba(212,175,55,0.4); background: rgba(255,255,255,0.06);
  color: var(--gold-glow); font-size: 1.2rem; cursor: pointer;
  transition: 0.2s;
}
.slider-arrow:hover { background: var(--gold); color: var(--green); }
.slider-dots { display: flex; gap: 8px; }
.slider-dots button {
  width: 10px; height: 10px; border-radius: 50%; border: none;
  background: rgba(255,255,255,0.25); cursor: pointer; padding: 0;
  transition: 0.25s;
}
.slider-dots button.active { background: var(--gold); transform: scale(1.25); }


.hero-trust-row {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;
  margin-top: 14px; font-size: 0.75rem; text-align: center;
  color: rgba(255,255,255,0.75);
}
.hero-trust-row span {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(212,175,55,0.15);
  padding: 8px 6px; border-radius: 8px;
}

.dup-form-card {
  background: var(--green-card); border-radius: var(--radius-lg);
  padding: 28px 24px; border: 2px solid var(--line);
  box-shadow: var(--shadow);
}
.dup-form-card h3 { font-family: var(--font-display); color: var(--green); margin-bottom: 10px; }
.dup-form-card p { color: var(--muted); font-size: 0.92rem; margin-bottom: 16px; }
.dup-perks { list-style: none; margin-bottom: 20px; }
.dup-perks li { padding: 8px 0; font-size: 0.9rem; color: var(--ink); border-bottom: 1px solid var(--line); }

/* ── Feature cards 3x2 ── */
.feat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.feat-card {
  background: var(--green-card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px 18px; text-align: center;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.feat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--gold); }
.feat-ico { font-size: 2rem; display: block; margin-bottom: 12px; }
.feat-card h3 { font-size: 0.95rem; color: var(--green); margin-bottom: 8px; font-weight: 700; }
.feat-card p { font-size: 0.85rem; color: var(--muted); line-height: 1.55; }

/* ── Before/After grid ── */
.ba-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ba-card { position: relative; border-radius: var(--radius); overflow: hidden; border: 2px solid var(--line); }
.ba-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; display: block; }
.ba-card.ba-wide img { aspect-ratio: 16/10; }

/* ── Hero (legacy helpers) ── */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold-soft); color: var(--gold-glow);
  border: 1px solid var(--gold-line);
  padding: 7px 14px; border-radius: 999px;
  font-size: 0.82rem; font-weight: 700;
  margin-bottom: 14px;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.3;
  color: var(--ink);
  margin-bottom: 12px;
}
.hero-sub {
  color: var(--muted);
  font-size: 1rem;
  margin-bottom: 20px;
  max-width: 480px;
}
.hero-pills {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: 22px;
}
.hero-pill {
  display: flex; align-items: center; gap: 8px;
  background: var(--bg); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 14px;
  font-size: 0.82rem; font-weight: 600; color: var(--green);
}
.hero-pill .pill-ico {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--white); border: 1.5px solid var(--line);
  display: grid; place-items: center; font-size: 1rem;
}

/* صندوق السعر */
.price-box {
  position: relative;
  border: 2.5px solid var(--green-mid);
  border-radius: var(--radius-lg);
  padding: 20px 22px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--green-soft), var(--green-card));
}
.price-discount-badge {
  position: absolute; top: -14px; left: 20px;
  background: var(--gold); color: var(--green);
  padding: 5px 14px; border-radius: 8px;
  font-size: 0.85rem; font-weight: 800;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.35);
}
.price-row { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.price-old {
  text-decoration: line-through; color: var(--muted);
  font-size: 1.15rem; font-weight: 600;
}
.price-new {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 900; color: var(--green);
  line-height: 1;
}
.price-new small { font-size: 1rem; font-weight: 700; }

.hero-mini-trust {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
  margin-bottom: 18px;
}
.mini-trust {
  text-align: center; padding: 10px 6px;
  background: var(--bg); border-radius: 10px;
  border: 1px solid var(--line);
  font-size: 0.75rem; font-weight: 600; color: var(--green);
}
.mini-trust span { display: block; font-size: 1.2rem; margin-bottom: 4px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: none; cursor: pointer; font-family: var(--font); font-weight: 700;
  border-radius: 12px; transition: transform 0.2s var(--ease), box-shadow 0.2s;
}
.btn:active { transform: scale(0.98); }
.btn-hero {
  width: 100%; padding: 16px 24px;
  background: var(--green); color: #fff;
  font-size: 1.05rem;
  box-shadow: 0 6px 24px rgba(10,46,36,0.3);
}
.btn-hero:hover { background: var(--green-mid); box-shadow: 0 8px 32px rgba(10,46,36,0.4); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-glow), var(--gold));
  color: var(--green); padding: 16px 28px;
  font-size: 1.05rem; font-weight: 800;
  box-shadow: 0 6px 24px rgba(212,175,55,0.4);
  border-radius: 12px; border: none; cursor: pointer;
  font-family: var(--font);
}
.btn-gold:hover { box-shadow: 0 10px 32px rgba(240,180,41,0.55); }
.btn-block { width: 100%; }

/* صورة Hero */
.hero-visual { position: relative; }
.hero-visual img {
  width: 100%; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 1; object-fit: cover;
}
@keyframes pulse-seal {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
.hero-float-cta {
  position: absolute; bottom: 20px; right: 20px; left: 20px;
  text-align: center;
}
.hero-float-cta .btn-gold { width: 100%; font-size: 0.95rem; padding: 14px 20px; }

/* ── أقسام عامة ── */
.section { padding: clamp(48px, 7vw, 72px) 0; background: var(--bg); }
.section-white { background: var(--green-card); }
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 800; text-align: center;
  color: var(--green); margin-bottom: 32px;
}
.section-title span { color: var(--gold-dark); }

/* ── لماذا تحبينه — 5 دوائر ── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.why-item {
  text-align: center; padding: 20px 10px;
  transition: transform 0.3s var(--ease);
}
.why-item:hover { transform: translateY(-6px); }
.why-circle {
  width: 72px; height: 72px; border-radius: 50%;
  margin: 0 auto 14px;
  background: var(--green-card);
  border: 2px solid var(--line);
  display: grid; place-items: center;
  font-size: 1.8rem;
  box-shadow: var(--shadow);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.why-item:hover .why-circle {
  border-color: var(--gold);
  box-shadow: 0 8px 24px rgba(240,180,41,0.25);
}
.why-item h3 { font-size: 0.88rem; font-weight: 700; color: var(--green); margin-bottom: 6px; }
.why-item p { font-size: 0.78rem; color: var(--muted); line-height: 1.5; }

/* ── طريقة الاستخدام ── */
.how-header {
  background: var(--green);
  color: #fff; text-align: center;
  padding: 16px; border-radius: var(--radius) var(--radius) 0 0;
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 700;
}
.how-wrap {
  background: var(--green-card);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  overflow: hidden;
}
.how-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 16px; padding: 20px;
}
.how-img-card {
  border-radius: var(--radius); overflow: hidden;
  border: 2px solid var(--line); background: #fff;
}
.how-img-card img {
  width: 100%; height: auto; display: block;
}

/* ── آراء العملاء ── */
.reviews-header {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; margin-bottom: 28px; flex-wrap: wrap;
}
.reviews-badge {
  background: var(--green); color: #fff;
  padding: 8px 18px; border-radius: 999px;
  font-size: 0.85rem; font-weight: 700;
}
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.review-card {
  background: var(--green-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 20px 18px;
  transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
}
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--gold-line); }
.review-top {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 12px;
}
.review-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green-mid), var(--green));
  color: var(--gold-glow);
  font-family: var(--font-display);
  font-weight: 800; font-size: 1.1rem;
  display: grid; place-items: center;
  flex-shrink: 0;
  border: 2px solid var(--gold-line);
}
.review-meta { flex: 1; min-width: 0; }
.review-name {
  display: block; font-weight: 800; color: var(--green);
  font-size: 0.92rem; line-height: 1.3;
}
.review-city {
  display: block; font-size: 0.78rem; color: var(--muted);
}
.review-verified {
  font-size: 0.68rem; font-weight: 700;
  color: var(--green-mid);
  background: var(--green-soft);
  border: 1px solid var(--line);
  padding: 4px 8px; border-radius: 999px;
  white-space: nowrap;
}
.review-stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 10px; letter-spacing: 1px; }
.review-card p {
  font-size: 0.9rem; color: var(--ink); line-height: 1.75;
  margin: 0;
}

/* ── قسم العروض المقنع ── */
.conversion-section {
  padding: clamp(56px, 8vw, 80px) 0;
  background: linear-gradient(180deg, var(--green) 0%, var(--green-deep) 40%, var(--green) 100%);
  color: #fff;
  position: relative; overflow: hidden;
}
.conversion-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(212,175,55,0.12), transparent 60%);
  pointer-events: none;
}
.conv-header { text-align: center; margin-bottom: 36px; position: relative; z-index: 1; }
.conv-eyebrow {
  display: inline-block; padding: 8px 18px; border-radius: 999px;
  background: rgba(212,175,55,0.15); border: 1px solid rgba(212,175,55,0.35);
  color: var(--gold-glow); font-size: 0.82rem; font-weight: 700; margin-bottom: 14px;
}
.conv-header h2 {
  font-family: var(--font-display); font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 900; margin-bottom: 10px;
}
.conv-header h2 .gold-text { color: var(--gold-glow); }
.conv-header p { color: rgba(255,255,255,0.7); font-size: 0.95rem; max-width: 520px; margin: 0 auto; }

.pkg-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; align-items: end; margin-bottom: 32px;
  position: relative; z-index: 1;
}
.pkg-card { cursor: pointer; position: relative; }
.pkg-card input { position: absolute; opacity: 0; pointer-events: none; }
.pkg-inner {
  display: flex; flex-direction: column; align-items: center;
  background: rgba(255,255,255,0.06);
  border: 2px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 22px 14px 18px;
  text-align: center; transition: 0.3s var(--ease);
  height: 100%;
}
.pkg-card input:checked + .pkg-inner,
.pkg-card:has(input:checked) .pkg-inner {
  border-color: var(--gold);
  background: linear-gradient(180deg, rgba(212,175,55,0.18), rgba(255,255,255,0.08));
  box-shadow: 0 0 0 1px var(--gold), 0 12px 40px rgba(212,175,55,0.2);
  transform: translateY(-4px);
}
.pkg-featured .pkg-inner { padding-top: 28px; }
.pkg-featured input:checked + .pkg-inner,
.pkg-featured:has(input:checked) .pkg-inner { transform: translateY(-8px) scale(1.02); }
.pkg-ribbon {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold-glow), var(--gold));
  color: var(--green); padding: 6px 16px; border-radius: 999px;
  font-size: 0.75rem; font-weight: 800; white-space: nowrap; z-index: 2;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.35);
}
.pkg-label {
  font-size: 0.72rem; color: var(--gold-glow); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;
}
.pkg-qty { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 12px; }
.pkg-img {
  width: 100%; max-width: 150px; height: 120px;
  object-fit: cover; object-position: center;
  margin-bottom: 14px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.15);
}
.pkg-old { text-decoration: line-through; color: rgba(255,255,255,0.45); font-size: 0.85rem; }
.pkg-price {
  font-family: var(--font-display); font-size: 2rem; font-weight: 900;
  color: var(--gold-glow); line-height: 1.1; margin: 6px 0;
}
.pkg-price small { font-size: 0.9rem; font-weight: 700; }
.pkg-save { color: var(--gold-glow); font-size: 0.82rem; font-weight: 700; margin-bottom: 8px; }
.pkg-gift {
  font-size: 0.78rem; color: rgba(255,255,255,0.85);
  background: rgba(0,0,0,0.2); padding: 6px 12px; border-radius: 8px;
}

.conv-bottom {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px; align-items: stretch;
  position: relative; z-index: 1;
}
.conv-gallery {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  margin-bottom: 16px;
}
.conv-gallery img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(212,175,55,0.25);
}
.conv-trust-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;
}
.conv-trust-item {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; padding: 12px 10px; text-align: center;
}
.conv-trust-item span { font-size: 1.4rem; display: block; margin-bottom: 4px; }
.conv-trust-item strong { display: block; font-size: 0.82rem; color: #fff; }
.conv-trust-item small { font-size: 0.72rem; color: rgba(255,255,255,0.55); }

.conv-urgency {
  background: rgba(255,255,255,0.07);
  border: 2px solid rgba(212,175,55,0.3);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  backdrop-filter: blur(10px);
}
.conv-urgency-head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 18px; font-size: 0.92rem; color: var(--gold-glow);
}
.conv-pulse {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0;
  animation: conv-pulse 1.5s ease-in-out infinite;
}
@keyframes conv-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}
.conv-urgency .countdown { margin-bottom: 18px; }
.conv-urgency .cd-box { background: rgba(0,0,0,0.35); border: 1px solid rgba(212,175,55,0.25); }
.conv-urgency .cd-sep { color: var(--gold-glow); }
.conv-stock { margin-bottom: 14px; }
.conv-stock-top {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.88rem; margin-bottom: 8px; color: var(--gold-glow); font-weight: 700;
}
.conv-stock-pct { font-size: 0.75rem; color: rgba(255,255,255,0.5); font-weight: 500; }
.conv-urgency .stock-bar { background: rgba(255,255,255,0.1); }
.conv-urgency .live-viewers { text-align: center; color: rgba(255,255,255,0.75); margin-bottom: 14px; }
.conv-rating {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  flex-wrap: wrap; font-size: 0.82rem; color: rgba(255,255,255,0.8);
  margin-bottom: 16px; padding: 10px; background: rgba(0,0,0,0.2); border-radius: 10px;
}
.conv-stars { color: var(--gold-glow); letter-spacing: 2px; }
.conv-cta { font-size: 1.05rem !important; padding: 18px !important; }

/* ── قسم الطلب (قديم) ── */
.order-section { background: var(--bg); }
.order-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px; align-items: start;
}
.offers-panel h3 {
  font-family: var(--font-display);
  font-size: 1.25rem; font-weight: 800;
  color: var(--ink); margin-bottom: 18px;
  text-align: center;
}
.offer-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px; margin-bottom: 20px;
}
.offer-card { cursor: pointer; }
.offer-card input { position: absolute; opacity: 0; pointer-events: none; }
.offer-inner {
  position: relative;
  background: var(--green-card);
  border: 2.5px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 16px 12px;
  text-align: center;
  transition: 0.25s var(--ease);
  height: 100%;
}
.offer-card input:checked + .offer-inner {
  border-color: var(--gold);
  background: linear-gradient(180deg, var(--gold-soft), var(--green-card));
  box-shadow: 0 0 0 1px var(--gold), var(--shadow);
}
.offer-hot {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold-glow), var(--gold));
  color: var(--green);
  padding: 4px 12px; border-radius: 999px;
  font-size: 0.72rem; font-weight: 800; white-space: nowrap;
}
.offer-qty { font-weight: 800; color: var(--green); font-size: 1rem; margin-bottom: 8px; margin-top: 4px; }
.offer-thumb {
  width: 64px; height: 64px; margin: 0 auto 10px;
  border-radius: 10px; object-fit: cover;
  border: 1px solid var(--line);
}
.offer-old { text-decoration: line-through; color: var(--muted); font-size: 0.82rem; display: block; }
.offer-price { font-size: 1.35rem; font-weight: 900; color: var(--green); display: block; margin: 4px 0; }
.offer-save { font-size: 0.78rem; color: var(--gold-dark); font-weight: 700; }

/* عجلة الاستعجال */
.urgency-panel {
  background: var(--green-card);
  border: 2px solid var(--gold-line);
  border-radius: var(--radius-lg);
  padding: 20px;
  text-align: center;
}
.urgency-title {
  color: var(--green); font-weight: 800;
  font-size: 0.95rem; margin-bottom: 14px;
}
.countdown {
  display: flex; justify-content: center; align-items: center; gap: 8px;
  margin-bottom: 16px;
}
.cd-box {
  background: var(--green); color: #fff;
  padding: 10px 12px; border-radius: 10px;
  min-width: 58px; text-align: center;
}
.cd-box strong { display: block; font-size: 1.4rem; font-family: var(--font-display); font-weight: 800; }
.cd-box small { font-size: 0.68rem; opacity: 0.85; }
.cd-sep { font-size: 1.3rem; font-weight: 800; color: var(--green); }
.stock-label {
  font-size: 0.88rem; font-weight: 700; color: var(--gold-dark);
  margin-bottom: 8px;
}
.stock-bar {
  height: 10px; background: var(--green-soft);
  border-radius: 999px; overflow: hidden;
  margin-bottom: 8px;
}
.stock-bar-fill {
  height: 100%; background: linear-gradient(90deg, var(--gold-dark), var(--gold-glow));
  border-radius: 999px;
  transition: width 0.6s var(--ease);
  width: 35%;
}
.live-viewers { font-size: 0.85rem; color: var(--muted); margin-top: 10px; }

/* نموذج الطلب الداكن */
.order-form {
  background: var(--green);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-lg);
  scroll-margin-top: 20px;
}
#fullname { scroll-margin-top: 20px; }
.order-form h3 {
  font-family: var(--font-display);
  color: #fff; font-size: 1.35rem; font-weight: 800;
  text-align: center; margin-bottom: 6px;
}
.form-sub {
  color: rgba(255,255,255,0.75);
  font-size: 0.88rem; text-align: center; margin-bottom: 22px;
}
.field { margin-bottom: 14px; }
.field label {
  display: block; color: rgba(255,255,255,0.9);
  font-size: 0.88rem; font-weight: 600; margin-bottom: 6px;
}
.field input, .field select {
  width: 100%; padding: 13px 16px;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 10px; background: rgba(255,255,255,0.08);
  color: #fff; font-family: var(--font); font-size: 1rem;
  transition: border-color 0.2s, background 0.2s;
}
.field input::placeholder { color: rgba(255,255,255,0.45); }
.field select { color: #fff; cursor: pointer; }
.field select option { color: var(--ink); background: #fff; }
.field input:focus, .field select:focus {
  outline: none; border-color: var(--gold);
  background: rgba(255,255,255,0.12);
}
.field input.invalid, .field select.invalid { border-color: var(--gold); }
.err { display: block; color: var(--gold-glow); font-size: 0.8rem; margin-top: 4px; min-height: 1.1em; }
.order-total {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 16px; margin: 16px 0;
  background: rgba(255,255,255,0.1);
  border-radius: 10px; color: #fff; font-weight: 700;
}
.order-total span:last-child { color: var(--gold-glow); font-size: 1.2rem; }
.form-trust {
  display: flex; justify-content: center; gap: 16px;
  margin-top: 14px; flex-wrap: wrap;
}
.form-trust span { font-size: 0.75rem; color: rgba(255,255,255,0.7); }

/* ── FAQ شبكة ── */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.faq-item {
  background: var(--green-card);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.faq-item.open {
  border-color: var(--gold);
  box-shadow: var(--shadow);
}
.faq-q {
  width: 100%; text-align: right; padding: 16px 18px;
  background: none; border: none;
  font-family: var(--font); font-size: 0.92rem; font-weight: 700;
  color: var(--green); cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
}
.faq-q::after {
  content: '▼'; font-size: 0.7rem; color: var(--gold-dark);
  transition: transform 0.3s; flex-shrink: 0;
}
.faq-item.open .faq-q::after { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.faq-a-inner {
  padding: 0 18px 16px; color: var(--muted);
  font-size: 0.88rem; line-height: 1.65;
}

/* ── سياسة الاسترجاع ── */
.policy-intro {
  text-align: center; color: var(--muted); max-width: 640px;
  margin: -8px auto 28px; font-size: 0.95rem; line-height: 1.7;
}
.policy-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px; margin-bottom: 24px;
}
.policy-card {
  background: var(--green-card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px 20px;
}
.policy-ico { display: block; font-size: 1.6rem; margin-bottom: 10px; }
.policy-card h3 {
  font-size: 0.95rem; color: var(--green-mid);
  margin-bottom: 8px; font-weight: 700;
}
.policy-card p { font-size: 0.86rem; color: var(--muted); line-height: 1.65; }
.policy-card strong { color: var(--ink); }
.policy-note {
  text-align: center; font-size: 0.86rem; color: var(--muted);
  background: var(--gold-soft); border: 1px solid var(--gold-line);
  border-radius: var(--radius); padding: 14px 18px; margin-bottom: 20px;
}
.policy-cta { text-align: center; }
.footer-copy a { color: var(--gold-glow); text-decoration: underline; text-underline-offset: 3px; }
.footer-copy a:hover { opacity: 0.9; }

/* ── Footer ── */
.site-footer {
  background: var(--green);
  color: rgba(255,255,255,0.85);
  padding: 48px 0 100px;
}
.footer-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; text-align: center;
}
.footer-item span { display: block; font-size: 2rem; margin-bottom: 10px; }
.footer-item h4 { color: var(--gold-glow); font-size: 0.95rem; margin-bottom: 6px; }
.footer-item p { font-size: 0.82rem; opacity: 0.8; line-height: 1.5; }
.footer-copy {
  text-align: center; margin-top: 32px;
  font-size: 0.82rem; opacity: 0.6;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.12);
}

/* ── Modal ── */
.modal {
  position: fixed; inset: 0; z-index: 500;
  display: none; align-items: center; justify-content: center;
  padding: 20px; background: rgba(10,46,36,0.6);
  backdrop-filter: blur(6px);
}
.modal.show { display: flex; }
.modal-box {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 36px 28px; max-width: 420px; width: 100%;
  text-align: center; box-shadow: var(--shadow-lg);
  border: 2px solid var(--gold);
}
.modal-ico { font-size: 3rem; margin-bottom: 12px; }
.modal-box h3 { font-family: var(--font-display); color: var(--green); margin-bottom: 10px; }
.modal-box p { color: var(--muted); margin-bottom: 20px; }
.modal-box .btn-gold { padding: 12px 32px; }

/* ── Sticky CTA ── */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 180;
  display: none; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 16px;
  background: rgba(10, 26, 20, 0.97);
  backdrop-filter: blur(12px);
  border-top: 2px solid var(--gold);
  box-shadow: 0 -8px 24px rgba(0,0,0,0.25);
}
.sticky-cta.show { display: flex; }
.sticky-price .sc-old { text-decoration: line-through; color: rgba(255,255,255,0.55); font-size: 0.78rem; display: block; }
.sticky-price .sc-new { color: var(--gold-glow); font-weight: 900; font-size: 1.15rem; }
.sticky-cta .btn-gold { flex: 1; max-width: 220px; padding: 12px 16px; font-size: 0.9rem; }

/* ── WhatsApp + Toast ── */
.whatsapp-float {
  position: fixed;
  bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  left: 20px;
  z-index: 170;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
  pointer-events: none;
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0.3s;
}
.whatsapp-float svg {
  display: block;
  width: 30px;
  height: 30px;
}
.whatsapp-float.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
  animation: wa-pulse 2.5s ease-in-out infinite;
}
.whatsapp-float.show:hover {
  transform: scale(1.08);
  animation: none;
}
@keyframes wa-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45); }
  70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
.social-toast {
  position: fixed; bottom: 100px; right: 16px; z-index: 160;
  display: flex; gap: 10px; align-items: center;
  padding: 12px 16px; background: var(--green-deep);
  border-radius: 12px; box-shadow: var(--shadow-lg);
  border: 1px solid var(--gold-line);
  color: #fff;
  transform: translateX(120%); transition: transform 0.4s var(--ease);
  max-width: 280px;
}
.social-toast.show { transform: translateX(0); }
.st-body strong { color: var(--gold-glow); }
.st-body small { display: block; color: rgba(255,255,255,0.7); font-size: 0.8rem; }

/* ── Scroll reveal ── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease); }
.hero-luxury .reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }

/* ── Responsive ── */
@media (max-width: 960px) {
  .site-header { backdrop-filter: none; background: var(--green); }
  .hero-intro { display: none; }
  .hero-slider-zone {
    display: flex; flex-direction: column; gap: 16px;
  }
  .hero-form-col { order: -1; position: static; width: 100%; }
  .hero-product-col { order: 0; max-width: 480px; margin: 0 auto; width: 100%; }
  .countdown-desktop { display: none; }
  .order-form-hero h3 { font-size: 1.05rem; }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .ba-grid { grid-template-columns: repeat(2, 1fr); }
  .how-grid { grid-template-columns: 1fr; }
  .main-nav {
    position: fixed; top: var(--header-h); right: 0; left: 0;
    background: var(--green); flex-direction: column; padding: 20px;
    transform: translateY(-120%); opacity: 0; pointer-events: none;
    transition: 0.3s var(--ease); z-index: 199;
  }
  .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-toggle { display: flex; }
  .btn-header { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; max-width: 460px; margin: 0 auto; }
  .why-grid { grid-template-columns: repeat(3, 1fr); }
  .pkg-grid { grid-template-columns: 1fr; max-width: 340px; margin-inline: auto; }
  .pkg-featured { order: -1; }
  .conv-bottom { grid-template-columns: 1fr; }
  .conv-gallery { grid-template-columns: 1fr; max-width: 280px; margin-inline: auto; }
  .order-layout { grid-template-columns: 1fr; }
  .offer-cards { grid-template-columns: 1fr; max-width: 360px; margin-inline: auto; }
  .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .policy-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-bar-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
}
@media (max-width: 600px) {
  .bundles-compact { grid-template-columns: 1fr; }
  .feat-grid { grid-template-columns: 1fr; }
  .ba-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .hero-mini-trust { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .policy-grid { grid-template-columns: 1fr; }
  .trust-bar { font-size: 0.72rem; }
  .site-footer { padding-bottom: 88px; }
  .whatsapp-float {
    width: 52px; height: 52px;
    left: 16px;
    bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  }
  .whatsapp-float svg { width: 26px; height: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .promo-seal { animation: none; }
  .whatsapp-float.show { animation: none; }
}
