:root {
  --ink: #111216;
  --ink-2: #202229;
  --paper: #fbf7f1;
  --paper-2: #f1ebe2;
  --gold: #c49a3f;
  --gold-2: #f1d486;
  --rose: #c9737c;
  --teal: #2f847b;
  --sage: #7c8b6f;
  --muted: #746f6b;
  --line: rgba(17, 18, 22, 0.12);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(16, 18, 24, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
}

body.nav-open,
body.chat-open {
  overflow: hidden;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(251, 247, 241, 0.82);
  border-bottom: 1px solid rgba(17, 18, 22, 0.08);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: max-content;
}

.brand-logo,
.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.brand-logo {
  object-fit: cover;
  background: #111216;
  border: 1px solid rgba(196, 154, 63, 0.28);
  box-shadow: 0 10px 24px rgba(196, 154, 63, 0.18);
}

.brand-mark {
  display: grid;
  place-items: center;
  color: #14100a;
  background:
    radial-gradient(circle at 30% 20%, #fff5c4 0 18%, transparent 19%),
    linear-gradient(145deg, var(--gold-2), var(--gold) 58%, #6f4814);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  box-shadow: 0 10px 24px rgba(196, 154, 63, 0.26);
}

.brand strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
}

.main-nav a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--teal);
}

.nav-cta {
  padding: 11px 18px;
  border-radius: 999px;
  color: #120d05 !important;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

/* Multilingual language switcher */
.language-switcher {
  position: relative;
  flex: 0 0 auto;
}

.language-current {
  min-width: 88px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(196, 154, 63, 0.34);
  border-radius: 999px;
  color: #151006;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(241, 212, 134, 0.78));
  box-shadow: 0 14px 34px rgba(196, 154, 63, 0.18);
  font-weight: 1000;
  cursor: pointer;
}

.language-globe {
  font-size: 17px;
  line-height: 1;
}

.language-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 90;
  width: 220px;
  max-height: min(460px, calc(100vh - 100px));
  display: none;
  overflow: auto;
  padding: 8px;
  border: 1px solid rgba(196, 154, 63, 0.24);
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.98);
  box-shadow: 0 24px 70px rgba(16, 18, 24, 0.22);
  backdrop-filter: blur(18px);
}

.language-switcher.is-open .language-menu {
  display: grid;
  gap: 4px;
}

.language-menu button {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 12px 13px;
  color: var(--ink);
  background: transparent;
  text-align: left;
  font-weight: 900;
  cursor: pointer;
}

.language-menu button:hover,
.language-menu button.active {
  color: #151006;
  background: linear-gradient(135deg, rgba(241, 212, 134, 0.62), rgba(196, 154, 63, 0.24));
}

.google-translate-host,
.goog-te-banner-frame,
.goog-te-gadget,
body > .skiptranslate {
  display: none !important;
}

html.translated-ltr body,
html.translated-rtl body,
body {
  top: 0 !important;
}

html[lang="ar"] body {
  direction: rtl;
}

html[lang="ar"] .main-nav,
html[lang="ar"] .hero-actions,
html[lang="ar"] .booking-actions,
html[lang="ar"] .row-actions {
  direction: rtl;
}

html[lang="ar"] .language-menu {
  right: auto;
  left: 0;
}

html[lang="ar"] .brand,
html[lang="ar"] .phone-field {
  direction: ltr;
}

html[lang="ar"] .full-price-item,
html[lang="ar"] .expanded-price-item,
html[lang="ar"] .price-row {
  direction: rtl;
}

html[lang="ar"] input,
html[lang="ar"] textarea,
html[lang="ar"] select {
  direction: rtl;
}

.hero-section {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 132px clamp(18px, 5vw, 72px) 64px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
  background: url("hero.png") right center / cover no-repeat;
  transform: scale(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(8, 8, 10, 0.96) 0%, rgba(18, 18, 20, 0.78) 42%, rgba(20, 16, 16, 0.24) 100%),
    linear-gradient(0deg, rgba(10, 10, 12, 0.72) 0%, transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 840px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-section .eyebrow {
  color: var(--gold-2);
}

.hero-content h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(56px, 11vw, 132px);
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.primary-btn {
  color: #151006;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 18px 44px rgba(196, 154, 63, 0.32);
}

.secondary-btn {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.hero-panel {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 58px;
  z-index: 3;
  width: min(360px, calc(100% - 36px));
  padding: 26px;
  border: 1px solid rgba(241, 212, 134, 0.34);
  border-radius: 8px;
  background: rgba(19, 18, 18, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-panel span {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-panel h2 {
  margin: 10px 0;
  font-size: 30px;
}

.hero-panel p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.hero-panel strong {
  color: var(--gold-2);
  font-size: 19px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.proof-strip div {
  padding: 25px clamp(18px, 4vw, 42px);
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong {
  display: block;
  font-size: clamp(19px, 2vw, 28px);
}

.proof-strip span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

section {
  scroll-margin-top: 88px;
}

.intro-section,
.treatment-section,
.price-section,
.packages-section,
.book-section,
.transfer-section,
.results-section,
.guide-section,
.booking-section,
.faq-section {
  padding: clamp(70px, 8vw, 120px) clamp(18px, 5vw, 72px);
}

.section-copy {
  max-width: 760px;
}

.section-copy.centered {
  max-width: 850px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-copy h2,
.tourist-copy h2,
.booking-copy h2,
.guide-section h2 {
  margin: 0;
  font-size: clamp(36px, 5.8vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.section-copy p,
.tourist-copy p,
.guide-section > div > p,
.booking-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.intro-grid article,
.guide-cards article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(17, 18, 22, 0.05);
}

.intro-grid span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal);
  font-weight: 900;
}

.intro-grid h3,
.treatment-card h3,
.price-table h3,
.guide-cards h3 {
  margin: 20px 0 10px;
  font-size: 23px;
  line-height: 1.15;
}

.intro-grid p,
.treatment-card p,
.guide-cards p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.treatment-section,
.packages-section,
.faq-section {
  background: var(--paper-2);
}

.filter-bar,
.package-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.filter-btn,
.package-tab {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  cursor: pointer;
}

.filter-btn.active,
.package-tab.active {
  color: var(--white);
  border-color: var(--teal);
  background: var(--teal);
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.treatment-card {
  min-height: 265px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(17, 18, 22, 0.1);
  border-radius: 8px;
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.treatment-card:hover {
  transform: translateY(-6px);
  border-color: rgba(47, 132, 123, 0.45);
  box-shadow: var(--shadow);
}

.treatment-card.is-hidden {
  display: none;
}

.treatment-card span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--teal);
  background: rgba(47, 132, 123, 0.1);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.treatment-card b {
  margin-top: auto;
  padding-top: 22px;
  color: var(--rose);
  font-size: 18px;
}

.price-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.price-table {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(17, 18, 22, 0.05);
}

.price-table h3 {
  margin-top: 0;
}

.price-table div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(17, 18, 22, 0.08);
}

.price-table div:last-child {
  border-bottom: 0;
}

.price-table span {
  color: var(--muted);
}

.price-table strong {
  min-width: max-content;
  color: var(--teal);
}

.price-note {
  margin-top: 22px;
  padding: 20px 24px;
  border: 1px solid rgba(196, 154, 63, 0.32);
  border-radius: 8px;
  color: #4e463a;
  background:
    linear-gradient(135deg, rgba(241, 212, 134, 0.28), rgba(255, 255, 255, 0.65)),
    var(--white);
  line-height: 1.7;
}

.expanded-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.mini-price-table,
.transfer-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(17, 18, 22, 0.05);
}

.mini-price-table h3,
.transfer-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.mini-price-table div,
.transfer-card div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(17, 18, 22, 0.08);
}

.mini-price-table div:last-child,
.transfer-card div:last-child {
  border-bottom: 0;
}

.mini-price-table span,
.transfer-card span {
  color: var(--muted);
}

.mini-price-table strong,
.transfer-card strong {
  min-width: max-content;
  color: var(--rose);
}

.book-section {
  background:
    linear-gradient(135deg, rgba(47, 132, 123, 0.1), transparent 44%),
    var(--ink);
  color: var(--white);
}

.book-intro {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(240px, 380px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.book-intro h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(40px, 6vw, 78px);
  line-height: 0.98;
}

.book-intro p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.75;
}

.book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.secondary-dark-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border: 1px solid rgba(241, 212, 134, 0.28);
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
  text-decoration: none;
}

.book-cover {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(241, 212, 134, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.book-cover img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.book-cover figcaption {
  margin-top: 12px;
  color: var(--gold-2);
  font-weight: 900;
  text-align: center;
}

.book-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 34px 0;
}

.book-highlights article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.book-highlights strong {
  display: block;
  color: var(--gold-2);
  font-size: 28px;
  margin-bottom: 8px;
}

.book-highlights span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.book-pages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.book-pages img {
  width: 100%;
  aspect-ratio: 0.72;
  object-fit: cover;
  object-position: top;
  border: 1px solid rgba(241, 212, 134, 0.2);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
}

.reader-note {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.pdf-reader {
  height: min(78vh, 860px);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(241, 212, 134, 0.28);
  border-radius: 8px;
  background: #050506;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.pdf-reader iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.transfer-section {
  background: var(--paper);
}

.transfer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.transfer-card p {
  color: var(--muted);
  line-height: 1.65;
}

.package-stage {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) 1.4fr;
  gap: 24px;
}

.package-summary,
.package-list article {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--ink);
  color: var(--white);
}

.package-summary {
  position: sticky;
  top: 100px;
  align-self: start;
  padding: 34px;
}

.package-summary span {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.package-summary h3 {
  margin: 16px 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.package-summary p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.package-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.package-list article {
  padding: 26px;
  background:
    linear-gradient(145deg, rgba(47, 132, 123, 0.18), transparent),
    var(--ink-2);
}

.package-list h4 {
  margin: 0 0 12px;
  font-size: 22px;
}

.package-list ul {
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.tourist-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: stretch;
  padding: clamp(70px, 8vw, 120px) clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: var(--white);
}

.tourist-image {
  min-height: 620px;
  border-radius: 8px;
  background:
    linear-gradient(0deg, rgba(17, 18, 22, 0.28), rgba(17, 18, 22, 0.04)),
    url("assets/tourist-portrait.jpg") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.tourist-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tourist-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.timeline {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.timeline article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.timeline span {
  color: var(--gold-2);
  font-weight: 900;
}

.timeline p {
  margin: 8px 0 0;
}

.goal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.goal-grid a {
  min-height: 122px;
  display: flex;
  align-items: end;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(201, 115, 124, 0.16), transparent 54%),
    var(--white);
  font-size: 21px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(17, 18, 22, 0.05);
}

.goal-grid a:nth-child(3n) {
  background:
    linear-gradient(145deg, rgba(47, 132, 123, 0.16), transparent 54%),
    var(--white);
}

.goal-grid a:nth-child(4n) {
  background:
    linear-gradient(145deg, rgba(196, 154, 63, 0.2), transparent 54%),
    var(--white);
}

.guide-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: var(--white);
}

.guide-cards {
  display: grid;
  gap: 18px;
}

.guide-cards article {
  min-height: auto;
}

.booking-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 5vw, 70px);
  background:
    linear-gradient(145deg, rgba(47, 132, 123, 0.1), transparent),
    var(--paper-2);
}

.contact-card {
  max-width: 410px;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.contact-card span {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.contact-card strong {
  display: block;
  margin: 6px 0 14px;
  font-size: 28px;
}

.contact-card a {
  color: var(--teal);
  font-weight: 900;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.booking-form .checkbox-field {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 15px;
  border: 1px solid rgba(17, 18, 22, 0.16);
  border-radius: 8px;
  background: #fffcf7;
}

.booking-form .checkbox-field input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--teal);
}

.booking-form .wide {
  grid-column: 1 / -1;
}

.hidden {
  display: none !important;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(17, 18, 22, 0.16);
  border-radius: 8px;
  padding: 14px 15px;
  color: var(--ink);
  background: #fffcf7;
  outline: none;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(47, 132, 123, 0.14);
}

.faq-list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  font-size: 18px;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.7;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 1fr;
  gap: 36px;
  padding: 48px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.74);
  background: #111216;
}

.site-footer .brand strong,
.site-footer h3 {
  color: var(--white);
}

.site-footer p {
  max-width: 560px;
  line-height: 1.7;
}

.site-footer a:not(.brand) {
  display: block;
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.chat-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: #151006;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-weight: 1000;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(196, 154, 63, 0.38);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chat-launcher:hover,
.chat-launcher:focus-visible {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 22px 62px rgba(196, 154, 63, 0.5);
}

.chat-box {
  position: fixed;
  right: 22px;
  bottom: 104px;
  z-index: 81;
  width: min(420px, calc(100vw - 32px));
  height: min(650px, calc(100svh - 126px));
  display: none;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(241, 212, 134, 0.32);
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.chat-open .chat-launcher {
  display: none;
}

.chat-open .chat-box {
  bottom: 22px;
}

.chat-box.is-open {
  display: flex;
}

.chat-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(47, 132, 123, 0.2), transparent),
    var(--ink-2);
}

.chat-header small {
  color: var(--gold-2);
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.chat-header h2 {
  margin: 6px 0;
  font-size: 24px;
}

.chat-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.chat-close {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.chat-messages {
  flex: 1;
  padding: 18px;
  overflow-y: auto;
}

.bot-message,
.user-message {
  max-width: 88%;
  margin-bottom: 12px;
  padding: 13px 15px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.55;
  white-space: pre-line;
}

.bot-message {
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
}

.user-message {
  margin-left: auto;
  color: #151006;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-weight: 800;
}

.chat-shortcuts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.chat-shortcuts button {
  min-height: 40px;
  border: 1px solid rgba(241, 212, 134, 0.24);
  border-radius: 8px;
  color: var(--gold-2);
  background: rgba(241, 212, 134, 0.08);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.chat-input {
  display: flex;
  gap: 10px;
  padding: 12px;
  background: #0b0c10;
}

.chat-input input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 13px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.chat-input button {
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  color: #151006;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .treatment-grid,
  .intro-grid,
  .goal-grid,
  .expanded-price-grid,
  .book-highlights,
  .book-pages,
  .transfer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-layout {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 36px;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 12px 18px;
  }

  .nav-toggle {
    display: block;
  }

  .language-switcher {
    margin-left: auto;
  }

  .language-current {
    min-width: 78px;
    height: 42px;
  }

  .language-menu {
    right: 0;
    width: min(220px, calc(100vw - 36px));
  }

  .main-nav {
    position: fixed;
    inset: 71px 12px auto 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  body.nav-open .main-nav {
    display: flex;
  }

  .main-nav a {
    padding: 12px 10px;
  }

  .hero-section {
    align-items: center;
    min-height: 92svh;
    padding-top: 120px;
  }

  .hero-media {
    background-position: 68% center;
  }

  .proof-strip,
  .tourist-section,
  .guide-section,
  .booking-section,
  .site-footer,
  .book-intro,
  .package-stage {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .tourist-image {
    min-height: 420px;
  }

  .package-summary {
    position: static;
  }
}

@media (max-width: 640px) {
  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 15px;
  }

  .language-current {
    min-width: 68px;
    padding: 0 10px;
  }

  .language-globe {
    display: none;
  }

  .hero-content h1 {
    font-size: clamp(52px, 18vw, 78px);
  }

  .hero-lede {
    font-size: 17px;
  }

  .intro-grid,
  .treatment-grid,
  .goal-grid,
  .expanded-price-grid,
  .book-highlights,
  .book-pages,
  .transfer-grid,
  .package-list,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .booking-form .wide {
    grid-column: auto;
  }

  .section-copy.centered {
    text-align: left;
  }

  .chat-box {
    right: 12px;
    bottom: 92px;
    width: calc(100vw - 24px);
    height: calc(100svh - 112px);
  }

  .chat-open .chat-box {
    bottom: 12px;
    height: calc(100svh - 24px);
  }

  .chat-shortcuts {
    grid-template-columns: repeat(2, 1fr);
  }

  .pdf-reader {
    min-height: 420px;
  }
}

/* Luxury lower-page redesign */
body {
  background:
    radial-gradient(circle at 12% 18%, rgba(196, 154, 63, 0.11), transparent 26%),
    radial-gradient(circle at 88% 28%, rgba(47, 132, 123, 0.12), transparent 24%),
    linear-gradient(180deg, #080809 0%, #11100e 42%, #080809 100%);
}

.proof-strip,
.intro-section,
.treatment-section,
.price-section,
.packages-section,
.book-section,
.transfer-section,
.results-section,
.guide-section,
.booking-section,
.faq-section {
  position: relative;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    #0b0b0d;
}

.proof-strip::before,
.intro-section::before,
.treatment-section::before,
.price-section::before,
.packages-section::before,
.book-section::before,
.transfer-section::before,
.results-section::before,
.guide-section::before,
.booking-section::before,
.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(196, 154, 63, 0.06), transparent 22%, transparent 78%, rgba(47, 132, 123, 0.06)),
    radial-gradient(circle at 50% 0%, rgba(241, 212, 134, 0.08), transparent 36%);
}

.proof-strip > *,
.intro-section > *,
.treatment-section > *,
.price-section > *,
.packages-section > *,
.book-section > *,
.transfer-section > *,
.results-section > *,
.guide-section > *,
.booking-section > *,
.faq-section > * {
  position: relative;
  z-index: 1;
}

.proof-strip {
  gap: 0;
  padding: 18px clamp(18px, 5vw, 72px);
  border: 0;
  background: #09090a;
}

.proof-strip div {
  margin: 0 6px;
  padding: 24px 22px;
  border: 1px solid rgba(241, 212, 134, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(241, 212, 134, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.25);
}

.proof-strip strong {
  color: var(--gold-2);
}

.proof-strip span,
.section-copy p,
.intro-grid p,
.treatment-card p,
.guide-cards p,
.price-table span,
.mini-price-table span,
.transfer-card span,
.tourist-copy p,
.guide-section > div > p,
.booking-copy p,
.faq-list p {
  color: rgba(255, 255, 255, 0.68);
}

.section-copy h2,
.tourist-copy h2,
.booking-copy h2,
.guide-section h2,
.book-intro h2 {
  color: var(--white);
}

.eyebrow {
  color: var(--gold-2);
}

.intro-grid article,
.treatment-card,
.price-table,
.mini-price-table,
.transfer-card,
.guide-cards article,
.contact-card,
.booking-form,
.faq-list details {
  border: 1px solid rgba(241, 212, 134, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.022)),
    #131316;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.intro-grid article:hover,
.treatment-card:hover,
.mini-price-table:hover,
.transfer-card:hover,
.guide-cards article:hover,
.faq-list details:hover {
  border-color: rgba(241, 212, 134, 0.34);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.36);
}

.intro-grid span {
  color: #17110a;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.intro-grid h3,
.treatment-card h3,
.price-table h3,
.mini-price-table h3,
.transfer-card h3,
.guide-cards h3 {
  color: var(--white);
}

.treatment-section,
.packages-section,
.faq-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(196, 154, 63, 0.12), transparent 24%),
    radial-gradient(circle at 86% 20%, rgba(47, 132, 123, 0.13), transparent 24%),
    #0d0d10;
}

.filter-btn,
.package-tab {
  border-color: rgba(241, 212, 134, 0.18);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
}

.filter-btn.active,
.package-tab.active {
  color: #17110a;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.treatment-card {
  position: relative;
  overflow: hidden;
}

.treatment-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--teal), var(--rose));
  opacity: 0.9;
}

.treatment-card span {
  color: var(--gold-2);
  background: rgba(241, 212, 134, 0.1);
}

.treatment-card b,
.price-table strong,
.mini-price-table strong,
.transfer-card strong,
.contact-card a {
  color: var(--gold-2);
}

.price-note {
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(241, 212, 134, 0.2);
  background:
    linear-gradient(135deg, rgba(241, 212, 134, 0.12), rgba(255, 255, 255, 0.04)),
    #141416;
}

.price-table div,
.mini-price-table div,
.transfer-card div {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.package-summary,
.package-list article {
  border-color: rgba(241, 212, 134, 0.18);
  background:
    radial-gradient(circle at top right, rgba(241, 212, 134, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    #121216;
}

.book-section {
  background:
    radial-gradient(circle at 20% 8%, rgba(241, 212, 134, 0.14), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(201, 115, 124, 0.1), transparent 22%),
    #08090a;
}

.book-cover,
.book-highlights article,
.pdf-reader {
  border-color: rgba(241, 212, 134, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #121216;
}

.book-pages img {
  border-color: rgba(241, 212, 134, 0.22);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.transfer-section {
  background:
    radial-gradient(circle at 15% 14%, rgba(47, 132, 123, 0.12), transparent 24%),
    #0d0d10;
}

.goal-grid a {
  color: var(--white);
  border-color: rgba(241, 212, 134, 0.15);
  background:
    linear-gradient(145deg, rgba(201, 115, 124, 0.14), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #131316;
}

.goal-grid a:nth-child(3n) {
  background:
    linear-gradient(145deg, rgba(47, 132, 123, 0.17), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #131316;
}

.goal-grid a:nth-child(4n) {
  background:
    linear-gradient(145deg, rgba(196, 154, 63, 0.2), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #131316;
}

.contact-card span,
.contact-card strong {
  color: var(--white);
}

.booking-form label {
  color: rgba(255, 255, 255, 0.86);
}

.booking-form input,
.booking-form select,
.booking-form textarea,
.booking-form .checkbox-field {
  color: var(--white);
  border-color: rgba(241, 212, 134, 0.18);
  background: rgba(255, 255, 255, 0.065);
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.44);
}

.booking-form select option {
  color: var(--white);
  background: #111216;
}

.faq-list summary {
  color: var(--white);
}

.site-footer {
  border-top: 1px solid rgba(241, 212, 134, 0.16);
  background:
    radial-gradient(circle at 20% 0%, rgba(241, 212, 134, 0.12), transparent 32%),
    #080809;
}

@media (max-width: 900px) {
  .proof-strip {
    gap: 12px;
  }

  .proof-strip div {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .chat-launcher {
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
    opacity: 0.94;
  }

  .chat-launcher span {
    font-size: 15px;
  }

  .chat-box {
    bottom: 78px;
  }

  .chat-open .chat-box {
    bottom: 12px;
    height: calc(100svh - 24px);
  }
}

.ai-chat-box {
  padding: 0;
  border-radius: 22px;
  background: #080604;
}

.ai-assistant-frame {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #080604;
}

.ai-frame-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-color: rgba(241, 212, 134, 0.32);
  color: var(--gold-2);
  background: rgba(8, 6, 4, 0.74);
  backdrop-filter: blur(12px);
}

.ai-frame-close:hover,
.ai-frame-close:focus-visible {
  background: rgba(196, 154, 63, 0.2);
}


/* AI assistant polished embed: opens inside the original floating chat area */
.chat-launcher {
  isolation: isolate;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(255, 246, 220, 0.28);
  color: #120d05;
  letter-spacing: -0.03em;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.75), transparent 18%),
    linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow:
    0 18px 55px rgba(196, 154, 63, 0.42),
    0 0 0 8px rgba(241, 212, 134, 0.08);
}

.chat-launcher::after {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(241, 212, 134, 0.12);
  animation: aiPulse 2.4s ease-in-out infinite;
}

@keyframes aiPulse {
  0%, 100% { transform: scale(0.96); opacity: 0.42; }
  50% { transform: scale(1.08); opacity: 0.1; }
}

.ai-chat-box {
  right: 22px;
  bottom: 22px;
  width: min(470px, calc(100vw - 28px));
  height: min(720px, calc(100svh - 44px));
  padding: 0;
  border: 1px solid rgba(241, 212, 134, 0.34);
  border-radius: 26px;
  background: #080604;
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  transform: translateY(16px) scale(0.98);
  opacity: 0;
  transform-origin: bottom right;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.chat-box.ai-chat-box.is-open {
  display: flex;
  transform: translateY(0) scale(1);
  opacity: 1;
}

.chat-open .ai-chat-box {
  bottom: 22px;
}

.ai-assistant-frame {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  border-radius: inherit;
  background: #080604;
}

.ai-frame-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(241, 212, 134, 0.34);
  border-radius: 50%;
  color: var(--gold-2);
  background: rgba(8, 6, 4, 0.76);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}

.ai-frame-close:hover,
.ai-frame-close:focus-visible {
  color: #151006;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

@media (max-width: 640px) {
  .ai-chat-box,
  .chat-open .ai-chat-box {
    inset: 10px;
    width: auto;
    height: auto;
    max-height: none;
    border-radius: 22px;
  }

  .ai-frame-close {
    top: 10px;
    right: 10px;
  }
}


/* Integrated full price list from uploaded price-list page */
.nav-price-btn {
  padding: 10px 17px;
  border: 1px solid rgba(196, 154, 63, 0.45);
  border-radius: 999px;
  color: #7b5a12 !important;
  background: rgba(241, 212, 134, 0.22);
}

.nav-price-btn:hover {
  color: #120d05 !important;
  background: linear-gradient(135deg, rgba(241, 212, 134, 0.8), rgba(196, 154, 63, 0.35));
}

.full-price-section {
  padding: clamp(70px, 8vw, 120px) clamp(18px, 5vw, 72px);
  color: #f8f1e4;
  background:
    radial-gradient(950px 550px at 18% 4%, rgba(241, 212, 134, 0.16), transparent 48%),
    radial-gradient(850px 520px at 85% 8%, rgba(201, 115, 124, 0.11), transparent 48%),
    linear-gradient(135deg, #17100a 0%, #070707 48%, #150b06 100%);
}

.full-price-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.full-price-section .section-copy h2,
.full-price-section .section-copy p {
  color: inherit;
}

.full-price-section .section-copy p:not(.eyebrow) {
  color: rgba(248, 241, 228, 0.72);
}

.full-price-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr auto;
  gap: 18px;
  align-items: stretch;
  margin: 0 0 28px;
  padding: 22px;
  border: 1px solid rgba(241, 212, 134, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.full-price-hero > div {
  min-width: 0;
}

.full-price-hero strong {
  display: block;
  color: var(--gold-2);
  font-size: 20px;
  margin-bottom: 8px;
}

.full-price-hero p {
  margin: 0;
  color: rgba(248, 241, 228, 0.76);
  line-height: 1.7;
}

.full-price-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.full-price-actions .secondary-dark-btn {
  color: var(--gold-2);
  cursor: pointer;
}

.full-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.full-price-card {
  padding: 24px;
  border: 1px solid rgba(241, 212, 134, 0.18);
  border-radius: 24px;
  background: rgba(18, 18, 18, 0.76);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.full-price-card h2 {
  margin: 0 0 14px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(241, 212, 134, 0.28);
  color: var(--gold-2);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

.full-price-sub {
  margin: 6px 0 13px;
  color: rgba(248, 241, 228, 0.72);
  font-size: 14px;
  line-height: 1.65;
}

.full-price-block {
  margin: 14px 0 18px;
}

.full-price-title {
  margin-bottom: 7px;
  color: #fff;
  font-weight: 800;
}

.full-price-item {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding: 8px 0;
}

.full-price-name {
  color: rgba(255, 255, 255, 0.94);
}

.full-price-dots {
  flex: 1 1 auto;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.22);
  transform: translateY(-4px);
}

.full-price-amount {
  white-space: nowrap;
  color: var(--gold-2);
  font-weight: 900;
}

.full-price-card ul {
  margin: 8px 0 12px 20px;
  padding: 0;
}

.full-price-card li {
  margin: 6px 0;
  color: rgba(248, 241, 228, 0.78);
  line-height: 1.6;
}

.full-price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  color: rgba(248, 241, 228, 0.86);
  font-size: 14px;
}

.full-price-table th,
.full-price-table td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.full-price-table th {
  color: var(--gold-2);
  background: rgba(241, 212, 134, 0.08);
}

.full-price-table tr:hover td {
  background: rgba(255, 255, 255, 0.035);
}

/* Booking system adopted from uploaded booking page */
.booking-form-v2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
}

.booking-form-v2 .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.booking-form-v2 .form-group.full,
.booking-form-v2 .full {
  grid-column: 1 / -1;
}

.booking-form-v2 .form-group > label {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.phone-field {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  align-items: center;
}

#phoneCountryCode {
  color: var(--ink);
  background: #fffcf7;
}

#phoneCountryCode option {
  color: #fff;
  background: #1a0f09;
}

.transfer-check {
  display: flex !important;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  padding: 14px 15px;
  border: 1px solid rgba(17, 18, 22, 0.16);
  border-radius: 8px;
  color: var(--ink);
  background: #fffcf7;
  cursor: pointer;
  font-weight: 900;
}

.transfer-check input {
  width: 22px;
  height: 22px;
  min-height: auto;
  margin: 0;
  accent-color: #25D366;
}

.source-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.booking-form-v2 .source-check {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid rgba(17, 18, 22, 0.14);
  border-radius: 12px;
  color: var(--ink);
  background: #fffcf7;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.booking-form-v2 .source-check input {
  width: 17px;
  height: 17px;
  min-height: auto;
  margin: 0;
  accent-color: var(--gold);
}

.flyer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.booking-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 4px;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  color: #fff;
  background: #25D366;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(37, 211, 102, 0.25);
}

.btn-whatsapp:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

@media (max-width: 980px) {
  .full-price-hero,
  .full-price-grid {
    grid-template-columns: 1fr;
  }

  .full-price-actions {
    justify-content: flex-start;
  }

  .source-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .full-price-card {
    padding: 18px;
    border-radius: 18px;
  }

  .full-price-item {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .full-price-dots {
    display: none;
  }

  .full-price-amount {
    white-space: normal;
  }

  .phone-field,
  .flyer-grid,
  .booking-actions {
    grid-template-columns: 1fr;
  }

  .source-options {
    grid-template-columns: 1fr;
  }
}

@media print {
  .site-header,
  .chat-launcher,
  .chat-box,
  .booking-section,
  .faq-section,
  .site-footer,
  .full-price-actions {
    display: none !important;
  }

  .full-price-section {
    padding: 0;
    color: #000;
    background: #fff;
  }

  .full-price-card,
  .full-price-hero {
    break-inside: avoid;
    color: #000;
    background: #fff;
    border-color: #ddd;
    box-shadow: none;
  }

  .full-price-card h2,
  .full-price-hero strong,
  .full-price-amount,
  .full-price-table th {
    color: #000;
  }

  .full-price-sub,
  .full-price-card li,
  .full-price-hero p {
    color: #222;
  }
}


/* RTL hero and Arabic layout fixes */
html[lang="ar"] body {
  font-family: "Segoe UI", "Tahoma", Arial, sans-serif;
}

html[lang="ar"] .hero-section {
  justify-items: end;
  text-align: right;
}

html[lang="ar"] .hero-media {
  background-position: left center;
}

html[lang="ar"] .hero-shade {
  background:
    linear-gradient(260deg, rgba(8, 8, 10, 0.98) 0%, rgba(18, 18, 20, 0.86) 50%, rgba(20, 16, 16, 0.24) 100%),
    linear-gradient(0deg, rgba(10, 10, 12, 0.78) 0%, transparent 46%);
}

html[lang="ar"] .hero-content {
  justify-self: end;
  text-align: right;
  max-width: min(760px, 100%);
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(241, 212, 134, 0.18);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(8, 8, 10, 0.82), rgba(8, 8, 10, 0.52));
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

html[lang="ar"] .hero-content h1,
html[lang="ar"] .hero-lede,
html[lang="ar"] .hero-content .eyebrow {
  max-width: 100%;
}

html[lang="ar"] .hero-actions {
  justify-content: flex-start;
}

html[lang="ar"] .hero-panel {
  left: clamp(18px, 5vw, 72px);
  right: auto;
  text-align: right;
}

html[lang="ar"] .section-copy,
html[lang="ar"] .section-copy.centered,
html[lang="ar"] .faq-item,
html[lang="ar"] .booking-form,
html[lang="ar"] .full-price-card,
html[lang="ar"] .full-price-hero,
html[lang="ar"] .package-summary,
html[lang="ar"] .book-section,
html[lang="ar"] .transfer-section,
html[lang="ar"] .site-footer {
  text-align: right;
}

html[lang="ar"] .full-price-item,
html[lang="ar"] .price-row,
html[lang="ar"] .expanded-price-item {
  direction: rtl;
}

html[lang="ar"] .full-price-amount {
  direction: ltr;
  unicode-bidi: isolate;
}

html[lang="ar"] .hero-lede,
html[lang="ar"] .section-copy p,
html[lang="ar"] .treatment-card p,
html[lang="ar"] .full-price-sub,
html[lang="ar"] .faq-item p {
  line-height: 1.9;
}

.hero-content,
.section-copy,
.treatment-card,
.full-price-card,
.faq-item,
.booking-form,
.package-summary {
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  html[lang="ar"] .hero-section {
    min-height: auto;
    padding-top: 118px;
    padding-bottom: 38px;
    align-items: start;
  }

  html[lang="ar"] .hero-panel {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
  }
}

@media (max-width: 640px) {
  html[lang="ar"] .hero-content {
    padding: 18px;
    border-radius: 22px;
  }

  html[lang="ar"] .hero-content h1 {
    font-size: clamp(42px, 14vw, 66px);
    line-height: 1;
  }

  html[lang="ar"] .hero-lede {
    font-size: 16px;
  }

  html[lang="ar"] .hero-actions {
    align-items: stretch;
  }

  html[lang="ar"] .hero-actions a {
    width: 100%;
  }
}


/* Final responsive / image polish pass */
.tourist-image {
  background-position: center top;
  background-size: cover;
}

@media (max-width: 1120px) {
  .tourist-section {
    grid-template-columns: 1fr;
    padding-top: clamp(54px, 7vw, 90px);
  }

  .tourist-image {
    min-height: min(620px, 68vw);
    order: 2;
  }

  .tourist-copy {
    order: 1;
  }
}

.hero-section {
  max-width: 100vw;
  isolation: isolate;
}

.hero-content {
  width: min(840px, calc(100vw - clamp(36px, 10vw, 144px)));
}

.hero-content h1 {
  overflow-wrap: normal;
  word-break: normal;
}

html[lang="ar"] .hero-section {
  justify-items: start;
}

html[lang="ar"] .hero-content {
  justify-self: start;
  margin-inline-start: 0;
  margin-inline-end: auto;
  width: min(760px, calc(100vw - 36px));
}

@media (max-width: 1120px) {
  html[lang="ar"] .hero-section {
    justify-items: stretch;
  }

  html[lang="ar"] .hero-content {
    justify-self: stretch;
    width: 100%;
  }

  html[lang="ar"] .tourist-section,
  html[lang="ar"] .guide-section,
  html[lang="ar"] .booking-section,
  html[lang="ar"] .site-footer,
  html[lang="ar"] .book-intro,
  html[lang="ar"] .package-stage {
    grid-template-columns: 1fr;
  }

  html[lang="ar"] .tourist-image {
    order: 2;
  }

  html[lang="ar"] .tourist-copy {
    order: 1;
  }
}

@media (max-width: 760px) {
  .hero-content {
    width: 100%;
  }

  .hero-content h1 {
    font-size: clamp(44px, 15vw, 76px);
    line-height: 0.98;
  }

  .tourist-image {
    min-height: 420px;
  }
}


/* Translation QA fix: protect Arabic layout and avoid text spilling over images. */
html[lang="ar"] .hero-content,
html[lang="ar"] .section-copy,
html[lang="ar"] .booking-copy,
html[lang="ar"] .guide-copy,
html[lang="ar"] .tourist-copy,
html[lang="ar"] .transfer-copy {
  text-align: right;
  line-height: 1.85;
}
html[lang="ar"] .hero-section {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
}
html[lang="ar"] .hero-content {
  max-width: 760px;
  padding: clamp(28px, 4vw, 58px);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(8,8,10,.82), rgba(8,8,10,.54));
  backdrop-filter: blur(10px);
}
html[lang="ar"] .hero-content h1,
html[lang="ar"] .hero-content .hero-lede,
html[lang="ar"] .hero-content .eyebrow {
  max-width: 100%;
  overflow-wrap: break-word;
}
html[lang="ar"] .hero-actions {
  justify-content: flex-start;
}
html[lang="ar"] .full-price-item,
html[lang="ar"] .transfer-row,
html[lang="ar"] .proof-strip,
html[lang="ar"] .form-grid,
html[lang="ar"] .booking-actions,
html[lang="ar"] .hero-actions {
  direction: rtl;
}
html[lang="ar"] input,
html[lang="ar"] textarea,
html[lang="ar"] select {
  text-align: right;
}
@media (max-width: 1120px) {
  html[lang="ar"] .hero-section {
    grid-template-columns: 1fr;
  }
  html[lang="ar"] .hero-media {
    min-height: 460px;
    opacity: .58;
  }
  html[lang="ar"] .hero-content {
    margin: 0 auto;
  }
}


/* Live currency conversion for the fixed EUR price list */
.currency-converter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
  align-items: center;
  margin: -6px 0 30px;
  padding: 20px;
  border: 1px solid rgba(241, 212, 134, 0.24);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(241, 212, 134, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(10, 10, 10, 0.72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.currency-converter-copy h3 {
  margin: 8px 0 6px;
  color: #fff;
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.1;
}

.currency-converter-copy p,
.currency-rate-status {
  margin: 0;
  color: rgba(248, 241, 228, 0.76);
  line-height: 1.65;
  font-size: 14px;
}

.currency-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(241, 212, 134, 0.13);
  border: 1px solid rgba(241, 212, 134, 0.26);
  color: var(--gold-2);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.currency-converter-control {
  display: grid;
  gap: 9px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.currency-converter-control label {
  color: var(--gold-2);
  font-weight: 800;
  font-size: 14px;
}

.currency-converter-control select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(241, 212, 134, 0.32);
  background: rgba(12, 12, 12, 0.96);
  color: #fff;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  outline: none;
}

.currency-converter-control select:focus {
  border-color: rgba(241, 212, 134, 0.85);
  box-shadow: 0 0 0 3px rgba(241, 212, 134, 0.16);
}

.currency-rate-status {
  min-height: 22px;
  font-size: 12px;
}

.currency-converted {
  display: block;
  margin-top: 4px;
  color: #8ff0c4;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.01em;
  line-height: 1.35;
  white-space: normal;
}

.full-price-amount .currency-converted,
.transfer-card strong .currency-converted,
.treatment-card b .currency-converted,
.package-tab .currency-converted,
#packageLabel .currency-converted {
  text-align: inherit;
}

.full-price-table td .currency-converted {
  font-size: 11px;
}

html[lang="ar"] .currency-converter-panel,
html[lang="ar"] .currency-converter-control,
html[lang="ar"] .currency-converter-copy {
  direction: rtl;
  text-align: right;
}

@media (max-width: 820px) {
  .currency-converter-panel {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}

@media print {
  .currency-converter-panel {
    display: none !important;
  }
}

.currency-disclaimer {
  margin-top: 8px !important;
  color: rgba(255, 236, 177, 0.9) !important;
  font-weight: 750;
}


/* Service visuals enhancement */
.treatment-card { overflow: hidden; }
.treatment-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: -8px 0 16px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(217,185,106,.18);
  background: linear-gradient(145deg, rgba(15,23,36,.98), rgba(24,38,54,.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.treatment-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
html[lang="ar"] .treatment-visual { margin-bottom: 18px; }
@media (max-width: 720px) {
  .treatment-visual { aspect-ratio: 4 / 3; }
}


/* Floating contact stack: Consultation + WhatsApp + AI */
.floating-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.floating-actions .chat-launcher {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 1;
  flex: 0 0 auto;
}

.floating-action {
  min-width: 66px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 246, 220, 0.24);
  border-radius: 999px;
  padding: 10px 16px 10px 12px;
  color: #fff;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.34);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.floating-action:hover,
.floating-action:focus-visible {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
}

.floating-action-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  font-size: 18px;
}

.consultation-launcher {
  color: #161007;
  background:
    radial-gradient(circle at 24% 20%, rgba(255,255,255,.72), transparent 18%),
    linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 18px 55px rgba(196, 154, 63, 0.38);
}

.consultation-launcher .floating-action-icon {
  color: #161007;
  background: rgba(255,255,255,.32);
}

.whatsapp-launcher {
  background: linear-gradient(135deg, #25D366, #128C7E);
  box-shadow: 0 18px 55px rgba(37, 211, 102, 0.24);
}

.whatsapp-launcher .floating-action-icon {
  background: rgba(255,255,255,.18);
}

.chat-open .floating-actions .chat-launcher {
  display: none;
}

.chat-open .floating-actions {
  z-index: 78;
}

.consultation-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(10px);
}

.consultation-modal.is-open {
  display: flex;
}

.consultation-panel {
  position: relative;
  width: min(840px, 100%);
  max-height: calc(100svh - 48px);
  overflow: auto;
  border: 1px solid rgba(241, 212, 134, .28);
  border-radius: 28px;
  padding: 30px;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 0%, rgba(241, 212, 134, .14), transparent 30%),
    radial-gradient(circle at 92% 6%, rgba(47,132,123,.16), transparent 30%),
    #0a0807;
  box-shadow: 0 34px 120px rgba(0,0,0,.58);
}

.consultation-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(241, 212, 134, .34);
  color: var(--gold-2);
  background: rgba(255,255,255,.04);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.consultation-head {
  max-width: 680px;
  margin-bottom: 22px;
}

.consultation-head h2 {
  margin: 6px 0 10px;
  color: var(--white);
}

.consultation-head p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.7;
}

.consultation-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.consultation-form .full {
  grid-column: 1 / -1;
}

.consultation-form label,
.consult-confirm {
  color: rgba(255,255,255,.88);
  font-weight: 850;
}

.consultation-form input,
.consultation-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid rgba(241, 212, 134, .2);
  border-radius: 16px;
  padding: 14px 15px;
  color: var(--white);
  background: rgba(255,255,255,.06);
  outline: none;
  font: inherit;
}

.consultation-form input::placeholder,
.consultation-form textarea::placeholder {
  color: rgba(255,255,255,.43);
}

.consult-photo-note {
  padding: 16px 18px;
  border: 1px solid rgba(37, 211, 102, .24);
  border-radius: 18px;
  background: rgba(37, 211, 102, .08);
}

.consult-photo-note strong {
  display: block;
  margin-bottom: 5px;
  color: #bff8d2;
}

.consult-photo-note p {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.consult-confirm {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid rgba(241, 212, 134, .16);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}

.consult-confirm input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: #25D366;
}

.consultation-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

html[lang="ar"] .consultation-panel,
html[lang="ar"] .consultation-form input,
html[lang="ar"] .consultation-form textarea {
  direction: rtl;
  text-align: right;
}

html[lang="ar"] .consultation-close {
  right: auto;
  left: 16px;
}

@media (max-width: 720px) {
  .floating-actions {
    right: 14px;
    bottom: 14px;
    gap: 10px;
  }

  .floating-action {
    min-height: 52px;
    padding: 8px 12px;
  }

  .floating-action-label {
    display: none;
  }

  .consultation-modal {
    padding: 10px;
  }

  .consultation-panel {
    max-height: calc(100svh - 20px);
    padding: 24px 16px 18px;
    border-radius: 22px;
  }

  .consultation-form {
    grid-template-columns: 1fr;
  }
}


/* Hero logo placement + compact quick action buttons */
.hero-logo-watermark {
  position: absolute;
  left: clamp(28px, 5.2vw, 94px);
  top: clamp(128px, 16vh, 176px);
  z-index: 3;
  width: clamp(96px, 10vw, 150px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(241, 212, 134, 0.34);
  border-radius: 28px;
  background:
    radial-gradient(circle at 30% 22%, rgba(241, 212, 134, 0.22), transparent 34%),
    rgba(5, 5, 6, 0.34);
  box-shadow: 0 22px 70px rgba(0,0,0,.34);
  backdrop-filter: blur(8px);
}

.hero-logo-watermark img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.45));
}

.floating-actions {
  right: 20px;
  bottom: 20px;
  align-items: center;
  gap: 12px;
}

.floating-action,
.floating-actions .chat-launcher {
  width: 66px;
  height: 66px;
  min-width: 66px;
  min-height: 66px;
  padding: 0;
  border-radius: 50%;
}

.floating-action-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.floating-action {
  position: relative;
}

.floating-action::after,
.floating-actions .chat-launcher::after {
  content: attr(data-tooltip);
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  padding: 9px 12px;
  border: 1px solid rgba(241, 212, 134, 0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 8, 7, 0.88);
  box-shadow: 0 14px 40px rgba(0,0,0,.34);
  transition: opacity .18s ease, transform .18s ease;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .02em;
}

.floating-actions .chat-launcher::after {
  content: "AI Assistant";
}

.floating-action:hover::after,
.floating-action:focus-visible::after,
.floating-actions .chat-launcher:hover::after,
.floating-actions .chat-launcher:focus-visible::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.floating-action-icon {
  width: 42px;
  height: 42px;
  font-size: 20px;
}

.consultation-launcher .floating-action-icon {
  font-size: 21px;
}

.whatsapp-launcher .floating-action-icon {
  font-size: 22px;
}

@media (min-width: 981px) {
  .hero-content {
    padding-top: clamp(118px, 17vh, 172px);
  }
  .hero-panel {
    right: clamp(108px, 8vw, 150px);
  }
}

@media (max-width: 980px) {
  .hero-logo-watermark {
    top: 112px;
    left: 22px;
    width: 96px;
    border-radius: 22px;
  }
  .hero-content {
    padding-top: 112px;
  }
  .floating-action::after,
  .floating-actions .chat-launcher::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .hero-logo-watermark {
    position: relative;
    top: auto;
    left: auto;
    z-index: 3;
    width: 86px;
    margin: 0 0 22px;
  }
  .hero-content {
    padding-top: 0;
  }
  .floating-actions {
    right: 12px;
    bottom: 12px;
  }
  .floating-action,
  .floating-actions .chat-launcher {
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
  }
  .floating-action-icon {
    width: 38px;
    height: 38px;
  }
}


/* Final hero polish: larger logo + guide card button */
.hero-logo-watermark {
  left: clamp(18px, 5vw, 72px);
  top: clamp(124px, 15vh, 168px);
  width: clamp(165px, 13.5vw, 230px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 30% 20%, rgba(241, 212, 134, 0.28), transparent 34%),
    radial-gradient(circle at 72% 80%, rgba(57, 201, 171, 0.08), transparent 36%),
    rgba(5, 5, 6, 0.42);
}

.hero-logo-watermark img {
  width: 78%;
  height: 78%;
}

.hero-panel-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 18px;
  padding: 12px 18px;
  border: 1px solid rgba(241, 212, 134, 0.42);
  border-radius: 999px;
  color: #151006;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 14px 34px rgba(196, 154, 63, 0.25);
  font-weight: 950;
  text-decoration: none;
}

.hero-panel-cta:hover,
.hero-panel-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(196, 154, 63, 0.34);
}

#guide-reader {
  scroll-margin-top: 110px;
}

@media (min-width: 981px) {
  .hero-content {
    padding-top: clamp(230px, 28vh, 300px);
  }
}

@media (max-width: 980px) {
  .hero-logo-watermark {
    width: 132px;
    top: 104px;
    left: 22px;
    border-radius: 26px;
  }

  .hero-content {
    padding-top: 170px;
  }
}

@media (max-width: 720px) {
  .hero-logo-watermark {
    width: 118px;
    margin-bottom: 20px;
  }

  .hero-content {
    padding-top: 0;
  }
}


/* =========================================================
   FULL LIGHT MODE FIX — Light means the whole website is light
   ========================================================= */

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 96px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(196, 154, 63, 0.34);
  border-radius: 999px;
  color: #151006;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(241,212,134,.70));
  box-shadow: 0 14px 34px rgba(196, 154, 63, 0.14);
  font-weight: 950;
  cursor: pointer;
}

.theme-toggle-icon {
  font-size: 16px;
  line-height: 1;
}

.theme-toggle-label {
  font-size: 13px;
  letter-spacing: .02em;
}

@media (max-width: 900px) {
  .theme-toggle {
    min-width: 82px;
    height: 42px;
    padding: 0 12px;
  }
}

@media (max-width: 640px) {
  .theme-toggle {
    min-width: 44px;
    width: 44px;
    padding: 0;
    border-radius: 50%;
  }

  .theme-toggle-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }
}

/* Light mode is the default and covers EVERYTHING */
html[data-theme="light"],
body[data-theme="light"] {
  color-scheme: light;
}

body[data-theme="light"] {
  --ink: #111216;
  --ink-2: #202229;
  --paper: #fbf7f1;
  --paper-2: #f3ece2;
  --muted: #6f6861;
  --line: rgba(17,18,22,.12);
  --shadow: 0 20px 56px rgba(16, 18, 24, 0.12);
  color: #111216 !important;
  background: #fbf7f1 !important;
}

/* Header, menus, and controls in light mode */
body[data-theme="light"] .site-header {
  background: rgba(251, 247, 241, 0.94) !important;
  color: #111216 !important;
  border-bottom-color: rgba(17,18,22,.08) !important;
}

body[data-theme="light"] .brand strong,
body[data-theme="light"] .main-nav a,
body[data-theme="light"] .language-menu button {
  color: #111216 !important;
}

body[data-theme="light"] .brand small {
  color: #6b655e !important;
}

body[data-theme="light"] .main-nav,
body[data-theme="light"] .language-menu {
  color: #111216 !important;
  background: rgba(255, 252, 247, 0.98) !important;
  border-color: rgba(17,18,22,.10) !important;
  box-shadow: 0 24px 70px rgba(16,18,24,.16) !important;
}

body[data-theme="light"] .nav-toggle,
body[data-theme="light"] .language-current,
body[data-theme="light"] .theme-toggle {
  color: #151006 !important;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(241,212,134,.70)) !important;
  border-color: rgba(196,154,63,.32) !important;
}

body[data-theme="light"] .nav-toggle span {
  background: #111216 !important;
}

/* Hero is light too — not black */
body[data-theme="light"] .hero-section {
  color: #111216 !important;
  background: #fbf7f1 !important;
}

body[data-theme="light"] .hero-shade {
  background:
    linear-gradient(100deg, rgba(251,247,241,.97) 0%, rgba(251,247,241,.86) 44%, rgba(251,247,241,.36) 100%),
    linear-gradient(0deg, rgba(251,247,241,.94) 0%, rgba(251,247,241,.22) 55%) !important;
}

body[data-theme="light"] .hero-content {
  color: #111216 !important;
  background: rgba(255, 250, 243, 0.72) !important;
  border: 1px solid rgba(196,154,63,.22) !important;
  border-radius: 30px !important;
  padding: clamp(20px, 2.4vw, 30px) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 22px 60px rgba(16,18,24,.12) !important;
}

body[data-theme="light"] .hero-logo-watermark,
body[data-theme="light"] .hero-panel {
  color: #111216 !important;
  background: rgba(255,250,243,.88) !important;
  border-color: rgba(196,154,63,.28) !important;
  box-shadow: 0 22px 60px rgba(16,18,24,.12) !important;
}

body[data-theme="light"] .hero-content h1,
body[data-theme="light"] .hero-panel h2,
body[data-theme="light"] .hero-panel strong {
  color: #111216 !important;
}

body[data-theme="light"] .hero-lede,
body[data-theme="light"] .hero-panel p {
  color: #47413c !important;
}

body[data-theme="light"] .secondary-btn,
body[data-theme="light"] .secondary-dark-btn {
  color: #111216 !important;
  background: rgba(255,255,255,.76) !important;
  border-color: rgba(17,18,22,.18) !important;
}

/* Every section becomes light */
body[data-theme="light"] main,
body[data-theme="light"] .proof-strip,
body[data-theme="light"] .intro-section,
body[data-theme="light"] .treatment-section,
body[data-theme="light"] .price-section,
body[data-theme="light"] .expanded-price-section,
body[data-theme="light"] .packages-section,
body[data-theme="light"] .book-intro,
body[data-theme="light"] .guide-section,
body[data-theme="light"] .transfer-section,
body[data-theme="light"] .tourist-section,
body[data-theme="light"] .results-section,
body[data-theme="light"] .booking-section,
body[data-theme="light"] .faq-section,
body[data-theme="light"] .site-footer,
body[data-theme="light"] .mobile-luxury-strip {
  background: #fbf7f1 !important;
  color: #111216 !important;
}

/* Cards, boxes, forms, price list, guide, chat, modal */
body[data-theme="light"] .proof-strip div,
body[data-theme="light"] .intro-card,
body[data-theme="light"] .treatment-card,
body[data-theme="light"] .price-card,
body[data-theme="light"] .price-note,
body[data-theme="light"] .price-list-box,
body[data-theme="light"] .package-card,
body[data-theme="light"] .expanded-price-card,
body[data-theme="light"] .guide-cards article,
body[data-theme="light"] .transfer-card,
body[data-theme="light"] .tourist-copy,
body[data-theme="light"] .timeline article,
body[data-theme="light"] .faq-item,
body[data-theme="light"] .booking-form,
body[data-theme="light"] .full-price-item,
body[data-theme="light"] .expanded-price-item,
body[data-theme="light"] .currency-converter-box,
body[data-theme="light"] .pdf-reader,
body[data-theme="light"] .consultation-panel,
body[data-theme="light"] .chat-box,
body[data-theme="light"] .chat-shell,
body[data-theme="light"] .mobile-luxury-card {
  background: #fffaf3 !important;
  color: #111216 !important;
  border-color: rgba(17,18,22,.10) !important;
  box-shadow: 0 18px 50px rgba(16,18,24,.10) !important;
}

/* Text colors in light mode */
body[data-theme="light"] h1,
body[data-theme="light"] h2,
body[data-theme="light"] h3,
body[data-theme="light"] h4,
body[data-theme="light"] strong,
body[data-theme="light"] label,
body[data-theme="light"] .price-row strong,
body[data-theme="light"] .expanded-price-item strong,
body[data-theme="light"] .full-price-item strong {
  color: #111216 !important;
}

body[data-theme="light"] .section-copy p:not(.eyebrow),
body[data-theme="light"] .intro-card p,
body[data-theme="light"] .treatment-card p,
body[data-theme="light"] .price-card p,
body[data-theme="light"] .price-card li,
body[data-theme="light"] .expanded-price-item span,
body[data-theme="light"] .full-price-item span,
body[data-theme="light"] .guide-section p,
body[data-theme="light"] .transfer-card p,
body[data-theme="light"] .tourist-copy p,
body[data-theme="light"] .timeline p,
body[data-theme="light"] .faq-item p,
body[data-theme="light"] .site-footer p,
body[data-theme="light"] .site-footer li,
body[data-theme="light"] .reader-note,
body[data-theme="light"] .consultation-head p,
body[data-theme="light"] .consult-photo-note p,
body[data-theme="light"] .consult-confirm,
body[data-theme="light"] .mobile-luxury-card p {
  color: #5f5851 !important;
}

/* Inputs and dropdowns */
body[data-theme="light"] input,
body[data-theme="light"] select,
body[data-theme="light"] textarea {
  color: #111216 !important;
  background: #ffffff !important;
  border-color: rgba(17,18,22,.12) !important;
}

body[data-theme="light"] input::placeholder,
body[data-theme="light"] textarea::placeholder {
  color: rgba(17,18,22,.42) !important;
}

body[data-theme="light"] .consultation-modal {
  background: rgba(251,247,241,.74) !important;
}

body[data-theme="light"] .consult-photo-note {
  background: rgba(37,211,102,.08) !important;
  border-color: rgba(37,211,102,.22) !important;
}

body[data-theme="light"] .consult-photo-note strong {
  color: #0b6b3b !important;
}

body[data-theme="light"] .site-footer a {
  color: #111216 !important;
}

body[data-theme="light"] .pdf-reader iframe {
  background: #ffffff !important;
}

/* Keep dark mode available when the button is clicked */
body[data-theme="dark"] {
  --ink: #f7f4ef;
  --ink-2: #efe8dc;
  --paper: #0d1014;
  --paper-2: #141920;
  --muted: #b7b3ab;
  --line: rgba(255,255,255,.10);
  --shadow: 0 24px 70px rgba(0,0,0,.35);
  color: var(--ink);
  background: var(--paper);
}

body[data-theme="dark"] .site-header {
  background: rgba(10,12,15,.88) !important;
  border-bottom-color: rgba(255,255,255,.08) !important;
}

body[data-theme="dark"] .main-nav,
body[data-theme="dark"] .language-menu,
body[data-theme="dark"] .intro-card,
body[data-theme="dark"] .treatment-card,
body[data-theme="dark"] .price-card,
body[data-theme="dark"] .price-note,
body[data-theme="dark"] .price-list-box,
body[data-theme="dark"] .package-card,
body[data-theme="dark"] .expanded-price-card,
body[data-theme="dark"] .guide-cards article,
body[data-theme="dark"] .transfer-card,
body[data-theme="dark"] .tourist-copy,
body[data-theme="dark"] .faq-item,
body[data-theme="dark"] .booking-form,
body[data-theme="dark"] .consultation-panel,
body[data-theme="dark"] .chat-box,
body[data-theme="dark"] .chat-shell,
body[data-theme="dark"] .full-price-item,
body[data-theme="dark"] .expanded-price-item,
body[data-theme="dark"] .currency-converter-box {
  background: #151a21 !important;
  color: var(--ink) !important;
  border-color: rgba(255,255,255,.08) !important;
}

body[data-theme="dark"] .proof-strip,
body[data-theme="dark"] .intro-section,
body[data-theme="dark"] .treatment-section,
body[data-theme="dark"] .price-section,
body[data-theme="dark"] .packages-section,
body[data-theme="dark"] .expanded-price-section,
body[data-theme="dark"] .book-intro,
body[data-theme="dark"] .guide-section,
body[data-theme="dark"] .transfer-section,
body[data-theme="dark"] .tourist-section,
body[data-theme="dark"] .results-section,
body[data-theme="dark"] .booking-section,
body[data-theme="dark"] .faq-section,
body[data-theme="dark"] .site-footer {
  background: #0d1014 !important;
  color: var(--ink) !important;
}

body[data-theme="dark"] .brand strong,
body[data-theme="dark"] .main-nav a,
body[data-theme="dark"] h1,
body[data-theme="dark"] h2,
body[data-theme="dark"] h3,
body[data-theme="dark"] strong,
body[data-theme="dark"] label {
  color: var(--ink) !important;
}

body[data-theme="dark"] .brand small,
body[data-theme="dark"] p,
body[data-theme="dark"] li,
body[data-theme="dark"] .reader-note {
  color: rgba(255,255,255,.72) !important;
}

body[data-theme="dark"] input,
body[data-theme="dark"] select,
body[data-theme="dark"] textarea {
  color: var(--ink) !important;
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.08) !important;
}

/* === Bottom text / footer alignment fix === */
.site-footer {
  align-items: start;
}

.site-footer > div {
  min-width: 0;
}

.site-footer p,
.site-footer a:not(.brand),
.site-footer h3,
.site-footer .brand span {
  overflow-wrap: anywhere;
  word-break: normal;
}

.site-footer .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.site-footer .brand small {
  display: block !important;
  margin-top: 4px;
}

.site-footer h3 {
  margin: 0 0 14px;
}

.site-footer p {
  margin: 0;
}

body[data-theme="light"] .site-footer {
  border-top: 1px solid rgba(17,18,22,.08) !important;
  background: linear-gradient(180deg, #fffaf3 0%, #f7efe4 100%) !important;
}

body[data-theme="light"] .site-footer .brand strong,
body[data-theme="light"] .site-footer h3 {
  color: #111216 !important;
}

body[data-theme="light"] .site-footer .brand small,
body[data-theme="light"] .site-footer p {
  color: #5f5851 !important;
}

body[data-theme="light"] .site-footer a:not(.brand) {
  color: #3c3731 !important;
}

body[data-theme="light"] .site-footer a:not(.brand):hover,
body[data-theme="light"] .site-footer a:not(.brand):focus-visible {
  color: #9b6b1f !important;
}

@media (max-width: 900px) {
  .site-footer {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    padding: 44px 20px 150px !important;
  }

  .site-footer .brand {
    align-items: center;
  }

  .site-footer a:not(.brand) {
    margin: 9px 0;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding-bottom: 170px !important;
  }

  .site-footer .brand strong {
    font-size: 16px;
  }

  .site-footer .brand small {
    font-size: 11px;
    line-height: 1.25;
  }
}

html[lang="ar"] .site-footer {
  text-align: right;
}

html[lang="ar"] .site-footer .brand {
  direction: rtl;
}

html[lang="ar"] .site-footer a:not(.brand) {
  text-align: right;
}


/* =========================================================
   FULL CODE REVIEW FINAL PATCH
   Purpose: clean final Light/Dark modes + mobile/readability polish
   Added after all previous CSS so it wins safely.
   ========================================================= */

/* Base colors used by final patch */
:root {
  --bbb-light-bg: #fbf7ef;
  --bbb-light-bg-2: #fffaf2;
  --bbb-light-card: rgba(255, 255, 255, 0.92);
  --bbb-light-card-solid: #ffffff;
  --bbb-light-text: #191713;
  --bbb-light-muted: #6f6658;
  --bbb-light-line: rgba(120, 92, 40, 0.18);
  --bbb-dark-bg: #0d1014;
  --bbb-dark-bg-2: #131820;
  --bbb-dark-card: #151a21;
  --bbb-dark-text: #f6f0e6;
  --bbb-dark-muted: rgba(255, 255, 255, 0.72);
  --bbb-dark-line: rgba(255, 255, 255, 0.10);
}

/* Strong light mode: every non-hero section becomes truly light */
html[data-theme="light"],
body[data-theme="light"] {
  color-scheme: light;
  background: var(--bbb-light-bg) !important;
  color: var(--bbb-light-text) !important;
}

body[data-theme="light"] section:not(.hero-section),
body[data-theme="light"] .site-footer,
body[data-theme="light"] .proof-strip,
body[data-theme="light"] .intro-section,
body[data-theme="light"] .treatment-section,
body[data-theme="light"] .full-price-section,
body[data-theme="light"] .packages-section,
body[data-theme="light"] .book-section,
body[data-theme="light"] .guide-section,
body[data-theme="light"] .transfer-section,
body[data-theme="light"] .tourist-section,
body[data-theme="light"] .results-section,
body[data-theme="light"] .booking-section,
body[data-theme="light"] .faq-section {
  background: var(--bbb-light-bg) !important;
  color: var(--bbb-light-text) !important;
}

body[data-theme="light"] .site-header {
  background: rgba(255, 250, 242, 0.92) !important;
  border-bottom-color: rgba(120, 92, 40, 0.16) !important;
  box-shadow: 0 14px 42px rgba(55, 40, 20, 0.08) !important;
}

body[data-theme="light"] .brand strong,
body[data-theme="light"] .main-nav a,
body[data-theme="light"] .section-copy h2,
body[data-theme="light"] .intro-card h3,
body[data-theme="light"] .treatment-card span,
body[data-theme="light"] .treatment-card h3,
body[data-theme="light"] .package-card h3,
body[data-theme="light"] .transfer-card h3,
body[data-theme="light"] .tourist-copy h2,
body[data-theme="light"] .faq-item h3,
body[data-theme="light"] .full-price-name,
body[data-theme="light"] .full-price-title,
body[data-theme="light"] .full-price-card h3,
body[data-theme="light"] .booking-form h3,
body[data-theme="light"] .consultation-panel h3,
body[data-theme="light"] .site-footer h3,
body[data-theme="light"] .site-footer strong {
  color: var(--bbb-light-text) !important;
}

body[data-theme="light"] .brand small,
body[data-theme="light"] .section-copy p:not(.eyebrow),
body[data-theme="light"] .intro-card p,
body[data-theme="light"] .treatment-card p,
body[data-theme="light"] .package-card p,
body[data-theme="light"] .transfer-card p,
body[data-theme="light"] .tourist-copy p,
body[data-theme="light"] .faq-item p,
body[data-theme="light"] .full-price-sub,
body[data-theme="light"] .currency-disclaimer,
body[data-theme="light"] .reader-note,
body[data-theme="light"] .site-footer p,
body[data-theme="light"] .site-footer li,
body[data-theme="light"] .site-footer a,
body[data-theme="light"] label,
body[data-theme="light"] .source-extra,
body[data-theme="light"] .source-check {
  color: var(--bbb-light-muted) !important;
}

/* Light cards, boxes, forms */
body[data-theme="light"] .proof-strip div,
body[data-theme="light"] .intro-card,
body[data-theme="light"] .treatment-card,
body[data-theme="light"] .package-card,
body[data-theme="light"] .package-summary,
body[data-theme="light"] .book-intro,
body[data-theme="light"] .book-cover,
body[data-theme="light"] .guide-card,
body[data-theme="light"] .guide-cards article,
body[data-theme="light"] .transfer-card,
body[data-theme="light"] .tourist-copy,
body[data-theme="light"] .results-card,
body[data-theme="light"] .faq-item,
body[data-theme="light"] .booking-form,
body[data-theme="light"] .consultation-panel,
body[data-theme="light"] .chat-box,
body[data-theme="light"] .chat-shell,
body[data-theme="light"] .full-price-shell,
body[data-theme="light"] .full-price-card,
body[data-theme="light"] .full-price-block,
body[data-theme="light"] .full-price-item,
body[data-theme="light"] .currency-converter-panel,
body[data-theme="light"] .reader-frame,
body[data-theme="light"] .pdf-reader {
  background: var(--bbb-light-card) !important;
  color: var(--bbb-light-text) !important;
  border-color: var(--bbb-light-line) !important;
  box-shadow: 0 18px 44px rgba(61, 42, 15, 0.08) !important;
}

/* Keep hero elegant in light mode without leaving it black */
body[data-theme="light"] .hero-section {
  background: #f5ead7 !important;
  color: var(--bbb-light-text) !important;
}

body[data-theme="light"] .hero-shade {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.95) 0%, rgba(255, 250, 242, 0.84) 40%, rgba(255, 250, 242, 0.28) 100%),
    linear-gradient(180deg, rgba(255, 250, 242, 0.28) 0%, rgba(251, 247, 239, 0.82) 100%) !important;
}

body[data-theme="light"] .hero-content,
body[data-theme="light"] .hero-panel,
body[data-theme="light"] .hero-logo-watermark {
  background: rgba(255, 255, 255, 0.74) !important;
  color: var(--bbb-light-text) !important;
  border-color: rgba(120, 92, 40, 0.18) !important;
  box-shadow: 0 20px 54px rgba(61, 42, 15, 0.12) !important;
}

body[data-theme="light"] .hero-content h1,
body[data-theme="light"] .hero-panel h2,
body[data-theme="light"] .hero-panel strong {
  color: var(--bbb-light-text) !important;
}

body[data-theme="light"] .hero-lede,
body[data-theme="light"] .hero-panel p {
  color: var(--bbb-light-muted) !important;
}

/* Inputs and controls */
body[data-theme="light"] input,
body[data-theme="light"] select,
body[data-theme="light"] textarea {
  background: #ffffff !important;
  color: var(--bbb-light-text) !important;
  border-color: rgba(120, 92, 40, 0.22) !important;
}

body[data-theme="light"] input::placeholder,
body[data-theme="light"] textarea::placeholder {
  color: rgba(25, 23, 19, 0.42) !important;
}

body[data-theme="light"] .main-nav,
body[data-theme="light"] .language-menu {
  background: rgba(255, 255, 255, 0.98) !important;
  color: var(--bbb-light-text) !important;
  border-color: var(--bbb-light-line) !important;
}

/* Buttons readability */
body[data-theme="light"] .secondary-btn,
body[data-theme="light"] .secondary-dark-btn,
body[data-theme="light"] .language-current,
body[data-theme="light"] .theme-toggle,
body[data-theme="light"] .package-tab,
body[data-theme="light"] .filter-btn {
  background: #ffffff !important;
  color: var(--bbb-light-text) !important;
  border-color: rgba(120, 92, 40, 0.24) !important;
}

body[data-theme="light"] .primary-btn,
body[data-theme="light"] .nav-cta,
body[data-theme="light"] .hero-panel-cta,
body[data-theme="light"] .package-tab.active,
body[data-theme="light"] .filter-btn.active {
  color: #1b1204 !important;
  background: linear-gradient(135deg, #f2d37b, #c99834) !important;
  border-color: rgba(156, 113, 32, 0.36) !important;
}

body[data-theme="light"] .nav-toggle span {
  background: var(--bbb-light-text) !important;
}

/* Service visuals must not stay black in light mode */
body[data-theme="light"] .treatment-visual {
  background: linear-gradient(145deg, #fffdf8, #f6ead6) !important;
  border-color: rgba(120, 92, 40, 0.16) !important;
}

/* Footer final correction */
body[data-theme="light"] .site-footer {
  border-top: 1px solid var(--bbb-light-line) !important;
  padding-bottom: 112px !important;
}

/* Dark mode still preserved and clear */
html[data-theme="dark"],
body[data-theme="dark"] {
  color-scheme: dark;
  background: var(--bbb-dark-bg) !important;
  color: var(--bbb-dark-text) !important;
}

body[data-theme="dark"] section:not(.hero-section),
body[data-theme="dark"] .site-footer,
body[data-theme="dark"] .proof-strip,
body[data-theme="dark"] .intro-section,
body[data-theme="dark"] .treatment-section,
body[data-theme="dark"] .full-price-section,
body[data-theme="dark"] .packages-section,
body[data-theme="dark"] .book-section,
body[data-theme="dark"] .guide-section,
body[data-theme="dark"] .transfer-section,
body[data-theme="dark"] .tourist-section,
body[data-theme="dark"] .results-section,
body[data-theme="dark"] .booking-section,
body[data-theme="dark"] .faq-section {
  background: var(--bbb-dark-bg) !important;
  color: var(--bbb-dark-text) !important;
}

body[data-theme="dark"] .proof-strip div,
body[data-theme="dark"] .intro-card,
body[data-theme="dark"] .treatment-card,
body[data-theme="dark"] .package-card,
body[data-theme="dark"] .package-summary,
body[data-theme="dark"] .book-intro,
body[data-theme="dark"] .book-cover,
body[data-theme="dark"] .guide-card,
body[data-theme="dark"] .guide-cards article,
body[data-theme="dark"] .transfer-card,
body[data-theme="dark"] .tourist-copy,
body[data-theme="dark"] .results-card,
body[data-theme="dark"] .faq-item,
body[data-theme="dark"] .booking-form,
body[data-theme="dark"] .consultation-panel,
body[data-theme="dark"] .chat-box,
body[data-theme="dark"] .chat-shell,
body[data-theme="dark"] .full-price-shell,
body[data-theme="dark"] .full-price-card,
body[data-theme="dark"] .full-price-block,
body[data-theme="dark"] .full-price-item,
body[data-theme="dark"] .currency-converter-panel,
body[data-theme="dark"] .reader-frame,
body[data-theme="dark"] .pdf-reader {
  background: var(--bbb-dark-card) !important;
  color: var(--bbb-dark-text) !important;
  border-color: var(--bbb-dark-line) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22) !important;
}

body[data-theme="dark"] .brand strong,
body[data-theme="dark"] .main-nav a,
body[data-theme="dark"] .section-copy h2,
body[data-theme="dark"] .intro-card h3,
body[data-theme="dark"] .treatment-card span,
body[data-theme="dark"] .treatment-card h3,
body[data-theme="dark"] .package-card h3,
body[data-theme="dark"] .transfer-card h3,
body[data-theme="dark"] .tourist-copy h2,
body[data-theme="dark"] .faq-item h3,
body[data-theme="dark"] .full-price-name,
body[data-theme="dark"] .full-price-title,
body[data-theme="dark"] .full-price-card h3,
body[data-theme="dark"] .booking-form h3,
body[data-theme="dark"] .consultation-panel h3,
body[data-theme="dark"] .site-footer h3,
body[data-theme="dark"] .site-footer strong {
  color: var(--bbb-dark-text) !important;
}

body[data-theme="dark"] .brand small,
body[data-theme="dark"] .section-copy p:not(.eyebrow),
body[data-theme="dark"] .intro-card p,
body[data-theme="dark"] .treatment-card p,
body[data-theme="dark"] .package-card p,
body[data-theme="dark"] .transfer-card p,
body[data-theme="dark"] .tourist-copy p,
body[data-theme="dark"] .faq-item p,
body[data-theme="dark"] .full-price-sub,
body[data-theme="dark"] .currency-disclaimer,
body[data-theme="dark"] .reader-note,
body[data-theme="dark"] .site-footer p,
body[data-theme="dark"] .site-footer li,
body[data-theme="dark"] .site-footer a,
body[data-theme="dark"] label,
body[data-theme="dark"] .source-extra,
body[data-theme="dark"] .source-check {
  color: var(--bbb-dark-muted) !important;
}

body[data-theme="dark"] input,
body[data-theme="dark"] select,
body[data-theme="dark"] textarea {
  background: rgba(255,255,255,0.05) !important;
  color: var(--bbb-dark-text) !important;
  border-color: var(--bbb-dark-line) !important;
}

body[data-theme="dark"] .site-header,
body[data-theme="dark"] .main-nav,
body[data-theme="dark"] .language-menu {
  background: rgba(13, 16, 20, 0.94) !important;
  border-color: var(--bbb-dark-line) !important;
}

body[data-theme="dark"] .secondary-btn,
body[data-theme="dark"] .secondary-dark-btn,
body[data-theme="dark"] .language-current,
body[data-theme="dark"] .theme-toggle,
body[data-theme="dark"] .package-tab,
body[data-theme="dark"] .filter-btn {
  background: rgba(255,255,255,0.06) !important;
  color: var(--bbb-dark-text) !important;
  border-color: var(--bbb-dark-line) !important;
}

body[data-theme="dark"] .nav-toggle span {
  background: var(--bbb-dark-text) !important;
}

/* Floating action safety so it doesn't cover text */
.floating-actions {
  z-index: 80 !important;
}

@media (max-width: 768px) {
  .site-header {
    gap: 8px !important;
    padding: 10px 12px !important;
  }

  .brand small {
    display: none !important;
  }

  .brand strong {
    font-size: 14px !important;
    line-height: 1.05 !important;
  }

  .brand-logo,
  .brand-mark {
    width: 42px !important;
    height: 42px !important;
  }

  .theme-toggle {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border-radius: 50% !important;
  }

  .theme-toggle-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  .language-current {
    min-width: 70px !important;
    height: 44px !important;
    padding: 0 10px !important;
  }

  .nav-toggle {
    width: 44px !important;
    height: 44px !important;
  }

  .hero-section {
    min-height: auto !important;
    padding: 92px 14px 28px !important;
  }

  .hero-content {
    max-width: 100% !important;
    padding-top: 0 !important;
  }

  .hero-logo-watermark {
    position: relative !important;
    inset: auto !important;
    width: 82px !important;
    min-height: 82px !important;
    margin: 0 0 14px !important;
    padding: 10px !important;
  }

  .hero-content h1 {
    max-width: 100% !important;
    font-size: clamp(38px, 14vw, 58px) !important;
    line-height: .94 !important;
  }

  .hero-lede {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .primary-btn,
  .secondary-btn,
  .secondary-dark-btn,
  .hero-panel-cta {
    width: 100% !important;
    min-height: 52px !important;
    text-align: center !important;
  }

  .hero-panel {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    margin-top: 16px !important;
  }

  .floating-actions {
    right: 8px !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 10px) !important;
    gap: 8px !important;
  }

  html[lang="ar"] .floating-actions {
    right: auto !important;
    left: 8px !important;
  }

  .floating-action,
  .floating-actions .chat-launcher {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
  }

  .floating-action-label,
  .floating-action::after,
  .floating-actions .chat-launcher::after {
    display: none !important;
  }

  .site-footer {
    padding-bottom: 128px !important;
  }
}

/* RTL final readability */
html[lang="ar"] body,
html[lang="ar"] .hero-content,
html[lang="ar"] .section-copy,
html[lang="ar"] .intro-card,
html[lang="ar"] .treatment-card,
html[lang="ar"] .package-card,
html[lang="ar"] .transfer-card,
html[lang="ar"] .tourist-copy,
html[lang="ar"] .booking-form,
html[lang="ar"] .faq-item,
html[lang="ar"] .site-footer {
  direction: rtl;
  text-align: right;
}

/* Guard against horizontal scroll */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
video,
iframe {
  max-width: 100%;
}

/* =========================================================
   DESKTOP: RESTORE THE FIRST ORIGINAL DESIGN LOOK
   Reference: beauty-botox-bar-ai-icon-opens-v14.zip
   Scope: desktop only. Mobile remains from the approved mobile version.
   ========================================================= */
@media (min-width: 901px) {
  body {
    min-width: 0 !important;
    background: var(--paper) !important;
  }

  .site-header {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    padding: 16px clamp(18px, 5vw, 72px) !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(17, 18, 22, 0.08) !important;
    background: rgba(251, 247, 241, 0.82) !important;
    box-shadow: none !important;
    backdrop-filter: blur(20px) !important;
  }

  body[data-theme="dark"] .site-header {
    background: rgba(13, 16, 20, 0.82) !important;
    border-bottom-color: rgba(255,255,255,.08) !important;
  }

  .brand-logo,
  .brand-mark {
    width: 46px !important;
    height: 46px !important;
  }

  .brand strong {
    font-size: 18px !important;
    line-height: 1.1 !important;
  }

  .brand small {
    display: block !important;
    margin-top: 3px !important;
    font-size: 11px !important;
    letter-spacing: 1.4px !important;
  }

  .main-nav {
    display: flex !important;
    align-items: center !important;
    gap: clamp(14px, 2vw, 28px) !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .main-nav a {
    padding: 0 !important;
    border-radius: 0 !important;
    color: var(--ink) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transform: none !important;
  }

  body[data-theme="dark"] .main-nav a {
    color: var(--ink) !important;
  }

  .main-nav a:hover {
    color: var(--teal) !important;
    background: transparent !important;
    transform: none !important;
  }

  .nav-cta {
    padding: 11px 18px !important;
    border-radius: 999px !important;
    color: #120d05 !important;
    background: linear-gradient(135deg, var(--gold-2), var(--gold)) !important;
  }

  .theme-toggle,
  .language-current {
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 999px !important;
  }

  .hero-section {
    position: relative !important;
    width: auto !important;
    max-width: none !important;
    min-height: 100svh !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: end !important;
    gap: 0 !important;
    padding: 132px clamp(18px, 5vw, 72px) 64px !important;
    overflow: hidden !important;
    color: var(--white) !important;
    background: var(--ink) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .hero-media {
    position: absolute !important;
    inset: 0 !important;
    background: url("hero.png") right center / cover no-repeat !important;
    transform: scale(1.02) !important;
  }

  .hero-shade {
    position: absolute !important;
    inset: 0 !important;
    background:
      linear-gradient(100deg, rgba(8, 8, 10, 0.96) 0%, rgba(18, 18, 20, 0.78) 42%, rgba(20, 16, 16, 0.24) 100%),
      linear-gradient(0deg, rgba(10, 10, 12, 0.72) 0%, transparent 45%) !important;
  }

  .hero-logo-watermark {
    position: absolute !important;
    left: clamp(18px, 5vw, 72px) !important;
    top: clamp(124px, 15vh, 168px) !important;
    right: auto !important;
    width: clamp(165px, 13.5vw, 230px) !important;
    min-height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
  }

  .hero-logo-watermark img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .hero-content {
    position: relative !important;
    z-index: 2 !important;
    max-width: 840px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .hero-content h1 {
    margin: 0 !important;
    max-width: 760px !important;
    font-size: clamp(56px, 11vw, 132px) !important;
    line-height: 0.88 !important;
    letter-spacing: 0 !important;
  }

  .hero-section .eyebrow {
    margin: 0 0 14px !important;
    color: var(--gold-2) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
  }

  .hero-lede {
    display: block !important;
    max-width: 680px !important;
    margin: 28px 0 0 !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: clamp(18px, 2vw, 23px) !important;
    line-height: 1.65 !important;
  }

  .mobile-hero-summary,
  .mobile-luxury-strip {
    display: none !important;
  }

  .hero-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    margin-top: 34px !important;
  }

  .primary-btn,
  .secondary-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-height: 50px !important;
    padding: 14px 24px !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }

  .secondary-btn {
    color: var(--white) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(14px) !important;
  }

  .hero-panel {
    display: block !important;
    position: absolute !important;
    right: clamp(18px, 5vw, 72px) !important;
    bottom: 58px !important;
    left: auto !important;
    z-index: 3 !important;
    width: min(360px, calc(100% - 36px)) !important;
    margin: 0 !important;
    padding: 26px !important;
    border: 1px solid rgba(241, 212, 134, 0.34) !important;
    border-radius: 8px !important;
    background: rgba(19, 18, 18, 0.72) !important;
    backdrop-filter: blur(18px) !important;
    box-shadow: var(--shadow) !important;
  }

  .hero-panel h2 {
    margin: 10px 0 !important;
    font-size: 30px !important;
    line-height: 1.1 !important;
  }

  .hero-panel p {
    margin: 0 0 18px !important;
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.55 !important;
  }

  .hero-panel strong {
    color: var(--gold-2) !important;
    font-size: 19px !important;
  }

  .proof-strip {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    border: 0 !important;
    border-bottom: 1px solid var(--line) !important;
    border-radius: 0 !important;
    background: var(--white) !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .proof-strip div {
    padding: 25px clamp(18px, 4vw, 42px) !important;
    border-right: 1px solid var(--line) !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .proof-strip div:last-child {
    border-right: 0 !important;
  }

  .proof-strip strong {
    display: block !important;
    font-size: clamp(19px, 2vw, 28px) !important;
  }

  .proof-strip span {
    display: block !important;
    margin-top: 4px !important;
    color: var(--muted) !important;
  }

  section {
    scroll-margin-top: 88px !important;
  }

  .intro-section,
  .treatment-section,
  .price-section,
  .full-price-section,
  .packages-section,
  .book-section,
  .transfer-section,
  .tourist-section,
  .results-section,
  .guide-section,
  .booking-section,
  .faq-section,
  .site-footer {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .intro-section,
  .treatment-section,
  .price-section,
  .full-price-section,
  .packages-section,
  .book-section,
  .transfer-section,
  .results-section,
  .guide-section,
  .booking-section,
  .faq-section {
    padding: clamp(70px, 8vw, 120px) clamp(18px, 5vw, 72px) !important;
  }

  .section-copy.centered {
    max-width: 850px !important;
    margin: 0 auto 44px !important;
    text-align: center !important;
  }

  .section-copy h2,
  .tourist-copy h2,
  .booking-copy h2,
  .guide-section h2 {
    margin: 0 !important;
    font-size: clamp(36px, 5.8vw, 72px) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
  }

  .section-copy p,
  .tourist-copy p,
  .guide-section > div > p,
  .booking-copy p {
    font-size: 18px !important;
    line-height: 1.75 !important;
  }

  .intro-grid,
  .treatment-grid,
  .transfer-grid,
  .goal-grid,
  .guide-cards {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 18px !important;
  }

  .guide-cards {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .intro-grid article,
  .treatment-card,
  .price-table,
  .mini-price-table,
  .transfer-card,
  .guide-cards article,
  .package-card,
  .faq-item,
  .goal-grid a,
  .book-highlights article,
  .full-price-card,
  .full-price-item,
  .expanded-price-item,
  .currency-converter-box,
  .booking-form,
  .consultation-panel,
  .chat-box,
  .chat-shell {
    border-radius: 8px !important;
  }

  .treatment-card {
    min-height: 265px !important;
    padding: 26px !important;
  }

  .treatment-card:hover,
  .intro-grid article:hover,
  .transfer-card:hover,
  .guide-cards article:hover,
  .package-card:hover,
  .faq-item:hover,
  .goal-grid a:hover {
    transform: translateY(-6px) !important;
    box-shadow: var(--shadow) !important;
  }

  .price-layout,
  .full-price-grid,
  .expanded-price-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 18px !important;
  }

  .book-section {
    background:
      linear-gradient(135deg, rgba(47, 132, 123, 0.1), transparent 44%),
      var(--ink) !important;
    color: var(--white) !important;
  }

  .book-intro {
    display: grid !important;
    grid-template-columns: minmax(280px, 1fr) minmax(240px, 380px) !important;
    gap: clamp(28px, 5vw, 70px) !important;
    align-items: center !important;
  }

  .package-stage {
    display: grid !important;
    grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr) !important;
    gap: 24px !important;
  }

  .package-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .tourist-section {
    display: grid !important;
    grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr) !important;
    min-height: 680px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .tourist-image {
    min-height: 680px !important;
  }

  .tourist-copy {
    padding: clamp(42px, 5vw, 72px) !important;
  }

  .booking-section {
    display: grid !important;
    grid-template-columns: minmax(320px, 0.36fr) minmax(0, 0.64fr) !important;
    gap: 34px !important;
    align-items: start !important;
  }

  .booking-copy {
    position: sticky !important;
    top: 108px !important;
  }

  .floating-actions {
    right: 22px !important;
    bottom: 22px !important;
  }

  html[lang="ar"] .hero-logo-watermark {
    left: auto !important;
    right: clamp(18px, 5vw, 72px) !important;
  }

  html[lang="ar"] .hero-panel {
    right: auto !important;
    left: clamp(18px, 5vw, 72px) !important;
  }

  html[lang="ar"] .proof-strip div {
    border-right: 0 !important;
    border-left: 1px solid var(--line) !important;
  }

  html[lang="ar"] .proof-strip div:last-child {
    border-left: 0 !important;
  }
}

/* =========================================================
   DESKTOP LAYOUT REFERENCE MATCH
   Inspired by the user's preferred first design screenshot
   ========================================================= */
@media (min-width: 1100px) {
  body {
    background: #fbf7f1;
  }

  .site-header {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto auto !important;
    align-items: center !important;
    gap: 24px !important;
    padding: 22px 36px !important;
    background: linear-gradient(180deg, rgba(4, 4, 7, 0.82), rgba(4, 4, 7, 0.48)) !important;
    border-bottom: 1px solid rgba(241, 212, 134, 0.10) !important;
    backdrop-filter: blur(16px) !important;
    box-shadow: none !important;
  }

  .brand {
    gap: 14px !important;
  }

  .brand-logo {
    width: 58px !important;
    height: 58px !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28) !important;
    border-color: rgba(241, 212, 134, 0.26) !important;
  }

  .brand strong {
    color: var(--gold-2) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 31px !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
  }

  .brand small {
    margin-top: 5px !important;
    color: rgba(241, 212, 134, 0.88) !important;
    font-size: 12px !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
  }

  .main-nav {
    justify-self: center !important;
    gap: 34px !important;
  }

  .main-nav a {
    position: relative !important;
    color: rgba(255, 255, 255, 0.94) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
    padding: 8px 0 !important;
  }

  .main-nav a:hover,
  .main-nav a:focus-visible {
    color: var(--gold-2) !important;
  }

  .main-nav a:first-child {
    color: var(--gold-2) !important;
  }

  .main-nav a:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold-2), var(--gold));
  }

  .nav-price-btn {
    color: rgba(255, 255, 255, 0.94) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 8px 0 !important;
  }

  .nav-cta {
    padding: 14px 30px !important;
    border: 1px solid rgba(241, 212, 134, 0.64) !important;
    border-radius: 999px !important;
    color: var(--gold-2) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03) !important;
  }

  .nav-cta:hover,
  .nav-cta:focus-visible {
    background: rgba(196, 154, 63, 0.12) !important;
  }

  .theme-toggle,
  .language-current {
    height: 48px !important;
    border-radius: 999px !important;
    border-color: rgba(241, 212, 134, 0.28) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  .theme-toggle {
    min-width: 56px !important;
    padding-inline: 16px !important;
  }

  .theme-toggle-label {
    color: #fff !important;
  }

  .language-menu {
    background: rgba(16, 14, 13, 0.96) !important;
    border-color: rgba(241, 212, 134, 0.22) !important;
  }

  .language-menu button {
    color: #fff !important;
  }

  .hero-section {
    min-height: 100vh !important;
    display: grid !important;
    grid-template-columns: minmax(420px, 0.92fr) minmax(500px, 1.08fr) !important;
    align-items: center !important;
    padding: 165px 40px 94px !important;
    background: #060607 !important;
  }

  .hero-media {
    background-position: 82% center !important;
    transform: scale(1.01) !important;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 5, 8, 0.98) 0%, rgba(6, 6, 9, 0.94) 32%, rgba(9, 9, 12, 0.74) 44%, rgba(8, 8, 10, 0.28) 65%, rgba(8, 8, 10, 0.08) 100%),
      linear-gradient(180deg, rgba(5, 5, 8, 0.16) 0%, rgba(5, 5, 8, 0.58) 100%) !important;
  }

  .hero-logo-watermark,
  .hero-panel {
    display: none !important;
  }

  .hero-content {
    max-width: 590px !important;
    align-self: center !important;
    padding-bottom: 110px !important;
  }

  .hero-section .eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    gap: 18px !important;
    margin-bottom: 22px !important;
    color: var(--gold-2) !important;
    font-size: 16px !important;
    letter-spacing: 2.4px !important;
  }

  .hero-section .eyebrow::before,
  .hero-section .eyebrow::after {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(241, 212, 134, 0), rgba(241, 212, 134, 0.95), rgba(241, 212, 134, 0));
  }

  .hero-content h1 {
    max-width: 560px !important;
    margin: 0 !important;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(86px, 7.2vw, 132px) !important;
    line-height: 0.88 !important;
    letter-spacing: -2px !important;
    text-transform: uppercase !important;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.26) !important;
  }

  .hero-content h1::first-line {
    color: var(--gold-2);
  }

  .hero-lede {
    max-width: 520px !important;
    margin-top: 24px !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 20px !important;
    line-height: 1.7 !important;
  }

  .hero-actions {
    margin-top: 34px !important;
    gap: 16px !important;
    align-items: center !important;
  }

  .primary-btn,
  .secondary-btn,
  .secondary-dark-btn {
    min-height: 60px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
  }

  .primary-btn {
    min-width: 390px !important;
    justify-content: space-between !important;
    padding: 0 28px !important;
    color: #151006 !important;
    background: linear-gradient(135deg, #f1d486, #c49a3f) !important;
    box-shadow: 0 20px 48px rgba(196, 154, 63, 0.28) !important;
  }

  .primary-btn::after {
    content: "→";
    font-size: 24px;
    line-height: 1;
  }

  .secondary-btn,
  .secondary-dark-btn {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: none !important;
  }

  .proof-strip {
    position: relative !important;
    z-index: 3 !important;
    width: min(640px, calc(100% - 80px)) !important;
    margin: -84px auto 0 40px !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .proof-strip div {
    min-height: 148px !important;
    padding: 22px 18px !important;
    border: 1px solid rgba(241, 212, 134, 0.12) !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, rgba(14, 14, 18, 0.9), rgba(14, 14, 18, 0.78)) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24) !important;
    text-align: center !important;
  }

  .proof-strip div:nth-child(n + 4) {
    display: none !important;
  }

  .proof-strip strong {
    color: var(--gold-2) !important;
    font-size: 19px !important;
  }

  .proof-strip span {
    margin-top: 8px !important;
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .intro-section {
    padding-top: 118px !important;
  }

  .intro-section,
  .treatment-section,
  .price-section,
  .full-price-section,
  .packages-section,
  .book-section,
  .transfer-section,
  .results-section,
  .guide-section,
  .booking-section,
  .faq-section,
  .site-footer {
    background: transparent !important;
  }

  .section-copy h2,
  .tourist-copy h2,
  .booking-copy h2,
  .guide-section h2 {
    font-family: Georgia, "Times New Roman", serif !important;
    letter-spacing: -0.02em !important;
  }

  .intro-grid article,
  .treatment-card,
  .price-table,
  .mini-price-table,
  .transfer-card,
  .guide-cards article,
  .package-card,
  .faq-item,
  .goal-grid a,
  .book-highlights article,
  .full-price-card,
  .full-price-item,
  .expanded-price-item,
  .currency-converter-box,
  .booking-form,
  .consultation-panel,
  .chat-box,
  .chat-shell {
    border-radius: 20px !important;
    border-color: rgba(17, 18, 22, 0.08) !important;
    box-shadow: 0 20px 50px rgba(16, 18, 24, 0.08) !important;
  }

  .floating-actions {
    right: 26px !important;
    bottom: 26px !important;
  }

  html[lang="ar"] .site-header {
    grid-template-columns: auto auto 1fr auto !important;
  }

  html[lang="ar"] .main-nav a:first-child::after {
    left: 0;
    right: 0;
  }

  html[lang="ar"] .proof-strip {
    margin: -84px 40px 0 auto !important;
  }
}

/* =========================================================
   DESKTOP HERO / HEADER MATCH - SECOND PASS
   Much closer to the provided reference image
   ========================================================= */
@media (min-width: 1180px) {
  .site-header {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 24px !important;
    padding: 24px 38px !important;
    background: linear-gradient(180deg, rgba(4,4,7,.84), rgba(4,4,7,.46)) !important;
    border-bottom: 1px solid rgba(241,212,134,.08) !important;
    backdrop-filter: blur(12px) !important;
    box-shadow: none !important;
  }

  .theme-toggle,
  .language-switcher {
    display: none !important;
  }

  .brand {
    gap: 14px !important;
  }

  .brand-logo {
    width: 58px !important;
    height: 58px !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .brand span {
    display: block;
  }

  .brand strong {
    color: #d8b15a !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 29px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  .brand small {
    display: block !important;
    margin-top: 7px !important;
    color: rgba(216,177,90,.95) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 4.5px !important;
    text-transform: uppercase !important;
  }

  .main-nav {
    justify-self: center !important;
    display: flex !important;
    align-items: center !important;
    gap: 42px !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
  }

  .main-nav a {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 0 !important;
    color: rgba(255,255,255,.95) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .main-nav a:hover,
  .main-nav a:focus-visible {
    color: #d8b15a !important;
  }

  .main-nav a:first-child {
    color: #d8b15a !important;
  }

  .main-nav a:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    border-radius: 999px;
    background: #d8b15a;
  }

  .nav-price-btn {
    color: rgba(255,255,255,.95) !important;
  }

  .nav-cta {
    justify-self: end !important;
    min-height: 52px !important;
    padding: 0 28px !important;
    border: 1.5px solid rgba(216,177,90,.88) !important;
    border-radius: 999px !important;
    color: #d8b15a !important;
    background: rgba(255,255,255,.02) !important;
    box-shadow: none !important;
  }

  .nav-cta::after {
    content: "◔";
    margin-left: 12px;
    font-size: 17px;
    line-height: 1;
  }

  .hero-section {
    min-height: 100vh !important;
    display: grid !important;
    align-items: center !important;
    grid-template-columns: minmax(400px, .9fr) minmax(560px, 1.1fr) !important;
    padding: 166px 42px 140px !important;
    background: #060607 !important;
  }

  .hero-media {
    background-position: 82% center !important;
    background-size: cover !important;
    transform: none !important;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5,5,8,.99) 0%, rgba(7,7,9,.96) 30%, rgba(9,9,11,.74) 44%, rgba(9,9,11,.18) 66%, rgba(9,9,11,0) 100%),
      linear-gradient(180deg, rgba(5,5,8,.18) 0%, rgba(5,5,8,.48) 100%) !important;
  }

  .hero-logo-watermark,
  .hero-panel {
    display: none !important;
  }

  .hero-content {
    position: relative !important;
    z-index: 3 !important;
    max-width: 520px !important;
    padding-bottom: 0 !important;
  }

  .hero-section .eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    gap: 18px !important;
    margin: 0 0 24px !important;
    color: #d8b15a !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;
  }

  .hero-section .eyebrow::before,
  .hero-section .eyebrow::after {
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    background: #d8b15a;
  }

  .hero-content h1 {
    max-width: 500px !important;
    margin: 0 !important;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(88px, 8vw, 126px) !important;
    line-height: .88 !important;
    letter-spacing: -2px !important;
    text-transform: uppercase !important;
  }

  .hero-content h1::first-line {
    color: #d8b15a !important;
  }

  .hero-content h1::after {
    content: "";
    display: block;
    width: 430px;
    max-width: 90%;
    height: 2px;
    margin-top: 18px;
    background: linear-gradient(90deg, #d8b15a 0, #d8b15a 46%, transparent 46%, transparent 54%, #d8b15a 54%, #d8b15a 100%);
  }

  .hero-lede {
    max-width: 470px !important;
    margin: 26px 0 0 !important;
    color: rgba(255,255,255,.92) !important;
    font-size: 19px !important;
    line-height: 1.75 !important;
  }

  .hero-actions {
    margin-top: 34px !important;
    gap: 0 !important;
    display: block !important;
  }

  .hero-actions .secondary-btn {
    display: none !important;
  }

  .primary-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 420px !important;
    max-width: 100% !important;
    min-height: 62px !important;
    padding: 0 22px 0 24px !important;
    border-radius: 4px !important;
    color: #141006 !important;
    background: linear-gradient(135deg, #e7c262, #c99e44) !important;
    box-shadow: 0 20px 50px rgba(201,158,68,.26) !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
  }

  .primary-btn::after {
    content: "→";
    font-size: 26px;
    line-height: 1;
  }

  .proof-strip {
    width: 520px !important;
    max-width: calc(100% - 84px) !important;
    margin: -110px auto 0 42px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .proof-strip div {
    position: relative !important;
    min-height: auto !important;
    padding: 76px 8px 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: center !important;
  }

  .proof-strip div::before {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    color: #d8b15a;
    font-size: 44px;
    line-height: 1;
  }

  .proof-strip div:nth-child(1)::before { content: "◌"; }
  .proof-strip div:nth-child(2)::before { content: "✓"; }
  .proof-strip div:nth-child(3)::before { content: "◇"; }
  .proof-strip div:nth-child(n+4) { display: none !important; }

  .proof-strip strong {
    display: block !important;
    color: rgba(255,255,255,.96) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
  }

  .proof-strip span {
    display: none !important;
  }

  .intro-section {
    padding-top: 120px !important;
  }

  html[lang="ar"] .site-header {
    grid-template-columns: auto 1fr auto !important;
  }

  html[lang="ar"] .proof-strip {
    margin: -110px 42px 0 auto !important;
  }
}

/* =========================================================
   FINAL DESKTOP REBUILD - LUXURY REFERENCE + THEME BUTTON BACK
   This is the last desktop layer and overrides previous attempts.
   ========================================================= */
@media (min-width: 1100px) {
  :root {
    --desktop-max: 1440px;
    --desktop-gold: #d8b15a;
    --desktop-gold-2: #f0d385;
    --desktop-black: #050507;
  }

  body {
    min-width: 1100px;
  }

  .nav-toggle {
    display: none !important;
  }

  .site-header {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    z-index: 100 !important;
    display: grid !important;
    grid-template-columns: minmax(330px, auto) minmax(0, 1fr) auto auto !important;
    align-items: center !important;
    gap: 20px !important;
    min-height: 92px !important;
    padding: 18px 36px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(216, 177, 90, .16) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: blur(16px) !important;
  }

  body[data-theme="dark"] .site-header {
    background: linear-gradient(180deg, rgba(5,5,7,.94), rgba(5,5,7,.70)) !important;
  }

  body[data-theme="light"] .site-header {
    background: rgba(255, 250, 242, .94) !important;
    border-bottom-color: rgba(120, 92, 40, .16) !important;
    box-shadow: 0 10px 34px rgba(52, 39, 15, .08) !important;
  }

  .brand {
    min-width: 0 !important;
    gap: 14px !important;
    text-decoration: none !important;
  }

  .brand-logo {
    width: 54px !important;
    height: 54px !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    object-fit: contain !important;
  }

  .brand strong {
    display: block !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(24px, 2vw, 34px) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .7px !important;
    text-transform: uppercase !important;
  }

  body[data-theme="dark"] .brand strong,
  body[data-theme="dark"] .brand small {
    color: var(--desktop-gold-2) !important;
  }

  body[data-theme="light"] .brand strong {
    color: #17120b !important;
  }

  .brand small {
    display: block !important;
    margin-top: 8px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 4.1px !important;
    text-transform: uppercase !important;
  }

  body[data-theme="light"] .brand small {
    color: #8b7139 !important;
  }

  .main-nav {
    justify-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    width: auto !important;
    padding: 0 !important;
    border: 1px solid rgba(216, 177, 90, .14) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  body[data-theme="dark"] .main-nav {
    background: rgba(255,255,255,.04) !important;
  }

  body[data-theme="light"] .main-nav {
    background: rgba(255,255,255,.82) !important;
    border-color: rgba(120, 92, 40, .16) !important;
  }

  .main-nav a {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 56px !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: .025em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  body[data-theme="dark"] .main-nav a {
    color: rgba(255,255,255,.92) !important;
  }

  body[data-theme="light"] .main-nav a {
    color: #191713 !important;
  }

  .main-nav a:first-child {
    color: var(--desktop-gold) !important;
  }

  .main-nav a:first-child::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 2px;
    background: var(--desktop-gold);
  }

  .main-nav a:hover,
  .main-nav a:focus-visible {
    color: var(--desktop-gold) !important;
  }

  .nav-cta {
    color: #140f05 !important;
    background: linear-gradient(135deg, #f0d385, #c99d3e) !important;
    border-left: 1px solid rgba(94, 63, 8, .16) !important;
  }

  .nav-cta::after {
    content: "◔";
    margin-left: 10px;
    font-size: 15px;
  }

  .theme-toggle,
  .language-switcher {
    display: inline-flex !important;
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .theme-toggle,
  .language-current {
    min-width: 54px !important;
    height: 48px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(216, 177, 90, .34) !important;
    font-weight: 900 !important;
    box-shadow: none !important;
  }

  body[data-theme="dark"] .theme-toggle,
  body[data-theme="dark"] .language-current {
    background: rgba(255,255,255,.06) !important;
    color: #fff !important;
  }

  body[data-theme="light"] .theme-toggle,
  body[data-theme="light"] .language-current {
    background: rgba(255,255,255,.92) !important;
    color: #17120b !important;
  }

  .theme-toggle-label {
    font-size: 12px !important;
    color: currentColor !important;
  }

  .language-menu {
    right: 0 !important;
    left: auto !important;
    top: calc(100% + 10px) !important;
    max-height: 440px !important;
    overflow: auto !important;
  }

  body[data-theme="dark"] .language-menu {
    background: rgba(12,12,14,.96) !important;
    border-color: rgba(216,177,90,.22) !important;
  }

  body[data-theme="dark"] .language-menu button {
    color: #fff !important;
  }

  body[data-theme="light"] .language-menu {
    background: rgba(255,255,255,.98) !important;
  }

  .hero-section {
    position: relative !important;
    min-height: 100vh !important;
    display: grid !important;
    grid-template-columns: minmax(430px, .9fr) minmax(560px, 1.1fr) !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 146px 44px 126px !important;
    overflow: hidden !important;
  }

  body[data-theme="dark"] .hero-section {
    background: var(--desktop-black) !important;
  }

  body[data-theme="light"] .hero-section {
    background: #f5ecdf !important;
  }

  .hero-media {
    position: absolute !important;
    inset: 0 !important;
    background-image: url("hero.png") !important;
    background-size: cover !important;
    background-position: 82% center !important;
    transform: none !important;
    z-index: 0 !important;
  }

  body[data-theme="dark"] .hero-media {
    filter: saturate(1.04) contrast(1.05) brightness(.9) !important;
  }

  body[data-theme="light"] .hero-media {
    filter: saturate(.9) contrast(.96) brightness(1.04) !important;
  }

  .hero-shade {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
  }

  body[data-theme="dark"] .hero-shade {
    background:
      linear-gradient(90deg, rgba(4,4,7,.99) 0%, rgba(4,4,7,.95) 30%, rgba(8,8,10,.76) 44%, rgba(8,8,10,.18) 68%, rgba(8,8,10,.02) 100%),
      linear-gradient(180deg, rgba(4,4,7,.20) 0%, rgba(4,4,7,.60) 100%) !important;
  }

  body[data-theme="light"] .hero-shade {
    background:
      linear-gradient(90deg, rgba(255,250,242,.97) 0%, rgba(255,250,242,.90) 32%, rgba(255,250,242,.60) 46%, rgba(255,250,242,.18) 72%, rgba(255,250,242,.03) 100%),
      linear-gradient(180deg, rgba(255,250,242,.16) 0%, rgba(245,236,223,.54) 100%) !important;
  }

  .hero-logo-watermark,
  .hero-panel {
    display: none !important;
  }

  .hero-content {
    position: relative !important;
    z-index: 2 !important;
    max-width: 560px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .hero-section .eyebrow {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 0 22px !important;
    color: var(--desktop-gold) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;
  }

  .hero-section .eyebrow::before,
  .hero-section .eyebrow::after {
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--desktop-gold), transparent);
    flex: 0 0 54px;
  }

  .hero-content h1 {
    max-width: 560px !important;
    margin: 0 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(86px, 7.6vw, 124px) !important;
    line-height: .88 !important;
    letter-spacing: -2px !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
  }

  body[data-theme="dark"] .hero-content h1 {
    color: #fff !important;
  }

  body[data-theme="light"] .hero-content h1 {
    color: #111 !important;
  }

  .hero-content h1::first-line {
    color: var(--desktop-gold) !important;
  }

  .hero-content h1::after {
    content: "";
    display: block;
    width: 430px;
    max-width: 88%;
    height: 2px;
    margin-top: 18px;
    background: linear-gradient(90deg, var(--desktop-gold) 0 42%, transparent 42% 54%, var(--desktop-gold) 54% 100%);
  }

  .hero-lede {
    max-width: 495px !important;
    margin: 26px 0 0 !important;
    font-size: 19px !important;
    line-height: 1.7 !important;
  }

  body[data-theme="dark"] .hero-lede {
    color: rgba(255,255,255,.88) !important;
  }

  body[data-theme="light"] .hero-lede {
    color: #5e5549 !important;
  }

  .hero-actions {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-top: 34px !important;
  }

  .hero-actions .secondary-btn {
    display: none !important;
  }

  .hero-actions .primary-btn {
    width: 420px !important;
    max-width: 100% !important;
    min-height: 62px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 24px !important;
    border-radius: 4px !important;
    color: #151006 !important;
    background: linear-gradient(135deg, #f0d385, #c99d3e) !important;
    border: 0 !important;
    box-shadow: 0 20px 50px rgba(201,157,62,.28) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
  }

  .hero-actions .primary-btn::after {
    content: "→";
    font-size: 26px;
  }

  .proof-strip {
    position: relative !important;
    z-index: 3 !important;
    width: 555px !important;
    max-width: calc(100% - 88px) !important;
    margin: -104px auto 0 44px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .proof-strip div {
    min-height: 150px !important;
    padding: 18px 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .proof-strip div:nth-child(n+4) {
    display: none !important;
  }

  .proof-strip div::before {
    content: "✦";
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    color: var(--desktop-gold);
    border: 2px solid rgba(216,177,90,.78);
    border-radius: 50%;
    font-size: 26px;
    line-height: 1;
  }

  .proof-strip div:nth-child(2)::before { content: "✓"; }
  .proof-strip div:nth-child(3)::before { content: "◇"; }

  .proof-strip strong {
    display: block !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: .06em !important;
    line-height: 1.45 !important;
    text-transform: uppercase !important;
  }

  body[data-theme="dark"] .proof-strip strong {
    color: #fff !important;
  }

  body[data-theme="light"] .proof-strip strong {
    color: #16130e !important;
  }

  .proof-strip span {
    margin-top: 6px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  body[data-theme="dark"] .proof-strip span {
    color: rgba(255,255,255,.68) !important;
  }

  body[data-theme="light"] .proof-strip span {
    color: #6a5e4e !important;
  }

  .intro-section,
  .treatment-section,
  .full-price-section,
  .packages-section,
  .book-section,
  .guide-section,
  .transfer-section,
  .tourist-section,
  .results-section,
  .booking-section,
  .faq-section,
  .site-footer {
    padding-left: max(48px, calc((100vw - var(--desktop-max)) / 2 + 48px)) !important;
    padding-right: max(48px, calc((100vw - var(--desktop-max)) / 2 + 48px)) !important;
  }

  .intro-section {
    padding-top: 122px !important;
  }

  .section-copy h2,
  .tourist-copy h2,
  .booking-copy h2,
  .guide-section h2 {
    font-family: Georgia, "Times New Roman", serif !important;
    letter-spacing: -.025em !important;
  }

  .intro-grid,
  .treatment-grid,
  .transfer-grid,
  .goal-grid,
  .guide-cards,
  .book-highlights,
  .full-price-grid {
    gap: 22px !important;
  }

  .intro-grid article,
  .treatment-card,
  .full-price-card,
  .full-price-item,
  .package-card,
  .package-summary,
  .book-highlights article,
  .guide-cards article,
  .transfer-card,
  .goal-grid a,
  .faq-item,
  .booking-form,
  .consultation-panel,
  .chat-box,
  .chat-shell {
    border-radius: 20px !important;
  }

  .floating-actions {
    right: 26px !important;
    bottom: 26px !important;
  }

  html[lang="ar"] .site-header {
    grid-template-columns: auto auto minmax(0, 1fr) auto !important;
  }

  html[lang="ar"] .main-nav {
    justify-self: center !important;
  }

  html[lang="ar"] .hero-section {
    direction: rtl !important;
  }

  html[lang="ar"] .proof-strip {
    margin: -104px 44px 0 auto !important;
  }
}

@media (min-width: 1100px) and (max-width: 1280px) {
  .site-header {
    grid-template-columns: minmax(270px, auto) minmax(0, 1fr) auto auto !important;
    padding-inline: 24px !important;
    gap: 12px !important;
  }

  .brand strong {
    font-size: 24px !important;
  }

  .brand small {
    letter-spacing: 3px !important;
    font-size: 10px !important;
  }

  .main-nav a {
    padding-inline: 14px !important;
    font-size: 12px !important;
  }

  .hero-content h1 {
    font-size: 82px !important;
  }
}

/* =========================================================
   FINAL FIX: Arabic desktop header controls + reload-ready UI
   ========================================================= */
@media (min-width: 1100px) {
  .site-header {
    direction: ltr !important;
    overflow: visible !important;
    grid-template-columns: minmax(320px, auto) minmax(0, 1fr) auto auto !important;
  }

  .brand {
    grid-column: 1 !important;
    justify-self: start !important;
    direction: ltr !important;
  }

  .main-nav {
    grid-column: 2 !important;
    justify-self: center !important;
  }

  html[lang="ar"] .main-nav {
    direction: rtl !important;
  }

  .theme-toggle {
    grid-column: 3 !important;
    justify-self: end !important;
    flex: 0 0 auto !important;
    min-width: 118px !important;
    max-width: none !important;
    white-space: nowrap !important;
  }

  .language-switcher {
    grid-column: 4 !important;
    justify-self: end !important;
    flex: 0 0 auto !important;
    min-width: 86px !important;
    max-width: none !important;
    overflow: visible !important;
    z-index: 120 !important;
  }

  .language-current {
    width: 86px !important;
    min-width: 86px !important;
    max-width: none !important;
    padding: 0 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    overflow: visible !important;
    white-space: nowrap !important;
  }

  #currentLanguageLabel {
    display: inline-block !important;
    min-width: 24px !important;
    text-align: center !important;
    direction: ltr !important;
  }

  .language-globe {
    display: inline-block !important;
    flex: 0 0 auto !important;
  }

  .language-menu {
    right: 0 !important;
    left: auto !important;
    min-width: 190px !important;
    z-index: 130 !important;
    direction: ltr !important;
  }

  html[lang="ar"] .language-current,
  html[lang="ar"] #currentLanguageLabel,
  html[lang="ar"] .theme-toggle {
    direction: ltr !important;
  }

  html[lang="ar"] .site-header {
    grid-template-columns: minmax(320px, auto) minmax(0, 1fr) auto auto !important;
  }

  html[lang="ar"] .hero-content,
  html[lang="ar"] .hero-lede,
  html[lang="ar"] .hero-section .eyebrow {
    text-align: right !important;
  }
}

@media (min-width: 1100px) and (max-width: 1360px) {
  .site-header {
    grid-template-columns: minmax(260px, auto) minmax(0, 1fr) auto auto !important;
    gap: 10px !important;
    padding-inline: 22px !important;
  }

  .brand strong {
    font-size: 23px !important;
  }

  .brand small {
    font-size: 9px !important;
    letter-spacing: 2.4px !important;
  }

  .main-nav a {
    min-height: 52px !important;
    padding-inline: 12px !important;
    font-size: 11px !important;
  }

  .theme-toggle {
    min-width: 92px !important;
    padding-inline: 10px !important;
  }

  .theme-toggle-label {
    font-size: 11px !important;
  }

  .language-current {
    width: 78px !important;
    min-width: 78px !important;
    padding-inline: 10px !important;
  }
}

/* =========================================================
   FINAL FIX: Light mode readable text inside all cards/lists
   ========================================================= */
body[data-theme="light"] .package-card,
body[data-theme="light"] .package-summary,
body[data-theme="light"] .full-price-card,
body[data-theme="light"] .full-price-item,
body[data-theme="light"] .expanded-price-card,
body[data-theme="light"] .expanded-price-item,
body[data-theme="light"] .price-card,
body[data-theme="light"] .price-note,
body[data-theme="light"] .price-list-box,
body[data-theme="light"] .treatment-card,
body[data-theme="light"] .intro-card,
body[data-theme="light"] .guide-cards article,
body[data-theme="light"] .transfer-card,
body[data-theme="light"] .goal-grid a,
body[data-theme="light"] .faq-item,
body[data-theme="light"] .booking-form,
body[data-theme="light"] .consultation-panel,
body[data-theme="light"] .chat-box,
body[data-theme="light"] .chat-shell {
  color: #15120d !important;
  background: rgba(255, 255, 255, 0.96) !important;
}

body[data-theme="light"] .package-card *,
body[data-theme="light"] .package-summary *,
body[data-theme="light"] .full-price-card *,
body[data-theme="light"] .full-price-item *,
body[data-theme="light"] .expanded-price-card *,
body[data-theme="light"] .expanded-price-item *,
body[data-theme="light"] .price-card *,
body[data-theme="light"] .price-note *,
body[data-theme="light"] .price-list-box *,
body[data-theme="light"] .treatment-card *,
body[data-theme="light"] .intro-card *,
body[data-theme="light"] .guide-cards article *,
body[data-theme="light"] .transfer-card *,
body[data-theme="light"] .goal-grid a *,
body[data-theme="light"] .faq-item *,
body[data-theme="light"] .booking-form *,
body[data-theme="light"] .consultation-panel *,
body[data-theme="light"] .chat-box *,
body[data-theme="light"] .chat-shell * {
  color: #15120d !important;
  text-shadow: none !important;
}

body[data-theme="light"] .package-card p,
body[data-theme="light"] .package-card li,
body[data-theme="light"] .package-summary p,
body[data-theme="light"] .full-price-sub,
body[data-theme="light"] .full-price-item span,
body[data-theme="light"] .expanded-price-item span,
body[data-theme="light"] .price-card p,
body[data-theme="light"] .price-card li,
body[data-theme="light"] .treatment-card p,
body[data-theme="light"] .intro-card p,
body[data-theme="light"] .guide-cards article p,
body[data-theme="light"] .transfer-card p,
body[data-theme="light"] .faq-item p,
body[data-theme="light"] .reader-note,
body[data-theme="light"] .booking-form small,
body[data-theme="light"] .consultation-panel small {
  color: #4f463c !important;
}

body[data-theme="light"] .full-price-amount,
body[data-theme="light"] .full-price-price,
body[data-theme="light"] .expanded-price-price,
body[data-theme="light"] .package-price,
body[data-theme="light"] .price-row strong,
body[data-theme="light"] .price-card strong,
body[data-theme="light"] .price-card b,
body[data-theme="light"] .full-price-item strong,
body[data-theme="light"] .expanded-price-item strong {
  color: #15120d !important;
}

body[data-theme="light"] .currency-converted,
body[data-theme="light"] .converted-price,
body[data-theme="light"] [class*="converted"],
body[data-theme="light"] [class*="currency"] .currency-converted {
  color: #0f8f58 !important;
  font-weight: 900 !important;
}

body[data-theme="light"] .eyebrow,
body[data-theme="light"] .section-copy .eyebrow,
body[data-theme="light"] .badge,
body[data-theme="light"] .pill,
body[data-theme="light"] .category-pill,
body[data-theme="light"] .service-tag {
  color: #8a651c !important;
}

body[data-theme="light"] .primary-btn,
body[data-theme="light"] .primary-btn *,
body[data-theme="light"] .nav-cta,
body[data-theme="light"] .nav-cta * {
  color: #151006 !important;
}

body[data-theme="light"] .secondary-btn,
body[data-theme="light"] .secondary-dark-btn,
body[data-theme="light"] .secondary-btn *,
body[data-theme="light"] .secondary-dark-btn * {
  color: #15120d !important;
}

body[data-theme="light"] input,
body[data-theme="light"] select,
body[data-theme="light"] textarea {
  color: #15120d !important;
  background: #fff !important;
}

body[data-theme="light"] input::placeholder,
body[data-theme="light"] textarea::placeholder {
  color: #776c60 !important;
}

/* Arabic desktop header/language safety */
@media (min-width: 900px) {
  html[lang="ar"] .language-switcher,
  html[lang="ar"] .language-current,
  html[lang="ar"] .theme-toggle {
    flex: 0 0 auto !important;
    min-width: 96px !important;
    width: auto !important;
    overflow: visible !important;
    white-space: nowrap !important;
  }

  html[lang="ar"] .language-current span,
  html[lang="ar"] .theme-toggle span {
    white-space: nowrap !important;
  }

  html[lang="ar"] .language-menu {
    left: auto !important;
    right: 0 !important;
    min-width: 220px !important;
    max-height: 70vh !important;
    overflow-y: auto !important;
  }
}

/* =========================================================
   ABSOLUTE LIGHT MODE READABILITY REVIEW
   Fixes every pale/faded text area in light mode, especially
   price intro, payment note, currency converter, and cards.
   ========================================================= */
html[data-theme="light"],
body[data-theme="light"] {
  --bbb-light-bg: #fbf7ef;
  --bbb-light-bg-2: #fffaf2;
  --bbb-light-card: #ffffff;
  --bbb-light-text: #15120d;
  --bbb-light-heading: #0f0d09;
  --bbb-light-muted: #4e473e;
  --bbb-light-soft: #6b6054;
  --bbb-light-line: rgba(120, 92, 40, 0.20);
  --bbb-light-gold: #9a701f;
  --bbb-light-green: #078246;
  background: #fbf7ef !important;
  color: #15120d !important;
}

/* Kill accidental faded/white text in light mode */
body[data-theme="light"] section:not(.hero-section),
body[data-theme="light"] section:not(.hero-section) *,
body[data-theme="light"] .site-footer,
body[data-theme="light"] .site-footer *,
body[data-theme="light"] .full-price-section,
body[data-theme="light"] .full-price-section *,
body[data-theme="light"] .packages-section,
body[data-theme="light"] .packages-section *,
body[data-theme="light"] .booking-section,
body[data-theme="light"] .booking-section *,
body[data-theme="light"] .faq-section,
body[data-theme="light"] .faq-section * {
  text-shadow: none !important;
  opacity: 1 !important;
}

/* Main text */
body[data-theme="light"] section:not(.hero-section) p,
body[data-theme="light"] section:not(.hero-section) li,
body[data-theme="light"] section:not(.hero-section) span,
body[data-theme="light"] section:not(.hero-section) div,
body[data-theme="light"] .full-price-hero p,
body[data-theme="light"] .full-price-section .section-copy p,
body[data-theme="light"] .currency-converter-copy p,
body[data-theme="light"] .currency-rate-status,
body[data-theme="light"] .currency-disclaimer,
body[data-theme="light"] .price-copy p,
body[data-theme="light"] .price-note p,
body[data-theme="light"] .payment-copy p,
body[data-theme="light"] .source-extra,
body[data-theme="light"] .source-check,
body[data-theme="light"] .reader-note,
body[data-theme="light"] label {
  color: #4e473e !important;
}

/* Headings and important labels */
body[data-theme="light"] section:not(.hero-section) h1,
body[data-theme="light"] section:not(.hero-section) h2,
body[data-theme="light"] section:not(.hero-section) h3,
body[data-theme="light"] section:not(.hero-section) h4,
body[data-theme="light"] section:not(.hero-section) strong,
body[data-theme="light"] section:not(.hero-section) b,
body[data-theme="light"] .full-price-hero strong,
body[data-theme="light"] .full-price-card h2,
body[data-theme="light"] .full-price-title,
body[data-theme="light"] .full-price-name,
body[data-theme="light"] .full-price-amount,
body[data-theme="light"] .package-title,
body[data-theme="light"] .package-card strong,
body[data-theme="light"] .price-row strong,
body[data-theme="light"] .currency-converter-copy h3,
body[data-theme="light"] .currency-converter-control label,
body[data-theme="light"] .booking-form legend,
body[data-theme="light"] .booking-form h3 {
  color: #15120d !important;
}

/* Gold labels stay visible, not pale */
body[data-theme="light"] .eyebrow,
body[data-theme="light"] .currency-pill,
body[data-theme="light"] .badge,
body[data-theme="light"] .pill,
body[data-theme="light"] .category-pill,
body[data-theme="light"] .service-tag,
body[data-theme="light"] .full-price-card h2 {
  color: #9a701f !important;
}

/* Currency conversion green */
body[data-theme="light"] .currency-converted,
body[data-theme="light"] .converted-price,
body[data-theme="light"] [data-converted],
body[data-theme="light"] [class*="converted"],
body[data-theme="light"] .full-price-amount .currency-converted,
body[data-theme="light"] .transfer-card strong .currency-converted,
body[data-theme="light"] .treatment-card b .currency-converted,
body[data-theme="light"] .package-tab .currency-converted,
body[data-theme="light"] #packageLabel .currency-converted,
body[data-theme="light"] .full-price-table td .currency-converted {
  color: #078246 !important;
  font-weight: 900 !important;
}

/* Cards and panels: fully readable on white */
body[data-theme="light"] .full-price-hero,
body[data-theme="light"] .currency-converter-panel,
body[data-theme="light"] .full-price-card,
body[data-theme="light"] .full-price-block,
body[data-theme="light"] .full-price-item,
body[data-theme="light"] .price-note,
body[data-theme="light"] .price-list-box,
body[data-theme="light"] .package-card,
body[data-theme="light"] .package-summary,
body[data-theme="light"] .booking-form,
body[data-theme="light"] .consultation-panel,
body[data-theme="light"] .chat-box,
body[data-theme="light"] .chat-shell,
body[data-theme="light"] .faq-item,
body[data-theme="light"] .intro-card,
body[data-theme="light"] .treatment-card,
body[data-theme="light"] .transfer-card,
body[data-theme="light"] .guide-cards article,
body[data-theme="light"] .proof-strip div {
  background: #ffffff !important;
  color: #15120d !important;
  border-color: rgba(120, 92, 40, 0.18) !important;
  box-shadow: 0 18px 44px rgba(61, 42, 15, 0.08) !important;
}

/* Price rows specifically */
body[data-theme="light"] .full-price-item,
body[data-theme="light"] .price-row,
body[data-theme="light"] .expanded-price-item {
  background: rgba(255, 255, 255, 0.98) !important;
}

body[data-theme="light"] .full-price-dots {
  border-bottom-color: rgba(60, 45, 25, 0.26) !important;
}

body[data-theme="light"] .full-price-card li,
body[data-theme="light"] .full-price-card ul,
body[data-theme="light"] .full-price-table,
body[data-theme="light"] .full-price-table th,
body[data-theme="light"] .full-price-table td {
  color: #4e473e !important;
}

body[data-theme="light"] .full-price-table th {
  color: #15120d !important;
}

/* Form/select readability */
body[data-theme="light"] input,
body[data-theme="light"] select,
body[data-theme="light"] textarea,
body[data-theme="light"] .currency-converter-control select {
  background: #ffffff !important;
  color: #15120d !important;
  border-color: rgba(120, 92, 40, 0.22) !important;
}

body[data-theme="light"] input::placeholder,
body[data-theme="light"] textarea::placeholder {
  color: #6b6054 !important;
  opacity: 1 !important;
}

/* Header safety in light mode */
body[data-theme="light"] .site-header,
body[data-theme="light"] .main-nav,
body[data-theme="light"] .language-current,
body[data-theme="light"] .theme-toggle {
  color: #15120d !important;
}

body[data-theme="light"] .main-nav a,
body[data-theme="light"] .theme-toggle-label,
body[data-theme="light"] #currentLanguageLabel {
  color: #15120d !important;
}

/* Buttons */
body[data-theme="light"] .primary-btn,
body[data-theme="light"] .primary-btn *,
body[data-theme="light"] .nav-cta,
body[data-theme="light"] .nav-cta * {
  color: #151006 !important;
}

body[data-theme="light"] .secondary-btn,
body[data-theme="light"] .secondary-dark-btn,
body[data-theme="light"] .secondary-btn *,
body[data-theme="light"] .secondary-dark-btn * {
  color: #15120d !important;
}


/* Contact & map section */
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
  background:
    radial-gradient(circle at top left, rgba(196,154,63,.10), transparent 34%),
    var(--paper-2);
}

.contact-copy,
.contact-map-card {
  position: relative;
  z-index: 1;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 22px;
}

.contact-info-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(17,18,22,.08);
}

.contact-info-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.contact-info-card strong {
  display: block;
  color: var(--ink);
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.35;
}

.contact-info-card small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.5;
}

.contact-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.contact-action-row .primary-btn,
.contact-action-row .secondary-btn {
  min-width: 0 !important;
  width: auto !important;
  white-space: nowrap;
}

.contact-copy-status {
  min-height: 22px;
  margin-top: 12px;
  color: var(--teal);
  font-weight: 900;
}

.contact-map-card {
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(17,18,22,.10);
}

.contact-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
  display: block;
  filter: saturate(.96) contrast(.96);
}

body[data-theme="light"] .contact-section,
body[data-theme="light"] .contact-section * {
  text-shadow: none !important;
  opacity: 1 !important;
}

body[data-theme="light"] .contact-section p,
body[data-theme="light"] .contact-section small,
body[data-theme="light"] .contact-section span:not(.theme-toggle-icon):not(.theme-toggle-label) {
  color: #4e473e !important;
}

body[data-theme="light"] .contact-section h2,
body[data-theme="light"] .contact-section strong {
  color: #15120d !important;
}

body[data-theme="light"] .contact-section .eyebrow,
body[data-theme="light"] .contact-info-card span,
body[data-theme="light"] .contact-copy-status {
  color: #b88922 !important;
}

body[data-theme="dark"] .contact-section {
  background:
    radial-gradient(circle at top left, rgba(196,154,63,.12), transparent 34%),
    #0d1014;
}

body[data-theme="dark"] .contact-info-card,
body[data-theme="dark"] .contact-map-card {
  background: #151a21;
  border-color: rgba(255,255,255,.08);
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
}

body[data-theme="dark"] .contact-info-card strong {
  color: var(--ink);
}

body[data-theme="dark"] .contact-info-card small,
body[data-theme="dark"] .contact-section p {
  color: rgba(255,255,255,.72);
}

@media (max-width: 980px) {
  .contact-section {
    grid-template-columns: 1fr;
  }
  .contact-info-grid {
    grid-template-columns: 1fr;
  }
  .contact-action-row .primary-btn,
  .contact-action-row .secondary-btn {
    width: 100% !important;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .contact-section {
    padding-inline: 14px;
  }
  .contact-map-card,
  .contact-map-card iframe {
    min-height: 340px;
  }
}

@media (min-width: 1100px) {
  .main-nav a[href="#contact"] {
    background: transparent !important;
    border: 0 !important;
    color: inherit !important;
  }
  .contact-section {
    padding-top: 86px;
    padding-bottom: 86px;
  }
}

/* =========================================================
   Multi-page split layout
   ========================================================= */
body.subpage main.page-main {
  background: transparent;
}

.page-title-section {
  position: relative;
  padding: 160px clamp(22px, 6vw, 86px) 48px;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(196, 154, 63, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(250,247,242,0.84));
  border-bottom: 1px solid rgba(17, 18, 22, 0.07);
}

body[data-theme="dark"] .page-title-section {
  background:
    radial-gradient(circle at top left, rgba(196, 154, 63, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(12,14,18,0.98), rgba(16,18,23,0.92));
  border-bottom-color: rgba(241, 212, 134, 0.12);
}

.page-title-section .eyebrow {
  justify-content: center;
  margin-bottom: 14px;
}

.page-title-section h1 {
  max-width: 980px;
  margin: 0 auto 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .95;
  letter-spacing: -0.04em;
}

.page-title-section p:last-child {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.65;
}

body.subpage .treatment-section,
body.subpage .full-price-section,
body.subpage .packages-section,
body.subpage .book-section,
body.subpage .transfer-section,
body.subpage .tourist-section,
body.subpage .results-section,
body.subpage .guide-section,
body.subpage .contact-section,
body.subpage .booking-section,
body.subpage .faq-section {
  scroll-margin-top: 120px;
}

body.subpage .treatment-section,
body.subpage .full-price-section,
body.subpage .packages-section,
body.subpage .book-section,
body.subpage .transfer-section,
body.subpage .tourist-section,
body.subpage .results-section,
body.subpage .guide-section,
body.subpage .contact-section,
body.subpage .booking-section,
body.subpage .faq-section {
  padding-top: clamp(52px, 7vw, 92px);
}

.main-nav a.is-active {
  color: var(--gold) !important;
}

.main-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
}

@media (max-width: 900px) {
  .page-title-section {
    padding: 122px 18px 34px;
  }

  .page-title-section h1 {
    font-size: clamp(34px, 11vw, 52px);
  }

  .page-title-section p:last-child {
    font-size: 15px;
  }

  body.subpage .treatment-section,
  body.subpage .full-price-section,
  body.subpage .packages-section,
  body.subpage .book-section,
  body.subpage .transfer-section,
  body.subpage .tourist-section,
  body.subpage .results-section,
  body.subpage .guide-section,
  body.subpage .contact-section,
  body.subpage .booking-section,
  body.subpage .faq-section {
    padding-top: 44px;
  }
}

/* =========================================================
   FINAL MULTIPAGE READABILITY + GUIDE NAV FIX
   ========================================================= */
.main-nav a[href="guide.html"] {
  white-space: nowrap;
}

.booking-guide-card {
  margin-top: 14px;
}

.booking-guide-card a {
  color: var(--gold-2) !important;
  font-weight: 900;
}

/* Prevent booking content from ghosting/overflowing behind the form */
body.subpage .booking-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

body.subpage .booking-section > * {
  min-width: 0;
}

.booking-copy {
  z-index: 2;
}

.booking-form,
.booking-form * {
  text-shadow: none !important;
}

/* Dark mode: make booking form and all controls readable */
body[data-theme="dark"] .booking-form,
body[data-theme="dark"] .booking-form label,
body[data-theme="dark"] .booking-form legend,
body[data-theme="dark"] .booking-form h3,
body[data-theme="dark"] .booking-form strong {
  color: #f8f3ea !important;
}

body[data-theme="dark"] .booking-form small,
body[data-theme="dark"] .booking-form p,
body[data-theme="dark"] .booking-copy p,
body[data-theme="dark"] .contact-card small {
  color: rgba(248, 243, 234, 0.82) !important;
}

body[data-theme="dark"] .booking-form input,
body[data-theme="dark"] .booking-form select,
body[data-theme="dark"] .booking-form textarea {
  color: #f8f3ea !important;
  background: #20262d !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

body[data-theme="dark"] .booking-form input::placeholder,
body[data-theme="dark"] .booking-form textarea::placeholder {
  color: rgba(248, 243, 234, 0.54) !important;
}

body[data-theme="dark"] .booking-form select option {
  color: #111216 !important;
  background: #fffaf2 !important;
}

/* Light mode: make every booking and page note readable */
body[data-theme="light"] .booking-form,
body[data-theme="light"] .booking-form label,
body[data-theme="light"] .booking-form legend,
body[data-theme="light"] .booking-form h3,
body[data-theme="light"] .booking-form strong,
body[data-theme="light"] .booking-copy,
body[data-theme="light"] .booking-copy h2,
body[data-theme="light"] .booking-copy p,
body[data-theme="light"] .contact-card,
body[data-theme="light"] .contact-card span,
body[data-theme="light"] .contact-card strong,
body[data-theme="light"] .contact-card small,
body[data-theme="light"] .page-title-section,
body[data-theme="light"] .page-title-section p,
body[data-theme="light"] .price-note,
body[data-theme="light"] .price-note *,
body[data-theme="light"] .currency-converter-box,
body[data-theme="light"] .currency-converter-box *,
body[data-theme="light"] .price-copy,
body[data-theme="light"] .price-copy *,
body[data-theme="light"] .full-price-card,
body[data-theme="light"] .full-price-card *,
body[data-theme="light"] .full-price-item,
body[data-theme="light"] .full-price-item *,
body[data-theme="light"] .package-card,
body[data-theme="light"] .package-card *,
body[data-theme="light"] .package-list article,
body[data-theme="light"] .package-list article *,
body[data-theme="light"] .guide-section,
body[data-theme="light"] .guide-section *,
body[data-theme="light"] .book-section,
body[data-theme="light"] .book-section *,
body[data-theme="light"] .faq-section,
body[data-theme="light"] .faq-section * {
  color: #111216 !important;
}

body[data-theme="light"] .muted,
body[data-theme="light"] .reader-note,
body[data-theme="light"] .book-highlights span,
body[data-theme="light"] .timeline p,
body[data-theme="light"] .transfer-card p,
body[data-theme="light"] .tourist-copy p,
body[data-theme="light"] .section-copy p:not(.eyebrow) {
  color: #4d4a45 !important;
}

/* Keep currency conversions visually distinct */
body[data-theme="light"] .converted-price,
body[data-theme="light"] [data-converted-price],
body[data-theme="light"] .currency-value,
body[data-theme="light"] .approx-price,
body[data-theme="light"] .price-converted,
body[data-theme="light"] .full-price-item .converted,
body[data-theme="light"] .expanded-price-item .converted {
  color: #00895f !important;
  font-weight: 900 !important;
}

/* Checkbox/radio chips: clear labels in both modes */
.booking-form-v2 .source-check,
.transfer-check {
  color: #111216 !important;
  background: #fffaf2 !important;
  border: 1px solid rgba(17, 18, 22, 0.12) !important;
}

.booking-form-v2 .source-check span,
.transfer-check span {
  color: #111216 !important;
  font-weight: 800 !important;
}

body[data-theme="dark"] .booking-form-v2 .source-check,
body[data-theme="dark"] .transfer-check {
  background: #fffaf2 !important;
  color: #111216 !important;
  border-color: rgba(241, 212, 134, 0.26) !important;
}

body[data-theme="dark"] .booking-form-v2 .source-check span,
body[data-theme="dark"] .transfer-check span {
  color: #111216 !important;
}

/* Contact/guide cards readable in dark and light */
body[data-theme="dark"] .contact-card,
body[data-theme="dark"] .booking-guide-card {
  background: rgba(255,255,255,0.06) !important;
  border-color: rgba(241, 212, 134, 0.22) !important;
  color: #f8f3ea !important;
}

body[data-theme="dark"] .contact-card span,
body[data-theme="dark"] .contact-card strong {
  color: #f8f3ea !important;
}

body[data-theme="light"] .contact-card,
body[data-theme="light"] .booking-guide-card {
  background: #fffaf2 !important;
  border-color: rgba(17, 18, 22, 0.10) !important;
  color: #111216 !important;
}

/* Make the guide page obvious and usable */
.book-section .book-actions,
.guide-section .book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pdf-reader {
  background: #111216 !important;
}

body[data-theme="light"] .pdf-reader {
  background: #f3eee5 !important;
  border-color: rgba(17,18,22,0.14) !important;
}

/* Desktop subpage header: fit extra Guide item without eating the right controls */
@media (min-width: 1100px) {
  body.subpage .site-header {
    grid-template-columns: auto minmax(520px, 1fr) auto auto !important;
    gap: 18px !important;
  }

  body.subpage .main-nav {
    justify-content: center !important;
    gap: 0 !important;
  }

  body.subpage .main-nav a {
    padding-inline: 18px !important;
    min-height: 48px !important;
  }

  body.subpage .nav-cta {
    padding-inline: 24px !important;
  }

  body.subpage .booking-section {
    grid-template-columns: minmax(300px, 0.78fr) minmax(620px, 1.22fr) !important;
    gap: 42px !important;
  }

  body.subpage .booking-form {
    max-width: 760px !important;
    width: 100% !important;
    justify-self: start !important;
  }
}

@media (max-width: 1099px) {
  body.subpage .main-nav a[href="guide.html"] {
    display: flex !important;
  }
}

/* =========================================================
   LOGICAL MULTI-PAGE FINAL REVIEW
   Clean page separation, readable text, stable navigation
   ========================================================= */
:root {
  --page-max: 1240px;
}

html {
  scroll-behavior: smooth;
}

body.subpage {
  min-height: 100vh;
}

body.subpage .site-header {
  z-index: 100;
}

.main-nav a,
.main-nav a.nav-price-btn {
  white-space: nowrap;
}

.main-nav a.is-active {
  color: var(--gold) !important;
}

.main-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 2px;
  background: var(--gold);
  border-radius: 99px;
}

body.subpage main.page-main {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(196,154,63,.08), transparent 26%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
}

body[data-theme="dark"].subpage main.page-main {
  background:
    radial-gradient(circle at top left, rgba(196,154,63,.10), transparent 28%),
    linear-gradient(180deg, #0d1014 0%, #11151b 100%);
}

.page-title-section {
  padding: clamp(128px, 13vw, 170px) 24px 44px !important;
  text-align: center !important;
  background: transparent !important;
  border-bottom: 0 !important;
}

.page-title-section .eyebrow {
  display: inline-flex !important;
  justify-content: center !important;
  margin-bottom: 14px !important;
}

.page-title-section h1 {
  max-width: 980px !important;
  margin: 0 auto 16px !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(42px, 5.6vw, 78px) !important;
  line-height: .96 !important;
  letter-spacing: -.035em !important;
  color: var(--ink) !important;
}

.page-title-section p:last-child {
  max-width: 760px !important;
  margin: 0 auto !important;
  color: var(--muted) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
}

body.subpage .treatment-section,
body.subpage .results-section,
body.subpage .full-price-section,
body.subpage .packages-section,
body.subpage .book-section,
body.subpage .guide-section,
body.subpage .transfer-section,
body.subpage .tourist-section,
body.subpage .contact-section,
body.subpage .booking-section,
body.subpage .faq-section {
  width: min(var(--page-max), calc(100% - 40px));
  margin: 0 auto 28px !important;
  padding: clamp(34px, 4.6vw, 68px) !important;
  border: 1px solid rgba(17,18,22,.08);
  border-radius: 30px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 24px 80px rgba(17,18,22,.08);
  overflow: hidden;
}

body[data-theme="dark"].subpage .treatment-section,
body[data-theme="dark"].subpage .results-section,
body[data-theme="dark"].subpage .full-price-section,
body[data-theme="dark"].subpage .packages-section,
body[data-theme="dark"].subpage .book-section,
body[data-theme="dark"].subpage .guide-section,
body[data-theme="dark"].subpage .transfer-section,
body[data-theme="dark"].subpage .tourist-section,
body[data-theme="dark"].subpage .contact-section,
body[data-theme="dark"].subpage .booking-section,
body[data-theme="dark"].subpage .faq-section {
  background: rgba(20,25,32,.86) !important;
  border-color: rgba(241,212,134,.12) !important;
  box-shadow: 0 28px 90px rgba(0,0,0,.26) !important;
}

body.subpage .section-copy.centered,
body.subpage .section-copy,
body.subpage .book-intro,
body.subpage .booking-copy {
  max-width: 920px;
}

/* Logical booking layout: text left, form right, no overlap/ghost copy */
body.subpage .booking-section {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr) !important;
  align-items: start !important;
  gap: clamp(28px, 4vw, 52px) !important;
  overflow: visible !important;
}

body.subpage .booking-copy {
  position: sticky !important;
  top: 130px !important;
  z-index: 1 !important;
  min-width: 0 !important;
}

body.subpage .booking-copy h2 {
  font-size: clamp(42px, 5vw, 76px) !important;
  line-height: .92 !important;
}

body.subpage .booking-form {
  width: 100% !important;
  max-width: 820px !important;
  justify-self: end !important;
  z-index: 2 !important;
}

.booking-form .full,
.booking-form fieldset.full,
.booking-form .booking-submit-row {
  grid-column: 1 / -1 !important;
}

.booking-form-v2 .source-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.booking-form-v2 .source-check,
.transfer-check {
  color: #111216 !important;
  background: #fffaf2 !important;
  border: 1px solid rgba(17,18,22,.14) !important;
  box-shadow: none !important;
}

.booking-form-v2 .source-check span,
.transfer-check span {
  color: #111216 !important;
  opacity: 1 !important;
}

/* Pricing page: keep converter first, then category cards */
body.subpage .full-price-section .full-price-shell {
  display: grid;
  gap: 24px;
}

.full-price-hero,
.currency-converter-panel {
  border-radius: 24px !important;
}

.full-price-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: start !important;
}

.full-price-card {
  height: auto !important;
}

/* Guide page: make the book obvious */
body.subpage .book-section .book-intro {
  display: grid !important;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr) !important;
  gap: 34px !important;
  align-items: center !important;
}

body.subpage .book-cover {
  margin: 0 !important;
}

.pdf-reader {
  min-height: min(74vh, 760px) !important;
  border-radius: 24px !important;
}

.pdf-reader iframe {
  min-height: min(74vh, 760px) !important;
}

/* Contact page: map/action layout */
.contact-grid {
  display: grid !important;
  grid-template-columns: minmax(280px, .9fr) minmax(420px, 1.1fr) !important;
  gap: 26px !important;
  align-items: stretch !important;
}

.contact-map iframe {
  min-height: 420px !important;
}

.contact-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.contact-actions a,
.contact-actions button {
  flex: 1 1 190px !important;
}

/* About page order */
body.subpage .transfer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

/* Light readability: final defensive rule */
body[data-theme="light"] main.page-main,
body[data-theme="light"] main.page-main *:not(.primary-btn):not(.primary-btn *):not(.converted-price):not([data-converted-price]):not(.currency-value):not(.approx-price):not(.price-converted) {
  text-shadow: none !important;
}

body[data-theme="light"] .page-title-section,
body[data-theme="light"] .page-title-section *,
body[data-theme="light"] .full-price-section,
body[data-theme="light"] .full-price-section *:not(.converted-price):not([data-converted-price]),
body[data-theme="light"] .packages-section,
body[data-theme="light"] .packages-section *,
body[data-theme="light"] .booking-section,
body[data-theme="light"] .booking-section *:not(.primary-btn):not(.primary-btn *),
body[data-theme="light"] .guide-section,
body[data-theme="light"] .guide-section *,
body[data-theme="light"] .book-section,
body[data-theme="light"] .book-section *,
body[data-theme="light"] .contact-section,
body[data-theme="light"] .contact-section *,
body[data-theme="light"] .tourist-section,
body[data-theme="light"] .tourist-section *,
body[data-theme="light"] .transfer-section,
body[data-theme="light"] .transfer-section *,
body[data-theme="light"] .faq-section,
body[data-theme="light"] .faq-section * {
  color: #151515 !important;
  opacity: 1 !important;
}

body[data-theme="light"] .section-copy p:not(.eyebrow),
body[data-theme="light"] .page-title-section p,
body[data-theme="light"] .full-price-sub,
body[data-theme="light"] .reader-note,
body[data-theme="light"] .contact-card small,
body[data-theme="light"] .booking-copy p,
body[data-theme="light"] .faq-item p {
  color: #504b45 !important;
}

body[data-theme="light"] .converted-price,
body[data-theme="light"] [data-converted-price],
body[data-theme="light"] .currency-value,
body[data-theme="light"] .approx-price,
body[data-theme="light"] .price-converted {
  color: #00895f !important;
  font-weight: 900 !important;
}

body[data-theme="dark"] .booking-form-v2 .source-check,
body[data-theme="dark"] .transfer-check {
  background: #fffaf2 !important;
  color: #111216 !important;
}

body[data-theme="dark"] .booking-form-v2 .source-check span,
body[data-theme="dark"] .transfer-check span {
  color: #111216 !important;
}

/* Header fit: all pages */
@media (min-width: 1100px) {
  .site-header {
    display: grid !important;
    grid-template-columns: minmax(280px, auto) minmax(620px, 1fr) auto auto !important;
    gap: 18px !important;
    align-items: center !important;
  }

  .main-nav {
    justify-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
  }

  .main-nav a {
    min-height: 48px !important;
    padding-inline: 15px !important;
  }

  .main-nav .nav-cta {
    padding-inline: 22px !important;
  }

  .language-current {
    min-width: 76px !important;
    overflow: visible !important;
  }

  .theme-toggle {
    min-width: 104px !important;
  }
}

@media (max-width: 1099px) {
  body.subpage .booking-section,
  .contact-grid,
  body.subpage .book-section .book-intro {
    grid-template-columns: 1fr !important;
  }

  body.subpage .booking-copy {
    position: relative !important;
    top: auto !important;
  }

  body.subpage .booking-form {
    justify-self: stretch !important;
    max-width: none !important;
  }

  .full-price-grid,
  body.subpage .transfer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.subpage .treatment-section,
  body.subpage .results-section,
  body.subpage .full-price-section,
  body.subpage .packages-section,
  body.subpage .book-section,
  body.subpage .guide-section,
  body.subpage .transfer-section,
  body.subpage .tourist-section,
  body.subpage .contact-section,
  body.subpage .booking-section,
  body.subpage .faq-section {
    width: calc(100% - 22px);
    padding: 24px 14px !important;
    border-radius: 22px;
  }

  .booking-form-v2 .source-grid,
  .full-price-grid,
  body.subpage .transfer-grid {
    grid-template-columns: 1fr !important;
  }

  .page-title-section {
    padding-top: 116px !important;
  }
}


/* Logical split fix: Transfers belongs to Services, booking is WhatsApp-only */
.booking-actions {
  grid-template-columns: 1fr !important;
}
.booking-actions .btn-whatsapp {
  grid-column: 1 / -1;
  min-height: 60px;
  font-size: 16px;
}
body.subpage .services-transfer-note {
  margin-top: 18px;
}
body.subpage .transfer-section#transfers {
  scroll-margin-top: 120px;
}
body[data-theme="light"] .booking-form-v2 .source-check,
body[data-theme="light"] .booking-form-v2 .transfer-checkbox {
  color: #111216 !important;
}
body[data-theme="light"] .booking-form-v2 .source-check span,
body[data-theme="light"] .booking-form-v2 .transfer-checkbox span {
  color: #111216 !important;
  opacity: 1 !important;
}

/* =========================================================
   LUXURY FOOTER REWORK
   ========================================================= */
.site-footer.luxury-footer {
  position: relative;
  overflow: hidden;
  margin-top: 42px;
  padding: 0;
  background:
    radial-gradient(circle at top left, rgba(196,154,63,.18), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(46,128,116,.16), transparent 24%),
    linear-gradient(135deg, #07080b 0%, #0c0e13 44%, #12161d 100%);
  border-top: 1px solid rgba(241,212,134,.16);
  box-shadow: 0 -8px 30px rgba(0,0,0,.08);
}

.site-footer.luxury-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241,212,134,.5), transparent);
}

.site-footer.luxury-footer .footer-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.site-footer.luxury-footer .footer-orbit-a {
  width: 320px;
  height: 320px;
  left: -140px;
  bottom: -150px;
  background: radial-gradient(circle, rgba(196,154,63,.18) 0%, rgba(196,154,63,.05) 44%, transparent 72%);
}

.site-footer.luxury-footer .footer-orbit-b {
  width: 260px;
  height: 260px;
  right: -120px;
  top: -80px;
  background: radial-gradient(circle, rgba(46,128,116,.16) 0%, rgba(46,128,116,.04) 46%, transparent 72%);
}

.site-footer.luxury-footer .footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 46px 28px 28px;
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr 1fr;
  gap: 28px;
}

.site-footer.luxury-footer .footer-brand-col,
.site-footer.luxury-footer .footer-links-col,
.site-footer.luxury-footer .footer-contact-col {
  min-width: 0;
}

.site-footer.luxury-footer .footer-brand-col {
  padding-right: 12px;
}

.site-footer.luxury-footer .brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.site-footer.luxury-footer .brand-logo {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
  border: 1px solid rgba(241,212,134,.16);
}

.site-footer.luxury-footer .brand strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2vw, 36px);
  line-height: 1;
  letter-spacing: .02em;
}

.site-footer.luxury-footer .brand small {
  display: block;
  margin-top: 7px;
  color: rgba(241,212,134,.84);
  font-size: 11px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.site-footer.luxury-footer .footer-tagline {
  margin: 18px 0 22px;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.8;
  max-width: 500px;
}

.site-footer.luxury-footer .footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer.luxury-footer .footer-badges span,
.site-footer.luxury-footer .footer-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(241,212,134,.18);
  background: rgba(255,255,255,.04);
  color: #f3ebdd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
}

.site-footer.luxury-footer h3 {
  margin: 8px 0 16px;
  color: rgba(241,212,134,.96);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.site-footer.luxury-footer .footer-link-list {
  display: grid;
  gap: 12px;
}

.site-footer.luxury-footer .footer-link-list a,
.site-footer.luxury-footer .footer-contact-line,
.site-footer.luxury-footer .footer-contact-line a,
.site-footer.luxury-footer .footer-bottom-bar p,
.site-footer.luxury-footer .footer-bottom-links a {
  color: rgba(255,255,255,.76);
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
}

.site-footer.luxury-footer .footer-link-list a:hover,
.site-footer.luxury-footer .footer-link-list a:focus-visible,
.site-footer.luxury-footer .footer-contact-line a:hover,
.site-footer.luxury-footer .footer-contact-line a:focus-visible,
.site-footer.luxury-footer .footer-bottom-links a:hover,
.site-footer.luxury-footer .footer-bottom-links a:focus-visible {
  color: rgba(241,212,134,.98);
}

.site-footer.luxury-footer .footer-contact-line {
  margin: 0 0 10px;
}

.site-footer.luxury-footer .footer-contact-line strong {
  color: #fff;
}

.site-footer.luxury-footer .footer-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.site-footer.luxury-footer .footer-mini-btn--gold {
  background: linear-gradient(135deg, #f1d486, #c49a3f);
  color: #151006;
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(196,154,63,.18);
}

.site-footer.luxury-footer .footer-bottom-bar {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 18px 28px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.site-footer.luxury-footer .footer-bottom-bar p {
  margin: 0;
}

.site-footer.luxury-footer .footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

body[data-theme="light"] .site-footer.luxury-footer,
body[data-theme="dark"] .site-footer.luxury-footer {
  background:
    radial-gradient(circle at top left, rgba(196,154,63,.18), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(46,128,116,.16), transparent 24%),
    linear-gradient(135deg, #07080b 0%, #0c0e13 44%, #12161d 100%);
}

body[data-theme="light"] .site-footer.luxury-footer *,
body[data-theme="dark"] .site-footer.luxury-footer * {
  color-scheme: dark;
}

@media (max-width: 1100px) {
  .site-footer.luxury-footer .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .site-footer.luxury-footer {
    margin-top: 30px;
  }

  .site-footer.luxury-footer .footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 36px 18px 24px;
  }

  .site-footer.luxury-footer .footer-brand-col {
    padding-right: 0;
  }

  .site-footer.luxury-footer .brand-logo {
    width: 54px;
    height: 54px;
  }

  .site-footer.luxury-footer .brand strong {
    font-size: 24px;
  }

  .site-footer.luxury-footer .footer-tagline {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .site-footer.luxury-footer .footer-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 18px calc(24px + env(safe-area-inset-bottom, 0px));
  }
}

html[lang="ar"] .site-footer.luxury-footer {
  direction: rtl;
}

html[lang="ar"] .site-footer.luxury-footer .footer-inner,
html[lang="ar"] .site-footer.luxury-footer .footer-bottom-bar,
html[lang="ar"] .site-footer.luxury-footer .footer-link-list,
html[lang="ar"] .site-footer.luxury-footer .footer-contact-col,
html[lang="ar"] .site-footer.luxury-footer .footer-brand-col {
  text-align: right;
}

html[lang="ar"] .site-footer.luxury-footer .brand {
  flex-direction: row-reverse;
}

/* Final footer tuning: smaller typography + cleaner desktop proportions */
.site-footer.luxury-footer .brand span {
  display: block;
  min-width: 0;
}

@media (min-width: 1024px) {
  .site-footer.luxury-footer .footer-inner,
  .site-footer.luxury-footer .footer-bottom-bar {
    max-width: 1440px;
  }

  .site-footer.luxury-footer .footer-inner {
    grid-template-columns: minmax(300px, 1.55fr) minmax(120px, 0.7fr) minmax(150px, 0.82fr) minmax(250px, 1.05fr);
    gap: 34px;
    padding: 40px 34px 24px;
  }

  .site-footer.luxury-footer .footer-brand-col {
    max-width: 390px;
    padding-right: 0;
  }

  .site-footer.luxury-footer .brand {
    gap: 12px;
    align-items: flex-start;
  }

  .site-footer.luxury-footer .brand-logo {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .site-footer.luxury-footer .brand strong {
    font-size: clamp(22px, 1.55vw, 28px);
    line-height: 1.04;
    letter-spacing: .015em;
    word-break: normal;
    overflow-wrap: normal;
  }

  .site-footer.luxury-footer .brand small {
    margin-top: 5px;
    font-size: 10px;
    letter-spacing: 2.8px;
  }

  .site-footer.luxury-footer .footer-tagline {
    margin: 14px 0 18px;
    max-width: 360px;
    font-size: 13px;
    line-height: 1.7;
  }

  .site-footer.luxury-footer h3 {
    margin: 5px 0 14px;
    font-size: 13px;
    letter-spacing: .11em;
    line-height: 1.35;
  }

  .site-footer.luxury-footer .footer-link-list {
    gap: 10px;
  }

  .site-footer.luxury-footer .footer-link-list a,
  .site-footer.luxury-footer .footer-contact-line,
  .site-footer.luxury-footer .footer-contact-line a,
  .site-footer.luxury-footer .footer-bottom-bar p,
  .site-footer.luxury-footer .footer-bottom-links a {
    font-size: 13px;
    line-height: 1.65;
  }

  .site-footer.luxury-footer .footer-contact-line {
    margin-bottom: 8px;
  }

  .site-footer.luxury-footer .footer-badges {
    gap: 8px;
  }

  .site-footer.luxury-footer .footer-badges span,
  .site-footer.luxury-footer .footer-mini-btn {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .site-footer.luxury-footer .footer-contact-actions {
    gap: 8px;
    margin-top: 16px;
  }

  .site-footer.luxury-footer .footer-bottom-bar {
    padding: 16px 34px 24px;
    align-items: flex-start;
    gap: 14px;
  }

  .site-footer.luxury-footer .footer-bottom-links {
    gap: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .site-footer.luxury-footer .footer-inner {
    grid-template-columns: minmax(270px, 1.35fr) minmax(115px, 0.68fr) minmax(145px, 0.82fr) minmax(230px, 1fr);
    gap: 28px;
  }
}

/* Footer spacing fix: spread columns wider and stop overlap */
@media (min-width: 1024px) {
  .site-footer.luxury-footer .footer-inner {
    max-width: 1600px !important;
    width: calc(100% - 96px) !important;
    grid-template-columns: minmax(360px, 1.7fr) minmax(150px, .7fr) minmax(190px, .85fr) minmax(330px, 1.2fr) !important;
    gap: clamp(54px, 5vw, 96px) !important;
    padding: 44px 48px 26px !important;
    align-items: start !important;
  }

  .site-footer.luxury-footer .footer-brand-col {
    max-width: none !important;
    width: 100% !important;
  }

  .site-footer.luxury-footer .footer-links-col,
  .site-footer.luxury-footer .footer-contact-col {
    min-width: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .site-footer.luxury-footer .footer-link-list a,
  .site-footer.luxury-footer .footer-contact-line,
  .site-footer.luxury-footer .footer-contact-line a {
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .site-footer.luxury-footer .footer-contact-col {
    max-width: 360px !important;
  }

  .site-footer.luxury-footer .brand strong {
    font-size: clamp(24px, 1.8vw, 32px) !important;
    white-space: normal !important;
  }

  .site-footer.luxury-footer .footer-tagline {
    max-width: 440px !important;
  }

  .site-footer.luxury-footer .footer-bottom-bar {
    max-width: 1600px !important;
    width: calc(100% - 96px) !important;
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1350px) {
  .site-footer.luxury-footer .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 64px !important;
  }

  .site-footer.luxury-footer .footer-contact-col {
    max-width: none !important;
  }
}

/* =========================================================
   CLEAN FINAL FOOTER - NO OVERLAP, 4 CLEAR COLUMNS
   ========================================================= */
.site-footer.clean-footer {
  position: relative !important;
  overflow: hidden !important;
  margin-top: 48px !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 0% 100%, rgba(196,154,63,.14), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(46,128,116,.12), transparent 30%),
    linear-gradient(135deg, #07090c 0%, #0b0e13 52%, #0e1319 100%) !important;
  border-top: 1px solid rgba(241,212,134,.22) !important;
  color: #fff !important;
}

.site-footer.clean-footer::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(241,212,134,.55), transparent) !important;
}

.site-footer.clean-footer .footer-orbit,
.site-footer.clean-footer .footer-bottom-bar,
.site-footer.clean-footer .footer-bottom-links {
  display: none !important;
}

.site-footer.clean-footer .clean-footer-inner {
  width: min(1680px, calc(100% - 96px)) !important;
  max-width: 1680px !important;
  margin: 0 auto !important;
  padding: 52px 0 46px !important;
  display: grid !important;
  grid-template-columns: minmax(360px, 1.45fr) minmax(140px, .62fr) minmax(210px, .78fr) minmax(420px, 1.2fr) !important;
  gap: clamp(56px, 5.2vw, 116px) !important;
  align-items: start !important;
}

.site-footer.clean-footer .footer-brand-col,
.site-footer.clean-footer .footer-links-col,
.site-footer.clean-footer .footer-contact-col {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: static !important;
  text-align: left !important;
  transform: none !important;
}

.site-footer.clean-footer .brand {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  text-decoration: none !important;
  max-width: 100% !important;
}

.site-footer.clean-footer .brand-logo {
  flex: 0 0 54px !important;
  width: 54px !important;
  height: 54px !important;
  border-radius: 14px !important;
  object-fit: cover !important;
}

.site-footer.clean-footer .brand span {
  display: block !important;
  min-width: 0 !important;
}

.site-footer.clean-footer .brand strong {
  display: block !important;
  color: #f1d486 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(30px, 2.1vw, 42px) !important;
  line-height: .95 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.site-footer.clean-footer .brand small {
  display: block !important;
  margin-top: 10px !important;
  color: rgba(241,212,134,.96) !important;
  font-size: 11px !important;
  line-height: 1.7 !important;
  letter-spacing: 5px !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  word-break: keep-all !important;
}

.site-footer.clean-footer .footer-tagline,
.site-footer.clean-footer .footer-copy,
.site-footer.clean-footer .footer-contact-line,
.site-footer.clean-footer .footer-contact-line a,
.site-footer.clean-footer .footer-link-list a {
  color: rgba(255,255,255,.82) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  text-decoration: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.site-footer.clean-footer .footer-tagline {
  max-width: 520px !important;
  margin: 22px 0 14px !important;
}

.site-footer.clean-footer .footer-copy {
  margin: 18px 0 0 !important;
  color: rgba(241,212,134,.78) !important;
}

.site-footer.clean-footer h3 {
  margin: 8px 0 22px !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.site-footer.clean-footer .footer-link-list {
  display: grid !important;
  gap: 17px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-footer.clean-footer .footer-link-list a:hover,
.site-footer.clean-footer .footer-contact-line a:hover {
  color: #f1d486 !important;
}

.site-footer.clean-footer .footer-contact-line {
  max-width: 500px !important;
  margin: 0 0 14px !important;
}

.site-footer.clean-footer .footer-contact-line strong {
  color: #fff !important;
  font-weight: 900 !important;
}

.site-footer.clean-footer .footer-contact-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 22px !important;
}

.site-footer.clean-footer .footer-mini-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(241,212,134,.24) !important;
  background: rgba(255,255,255,.04) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.site-footer.clean-footer .footer-mini-btn--gold {
  background: linear-gradient(135deg, #f1d486, #c49a3f) !important;
  color: #151006 !important;
  border-color: transparent !important;
}

@media (min-width: 1024px) and (max-width: 1450px) {
  .site-footer.clean-footer .clean-footer-inner {
    width: min(1240px, calc(100% - 64px)) !important;
    grid-template-columns: 1.2fr .75fr .9fr 1.1fr !important;
    gap: 44px !important;
  }
  .site-footer.clean-footer .brand strong { font-size: 30px !important; }
  .site-footer.clean-footer .brand small { letter-spacing: 3.2px !important; }
}

@media (max-width: 1023px) {
  .site-footer.clean-footer .clean-footer-inner {
    width: min(720px, calc(100% - 36px)) !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 34px 28px !important;
    padding: 40px 0 !important;
  }
  .site-footer.clean-footer .clean-footer-brand,
  .site-footer.clean-footer .clean-footer-contact {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 640px) {
  .site-footer.clean-footer .clean-footer-inner {
    width: calc(100% - 32px) !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 36px 0 calc(34px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .site-footer.clean-footer .brand strong { font-size: 25px !important; }
  .site-footer.clean-footer .brand small { font-size: 9px !important; letter-spacing: 2.6px !important; }
  .site-footer.clean-footer h3 { white-space: normal !important; }
}

html[lang="ar"] .site-footer.clean-footer,
html[lang="ar"] .site-footer.clean-footer .footer-brand-col,
html[lang="ar"] .site-footer.clean-footer .footer-links-col,
html[lang="ar"] .site-footer.clean-footer .footer-contact-col {
  direction: rtl !important;
  text-align: right !important;
}

html[lang="ar"] .site-footer.clean-footer .brand {
  flex-direction: row-reverse !important;
}

/* Interactive AI chat upgrade */
.ai-chat-box {
  width: min(620px, calc(100vw - 34px)) !important;
  height: min(820px, calc(100vh - 42px)) !important;
  max-height: calc(100vh - 42px) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
}
.ai-assistant-frame {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
}
@media (max-width: 720px) {
  .ai-chat-box,
  .chat-box.ai-chat-box,
  .chat-open .ai-chat-box {
    width: 100vw !important;
    height: 100svh !important;
    max-height: 100svh !important;
    inset: 0 !important;
    right: auto !important;
    bottom: auto !important;
    border-radius: 0 !important;
  }
}
