:root {
  --rabwa-black: #080808;
  --rabwa-black-2: #10100f;
  --rabwa-panel: #171512;
  --rabwa-panel-2: #211d18;
  --rabwa-cream: #fff8ec;
  --rabwa-cream-2: #efe4d2;
  --rabwa-muted: #d1c4b2;
  --rabwa-gold: #d9b170;
  --rabwa-copper: #b66c3c;
  --rabwa-russet: #6e3d32;
  --rabwa-line: rgba(222, 185, 122, 0.22);
  --rabwa-grad: linear-gradient(135deg, #f6dda8 0%, #dda15f 52%, #bd7048 100%);
  --rabwa-grad-soft: linear-gradient(135deg, rgba(232, 196, 134, 0.18), rgba(122, 66, 49, 0.1));
  --rabwa-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
  --rabwa-radius: 26px;
  --rabwa-container: 1240px;
}

html {
  scroll-behavior: smooth;
  background: var(--rabwa-black);
}

body.rabwa-project-body {
  margin: 0;
  padding: 0;
  background: var(--rabwa-black);
  color: var(--rabwa-cream);
  overflow-x: hidden;
}

body.rabwa-project-body.admin-bar .topbar {
  top: 32px;
}

body.rabwa-project-body * {
  box-sizing: border-box;
}

.rabwa-page {
  min-height: 100vh;
  direction: rtl;
  background:
    radial-gradient(circle at 85% 7%, rgba(168, 102, 55, 0.14), transparent 31%),
    radial-gradient(circle at 12% 37%, rgba(105, 58, 46, 0.12), transparent 34%),
    var(--rabwa-black);
  color: var(--rabwa-cream);
  font-family: "Tajawal", "Noto Kufi Arabic", Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
}

.rabwa-page img,
.rabwa-page video {
  display: block;
  max-width: 100%;
}

.rabwa-page a {
  color: inherit;
  text-decoration: none;
}

.rabwa-page button,
.rabwa-page input,
.rabwa-page select {
  font: inherit;
}

.rabwa-page button,
.rabwa-page a {
  -webkit-tap-highlight-color: transparent;
}

.rabwa-page h1,
.rabwa-page h2,
.rabwa-page h3,
.rabwa-page p {
  margin-top: 0;
}

.rabwa-page h1,
.rabwa-page h2,
.rabwa-page h3,
.rabwa-page strong,
.rabwa-page .btn {
  font-weight: 900;
}

.rabwa-page h1,
.rabwa-page h2 {
  letter-spacing: -0.035em;
}

.rabwa-page h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 1.28;
}

.container {
  width: min(calc(100% - 40px), var(--rabwa-container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 120px 0;
}

.skip-link {
  position: fixed;
  z-index: 99999;
  top: -100px;
  right: 16px;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--rabwa-cream);
  color: var(--rabwa-black) !important;
}

.skip-link:focus {
  top: 16px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.scroll-progress {
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.04);
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--rabwa-grad);
}

.topbar {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  min-height: 86px;
  padding: 12px max(22px, calc((100vw - var(--rabwa-container)) / 2));
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 8, 8, 0.78);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.topbar.is-scrolled {
  background: rgba(8, 8, 8, 0.95);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.35);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img {
  width: 94px;
  height: 58px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  line-height: 1.25;
}

.brand-copy strong {
  font-size: 1.12rem;
  color: var(--rabwa-cream);
}

.brand-copy small {
  margin-top: 4px;
  color: var(--rabwa-muted);
  font-size: 0.78rem;
}

.topbar nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.topbar nav a {
  position: relative;
  color: var(--rabwa-cream-2);
  font-size: 0.9rem;
  font-weight: 800;
}

.topbar nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  background: var(--rabwa-grad);
  transition: width 0.25s ease;
}

.topbar nav a:hover::after,
.topbar nav a:focus-visible::after {
  width: 100%;
}

.topbar-call {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid var(--rabwa-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--rabwa-cream);
  font-weight: 900;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid var(--rabwa-line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--rabwa-cream);
  cursor: pointer;
}

.menu-toggle > span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.35em;
  height: 1.35em;
}

.icon svg {
  width: 100%;
  height: 100%;
}

.hero {
  position: relative;
  min-height: 890px;
  padding-top: 86px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: var(--rabwa-black);
}

.hero-media,
.hero-overlay,
.hero-glow {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
  animation: heroBreath 18s ease-in-out infinite alternate;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.98) 0%, rgba(8, 8, 8, 0.82) 34%, rgba(8, 8, 8, 0.36) 68%, rgba(8, 8, 8, 0.42) 100%),
    linear-gradient(0deg, var(--rabwa-black) 0%, transparent 25%, rgba(8, 8, 8, 0.2) 100%);
}

.hero-glow {
  pointer-events: none;
  filter: blur(14px);
}

.hero-glow-one {
  inset: auto auto 8% -6%;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(188, 112, 61, 0.17);
}

.hero-glow-two {
  inset: 12% 55% auto auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(222, 183, 112, 0.08);
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: 804px;
  padding-block: 120px 82px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
  align-items: center;
  gap: 80px;
}

.hero-copy {
  max-width: 750px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 13px;
  border: 1px solid var(--rabwa-line);
  border-radius: 999px;
  background: rgba(216, 171, 103, 0.07);
  color: var(--rabwa-gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.hero h1 {
  margin: 26px 0 0;
  width: fit-content;
  max-width: 100%;
  display: inline-grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: end;
  justify-content: start;
  column-gap: clamp(18px, 2.1vw, 38px);
  padding-block: 0.04em 0.1em;
  font-size: clamp(4rem, 7.9vw, 8.15rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #fff9ed;
  text-shadow:
    0 5px 0 rgba(71, 39, 21, 0.22),
    0 18px 52px rgba(0, 0, 0, 0.58),
    0 0 28px rgba(255, 226, 169, 0.08);
  text-wrap: nowrap;
}

.hero h1 span {
  display: block;
  min-width: 0;
  padding-block: 0.025em 0.05em;
  white-space: nowrap;
  transform-origin: right center;
}

.hero-copy.is-visible h1 span {
  animation: heroWordIn 0.92s cubic-bezier(0.2, 0.82, 0.25, 1) both;
}

.hero-copy.is-visible h1 span:nth-child(2) {
  animation-delay: 0.12s;
}

.hero-tagline {
  position: relative;
  display: inline-block;
  margin: 20px 0 20px;
  padding: 2px 2px 11px;
  font-size: clamp(1.42rem, 2.8vw, 2.3rem);
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0.015em;
  color: #ffe6aa;
  background: linear-gradient(90deg, #fff7df 0%, #ffd27e 24%, #fff5d6 48%, #e2a95b 72%, #fff7df 100%);
  background-size: 230% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 3px 16px rgba(0, 0, 0, 0.88),
    0 0 20px rgba(255, 204, 112, 0.38),
    0 0 42px rgba(223, 146, 67, 0.22);
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.62));
  animation: taglineShimmer 4.6s linear infinite, taglineGlow 2.8s ease-in-out infinite;
}

.hero-tagline::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 224, 159, 0.95) 35%, #d99543 68%, transparent 100%);
  box-shadow: 0 0 14px rgba(255, 199, 102, 0.72);
  transform-origin: right center;
  animation: taglineLine 3.4s ease-in-out infinite;
}

.hero-description {
  max-width: 680px;
  margin-bottom: 30px;
  padding-right: 18px;
  border-right: 3px solid rgba(236, 183, 103, 0.72);
  color: #fff8ec;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.95;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.78);
}

.hero-actions,
.inline-actions,
.plans-downloads,
.contact-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  min-height: 54px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.96rem;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-3px);
}

.btn-primary {
  background: var(--rabwa-grad);
  color: #150e09 !important;
  box-shadow: 0 14px 34px rgba(176, 102, 58, 0.27);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 20px 46px rgba(176, 102, 58, 0.4);
}

.btn-ghost {
  border-color: var(--rabwa-line);
  background: rgba(255, 255, 255, 0.055);
  color: var(--rabwa-cream) !important;
  backdrop-filter: blur(12px);
}

.hero-note {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--rabwa-muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e7bc72;
  box-shadow: 0 0 0 0 rgba(231, 188, 114, 0.5);
  animation: pulse 1.8s infinite;
}

.hero-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--rabwa-line);
  border-radius: var(--rabwa-radius);
  background: linear-gradient(145deg, rgba(31, 27, 23, 0.88), rgba(10, 10, 10, 0.82));
  box-shadow: var(--rabwa-shadow);
  backdrop-filter: blur(24px);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(182, 108, 60, 0.15);
  filter: blur(38px);
}

.hero-card > * {
  position: relative;
}

.hero-card-label {
  color: var(--rabwa-muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.price {
  display: block;
  margin: 8px 0 26px;
  font-size: clamp(2.2rem, 5vw, 3.7rem);
  line-height: 1.15;
  color: var(--rabwa-cream);
}

.price small {
  font-size: 0.42em;
  color: var(--rabwa-gold);
}

.sales-progress {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.sales-progress-head {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--rabwa-muted);
  font-size: 0.86rem;
}

.sales-progress-head strong {
  color: var(--rabwa-gold);
  font-size: 1.25rem;
}

.sales-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.sales-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--rabwa-grad);
}

.hero-whatsapp {
  margin-top: 14px;
  min-height: 52px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  background: #1f8c54;
  color: #fff !important;
  font-weight: 900;
}

.facts-strip {
  position: relative;
  z-index: 4;
  margin-top: -55px;
  padding-bottom: 48px;
}

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

.fact-card,
.feature-card,
.room-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rabwa-line);
  background: linear-gradient(155deg, rgba(35, 31, 26, 0.96), rgba(13, 13, 12, 0.96));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.25);
}

.fact-card {
  min-height: 170px;
  padding: 22px 14px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.fact-card .icon,
.feature-card .icon,
.room-card .icon {
  color: var(--rabwa-gold);
}

.fact-card .icon {
  width: 34px;
  height: 34px;
  margin-bottom: 13px;
}

.fact-card strong {
  font-size: 1.18rem;
  line-height: 1.35;
}

.fact-card small {
  margin-top: 5px;
  color: var(--rabwa-muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading h2 {
  margin-top: 18px;
}

.section-heading p,
.section-copy p,
.location-copy > p,
.contact-copy > p {
  color: var(--rabwa-muted);
  font-size: 1.04rem;
  line-height: 2;
}

.split-grid,
.location-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
}

.section-copy h2,
.location-copy h2,
.contact-copy h2 {
  margin-top: 18px;
}

.text-link {
  min-height: 48px;
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--rabwa-gold) !important;
  font-weight: 900;
  border-bottom: 1px solid var(--rabwa-line);
}

.video-card {
  overflow: hidden;
  border: 1px solid var(--rabwa-line);
  border-radius: var(--rabwa-radius);
  background: var(--rabwa-panel);
  box-shadow: var(--rabwa-shadow);
}

.video-card video {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  background: #000;
}

.video-caption {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.video-caption > .icon {
  width: 44px;
  height: 44px;
  padding: 11px;
  border-radius: 50%;
  background: var(--rabwa-grad);
  color: #100c08;
}

.video-caption div {
  display: grid;
}

.video-caption small {
  color: var(--rabwa-muted);
}

.gallery-section,
.plans-section,
.location-section {
  border-block: 1px solid rgba(255, 255, 255, 0.045);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent);
}

.gallery-shell {
  padding: 18px;
  border: 1px solid var(--rabwa-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.025);
}

.gallery-stage {
  position: relative;
}

.gallery-main,
.plan-stage {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #0d0d0c;
  color: var(--rabwa-cream);
  cursor: zoom-in;
}

.gallery-main {
  aspect-ratio: 16 / 9;
}

.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.22s ease, transform 0.45s ease;
}

.gallery-main:hover img {
  transform: scale(1.018);
}

.gallery-caption,
.plan-stage-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.72);
  backdrop-filter: blur(12px);
  font-size: 0.82rem;
  font-weight: 900;
}

.zoom-hint {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--rabwa-grad);
  color: #130d09;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78rem;
  font-weight: 900;
}

.gallery-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(8, 8, 8, 0.7);
  color: var(--rabwa-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.gallery-prev {
  right: 16px;
}

.gallery-next {
  left: 16px;
}

.gallery-thumbs {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
}

.gallery-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 13px;
  background: transparent;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.gallery-thumb:hover,
.gallery-thumb:focus-visible,
.gallery-thumb.active {
  opacity: 1;
  border-color: var(--rabwa-gold);
  transform: translateY(-2px);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.living-section {
  padding-top: 105px;
}

.room-grid,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.room-card,
.feature-card {
  min-height: 200px;
  padding: 26px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.room-card::after,
.feature-card::after {
  content: "";
  position: absolute;
  left: -50px;
  bottom: -80px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(187, 110, 61, 0.07);
  filter: blur(15px);
}

.room-card .icon,
.feature-card .icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
}

.room-card strong,
.feature-card strong {
  font-size: 1.08rem;
}

.room-card small,
.feature-card small {
  margin-top: 6px;
  color: var(--rabwa-muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.plans-layout {
  padding: 22px;
  border: 1px solid var(--rabwa-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.025);
}

.plan-tabs {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.plan-tabs button {
  min-height: 50px;
  padding: 10px 14px;
  border: 1px solid var(--rabwa-line);
  border-radius: 13px;
  background: transparent;
  color: var(--rabwa-muted);
  font-weight: 900;
  cursor: pointer;
}

.plan-tabs button.active {
  background: var(--rabwa-grad);
  color: #160f0a;
  border-color: transparent;
}

.plan-stage {
  min-height: 620px;
  padding: 26px;
  background: #f5f2ec;
}

.plan-stage img {
  width: 100%;
  height: 100%;
  max-height: 660px;
  object-fit: contain;
}

.plans-downloads {
  margin-top: 18px;
  justify-content: center;
}

.features-section {
  background:
    radial-gradient(circle at 50% 0, rgba(185, 111, 63, 0.12), transparent 38%),
    var(--rabwa-black-2);
}

.location-map {
  overflow: hidden;
  border: 1px solid var(--rabwa-line);
  border-radius: 28px;
  background: #f6f3ee;
  box-shadow: var(--rabwa-shadow);
}

.location-map a {
  position: relative;
  display: block;
}

.location-map img {
  width: 100%;
  min-height: 480px;
  object-fit: contain;
}

.map-overlay {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-height: 48px;
  padding: 11px 16px;
  border-radius: 14px;
  background: var(--rabwa-grad);
  color: #150f0a;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 900;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.26);
}

.location-list {
  margin: 28px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.location-list li {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.025);
  display: grid;
  grid-template-columns: 38px auto;
  align-items: center;
  column-gap: 12px;
}

.location-list .icon {
  grid-row: 1 / 3;
  width: 32px;
  height: 32px;
  color: var(--rabwa-gold);
}

.location-list strong {
  line-height: 1.35;
}

.location-list small {
  color: var(--rabwa-muted);
}

.contact-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(14, 14, 13, 0.96), rgba(35, 25, 20, 0.94)),
    url("../media/facade-05.webp") center / cover no-repeat;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 22% 50%, rgba(203, 135, 75, 0.14), transparent 35%);
}

.contact-grid {
  position: relative;
}

.contact-direct a {
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid var(--rabwa-line);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.035);
  font-weight: 900;
}

.lead-form {
  padding: 30px;
  border: 1px solid var(--rabwa-line);
  border-radius: 26px;
  background: rgba(11, 11, 10, 0.82);
  box-shadow: var(--rabwa-shadow);
  backdrop-filter: blur(22px);
  display: grid;
  gap: 15px;
}

.lead-form label {
  display: grid;
  gap: 7px;
}

.lead-form label > span {
  color: var(--rabwa-cream-2);
  font-size: 0.83rem;
  font-weight: 900;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 54px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 13px;
  outline: none;
  background: rgba(255, 255, 255, 0.055);
  color: var(--rabwa-cream);
  font-weight: 700;
}

.lead-form select option {
  color: #111;
}

.lead-form input::placeholder {
  color: #8f8578;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--rabwa-gold);
  box-shadow: 0 0 0 3px rgba(217, 177, 112, 0.11);
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--rabwa-gold);
  font-size: 0.82rem;
  text-align: center;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #060606;
}

.footer-grid {
  min-height: 190px;
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  align-items: center;
  gap: 40px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-brand img {
  width: 115px;
  height: 74px;
  object-fit: contain;
}

.footer-brand div {
  display: grid;
}

.footer-brand small,
.footer p {
  color: var(--rabwa-muted);
  font-size: 0.78rem;
  line-height: 1.8;
}

.footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 16px;
  font-size: 0.8rem;
  font-weight: 900;
}

.footer-bottom {
  padding: 18px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #958a7c;
  text-align: center;
  font-size: 0.76rem;
}

.mobile-cta {
  display: none;
}

.lightbox {
  position: fixed;
  z-index: 9999;
  inset: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.94);
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(12px);
}

.lightbox:not([hidden]) {
  display: flex;
}

.lightbox figure {
  max-width: min(1500px, 95vw);
  max-height: 92vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lightbox img {
  max-width: 100%;
  max-height: 84vh;
  object-fit: contain;
  border-radius: 16px;
}

.lightbox figcaption {
  color: var(--rabwa-cream);
  text-align: center;
  font-weight: 900;
}

.lightbox-close {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body.rabwa-lightbox-open {
  overflow: hidden;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes heroBreath {
  from { transform: scale(1.025); }
  to { transform: scale(1.07); }
}

@keyframes heroWordIn {
  0% {
    opacity: 0;
    transform: translateY(34px) scale(0.96);
    filter: blur(8px);
  }
  60% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes taglineShimmer {
  0% { background-position: 110% 50%; }
  100% { background-position: -110% 50%; }
}

@keyframes taglineGlow {
  0%, 100% {
    text-shadow:
      0 3px 16px rgba(0, 0, 0, 0.88),
      0 0 16px rgba(255, 204, 112, 0.28),
      0 0 34px rgba(223, 146, 67, 0.16);
    transform: translateY(0);
  }
  50% {
    text-shadow:
      0 3px 16px rgba(0, 0, 0, 0.88),
      0 0 28px rgba(255, 218, 146, 0.68),
      0 0 52px rgba(223, 146, 67, 0.34);
    transform: translateY(-2px);
  }
}

@keyframes taglineLine {
  0%, 100% { transform: scaleX(0.45); opacity: 0.55; }
  50% { transform: scaleX(1); opacity: 1; }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(231, 188, 114, 0.45); }
  70% { box-shadow: 0 0 0 11px rgba(231, 188, 114, 0); }
  100% { box-shadow: 0 0 0 0 rgba(231, 188, 114, 0); }
}

@media (max-width: 1050px) {
  .topbar {
    grid-template-columns: 1fr auto auto;
  }

  .menu-toggle {
    display: block;
  }

  .topbar nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 18px;
    left: 18px;
    padding: 14px;
    border: 1px solid var(--rabwa-line);
    border-radius: 18px;
    background: rgba(12, 12, 11, 0.98);
    box-shadow: var(--rabwa-shadow);
    display: none;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
  }

  .topbar nav.is-open {
    display: grid;
  }

  .topbar nav a {
    padding: 11px 6px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.035);
    text-align: center;
    font-size: 0.75rem;
  }

  .topbar nav a::after {
    display: none;
  }

  .hero-content {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.5fr);
    gap: 38px;
  }

  .facts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .split-grid,
  .location-grid,
  .contact-grid {
    gap: 44px;
  }
}

@media (max-width: 820px) {
  body.rabwa-project-body.admin-bar .topbar {
    top: 46px;
  }

  .section {
    padding: 82px 0;
  }

  .topbar {
    min-height: 74px;
    padding: 9px 16px;
    gap: 10px;
  }

  .brand img {
    width: 76px;
    height: 48px;
  }

  .brand-copy strong {
    font-size: 0.94rem;
  }

  .brand-copy small,
  .topbar-call span:not(.icon) {
    display: none;
  }

  .topbar-call {
    width: 46px;
    height: 46px;
    padding: 11px;
    justify-content: center;
  }

  .topbar nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
    padding-top: 74px;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, var(--rabwa-black) 0%, rgba(8, 8, 8, 0.75) 45%, rgba(8, 8, 8, 0.42) 100%),
      linear-gradient(90deg, rgba(8, 8, 8, 0.72), rgba(8, 8, 8, 0.3));
  }

  .hero-content {
    min-height: 790px;
    padding-block: 110px 70px;
    grid-template-columns: 1fr;
    align-content: end;
    gap: 28px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 15.8vw, 6.15rem);
    line-height: 1.16;
    column-gap: 18px;
  }

  .hero-card {
    max-width: 520px;
    padding: 24px;
  }

  .facts-strip {
    margin-top: 0;
    padding-top: 20px;
  }

  .split-grid,
  .location-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .video-card {
    max-width: 520px;
    margin-inline: auto;
  }

  .room-grid,
  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .room-card,
  .feature-card {
    min-height: 170px;
    padding: 18px 14px;
    align-items: center;
    text-align: center;
  }

  .room-card .icon,
  .feature-card .icon {
    width: 35px;
    height: 35px;
    margin-bottom: 11px;
  }

  .room-card strong,
  .feature-card strong {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .room-card small,
  .feature-card small {
    font-size: 0.68rem;
    line-height: 1.55;
  }

  .plan-stage {
    min-height: 430px;
    padding: 12px;
  }

  .location-grid .location-map {
    order: 2;
  }

  .location-grid .location-copy {
    order: 1;
  }

  .footer-grid {
    padding-block: 35px;
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .footer-brand,
  .footer-links {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 24px), var(--rabwa-container));
  }

  .rabwa-page {
    font-size: 15px;
    padding-bottom: 78px;
  }

  .section {
    padding: 70px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .rabwa-page h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.35;
  }

  .topbar {
    min-height: 68px;
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 66px;
    height: 42px;
  }

  .brand-copy strong {
    font-size: 0.84rem;
  }

  .menu-toggle,
  .topbar-call {
    width: 42px;
    height: 42px;
  }

  .topbar nav {
    top: calc(100% + 6px);
    right: 10px;
    left: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero {
    padding-top: 68px;
  }

  .hero-media img {
    object-position: 58% center;
  }

  .hero-content {
    min-height: 760px;
    padding-block: 105px 40px;
  }

  .eyebrow,
  .section-kicker {
    font-size: 0.71rem;
  }

  .hero h1 {
    margin-top: 20px;
    display: grid;
    grid-auto-flow: row;
    grid-auto-rows: max-content;
    justify-items: start;
    row-gap: 8px;
    width: 100%;
    padding-block: 0.04em 0.11em;
    font-size: clamp(4rem, 20vw, 5.7rem);
    line-height: 1.16;
    letter-spacing: -0.018em;
  }

  .hero h1 span {
    width: max-content;
    max-width: 100%;
    padding-block: 0.02em 0.08em;
  }

  .hero-tagline {
    margin: 16px 0 18px;
    padding-bottom: 10px;
    font-size: clamp(1.38rem, 7.4vw, 1.75rem);
    line-height: 1.6;
  }

  .hero-description {
    padding-right: 13px;
    font-size: 0.94rem;
    line-height: 1.95;
  }

  .hero-actions .btn {
    flex: 1 1 calc(50% - 6px);
    padding-inline: 12px;
    font-size: 0.83rem;
  }

  .hero-card {
    width: 100%;
    padding: 20px;
    border-radius: 21px;
  }

  .price {
    font-size: 2.45rem;
  }

  .facts-strip {
    padding-bottom: 24px;
  }

  .facts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .fact-card {
    min-height: 134px;
    padding: 14px 7px;
    border-radius: 15px;
  }

  .fact-card .icon {
    width: 29px;
    height: 29px;
    margin-bottom: 9px;
  }

  .fact-card strong {
    font-size: 0.88rem;
  }

  .fact-card small {
    font-size: 0.62rem;
    line-height: 1.45;
  }

  .section-heading p,
  .section-copy p,
  .location-copy > p,
  .contact-copy > p {
    font-size: 0.9rem;
    line-height: 1.95;
  }

  .gallery-shell,
  .plans-layout {
    padding: 8px;
    border-radius: 20px;
  }

  .gallery-main {
    border-radius: 15px;
  }

  .gallery-nav {
    width: 40px;
    height: 40px;
  }

  .gallery-prev {
    right: 8px;
  }

  .gallery-next {
    left: 8px;
  }

  .gallery-caption,
  .plan-stage-label {
    right: 10px;
    bottom: 10px;
    font-size: 0.67rem;
  }

  .zoom-hint {
    left: 10px;
    bottom: 10px;
    font-size: 0.64rem;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .room-grid,
  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .room-card,
  .feature-card {
    min-height: 158px;
    padding: 14px 8px;
    border-radius: 14px;
  }

  .room-card .icon,
  .feature-card .icon {
    width: 31px;
    height: 31px;
    margin-bottom: 9px;
  }

  .room-card strong,
  .feature-card strong {
    font-size: 0.76rem;
  }

  .room-card small,
  .feature-card small {
    font-size: 0.6rem;
  }

  .plan-tabs {
    gap: 5px;
  }

  .plan-tabs button {
    min-height: 44px;
    padding: 8px 6px;
    font-size: 0.71rem;
  }

  .plan-stage {
    min-height: 340px;
    border-radius: 15px;
  }

  .plans-downloads .btn {
    width: 100%;
  }

  .location-map img {
    min-height: 320px;
  }

  .map-overlay {
    right: 10px;
    bottom: 10px;
    font-size: 0.72rem;
  }

  .lead-form {
    padding: 20px;
    border-radius: 20px;
  }

  .footer-brand img {
    width: 95px;
    height: 64px;
  }

  .mobile-cta {
    position: fixed;
    z-index: 1001;
    right: 9px;
    bottom: 9px;
    left: 9px;
    min-height: 66px;
    padding: 6px;
    border: 1px solid var(--rabwa-line);
    border-radius: 21px;
    background: rgba(8, 8, 8, 0.94);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .mobile-cta a {
    min-height: 52px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: var(--rabwa-muted);
  }

  .mobile-cta a.primary {
    background: var(--rabwa-grad);
    color: #150f0a;
  }

  .mobile-cta .icon {
    width: 22px;
    height: 22px;
  }

  .mobile-cta small {
    font-size: 0.66rem;
    font-weight: 900;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox-close {
    top: 12px;
    left: 12px;
  }
}

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

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .room-card strong,
  .feature-card strong {
    font-size: 0.7rem;
  }

  .room-card small,
  .feature-card small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-media img,
  .pulse-dot,
  .hero-copy.is-visible h1 span,
  .hero-tagline,
  .hero-tagline::after {
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* =========================================================
   v1.0.3 — readability, mobile title and direct-call upgrade
   ========================================================= */

/* Astra/Elementor and theme-proof text colors on dark sections. */
.rabwa-page h1,
.rabwa-page h2,
.rabwa-page h3,
.rabwa-page .section-heading h2,
.rabwa-page .section-copy h2,
.rabwa-page .location-copy h2,
.rabwa-page .contact-copy h2 {
  color: #fff8ec !important;
  -webkit-text-fill-color: #fff8ec !important;
  background: none !important;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.72);
}

.rabwa-page .section-heading p,
.rabwa-page .section-copy p,
.rabwa-page .location-copy > p,
.rabwa-page .contact-copy > p {
  color: #eadfce !important;
}

.rabwa-page .section-kicker,
.rabwa-page .eyebrow {
  color: #ffd98d !important;
  -webkit-text-fill-color: #ffd98d !important;
}

/* Header phone: written number + glowing animated call cue. */
.topbar-call {
  position: relative;
  isolation: isolate;
  gap: 8px;
  min-height: 50px;
  padding: 7px 14px;
  overflow: hidden;
  border-color: rgba(255, 211, 132, 0.34);
  background: linear-gradient(135deg, rgba(255, 218, 150, 0.11), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025), 0 0 26px rgba(220, 151, 69, 0.09);
}

.topbar-call::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -80% auto -80% -30%;
  width: 46%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 222, 158, .16), transparent);
  animation: callSweep 3.4s ease-in-out infinite;
}

.call-now {
  color: #ffdda0 !important;
  font-size: .82rem;
  font-weight: 1000;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 0 15px rgba(255, 193, 93, .48);
}

.call-arrow {
  display: inline-flex;
  color: #ffd37e !important;
  font-size: 1.42rem;
  font-weight: 1000;
  line-height: 1;
  text-shadow: 0 0 8px rgba(255, 196, 92, .92), 0 0 20px rgba(255, 164, 55, .62);
  animation: callArrowGlow 1.15s ease-in-out infinite;
}

.call-phone {
  color: #fffaf0 !important;
  font-size: .98rem;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: .035em;
  white-space: nowrap;
}

.call-phone-icon {
  width: 1.12em;
  height: 1.12em;
  color: #ffe5ae;
}

@keyframes callArrowGlow {
  0%, 100% { transform: translateX(0); opacity: .68; }
  50% { transform: translateX(-6px); opacity: 1; }
}

@keyframes callSweep {
  0%, 42% { left: -45%; opacity: 0; }
  55% { opacity: 1; }
  82%, 100% { left: 118%; opacity: 0; }
}

@media (max-width: 820px) {
  /* Keep phone number visible; older mobile rule hid all topbar text. */
  .topbar-call span:not(.icon),
  .topbar-call strong {
    display: inline-flex !important;
  }

  .topbar-call {
    width: auto;
    height: 46px;
    min-height: 46px;
    padding: 5px 10px;
    gap: 5px;
    border-radius: 15px;
  }

  .call-now { font-size: .76rem; }
  .call-phone { font-size: .82rem; }
  .call-arrow { font-size: 1.15rem; }
  .call-phone-icon { width: 1em; height: 1em; }
}

@media (max-width: 640px) {
  .topbar {
    grid-template-columns: minmax(68px, 1fr) auto auto;
    gap: 7px;
    padding-inline: 10px;
  }

  .brand img {
    width: 58px;
    height: 39px;
  }

  .brand-copy strong {
    font-size: .78rem;
    white-space: nowrap;
  }

  .topbar-call {
    padding-inline: 8px;
    gap: 4px;
  }

  .call-now { font-size: .74rem; }
  .call-phone { font-size: .79rem; letter-spacing: .015em; }
  .call-arrow { font-size: 1.08rem; }
  .call-phone-icon { display: none !important; }

  /* One clean line: ربوة الرمز. */
  .hero h1 {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    justify-content: flex-start;
    gap: .18em;
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
    font-size: clamp(3.35rem, 15.5vw, 4.8rem);
    line-height: 1.18;
    letter-spacing: -.025em;
  }

  .hero h1 span {
    width: auto;
    max-width: none;
    padding-block: .015em .07em;
    white-space: nowrap;
  }

  /* Larger, clearer customer actions and primary information. */
  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    min-height: 62px;
    padding: 14px 12px;
    font-size: 1rem;
    line-height: 1.35;
  }

  .hero-actions .btn-primary {
    font-size: 1.08rem;
  }

  .hero-description {
    font-size: 1.02rem;
    line-height: 2;
  }

  .hero-note {
    font-size: .97rem;
    line-height: 1.7;
  }

  .hero-card-label,
  .sales-progress-head,
  .hero-whatsapp {
    font-size: .96rem;
  }

  .hero-whatsapp {
    min-height: 58px;
  }

  .fact-card strong { font-size: .98rem; }
  .fact-card small { font-size: .7rem; }

  .section-heading p,
  .section-copy p,
  .location-copy > p,
  .contact-copy > p {
    font-size: 1rem;
    line-height: 2;
  }

  .room-card strong,
  .feature-card strong {
    font-size: .84rem;
  }

  .room-card small,
  .feature-card small {
    font-size: .67rem;
  }

  .lead-form label > span,
  .lead-form input,
  .lead-form select {
    font-size: .98rem;
  }

  .lead-form input,
  .lead-form select {
    min-height: 58px;
  }

  .form-submit {
    min-height: 62px;
    font-size: 1.08rem;
  }

  .mobile-cta {
    min-height: 72px;
  }

  .mobile-cta a {
    min-height: 58px;
  }

  .mobile-cta small {
    font-size: .8rem;
  }
}

@media (max-width: 380px) {
  .topbar-call {
    padding-inline: 6px;
  }
  .call-now { font-size: .68rem; }
  .call-phone { font-size: .73rem; }
  .call-arrow { font-size: 1rem; }
  .hero h1 {
    font-size: clamp(3.05rem, 15vw, 3.55rem);
    gap: .14em;
  }
}


/* =========================================================
   v1.0.4 — larger stretched header name + no-video layout
   ========================================================= */
.brand-copy {
  min-width: 0;
  overflow: visible;
}

.brand-title {
  display: block;
  color: #fff7e8 !important;
  font-size: clamp(1.22rem, 1.55vw, 1.55rem) !important;
  font-weight: 1000 !important;
  line-height: 1.12 !important;
  white-space: nowrap;
  text-shadow: 0 0 12px rgba(232, 184, 104, .30);
}

.brand-title-wide { display: inline; }
.brand-title-compact { display: none; }

.overview-single {
  display: block;
}

.overview-single .section-copy {
  width: min(100%, 940px);
  margin-inline: auto;
  text-align: center;
}

.overview-single .inline-actions {
  justify-content: center;
}

@media (max-width: 820px) {
  .brand-title {
    font-size: 1.08rem !important;
  }
}

@media (max-width: 640px) {
  .brand {
    min-width: 0;
    gap: 7px;
  }

  .brand-copy {
    display: grid !important;
    min-width: 0;
  }

  .brand-title-wide { display: none; }
  .brand-title-compact { display: inline; }

  .brand-title {
    font-size: clamp(.94rem, 3.15vw, 1.08rem) !important;
    letter-spacing: 0 !important;
  }

  .brand-copy small {
    display: none !important;
  }
}

@media (max-width: 380px) {
  .brand-copy {
    display: grid !important;
  }

  .brand-title {
    font-size: .88rem !important;
  }
}

/* =========================================================
   v1.0.5 — clearer price, commission highlight, reordered gallery,
   larger project features and stacked request/map actions
   ========================================================= */

/* Main request action above two secondary actions. */
.hero-actions-stacked {
  width: min(100%, 620px);
  display: grid;
  gap: 11px;
}

.hero-main-request {
  width: 100%;
  min-height: 64px;
  font-size: 1.12rem;
  letter-spacing: .01em;
}

.hero-secondary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.hero-secondary-actions .btn {
  width: 100%;
  min-height: 56px;
  padding-inline: 14px;
}

/* Larger and more prominent main price. */
.hero-card .price {
  margin: 10px 0 12px;
  font-size: clamp(3.15rem, 6.4vw, 5rem);
  font-weight: 1000;
  line-height: 1.02;
  letter-spacing: -.035em;
  color: #fffaf0;
  text-shadow:
    0 5px 22px rgba(0, 0, 0, .88),
    0 0 26px rgba(245, 197, 112, .28);
}

.hero-card .price small {
  margin-inline-start: .12em;
  font-size: .34em;
  letter-spacing: 0;
  color: #ffd88f;
  -webkit-text-fill-color: #ffd88f;
}

/* Continuously glowing "بدون عمولة سعي" line below the price. */
.commission-free {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 52px;
  margin: 0 0 18px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 214, 134, .52);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(244, 199, 117, .15), rgba(173, 93, 46, .08));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.035),
    0 0 18px rgba(242, 181, 88, .20);
  color: #ffe8b5;
  text-align: center;
  animation: commissionGlow 1.7s ease-in-out infinite;
}

.commission-free::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -70%;
  bottom: -70%;
  left: -45%;
  width: 32%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 237, 194, .30), transparent);
  animation: commissionSweep 2.6s linear infinite;
}

.commission-free strong {
  font-size: 1.08rem;
  font-weight: 1000;
  line-height: 1.4;
  color: #fff2cd;
  text-shadow: 0 0 12px rgba(255, 197, 94, .75), 0 0 26px rgba(223, 131, 47, .40);
}

.commission-free-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffd17a;
  box-shadow: 0 0 0 0 rgba(255, 202, 105, .55), 0 0 14px rgba(255, 198, 92, .95);
  animation: commissionDot 1.45s ease-out infinite;
}

@keyframes commissionGlow {
  0%, 100% { transform: translateZ(0) scale(1); box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), 0 0 15px rgba(242, 181, 88, .17); }
  50% { transform: translateZ(0) scale(1.012); box-shadow: inset 0 0 0 1px rgba(255,255,255,.07), 0 0 30px rgba(242, 181, 88, .38); }
}

@keyframes commissionSweep {
  0% { left: -45%; opacity: 0; }
  12% { opacity: 1; }
  58%, 100% { left: 120%; opacity: 0; }
}

@keyframes commissionDot {
  0% { box-shadow: 0 0 0 0 rgba(255, 202, 105, .55), 0 0 14px rgba(255, 198, 92, .95); }
  75%, 100% { box-shadow: 0 0 0 12px rgba(255, 202, 105, 0), 0 0 18px rgba(255, 198, 92, .72); }
}

/* Gallery now starts immediately after the hero. */
.hero + .gallery-section {
  padding-top: 90px;
}

.hero + .gallery-section + .facts-strip {
  padding-top: 28px;
}

/* Larger project-feature icons and copy. */
.features-section .feature-card {
  min-height: 225px;
  padding: 30px 26px;
}

.features-section .feature-card .icon {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 12px rgba(217, 177, 112, .26));
}

.features-section .feature-card strong {
  font-size: 1.18rem;
  line-height: 1.5;
}

.features-section .feature-card small {
  margin-top: 8px;
  font-size: .91rem;
  line-height: 1.75;
}

@media (max-width: 820px) {
  .hero-card .price {
    font-size: clamp(3.25rem, 12vw, 4.35rem);
  }

  .hero-actions-stacked {
    width: min(100%, 520px);
  }

  .features-section .feature-card {
    min-height: 190px;
    padding: 20px 14px;
  }

  .features-section .feature-card .icon {
    width: 43px;
    height: 43px;
    margin-bottom: 13px;
  }

  .features-section .feature-card strong {
    font-size: .94rem;
  }

  .features-section .feature-card small {
    font-size: .74rem;
    line-height: 1.65;
  }
}

@media (max-width: 640px) {
  .rabwa-page {
    padding-bottom: 142px;
  }

  .hero + .gallery-section {
    padding-top: 62px;
  }

  .hero-card .price {
    margin-top: 9px;
    font-size: clamp(3.05rem, 14.3vw, 4.2rem);
  }

  .commission-free {
    min-height: 50px;
    margin-bottom: 15px;
    padding: 9px 12px;
  }

  .commission-free strong {
    font-size: 1rem;
  }

  .hero-actions-stacked .hero-main-request {
    min-height: 64px;
    font-size: 1.1rem;
  }

  .hero-secondary-actions {
    gap: 8px;
  }

  .hero-secondary-actions .btn {
    min-height: 58px;
    padding: 11px 8px;
    font-size: .88rem;
  }

  .features-section .feature-grid {
    gap: 8px;
  }

  .features-section .feature-card {
    min-height: 188px;
    padding: 17px 9px;
  }

  .features-section .feature-card .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .features-section .feature-card strong {
    font-size: .88rem;
    line-height: 1.5;
  }

  .features-section .feature-card small {
    font-size: .7rem;
    line-height: 1.6;
  }

  /* Top full-width request action; request and map below it. */
  .mobile-cta {
    min-height: 126px;
    padding: 7px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 52px 58px;
    gap: 6px;
  }

  .mobile-cta > .mobile-cta-main {
    min-height: 52px;
    width: 100%;
    flex-direction: row;
    gap: 8px;
    border-radius: 15px;
  }

  .mobile-cta > .mobile-cta-main .icon {
    width: 23px;
    height: 23px;
  }

  .mobile-cta > .mobile-cta-main small {
    font-size: .96rem;
  }

  .mobile-cta-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .mobile-cta-row a {
    min-height: 58px;
    border: 1px solid rgba(255,255,255,.075);
    background: rgba(255,255,255,.035);
  }

  .mobile-cta-row small {
    font-size: .73rem;
  }
}

@media (max-width: 380px) {
  .hero-secondary-actions .btn {
    font-size: .8rem;
  }

  .features-section .feature-card strong {
    font-size: .82rem;
  }

  .features-section .feature-card small {
    display: block;
    font-size: .65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .commission-free,
  .commission-free::before,
  .commission-free-dot {
    animation: none !important;
  }
}


/* =========================================================
   v1.0.7 — desktop price width correction
   ========================================================= */
@media (min-width: 821px) {
  .hero-card .price {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: .12em;
    direction: ltr;
    white-space: nowrap;
    font-size: clamp(3rem, 3.4vw, 3.75rem);
    letter-spacing: -.055em;
    line-height: 1.08;
    overflow: visible;
  }

  .hero-card .price small {
    flex: 0 0 auto;
    margin: 0;
    direction: rtl;
    font-size: .31em;
    letter-spacing: 0;
  }
}

@media (min-width: 821px) and (max-width: 1120px) {
  .hero-card .price {
    font-size: clamp(2.72rem, 4.35vw, 3.2rem);
  }
}


/* =========================================================
   v1.0.8 — elegant real-estate advertisement license card
   ========================================================= */
.rabwa-license-wrap {
  padding-bottom: 34px;
}

.rabwa-license-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100%, 780px);
  min-height: 116px;
  margin-inline: auto;
  padding: 22px 26px;
  border: 1px solid rgba(217,177,112,.42);
  border-radius: 26px 8px 26px 8px;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 20px;
  background:
    radial-gradient(circle at 15% 50%, rgba(217,177,112,.16), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  box-shadow:
    inset 0 1px rgba(255,255,255,.055),
    0 20px 55px rgba(0,0,0,.30),
    0 0 30px rgba(217,177,112,.10);
}

.rabwa-license-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80%;
  bottom: -80%;
  left: -35%;
  width: 24%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,239,204,.20), transparent);
  animation: rabwaLicenseSweep 3.8s linear infinite;
}

.rabwa-license-seal {
  width: 72px;
  height: 72px;
  border-radius: 23px 7px 23px 7px;
  display: grid;
  place-items: center;
  color: #20170e;
  background: var(--rabwa-grad);
  box-shadow: 0 12px 28px rgba(0,0,0,.28), 0 0 24px rgba(217,177,112,.18);
  animation: rabwaLicensePulse 2s ease-in-out infinite;
}

.rabwa-license-seal svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rabwa-license-copy {
  display: grid;
  gap: 2px;
}

.rabwa-license-copy small {
  color: var(--rabwa-gold);
  font-size: .74rem;
  font-weight: 900;
}

.rabwa-license-copy strong {
  color: var(--rabwa-cream);
  font-size: 1.05rem;
  font-weight: 950;
}

.rabwa-license-card b {
  color: #ffe8b6;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: .075em;
  text-shadow: 0 0 16px rgba(217,177,112,.38), 0 0 32px rgba(217,177,112,.14);
  white-space: nowrap;
}

@keyframes rabwaLicenseSweep {
  0% { left: -35%; opacity: 0; }
  12% { opacity: 1; }
  58%, 100% { left: 125%; opacity: 0; }
}

@keyframes rabwaLicensePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 12px 28px rgba(0,0,0,.28), 0 0 18px rgba(217,177,112,.14); }
  50% { transform: scale(1.045); box-shadow: 0 14px 32px rgba(0,0,0,.30), 0 0 32px rgba(217,177,112,.28); }
}

@media (max-width: 680px) {
  .rabwa-license-wrap { padding-bottom: 24px; }
  .rabwa-license-card {
    min-height: 0;
    padding: 18px 14px;
    grid-template-columns: 58px 1fr;
    gap: 13px;
    text-align: right;
  }
  .rabwa-license-seal { width: 58px; height: 58px; border-radius: 18px 6px 18px 6px; }
  .rabwa-license-seal svg { width: 31px; height: 31px; }
  .rabwa-license-copy small { font-size: .64rem; }
  .rabwa-license-copy strong { font-size: .86rem; }
  .rabwa-license-card b {
    grid-column: 1 / -1;
    justify-self: center;
    padding-top: 10px;
    border-top: 1px solid rgba(217,177,112,.20);
    width: 100%;
    text-align: center;
    font-size: 1.65rem;
    letter-spacing: .06em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rabwa-license-card::before,
  .rabwa-license-seal { animation: none !important; }
}


/* =========================================================
   v1.0.9 — requested hero/order/navigation corrections
   ========================================================= */

.hero-note-under-description {
  margin-top: 16px;
  margin-bottom: 0;
}

.hero-map-button {
  min-height: 54px;
  margin-top: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 216, 143, .34);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff4dc !important;
  background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(217,177,112,.075));
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 10px 24px rgba(0,0,0,.12);
  font-size: .93rem;
  font-weight: 950;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.hero-map-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 216, 143, .58);
  background: linear-gradient(135deg, rgba(255,255,255,.085), rgba(217,177,112,.12));
}

.hero-map-button .icon {
  width: 23px;
  height: 23px;
  color: #ffd88f;
}

/* One request button only; it stays visible while scrolling. */
.sticky-request-cta {
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(420px, calc(100% - 34px));
  pointer-events: none;
}

.sticky-request-cta a {
  min-height: 62px;
  padding: 13px 24px;
  border: 1px solid rgba(255, 222, 158, .58);
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #18120a !important;
  background: linear-gradient(135deg, #fff0c9, #d9b170);
  box-shadow:
    0 18px 42px rgba(0,0,0,.34),
    0 0 28px rgba(217,177,112,.22),
    inset 0 1px rgba(255,255,255,.68);
  font-size: 1.04rem;
  font-weight: 1000;
  pointer-events: auto;
  animation: rabwaStickyRequestGlow 1.9s ease-in-out infinite;
}

.sticky-request-cta .icon {
  width: 25px;
  height: 25px;
}

@keyframes rabwaStickyRequestGlow {
  0%, 100% {
    transform: translateZ(0) scale(1);
    box-shadow: 0 18px 42px rgba(0,0,0,.34), 0 0 24px rgba(217,177,112,.18), inset 0 1px rgba(255,255,255,.68);
  }
  50% {
    transform: translateZ(0) scale(1.018);
    box-shadow: 0 21px 48px rgba(0,0,0,.38), 0 0 38px rgba(217,177,112,.34), inset 0 1px rgba(255,255,255,.76);
  }
}

/* The old multi-action bar is no longer used. */
.mobile-cta {
  display: none !important;
}

/* Plans now follow the project gallery directly. */
.gallery-section + .plans-section {
  padding-top: 78px;
}

.rabwa-page {
  padding-bottom: 100px;
}

@media (max-width: 640px) {
  .hero-note-under-description {
    margin-top: 13px;
  }

  .hero-map-button {
    min-height: 52px;
    font-size: .88rem;
  }

  .sticky-request-cta {
    bottom: 9px;
    width: calc(100% - 18px);
  }

  .sticky-request-cta a {
    min-height: 58px;
    border-radius: 16px;
    font-size: 1rem;
  }

  .rabwa-page {
    padding-bottom: 84px;
  }

  .gallery-section + .plans-section {
    padding-top: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sticky-request-cta a {
    animation: none !important;
  }
}


/* =========================================================
   v1.0.10 — larger standalone glowing map button
   ========================================================= */

.hero-map-standalone {
  grid-column: 2;
  align-self: start;
  width: min(100%, 440px);
  min-height: 70px;
  margin-top: -58px;
  padding: 17px 22px;
  border: 1px solid rgba(255, 216, 143, .52);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff6e2 !important;
  background: linear-gradient(135deg, rgba(24, 20, 15, .92), rgba(51, 36, 20, .84));
  box-shadow:
    0 18px 36px rgba(0,0,0,.28),
    0 0 28px rgba(255, 208, 122, .18),
    inset 0 1px rgba(255,255,255,.08);
  font-size: 1.06rem;
  font-weight: 1000;
  letter-spacing: .01em;
  animation: rabwaMapGlow 2s ease-in-out infinite;
}

.hero-map-standalone::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -28%;
  width: 24%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 233, 191, .26), transparent);
  animation: rabwaMapSweep 3s linear infinite;
  pointer-events: none;
}

.hero-map-standalone:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 216, 143, .8);
}

.hero-map-standalone .icon {
  width: 27px;
  height: 27px;
  color: #ffd88f;
  filter: drop-shadow(0 0 10px rgba(255, 208, 122, .55));
}

@keyframes rabwaMapGlow {
  0%,100% {
    box-shadow: 0 18px 36px rgba(0,0,0,.28), 0 0 24px rgba(255, 208, 122, .14), inset 0 1px rgba(255,255,255,.08);
  }
  50% {
    box-shadow: 0 22px 40px rgba(0,0,0,.32), 0 0 42px rgba(255, 208, 122, .30), inset 0 1px rgba(255,255,255,.12);
  }
}

@keyframes rabwaMapSweep {
  0% { left: -28%; opacity: 0; }
  10% { opacity: 1; }
  55%,100% { left: 120%; opacity: 0; }
}

@media (max-width: 980px) {
  .hero-map-standalone {
    width: min(100%, 390px);
    margin-top: -48px;
  }
}

@media (max-width: 640px) {
  .hero-map-standalone {
    grid-column: auto;
    width: 100%;
    min-height: 62px;
    margin-top: 12px;
    padding: 15px 18px;
    border-radius: 18px;
    font-size: .98rem;
  }

  .hero-map-standalone .icon {
    width: 24px;
    height: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-map-standalone,
  .hero-map-standalone::before {
    animation: none !important;
  }
}
