/* ============================================================
   Oryx Spa — Landing page template (near-me / intent pages)
   ============================================================ */
:root {
  --plum-900: #140a1a;
  --plum-800: #1d0f26;
  --plum-700: #2a1636;
  --plum-500: #5B2D8E;
  --gold: #C9A96E;
  --gold-soft: #E8D5A3;
  --gold-deep: #A8863A;
  --cream: #FAF6EF;
  --ink: #221a2b;
  --muted: #6b6474;
  --line-dark: rgba(232,213,163,0.18);
  --line-light: rgba(91,45,142,0.12);
  --wa: #1faa55;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --arabic: 'Tajawal', 'Segoe UI', Tahoma, sans-serif;
  --radius: 14px;
  --shadow: 0 18px 50px rgba(20,10,26,0.14);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--cream); line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
[dir="rtl"] body, body[dir="rtl"] { font-family: var(--arabic); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, 100% - 2.5rem); margin: 0 auto; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.1; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [lang="ar"] h1, [lang="ar"] h2, [lang="ar"] h3 { font-family: var(--arabic); font-weight: 700; line-height: 1.35; }
.ar { font-family: var(--arabic); direction: rtl; text-align: right; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; padding: 0.95rem 1.6rem; border-radius: 999px; font-weight: 700; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; border: 1.5px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; white-space: nowrap; cursor: pointer; }
[dir="rtl"] .btn { letter-spacing: 0; font-size: 0.95rem; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, var(--gold-soft), var(--gold)); color: var(--plum-900); box-shadow: 0 10px 30px rgba(201,169,110,0.35); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 10px 30px rgba(31,170,85,0.3); }
.btn-ghost { border-color: rgba(255,255,255,0.45); color: #fff; background: rgba(255,255,255,0.06); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(255,255,255,0.14); }
.btn-plum { background: var(--plum-500); color: #fff; }
.btn-outline { border-color: var(--plum-500); color: var(--plum-500); }
.btn-outline:hover { background: var(--plum-500); color: #fff; }

/* ── Header ── */
.lp-header { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background .3s ease, box-shadow .3s ease; }
.lp-header.scrolled { background: rgba(20,10,26,0.94); backdrop-filter: blur(10px); box-shadow: 0 6px 24px rgba(0,0,0,0.25); }
.lp-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 1rem; }
.lp-logo { font-family: var(--serif); font-size: 1.7rem; font-weight: 700; letter-spacing: 0.12em; color: #fff; direction: ltr; }
.lp-logo span { color: var(--gold); }
.lp-header-actions { display: flex; align-items: center; gap: 0.6rem; }
.lp-phone { color: #fff; font-weight: 600; font-size: 0.92rem; display: inline-flex; align-items: center; gap: 0.5rem; margin-inline-end: 0.5rem; direction: ltr; }
.lp-phone i { color: var(--gold); }
.lp-lang { color: var(--gold-soft); font-size: 0.85rem; font-weight: 600; padding: 0.5rem 0.8rem; border: 1px solid var(--line-dark); border-radius: 999px; }
.lp-header .btn { padding: 0.7rem 1.2rem; font-size: 0.75rem; }
.lp-phone { display: none; }

/* ── Hero ── */
.lp-hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; color: #fff; padding: 120px 0 90px; overflow: hidden; background: var(--plum-900); }
.lp-hero-bg { position: absolute; inset: 0; }
.lp-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.lp-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,10,26,0.94) 0%, rgba(20,10,26,0.78) 42%, rgba(20,10,26,0.25) 100%); }
[dir="rtl"] .lp-hero::after { background: linear-gradient(270deg, rgba(20,10,26,0.94) 0%, rgba(20,10,26,0.78) 42%, rgba(20,10,26,0.25) 100%); }
.lp-hero .wrap { position: relative; z-index: 2; }
.lp-hero-content { max-width: 680px; }
.lp-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 1.25rem; }
[dir="rtl"] .lp-eyebrow { letter-spacing: 0; font-size: 0.95rem; }
.lp-eyebrow::before { content: ""; width: 32px; height: 1px; background: var(--gold); }
.lp-hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); margin-bottom: 1.25rem; }
.lp-hero h1 em { font-style: italic; color: var(--gold-soft); }
[dir="rtl"] .lp-hero h1 em { font-style: normal; }
.lp-lead { font-size: 1.08rem; color: rgba(255,255,255,0.84); max-width: 560px; margin-bottom: 1.75rem; }
.lp-offer { display: inline-flex; align-items: center; gap: 0.9rem; background: rgba(201,169,110,0.14); border: 1px solid rgba(201,169,110,0.5); border-radius: 12px; padding: 0.8rem 1.1rem; margin-bottom: 1.75rem; }
.lp-offer b { font-family: var(--serif); font-size: 1.9rem; color: var(--gold-soft); line-height: 1; }
[dir="rtl"] .lp-offer b { font-family: var(--arabic); }
.lp-offer span { font-size: 0.88rem; color: rgba(255,255,255,0.85); line-height: 1.4; }
.lp-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.lp-facts { display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; margin-top: 2rem; padding: 0; list-style: none; color: rgba(255,255,255,0.8); font-size: 0.88rem; }
.lp-facts li { display: inline-flex; align-items: center; gap: 0.5rem; }
.lp-facts i { color: var(--gold); }
.lp-facts a { text-decoration: underline; text-underline-offset: 3px; }

/* ── Trust strip ── */
.lp-trust { background: var(--plum-800); color: #fff; border-top: 1px solid var(--line-dark); }
.lp-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.lp-trust-item { padding: 1.6rem 1rem; text-align: center; border-inline-end: 1px solid var(--line-dark); }
.lp-trust-item:last-child { border-inline-end: 0; }
.lp-trust-item i { color: var(--gold); font-size: 1.2rem; margin-bottom: 0.5rem; }
.lp-trust-item b { display: block; font-family: var(--serif); font-size: 1.3rem; color: var(--gold-soft); }
[dir="rtl"] .lp-trust-item b { font-family: var(--arabic); font-size: 1.1rem; }
.lp-trust-item span { font-size: 0.78rem; color: rgba(255,255,255,0.65); letter-spacing: 0.04em; }

/* ── Sections ── */
.lp-section { padding: 96px 0; }
.lp-dark { background: var(--plum-900); color: #fff; }
.lp-white { background: #fff; }
.lp-head { text-align: center; max-width: 720px; margin: 0 auto 3rem; }
.lp-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 0.9rem; }
[dir="rtl"] .lp-tag { letter-spacing: 0; font-size: 0.95rem; }
.lp-dark .lp-tag { color: var(--gold); }
.lp-head h2, .lp-split h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; }
.lp-dark h2 { color: #fff; }
.lp-head p { color: var(--muted); }
.lp-dark .lp-head p, .lp-dark p { color: rgba(255,255,255,0.75); }
.lp-divider { width: 56px; height: 2px; background: var(--gold); margin: 0 auto 1.25rem; }
.lp-split .lp-divider { margin: 0 0 1.25rem; }

/* Offer cards */
.lp-offers { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 1.25rem; }
.lp-offer-card { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 340px; display: flex; align-items: flex-end; color: #fff; box-shadow: var(--shadow); }
.lp-offer-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.lp-offer-card:hover img { transform: scale(1.05); }
.lp-offer-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,10,26,0.95) 10%, rgba(20,10,26,0.2) 70%); }
.lp-offer-body { position: relative; z-index: 2; padding: 1.6rem; }
.lp-pill { display: inline-block; background: var(--gold); color: var(--plum-900); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.3rem 0.75rem; border-radius: 999px; margin-bottom: 0.75rem; }
[dir="rtl"] .lp-pill { letter-spacing: 0; font-size: 0.85rem; }
.lp-offer-body h3 { font-size: 1.8rem; margin-bottom: 0.4rem; }
.lp-offer-body p { font-size: 0.9rem; color: rgba(255,255,255,0.8); margin-bottom: 0.9rem; }
.lp-offer-body .lp-link { color: var(--gold-soft); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; }
.lp-offer-card.featured .lp-offer-body h3 { font-size: 2.4rem; }

/* Service cards */
.lp-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.lp-service { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .3s ease; }
.lp-service:hover { transform: translateY(-4px); }
.lp-service-img { aspect-ratio: 3 / 2; overflow: hidden; }
.lp-service-img img { width: 100%; height: 100%; object-fit: cover; }
.lp-service-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.lp-service-body h3 { font-size: 1.6rem; color: var(--plum-500); }
.lp-service-body p { font-size: 0.9rem; color: var(--muted); flex: 1; }
.lp-service-actions { display: flex; gap: 1rem; align-items: center; margin-top: 0.6rem; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
[dir="rtl"] .lp-service-actions { letter-spacing: 0; font-size: 0.95rem; }
.lp-service-actions .book { color: var(--wa); display: inline-flex; align-items: center; gap: 0.35rem; }
.lp-service-actions .more { color: var(--plum-500); }

/* Split content */
.lp-split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 4rem; align-items: center; }
.lp-split.reverse > :first-child { order: 2; }
.lp-split p { color: var(--muted); margin-bottom: 1rem; }
.lp-dark .lp-split p { color: rgba(255,255,255,0.75); }
.lp-split h3 { font-size: 1.5rem; color: var(--plum-500); margin: 1.5rem 0 0.5rem; }
.lp-dark .lp-split h3 { color: var(--gold-soft); }
.lp-split a:not(.btn) { color: var(--plum-500); text-decoration: underline; text-underline-offset: 3px; }
.lp-dark .lp-split a:not(.btn) { color: var(--gold-soft); }
.lp-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.lp-photos img { width: 100%; height: 400px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.lp-photos img:nth-child(2) { margin-top: 3rem; }
.lp-checks { list-style: none; display: grid; gap: 0.75rem; margin: 1.5rem 0; }
.lp-checks li { display: flex; gap: 0.75rem; align-items: flex-start; }
.lp-checks i { color: var(--gold-deep); margin-top: 0.3rem; }
.lp-dark .lp-checks i { color: var(--gold); }

/* Steps */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; counter-reset: step; }
.lp-step { background: #fff; border-radius: var(--radius); padding: 2rem 1.75rem; box-shadow: var(--shadow); position: relative; }
.lp-step-num { width: 44px; height: 44px; border-radius: 50%; background: var(--plum-500); color: #fff; display: grid; place-items: center; font-family: var(--serif); font-size: 1.4rem; font-weight: 700; margin-bottom: 1rem; }
.lp-step h3 { font-size: 1.4rem; margin-bottom: 0.4rem; color: var(--ink); }
.lp-step p { color: var(--muted); font-size: 0.92rem; }

/* Gallery */
.lp-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 220px 220px; gap: 1rem; }
.lp-gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.lp-gallery img:first-child { grid-row: span 2; }

/* Location */
.lp-location { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2rem; align-items: stretch; }
.lp-loc-card { background: var(--plum-800); color: #fff; border-radius: var(--radius); padding: 2.25rem; border: 1px solid var(--line-dark); }
.lp-loc-card h2 { font-size: 2.2rem; margin-bottom: 1.25rem; }
.lp-loc-row { padding: 0.9rem 0; border-bottom: 1px solid var(--line-dark); }
.lp-loc-row:last-of-type { border-bottom: 0; }
.lp-loc-row span { display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
[dir="rtl"] .lp-loc-row span { letter-spacing: 0; font-size: 0.9rem; }
.lp-loc-row b { font-weight: 500; font-size: 1rem; }
.lp-loc-card .lp-ctas { margin-top: 1.5rem; }
.lp-map { border-radius: var(--radius); overflow: hidden; min-height: 420px; box-shadow: var(--shadow); }
.lp-map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

/* FAQ */
.lp-faq { max-width: 820px; margin: 0 auto; display: grid; gap: 0.8rem; }
.lp-faq details { background: #fff; border-radius: 12px; box-shadow: 0 6px 20px rgba(20,10,26,0.06); border: 1px solid var(--line-light); }
.lp-faq summary { list-style: none; cursor: pointer; padding: 1.15rem 3.25rem 1.15rem 1.4rem; font-weight: 600; position: relative; }
[dir="rtl"] .lp-faq summary { padding: 1.15rem 1.4rem 1.15rem 3.25rem; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; position: absolute; inset-inline-end: 1.3rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--gold-deep); font-weight: 400; }
.lp-faq details[open] summary::after { content: "–"; }
.lp-faq details p { padding: 0 1.4rem 1.25rem; color: var(--muted); font-size: 0.94rem; }

/* Arabic band */
.lp-ar { background: var(--plum-800); color: #fff; }
.lp-ar-inner { max-width: 860px; margin: 0 auto; }
.lp-ar h2 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); margin-bottom: 1rem; color: #fff; }
.lp-ar p { color: rgba(255,255,255,0.8); font-size: 1.05rem; line-height: 1.95; margin-bottom: 0.8rem; }
.lp-ar .lp-ctas { margin-top: 1.25rem; }

/* Final CTA */
.lp-final { position: relative; padding: 120px 0; text-align: center; color: #fff; overflow: hidden; }
.lp-final img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lp-final::after { content: ""; position: absolute; inset: 0; background: rgba(20,10,26,0.82); }
.lp-final .wrap { position: relative; z-index: 2; }
.lp-final h2 { font-size: clamp(2.3rem, 5vw, 3.8rem); margin-bottom: 1rem; }
.lp-final p { color: rgba(255,255,255,0.8); max-width: 560px; margin: 0 auto 1.25rem; }
.lp-big-phone { display: inline-block; font-family: var(--serif); font-size: clamp(2rem, 4.5vw, 3.2rem); color: var(--gold-soft); font-weight: 700; margin-bottom: 1.5rem; direction: ltr; }
.lp-final .lp-ctas { justify-content: center; }

/* Footer */
.lp-footer { background: var(--plum-900); color: rgba(255,255,255,0.6); padding: 3rem 0 2rem; font-size: 0.88rem; }
.lp-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line-dark); }
.lp-footer h4 { color: var(--gold-soft); font-family: var(--sans); font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 0.9rem; }
[dir="rtl"] .lp-footer h4 { letter-spacing: 0; font-size: 0.95rem; }
.lp-footer ul { list-style: none; display: grid; gap: 0.45rem; }
.lp-footer a:hover { color: var(--gold-soft); }
.lp-footer-bottom { padding-top: 1.5rem; text-align: center; font-size: 0.8rem; }

/* Sticky mobile bar */
.lp-sticky { display: none; }

/* ── Responsive ── */
@media (max-width: 980px) {
  .lp-offers { grid-template-columns: 1fr 1fr; }
  .lp-offer-card.featured { grid-column: 1 / -1; }
  .lp-services { grid-template-columns: 1fr 1fr; }
  .lp-split, .lp-location { grid-template-columns: 1fr; gap: 2.5rem; }
  .lp-split.reverse > :first-child { order: 0; }
  .lp-steps { grid-template-columns: 1fr; }
  .lp-phone { display: none; }
}
@media (max-width: 720px) {
  .lp-header .wrap { height: 64px; }
  .lp-logo { font-size: 1.35rem; }
  .lp-header .btn-wa { display: none; }
  .lp-hero { min-height: auto; padding: 104px 0 64px; }
  .lp-hero::after, [dir="rtl"] .lp-hero::after { background: linear-gradient(180deg, rgba(20,10,26,0.72) 0%, rgba(20,10,26,0.9) 55%, rgba(20,10,26,0.97) 100%); }
  .lp-hero h1 { font-size: 2.5rem; }
  [dir="rtl"] .lp-hero h1 { font-size: 2.1rem; }
  .lp-lead { font-size: 1rem; }
  .lp-ctas .btn { flex: 1 1 100%; }
  .lp-facts { flex-direction: column; gap: 0.5rem; }
  .lp-trust-grid { grid-template-columns: 1fr 1fr; }
  .lp-trust-item:nth-child(2) { border-inline-end: 0; }
  .lp-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .lp-section { padding: 64px 0; }
  .lp-offers, .lp-services { grid-template-columns: 1fr; }
  .lp-offer-card { min-height: 280px; }
  .lp-photos img { height: 260px; }
  .lp-photos img:nth-child(2) { margin-top: 1.5rem; }
  .lp-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 140px 140px; }
  .lp-gallery img:first-child { grid-column: 1 / -1; grid-row: auto; }
  .lp-loc-card { padding: 1.75rem; }
  .lp-map, .lp-map iframe { min-height: 300px; }
  .lp-footer-grid { grid-template-columns: 1fr; }
  .lp-sticky { display: grid; grid-template-columns: repeat(3, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; box-shadow: 0 -6px 24px rgba(0,0,0,0.25); padding-bottom: env(safe-area-inset-bottom); background: var(--plum-900); }
  .lp-sticky a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.2rem; min-height: 60px; font-size: 0.75rem; font-weight: 700; color: #fff; }
  .lp-sticky a i { font-size: 1.15rem; }
  .lp-sticky .s-call { background: var(--gold); color: var(--plum-900); }
  .lp-sticky .s-wa { background: var(--wa); }
  body { padding-bottom: 60px; }
}
.lp-logo { white-space: nowrap; }
@media (max-width: 720px) {
  .lp-header-actions { gap: 0.4rem; }
  .lp-lang { padding: 0.4rem 0.65rem; font-size: 0.8rem; }
  .lp-header .btn-gold { padding: 0.6rem 0.9rem; font-size: 0.7rem; letter-spacing: 0.04em; }
}
@media (max-width: 380px) {
  .lp-logo { font-size: 1.15rem; letter-spacing: 0.08em; }
}

/* ============================================================
   Site-wide components (all pages share this one stylesheet)
   ============================================================ */

/* ── Navigation ── */
.lp-nav { display: flex; align-items: center; gap: 0.25rem; list-style: none; }
.lp-nav > li { position: relative; }
.lp-nav > li > a { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.6rem 0.75rem; color: rgba(255,255,255,0.88); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; border-radius: 8px; transition: color .2s ease; }
[dir="rtl"] .lp-nav > li > a { letter-spacing: 0; font-size: 0.95rem; }
.lp-nav > li > a:hover, .lp-nav > li > a[aria-current="page"] { color: var(--gold-soft); }
.lp-nav > li > a[aria-current="page"]::after { content: ""; position: absolute; left: 0.75rem; right: 0.75rem; bottom: 0.2rem; height: 1px; background: var(--gold); }
.lp-nav .fa-chevron-down { font-size: 0.6rem; }
.lp-dropdown { position: absolute; top: 100%; inset-inline-start: 0; min-width: 240px; background: var(--plum-800); border: 1px solid var(--line-dark); border-radius: 12px; padding: 0.5rem; list-style: none; box-shadow: 0 20px 50px rgba(0,0,0,0.35); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .2s ease; }
.lp-nav > li:hover .lp-dropdown, .lp-nav > li:focus-within .lp-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.lp-dropdown a { display: block; padding: 0.6rem 0.9rem; color: rgba(255,255,255,0.85); font-size: 0.9rem; border-radius: 8px; }
.lp-dropdown a:hover, .lp-dropdown a[aria-current="page"] { background: rgba(201,169,110,0.12); color: var(--gold-soft); }
.lp-burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line-dark); background: transparent; border-radius: 10px; color: #fff; font-size: 1.1rem; cursor: pointer; }
.lp-mobile-menu { display: none; }

@media (max-width: 1200px) {
  .lp-nav, .lp-header .btn-wa, .lp-header .lp-lang { display: none; }
  .lp-burger { display: inline-grid; place-items: center; }
  .lp-mobile-menu { display: block; position: fixed; inset: 76px 0 0 0; background: var(--plum-900); padding: 1.5rem 1.25rem 6rem; overflow-y: auto; transform: translateX(100%); transition: transform .3s ease; z-index: 49; }
  [dir="rtl"] .lp-mobile-menu { transform: translateX(-100%); }
  .nav-open .lp-mobile-menu { transform: translateX(0); }
  .lp-mobile-menu a { display: block; padding: 0.85rem 0.25rem; color: #fff; font-size: 1.05rem; border-bottom: 1px solid var(--line-dark); }
  .lp-mobile-menu a.sub { padding-inline-start: 1.25rem; font-size: 0.95rem; color: rgba(255,255,255,0.75); }
  .lp-mobile-menu a[aria-current="page"] { color: var(--gold-soft); }
  .lp-mobile-menu .lp-ctas { margin-top: 1.5rem; }
  .lp-mobile-menu .lp-ctas a { border-bottom: 0; }
  .nav-open .lp-header { background: var(--plum-900); }
  body.nav-open { overflow: hidden; }
}

/* ── Page hero (inner pages) ── */
.lp-hero.lp-hero--page { min-height: 78vh; min-height: 78svh; }
.lp-breadcrumb { display: flex; flex-wrap: wrap; gap: 0.5rem; font-size: 0.8rem; color: rgba(255,255,255,0.65); margin-bottom: 1.1rem; list-style: none; }
.lp-breadcrumb a { color: var(--gold-soft); }
.lp-breadcrumb li + li::before { content: "/"; margin-inline-end: 0.5rem; color: rgba(255,255,255,0.35); }

/* ── Stats strip (service pages) ── */
.lp-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--plum-800); color: #fff; }
.lp-stat { padding: 1.5rem 1rem; text-align: center; border-inline-end: 1px solid var(--line-dark); }
.lp-stat:last-child { border-inline-end: 0; }
.lp-stat b { display: block; font-family: var(--serif); font-size: 1.8rem; color: var(--gold-soft); line-height: 1.1; }
.lp-stat span { font-size: 0.78rem; color: rgba(255,255,255,0.65); letter-spacing: 0.05em; }

/* ── Service detail with sidebar ── */
.lp-detail { display: grid; grid-template-columns: 1.45fr 1fr; gap: 3.5rem; align-items: start; }
.lp-detail h2 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 1rem; }
.lp-detail p { color: var(--muted); margin-bottom: 1rem; }
.lp-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 2rem; border-top: 3px solid var(--gold); position: sticky; top: 96px; }
.lp-card h3 { font-size: 1.6rem; margin-bottom: 1rem; color: var(--plum-500); }
.lp-price-row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.75rem 0; border-bottom: 1px solid var(--line-light); font-size: 0.92rem; }
.lp-price-row span:last-child { color: var(--plum-500); font-weight: 600; }
.lp-card .lp-checks { margin: 1.25rem 0; font-size: 0.92rem; }
.lp-card .btn { width: 100%; margin-top: 0.6rem; }
.lp-card-note { font-size: 0.8rem; color: var(--muted); margin-top: 0.9rem; text-align: center; }

/* ── Feature / benefit grid ── */
.lp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.lp-feature { background: #fff; border-radius: var(--radius); padding: 1.75rem; box-shadow: 0 8px 30px rgba(20,10,26,0.06); border: 1px solid var(--line-light); }
.lp-dark .lp-feature { background: rgba(255,255,255,0.04); border-color: var(--line-dark); box-shadow: none; }
.lp-feature i { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(201,169,110,0.15); color: var(--gold-deep); margin-bottom: 1rem; font-size: 1.05rem; }
.lp-dark .lp-feature i { color: var(--gold); }
.lp-feature h3 { font-size: 1.4rem; margin-bottom: 0.4rem; }
.lp-dark .lp-feature h3 { color: var(--gold-soft); }
.lp-feature p { color: var(--muted); font-size: 0.92rem; }
.lp-dark .lp-feature p { color: rgba(255,255,255,0.72); }

/* ── Process timeline ── */
.lp-process { max-width: 820px; margin: 0 auto; display: grid; gap: 1rem; }
.lp-process-item { display: grid; grid-template-columns: 56px 1fr; gap: 1.25rem; align-items: start; background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 1.4rem 1.5rem; }
.lp-process-item .lp-step-num { background: var(--gold); color: var(--plum-900); margin: 0; }
.lp-process-item h3 { font-size: 1.4rem; color: var(--gold-soft); margin-bottom: 0.25rem; }
.lp-process-item p { color: rgba(255,255,255,0.72); font-size: 0.93rem; }

/* ── Link pills ── */
.lp-pills { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.25rem; }
.lp-head .lp-pills { justify-content: center; }
.lp-pills a { padding: 0.55rem 1.05rem; border-radius: 999px; border: 1px solid rgba(91,45,142,0.25); color: var(--plum-500); font-size: 0.85rem; font-weight: 600; transition: all .2s ease; }
.lp-pills a:hover { background: var(--plum-500); color: #fff; }
.lp-dark .lp-pills a, .lp-ar .lp-pills a { border-color: var(--line-dark); color: var(--gold-soft); }
.lp-dark .lp-pills a:hover, .lp-ar .lp-pills a:hover { background: rgba(201,169,110,0.15); }

/* ── Related services ── */
.lp-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.lp-related a { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; display: block; box-shadow: var(--shadow); }
.lp-related img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.lp-related a:hover img { transform: scale(1.05); }
.lp-related span { position: absolute; inset: auto 0 0 0; padding: 1.25rem; font-family: var(--serif); font-size: 1.5rem; color: #fff; background: linear-gradient(0deg, rgba(20,10,26,0.9), transparent); }

/* ── Offer detail (offers page) ── */
.lp-offer-list { display: grid; gap: 1.5rem; }
.lp-offer-row { display: grid; grid-template-columns: 0.9fr 1.1fr; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.lp-offer-row > img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.lp-offer-row-body { padding: 2.25rem; }
.lp-offer-row-body h3 { font-size: 2rem; color: var(--plum-500); margin: 0.25rem 0 0.75rem; }
.lp-offer-row-body p { color: var(--muted); margin-bottom: 1rem; }
.lp-offer-row-body .lp-checks { margin: 0 0 1.25rem; font-size: 0.93rem; }
.lp-terms { font-size: 0.8rem !important; margin-top: 0.9rem; margin-bottom: 0 !important; }
.lp-offer-row.featured { border: 2px solid var(--gold); }

/* ── Contact ── */
.lp-contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: 2.5rem; align-items: start; }
.lp-contact-list { display: grid; gap: 1rem; }
.lp-contact-item { display: grid; grid-template-columns: 50px 1fr; gap: 1rem; align-items: center; background: #fff; border-radius: var(--radius); padding: 1.1rem 1.25rem; box-shadow: 0 8px 30px rgba(20,10,26,0.06); border: 1px solid var(--line-light); }
.lp-contact-item i { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--plum-500); color: var(--gold-soft); font-size: 1.1rem; }
.lp-contact-item span { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-deep); }
.lp-contact-item b, .lp-contact-item a { font-weight: 500; color: var(--ink); }
.lp-contact-item a.lp-inline { color: var(--plum-500); text-decoration: underline; text-underline-offset: 3px; font-size: 0.9rem; }
.lp-form { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 2.25rem; border-top: 3px solid var(--gold); }
.lp-form h2 { font-size: 2rem; margin-bottom: 0.4rem; }
.lp-form > p { color: var(--muted); font-size: 0.9rem; margin-bottom: 1.5rem; }
.lp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.lp-field { display: grid; gap: 0.35rem; margin-bottom: 1rem; }
.lp-field label { font-size: 0.8rem; font-weight: 600; color: var(--ink); }
.lp-field input, .lp-field select, .lp-field textarea { font: inherit; font-size: 0.95rem; padding: 0.8rem 0.95rem; border: 1px solid #ddd6e4; border-radius: 10px; background: #fcfbfd; color: var(--ink); }
.lp-field input:focus, .lp-field select:focus, .lp-field textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--gold); }
.lp-field textarea { min-height: 110px; resize: vertical; }
.lp-form .btn { width: 100%; }

/* ── Reviews link ── */
.lp-reviews { max-width: 680px; margin: 0 auto; text-align: center; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 2.5rem 2rem; }
.lp-reviews p { color: var(--muted); margin-bottom: 1.5rem; }
.lp-reviews i.fa-google { color: var(--gold); }

@media (max-width: 980px) {
  .lp-detail, .lp-contact { grid-template-columns: 1fr; gap: 2.5rem; }
  .lp-card { position: static; }
  .lp-features, .lp-related { grid-template-columns: 1fr 1fr; }
  .lp-offer-row { grid-template-columns: 1fr; }
  .lp-offer-row > img { min-height: 220px; max-height: 280px; }
}
@media (max-width: 720px) {
  .lp-hero.lp-hero--page { min-height: auto; }
  .lp-stats { grid-template-columns: 1fr 1fr; }
  .lp-stat:nth-child(2) { border-inline-end: 0; }
  .lp-stat:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .lp-features, .lp-related { grid-template-columns: 1fr; }
  .lp-form-row { grid-template-columns: 1fr; }
  .lp-form, .lp-card, .lp-offer-row-body { padding: 1.6rem; }
  .lp-process-item { grid-template-columns: 44px 1fr; padding: 1.2rem; }
}

@media (max-width: 720px) {
  .lp-mobile-menu { inset: 64px 0 0 0; }
}
.lp-logo { white-space: nowrap; }
@media (max-width: 720px) {
  .lp-header-actions { gap: 0.4rem; }
  .lp-header .btn-gold { padding: 0.6rem 0.9rem; font-size: 0.7rem; letter-spacing: 0.04em; }
}
@media (max-width: 380px) {
  .lp-logo { font-size: 1.15rem; letter-spacing: 0.08em; }
  .lp-header .btn-gold { display: none; }
}

/* ============================================================
   Polish pass
   ============================================================ */
/* Hero: softer blend into the next section, calmer type */
.lp-hero::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 140px; z-index: 1; background: linear-gradient(0deg, rgba(20,10,26,0.85), transparent); pointer-events: none; }
.lp-hero.lp-hero--page h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
.lp-lead { line-height: 1.8; }
.lp-head p { max-width: 620px; margin-left: auto; margin-right: auto; }
.lp-split p { max-width: 580px; }
.lp-service-img img { transition: transform .6s ease; }
.lp-service:hover .lp-service-img img { transform: scale(1.05); }
.lp-service-body h3 { font-size: 1.7rem; }

/* Reviews band */
.lp-reviews-band { display: grid; grid-template-columns: 1.3fr 1fr; gap: 2.5rem; align-items: center; background: linear-gradient(135deg, var(--plum-800), var(--plum-700)); color: #fff; border: 1px solid var(--line-dark); border-radius: 20px; padding: 3rem; position: relative; overflow: hidden; }
.lp-reviews-band::after { content: "\201C"; position: absolute; right: 2rem; top: -1.5rem; font-family: var(--serif); font-size: 14rem; line-height: 1; color: rgba(201,169,110,0.12); pointer-events: none; }
.lp-reviews-band h2 { font-size: clamp(2rem, 4vw, 2.8rem); color: #fff; margin-bottom: 0.75rem; }
.lp-reviews-band p { color: rgba(255,255,255,0.75); }
.lp-reviews-actions { display: grid; gap: 0.75rem; position: relative; z-index: 1; }

/* Footer */
.lp-footer { padding-top: 4rem; }
.lp-footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1.3fr; gap: 2.5rem; }
.lp-footer-brand p { margin: 1rem 0 1.25rem; max-width: 300px; line-height: 1.7; }
.lp-social { display: flex; gap: 0.6rem; }
.lp-social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-dark); color: var(--gold-soft); transition: all .2s ease; }
.lp-social a:hover { background: var(--gold); color: var(--plum-900); border-color: var(--gold); }
.lp-footer-contact li { display: grid; grid-template-columns: 18px 1fr; gap: 0.6rem; align-items: start; }
.lp-footer-contact i { color: var(--gold); margin-top: 0.3rem; font-size: 0.85rem; }

/* Scroll reveal (only when JS adds .reveal; respects reduced motion) */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

@media (max-width: 980px) {
  .lp-footer-grid { grid-template-columns: 1fr 1fr; }
  .lp-reviews-band { grid-template-columns: 1fr; padding: 2.25rem; }
}
@media (max-width: 720px) {
  /* Compact hero CTAs: Call + WhatsApp side by side, Directions full width */
  .lp-hero .lp-ctas { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
  .lp-hero .lp-ctas .btn { padding: 0.9rem 0.6rem; font-size: 0.74rem; }
  .lp-hero .lp-ctas .btn-ghost { grid-column: 1 / -1; }
  .lp-offer { padding: 0.65rem 0.9rem; margin-bottom: 1.25rem; }
  .lp-offer b { font-size: 1.5rem; }
  .lp-lead { margin-bottom: 1.25rem; }
  .lp-facts { margin-top: 1.25rem; }
  .lp-footer-grid { grid-template-columns: 1fr; }
  .lp-reviews-band { padding: 1.75rem; }
  .lp-reviews-band::after { font-size: 9rem; }
}

/* ============================================================
   Conversion components
   ============================================================ */
/* Quick booking bar (overlaps the hero) */
.lp-booker-wrap { position: relative; z-index: 5; margin-top: -64px; padding-bottom: 1rem; }
.lp-booker { background: #fff; border-radius: 18px; box-shadow: 0 24px 60px rgba(20,10,26,0.22); padding: 1.5rem 1.75rem 1.1rem; border-top: 3px solid var(--gold); }
.lp-booker-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.4rem 1rem; margin-bottom: 1rem; }
.lp-booker-head b { font-family: var(--serif); font-size: 1.7rem; color: var(--plum-500); }
.lp-booker-head span { color: var(--muted); font-size: 0.9rem; }
.lp-booker-fields { display: grid; grid-template-columns: 1.4fr 1fr 1.3fr 0.9fr auto; gap: 0.75rem; align-items: end; }
.lp-booker-fields label { display: grid; gap: 0.3rem; }
.lp-booker-fields label span { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-deep); }
.lp-booker-fields select { font: inherit; font-size: 0.92rem; padding: 0.8rem 0.9rem; border: 1px solid #ddd6e4; border-radius: 10px; background: #fcfbfd; color: var(--ink); width: 100%; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23A8863A' stroke-width='1.6' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.9rem center; padding-right: 2.2rem; }
.lp-booker-fields select:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.lp-booker-fields .btn { height: 48px; }
.lp-booker-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem; margin-top: 1rem; padding-top: 0.9rem; border-top: 1px solid var(--line-light); font-size: 0.82rem; color: var(--muted); }
.lp-booker-trust li { display: inline-flex; align-items: center; gap: 0.45rem; }
.lp-booker-trust i { color: var(--gold-deep); }
.lp-booker-trust a { color: var(--plum-500); font-weight: 600; }

/* Live open status */
.is-open i.fa-clock { color: #3ecf78 !important; }
.lp-status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #3ecf78; box-shadow: 0 0 0 4px rgba(62,207,120,0.2); margin-inline-end: 0.15rem; }

/* Service card chips + detail page helpers */
.lp-service-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.4rem 0.75rem; }
.lp-chip { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.72rem; font-weight: 600; color: var(--plum-500); background: rgba(91,45,142,0.08); padding: 0.3rem 0.65rem; border-radius: 999px; white-space: nowrap; }
.lp-intro { font-size: 1.05rem; color: var(--ink) !important; }
.lp-mini-h { font-family: var(--sans); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-deep); margin: 1.5rem 0 0.75rem; }
.lp-checks--grid { grid-template-columns: 1fr 1fr; margin: 0 0 0.5rem; }
.lp-card .lp-pill { margin-bottom: 0.75rem; }
.lp-card-note i { color: var(--gold-deep); }

@media (max-width: 1100px) {
  .lp-booker-fields { grid-template-columns: 1fr 1fr; }
  .lp-booker-fields label:first-child { grid-column: 1 / -1; }
  .lp-booker-fields .btn { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .lp-booker-wrap { margin-top: -28px; }
  .lp-booker { padding: 1.25rem 1.1rem 1rem; border-radius: 14px; }
  .lp-booker-head b { font-size: 1.45rem; }
  .lp-booker-trust { gap: 0.45rem 1rem; font-size: 0.78rem; }
  .lp-checks--grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Treatment pages (svc-*) — booking-first layout
   ============================================================ */
.svc-hero { position: relative; overflow: hidden; background: var(--plum-900); color: #fff; padding: 130px 0 90px; }
.svc-hero-bg { position: absolute; inset: 0; }
.svc-hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: blur(28px) saturate(1.1); transform: scale(1.15); opacity: 0.35; }
.svc-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 40%, rgba(91,45,142,0.35), transparent 60%), linear-gradient(180deg, rgba(20,10,26,0.55), rgba(20,10,26,0.9)); }
.svc-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 3.5rem; align-items: center; }
.svc-hero h1 { font-size: clamp(2.5rem, 5vw, 4.1rem); margin-bottom: 1rem; }
.svc-hero h1 em { font-style: italic; color: var(--gold-soft); }
.svc-hero .lp-lead { max-width: 540px; margin-bottom: 1.25rem; }
.svc-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.75rem; }
.svc-chips li { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.45rem 0.85rem; border-radius: 999px; background: rgba(255,255,255,0.07); border: 1px solid var(--line-dark); font-size: 0.8rem; color: rgba(255,255,255,0.88); }
.svc-chips i { color: var(--gold); }
.svc-book { background: rgba(255,255,255,0.06); border: 1px solid var(--line-dark); border-radius: 18px; padding: 1.4rem; backdrop-filter: blur(8px); max-width: 560px; }
.svc-book-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 0.7rem; }
.svc-durations { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; }
.svc-durations label { cursor: pointer; }
.svc-durations input { position: absolute; opacity: 0; pointer-events: none; }
.svc-durations span { display: inline-flex; align-items: center; justify-content: center; min-width: 88px; padding: 0.7rem 1rem; border-radius: 12px; border: 1.5px solid rgba(255,255,255,0.25); font-weight: 700; font-size: 0.9rem; transition: all .2s ease; }
.svc-durations label:hover span { border-color: var(--gold); }
.svc-durations input:checked + span { background: var(--gold); border-color: var(--gold); color: var(--plum-900); box-shadow: 0 8px 24px rgba(201,169,110,0.35); }
.svc-durations input:focus-visible + span { outline: 2px solid var(--gold-soft); outline-offset: 2px; }
.svc-offer { display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem; font-size: 0.88rem; color: rgba(255,255,255,0.85); margin-bottom: 1rem; }
.svc-offer i { color: var(--gold); }
.svc-offer b { color: var(--gold-soft); }
.svc-book .lp-ctas .btn { flex: 1 1 200px; }
.svc-book-note { font-size: 0.78rem; color: rgba(255,255,255,0.6); margin-top: 0.9rem; }
.svc-hero-media { position: relative; }
.svc-hero-img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; border-radius: 22px; box-shadow: 0 30px 80px rgba(0,0,0,0.45); border: 1px solid var(--line-dark); }
.svc-included-card { position: absolute; left: -2rem; bottom: 2rem; background: #fff; color: var(--ink); border-radius: 16px; padding: 1.25rem 1.4rem; box-shadow: 0 20px 50px rgba(0,0,0,0.3); min-width: 250px; border-top: 3px solid var(--gold); }
.svc-included-card b { display: block; font-family: var(--serif); font-size: 1.35rem; color: var(--plum-500); margin-bottom: 0.5rem; }
.svc-included-card ul { list-style: none; display: grid; gap: 0.35rem; font-size: 0.88rem; }
.svc-included-card i { color: var(--gold-deep); margin-inline-end: 0.45rem; }

/* Included tiles band */
.svc-tiles-band { background: var(--plum-800); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.svc-tiles { display: grid; grid-template-columns: repeat(5, 1fr); }
.svc-tile { display: flex; align-items: center; justify-content: center; gap: 0.7rem; padding: 1.4rem 1rem; color: #fff; font-size: 0.88rem; font-weight: 600; text-align: center; border-inline-end: 1px solid var(--line-dark); }
.svc-tile:last-child { border-inline-end: 0; }
.svc-tile i { color: var(--gold); font-size: 1.15rem; }
.svc-tile--gold { background: rgba(201,169,110,0.12); color: var(--gold-soft); }

/* Benefits: compact icon rows */
.svc-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem 1.25rem; }
.svc-benefit { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; align-items: start; padding: 1.25rem; border-radius: 14px; background: var(--cream); border: 1px solid var(--line-light); transition: transform .25s ease, box-shadow .25s ease; }
.svc-benefit:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(20,10,26,0.08); }
.svc-benefit i { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--plum-500); color: var(--gold-soft); font-size: 1.15rem; }
.svc-benefit h3 { font-size: 1.35rem; margin-bottom: 0.15rem; }
.svc-benefit p { color: var(--muted); font-size: 0.9rem; }

/* Timeline */
.svc-timeline { list-style: none; display: grid; grid-template-columns: repeat(var(--steps, 4), 1fr); gap: 1.25rem; position: relative; }
.svc-timeline::before { content: ""; position: absolute; top: 27px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.svc-timeline li { position: relative; text-align: center; padding: 0 0.5rem; }
.svc-tl-num { position: relative; z-index: 1; width: 56px; height: 56px; margin: 0 auto 1.1rem; border-radius: 50%; display: grid; place-items: center; background: var(--plum-900); border: 2px solid var(--gold); color: var(--gold-soft); font-family: var(--serif); font-size: 1.5rem; font-weight: 700; }
.svc-timeline h3 { font-size: 1.35rem; color: var(--gold-soft); margin-bottom: 0.35rem; }
.svc-timeline p { color: rgba(255,255,255,0.7); font-size: 0.9rem; }

/* Offer strip */
.svc-offer-strip { background: linear-gradient(90deg, var(--gold-deep), var(--gold), var(--gold-soft)); color: var(--plum-900); }
.svc-offer-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.6rem 0; flex-wrap: wrap; }
.svc-offer-strip-text { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.4rem 1rem; }
.svc-offer-strip-text b { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.2rem); }
.svc-offer-strip-text span { font-weight: 600; }

/* Visit card */
.svc-visit { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2.5rem; align-items: center; background: #fff; border-radius: 22px; padding: 2.75rem; box-shadow: var(--shadow); border: 1px solid var(--line-light); }
.svc-visit h2 { font-size: clamp(1.9rem, 3.5vw, 2.6rem); margin-bottom: 0.75rem; }
.svc-visit p { color: var(--muted); max-width: 520px; }
.svc-visit-facts { background: var(--plum-800); color: #fff; border-radius: 16px; padding: 1.6rem; display: grid; gap: 1rem; }
.svc-fact { display: grid; grid-template-columns: 40px 1fr; gap: 0.8rem; align-items: start; }
.svc-fact i { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(201,169,110,0.15); color: var(--gold); }
.svc-fact span { display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); }
.svc-fact b { font-weight: 500; font-size: 0.95rem; }
.svc-visit-facts .lp-ctas .btn { flex: 1 1 150px; }

/* Two-column FAQ + clickable card images */
.lp-faq.lp-faq--2col { max-width: none; grid-template-columns: 1fr 1fr; align-items: start; }
a.lp-service-img { display: block; }

@media (max-width: 1100px) {
  .svc-tiles { grid-template-columns: repeat(3, 1fr); }
  .svc-tile:nth-child(3) { border-inline-end: 0; }
  .svc-tile:nth-child(-n+3) { border-bottom: 1px solid var(--line-dark); }
}
@media (max-width: 980px) {
  .svc-hero { padding: 110px 0 70px; }
  .svc-hero-grid, .svc-visit { grid-template-columns: 1fr; gap: 2.25rem; }
  .svc-hero-media { max-width: 560px; }
  .svc-hero-img { aspect-ratio: 4 / 3; }
  .svc-included-card { left: 1rem; bottom: 1rem; }
  .svc-benefits { grid-template-columns: 1fr 1fr; }
  .svc-timeline { grid-template-columns: 1fr 1fr; gap: 2rem 1.25rem; }
  .svc-timeline::before { display: none; }
  .lp-faq.lp-faq--2col { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .svc-hero { padding: 96px 0 56px; }
  .svc-hero h1 { font-size: 2.4rem; }
  .svc-book { padding: 1.1rem; }
  .svc-durations span { min-width: 0; padding: 0.65rem 0.9rem; }
  .svc-book .lp-ctas { display: grid; grid-template-columns: 1fr 1fr; }
  .svc-book .lp-ctas .btn { padding: 0.9rem 0.5rem; font-size: 0.74rem; }
  .svc-included-card { position: static; margin-top: -2.5rem; margin-inline: 1rem; position: relative; }
  .svc-tiles { grid-template-columns: 1fr 1fr; }
  .svc-tile { justify-content: flex-start; text-align: start; padding: 1rem; font-size: 0.82rem; border-bottom: 1px solid var(--line-dark); }
  .svc-tile:nth-child(odd) { border-inline-end: 1px solid var(--line-dark); }
  .svc-tile:nth-child(even) { border-inline-end: 0; }
  .svc-benefits { grid-template-columns: 1fr; }
  .svc-timeline { grid-template-columns: 1fr; text-align: start; }
  .svc-timeline li { display: grid; grid-template-columns: 56px 1fr; column-gap: 1rem; text-align: start; }
  .svc-tl-num { grid-row: span 2; margin: 0; }
  .svc-visit { padding: 1.5rem; }
  .svc-offer-strip-inner { flex-direction: column; align-items: stretch; text-align: center; }
  .svc-offer-strip-text { justify-content: center; }
}
/* fixes: single status indicator; keep hero columns inside the viewport */
[data-open-status].is-open > i.fa-clock { display: none; }
.svc-hero-grid > * { min-width: 0; }
.svc-book { width: 100%; }

/* ============================================================
   Treatment hero v2 — mobile-first product layout (svc2-*)
   ============================================================ */
.svc2-hero { background: linear-gradient(180deg, var(--plum-900) 0, var(--plum-900) 62%, var(--cream) 62%); padding: 0 0 2rem; }
.svc2-grid { display: grid; grid-template-columns: 1fr; width: 100%; max-width: none; }
.svc2-grid > * { min-width: 0; }

/* Photo panel with title overlay */
.svc2-media { position: relative; height: 60svh; min-height: 400px; max-height: 540px; overflow: hidden; color: #fff; background: var(--plum-800); }
.svc2-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.svc2-media::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 160px; z-index: 1; background: linear-gradient(180deg, rgba(20,10,26,0.8), transparent); }
.svc2-media::after { content: ""; position: absolute; inset: auto 0 0 0; height: 70%; z-index: 1; background: linear-gradient(0deg, rgba(20,10,26,0.95) 8%, rgba(20,10,26,0.55) 55%, transparent); }
.svc2-media-top { position: absolute; top: 78px; left: 1.25rem; right: 1.25rem; z-index: 2; }
.svc2-media-top .lp-breadcrumb { margin: 0; font-size: 0.78rem; }
.svc2-media-bottom { position: absolute; left: 1.25rem; right: 1.25rem; bottom: 3.4rem; z-index: 2; }
.svc2-media h1 { color: #fff; font-size: clamp(2.35rem, 9vw, 3.9rem); line-height: 1.02; margin: 0.55rem 0 0.8rem; text-shadow: 0 2px 20px rgba(0,0,0,0.35); }
.svc2-media h1 em { font-style: italic; color: var(--gold-soft); }
.svc2-loc, .svc2-badge { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.78rem; font-weight: 600; border-radius: 999px; padding: 0.4rem 0.8rem; }
.svc2-loc { background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.25); backdrop-filter: blur(6px); }
.svc2-loc i { color: var(--gold-soft); }
.svc2-badge { background: var(--gold); color: var(--plum-900); font-weight: 700; }

/* Booking card */
.svc2-card { position: relative; z-index: 3; margin: -2.25rem 0.85rem 0; background: #fff; border-radius: 22px; padding: 1.25rem 1.15rem 1.1rem; box-shadow: 0 24px 60px rgba(20,10,26,0.28); border-top: 3px solid var(--gold); display: flex; flex-direction: column; gap: 0.85rem; }
.svc2-status { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.svc2-status > span { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.76rem; font-weight: 600; color: var(--ink); background: var(--cream); border: 1px solid var(--line-light); padding: 0.35rem 0.65rem; border-radius: 999px; }
.svc2-status i { color: var(--gold-deep); }
.svc2-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: -0.35rem; }
.svc2-durations { display: grid; grid-template-columns: repeat(auto-fit, minmax(84px, 1fr)); gap: 0.5rem; }
.svc2-durations label { cursor: pointer; }
.svc2-durations input { position: absolute; opacity: 0; pointer-events: none; }
.svc2-durations span { display: flex; align-items: center; justify-content: center; min-height: 52px; padding: 0.5rem; border-radius: 12px; border: 1.5px solid #ddd6e4; font-weight: 700; font-size: 0.92rem; color: var(--ink); text-align: center; line-height: 1.2; transition: all .2s ease; }
.svc2-durations input:checked + span { background: var(--plum-500); border-color: var(--plum-500); color: #fff; box-shadow: 0 8px 22px rgba(91,45,142,0.3); }
.svc2-durations input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }
.svc2-main { width: 100%; min-height: 56px; font-size: 0.92rem; }
.svc2-sub { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.svc2-sub .btn { min-height: 48px; padding: 0.7rem 0.5rem; font-size: 0.78rem; }
.svc2-offer { display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem; background: rgba(201,169,110,0.14); border: 1px solid rgba(201,169,110,0.35); border-radius: 12px; padding: 0.65rem 0.85rem; font-size: 0.84rem; color: var(--ink); }
.svc2-offer i { color: var(--gold-deep); }
.svc2-offer b { color: var(--plum-500); }
.svc2-lead { color: var(--muted); font-size: 0.93rem; line-height: 1.7; border-top: 1px solid var(--line-light); padding-top: 0.9rem; }
.svc2-note { font-size: 0.76rem; color: var(--muted); margin-top: -0.3rem; }
.svc2-note i { color: #1faa55; margin-inline-end: 0.25rem; }

/* Tablet */
@media (min-width: 721px) {
  .svc2-media { height: 58vh; max-height: 600px; }
  .svc2-media-top { left: 2rem; top: 96px; }
  .svc2-media-bottom { left: 2rem; right: 2rem; bottom: 4rem; }
  .svc2-card { margin: -3rem auto 0; width: min(640px, calc(100% - 3rem)); padding: 1.6rem; }
}

/* Desktop: photo left, booking card right */
@media (min-width: 1024px) {
  .svc2-hero { padding: 108px 0 3.5rem; background: linear-gradient(180deg, var(--plum-900) 0, var(--plum-900) 72%, var(--cream) 72%); }
  .svc2-grid { width: min(1180px, 100% - 2.5rem); margin: 0 auto; grid-template-columns: 1.3fr 1fr; gap: 1.75rem; align-items: stretch; }
  .svc2-media { height: auto; min-height: 600px; max-height: none; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,0.4); }
  .svc2-media::before { display: none; }
  .svc2-media-top { top: 1.5rem; left: 1.75rem; }
  .svc2-media-bottom { left: 2rem; right: 2rem; bottom: 2rem; }
  .svc2-card { margin: 0; width: auto; padding: 2rem; gap: 1rem; justify-content: center; }
}
@media (max-width: 720px) {
  .svc2-media { height: 52svh; min-height: 360px; }
  .svc2-media-bottom { bottom: 3rem; }
  .svc2-status > span:nth-child(3) { display: none; } /* private room shown in tiles band below */
}

/* Compact footer on mobile */
@media (max-width: 720px) {
  .lp-footer { padding: 1.75rem 0 0.75rem; font-size: 0.82rem; }
  .lp-footer-grid { grid-template-columns: 1fr 1fr; gap: 1.1rem 1rem; padding-bottom: 1.1rem; }
  .lp-footer-brand { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
  .lp-footer-brand p { display: none; }
  .lp-footer-brand .lp-logo { font-size: 1.25rem; }
  .lp-social { gap: 0.45rem; }
  .lp-social a { width: 34px; height: 34px; font-size: 0.85rem; }
  .lp-footer h4 { margin-bottom: 0.45rem; font-size: 0.66rem; }
  .lp-footer ul { gap: 0.2rem; }
  .lp-footer-grid > div:last-child { grid-column: 1 / -1; padding-top: 0.9rem; border-top: 1px solid var(--line-dark); }
  .lp-footer-grid > div:last-child h4 { display: none; }
  .lp-footer-contact li:nth-child(n+3) { display: none; }
  .lp-footer-bottom { padding-top: 0.8rem; font-size: 0.7rem; }
}

/* Real Oryx Spa logo */
.lp-logo--img { display: inline-flex; align-items: center; letter-spacing: 0; line-height: 0; }
.lp-logo--img img { display: block; width: auto; height: 50px; }
.lp-header.scrolled .lp-logo--img img { height: 44px; transition: height .25s ease; }
.lp-footer .lp-logo--img img { height: 72px; }
@media (max-width: 720px) {
  .lp-logo--img img { height: 40px; }
  .lp-header.scrolled .lp-logo--img img { height: 38px; }
  .lp-footer .lp-logo--img img { height: 48px; }
}

/* Larger logo + taller header; hero H1 "in Abu Dhabi" on its own line */
.lp-header .wrap { height: 88px; }
.lp-logo--img img { height: 66px; }
.lp-header.scrolled .wrap { height: 74px; transition: height .25s ease; }
.lp-header.scrolled .lp-logo--img img { height: 54px; }
.lp-footer .lp-logo--img img { height: 84px; }
.lp-hero h1 em { display: block; }
@media (max-width: 1200px) { .lp-mobile-menu { inset: 88px 0 0 0; } }
@media (max-width: 720px) {
  .lp-header .wrap, .lp-header.scrolled .wrap { height: 68px; }
  .lp-logo--img img { height: 50px; }
  .lp-header.scrolled .lp-logo--img img { height: 46px; }
  .lp-mobile-menu { inset: 68px 0 0 0; }
  .lp-footer .lp-logo--img img { height: 52px; }
}
.lp-hero h1.h1-one-line em { display: inline; }

/* Hero booking form (homepage, landing, about, offers) */
.hp-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.hp-fields label { display: grid; gap: 0.25rem; min-width: 0; }
.hp-fields label:first-child, .hp-fields .hp-full { grid-column: 1 / -1; }
.hp-fields label > span { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.hp-fields select { font: inherit; font-size: 0.95rem; width: 100%; min-height: 48px; padding: 0.7rem 2.2rem 0.7rem 0.85rem; border: 1.5px solid #ddd6e4; border-radius: 12px; background: #fcfbfd; color: var(--ink); appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23A8863A' stroke-width='1.6' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.85rem center; }
.hp-fields select:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--gold); }
.hp-hero .svc2-media h1 em { display: inline; }
.hp-hero .svc2-loc { max-width: 100%; }
@media (max-width: 720px) {
  .hp-hero .svc2-media { height: 42svh; min-height: 320px; }
  .hp-hero .svc2-media h1 { font-size: 2.2rem; margin: 0.45rem 0 0.6rem; }
  .hp-hero .svc2-status > span:nth-child(2) { display: none; }
  .hp-hero .svc2-card { gap: 0.7rem; }
  .hp-fields { gap: 0.5rem; }
  .hp-fields select { min-height: 46px; padding-top: 0.6rem; padding-bottom: 0.6rem; }
}

/* Privacy page */
.pp-hero { background: var(--plum-900); color: #fff; padding: 140px 0 56px; }
.pp-hero h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); margin: 0.5rem 0 0.75rem; }
.pp-hero p { color: rgba(255,255,255,0.75); max-width: 620px; }
.pp-content { max-width: 780px; }
.pp-content h2 { font-size: 1.8rem; color: var(--plum-500); margin: 2rem 0 0.6rem; }
.pp-content h2:first-child { margin-top: 0; }
.pp-content p { color: var(--muted); margin-bottom: 0.9rem; }
.pp-content a { color: var(--plum-500); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 720px) { .pp-hero { padding: 104px 0 40px; } }

/* Cookie notice */
.cookie-note { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 70; max-width: 520px; margin-inline: auto; display: flex; align-items: center; gap: 1rem; background: var(--plum-800); color: rgba(255,255,255,0.88); border: 1px solid var(--line-dark); border-radius: 14px; padding: 0.9rem 1rem; box-shadow: 0 18px 50px rgba(0,0,0,0.35); font-size: 0.82rem; line-height: 1.5; }
.cookie-note a { color: var(--gold-soft); text-decoration: underline; }
.cookie-note button { flex-shrink: 0; border: 0; cursor: pointer; background: var(--gold); color: var(--plum-900); font-weight: 700; font-size: 0.8rem; border-radius: 999px; padding: 0.6rem 1.1rem; }
@media (max-width: 720px) { .cookie-note { bottom: 72px; left: 0.75rem; right: 0.75rem; } }
.cookie-note { max-width: 420px; padding: 0.55rem 0.6rem 0.55rem 1rem; font-size: 0.8rem; border-radius: 999px; gap: 0.75rem; justify-content: space-between; }
.cookie-note button { padding: 0.45rem 1rem; }
@media (max-width: 720px) { .cookie-note { bottom: 70px; } }
