
/*
 * Jadeel Project — WordPress-scoped stylesheet.
 * All visual rules are limited to the Jadeel page to avoid conflicts with the active theme.
 */
body.jadeel-page-body,
.jadeel-page {
  --bg: #11100f;
  --panel: #1b1a18;
  --ink: #f7f1e6;
  --muted: #b9b1a4;
  --line: rgba(221, 181, 100, 0.24);
  --gold: #d8ad58;
  --gold-bright: #f1cf82;
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.42);
}

body.jadeel-page-body {
  margin: 0 !important;
  min-width: 320px;
  overflow-x: hidden;
}

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

.jadeel-page {
  position: relative;
  direction: rtl;
  min-height: 100vh;
  isolation: isolate;
}

.jadeel-page .skip-link {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 99999;
  padding: 10px 14px;
  color: #17110a;
  background: var(--gold-bright);
  border-radius: 6px;
  transform: translateY(-160%);
}

.jadeel-page .skip-link:focus {
  transform: translateY(0);
}

body.admin-bar .jadeel-page .topbar {
  top: 48px;
}

@media (max-width: 782px) {
  body.admin-bar .jadeel-page .topbar {
    top: 58px;
  }
}

.jadeel-page {
  --bg: #11100f;
  --panel: #1b1a18;
  --ink: #f7f1e6;
  --muted: #b9b1a4;
  --line: rgba(221, 181, 100, 0.24);
  --gold: #d8ad58;
  --gold-bright: #f1cf82;
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.42);
}

.jadeel-page,
.jadeel-page * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.jadeel-page-body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

body.jadeel-page-body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 70%);
  z-index: -1;
}

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

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

.jadeel-page button {
  font: inherit;
}

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

.jadeel-page .site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.jadeel-page .icon {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  display: inline-flex;
}

.jadeel-page .icon svg {
  width: 100%;
  height: 100%;
}

.jadeel-page .topbar {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 50;
  width: min(1180px, calc(100% - 28px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 16, 15, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.26);
}

.jadeel-page .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.jadeel-page .brand-mark {
  width: 74px;
  height: 48px;
  border: 1px solid rgba(216, 173, 88, 0.22);
  border-radius: 6px;
  background: transparent;
  display: grid;
  place-items: center;
}

.jadeel-page .brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jadeel-page .brand strong,
.jadeel-page .brand small {
  display: block;
  white-space: nowrap;
}

.jadeel-page .brand strong {
  font-size: 0.98rem;
}

.jadeel-page .brand small {
  color: var(--muted);
  font-size: 0.74rem;
  margin-top: 2px;
}

.jadeel-page .topbar nav {
  justify-self: center;
  display: inline-flex;
  gap: 8px;
  padding: 4px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.jadeel-page .topbar nav a {
  padding: 9px 14px;
  color: #e6dccb;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: color 220ms ease, background 220ms ease;
}

.jadeel-page .topbar nav a:hover {
  color: var(--gold-bright);
  background: rgba(216, 173, 88, 0.12);
}

.jadeel-page .topbar-call,
.jadeel-page .primary-action,
.jadeel-page .secondary-action,
.jadeel-page .text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.jadeel-page .topbar-call {
  min-height: 42px;
  padding: 0 14px;
  color: #15110a;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  font-weight: 800;
}

.jadeel-page .topbar-call:hover,
.jadeel-page .primary-action:hover,
.jadeel-page .secondary-action:hover,
.jadeel-page .text-link:hover {
  transform: translateY(-2px);
}

.jadeel-page .hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  align-items: end;
  gap: 36px;
  padding: 132px max(24px, calc((100vw - 1180px) / 2)) 56px;
  isolation: isolate;
}

.jadeel-page .hero-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #151515;
}

.jadeel-page .hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  filter: saturate(0.9) contrast(1.04);
}

.jadeel-page .hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 16, 15, 0.88), rgba(17, 16, 15, 0.56), rgba(17, 16, 15, 0.72)),
    linear-gradient(0deg, var(--bg), transparent 34%, rgba(17, 16, 15, 0.25));
}

.jadeel-page .hero-content {
  max-width: 900px;
  padding-bottom: 34px;
  display: grid;
  gap: 22px;
}

.jadeel-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-bright);
  font-size: 1rem;
  font-weight: 900;
}

.jadeel-page .eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold);
}

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

.jadeel-page h1 {
  display: grid;
  gap: 0.08em;
  margin-bottom: 0;
  font-size: clamp(4rem, 10.5vw, 8.8rem);
  line-height: 1;
  letter-spacing: 0;
  color: #fff8eb;
  text-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.jadeel-page h1 span {
  display: block;
}

.jadeel-page h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--ink) !important;
}

.jadeel-page h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  color: var(--ink) !important;
}

/* Prevent Astra/Elementor global heading colors from overriding the original Jadeel identity. */
.jadeel-page .section-heading h2,
.jadeel-page .tour-copy h2,
.jadeel-page .location-copy h2,
.jadeel-page .contact-copy h2,
.jadeel-page .feature-card h3 {
  color: #f7f1e6 !important;
}

.jadeel-page .hero p,
.jadeel-page .section-heading p,
.jadeel-page .tour-copy p,
.jadeel-page .location-copy p,
.jadeel-page .contact-copy p {
  color: #efe6d8;
  font-size: clamp(1.12rem, 1.7vw, 1.36rem);
  line-height: 2.05;
  max-width: 920px;
}

.jadeel-page .hero-actions,
.jadeel-page .contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2px;
}

.jadeel-page .primary-action,
.jadeel-page .secondary-action {
  min-height: 54px;
  padding: 0 22px;
  font-weight: 900;
  border: 1px solid transparent;
}

.jadeel-page .primary-action {
  color: #17110a;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 16px 38px rgba(216, 173, 88, 0.22);
}

.jadeel-page .secondary-action {
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.jadeel-page .secondary-action:hover {
  border-color: rgba(216, 173, 88, 0.48);
  background: rgba(216, 173, 88, 0.1);
}

.jadeel-page .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}

.jadeel-page .hero-badges span {
  padding: 9px 12px;
  border: 1px solid rgba(216, 173, 88, 0.32);
  border-radius: 8px;
  color: #f0e4cf;
  background: rgba(17, 16, 15, 0.48);
}

.jadeel-page .offer-panel {
  position: relative;
  align-self: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(17, 16, 15, 0.7);
  box-shadow: var(--shadow);
  transform: translateY(24px);
}

.jadeel-page .offer-panel img {
  width: 100%;
  aspect-ratio: 9 / 15.8;
  object-fit: cover;
}

.jadeel-page .video-chip {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(216, 173, 88, 0.48);
  border-radius: 8px;
  background: rgba(17, 16, 15, 0.72);
  color: var(--ink);
  padding: 10px 12px;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.jadeel-page .stats-strip {
  width: min(1180px, calc(100% - 28px));
  margin: -22px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.jadeel-page .stat-card,
.jadeel-page .feature-card,
.jadeel-page .active-place {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(36, 34, 31, 0.94), rgba(24, 23, 21, 0.94));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.26);
}

.jadeel-page .stat-card {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 190px;
  padding: 26px;
  overflow: hidden;
}

.jadeel-page .stat-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(241, 207, 130, 0.12);
  border-radius: 6px;
  pointer-events: none;
}

.jadeel-page .stat-card strong {
  display: block;
  color: var(--gold-bright);
  font-size: clamp(3rem, 5.8vw, 5.4rem);
  line-height: 1;
  margin-bottom: 14px;
  font-weight: 950;
  letter-spacing: 0;
}

.jadeel-page .stat-card span {
  display: block;
  font-weight: 900;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  color: #fff8eb;
}

.jadeel-page .stat-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
  font-weight: 700;
}

.jadeel-page .section,
.jadeel-page .tour-section,
.jadeel-page .location-section,
.jadeel-page .contact-section {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
}

.jadeel-page .section {
  padding: 112px 0 28px;
}

.jadeel-page .section-heading {
  display: grid;
  gap: 4px;
  margin-bottom: 34px;
}

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

.jadeel-page .feature-card {
  position: relative;
  min-height: 220px;
  padding: 24px;
  overflow: hidden;
  transition: transform 240ms ease, border-color 240ms ease, background 240ms ease;
}

.jadeel-page .feature-card::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: translateX(100%);
  transition: transform 440ms ease;
}

.jadeel-page .feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 173, 88, 0.5);
  background: linear-gradient(180deg, rgba(49, 45, 39, 0.96), rgba(25, 24, 22, 0.96));
}

.jadeel-page .feature-card:hover::after {
  transform: translateX(0);
}

.jadeel-page .feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #1a1308;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  animation: iconFloat 3.8s ease-in-out infinite;
}

.jadeel-page .feature-card p {
  color: var(--muted);
  line-height: 1.8;
}

.jadeel-page .tour-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  align-items: center;
  gap: 56px;
  padding: 84px 0 20px;
}

.jadeel-page .text-link {
  width: fit-content;
  min-height: 44px;
  padding: 0 14px;
  color: var(--gold-bright);
  border: 1px solid rgba(216, 173, 88, 0.28);
  background: rgba(216, 173, 88, 0.08);
  font-weight: 900;
}

.jadeel-page .tour-media {
  width: min(430px, 100%);
  justify-self: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #0a0a0a;
  box-shadow: var(--shadow);
}

.jadeel-page .tour-media video {
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 760px;
  object-fit: cover;
}

.jadeel-page .gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.jadeel-page .gallery-tabs button,
.jadeel-page .stage-caption button,
.jadeel-page .nearby-list button {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.05);
}

.jadeel-page .gallery-tabs button {
  padding: 10px 18px;
  font-weight: 900;
}

.jadeel-page .gallery-tabs button.active {
  color: #17110a;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
}

.jadeel-page .gallery-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.jadeel-page .gallery-stage {
  position: relative;
  top: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  min-height: 620px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.jadeel-page .gallery-stage img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  transition: transform 800ms ease, filter 320ms ease;
}

.jadeel-page .gallery-stage:hover img {
  transform: scale(1.035);
  filter: saturate(1.03) contrast(1.02);
}

.jadeel-page .stage-caption {
  position: absolute;
  inset-inline: 16px;
  bottom: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 6px 14px;
  padding: 14px;
  border: 1px solid rgba(216, 173, 88, 0.28);
  border-radius: 8px;
  background: rgba(17, 16, 15, 0.76);
  backdrop-filter: blur(14px);
}

.jadeel-page .stage-caption span {
  color: var(--gold-bright);
  font-weight: 900;
}

.jadeel-page .stage-caption strong {
  font-size: 1.3rem;
}

.jadeel-page .stage-caption button {
  grid-row: span 2;
  min-height: 40px;
  padding: 0 12px;
  color: var(--gold-bright);
}

.jadeel-page .thumb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.jadeel-page .thumb {
  position: relative;
  min-height: 206px;
  overflow: hidden;
  padding: 0;
  text-align: start;
  transition: transform 220ms ease, border-color 220ms ease;
}

.jadeel-page .thumb:hover,
.jadeel-page .thumb.active {
  transform: translateY(-4px);
  border-color: rgba(216, 173, 88, 0.62);
}

.jadeel-page .thumb img {
  width: 100%;
  height: 100%;
  min-height: 206px;
  object-fit: cover;
  filter: saturate(0.92);
}

.jadeel-page .thumb span {
  position: absolute;
  inset-inline: 10px;
  bottom: 10px;
  padding: 8px 10px;
  border-radius: 6px;
  color: #fff6e8;
  background: rgba(17, 16, 15, 0.68);
  backdrop-filter: blur(8px);
  font-weight: 900;
  font-size: 0.88rem;
}

.jadeel-page .location-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: center;
  padding: 104px 0 56px;
}

.jadeel-page .location-map {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-rows: minmax(260px, 320px) minmax(220px, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #171615;
  box-shadow: var(--shadow);
}

.jadeel-page .location-preview-media {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(216, 173, 88, 0.18);
}

.jadeel-page .location-preview-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.38));
}

.jadeel-page .location-preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jadeel-page .location-preview-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff7e8;
  background: rgba(17, 16, 15, 0.78);
  border: 1px solid rgba(216, 173, 88, 0.38);
  backdrop-filter: blur(10px);
  font-weight: 900;
}

.jadeel-page .location-map-panel {
  position: relative;
  min-height: 240px;
  background:
    radial-gradient(circle at top right, rgba(216, 173, 88, 0.14), transparent 40%),
    linear-gradient(135deg, rgba(216, 173, 88, 0.08), transparent 34%),
    linear-gradient(45deg, rgba(255, 255, 255, 0.055) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255, 255, 255, 0.055) 25%, transparent 25%),
    #1b1a18;
  background-size: auto, auto, 44px 44px, 44px 44px, auto;
}

.jadeel-page .map-link {
  color: inherit;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.jadeel-page .location-map.map-link {
  display: grid;
}

.jadeel-page .map-link:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 173, 88, 0.58);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.jadeel-page .map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--gold-bright);
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.jadeel-page .map-pin .icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  color: var(--gold-bright);
}

.jadeel-page .map-pin strong {
  color: var(--ink);
  font-size: 1.1rem;
}

.jadeel-page .map-pin span {
  color: var(--muted);
}

.jadeel-page .map-open {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid rgba(216, 173, 88, 0.54);
  border-radius: 999px;
  color: #17110a;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 0 0 0 rgba(216, 173, 88, 0.5), 0 18px 40px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(12px);
  font-weight: 950;
  animation: mapButtonGlow 2.2s ease-in-out infinite;
}

.jadeel-page .route-line {
  position: absolute;
  height: 2px;
  width: 42%;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform-origin: center;
  animation: routeMove 3s linear infinite;
}

.jadeel-page .route-one {
  top: 31%;
  right: 8%;
  transform: rotate(-16deg);
}

.jadeel-page .route-two {
  bottom: 27%;
  left: 9%;
  transform: rotate(21deg);
}

.jadeel-page .route-three {
  top: 62%;
  right: 6%;
  transform: rotate(9deg);
}

.jadeel-page .nearby-list {
  display: grid;
  gap: 9px;
  margin-top: 26px;
}

.jadeel-page .nearby-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 0 14px;
  text-align: start;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.jadeel-page .nearby-list button:hover,
.jadeel-page .nearby-list button.active {
  transform: translateX(-4px);
  border-color: rgba(216, 173, 88, 0.55);
  background: rgba(216, 173, 88, 0.1);
}

.jadeel-page .nearby-list strong {
  color: var(--gold-bright);
  white-space: nowrap;
}

.jadeel-page .active-place {
  margin-top: 14px;
  padding: 18px;
  border-color: rgba(107, 127, 95, 0.5);
}

.jadeel-page .active-place span,
.jadeel-page .active-place small {
  color: var(--muted);
}

.jadeel-page .active-place strong {
  display: block;
  margin: 4px 0;
  font-size: 1.3rem;
}

.jadeel-page .contact-section {
  margin-bottom: 30px;
  padding: 46px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(216, 173, 88, 0.16), transparent 42%),
    linear-gradient(180deg, #24221f, #171614);
  box-shadow: var(--shadow);
}

.jadeel-page .contact-copy h2 {
  max-width: 800px;
}

.jadeel-page .footer {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 18px;
}

.jadeel-page .footer img {
  width: 126px;
  height: 56px;
  object-fit: contain;
  border-radius: 6px;
  background: transparent;
}

.jadeel-page .floating-contact {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 45;
  display: grid;
  gap: 10px;
}

.jadeel-page .floating-contact a {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 173, 88, 0.46);
  border-radius: 8px;
  color: #16120c;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  transition: transform 220ms ease;
}

.jadeel-page .floating-contact a:hover {
  transform: translateY(-4px) scale(1.03);
}

.jadeel-page .lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  gap: 14px;
  padding: 24px;
  background: rgba(8, 8, 8, 0.88);
  backdrop-filter: blur(16px);
}

.jadeel-page .lightbox[hidden] {
  display: none;
}

.jadeel-page .lightbox img {
  max-height: 82svh;
  width: min(980px, 100%);
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.jadeel-page .lightbox strong {
  color: var(--gold-bright);
}

.jadeel-page .lightbox-close {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.jadeel-page .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease var(--delay, 0ms), transform 700ms ease var(--delay, 0ms);
}

.jadeel-page .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes iconFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes routeMove {
  0% {
    opacity: 0.28;
    background-position: 0 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.28;
    background-position: 160px 0;
  }
}



@keyframes mapButtonGlow {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 0 0 0 rgba(216, 173, 88, 0.38), 0 18px 40px rgba(0, 0, 0, 0.32);
  }
  50% {
    transform: translateY(-1px);
    box-shadow: 0 0 0 12px rgba(216, 173, 88, 0), 0 24px 50px rgba(0, 0, 0, 0.36);
  }
}

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

  .jadeel-page .topbar nav {
    display: none;
  }

  .jadeel-page .hero,
.jadeel-page .tour-section,
.jadeel-page .gallery-layout,
.jadeel-page .location-section,
.jadeel-page .contact-section {
    grid-template-columns: 1fr;
  }

  .jadeel-page .hero {
    align-items: end;
    gap: 26px;
  }

  .jadeel-page .offer-panel {
    max-width: 360px;
    justify-self: center;
    transform: none;
  }

  .jadeel-page .stats-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .jadeel-page .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jadeel-page .thumb-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jadeel-page .gallery-stage {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .jadeel-page .gallery-stage img {
    height: min(720px, 76svh);
  }

  .jadeel-page .contact-section {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .jadeel-page .topbar {
    top: 10px;
    width: calc(100% - 18px);
    gap: 10px;
  }

  .jadeel-page .brand-mark {
    width: 58px;
    height: 38px;
  }

  .jadeel-page .brand small {
    display: none;
  }

  .jadeel-page .topbar-call {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.86rem;
  }

  .jadeel-page .hero {
    min-height: 92svh;
    padding-top: 104px;
    padding-bottom: 20px;
  }

  .jadeel-page .offer-panel {
    display: none;
  }

  .jadeel-page h1 {
    gap: 0.12em;
    font-size: clamp(3.2rem, 17vw, 5.8rem);
    line-height: 1.04;
  }

  .jadeel-page .hero-content {
    gap: 18px;
  }

  .jadeel-page .hero p,
.jadeel-page .section-heading p,
.jadeel-page .tour-copy p,
.jadeel-page .location-copy p,
.jadeel-page .contact-copy p {
    line-height: 2;
  }

  .jadeel-page .hero-actions,
.jadeel-page .contact-actions {
    flex-direction: column;
  }

  .jadeel-page .primary-action,
.jadeel-page .secondary-action {
    width: 100%;
  }

  .jadeel-page .hero-badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jadeel-page .stats-strip,
.jadeel-page .feature-grid {
    grid-template-columns: 1fr;
  }

  .jadeel-page .gallery-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }

  .jadeel-page .thumb-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .jadeel-page .thumb {
    min-height: 150px;
  }

  .jadeel-page .thumb img {
    min-height: 150px;
  }

  .jadeel-page .thumb span {
    font-size: 0.82rem;
    inset-inline: 8px;
    bottom: 8px;
    padding: 7px 9px;
  }

  .jadeel-page .stat-card {
    min-height: 170px;
  }

  .jadeel-page .section {
    padding-top: 82px;
  }

  .jadeel-page .tour-section,
.jadeel-page .location-section {
    padding-top: 74px;
  }

  .jadeel-page .location-map {
    min-height: 380px;
    grid-template-rows: minmax(220px, 260px) minmax(170px, 1fr);
  }

  .jadeel-page .hero-content,
  .jadeel-page .tour-copy,
  .jadeel-page .location-copy,
  .jadeel-page .contact-copy,
  .jadeel-page .section-heading,
  .jadeel-page .gallery-section {
    max-width: 100%;
    width: 100%;
  }

  .jadeel-page .hero p,
  .jadeel-page .section-heading p,
  .jadeel-page .tour-copy p,
  .jadeel-page .location-copy p,
  .jadeel-page .contact-copy p {
    max-width: none;
    width: 100%;
    font-size: 1.08rem;
    line-height: 2.05;
  }

  .jadeel-page .section-heading h2,
  .jadeel-page .tour-copy h2,
  .jadeel-page .location-copy h2,
  .jadeel-page .contact-copy h2 {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
    line-height: 1.18;
  }

  .jadeel-page .gallery-stage {
    display: none;
  }

  .jadeel-page .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}



@media (max-width: 820px) {
  .jadeel-page .hero-content,
  .jadeel-page .tour-copy,
  .jadeel-page .location-copy,
  .jadeel-page .contact-copy,
  .jadeel-page .section-heading,
  .jadeel-page .gallery-section {
    max-width: 100% !important;
    width: 100% !important;
  }

  .jadeel-page .hero p,
  .jadeel-page .section-heading p,
  .jadeel-page .tour-copy p,
  .jadeel-page .location-copy p,
  .jadeel-page .contact-copy p {
    max-width: none !important;
    width: 100% !important;
    font-size: 1.08rem !important;
    line-height: 2.05 !important;
  }

  .jadeel-page .gallery-layout {
    display: block !important;
  }

  .jadeel-page .gallery-stage,
  .jadeel-page .stage-caption,
  .jadeel-page #open-lightbox,
  .jadeel-page .gallery-tabs {
    display: none !important;
  }

  .jadeel-page .thumb-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .jadeel-page .thumb-grid.reveal,
  .jadeel-page .location-map.reveal,
  .jadeel-page .location-copy.reveal,
  .jadeel-page .section-heading.reveal,
  .jadeel-page .contact-copy.reveal,
  .jadeel-page .contact-actions.reveal,
  .jadeel-page .tour-copy.reveal,
  .jadeel-page .tour-media.reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .jadeel-page .thumb {
    min-height: 160px !important;
  }

  .jadeel-page .thumb img {
    height: 160px !important;
    min-height: 160px !important;
  }

  .jadeel-page .thumb span {
    font-size: 0.82rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jadeel-page,
.jadeel-page *,
.jadeel-page *::before,
.jadeel-page *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}


.hero-fallback-image,
.tour-fallback-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* =========================================================
 * V5 — compact sales layout, WhatsApp lead form and FAL license
 * ========================================================= */
.jadeel-page .offer-panel {
  display: none !important;
}

.jadeel-page .hero {
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 100svh;
  padding-top: 126px;
  padding-bottom: 42px;
}

.jadeel-page .hero-content {
  width: min(1180px, 100%);
  max-width: 1180px;
  padding-bottom: 0;
  gap: 14px;
}

.jadeel-page .hero h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.18em;
  font-size: clamp(3.8rem, 7.4vw, 7rem);
  line-height: 0.92;
}

.jadeel-page .hero-intro {
  margin-bottom: 0;
  max-width: 860px !important;
  font-size: clamp(1rem, 1.35vw, 1.2rem) !important;
  line-height: 1.75 !important;
}

.jadeel-page .price-offer {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
  width: min(920px, 100%);
  padding: 16px 18px;
  overflow: hidden;
  border: 1px solid rgba(241, 207, 130, 0.42);
  border-radius: 12px;
  background:
    linear-gradient(120deg, rgba(241, 207, 130, 0.13), transparent 44%),
    rgba(17, 16, 15, 0.78);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
  backdrop-filter: blur(16px);
  animation: pricePanelPulse 3.2s ease-in-out infinite;
}

.jadeel-page .price-offer::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -70%;
  bottom: -70%;
  width: 90px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: skewX(-18deg);
  animation: priceSweep 4.5s ease-in-out infinite;
}

.jadeel-page .price-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.jadeel-page .price-label {
  color: #f3e6ce;
  font-weight: 900;
  white-space: nowrap;
}

.jadeel-page .price-main strong {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  color: var(--gold-bright);
  font-size: clamp(2.6rem, 5.5vw, 5.3rem);
  line-height: 0.88;
  font-weight: 1000;
  letter-spacing: -0.03em;
  text-shadow: 0 0 34px rgba(241, 207, 130, 0.22);
  white-space: nowrap;
}

.jadeel-page .price-main small {
  color: #fff6e6;
  font-size: clamp(1rem, 1.7vw, 1.45rem);
  letter-spacing: 0;
}

.jadeel-page .price-details {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
  min-width: 260px;
  padding-inline-start: 18px;
  border-inline-start: 1px solid rgba(241, 207, 130, 0.24);
}

.jadeel-page .remaining-badge,
.jadeel-page .discount-line {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 950;
}

.jadeel-page .remaining-badge {
  color: #17110a;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
}

.jadeel-page .discount-line {
  color: #d9fff1;
  border: 1px solid rgba(61, 210, 157, 0.32);
  background: rgba(23, 132, 94, 0.18);
}

.jadeel-page .lead-form {
  width: min(1100px, 100%);
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(17, 16, 15, 0.68);
  backdrop-filter: blur(16px);
}

.jadeel-page .lead-form-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 10px;
}

.jadeel-page .lead-form-heading strong {
  color: var(--gold-bright);
  font-size: 1.04rem;
}

.jadeel-page .lead-form-heading span {
  color: #cfc5b6;
  font-size: 0.84rem;
}

.jadeel-page .lead-form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1.35fr auto;
  gap: 9px;
  align-items: end;
}

.jadeel-page .lead-form label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.jadeel-page .lead-form label > span {
  color: #ded3c3;
  font-size: 0.78rem;
  font-weight: 800;
}

.jadeel-page .lead-form input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  outline: none;
  color: #fff8ec;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.jadeel-page .lead-form input::placeholder {
  color: #91897e;
}

.jadeel-page .lead-form input:focus {
  border-color: rgba(241, 207, 130, 0.72);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 3px rgba(216, 173, 88, 0.12);
}

.jadeel-page .lead-form input[aria-invalid="true"] {
  border-color: rgba(255, 116, 116, 0.78);
  box-shadow: 0 0 0 3px rgba(255, 94, 94, 0.1);
}

.jadeel-page .lead-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  color: #06170f;
  background: linear-gradient(135deg, #74e7b8, #31ba82);
  box-shadow: 0 12px 28px rgba(49, 186, 130, 0.2);
  font-weight: 950;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.jadeel-page .lead-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(49, 186, 130, 0.3);
}

.jadeel-page .form-status {
  display: none;
  margin: 9px 2px 0;
  color: #ffb8b8;
  font-size: 0.82rem;
  line-height: 1.55;
}

.jadeel-page .form-status.is-visible {
  display: block;
}

.jadeel-page .hero-actions {
  margin-top: 0;
}

.jadeel-page .hero-actions .primary-action,
.jadeel-page .hero-actions .secondary-action {
  min-height: 48px;
}

.jadeel-page .hero-badges span {
  padding: 7px 11px;
  font-size: 0.86rem;
}

.jadeel-page .media-first-section {
  scroll-margin-top: 96px;
}

.jadeel-page .tour-section {
  padding-top: 66px;
  gap: 44px;
}

.jadeel-page .gallery-section {
  padding-top: 68px;
}

.jadeel-page .project-info-section {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding-top: 64px;
}

.jadeel-page .project-info-section .stats-strip {
  width: 100%;
  margin: 0;
}

.jadeel-page .project-info-section .stat-card {
  min-height: 126px;
  padding: 18px 20px;
  text-align: center;
}

.jadeel-page .project-info-section .stat-card strong {
  margin-bottom: 7px;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.jadeel-page .project-info-section .stat-card span {
  font-size: clamp(0.94rem, 1.45vw, 1.25rem);
}

.jadeel-page .project-info-section .stat-card small {
  margin-top: 5px;
  font-size: 0.78rem;
  line-height: 1.35;
}

.jadeel-page .compact-features {
  width: 100%;
  padding-top: 50px;
}

.jadeel-page .compact-features .section-heading {
  margin-bottom: 22px;
}

.jadeel-page .compact-features .feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.jadeel-page .compact-features .feature-card {
  min-height: 150px;
  padding: 18px;
  text-align: center;
}

.jadeel-page .compact-features .feature-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
}

.jadeel-page .compact-features .feature-card h3 {
  margin-bottom: 6px;
  font-size: 1rem;
}

.jadeel-page .compact-features .feature-card p {
  margin-bottom: 0;
  font-size: 0.82rem;
  line-height: 1.5;
}

.jadeel-page .contact-section {
  margin-top: 74px;
}

.jadeel-page .license-section {
  width: min(1180px, calc(100% - 28px));
  min-height: 145px;
  margin: 20px auto 34px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(39, 198, 185, 0.28);
  border-radius: 12px;
  background:
    linear-gradient(120deg, rgba(39, 198, 185, 0.09), transparent 44%),
    rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.jadeel-page .license-copy {
  display: grid;
  gap: 5px;
}

.jadeel-page .license-copy span {
  color: #61d8cf;
  font-size: 0.84rem;
  font-weight: 900;
}

.jadeel-page .license-copy strong {
  color: #fff7e9;
  font-size: clamp(1.35rem, 2.5vw, 2.2rem);
}

.jadeel-page .license-copy small {
  color: #bcb3a7;
  font-size: 0.92rem;
}

.jadeel-page .license-section img {
  width: min(330px, 42vw);
  max-height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.22));
}

@keyframes pricePanelPulse {
  0%, 100% {
    border-color: rgba(241, 207, 130, 0.36);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.3), 0 0 0 rgba(241, 207, 130, 0);
  }
  50% {
    border-color: rgba(241, 207, 130, 0.7);
    box-shadow: 0 20px 62px rgba(0, 0, 0, 0.34), 0 0 30px rgba(241, 207, 130, 0.12);
  }
}

@keyframes priceSweep {
  0%, 18% { inset-inline-start: -140px; opacity: 0; }
  34% { opacity: 1; }
  62%, 100% { inset-inline-start: calc(100% + 140px); opacity: 0; }
}

@media (max-width: 980px) {
  .jadeel-page .hero {
    min-height: auto;
  }

  .jadeel-page .price-offer {
    width: 100%;
  }

  .jadeel-page .lead-form-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jadeel-page .lead-submit {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .jadeel-page .hero {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 28px;
  }

  .jadeel-page .hero-content {
    gap: 12px;
  }

  .jadeel-page .hero h1 {
    display: flex;
    gap: 0.16em;
    font-size: clamp(3rem, 15.2vw, 4.5rem);
    line-height: 0.95;
  }

  .jadeel-page .hero-intro {
    font-size: 0.96rem !important;
    line-height: 1.65 !important;
  }

  .jadeel-page .price-offer {
    display: grid;
    gap: 11px;
    padding: 13px;
  }

  .jadeel-page .price-main {
    justify-content: space-between;
    gap: 8px;
  }

  .jadeel-page .price-label {
    font-size: 0.82rem;
  }

  .jadeel-page .price-main strong {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
  }

  .jadeel-page .price-main small {
    font-size: 0.9rem;
  }

  .jadeel-page .price-details {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    gap: 7px;
    padding-inline-start: 0;
    border-inline-start: 0;
  }

  .jadeel-page .remaining-badge,
  .jadeel-page .discount-line {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 0.74rem;
  }

  .jadeel-page .lead-form {
    padding: 11px;
  }

  .jadeel-page .lead-form-heading {
    display: grid;
    gap: 2px;
  }

  .jadeel-page .lead-form-heading span {
    font-size: 0.72rem;
  }

  .jadeel-page .lead-form-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .jadeel-page .lead-form label > span {
    font-size: 0.7rem;
  }

  .jadeel-page .lead-form input,
  .jadeel-page .lead-submit {
    height: 43px;
    padding-inline: 10px;
    font-size: 0.82rem;
  }

  .jadeel-page .lead-submit {
    white-space: normal;
    line-height: 1.2;
  }

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

  .jadeel-page .hero-actions .primary-action,
  .jadeel-page .hero-actions .secondary-action {
    width: 100%;
    min-height: 44px;
    padding: 0 10px;
    font-size: 0.8rem;
  }

  .jadeel-page .hero-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .jadeel-page .hero-badges span {
    display: grid;
    place-items: center;
    min-height: 42px;
    padding: 6px;
    text-align: center;
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .jadeel-page .tour-section {
    padding-top: 48px;
    gap: 22px;
  }

  .jadeel-page .gallery-section {
    padding-top: 48px;
  }

  .jadeel-page .project-info-section {
    padding-top: 48px;
  }

  .jadeel-page .project-info-section .stats-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .jadeel-page .project-info-section .stat-card {
    min-height: 112px;
    padding: 12px 7px;
  }

  .jadeel-page .project-info-section .stat-card::before {
    inset: 5px;
  }

  .jadeel-page .project-info-section .stat-card strong {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }

  .jadeel-page .project-info-section .stat-card span {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .jadeel-page .project-info-section .stat-card small {
    font-size: 0.58rem;
    line-height: 1.35;
  }

  .jadeel-page .compact-features {
    padding-top: 38px;
  }

  .jadeel-page .compact-features .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .jadeel-page .compact-features .feature-card {
    min-height: 135px;
    padding: 12px 7px;
  }

  .jadeel-page .compact-features .feature-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 8px;
  }

  .jadeel-page .compact-features .feature-card h3 {
    margin-bottom: 4px;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .jadeel-page .compact-features .feature-card p {
    font-size: 0.59rem;
    line-height: 1.4;
  }

  .jadeel-page .contact-section {
    margin-top: 52px;
  }

  .jadeel-page .license-section {
    min-height: 122px;
    margin-bottom: 24px;
    padding: 15px;
    gap: 12px;
  }

  .jadeel-page .license-copy strong {
    font-size: 1.1rem;
  }

  .jadeel-page .license-copy small {
    font-size: 0.7rem;
  }

  .jadeel-page .license-section img {
    width: 48%;
    max-height: 88px;
  }
}


/* ===== v6 refinements ===== */
.jadeel-page .topbar-call {
  position: relative;
  min-height: 52px;
  padding: 8px 16px;
  gap: 12px;
  color: #161109;
  background: linear-gradient(135deg, #f6d690, #d7a24f);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.12) inset, 0 0 22px rgba(239, 190, 91, 0.26);
  animation: jadeelPulseGlow 2.2s ease-in-out infinite;
}

.jadeel-page .topbar-call-number,
.jadeel-page .topbar-call-hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.jadeel-page .topbar-call-number {
  font-size: 1.02rem;
  font-weight: 900;
  white-space: nowrap;
}

.jadeel-page .topbar-call-hint {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(18, 15, 9, 0.12);
  color: #0f2b47;
  font-size: 0.84rem;
  font-weight: 900;
  white-space: nowrap;
}

.jadeel-page .topbar-call-hint .icon {
  width: 16px;
  height: 16px;
  animation: jadeelArrowShift 1.2s ease-in-out infinite;
}

.jadeel-page .discount-line {
  gap: 8px;
  padding: 10px 18px;
  border-width: 1px;
  border-color: rgba(97, 255, 203, 0.34);
  background: linear-gradient(135deg, rgba(13, 128, 92, 0.42), rgba(18, 53, 44, 0.7));
  color: #f6fff9;
  box-shadow: 0 0 20px rgba(46, 210, 157, 0.12);
  animation: jadeelPulseGlowGreen 2.4s ease-in-out infinite;
}

.jadeel-page .discount-line strong {
  font-size: clamp(1rem, 1.55vw, 1.3rem);
  font-weight: 1000;
  letter-spacing: -0.01em;
}

.jadeel-page .discount-line small {
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 800;
  color: #dffef3;
}

.jadeel-page .project-info-section .stats-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.jadeel-page .project-info-section .icon-stat-card {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  padding: 22px 18px 18px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid rgba(225, 185, 103, 0.22);
  background: linear-gradient(180deg, rgba(21, 18, 14, 0.92), rgba(15, 13, 12, 0.76));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.jadeel-page .project-info-section .icon-stat-card::before {
  inset: auto;
  content: "";
  position: absolute;
  top: -34px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80, 232, 196, 0.22) 0%, rgba(80, 232, 196, 0) 72%);
  pointer-events: none;
}

.jadeel-page .project-info-section .stat-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 50%;
  color: #61f2d0;
  background: radial-gradient(circle at 30% 30%, rgba(95, 253, 212, 0.35), rgba(11, 92, 79, 0.45));
  box-shadow: 0 0 0 1px rgba(97, 242, 208, 0.25) inset, 0 0 22px rgba(62, 224, 187, 0.22);
  animation: jadeelIconFloat 2.8s ease-in-out infinite;
}

.jadeel-page .project-info-section .stat-icon .icon {
  width: 28px;
  height: 28px;
}

.jadeel-page .project-info-section .icon-stat-card strong {
  margin-bottom: 6px;
  color: #fff9ef;
}

.jadeel-page .project-info-section .icon-stat-card span {
  font-weight: 900;
}

.jadeel-page .project-info-section .icon-stat-card small {
  margin-top: 7px;
  color: rgba(246, 238, 225, 0.86);
  font-size: 0.8rem;
  line-height: 1.6;
}

@keyframes jadeelPulseGlow {
  0%, 100% { box-shadow: 0 0 0 1px rgba(255,255,255,0.1) inset, 0 0 20px rgba(239, 190, 91, 0.18); transform: translateY(0); }
  50% { box-shadow: 0 0 0 1px rgba(255,255,255,0.16) inset, 0 0 28px rgba(239, 190, 91, 0.34); transform: translateY(-1px); }
}

@keyframes jadeelPulseGlowGreen {
  0%, 100% { box-shadow: 0 0 14px rgba(46, 210, 157, 0.10); }
  50% { box-shadow: 0 0 24px rgba(73, 240, 188, 0.22); }
}

@keyframes jadeelArrowShift {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-3px); }
}

@keyframes jadeelIconFloat {
  0%, 100% { transform: translateY(0); box-shadow: 0 0 0 1px rgba(97, 242, 208, 0.25) inset, 0 0 22px rgba(62, 224, 187, 0.22); }
  50% { transform: translateY(-4px); box-shadow: 0 0 0 1px rgba(97, 242, 208, 0.36) inset, 0 0 30px rgba(62, 224, 187, 0.32); }
}

@media (max-width: 980px) {
  .jadeel-page .topbar-call {
    min-height: 48px;
    padding: 7px 12px;
    gap: 8px;
  }

  .jadeel-page .topbar-call-number {
    font-size: 0.92rem;
  }

  .jadeel-page .topbar-call-hint {
    font-size: 0.74rem;
    padding: 3px 8px;
  }

  .jadeel-page .project-info-section .stats-strip {
    gap: 10px;
  }

  .jadeel-page .project-info-section .icon-stat-card {
    min-height: 174px;
    padding: 20px 12px 16px;
  }
}

@media (max-width: 820px) {
  .jadeel-page .discount-line {
    justify-content: center;
    text-align: center;
  }

  .jadeel-page .discount-line strong {
    font-size: 0.98rem;
  }

  .jadeel-page .discount-line small {
    font-size: 0.74rem;
  }

  .jadeel-page .project-info-section .stats-strip {
    grid-template-columns: 1fr;
  }

  .jadeel-page .project-info-section .icon-stat-card {
    min-height: 154px;
  }
}

@media (max-width: 640px) {
  .jadeel-page .topbar-call {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    min-height: 44px;
  }

  .jadeel-page .topbar-call-number,
  .jadeel-page .topbar-call-hint {
    justify-content: center;
  }
}


/* ===== v7 mobile typography ===== */
.jadeel-page .project-info-section .icon-stat-card .stat-title {
  display: block;
}

@media (max-width: 820px) {
  .jadeel-page {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  .jadeel-page .site-shell {
    padding-bottom: 86px;
  }

  .jadeel-page .project-info-section .icon-stat-card,
  .jadeel-page .compact-features .feature-card {
    border-radius: 20px;
    font-family: Tahoma, Arial, "Noto Kufi Arabic", sans-serif;
  }

  .jadeel-page .project-info-section .icon-stat-card {
    min-height: 188px;
    padding: 22px 16px 18px;
  }

  .jadeel-page .project-info-section .stat-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
  }

  .jadeel-page .project-info-section .stat-icon .icon {
    width: 30px;
    height: 30px;
  }

  .jadeel-page .project-info-section .icon-stat-card strong {
    margin-bottom: 10px;
    font-size: clamp(2.2rem, 10vw, 3.2rem) !important;
    line-height: 1;
    font-weight: 1000;
    letter-spacing: -0.02em;
    color: #fff9ef;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
  }

  .jadeel-page .project-info-section .icon-stat-card .stat-title {
    margin-bottom: 8px;
    font-size: 1.18rem !important;
    line-height: 1.45;
    font-weight: 900;
    color: #fff2db;
  }

  .jadeel-page .project-info-section .icon-stat-card small {
    display: block;
    margin-top: 0;
    font-size: 0.98rem !important;
    line-height: 1.8 !important;
    font-weight: 700;
    color: rgba(255, 245, 228, 0.94);
  }

  .jadeel-page .compact-features .feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .jadeel-page .compact-features .feature-card {
    min-height: 152px;
    padding: 18px 16px;
  }

  .jadeel-page .compact-features .feature-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
  }

  .jadeel-page .compact-features .feature-card h3 {
    font-size: 1.06rem !important;
    line-height: 1.45;
    font-weight: 900;
    color: #fff2db;
  }

  .jadeel-page .compact-features .feature-card p {
    font-size: 0.95rem !important;
    line-height: 1.85 !important;
    font-weight: 700;
    color: rgba(255, 246, 234, 0.92);
  }

  .jadeel-page .floating-contact {
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    display: grid;
    grid-auto-flow: column;
    gap: 12px;
  }

  .jadeel-page .floating-contact a {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  .jadeel-page .project-info-section .icon-stat-card {
    min-height: 198px;
    padding: 24px 16px 18px;
  }

  .jadeel-page .project-info-section .icon-stat-card .stat-title {
    font-size: 1.1rem !important;
  }

  .jadeel-page .project-info-section .icon-stat-card small {
    font-size: 0.96rem !important;
    line-height: 1.9 !important;
  }

  .jadeel-page .compact-features .feature-card h3 {
    font-size: 1rem !important;
  }

  .jadeel-page .compact-features .feature-card p {
    font-size: 0.92rem !important;
  }
}


/* ===== v8 pdf section and pricing note ===== */
.jadeel-page .sales-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 236, 195, 0.18);
  background: linear-gradient(135deg, rgba(12, 50, 88, 0.82), rgba(7, 27, 47, 0.88));
  color: #fff5df;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 1000;
  letter-spacing: -0.01em;
  box-shadow: 0 0 24px rgba(15, 68, 122, 0.18);
}

.jadeel-page .pdf-section {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding-top: 62px;
}

.jadeel-page .pdf-card {
  display: grid;
  grid-template-columns: minmax(240px, 330px) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(216, 173, 88, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(17, 15, 14, 0.96), rgba(13, 12, 11, 0.9));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.jadeel-page .pdf-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(216, 173, 88, 0.2);
  background: #ebe6df;
  min-height: 280px;
}

.jadeel-page .pdf-thumbnail img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.jadeel-page .pdf-badge {
  position: absolute;
  top: 14px;
  inset-inline-start: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e44a4a, #ac1c1c);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 1000;
  box-shadow: 0 10px 24px rgba(163, 22, 22, 0.26);
}

.jadeel-page .pdf-overlay-title {
  position: absolute;
  inset-inline: 14px;
  bottom: 14px;
  padding: 11px 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(9, 12, 16, 0.2), rgba(9, 12, 16, 0.82));
  color: #fff5df;
  font-size: 1rem;
  font-weight: 900;
}

.jadeel-page .pdf-copy {
  display: grid;
  gap: 12px;
}

.jadeel-page .pdf-kicker {
  color: var(--gold-bright);
  font-size: 0.92rem;
  font-weight: 900;
}

.jadeel-page .pdf-copy h3 {
  margin: 0;
  color: #fff8ec;
  font-size: clamp(1.5rem, 3.1vw, 2.35rem);
  line-height: 1.2;
}

.jadeel-page .pdf-copy p {
  margin: 0;
  color: rgba(244, 236, 222, 0.92);
  font-size: 1.02rem;
  line-height: 1.95;
}

.jadeel-page .pdf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.jadeel-page .license-extra {
  color: #dffaf0;
  font-weight: 900;
}

@media (max-width: 820px) {
  .jadeel-page .sales-note {
    width: 100%;
    text-align: center;
    font-size: 1.12rem;
    min-height: 46px;
  }

  .jadeel-page .pdf-section {
    padding-top: 48px;
  }

  .jadeel-page .pdf-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 15px;
  }

  .jadeel-page .pdf-thumbnail {
    min-height: 240px;
  }

  .jadeel-page .pdf-thumbnail img {
    min-height: 240px;
    max-height: 320px;
  }

  .jadeel-page .pdf-copy h3 {
    font-size: 1.42rem;
  }

  .jadeel-page .pdf-copy p {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .jadeel-page .pdf-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jadeel-page .pdf-actions .primary-action,
  .jadeel-page .pdf-actions .secondary-action {
    width: 100%;
  }
}


/* ===== v14 inventory badge + estathmer dark background + license dual numbers ===== */
.jadeel-page .remaining-badge {
  display: inline-grid;
  gap: 2px;
  min-height: auto;
  padding: 9px 14px;
  line-height: 1.35;
}

.jadeel-page .remaining-badge span {
  display: block;
}

.jadeel-page .remaining-badge span:first-child {
  font-size: 0.92rem;
  font-weight: 900;
}

.jadeel-page .remaining-badge span:last-child {
  font-size: 1rem;
  font-weight: 1000;
}

.jadeel-page .discount-line {
  background: linear-gradient(135deg, rgba(17, 17, 17, 0.94), rgba(5, 5, 5, 0.98));
  border-color: rgba(255, 221, 155, 0.24);
  color: #fff6e7;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.jadeel-page .discount-line strong {
  color: #f5ddb0;
}

.jadeel-page .discount-line small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(8,8,8,0.96), rgba(20,20,20,0.96));
  border: 1px solid rgba(255,255,255,0.08);
  color: #ffffff;
}

@media (max-width: 820px) {
  .jadeel-page .remaining-badge {
    width: 100%;
    justify-items: center;
    text-align: center;
    padding: 10px 14px;
  }
  .jadeel-page .remaining-badge span:first-child {
    font-size: 0.96rem;
  }
  .jadeel-page .remaining-badge span:last-child {
    font-size: 1.05rem;
  }
}


/* ===== v15 skyline hero + larger license numbers ===== */
.jadeel-page .hero-fallback-image.hero-skyline-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.02);
  filter: brightness(0.68) saturate(0.96) contrast(1.06);
}

.jadeel-page .hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.82), rgba(8, 8, 8, 0.54), rgba(8, 8, 8, 0.74)),
    linear-gradient(180deg, rgba(3, 3, 3, 0.38), rgba(3, 3, 3, 0.22) 40%, rgba(3, 3, 3, 0.72) 100%);
}

.jadeel-page .license-section {
  align-items: center;
  gap: 24px;
}

.jadeel-page .license-copy {
  flex: 1 1 auto;
  gap: 9px;
}

.jadeel-page .license-copy strong {
  color: #fff8ec;
}

.jadeel-page .license-numbers {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 6px;
}

.jadeel-page .license-number-card {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(216, 173, 88, 0.18);
  background: linear-gradient(135deg, rgba(11, 19, 34, 0.88), rgba(8, 12, 20, 0.94));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.jadeel-page .license-number-card.is-accent {
  background: linear-gradient(135deg, rgba(12, 48, 73, 0.88), rgba(8, 20, 37, 0.96));
  border-color: rgba(97, 216, 207, 0.2);
}

.jadeel-page .license-number-card label {
  color: #d9c392;
  font-size: 0.96rem;
  font-weight: 900;
}

.jadeel-page .license-number-card strong {
  display: block;
  direction: ltr;
  letter-spacing: 0.03em;
  color: #ffffff;
  font-size: clamp(1.8rem, 3.6vw, 3rem) !important;
  line-height: 1.05;
  font-weight: 1000;
}

.jadeel-page .license-section img {
  width: min(300px, 34vw);
  max-height: 124px;
}

@media (max-width: 980px) {
  .jadeel-page .license-numbers {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .jadeel-page .hero-fallback-image.hero-skyline-image {
    object-position: center top;
    filter: brightness(0.62) saturate(0.95) contrast(1.05);
  }

  .jadeel-page .license-section {
    align-items: start;
  }

  .jadeel-page .license-number-card {
    padding: 14px 14px;
  }

  .jadeel-page .license-number-card strong {
    font-size: clamp(1.6rem, 8vw, 2.3rem) !important;
  }
}


/* ===== v16 sitewide skyline background + black logo backing ===== */
body.jadeel-page-body {
  background: #050505;
}

.jadeel-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.72)),
    url('../media/hero-skyline.webp') center top / cover no-repeat;
  opacity: 1;
  pointer-events: none;
}

.jadeel-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  background: linear-gradient(180deg, rgba(5,5,5,0.18), rgba(5,5,5,0.32) 40%, rgba(5,5,5,0.55));
  pointer-events: none;
}

.jadeel-page .site-shell,
.jadeel-page .footer {
  position: relative;
  z-index: 1;
}

.jadeel-page .brand-mark {
  background: #000000;
  border-color: rgba(216, 173, 88, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03), 0 10px 22px rgba(0,0,0,0.22);
}

.jadeel-page .brand-mark img {
  padding: 4px 6px;
  background: #000000;
}

.jadeel-page .footer img {
  background: #000000;
  padding: 6px 10px;
  border: 1px solid rgba(216, 173, 88, 0.18);
  box-shadow: 0 10px 24px rgba(0,0,0,0.2);
}

.jadeel-page .hero {
  background: transparent;
}

.jadeel-page .hero-content {
  background: linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.08));
  border-radius: 20px;
  padding: 14px 18px 10px;
}

.jadeel-page .hero-intro {
  max-width: 920px;
  line-height: 1.95;
}

.jadeel-page section:not(.hero),
.jadeel-page .license-section,
.jadeel-page .footer,
.jadeel-page .topbar {
  backdrop-filter: blur(2px);
}

@media (max-width: 820px) {
  .jadeel-page::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.76)),
      url('../media/hero-skyline.webp') center top / cover no-repeat;
  }

  .jadeel-page .hero-content {
    padding: 12px 12px 8px;
  }

  .jadeel-page .hero-intro {
    line-height: 1.9;
  }
}


/* ===== v17 fixed header repair ===== */
.jadeel-page .topbar {
  position: fixed !important;
  top: 16px;
  left: 50%;
  right: auto;
  z-index: 9999 !important;
  width: min(1180px, calc(100% - 28px));
  transform: translateX(-50%) !important;
  background: rgba(5, 5, 5, 0.94);
  border: 1px solid rgba(216, 173, 88, 0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.48);
}

body.admin-bar .jadeel-page .topbar {
  top: 48px;
}

@media (max-width: 782px) {
  body.admin-bar .jadeel-page .topbar {
    top: 58px;
  }
}

@media (max-width: 640px) {
  .jadeel-page .topbar {
    top: 10px;
    width: calc(100% - 18px);
  }
}



/* ===== v19 mobile restore + 3-column icons + full logos ===== */
@media (max-width: 820px) {
  /* Keep project icons/cards 3 per row on mobile, as originally requested. */
  .jadeel-page .project-info-section .stats-strip,
  .jadeel-page .compact-features .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .jadeel-page .project-info-section .icon-stat-card,
  .jadeel-page .compact-features .feature-card {
    min-height: 142px !important;
    padding: 12px 7px !important;
    border-radius: 14px !important;
  }

  .jadeel-page .project-info-section .stat-icon,
  .jadeel-page .compact-features .feature-icon {
    width: 46px !important;
    height: 46px !important;
    margin-bottom: 8px !important;
  }

  .jadeel-page .project-info-section .stat-icon .icon,
  .jadeel-page .compact-features .feature-icon .icon {
    width: 22px !important;
    height: 22px !important;
  }

  .jadeel-page .project-info-section .icon-stat-card strong {
    font-size: 1.55rem !important;
    margin-bottom: 5px !important;
  }

  .jadeel-page .project-info-section .icon-stat-card .stat-title,
  .jadeel-page .compact-features .feature-card h3 {
    font-size: 0.74rem !important;
    line-height: 1.45 !important;
    margin: 0 0 4px !important;
  }

  .jadeel-page .project-info-section .icon-stat-card small,
  .jadeel-page .compact-features .feature-card p {
    font-size: 0.63rem !important;
    line-height: 1.55 !important;
    font-weight: 700 !important;
  }

  /* Show the full FAL logo without cropping. */
  .jadeel-page .license-section {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    align-items: stretch !important;
    padding: 16px !important;
    overflow: visible !important;
  }

  .jadeel-page .license-section img {
    order: -1;
    width: min(170px, 48vw) !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center !important;
    justify-self: center;
    align-self: center;
    display: block;
  }

  .jadeel-page .license-copy,
  .jadeel-page .license-numbers {
    width: 100%;
  }

  .jadeel-page .license-numbers {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}

@media (max-width: 640px) {
  /* Restore the header to one horizontal row instead of stacking items. */
  .jadeel-page .topbar {
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 7px !important;
    width: calc(100% - 14px) !important;
    border-radius: 12px !important;
  }

  .jadeel-page .brand {
    min-width: 0 !important;
    gap: 7px !important;
    overflow: hidden;
  }

  .jadeel-page .brand-mark {
    width: 56px !important;
    height: 38px !important;
    flex: 0 0 56px !important;
  }

  .jadeel-page .brand-mark img {
    width: 100% !important;
    height: 100% !important;
    padding: 2px 4px !important;
    object-fit: contain !important;
  }

  .jadeel-page .brand > span:last-child {
    min-width: 0 !important;
  }

  .jadeel-page .brand strong {
    display: block !important;
    font-size: 0.8rem !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }

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

  .jadeel-page .topbar-call {
    width: auto !important;
    min-width: 0 !important;
    min-height: 38px !important;
    padding: 5px 8px !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
  }

  .jadeel-page .topbar-call-number {
    font-size: 0.82rem !important;
  }

  .jadeel-page .topbar-call-hint {
    font-size: 0.64rem !important;
    padding: 3px 6px !important;
  }

  .jadeel-page .hero {
    padding-top: 112px !important;
  }
}

@media (max-width: 380px) {
  .jadeel-page .topbar-call-hint {
    display: none !important;
  }

  .jadeel-page .topbar-call {
    padding-inline: 8px !important;
  }

  .jadeel-page .project-info-section .stats-strip,
  .jadeel-page .compact-features .feature-grid {
    gap: 5px !important;
  }

  .jadeel-page .project-info-section .icon-stat-card,
  .jadeel-page .compact-features .feature-card {
    padding-inline: 5px !important;
  }
}

/* ===== v2.8.0 exact offer update: 799,000 + Estathmer logo + continuous commission glow ===== */
.jadeel-page .price-details {
  min-width: 370px;
}

.jadeel-page .discount-line {
  width: 100%;
  min-height: 94px;
  padding: 11px 14px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  color: #fff8ec;
  background:
    linear-gradient(135deg, rgba(22, 19, 15, 0.98), rgba(5, 5, 5, 0.99));
  border: 1px solid rgba(241, 207, 130, 0.42);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.3),
    0 0 22px rgba(216, 173, 88, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  animation: none;
}

.jadeel-page .discount-copy {
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
}

.jadeel-page .discount-line .discount-copy strong {
  color: #f5ddb0;
  font-size: clamp(1rem, 1.42vw, 1.24rem);
  font-weight: 1000;
  line-height: 1.25;
  white-space: normal;
}

.jadeel-page .discount-line .discount-copy small {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff7e7;
  font-size: clamp(0.82rem, 1vw, 0.94rem);
  font-weight: 900;
  line-height: 1.25;
}

.jadeel-page .discount-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 176px;
  min-height: 70px;
  padding: 7px 10px;
  border: 1px solid rgba(241, 207, 130, 0.24);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 20%, rgba(241, 207, 130, 0.1), transparent 65%),
    rgba(0, 0, 0, 0.62);
  box-shadow: inset 0 0 18px rgba(241, 207, 130, 0.04);
}

.jadeel-page .discount-logo {
  display: block;
  width: clamp(154px, 14vw, 190px);
  height: auto;
  max-height: 78px;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.42));
}

.jadeel-page .sales-note {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 58px;
  padding: 13px 26px;
  border: 1px solid rgba(255, 222, 151, 0.82);
  background:
    linear-gradient(135deg, rgba(67, 42, 8, 0.96), rgba(17, 12, 5, 0.98) 50%, rgba(75, 47, 7, 0.94));
  color: #fff9eb;
  text-shadow:
    0 0 7px rgba(255, 250, 230, 0.92),
    0 0 18px rgba(255, 193, 58, 0.8),
    0 0 34px rgba(255, 166, 0, 0.55);
  box-shadow:
    0 0 12px rgba(255, 207, 99, 0.58),
    0 0 30px rgba(255, 166, 0, 0.42),
    0 0 58px rgba(255, 137, 0, 0.24),
    inset 0 0 22px rgba(255, 214, 124, 0.12);
  animation: jadeelCommissionGlow 1.65s ease-in-out infinite;
  will-change: box-shadow, filter, transform;
}

.jadeel-page .sales-note::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -55%;
  bottom: -55%;
  inset-inline-start: -38%;
  width: 34%;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  filter: blur(1px);
  animation: jadeelCommissionSweep 2.25s linear infinite;
}

.jadeel-page .sales-note::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -5px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 175, 0, 0.15), rgba(255, 232, 169, 0.4), rgba(255, 175, 0, 0.15));
  filter: blur(13px);
  opacity: 0.72;
  animation: jadeelCommissionAura 1.65s ease-in-out infinite;
}

@keyframes jadeelCommissionGlow {
  0%, 100% {
    transform: translateY(0) scale(1);
    filter: brightness(1);
    box-shadow:
      0 0 10px rgba(255, 207, 99, 0.5),
      0 0 26px rgba(255, 166, 0, 0.34),
      0 0 48px rgba(255, 137, 0, 0.18),
      inset 0 0 18px rgba(255, 214, 124, 0.1);
  }
  50% {
    transform: translateY(-1px) scale(1.012);
    filter: brightness(1.18);
    box-shadow:
      0 0 18px rgba(255, 225, 153, 0.94),
      0 0 42px rgba(255, 176, 0, 0.68),
      0 0 76px rgba(255, 129, 0, 0.38),
      inset 0 0 28px rgba(255, 222, 149, 0.2);
  }
}

@keyframes jadeelCommissionSweep {
  0% { inset-inline-start: -38%; opacity: 0; }
  12% { opacity: 0.9; }
  70% { opacity: 0.9; }
  100% { inset-inline-start: 112%; opacity: 0; }
}

@keyframes jadeelCommissionAura {
  0%, 100% { opacity: 0.52; transform: scale(0.99); }
  50% { opacity: 0.96; transform: scale(1.02); }
}

@media (max-width: 980px) {
  .jadeel-page .price-details {
    min-width: 330px;
  }

  .jadeel-page .discount-logo-wrap {
    min-width: 154px;
  }

  .jadeel-page .discount-logo {
    width: 158px;
  }
}

@media (max-width: 640px) {
  .jadeel-page .price-details {
    min-width: 0;
    width: 100%;
  }

  .jadeel-page .discount-line {
    width: 100%;
    min-height: 82px;
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 9px;
    padding: 9px 10px;
    text-align: right;
  }

  .jadeel-page .discount-line .discount-copy strong {
    font-size: 0.92rem;
  }

  .jadeel-page .discount-line .discount-copy small {
    font-size: 0.76rem;
  }

  .jadeel-page .discount-logo-wrap {
    min-width: 0;
    width: 132px;
    min-height: 60px;
    padding: 5px 7px;
  }

  .jadeel-page .discount-logo {
    width: 124px;
    max-height: 59px;
  }

  .jadeel-page .sales-note {
    min-height: 54px;
    padding: 12px 16px;
    font-size: 1.12rem;
    line-height: 1.35;
  }
}

@media (max-width: 380px) {
  .jadeel-page .discount-line {
    grid-template-columns: minmax(0, 1fr) 112px;
  }

  .jadeel-page .discount-logo-wrap {
    width: 112px;
  }

  .jadeel-page .discount-logo {
    width: 106px;
  }
}

/* The sales message was explicitly requested to remain animated continuously. */
@media (prefers-reduced-motion: reduce) {
  .jadeel-page .sales-note {
    animation: jadeelCommissionGlow 1.65s ease-in-out infinite !important;
  }

  .jadeel-page .sales-note::before {
    animation: jadeelCommissionSweep 2.25s linear infinite !important;
  }

  .jadeel-page .sales-note::after {
    animation: jadeelCommissionAura 1.65s ease-in-out infinite !important;
  }
}


/* ===== v2.8.1 mobile typography and spacing enhancement ===== */
@media (max-width: 640px) {
  .jadeel-page .lead-form {
    padding: 14px !important;
  }

  .jadeel-page .lead-form-heading {
    gap: 6px !important;
    margin-bottom: 12px !important;
  }

  .jadeel-page .lead-form-heading strong {
    font-size: 1.34rem !important;
    line-height: 1.25 !important;
  }

  .jadeel-page .lead-form-heading span {
    font-size: 0.96rem !important;
    line-height: 1.7 !important;
  }

  .jadeel-page .lead-form-fields {
    gap: 10px !important;
  }

  .jadeel-page .lead-form label > span {
    font-size: 0.92rem !important;
    line-height: 1.35 !important;
    margin-bottom: 2px !important;
  }

  .jadeel-page .lead-form input,
  .jadeel-page .lead-submit {
    height: 50px !important;
    font-size: 0.98rem !important;
    padding-inline: 12px !important;
  }

  .jadeel-page .lead-form input::placeholder {
    font-size: 0.94rem !important;
  }

  .jadeel-page .lead-submit {
    font-weight: 1000 !important;
    line-height: 1.15 !important;
  }

  .jadeel-page .hero-actions {
    gap: 10px !important;
  }

  .jadeel-page .hero-actions .primary-action,
  .jadeel-page .hero-actions .secondary-action {
    min-height: 50px !important;
    font-size: 0.96rem !important;
    padding-inline: 12px !important;
  }

  .jadeel-page .hero-badges {
    gap: 8px !important;
  }

  .jadeel-page .hero-badges span {
    min-height: 50px !important;
    padding: 8px 7px !important;
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
  }

  .jadeel-page .remaining-badge {
    min-height: 34px !important;
    padding: 7px 10px !important;
    font-size: 0.86rem !important;
  }

  .jadeel-page .discount-line {
    min-height: 88px !important;
    padding: 10px 11px !important;
  }

  .jadeel-page .discount-line .discount-copy strong {
    font-size: 1.02rem !important;
    line-height: 1.3 !important;
  }

  .jadeel-page .discount-line .discount-copy small {
    font-size: 0.88rem !important;
    line-height: 1.3 !important;
  }

  .jadeel-page .sales-note {
    min-height: 58px !important;
    font-size: 1.26rem !important;
    line-height: 1.35 !important;
    padding: 13px 18px !important;
  }
}

@media (max-width: 420px) {
  .jadeel-page .lead-form-heading strong {
    font-size: 1.28rem !important;
  }

  .jadeel-page .lead-form-heading span {
    font-size: 0.92rem !important;
  }

  .jadeel-page .lead-form label > span {
    font-size: 0.88rem !important;
  }

  .jadeel-page .lead-form input,
  .jadeel-page .lead-submit,
  .jadeel-page .hero-actions .primary-action,
  .jadeel-page .hero-actions .secondary-action {
    font-size: 0.94rem !important;
  }

  .jadeel-page .hero-badges span {
    font-size: 0.82rem !important;
  }

  .jadeel-page .discount-line {
    grid-template-columns: minmax(0, 1fr) 122px !important;
  }

  .jadeel-page .discount-logo-wrap {
    width: 122px !important;
  }

  .jadeel-page .discount-logo {
    width: 114px !important;
  }
}

@media (max-width: 380px) {
  .jadeel-page .lead-form input,
  .jadeel-page .lead-submit {
    height: 48px !important;
  }

  .jadeel-page .lead-form input,
  .jadeel-page .lead-submit,
  .jadeel-page .hero-actions .primary-action,
  .jadeel-page .hero-actions .secondary-action {
    font-size: 0.91rem !important;
  }

  .jadeel-page .hero-badges span {
    font-size: 0.78rem !important;
  }

  .jadeel-page .sales-note {
    font-size: 1.18rem !important;
  }
}

/* ===== v2.8.1 mobile readability refinement ===== */
@media (max-width: 640px) {
  .jadeel-page .price-offer {
    gap: 14px !important;
    padding: 15px !important;
  }

  .jadeel-page .price-label {
    font-size: 0.98rem !important;
    line-height: 1.45 !important;
  }

  .jadeel-page .price-main strong {
    font-size: clamp(2.75rem, 12.5vw, 3.8rem) !important;
  }

  .jadeel-page .price-main small {
    font-size: 1.05rem !important;
  }

  .jadeel-page .remaining-badge {
    min-height: 38px !important;
    padding: 8px 11px !important;
    font-size: 0.88rem !important;
    line-height: 1.4 !important;
  }

  .jadeel-page .discount-line {
    min-height: 94px !important;
    grid-template-columns: minmax(0, 1fr) 144px !important;
    gap: 11px !important;
    padding: 11px 12px !important;
  }

  .jadeel-page .discount-line .discount-copy strong {
    font-size: 1.05rem !important;
    line-height: 1.45 !important;
  }

  .jadeel-page .discount-line .discount-copy small {
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
  }

  .jadeel-page .discount-logo-wrap {
    width: 144px !important;
    min-height: 68px !important;
    padding: 7px 8px !important;
  }

  .jadeel-page .discount-logo {
    width: 136px !important;
    max-height: 66px !important;
  }

  .jadeel-page .sales-note {
    width: 100% !important;
    min-height: 62px !important;
    padding: 14px 18px !important;
    font-size: 1.28rem !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  .jadeel-page .lead-form {
    padding: 14px !important;
    border-radius: 14px !important;
  }

  .jadeel-page .lead-form-heading {
    gap: 5px !important;
    margin-bottom: 13px !important;
  }

  .jadeel-page .lead-form-heading strong {
    font-size: 1.18rem !important;
    line-height: 1.45 !important;
  }

  .jadeel-page .lead-form-heading span {
    font-size: 0.9rem !important;
    line-height: 1.65 !important;
  }

  .jadeel-page .lead-form-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .jadeel-page .lead-form label {
    gap: 7px !important;
  }

  .jadeel-page .lead-form label:nth-child(3),
  .jadeel-page .lead-submit {
    grid-column: 1 / -1 !important;
  }

  .jadeel-page .lead-form label > span {
    font-size: 0.86rem !important;
    line-height: 1.4 !important;
  }

  .jadeel-page .lead-form input {
    height: 50px !important;
    padding-inline: 13px !important;
    font-size: 0.95rem !important;
  }

  .jadeel-page .lead-form input::placeholder {
    font-size: 0.9rem !important;
  }

  .jadeel-page .lead-submit {
    height: 52px !important;
    padding-inline: 16px !important;
    font-size: 1.08rem !important;
    line-height: 1.35 !important;
  }

  .jadeel-page .form-status {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
  }

  .jadeel-page .hero-actions {
    gap: 10px !important;
  }

  .jadeel-page .hero-actions .primary-action,
  .jadeel-page .hero-actions .secondary-action {
    min-height: 50px !important;
    padding-inline: 12px !important;
    font-size: 0.96rem !important;
    line-height: 1.35 !important;
  }

  .jadeel-page .hero-badges {
    gap: 8px !important;
  }

  .jadeel-page .hero-badges span {
    min-height: 50px !important;
    padding: 8px 6px !important;
    font-size: 0.82rem !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 420px) {
  .jadeel-page .discount-line {
    grid-template-columns: minmax(0, 1fr) 126px !important;
    min-height: 90px !important;
  }

  .jadeel-page .discount-line .discount-copy strong {
    font-size: 0.98rem !important;
  }

  .jadeel-page .discount-line .discount-copy small {
    font-size: 0.84rem !important;
  }

  .jadeel-page .discount-logo-wrap {
    width: 126px !important;
    min-height: 64px !important;
  }

  .jadeel-page .discount-logo {
    width: 118px !important;
    max-height: 62px !important;
  }

  .jadeel-page .sales-note {
    font-size: 1.2rem !important;
  }

  .jadeel-page .lead-form-heading strong {
    font-size: 1.12rem !important;
  }

  .jadeel-page .lead-form-heading span {
    font-size: 0.86rem !important;
  }

  .jadeel-page .lead-form label > span {
    font-size: 0.82rem !important;
  }

  .jadeel-page .lead-form input {
    font-size: 0.92rem !important;
  }

  .jadeel-page .hero-actions .primary-action,
  .jadeel-page .hero-actions .secondary-action {
    font-size: 0.91rem !important;
  }

  .jadeel-page .hero-badges span {
    font-size: 0.78rem !important;
  }
}



/* ===== v2.8.2 large bold mobile typography + highlighted red discount icon ===== */
.jadeel-page .discount-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.jadeel-page .discount-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 219, 143, 0.72);
  border-radius: 50%;
  color: #fff8e9;
  background: linear-gradient(145deg, #d83b48, #8f101d);
  box-shadow:
    0 0 0 3px rgba(181, 31, 46, 0.14),
    0 8px 20px rgba(94, 3, 14, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-size: 1.22rem;
  font-weight: 1000;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.38);
}

@keyframes jadeelDiscountIconPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 0 0 3px rgba(181, 31, 46, 0.14),
      0 8px 20px rgba(94, 3, 14, 0.38),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }
  50% {
    transform: scale(1.07);
    box-shadow:
      0 0 0 6px rgba(216, 59, 72, 0.16),
      0 0 24px rgba(216, 59, 72, 0.48),
      inset 0 1px 0 rgba(255, 255, 255, 0.26);
  }
}

@media (max-width: 640px) {
  body.jadeel-page-body,
  .jadeel-page,
  .jadeel-page button,
  .jadeel-page input,
  .jadeel-page textarea,
  .jadeel-page select {
    font-family: "Traditional Arabic", "Noto Kufi Arabic", "Cairo", "Tajawal", Tahoma, Arial, sans-serif !important;
  }

  .jadeel-page {
    font-weight: 800 !important;
  }

  .jadeel-page .eyebrow {
    padding: 9px 13px !important;
    font-size: 1.02rem !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
  }

  .jadeel-page .hero-intro {
    font-size: 1.12rem !important;
    font-weight: 800 !important;
    line-height: 1.85 !important;
  }

  .jadeel-page .price-offer {
    gap: 16px !important;
    padding: 17px 15px !important;
    border-radius: 16px !important;
  }

  .jadeel-page .price-label {
    font-size: 1.12rem !important;
    font-weight: 1000 !important;
    line-height: 1.45 !important;
  }

  .jadeel-page .price-main strong {
    font-size: clamp(3rem, 13.8vw, 4.1rem) !important;
    font-weight: 1000 !important;
  }

  .jadeel-page .price-main small {
    font-size: 1.2rem !important;
    font-weight: 1000 !important;
  }

  .jadeel-page .remaining-badge {
    min-height: 44px !important;
    padding: 9px 12px !important;
    font-size: 1rem !important;
    font-weight: 1000 !important;
    line-height: 1.45 !important;
  }

  .jadeel-page .discount-line {
    min-height: 122px !important;
    grid-template-columns: minmax(0, 1fr) 142px !important;
    gap: 12px !important;
    padding: 14px 13px !important;
    border: 1px solid rgba(241, 207, 130, 0.62) !important;
    box-shadow:
      0 16px 34px rgba(0, 0, 0, 0.32),
      0 0 28px rgba(216, 173, 88, 0.16),
      inset 0 0 0 1px rgba(255, 255, 255, 0.035) !important;
  }

  .jadeel-page .discount-copy {
    gap: 8px !important;
  }

  .jadeel-page .discount-title-row {
    gap: 9px !important;
  }

  .jadeel-page .discount-icon {
    width: 42px !important;
    height: 42px !important;
    font-size: 1.42rem !important;
    animation: jadeelDiscountIconPulse 1.8s ease-in-out infinite;
  }

  .jadeel-page .discount-line .discount-copy strong {
    color: #fff1c9 !important;
    font-size: clamp(1.28rem, 5.8vw, 1.58rem) !important;
    font-weight: 1000 !important;
    line-height: 1.35 !important;
    text-shadow: 0 0 16px rgba(241, 207, 130, 0.18) !important;
  }

  .jadeel-page .discount-line .discount-copy small {
    font-size: 1.05rem !important;
    font-weight: 1000 !important;
    line-height: 1.45 !important;
  }

  .jadeel-page .discount-logo-wrap {
    width: 142px !important;
    min-height: 78px !important;
    padding: 7px 8px !important;
  }

  .jadeel-page .discount-logo {
    width: 134px !important;
    max-height: 76px !important;
  }

  .jadeel-page .sales-note {
    min-height: 68px !important;
    padding: 15px 18px !important;
    font-size: 1.48rem !important;
    font-weight: 1000 !important;
    line-height: 1.45 !important;
  }

  .jadeel-page .lead-form {
    padding: 16px !important;
  }

  .jadeel-page .lead-form-heading {
    gap: 7px !important;
    margin-bottom: 15px !important;
  }

  .jadeel-page .lead-form-heading strong {
    font-size: 1.48rem !important;
    font-weight: 1000 !important;
    line-height: 1.4 !important;
  }

  .jadeel-page .lead-form-heading span {
    font-size: 1.04rem !important;
    font-weight: 800 !important;
    line-height: 1.75 !important;
  }

  .jadeel-page .lead-form-fields {
    gap: 11px !important;
  }

  .jadeel-page .lead-form label > span {
    font-size: 1rem !important;
    font-weight: 1000 !important;
    line-height: 1.45 !important;
  }

  .jadeel-page .lead-form input {
    height: 55px !important;
    padding-inline: 14px !important;
    font-size: 1.06rem !important;
    font-weight: 800 !important;
  }

  .jadeel-page .lead-form input::placeholder {
    font-size: 1rem !important;
    font-weight: 700 !important;
  }

  .jadeel-page .lead-submit {
    height: 57px !important;
    padding-inline: 17px !important;
    font-size: 1.22rem !important;
    font-weight: 1000 !important;
  }

  .jadeel-page .form-status {
    font-size: 1rem !important;
    font-weight: 800 !important;
    line-height: 1.65 !important;
  }

  .jadeel-page .hero-actions .primary-action,
  .jadeel-page .hero-actions .secondary-action {
    min-height: 55px !important;
    padding-inline: 12px !important;
    font-size: 1.06rem !important;
    font-weight: 1000 !important;
    line-height: 1.4 !important;
  }

  .jadeel-page .hero-badges span {
    min-height: 56px !important;
    padding: 9px 7px !important;
    font-size: 0.94rem !important;
    font-weight: 1000 !important;
    line-height: 1.5 !important;
  }

  .jadeel-page .section-heading h2,
  .jadeel-page .tour-copy h2,
  .jadeel-page .location-copy h2,
  .jadeel-page .contact-copy h2 {
    font-size: clamp(1.9rem, 8vw, 2.35rem) !important;
    font-weight: 1000 !important;
    line-height: 1.35 !important;
  }

  .jadeel-page .section-heading p,
  .jadeel-page .tour-copy p,
  .jadeel-page .location-copy p,
  .jadeel-page .contact-copy p,
  .jadeel-page .pdf-copy p,
  .jadeel-page .feature-card p,
  .jadeel-page .license-copy p {
    font-size: 1.06rem !important;
    font-weight: 750 !important;
    line-height: 1.85 !important;
  }

  .jadeel-page .feature-card h3,
  .jadeel-page .pdf-copy h3,
  .jadeel-page .stage-caption strong,
  .jadeel-page .stat-title {
    font-size: 1.22rem !important;
    font-weight: 1000 !important;
    line-height: 1.45 !important;
  }

  .jadeel-page .gallery-tabs button,
  .jadeel-page .pdf-kicker,
  .jadeel-page .pdf-badge,
  .jadeel-page .location-preview-badge,
  .jadeel-page .nearby-list,
  .jadeel-page .text-link,
  .jadeel-page .map-open,
  .jadeel-page .license-number-card,
  .jadeel-page .footer {
    font-size: 1rem !important;
    font-weight: 900 !important;
    line-height: 1.6 !important;
  }

  .jadeel-page .icon-stat-card strong,
  .jadeel-page .stat-card strong,
  .jadeel-page .counter {
    font-size: 1.18rem !important;
    font-weight: 1000 !important;
  }

  .jadeel-page .icon-stat-card small,
  .jadeel-page .stat-card small,
  .jadeel-page .stage-caption span,
  .jadeel-page .brand small,
  .jadeel-page .topbar-call-hint {
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    line-height: 1.5 !important;
  }

  .jadeel-page .brand strong,
  .jadeel-page .topbar-call-number {
    font-size: 1rem !important;
    font-weight: 1000 !important;
  }
}

@media (max-width: 420px) {
  .jadeel-page .discount-line {
    min-height: 116px !important;
    grid-template-columns: minmax(0, 1fr) 126px !important;
    padding: 13px 11px !important;
  }

  .jadeel-page .discount-icon {
    width: 39px !important;
    height: 39px !important;
    font-size: 1.3rem !important;
  }

  .jadeel-page .discount-line .discount-copy strong {
    font-size: clamp(1.2rem, 5.7vw, 1.42rem) !important;
  }

  .jadeel-page .discount-line .discount-copy small {
    font-size: 1rem !important;
  }

  .jadeel-page .discount-logo-wrap {
    width: 126px !important;
    min-height: 72px !important;
  }

  .jadeel-page .discount-logo {
    width: 118px !important;
    max-height: 70px !important;
  }

  .jadeel-page .lead-form-heading strong {
    font-size: 1.4rem !important;
  }

  .jadeel-page .lead-form-heading span {
    font-size: 1rem !important;
  }

  .jadeel-page .lead-form label > span {
    font-size: 0.96rem !important;
  }

  .jadeel-page .lead-form input {
    font-size: 1.02rem !important;
  }

  .jadeel-page .hero-actions .primary-action,
  .jadeel-page .hero-actions .secondary-action {
    font-size: 1.01rem !important;
  }

  .jadeel-page .hero-badges span {
    font-size: 0.9rem !important;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 640px) {
  .jadeel-page .discount-icon {
    animation: jadeelDiscountIconPulse 1.8s ease-in-out infinite !important;
  }
}

/* ===== v2.8.3 mobile price visibility fix ===== */
@media (max-width: 480px) {
  .jadeel-page .price-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    align-items: center !important;
    width: 100% !important;
    gap: 2px !important;
    text-align: center !important;
  }

  .jadeel-page .price-label {
    width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .jadeel-page .price-main strong {
    display: flex !important;
    justify-content: center !important;
    align-items: baseline !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 6px !important;
    direction: ltr !important;
    font-size: clamp(2.65rem, 13.6vw, 3.55rem) !important;
    line-height: 1 !important;
    letter-spacing: -0.045em !important;
    white-space: nowrap !important;
  }

  .jadeel-page .price-number {
    display: inline-block !important;
    max-width: 100% !important;
    direction: ltr !important;
    unicode-bidi: isolate !important;
    font-variant-numeric: tabular-nums lining-nums;
  }

  .jadeel-page .price-main small {
    flex: 0 0 auto !important;
    direction: rtl !important;
    unicode-bidi: isolate !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 360px) {
  .jadeel-page .price-main strong {
    font-size: clamp(2.45rem, 13vw, 3rem) !important;
    gap: 5px !important;
  }

  .jadeel-page .price-main small {
    font-size: 1.05rem !important;
  }
}
