@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap');

.sd-page * { box-sizing: border-box; }
.sd-page {
  background: #16101F;
  color: #F3ECFB;
  font-family: 'Tajawal', sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 80px;
}
.sd-page a { text-decoration: none; }
.sd-page ::selection { background: #E8B84B; color: #16101F; }
.sd-scroll::-webkit-scrollbar { display: none; }

@keyframes sd-twinkle { 0%, 100% { opacity: .25; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes sd-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes sd-shimmer { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }
@keyframes sd-pop { 0% { transform: scale(.96); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
@keyframes sd-pulse { 0%, 100% { box-shadow: 0 10px 30px rgba(37, 211, 102, .45); } 50% { box-shadow: 0 10px 44px rgba(37, 211, 102, .75); } }

.sd-section { position: relative; z-index: 1; }

.sd-page .rte p { margin: 0; }
.sd-page .rte p + p { margin-top: 1em; }

.starfield { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.star { position: absolute; border-radius: 50%; background: #F4D58D; box-shadow: 0 0 6px 1px rgba(244, 213, 141, .8); animation: sd-twinkle 3s ease-in-out infinite; }

.btn-wa { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: #25D366; color: #fff; font-family: inherit; font-weight: 900; text-decoration: none; border-radius: 16px; }
.pulse { animation: sd-pulse 2.6s ease-in-out infinite; }
.eyebrow { display: inline-block; font-size: 13px; font-weight: 800; color: #F4D58D; margin-bottom: 10px; }
.sec-title { font-size: 32px; font-weight: 900; margin: 0; letter-spacing: -.6px; }
.center-head { text-align: center; margin-bottom: 34px; }
.block { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* HERO */
.hero { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 44px; align-items: center; padding: 10px 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(232, 184, 75, .14); border: 1px solid rgba(232, 184, 75, .35); color: #F4D58D; font-size: 13px; font-weight: 800; padding: 7px 15px; border-radius: 30px; margin-bottom: 20px; }
.hero-h1 { font-size: 50px; font-weight: 900; margin: 0 0 18px; line-height: 1.18; letter-spacing: -1px; }
.shimmer { background: linear-gradient(100deg, #F4D58D, #E8B84B, #F7E7B8, #E8B84B); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: sd-shimmer 4s linear infinite; }
.hero-lead { margin: 0 0 28px; font-size: 17.5px; line-height: 1.85; color: #CBBFDC; font-weight: 500; max-width: 460px; }
.hero-cta-col { display: flex; flex-direction: column; gap: 12px; max-width: 440px; }
.btn-quiz { display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 56px; border-radius: 16px; background: transparent; border: 1.5px solid rgba(232, 184, 75, .45); color: #F4D58D; font-family: inherit; font-size: 16px; font-weight: 800; cursor: pointer; transition: background .2s; }
.btn-quiz:hover { background: rgba(232, 184, 75, .1); }
.hero-stats { display: flex; align-items: center; gap: 18px; margin-top: 26px; flex-wrap: wrap; }
.hero-stats b { font-size: 19px; font-weight: 900; color: #F4D58D; }
.hero-stats small { font-size: 12px; color: #9C8FB0; font-weight: 600; }
.hero-div { width: 1px; height: 30px; background: rgba(232, 184, 75, .2); }
.hero-img-wrap { display: flex; justify-content: center; position: relative; }
.hero-img-float { position: relative; animation: sd-float 6s ease-in-out infinite; }
.hero-glow { position: absolute; inset: -18px; border-radius: 28px; background: radial-gradient(circle at 50% 40%, rgba(232, 184, 75, .35), transparent 70%); filter: blur(14px); }
.hero-img { position: relative; width: 420px; height: auto; max-width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 22px; border: 1px solid rgba(232, 184, 75, .3); box-shadow: 0 24px 60px rgba(0, 0, 0, .5); display: block; }
.hero-img-tag { position: absolute; bottom: 14px; right: 14px; background: rgba(22, 16, 31, .78); backdrop-filter: blur(6px); border: 1px solid rgba(232, 184, 75, .3); color: #F4D58D; font-size: 12.5px; font-weight: 800; padding: 7px 14px; border-radius: 30px; }

/* QUIZ */
.quiz { max-width: 720px; margin: 0 auto; padding: 0 20px; scroll-margin-top: 20px; }
.quiz-card { background: linear-gradient(180deg, rgba(45, 32, 64, .9), rgba(30, 21, 44, .9)); border: 1px solid rgba(232, 184, 75, .28); border-radius: 26px; padding: 34px; box-shadow: 0 20px 50px rgba(0, 0, 0, .4); }
.quiz-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.quiz-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; color: #F4D58D; }
.quiz-tag span { width: 26px; height: 26px; border-radius: 50%; background: rgba(232, 184, 75, .16); display: flex; align-items: center; justify-content: center; }
.quiz-counter { font-size: 13px; font-weight: 700; color: #9C8FB0; }
.quiz-bar { height: 6px; border-radius: 6px; background: rgba(255, 255, 255, .08); overflow: hidden; margin-bottom: 26px; }
.quiz-bar-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #E8B84B, #F4D58D); border-radius: 6px; transition: width .35s ease; }
.q-title { font-size: 24px; font-weight: 900; margin: 0 0 6px; line-height: 1.35; letter-spacing: -.4px; }
.q-hint { margin: 0 0 22px; font-size: 14.5px; color: #A99BBE; font-weight: 500; }
.q-opts { display: flex; flex-direction: column; gap: 12px; }
.q-opt { display: flex; align-items: center; gap: 14px; width: 100%; text-align: right; padding: 17px 18px; border-radius: 16px; border: 1.5px solid rgba(232, 184, 75, .22); background: rgba(255, 255, 255, .03); color: #F3ECFB; font-family: inherit; cursor: pointer; transition: all .15s; }
.q-opt:hover { border-color: rgba(232, 184, 75, .7); background: rgba(232, 184, 75, .08); }
.q-opt-ic { width: 46px; height: 46px; border-radius: 13px; background: rgba(232, 184, 75, .1); display: flex; align-items: center; justify-content: center; font-size: 23px; flex-shrink: 0; }
.q-opt-txt { flex: 1; min-width: 0; }
.q-opt-txt b { display: block; font-size: 16px; font-weight: 800; line-height: 1.3; }
.q-opt-txt small { display: block; font-size: 12.5px; color: #A99BBE; font-weight: 500; margin-top: 2px; }
.q-back { margin-top: 18px; background: none; border: none; color: #9C8FB0; font-family: inherit; font-size: 14px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.result { text-align: center; }
.result-name { font-size: 25px; font-weight: 900; margin: 0 0 6px; letter-spacing: -.4px; }
.result-why { margin: 0 auto 22px; font-size: 15px; line-height: 1.8; color: #CBBFDC; font-weight: 500; max-width: 420px; }
.result-card { display: flex; gap: 14px; align-items: center; justify-content: center; background: rgba(232, 184, 75, .09); border: 1px solid rgba(232, 184, 75, .28); border-radius: 18px; padding: 18px; margin-bottom: 22px; }
.result-thumb { width: 78px; height: 78px; border-radius: 13px; border: 1px solid rgba(232, 184, 75, .3); flex-shrink: 0; object-fit: cover; }
.result-price { font-size: 22px; font-weight: 900; color: #F4D58D; }
.result-again { background: none; border: none; color: #9C8FB0; font-family: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }

/* FEATURES */
.feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feat { background: linear-gradient(180deg, rgba(45, 32, 64, .6), rgba(30, 21, 44, .6)); border: 1px solid rgba(232, 184, 75, .18); border-radius: 20px; padding: 26px 22px; }
.feat-ic { width: 52px; height: 52px; border-radius: 15px; background: rgba(232, 184, 75, .14); display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 16px; }
.feat h3 { font-size: 18px; font-weight: 900; margin: 0 0 8px; letter-spacing: -.3px; }
.feat-text { font-size: 14.5px; line-height: 1.75; color: #B7AAC9; font-weight: 500; }

/* GALLERY */
.gal-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 20px; }
.gal-scroll { display: flex; gap: 14px; overflow-x: auto; scrollbar-width: none; padding-bottom: 6px; scroll-snap-type: x mandatory; }
.gal-item { flex: none; width: 260px; aspect-ratio: 4 / 5; border-radius: 18px; overflow: hidden; border: 1px solid rgba(232, 184, 75, .2); scroll-snap-align: start; background: #241A33; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* SIZES */
.sizes { max-width: 720px; margin: 0 auto; padding: 0 20px; }
.size-list { display: flex; flex-direction: column; gap: 12px; }
.size-row { display: flex; align-items: center; gap: 16px; background: linear-gradient(180deg, rgba(45, 32, 64, .6), rgba(30, 21, 44, .6)); border: 1px solid rgba(232, 184, 75, .18); border-radius: 18px; padding: 18px 20px; position: relative; }
.size-row.feat-row { border: 1.5px solid rgba(232, 184, 75, .55); }
.size-tag { position: absolute; top: -10px; right: 18px; background: linear-gradient(90deg, #E8B84B, #F4D58D); color: #16101F; font-size: 11.5px; font-weight: 900; padding: 3px 12px; border-radius: 20px; }
.size-badge { width: 50px; height: 50px; border-radius: 14px; background: rgba(232, 184, 75, .14); color: #F4D58D; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 900; flex-shrink: 0; }
.size-row .info { flex: 1; min-width: 0; }
.size-row .info b { font-size: 16px; font-weight: 800; }
.size-row .info small { font-size: 13px; color: #A99BBE; font-weight: 500; display: block; margin-top: 2px; }
.size-price { font-size: 18px; font-weight: 900; color: #F4D58D; white-space: nowrap; text-align: left; flex-shrink: 0; }
.note { text-align: center; margin: 18px 0 0; font-size: 13.5px; color: #9C8FB0; font-weight: 500; }

/* STEPS */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { text-align: center; padding: 22px 18px; }
.step-n { width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 50%; background: rgba(232, 184, 75, .14); border: 1px solid rgba(232, 184, 75, .3); color: #F4D58D; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 900; }
.step h3 { font-size: 16.5px; font-weight: 800; margin: 0 0 7px; }
.step p { margin: 0; font-size: 14px; line-height: 1.7; color: #B7AAC9; font-weight: 500; }

/* FINAL CTA */
.final { max-width: 820px; margin: 0 auto; padding: 0 20px; }
.final-card { position: relative; overflow: hidden; background: linear-gradient(150deg, #2E2040, #1C1330); border: 1px solid rgba(232, 184, 75, .3); border-radius: 28px; padding: 54px 40px; text-align: center; }
.final-glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(232, 184, 75, .22), transparent 60%); pointer-events: none; }
.final h2 { font-size: 34px; font-weight: 900; margin: 0 0 12px; line-height: 1.25; letter-spacing: -.5px; }
.final-text { margin: 0 auto 26px; font-size: 16px; line-height: 1.8; color: #CBBFDC; font-weight: 500; max-width: 440px; }
.final .trust { margin-top: 18px; font-size: 13px; color: #9C8FB0; font-weight: 600; }

/* STICKY WHATSAPP BAR — hidden until scrolled past the hero CTA, then slides up */
.sticky-wa { position: fixed; bottom: 0; left: 0; right: 0; z-index: 80; display: flex; justify-content: center; padding: 11px 16px calc(11px + env(safe-area-inset-bottom)); background: rgba(22, 16, 31, .92); backdrop-filter: blur(12px); border-top: 1px solid rgba(232, 184, 75, .2); transform: translateY(100%); transition: transform .18s ease; pointer-events: none; }
.sticky-wa.is-visible { transform: translateY(0); pointer-events: auto; }
.sticky-wa a { height: 52px; width: 100%; max-width: 420px; font-size: 16.5px; }

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-txt { order: 2; }
  .hero-img-wrap { order: 1; }
  .hero-h1 { font-size: 34px; }
  .hero-lead { font-size: 16px; }
  .hero-img { width: 300px; }
  .quiz-card { padding: 24px 20px; }
  .q-title { font-size: 21px; }
  .sec-title { font-size: 25px; }
  .feat-grid { grid-template-columns: 1fr; }
  .gal-item { width: 210px; }
  .steps-grid { grid-template-columns: 1fr; }
  .final-card { padding: 40px 24px 44px; }
  .final h2 { font-size: 27px; }
  .sd-page { padding-bottom: 80px; }
}
