/* ══════════════════════════════════════
   KSA LANDING PAGE — FONTS
══════════════════════════════════════ */
@font-face {
  font-family: 'ThmanyahSerifDisplay';
  src: url('../fonts/thmanyah-serif/thmanyahserifdisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ThmanyahSerifDisplay';
  src: url('../fonts/thmanyah-serif/thmanyahserifdisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ThmanyahSerifDisplay';
  src: url('../fonts/thmanyah-serif/thmanyahserifdisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ThmanyahSerifDisplay';
  src: url('../fonts/thmanyah-serif/thmanyahserifdisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ThmanyahSerifDisplay';
  src: url('../fonts/thmanyah-serif/thmanyahserifdisplay-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoKufiArabic';
  src: url('../fonts/noto-kufi/NotoKufiArabic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ══════════════════════════════════════
   KSA LANDING — RESET & VARIABLES
══════════════════════════════════════ */
.ksa-landing,
.ksa-landing *,
.ksa-landing *::before,
.ksa-landing *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ksa-landing {
  padding-top: 0 !important;
  --p: #1d4044;
  --p2: #1d4044;
  --a: #396465;
  --lime: #dbac6b;
  --lime2: #b6853f;
  --lime3: #e8c896;
  --font-display: 'ThmanyahSerifDisplay', 'NotoKufiArabic', sans-serif;
  --font-body: 'NotoKufiArabic', sans-serif;
  --servme-primary: #1d4044;
  --servme-bg: #fafaf9;
  --servme-accent: #dbac6b;
  --servme-accent-deep: #b6853f;
  --servme-ink-400: #9caaad;
  --servme-ink-500: #748d90;
  --bg: #fafaf9;
  --bg2: #f1eadd;
  --glass: rgba(29,64,68,0.04);
  --glass-border: rgba(29,64,68,0.1);
  --glass-hover: rgba(29,64,68,0.07);
  --white: #1d4044;
  --mu: #396465;

  direction: rtl;
  font-family: 'NotoKufiArabic', sans-serif;
  background: var(--bg);
  color: #1d4044;
  line-height: 1.7;
  overflow-x: hidden;
}

.ksa-landing ::-webkit-scrollbar { width: 5px; }
.ksa-landing ::-webkit-scrollbar-thumb { background: var(--a); border-radius: 3px; }

/* ══════════════════════════════════════
   LIQUID GLASS UTILITY
══════════════════════════════════════ */
.ksa-landing .glass {
  background: var(--glass);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
}
.ksa-landing .glass-lime {
  background: rgba(219,172,107,0.08);
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(219,172,107,0.2);
  border-radius: 20px;
}

/* ══════════════════════════════════════
   NAV
══════════════════════════════════════ */
.admin-bar.ksa-landing .ksa-nav { top: 32px; }
@media (max-width: 782px) { .admin-bar.ksa-landing .ksa-nav { top: 46px; } }
.ksa-landing .ksa-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(250,250,249,0.92);
  backdrop-filter: blur(10px) saturate(180%);
  border-bottom: 1px solid rgba(29,64,68,0.06);
  padding: 0 5%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
}
.ksa-landing .logo {
  font-size: 22px;
  font-weight: 800;
  color: #1d4044;
  text-decoration: none;
  letter-spacing: -.5px;
}
.ksa-landing .logo em { color: var(--lime2); font-style: normal; }
.ksa-landing .nav-links { display: flex; gap: 24px; list-style: none; }
.ksa-landing .nav-links a { text-decoration: none; font-size: 14.5px; font-weight: 400; color: #396465; transition: color .2s; }
.ksa-landing .nav-links a:hover { color: #1d4044; }
.ksa-landing .btn-nav {
  background: #1d4044;
  color: #fafaf9;
  border: none;
  padding: 11px 20px;
  border-radius: 8px;
  font-family: 'NotoKufiArabic', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s, transform .2s;
  white-space: nowrap;
}
.ksa-landing .btn-nav:hover { background: #396465; transform: translateY(-1px); }

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.ksa-landing .hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  padding: 80px 150px 60px;
  gap: 30px;
  position: relative;
  overflow: hidden;
  background: #f1eadd;
}
.ksa-landing .hero-mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.ksa-landing .hero-mesh svg { width: 100%; height: 100%; opacity: .06; }
.ksa-landing .hero-left { position: relative; z-index: 2; }
.ksa-landing .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  color: var(--lime2);
  padding: 0;
  font-size: 15px;
  font-family: 'NotoKufiArabic', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 28px;
  animation: ksaFadeSlideUp .8s cubic-bezier(.22,1,.36,1) both;
}
.ksa-landing .eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); animation: ksaBlink 2s ease-in-out infinite; }
@keyframes ksaBlink { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .4; transform: scale(.7); } }

.ksa-landing .hero-left h1 {
  font-family: 'ThmanyahSerifDisplay', 'NotoKufiArabic', sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #1d4044;
  line-height: 1.3;
  margin-bottom: 24px;
  padding: 0;
  animation: ksaFadeSlideUp .9s cubic-bezier(.22,1,.36,1) .1s both;
}
.ksa-landing .hero-left h1 em {
  color: var(--lime2);
  font-style: normal;
  font-size: 50px;
  line-height: 1.3;
}
.ksa-landing .hero-left h1 .line2 { display: inline; font-size: 25px; }

.ksa-landing .hero-desc {
  font-size: 15px;
  font-family: 'NotoKufiArabic', sans-serif;
  color: var(--mu);
  max-width: 480px;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.85;
  padding: 0;
  animation: ksaFadeSlideUp .9s cubic-bezier(.22,1,.36,1) .2s both;
}
@keyframes ksaFadeSlideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

.ksa-landing .hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 0 56px;
  animation: ksaFadeSlideUp .9s cubic-bezier(.22,1,.36,1) .3s both;
}
.ksa-landing .btn-lime {
  background: #1d4044;
  color: #fafaf9;
  border: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-family: 'NotoKufiArabic', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all .25s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: none;
}
.ksa-landing .btn-lime:hover { background: #396465; color: #fafaf9; transform: translateY(-2px); }
.ksa-landing .btn-ghost {
  background: transparent;
  color: #1d4044;
  border: 1.5px solid #1d4044;
  padding: 16px 32px;
  border-radius: 8px;
  font-family: 'NotoKufiArabic', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all .25s;
}
.ksa-landing .btn-ghost:hover { background: #396465; border-color: #396465; color: #fafaf9; }

/* Stat pills (hidden) */
.ksa-landing .hero-stats-row { display: none; }

/* Demo stats */
.ksa-landing .demo-stats {
  display: flex;
  gap: 192px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 22px 48px;
  background: #f1eadd;
}
.ksa-landing .ds-item {
  background: none;
  border: none;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ksa-landing .ds-num { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 78px; font-weight: 600; color: #1d4044; line-height: 1; margin-bottom: 12px; }
.ksa-landing .ds-lbl { font-size: 15px; font-family: 'NotoKufiArabic', sans-serif; color: #396465; font-weight: 500; }

/* ── HERO RIGHT: Photo stack ── */
.ksa-landing .hero-right {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  animation: ksaFadeSlideUp 1s cubic-bezier(.22,1,.36,1) .2s both;
}
.ksa-landing .photo-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255,255,255,0.08);
}
.ksa-landing .photo-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.ksa-landing .photo-card:hover img { transform: scale(1.05); }
.ksa-landing .pc-tall { grid-row: span 2; }
.ksa-landing .pc-h-200 { height: 200px; }
.ksa-landing .pc-h-180 { height: 180px; }
.ksa-landing .photo-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(7,29,30,0.5));
  pointer-events: none;
}

/* Floating glass card */
.ksa-landing .hero-live-card {
  position: absolute;
  bottom: -16px;
  right: -16px;
  z-index: 5;
  background: rgba(250,250,249,0.92);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(219,172,107,0.35);
  border-radius: 18px;
  padding: 16px 20px;
  min-width: 210px;
  animation: ksaCardPop 1s cubic-bezier(.34,1.56,.64,1) .8s both;
}
@keyframes ksaCardPop { from { opacity: 0; transform: scale(.8) translateY(20px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.ksa-landing .lc-header { font-size: 12px; font-weight: 700; letter-spacing: 0; color: #396465; text-transform: uppercase; margin-bottom: 12px; font-family: 'NotoKufiArabic', sans-serif; }
.ksa-landing .lc-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 8px; }
.ksa-landing .lc-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; margin-top: 5px; }
.ksa-landing .lc-dot.g { background: var(--lime); box-shadow: 0 0 8px var(--lime); }
.ksa-landing .lc-dot.y { background: #dbac6b; box-shadow: 0 0 8px #dbac6b; }
.ksa-landing .lc-name { font-size: 13px; font-weight: 700; color: #1d4044; font-family: 'NotoKufiArabic', sans-serif; }
.ksa-landing .lc-detail { font-size: 12px; color: #396465; font-family: 'NotoKufiArabic', sans-serif; }
.ksa-landing .lc-badge { margin-right: auto; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }
.ksa-landing .lc-badge.confirmed { background: rgba(219,172,107,0.15); color: var(--lime2); }
.ksa-landing .lc-badge.waiting { background: rgba(240,192,64,0.15); color: #dbac6b; }

/* Top-left floating stat */
.ksa-landing .hero-top-stat {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 5;
  background: rgba(250,250,249,0.92);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(219,172,107,0.3);
  border-radius: 16px;
  padding: 14px 18px;
  animation: ksaCardPop 1s cubic-bezier(.34,1.56,.64,1) 1s both;
}
.ksa-landing .hts-num { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 28px; font-weight: 600; color: var(--lime2); line-height: 1; }
.ksa-landing .hts-lbl { font-size: 12px; font-family: 'NotoKufiArabic', sans-serif; color: #396465; font-weight: 500; }

/* ══════════════════════════════════════
   MARQUEE
══════════════════════════════════════ */
.ksa-landing .marquee-wrap {
  background: #1d4044;
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'NotoKufiArabic', sans-serif;
  font-weight: 400;
}
.ksa-landing .marquee-track { display: flex; animation: ksaMarquee 30s linear infinite; width: max-content; }
.ksa-landing .m-item { font-size: 13px; font-weight: 700; color: #fafaf9; padding: 0 28px; display: inline-flex; align-items: center; gap: 12px; font-family: 'NotoKufiArabic', sans-serif; white-space: nowrap; }
.ksa-landing .m-diamond { width: 5px; height: 5px; background: #fafaf9; opacity: .35; transform: rotate(45deg); flex-shrink: 0; }
@keyframes ksaMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ══════════════════════════════════════
   SHARED SECTION STYLES
══════════════════════════════════════ */
.ksa-landing .section { padding: 100px 6%; }
.ksa-landing .section-inner { max-width: 1200px; margin: 0 auto; }
.ksa-landing .sec-eyebrow {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--lime2);
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 20px;
  font-family: 'NotoKufiArabic', sans-serif;
}
.ksa-landing .sec-title {
  font-family: 'ThmanyahSerifDisplay', 'NotoKufiArabic', sans-serif;
  font-size: 45px;
  font-weight: 400;
  color: #1d4044;
  line-height: 1.3;
  margin-bottom: 14px;
  text-align: center;
  letter-spacing: 0;
}
.ksa-landing .sec-title em { color: var(--lime2); font-style: normal; }
.ksa-landing .sec-desc {
  font-size: 15px;
  color: var(--mu);
  max-width: 600px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  margin: 20px auto 0;
  font-family: 'NotoKufiArabic', sans-serif;
}

/* ══════════════════════════════════════
   WHY SECTION
══════════════════════════════════════ */
.ksa-landing .why-section { background: transparent; padding-bottom: 50px; }
.ksa-landing .why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 56px;
}
.ksa-landing .why-card {
  background: #f1eadd;
  border: 1px solid rgba(29,64,68,0.10);
  border-radius: 24px;
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
  cursor: default;
}
.ksa-landing .why-card:hover {
  background: #1d4044;
  border-color: #1d4044;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(7,29,30,0.12), 0 2px 6px rgba(7,29,30,0.06);
}
.ksa-landing .why-card:hover .wc-title { color: #fafaf9; }
.ksa-landing .why-card:hover .wc-desc { color: rgba(250,250,249,0.7); }
.ksa-landing .why-card:hover .wc-icon svg { stroke: #dbac6b; }
.ksa-landing .why-card:hover .wcs-num { color: #dbac6b; }
.ksa-landing .why-card:hover .wcs-lbl { color: rgba(250,250,249,0.6); }
.ksa-landing .why-card:hover .wc-stat { background: rgba(219,172,107,0.15); border-color: rgba(219,172,107,0.25); }

.ksa-landing .wc-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: transform .3s;
}
.ksa-landing .why-card:hover .wc-icon { transform: scale(1.1) rotate(-5deg); }
.ksa-landing .wc-icon svg { width: 26px; height: 26px; stroke: #b6853f; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ksa-landing .wc-title { font-family: 'ThmanyahSerifDisplay', sans-serif; font-size: 20px; font-weight: 600; color: #1d4044; margin-bottom: 10px; line-height: 1.3; }
.ksa-landing .wc-desc { font-size: 14px; font-family: 'NotoKufiArabic', sans-serif; color: var(--mu); line-height: 1.8; font-weight: 400; }
.ksa-landing .wc-stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  padding: 8px 16px;
  background: rgba(219,172,107,0.1);
  border: 1px solid rgba(219,172,107,0.15);
  border-radius: 100px;
}
.ksa-landing .wcs-num { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; font-weight: 600; color: var(--lime2); }
.ksa-landing .wcs-lbl { font-size: 15px; font-family: 'NotoKufiArabic', sans-serif; color: #396465; font-weight: 500; }

/* ══════════════════════════════════════
   FEATURES
══════════════════════════════════════ */
.ksa-landing .features-section { background: #1d4044; padding-bottom: 25px; }
.ksa-landing .feat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 100px;
}
.ksa-landing .feat-row.reverse { direction: ltr; }
.ksa-landing .feat-row.reverse .feat-text { direction: rtl; }
.ksa-landing .feat-text-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  color: #dbac6b;
  margin-bottom: 20px;
  background: none;
  border: none;
  padding: 0;
  font-family: 'NotoKufiArabic', sans-serif;
}
.ksa-landing .feat-eyebrow-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(57,100,101,0.12);
  border: 1px solid rgba(219,172,107,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ksa-landing .feat-eyebrow-icon svg { width: 16px; height: 16px; stroke: var(--lime); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ksa-landing .feat-text h3 { font-family: 'ThmanyahSerifDisplay', 'NotoKufiArabic', sans-serif; font-size: clamp(24px, 3vw, 36px); font-weight: 400; color: #fafaf9; margin-bottom: 16px; line-height: 1.25; }
.ksa-landing .feat-text h3 em { color: #dbac6b; font-style: normal; }
.ksa-landing .feat-text p { font-size: 15px; font-family: 'NotoKufiArabic', sans-serif; color: rgba(250,250,249,0.7); margin-bottom: 28px; font-weight: 400; line-height: 1.85; }
.ksa-landing .feat-bullets { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.ksa-landing .feat-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  font-family: 'NotoKufiArabic', sans-serif;
  color: rgba(250,250,249,0.85);
  font-weight: 500;
}
.ksa-landing .fb-check {
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--a);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.ksa-landing .fb-check svg { width: 10px; height: 10px; }

.ksa-landing .feat-photo {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
}
.ksa-landing .feat-photo img { width: 100%; display: block; border-radius: 24px; }
.ksa-landing .feat-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(7,29,30,0.4));
  border-radius: 24px;
  pointer-events: none;
}
.ksa-landing .feat-photo-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  background: rgba(7,29,30,0.8);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(219,172,107,0.2);
  border-radius: 14px;
  padding: 12px 16px;
}
.ksa-landing .fpb-num { font-size: 22px; font-weight: 800; color: var(--lime2); line-height: 1; }
.ksa-landing .fpb-lbl { font-size: 10px; color: rgba(255,255,255,0.45); font-family: 'NotoKufiArabic', sans-serif; }

/* ══════════════════════════════════════
   BRANDS MARQUEE
══════════════════════════════════════ */
.ksa-landing .brands-section { padding: 60px 6%; }
.ksa-landing .brands-label { text-align: center; font-family: 'ThmanyahSerifDisplay', sans-serif; font-size: 25px; font-weight: 400; letter-spacing: 0; color: #396465; margin-bottom: 32px; }
.ksa-landing .ksa-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.ksa-landing .ksa-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 56px;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: ksaMarqueeScroll 30s linear infinite;
}
.ksa-landing .ksa-marquee:hover .ksa-marquee-track { animation-play-state: paused; }
.ksa-landing .ksa-marquee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.ksa-landing .ksa-marquee-item img {
  display: block;
  height: 72px;
  width: auto;
  max-width: none !important;
  object-fit: contain;
  opacity: .45;
  filter: brightness(0);
  transition: opacity .3s;
}
.ksa-landing .ksa-marquee-item:hover img { opacity: .8; }
@keyframes ksaMarqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ══════════════════════════════════════
   PRICING
══════════════════════════════════════ */
.ksa-landing .pricing-section { background: #f1eadd; padding: 100px 6%; }
.ksa-landing .price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
.ksa-landing .price-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(29,64,68,0.1);
  border-radius: 24px;
  padding: 36px 28px;
  position: relative;
  transition: all .3s;
}
.ksa-landing .price-card:hover { transform: translateY(-5px); border-color: rgba(219,172,107,0.35); }
.ksa-landing .price-card.featured {
  background: #1d4044;
  border-color: #1d4044;
  transform: scale(1.04);
}
.ksa-landing .price-card.featured:hover { transform: scale(1.04) translateY(-5px); }
.ksa-landing .price-card.featured .pc-tier { color: #dbac6b; }
.ksa-landing .price-card.featured .pc-name { color: #fafaf9; }
.ksa-landing .price-card.featured .pc-desc { color: rgba(250,250,249,0.7); }
.ksa-landing .price-card.featured .pc-divider { background: rgba(250,250,249,0.15); }
.ksa-landing .price-card.featured .pc-price-num { color: #fafaf9; }
.ksa-landing .price-card.featured .pc-price-per { color: rgba(250,250,249,0.6); }
.ksa-landing .price-card.featured .pc-features li { color: #fafaf9; }
.ksa-landing .price-card.featured .pc-features li::before { color: #dbac6b; }
.ksa-landing .pc-popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--lime);
  color: var(--p);
  font-size: 13px;
  font-family: 'NotoKufiArabic', sans-serif;
  font-weight: 800;
  padding: 5px 18px;
  border-radius: 100px;
  white-space: nowrap;
  box-shadow: 0 0 20px rgba(219,172,107,0.4);
}
.ksa-landing .pc-tier { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--lime2); margin-bottom: 4px; }
.ksa-landing .pc-name { font-family: 'ThmanyahSerifDisplay', 'NotoKufiArabic', sans-serif; font-size: 22px; font-weight: 400; color: #1d4044; margin-bottom: 6px; }
.ksa-landing .pc-desc { font-size: 13px; font-family: 'NotoKufiArabic', sans-serif; color: #396465; margin-bottom: 20px; font-weight: 400; line-height: 1.7; }
.ksa-landing .pc-divider { height: 1px; background: rgba(29,64,68,0.1); margin-bottom: 20px; }
.ksa-landing .pc-price-num { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 38px; font-weight: 600; color: var(--lime2); line-height: 1; }
.ksa-landing .pc-price-per { font-size: 13px; font-family: 'NotoKufiArabic', sans-serif; color: #396465; font-weight: 500; margin-bottom: 24px; }
.ksa-landing .pc-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; font-family: 'NotoKufiArabic', sans-serif; }
.ksa-landing .pc-features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  color: #1d4044;
  font-weight: 500;
  padding-right: 24px;
  position: relative;
}
.ksa-landing .pc-features li::before {
  content: '\2713';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  font-weight: 700;
  color: #b6853f;
  line-height: 1.2;
}
.ksa-landing .btn-price {
  display: block;
  width: 100%;
  padding: 13px;
  border-radius: 8px;
  font-family: 'NotoKufiArabic', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: 1.5px solid #1d4044;
  background: transparent;
  color: #1d4044;
  transition: all .2s;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.ksa-landing .btn-price:hover { background: #396465; border-color: #396465; color: #fafaf9; }
.ksa-landing .featured .btn-price { background: #dbac6b; border-color: #dbac6b; color: #1d4044; }
.ksa-landing .featured .btn-price:hover { background: #b6853f; border-color: #b6853f; color: #fafaf9; }

/* ══════════════════════════════════════
   GROWTH STEPS
══════════════════════════════════════ */
.ksa-landing .growth-section { padding: 100px 6%; }
.ksa-landing .growth-wrapper { margin-top: 56px; }
.ksa-landing .growth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ksa-landing .growth-grid-row2 {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
.ksa-landing .growth-grid-row2 .growth-card {
  flex: 0 0 calc(33.333% - 11px);
  max-width: calc(33.333% - 11px);
}
.ksa-landing .growth-card {
  background: #f1eadd;
  border: 1px solid rgba(29,64,68,0.10);
  border-radius: 24px;
  padding: 36px 28px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
  position: relative;
  overflow: hidden;
}
.ksa-landing .growth-card:hover {
  background: #1d4044;
  border-color: #1d4044;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(7,29,30,0.12), 0 2px 6px rgba(7,29,30,0.06);
}
.ksa-landing .growth-card:hover .gc-num { color: #dbac6b; }
.ksa-landing .growth-card:hover h3 { color: #fafaf9; }
.ksa-landing .growth-card:hover p { color: rgba(250,250,249,0.7); }
.ksa-landing .gc-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 48px;
  font-weight: 600;
  color: #b6853f;
  line-height: 1;
  margin-bottom: 16px;
  font-variant-numeric: tabular-nums;
}
.ksa-landing .growth-card h3 { font-family: 'ThmanyahSerifDisplay', 'NotoKufiArabic', sans-serif; font-size: 18px; font-weight: 400; color: #1d4044; margin-bottom: 10px; line-height: 1.35; }
.ksa-landing .growth-card p { font-size: 13px; font-family: 'NotoKufiArabic', sans-serif; color: var(--mu); line-height: 1.8; font-weight: 400; }

/* ══════════════════════════════════════
   CTA
══════════════════════════════════════ */
.ksa-landing .cta-section {
  padding: 80px 6%;
  background: #f1eadd;
}
.ksa-landing .cta-inner {
  background: none;
  border: none;
  border-radius: 0;
  padding: 40px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ksa-landing .cta-inner h2 { font-family: 'ThmanyahSerifDisplay', 'NotoKufiArabic', sans-serif; font-size: 45px; font-weight: 400; color: #1d4044; margin-bottom: 16px; position: relative; z-index: 1; line-height: 1.3; }
.ksa-landing .cta-inner h2 em { color: var(--lime2); font-style: normal; }
.ksa-landing .cta-inner p { font-size: 15px; font-family: 'NotoKufiArabic', sans-serif; color: var(--mu); margin-bottom: 40px; font-weight: 400; position: relative; z-index: 1; }
.ksa-landing .cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
.ksa-landing .hp-footer {
  background: #1d4044;
  color: #fafaf9;
  padding: 80px 0 32px;
}
.ksa-landing .hp-footer-inner { max-width: 1320px; margin: 0 auto; padding: 0 32px; }
.ksa-landing .hp-footer-logo { height: 36px; width: auto; display: block; filter: brightness(0) invert(1); margin-bottom: 16px; object-fit: contain; }
.ksa-landing .hp-footer-brand-col { display: flex; flex-direction: column; align-items: flex-start; width: 400px; }
.ksa-landing .hp-footer-brand-desc { font-family: 'ThmanyahSerifDisplay', sans-serif; font-size: 15px; color: #9caaad; line-height: 1.7; max-width: 400px; text-align: right; width: 400px; }
.ksa-landing .hp-footer-body { margin: 0; }
.ksa-landing .hp-footer-cols {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  font-family: 'NotoKufiArabic', sans-serif;
  font-size: 13px;
}
.ksa-landing .hp-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  margin-top: 48px;
  border-top: 1px solid rgba(250,250,249,0.08);
  direction: ltr;
}
.ksa-landing .hp-footer-cols > div b {
  display: block;
  color: #fafaf9;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 13px;
}
.ksa-landing .hp-footer-cols > div a {
  display: block;
  color: #9caaad;
  text-decoration: none;
  font-size: 13px;
  padding: 5px 0;
  cursor: pointer;
  transition: color .15s;
}
.ksa-landing .hp-footer-cols > div a:hover { color: #dbac6b; }
.ksa-landing .hp-footer-fine { font-size: 12px; color: #748d90; margin: 0; padding: 0; font-family: 'NotoKufiArabic', sans-serif; direction: rtl; border-top: none; }

/* ══════════════════════════════════════
   SCROLL ANIMATIONS
══════════════════════════════════════ */
.ksa-landing .reveal { opacity: 0; transform: translateY(36px); transition: opacity .7s ease, transform .7s ease; }
.ksa-landing .reveal.in { opacity: 1; transform: translateY(0); }
.ksa-landing .reveal.d1 { transition-delay: .1s; }
.ksa-landing .reveal.d2 { transition-delay: .18s; }
.ksa-landing .reveal.d3 { transition-delay: .26s; }
.ksa-landing .reveal.d4 { transition-delay: .34s; }
.ksa-landing .reveal.d5 { transition-delay: .42s; }

/* ══════════════════════════════════════
   MOBILE MENU
══════════════════════════════════════ */
.ksa-landing .nav-burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 10; color: #1d4044; }
.ksa-landing .mobile-menu-overlay { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(250,250,249,0.98); backdrop-filter: blur(10px); }
.ksa-landing .mobile-menu-overlay.open { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ksa-landing .mobile-menu-inner { display: flex; flex-direction: column; align-items: center; gap: 32px; width: 100%; padding: 0 24px; }
.ksa-landing .mobile-menu-close { position: absolute; top: 18px; left: 20px; background: none; border: none; cursor: pointer; padding: 8px; z-index: 10; color: #1d4044; }
.ksa-landing .mobile-menu-links { list-style: none; display: flex; flex-direction: column; align-items: center; gap: 24px; padding: 0; margin: 0; }
.ksa-landing .mobile-menu-links a { text-decoration: none; font-size: 20px; font-weight: 500; color: #1d4044; font-family: 'NotoKufiArabic', sans-serif; }
.ksa-landing .mobile-menu-btn { display: inline-flex; align-items: center; justify-content: center; width: 80%; text-align: center; padding: 14px 24px; border-radius: 8px; font-family: 'NotoKufiArabic', sans-serif; font-size: 15px; font-weight: 600; text-decoration: none; margin-top: 8px; }

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 900px) {
  .ksa-landing .nav-links { display: none; }
  .ksa-landing .btn-nav:not(.mobile-menu-btn) { display: none; }
  .ksa-landing .nav-burger { display: block; }
}
@media (max-width: 1024px) {
  .ksa-landing .hero { grid-template-columns: 1fr; padding-top: 60px; gap: 40px; }
  .ksa-landing .hero-right { max-width: 500px; margin: 0 auto; }
  .ksa-landing .feat-row,
  .ksa-landing .feat-row.reverse { grid-template-columns: 1fr; }
  .ksa-landing .why-grid { grid-template-columns: 1fr; }
  .ksa-landing .price-grid { grid-template-columns: 1fr; gap: 30px; }
  .ksa-landing .price-card.featured { transform: scale(1); }
  .ksa-landing .growth-grid { grid-template-columns: 1fr 1fr; }
  .ksa-landing .growth-grid-row2 { flex-direction: column; align-items: center; }
  .ksa-landing .growth-grid-row2 .growth-card { flex: none; max-width: 100%; width: 100%; }
}
@media (max-width: 640px) {
  .ksa-landing .hero { padding: 70px 5% 24px !important; min-height: auto !important; height: auto !important; }
  .ksa-landing .hero-left { text-align: center; }
  .ksa-landing .hero-left .hero-eyebrow { justify-content: center; }
  .ksa-landing .hero-btns a { text-align: center; }
  .ksa-landing .hero-left h1 { font-size: 20px !important; white-space: nowrap; }
  .ksa-landing .hero-left h1 .line2 { font-size: 20px !important; }
  .ksa-landing .hero-left h1 em { white-space: normal; display: block; font-size: 28px !important; }
  .ksa-landing .hero-desc { font-size: 14px; }
  .ksa-landing .hero-btns { flex-direction: column; }
  .ksa-landing .btn-lime,
  .ksa-landing .btn-ghost { width: 100%; text-align: center; justify-content: center; }
  .ksa-landing .hero-right .pc-h-200,
  .ksa-landing .hero-right .pc-h-180 { height: 140px; }
  .ksa-landing .demo-stats { gap: 24px; padding: 10px 5% 40px; flex-direction: column; align-items: center; }
  .ksa-landing .ds-num { font-size: 52px !important; }
  .ksa-landing .ds-lbl { font-size: 15px; }
  .ksa-landing .section { padding: 60px 5%; }
  .ksa-landing .sec-title { font-size: 28px !important; }
  .ksa-landing .sec-desc { font-size: 14px; text-align: center !important; margin-left: auto !important; margin-right: auto !important; }
  .ksa-landing .why-card { padding: 28px 24px; }
  .ksa-landing .feat-row { gap: 32px; margin-bottom: 60px; }
  .ksa-landing .feat-row.reverse .feat-photo { order: 2; }
  .ksa-landing .feat-row.reverse .feat-text { order: 1; }
  .ksa-landing .feat-row.reverse { direction: initial; }
  .ksa-landing .feat-text h3 { font-size: 24px !important; }
  .ksa-landing .pricing-section { padding: 60px 5%; }
  .ksa-landing .growth-section { padding: 60px 5%; }
  .ksa-landing .growth-grid { grid-template-columns: 1fr; }
  .ksa-landing .growth-card { padding: 28px 22px; }
  .ksa-landing .cta-section { padding: 40px 5%; }
  .ksa-landing .cta-inner { padding: 48px 5%; border-radius: 20px; }
  .ksa-landing .cta-inner h2 { font-size: 28px !important; }
  .ksa-landing .cta-btns { flex-direction: column; }
  .ksa-landing .cta-btns .btn-lime,
  .ksa-landing .cta-btns .btn-ghost { width: 100%; text-align: center; justify-content: center; }
  .ksa-landing .marquee-wrap { padding: 10px 0; }
  .ksa-landing .brands-section { padding: 40px 5%; }
  .ksa-landing .ksa-marquee-track { gap: 36px; animation-duration: 12s; }
  .ksa-landing .ksa-marquee-item img { height: 36px !important; }
  .ksa-landing .ksa-nav { padding: 0 4%; height: 60px; }
  .ksa-landing .ksa-nav .logo img { height: 28px !important; width: auto !important; }
  .ksa-landing .btn-nav { padding: 8px 16px; font-size: 12px; }
  .ksa-landing .hero-top-stat { position: absolute; top: -10px; right: -10px; left: auto; transform: scale(0.5); transform-origin: top right; }
  .ksa-landing .hero-live-card { position: relative; bottom: auto; right: auto; transform: none; grid-column: 1 / -1; width: 100%; margin: 10px 0 0; box-sizing: border-box; }
  .ksa-landing .hp-footer { padding: 56px 20px 32px; }
  .ksa-landing .hp-footer-inner { padding: 0; }
  .ksa-landing .hp-footer-cols { grid-template-columns: 1fr 1fr; gap: 24px; }
  .ksa-landing .hp-footer-brand-col { width: 100% !important; max-width: 100%; }
  .ksa-landing .hp-footer-brand-desc { width: 100% !important; max-width: 100%; }
  .ksa-landing .hp-footer-cols > .hp-footer-brand-col { grid-column: 1 / -1; }
}
