/* ═══════════════════════════════════════════════════════════
   ماهر عادل للعقارات — ULTRA MODERN DESIGN SYSTEM v3.0
   "From the Future" — Apple-inspired Luxury Real Estate
═══════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@200;300;400;600;700;900&display=swap');

/* ─── DESIGN TOKENS ─── */
:root {
  /* Core Palette */
  --obsidian:    #050508;
  --surface-1:  #0a0a10;
  --surface-2:  #0f0f1a;
  --surface-3:  #141422;
  --surface-4:  #1a1a2e;
  --surface-5:  #1f1f3a;

  /* Gold System */
  --gold:        #d4a843;
  --gold-2:      #f0c86a;
  --gold-3:      #b8912e;
  --gold-glow:   rgba(212,168,67,.25);
  --gold-dim:    rgba(212,168,67,.08);
  --gold-mid:    rgba(212,168,67,.15);

  /* Accent Blues */
  --blue:        #3b9eff;
  --blue-dim:    rgba(59,158,255,.08);
  --cyan:        #00d4ff;
  --cyan-dim:    rgba(0,212,255,.07);

  /* Green */
  --green:       #1fd4a0;
  --green-dim:   rgba(31,212,160,.08);

  /* Red */
  --red:         #ff4b4b;

  /* Text */
  --text:        #f0f0f8;
  --text-2:      #c8c8d8;
  --muted:       #6e6e90;
  --muted-2:     #4a4a68;

  /* Borders */
  --border:      rgba(255,255,255,.06);
  --border-2:    rgba(255,255,255,.1);
  --border-g:    rgba(212,168,67,.2);
  --border-g2:   rgba(212,168,67,.4);

  /* Layout */
  --nav-h:       72px;
  --r:           20px;
  --r-sm:        12px;
  --r-lg:        28px;

  /* Shadows */
  --shadow-lg:   0 40px 100px rgba(0,0,0,.7);
  --shadow-gold: 0 20px 60px rgba(212,168,67,.15);
  --shadow-glow: 0 0 80px rgba(212,168,67,.08);
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }
body {
  font-family: 'Noto Kufi Arabic', sans-serif;
  background: var(--obsidian);
  color: var(--text);
  overflow-x: hidden;
  max-width: 100%;
  direction: rtl;
  line-height: 1.6;
}
a { text-decoration: none; color: inherit; }
img, video { display: block; }
button { cursor: pointer; }

/* ─── NEW PAGE LOADER (follow-the-leader) ─── */
@-webkit-keyframes follow-the-leader {
  0% { -webkit-transform: rotate(0deg) translateY(-200%); transform: rotate(0deg) translateY(-200%); }
  60%, 100% { -webkit-transform: rotate(360deg) translateY(-200%); transform: rotate(360deg) translateY(-200%); }
}
@keyframes follow-the-leader {
  0% { -webkit-transform: rotate(0deg) translateY(-200%); transform: rotate(0deg) translateY(-200%); }
  60%, 100% { -webkit-transform: rotate(360deg) translateY(-200%); transform: rotate(360deg) translateY(-200%); }
}
.follow-the-leader-line {
  height: 14px; position: relative; width: 14px;
}
.follow-the-leader-line div {
  -webkit-animation: follow-the-leader 1.25s infinite backwards;
  animation: follow-the-leader 1.25s infinite backwards;
  background-color: #ffffff; border-radius: 100%;
  height: 100%; width: 100%; position: absolute;
}
.follow-the-leader-line div:nth-child(1) { -webkit-animation-delay: 0.15s; animation-delay: 0.15s; background-color: rgba(255, 255, 255, 0.9); }
.follow-the-leader-line div:nth-child(2) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; background-color: rgba(255, 255, 255, 0.8); }
.follow-the-leader-line div:nth-child(3) { -webkit-animation-delay: 0.45s; animation-delay: 0.45s; background-color: rgba(255, 255, 255, 0.7); }
.follow-the-leader-line div:nth-child(4) { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; background-color: rgba(255, 255, 255, 0.6); }
.footer-social-btn.fb:hover { color: #1877f2; }
.footer-social-btn.ig:hover { color: #e1306c; }
.footer-social-btn.tt:hover { color: #000; background: #fff; border-radius: 50%; }
.footer-social-btn.sc:hover { color: #fffc00; }
.follow-the-leader-line div:nth-child(5) { -webkit-animation-delay: 0.75s; animation-delay: 0.75s; background-color: rgba(255, 255, 255, 0.5); }

/* ─── NEW WHATSAPP BUTTON (Uiverse) ─── */
.Btn {
  width: 52px; height: 52px; display: flex; align-items: center; justify-content: center;
  border: none; background-color: transparent; position: relative;
  border-radius: 12px; cursor: pointer; transition: all 0.3s;
}
.svgContainer {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background-color: transparent; backdrop-filter: blur(4px);
  border-radius: 12px; transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.BG {
  position: absolute; content: ""; width: 100%; height: 100%;
  background: #25D366; z-index: -1; border-radius: 12px;
  pointer-events: none; transition: all 0.3s;
}
.Btn:hover .BG { transform: rotate(35deg); transform-origin: bottom; }
.Btn:hover .svgContainer { background-color: rgba(255, 255, 255, 0.1); }

/* ─── CUSTOM CURSOR ─── */
#cursor-dot, #cursor-ring { display: none !important; }
body.cursor-hover #cursor-ring {
  width: 56px; height: 56px;
  border-color: var(--gold);
}
body.cursor-hover #cursor-dot { transform: translate(-50%,-50%) scale(1.5); }

/* ─── NOISE OVERLAY ─── */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 9998; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: .022;
}

/* ─── SCROLLBAR ─── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--surface-1); }
::-webkit-scrollbar-thumb { background: var(--gold-3); border-radius: 2px; }

/* ─── PAGE TRANSITION OVERLAY ─── */
#page-transition {
  position: fixed; inset: 0; z-index: 99990;
  background: var(--obsidian);
  clip-path: circle(0% at 50% 50%);
  transition: clip-path .65s cubic-bezier(.77,0,.18,1);
  pointer-events: none;
}
#page-transition.entering {
  clip-path: circle(150% at 50% 50%);
  pointer-events: all;
}
#page-transition .pt-logo {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0; transition: opacity .3s .2s;
  text-align: center;
}
#page-transition.entering .pt-logo { opacity: 1; }
#page-transition .pt-logo-ring {
  width: 80px; height: 80px; border-radius: 50%;
  border: 2px solid var(--border-g2);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  animation: ptSpin 1s linear infinite;
}
@keyframes ptSpin { to { transform: rotate(360deg); } }
#page-transition .pt-logo-inner {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--gold-dim);
  border: 1px solid var(--border-g);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; font-weight: 900; color: var(--gold);
}
#page-transition .pt-text {
  font-size: .75rem; color: var(--muted); 
  text-transform: uppercase;
}

/* ─── NAVIGATION ─── */
.nav {
  position: fixed; top: 0; inset-inline: 0; z-index: 1000;
  height: var(--nav-h);
  display: flex; align-items: center;
  transition: all .5s cubic-bezier(.23,1,.32,1);
}
.nav::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(5,5,8,.0); backdrop-filter: blur(0px);
  border-bottom: 1px solid transparent;
  transition: all .5s;
}
.nav.scrolled::before {
  background: rgba(5,5,8,.88);
  backdrop-filter: blur(24px) saturate(180%);
  border-bottom-color: var(--border);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; max-width: 1280px; padding: 0 40px; margin: 0 auto;
  position: relative; z-index: 1;
}
.nav-logo {
  display: flex; align-items: center; gap: 14px;
}
.nav-logo-mark {
  width: 42px; height: 42px; border-radius: 12px;
  background: linear-gradient(135deg, var(--gold), var(--gold-3));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; font-weight: 900; color: #000;
  box-shadow: 0 8px 24px var(--gold-glow), 0 0 0 1px var(--border-g2);
  flex-shrink: 0;
  transition: all .4s cubic-bezier(.23,1,.32,1);
}
.nav-logo:hover .nav-logo-mark {
  transform: scale(1.08) rotate(-3deg);
  box-shadow: 0 12px 32px var(--gold-glow);
}
.nav-logo-text { line-height: 1.2; }
.nav-logo-name {
  font-size: .95rem; font-weight: 900; color: var(--text);
  
}
.nav-logo-sub {
  font-size: .65rem; color: var(--muted); font-weight: 500;
  
}
.nav-links {
  display: flex; align-items: center; gap: 4px;
  list-style: none;
}
.nav-links a {
  display: flex; align-items: center; gap: 7px;
  padding: 8px 16px; border-radius: 10px;
  font-size: .82rem; font-weight: 700;
  color: var(--muted); transition: all .3s;
  position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 4px;
  left: 50%; right: 50%;
  height: 1.5px; background: var(--gold);
  border-radius: 1px; transition: all .35s cubic-bezier(.23,1,.32,1);
}
.nav-links a:hover, .nav-links a.active {
  color: var(--text); background: var(--surface-3);
}
.nav-links a.active::after { left: 16px; right: 16px; }
.nav-links a:hover::after { left: 16px; right: 16px; }
.nav-cta {
  padding: 9px 22px !important;
  background: linear-gradient(135deg, var(--gold), var(--gold-2)) !important;
  color: #000 !important; font-weight: 900 !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 24px var(--gold-glow);
  transition: all .35s !important;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 32px var(--gold-glow) !important; }
.nav-cta::after { display: none !important; }
.nav-mobile-btn {
  display: none; width: 40px; height: 40px; border-radius: 10px;
  background: var(--surface-3); border: 1px solid var(--border);
  color: var(--text); align-items: center; justify-content: center;
  cursor: pointer;
}
.nav-mobile-menu {
  display: none; position: fixed; top: var(--nav-h); inset-inline: 0;
  background: rgba(5,5,8,.96); backdrop-filter: blur(32px);
  padding: 24px; border-bottom: 1px solid var(--border);
  flex-direction: column; gap: 8px; z-index: 999;
}
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu a {
  padding: 14px 18px; border-radius: 12px;
  background: var(--surface-2); border: 1px solid var(--border);
  color: var(--text); font-weight: 700; font-size: .95rem;
  display: flex; align-items: center; gap: 10px;
  transition: all .3s;
}
.nav-mobile-menu a.active,
.nav-mobile-menu a:hover {
  background: var(--surface-4); border-color: var(--border-g);
  color: var(--gold);
}

/* ─── CONTAINER ─── */
.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
@media(max-width:768px) { .container { padding: 0 20px; } }

/* ─── TYPOGRAPHY SYSTEM ─── */
.section-eyebrow {
  font-size: .72rem; font-weight: 800; 
  text-transform: uppercase; color: var(--gold);
  display: flex; align-items: center; gap: 10px; margin-bottom: 12px;
}
.section-eyebrow::before {
  content: ''; display: block;
  width: 24px; height: 1.5px; background: var(--gold);
  border-radius: 1px;
}
.section-h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900; line-height: 1.1;
   margin-bottom: 16px;
}
.gold-line {
  display: block; width: 40px; height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 1px; margin-bottom: 20px;
}

/* ─── BUTTONS ─── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 28px; border-radius: 12px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #000; font-weight: 900; font-size: .9rem;
  font-family: inherit; border: none; cursor: none;
  box-shadow: 0 8px 32px var(--gold-glow);
  transition: all .4s cubic-bezier(.23,1,.32,1);
  position: relative; overflow: hidden;
}
.btn-primary::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.15), transparent);
  opacity: 0; transition: .3s;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 48px var(--gold-glow); }
.btn-primary:hover::before { opacity: 1; }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 26px; border-radius: 12px;
  background: transparent; border: 1px solid var(--border-2);
  color: var(--text-2); font-weight: 700; font-size: .9rem;
  font-family: inherit; cursor: none;
  transition: all .35s cubic-bezier(.23,1,.32,1);
}
.btn-ghost:hover {
  border-color: var(--border-g2); color: var(--gold);
  background: var(--gold-dim);
  transform: translateY(-2px);
}

/* ─── TICKER ─── */
.ticker-bar {
  background: var(--surface-1);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden; padding: 10px 0;
  direction: ltr; /* تجاوز مشاكل الـ RTL في الموبايل */
  display: flex;
}
.ticker-inner {
  display: flex; gap: 0;
  animation: ticker 35s linear infinite;
  width: max-content;
  will-change: transform;
  transform: translateZ(0);
  direction: rtl; /* إعادة النص للعربي */
}
@keyframes ticker { 
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
@media (max-width: 768px) {
  .ticker-bar { padding: 6px 0; }
  .ticker-item { padding: 0 16px; font-size: .7rem; }
  .ticker-inner { animation-duration: 20s !important; }
}
.ticker-item {
  display: flex; align-items: center; gap: 8px;
  padding: 0 32px; font-size: .78rem; font-weight: 600;
  color: var(--muted); white-space: nowrap;
  border-left: 1px solid var(--border);
}
.ticker-item i { color: var(--gold); flex-shrink: 0; }
.ticker-item span { color: var(--text-2); }

/* ─── LAND CARDS ─── */
.lands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.land-card {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all .5s cubic-bezier(.23,1,.32,1);
  cursor: pointer;
  position: relative;
}
.land-card::before {
  content: ''; position: absolute; inset: -1px;
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, var(--border-g), transparent, transparent, var(--border-g));
  opacity: 0; transition: .4s; z-index: -1;
}
.land-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: var(--border-g);
  box-shadow: 0 32px 80px rgba(0,0,0,.6), 0 0 0 1px var(--border-g), var(--shadow-gold);
}
.land-card:hover::before { opacity: 1; }
.land-card-img {
  height: 220px; position: relative; overflow: hidden;
  background: var(--surface-4);
}
.land-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s cubic-bezier(.23,1,.32,1);
}
.land-card:hover .land-card-img img { transform: scale(1.06); }
.land-card-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(5,5,8,.85) 0%, transparent 60%);
}
.land-card-badges {
  position: absolute; top: 14px; width: 100%;
  display: flex; justify-content: space-between;
  padding: 0 14px;
}
.land-card-body { padding: 22px; }
.land-card-title {
  font-size: 1.05rem; font-weight: 800;
  line-height: 1.3; margin-bottom: 8px;
  transition: color .3s;
}
.land-card:hover .land-card-title { color: var(--gold); }
.service-num {
  font-size: 3.5rem; font-weight: 900; line-height: 1;
  color: rgba(212,168,67,.08); margin-bottom: 20px;
  font-variant-numeric: tabular-nums;
  transition: color .6s cubic-bezier(.23,1,.32,1), text-shadow .6s;
}
.service-card:hover .service-num { color: rgba(212,168,67,.15); }
.service-num.num-glow {
  color: rgba(212,168,67,.55);
  text-shadow: 0 0 40px rgba(212,168,67,.3), 0 0 80px rgba(212,168,67,.1);
}
/* إضاءة أرقام الإحصائيات */
.stat-val.num-glow,
.hero-stat .val.num-glow,
.fb-val.num-glow {
  color: var(--gold);
  text-shadow: 0 0 30px rgba(212,168,67,.5), 0 0 60px rgba(212,168,67,.2);
  transition: color .6s, text-shadow .6s;
}
.land-card-loc {
  font-size: .8rem; color: var(--muted);
  display: flex; align-items: center; gap: 6px; margin-bottom: 16px;
}
.land-card-specs {
  display: flex; gap: 10px; margin-bottom: 18px; flex-wrap: wrap;
}
.land-feat, .land-spec {
  font-size: .7rem; font-weight: 700; padding: 4px 10px;
  border-radius: 6px; 
}
.land-feat {
  background: var(--gold-dim); border: 1px solid var(--border-g);
  color: var(--gold-2);
}
.land-near {
  font-size: .7rem; font-weight: 700; padding: 4px 10px;
  border-radius: 6px;
  background: var(--blue-dim); border: 1px solid rgba(59,158,255,.15);
  color: var(--blue);
}
.land-spec {
  background: var(--surface-4); border: 1px solid var(--border-2);
  color: var(--text-2);
}
.land-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; border-top: 1px solid var(--border);
}
.land-price {
  font-size: 1.2rem; font-weight: 900; color: var(--gold);
   line-height: 1;
}
.land-price-sub { font-size: .68rem; color: var(--muted); margin-top: 2px; }
.land-btn {
  display: flex; align-items: center; gap: 7px;
  padding: 9px 16px; border-radius: 9px;
  background: var(--gold-dim); border: 1px solid var(--border-g);
  color: var(--gold); font-size: .78rem; font-weight: 800;
  transition: all .35s; cursor: pointer;
  font-family: inherit;
}
.land-btn:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #000; border-color: transparent;
  box-shadow: 0 8px 24px var(--gold-glow);
  transform: translateY(-1px);
}

/* ─── STATUS BADGES ─── */
.s-avail {
  background: rgba(31,212,160,.12); border: 1px solid rgba(31,212,160,.25);
  color: var(--green); font-size: .7rem; font-weight: 800;
  padding: 4px 12px; border-radius: 50px;
  display: inline-flex; align-items: center; gap: 6px;
}
.s-avail::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--green);
  animation: pulse 2s infinite;
}
.s-sold {
  background: rgba(255,75,75,.1); border: 1px solid rgba(255,75,75,.2);
  color: var(--red); font-size: .7rem; font-weight: 800;
  padding: 4px 12px; border-radius: 50px;
}
.s-reserved {
  background: rgba(59,158,255,.1); border: 1px solid rgba(59,158,255,.2);
  color: var(--blue); font-size: .7rem; font-weight: 800;
  padding: 4px 12px; border-radius: 50px;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.3); }
}

/* ─── FADE UP ANIMATION ─── */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s cubic-bezier(.23,1,.32,1), transform .8s cubic-bezier(.23,1,.32,1);
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ─── FOOTER ─── */
.footer {
  background: var(--surface-1);
  border-top: 1px solid var(--border);
  padding: 70px 0 32px;
  position: relative; overflow: hidden;
}
.footer::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: .4;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 56px;
}
.footer-brand p {
  font-size: .85rem; color: var(--muted); line-height: 1.9;
  margin: 16px 0 24px;
}
.footer-social { display: flex; gap: 10px; }
.footer-social-btn {
  width: 42px; height: 42px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5);
  transition: all .3s cubic-bezier(.23,1,.32,1);
  cursor: pointer;
}
.footer-social-btn:hover { color: #fff; transform: translateY(-3px); background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.2); }
.footer-social-btn.fb:hover { background: #1877F2; border-color: #1877F2; color: #fff; box-shadow: 0 8px 24px rgba(24,119,242,.4); }
.footer-social-btn.ig:hover { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); border-color: transparent; color: #fff; box-shadow: 0 8px 24px rgba(228,64,95,.4); }
.footer-social-btn.tt:hover { background: #000; border-color: #fff; color: #fff; box-shadow: 0 8px 24px rgba(255,255,255,.15); }
.footer-social-btn.sc:hover { background: #FFFC00; border-color: #FFFC00; color: #000; box-shadow: 0 8px 24px rgba(255,252,0,.4); }
.footer-social-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.footer-col h4 {
  font-size: .75rem; font-weight: 800; color: var(--gold);
   text-transform: uppercase; margin-bottom: 20px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a {
  font-size: .85rem; color: var(--muted);
  transition: color .3s; display: flex; align-items: center; gap: 8px;
}
.footer-col ul li a:hover { color: var(--gold); }
.footer-col ul li a::before {
  content: '›'; color: var(--gold); font-size: 1rem;
  transition: transform .3s;
}
.footer-col ul li a:hover::before { transform: translateX(-3px); }
.footer-contact-item {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .83rem; color: var(--muted); margin-bottom: 14px;
}
.footer-contact-item i { color: var(--gold); margin-top: 2px; flex-shrink: 0; }
.footer-bottom {
  padding-top: 28px; border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: .78rem; color: var(--muted-2); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: .75rem; color: var(--muted-2); transition: color .3s; }
.footer-bottom-links a:hover { color: var(--gold); }

/* ─── FLOATING ACTIONS ─── */
.float-actions {
  position: fixed; bottom: 32px; left: 32px;
  display: flex; flex-direction: column; gap: 12px;
  z-index: 900;
}
.float-btn {
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: inherit; font-size: .75rem;
  border: none; cursor: pointer;
  transition: all .4s cubic-bezier(.23,1,.32,1);
  position: relative;
}
.float-btn::before {
  content: attr(data-tooltip);
  position: absolute; left: calc(100% + 12px);
  background: var(--surface-4); border: 1px solid var(--border);
  color: var(--text); font-size: .75rem; font-weight: 700;
  padding: 6px 12px; border-radius: 8px; white-space: nowrap;
  opacity: 0; pointer-events: none;
  transform: translateX(-8px); transition: all .3s;
}
.float-btn:hover::before { opacity: 1; transform: translateX(0); }
.float-btn.wa {
  background: #25D366;
  box-shadow: 0 8px 28px rgba(37,211,102,.3);
}
.float-btn.wa:hover { transform: scale(1.1); box-shadow: 0 12px 40px rgba(37,211,102,.45); }
.float-btn.top {
  background: var(--surface-3); border: 1px solid var(--border-g);
  color: var(--gold);
}
.float-btn.top:hover { transform: scale(1.08) translateY(-2px); background: var(--gold-dim); }
.float-btn.top { display: none; }
.float-btn.top.visible { display: flex; }

/* ─── SECTION DIVIDER ─── */
.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-2), transparent);
  margin: 0;
}

/* ─── GLASS CARD ─── */
.glass-card {
  background: rgba(15,15,26,.6);
  backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
}

/* ─── GLOW ORBS (decorative) ─── */
.glow-orb {
  position: absolute; border-radius: 50%;
  filter: blur(80px); pointer-events: none; z-index: 0;
}
.glow-orb.gold { background: radial-gradient(circle, rgba(212,168,67,.18) 0%, transparent 70%); }
.glow-orb.blue { background: radial-gradient(circle, rgba(59,158,255,.1) 0%, transparent 70%); }
.glow-orb.cyan { background: radial-gradient(circle, rgba(0,212,255,.08) 0%, transparent 70%); }

/* ─── SCROLL PROGRESS ─── */
#scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px;
  z-index: 9999; transform-origin: left;
  background: linear-gradient(90deg, var(--gold-3), var(--gold), var(--gold-2));
  transform: scaleX(0);
  transition: transform .1s;
  box-shadow: 0 0 12px var(--gold-glow);
}

/* ─── PAGE TRANSITION ─── */
#page-transition {
  position: fixed; inset: 0; background: #050508;
  z-index: 10000; display: flex; align-items: center; justify-content: center;
  transition: opacity 0.5s ease;
  pointer-events: none; opacity: 0;
}
#page-transition.entering { opacity: 1; pointer-events: all; }

.pt-logo {
  display: flex; flex-direction: column; align-items: center; gap: 40px;
}
.pt-text {
  font-size: 1.2rem; font-weight: 900; color: var(--gold);
   text-transform: uppercase;
  animation: ptPulse 2s infinite alternate;
}
@keyframes ptPulse {
  from { opacity: 0.5; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}

/* ─── MEDIA ─── */
@media(max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media(max-width: 768px) {
  .nav-links { display: none; }
  .nav-mobile-btn { display: flex; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .float-actions { bottom: 20px; left: 20px; }
  .lands-grid { grid-template-columns: 1fr; }
}

/* ─── VIDEO & SHIMMER ─── */
.land-card-img {
  background: var(--surface-3);
  position: relative;
  overflow: hidden;
}
.land-card-img img, .land-card-img video {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(0.2, 0, 0.2, 1);
}
.land-card-img::after {
  content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.03), transparent);
  transform: translateX(-100%); animation: shimmer 2.5s infinite;
  pointer-events: none;
}
@keyframes shimmer { 100% { transform: translateX(100%); } }

/* Fix ticker speed on mobile */
@media (max-width: 600px) {
  .ticker-inner { animation-duration: 25s !important; }
}
