/* ── HERO WITH VIDEO ─────────────────────────────────────── */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
}
.hero-video-wrap { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-video-wrap video { width: 100%; height: 100%; object-fit: cover; opacity: .18; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, rgba(11,22,40,.92) 0%, rgba(11,22,40,.75) 60%, rgba(11,22,40,.55) 100%);
}
#pcv  { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hero-grid {
  position: absolute; inset: 0; z-index: 2;
  background-image:
    linear-gradient(rgba(201,168,76,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 3;
  width: 100%; max-width: var(--max); margin: 0 auto;
  padding: calc(72px + clamp(40px,6vh,80px)) var(--gutter) clamp(40px,6vh,80px);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px,6vw,100px); align-items: center;
  min-height: 100vh; box-sizing: border-box;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 500; color: var(--gold);
  letter-spacing: .2em; text-transform: uppercase; margin-bottom: 24px;
  opacity: 0; animation: sil .8s .3s forwards;
}
.hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
.hero-h1 {
  font-family: var(--serif);
  font-size: clamp(44px, 5.5vw, 82px); font-weight: 300; color: #fff;
  line-height: 1.07; letter-spacing: -.01em; margin-bottom: 24px;
  opacity: 0; animation: sil .8s .5s forwards;
}
.hero-h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub {
  font-size: clamp(14px, 1.4vw, 16px); font-weight: 300;
  color: rgba(255,255,255,.55); line-height: 1.8; max-width: 420px; margin-bottom: 40px;
  opacity: 0; animation: sil .8s .7s forwards;
}
.hero-acts {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  opacity: 0; animation: sil .8s .9s forwards;
}
.btn-play {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; cursor: none;
}
.btn-play:hover { color: var(--gold-light); }
.play-c {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  display: flex; align-items: center; justify-content: center;
  transition: all .3s; flex-shrink: 0;
}
.btn-play:hover .play-c { border-color: var(--gold); background: rgba(201,168,76,.1); }
/* Hero stats bar */
.hero-stats {
  display: flex; align-items: center; gap: 0;
  padding-top: 32px; margin-top: clamp(32px,4vw,56px);
  border-top: 1px solid rgba(255,255,255,.07);
  opacity: 0; animation: fi .8s 1.1s forwards;
  flex-wrap: nowrap;
}
.hst { flex: 1; min-width: 0; padding: 0 clamp(10px,2vw,22px); }
.hst:first-child { padding-left: 0; }
.hst-n { font-family: var(--serif); font-size: clamp(22px,3vw,32px); font-weight: 400; color: #fff; line-height: 1; display: block; white-space: nowrap; }
.hst-l { font-size: clamp(8px,1vw,10.5px); color: rgba(255,255,255,.32); letter-spacing: .08em; text-transform: uppercase; margin-top: 5px; display: block; }
.hst-div { width: 1px; height: 36px; background: rgba(255,255,255,.07); flex-shrink: 0; }
/* Hero phone mockup */
.hero-vis { position: relative; display: flex; justify-content: center; align-items: center; opacity: 0; animation: fi 1s .4s forwards; }
.phone { width: min(256px,80%); height: auto; aspect-ratio: 256/456; background: linear-gradient(165deg,#1a2d52,#0a1422); border-radius: 36px; border: 1px solid rgba(201,168,76,.22); position: relative; overflow: hidden; box-shadow: 0 60px 120px rgba(0,0,0,.6); z-index: 3; flex-shrink: 0; }
.pnotch { width: 76px; height: 22px; background: #06101d; border-radius: 0 0 12px 12px; margin: 0 auto; }
.pscreen { padding: 10px 14px; }
.pgreet  { font-size: 10px; color: rgba(255,255,255,.38); margin-bottom: 2px; }
.pname   { font-size: 13px; font-weight: 500; color: #fff; margin-bottom: 12px; }
.pbal-card { background: linear-gradient(135deg,#C9A84C,#8B6914); border-radius: 13px; padding: 15px; margin-bottom: 10px; position: relative; overflow: hidden; }
.pbal-card::after { content: ''; position: absolute; top: -24px; right: -24px; width: 80px; height: 80px; border-radius: 50%; background: rgba(255,255,255,.08); }
.pbl  { font-size: 9px; color: rgba(11,22,40,.55); letter-spacing: .1em; text-transform: uppercase; }
.pba  { font-family: var(--serif); font-size: 26px; color: var(--navy); font-weight: 600; line-height: 1.1; margin: 2px 0 6px; }
.pbch { font-size: 10px; color: rgba(11,22,40,.6); }
.pbch b { color: #185c18; }
.pacts { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; margin-bottom: 10px; }
.pact  { background: rgba(255,255,255,.05); border-radius: 8px; padding: 8px 2px 6px; text-align: center; }
.pact-i { font-size: 12px; display: block; margin-bottom: 2px; }
.pact-l { font-size: 7px; color: rgba(255,255,255,.38); letter-spacing: .04em; }
.ptxl { font-size: 9px; color: rgba(255,255,255,.32); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 6px; }
.ptx  { display: flex; align-items: center; gap: 7px; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,.04); }
.txi  { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; flex-shrink: 0; }
.txinfo { flex: 1; min-width: 0; }
.txn  { font-size: 10px; color: rgba(255,255,255,.78); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.txd  { font-size: 8px; color: rgba(255,255,255,.28); }
.txa  { font-size: 10px; font-weight: 500; flex-shrink: 0; }
.txi-g { color: #5BD48C; }
.txa-r { color: rgba(255,255,255,.45); }
/* Floating hero cards */
.fc { position: absolute; background: rgba(255,255,255,.07); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 12px 16px; z-index: 4; pointer-events: none; }
.fc1 { right: -20px; top: 24px;    min-width: 148px; animation: floatY 5s ease-in-out infinite; }
.fc2 { left:  -30px; bottom: 80px; min-width: 140px; animation: floatY 4s 1s ease-in-out infinite; }
.fc3 { right: -12px; bottom: 48px; min-width: 132px; animation: floatY 6s .5s ease-in-out infinite; }
.fc-t  { font-size: 9px; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }
.fc-v  { font-family: var(--serif); font-size: 18px; color: #fff; font-weight: 400; }
.fc-s  { font-size: 10px; color: #5BD48C; margin-top: 2px; }
.fc-sw { font-size: 10px; color: var(--gold-light); margin-top: 2px; }
.fc-ar { display: flex; align-items: center; gap: 7px; }
.fc-av { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg,var(--gold),#8B6914); display: flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 600; color: var(--navy); }
.fc-ai .fc-an { font-size: 10.5px; color: #fff; }
.fc-ai .fc-ad { font-size: 8px; color: rgba(255,255,255,.32); }
.fc-amt { font-size: 12px; font-weight: 500; color: var(--gold-light); }

/* ── FEATURES ────────────────────────────────────────────── */
.features { background: var(--white); padding: clamp(60px,8vw,120px) 0; }
.fg { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #e4e4e4; border-radius: 6px; overflow: hidden; margin-top: 16px; }
.fcard { background: var(--white); padding: clamp(28px,4vw,44px) clamp(20px,3vw,36px); transition: all .35s cubic-bezier(.23,1,.32,1); position: relative; overflow: hidden; cursor: none; }
.fcard::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,var(--gold),var(--gold-light)); transform: scaleX(0); transition: transform .4s cubic-bezier(.23,1,.32,1); transform-origin: left; }
.fcard:hover { background: #fdfcf8; transform: translateY(-3px); box-shadow: 0 20px 56px rgba(0,0,0,.06); }
.fcard:hover::after { transform: scaleX(1); }
.fcard:hover .fiw { background: var(--gold); transform: rotate(6deg) scale(1.06); }
.fcard:hover .fiw svg { color: var(--navy); }
.fiw { width: 48px; height: 48px; border-radius: 12px; background: var(--gold-pale); border: 1px solid rgba(201,168,76,.18); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: all .3s; }
.fiw svg { width: 22px; height: 22px; color: var(--gold); transition: color .3s; }
.ftitle { font-family: var(--serif); font-size: clamp(18px,2vw,21px); font-weight: 400; color: var(--navy); margin-bottom: 9px; }
.fdesc  { font-size: clamp(13px,1.2vw,14px); color: var(--text); line-height: 1.7; font-weight: 300; }

/* ── LIVE STATS ──────────────────────────────────────────── */
.stats-sec { background: var(--navy); padding: clamp(60px,8vw,100px) 0; position: relative; overflow: hidden; }
.stats-sec::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%,rgba(201,168,76,.07) 0%,transparent 60%); pointer-events: none; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.05); border-radius: 8px; overflow: hidden; }
.sbox { background: rgba(255,255,255,.02); padding: clamp(28px,4vw,46px) clamp(16px,2.5vw,30px); text-align: center; position: relative; transition: background .3s; cursor: none; }
.sbox::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg,transparent,var(--gold),transparent); transform: scaleX(0); transition: transform .4s; }
.sbox:hover { background: rgba(201,168,76,.05); }
.sbox:hover::before { transform: scaleX(1); }
.pulse { position: absolute; top: 20px; right: 20px; width: 8px; height: 8px; }
.pulse::before,.pulse::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: #5BD48C; }
.pulse::after { animation: pulseRing 2s ease-out infinite; }
.snum   { font-family: var(--serif); font-size: clamp(32px,4.5vw,62px); font-weight: 300; color: #fff; line-height: 1; margin-bottom: 8px; }
.snum .pre { font-size: .52em; vertical-align: top; margin-top: .18em; display: inline-block; color: var(--gold); }
.snum .suf { font-size: .52em; color: var(--gold); }
.slabel { font-size: clamp(11px,1.1vw,12.5px); color: rgba(255,255,255,.38); font-weight: 300; letter-spacing: .04em; line-height: 1.4; }
.schg   { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; color: #5BD48C; margin-top: 8px; background: rgba(91,212,140,.1); padding: 3px 8px; border-radius: 20px; }

/* ── INSIGHTS / CHART ────────────────────────────────────── */
.insights { background: var(--cloud); padding: clamp(60px,8vw,120px) 0; }
.insights-in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,7vw,96px); align-items: center; }
.chart-wrap { background: var(--white); border-radius: 20px; padding: clamp(20px,3vw,34px); box-shadow: 0 20px 64px rgba(0,0,0,.07); border: 1px solid rgba(0,0,0,.04); }
.ch-hdr { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.ch-ttl { font-size: 13px; font-weight: 500; color: var(--navy); }
.ch-per { display: flex; gap: 4px; }
.pb { font-size: 10px; padding: 4px 9px; border-radius: 20px; border: 1px solid rgba(0,0,0,.08); background: transparent; cursor: none; color: var(--text); transition: all .2s; font-family: var(--sans); }
.pb.act { background: var(--navy); color: #fff; border-color: var(--navy); }
.bar-chart { display: flex; align-items: flex-end; gap: 7px; height: 140px; padding-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,.05); }
.bwrap { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 5px; height: 100%; justify-content: flex-end; }
.bar   { width: 100%; border-radius: 5px 5px 0 0; background: var(--mist); transition: all .3s; }
.bar.act { background: linear-gradient(180deg,var(--gold-light),var(--gold)); }
.bm    { font-size: 9px; color: rgba(0,0,0,.28); letter-spacing: .04em; }
.ch-tot { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; }
.ch-tot-lbl { font-size: 12px; color: var(--text); }
.ch-tot-val { font-family: var(--serif); font-size: 24px; font-weight: 400; color: var(--navy); }
.ch-chg { font-size: 11px; color: #1a8c4a; background: rgba(26,140,74,.08); padding: 3px 10px; border-radius: 20px; }
.donut-row { display: flex; align-items: center; gap: 18px; margin-top: 20px; }
.dnut { position: relative; width: 76px; height: 76px; flex-shrink: 0; }
.dnut svg { transform: rotate(-90deg); }
.dc   { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 14px; font-weight: 400; color: var(--navy); }
.cats { flex: 1; display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.cat  { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--text); }
.cdot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.cbw  { flex: 1; height: 4px; background: var(--mist); border-radius: 2px; overflow: hidden; min-width: 0; }
.cb   { height: 100%; border-radius: 2px; }
.cpct { font-size: 10px; color: var(--navy); font-weight: 500; margin-left: auto; flex-shrink: 0; }
.insight-cards { display: flex; flex-direction: column; gap: 12px; }
.insight-card  { display: flex; gap: 13px; align-items: center; padding: 14px 16px; background: var(--white); border-radius: 10px; border: 1px solid rgba(0,0,0,.05); transition: all .3s; cursor: none; }
.insight-card:hover { transform: translateX(5px); border-color: rgba(201,168,76,.3); background: var(--gold-pale); }
.insight-icon  { font-size: 20px; width: 36px; text-align: center; flex-shrink: 0; }
.insight-title { font-size: 13px; font-weight: 500; color: var(--navy); margin-bottom: 2px; }
.insight-desc  { font-size: 11.5px; color: var(--text); font-weight: 300; line-height: 1.5; }

/* ── AI ADVISOR ──────────────────────────────────────────── */
.advisor { background: var(--navy); padding: clamp(60px,8vw,120px) 0; position: relative; overflow: hidden; }
.advisor::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 50%,rgba(201,168,76,.07) 0%,transparent 60%); }
.advisor-in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,7vw,96px); align-items: center; position: relative; z-index: 1; }
.chat-box  { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: clamp(18px,2.5vw,26px); }
.chat-hdr  { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.06); margin-bottom: 16px; }
.aav { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg,var(--gold),#7a5c10); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 15px; font-weight: 600; color: #fff; position: relative; flex-shrink: 0; }
.aav::after { content: ''; position: absolute; bottom: 1px; right: 1px; width: 10px; height: 10px; border-radius: 50%; background: #5BD48C; border: 2px solid rgba(11,22,40,.9); }
.ai-name { font-size: 13px; font-weight: 500; color: #fff; }
.ai-role { font-size: 10px; color: rgba(255,255,255,.32); }
.cmsg  { margin-bottom: 12px; }
.msg-ai { display: flex; gap: 8px; align-items: flex-start; }
.mav   { width: 26px; height: 26px; border-radius: 50%; background: rgba(201,168,76,.18); display: flex; align-items: center; justify-content: center; font-size: 9px; color: var(--gold); font-weight: 600; flex-shrink: 0; margin-top: 2px; }
.aib   { background: rgba(255,255,255,.06); border-radius: 4px 13px 13px 13px; padding: 10px 14px; max-width: 82%; }
.aib p { font-size: 12px; color: rgba(255,255,255,.78); line-height: 1.6; }
.msg-u { display: flex; justify-content: flex-end; }
.ub    { background: linear-gradient(135deg,rgba(201,168,76,.22),rgba(201,168,76,.1)); border: 1px solid rgba(201,168,76,.18); border-radius: 13px 4px 13px 13px; padding: 10px 14px; max-width: 76%; }
.ub p  { font-size: 12px; color: rgba(255,255,255,.84); line-height: 1.6; }
.tdots { display: flex; gap: 4px; padding: 6px 0; }
.td    { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.28); animation: tdB 1.2s ease-in-out infinite; }
.td:nth-child(2) { animation-delay: .2s; }
.td:nth-child(3) { animation-delay: .4s; }
.cinput-bar { display: flex; gap: 8px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.06); align-items: center; }
.ci    { flex: 1; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 8px; padding: 9px 12px; font-size: 12px; color: rgba(255,255,255,.45); font-family: var(--sans); outline: none; cursor: none; min-width: 0; }
.csend { width: 34px; height: 34px; border-radius: 7px; background: var(--gold); border: none; cursor: none; display: flex; align-items: center; justify-content: center; transition: background .2s; flex-shrink: 0; }
.csend:hover { background: var(--gold-light); }
.adv-feats { display: flex; flex-direction: column; gap: 14px; }
.af    { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.05); border-radius: 10px; transition: all .3s; cursor: none; }
.af:hover { background: rgba(201,168,76,.06); border-color: rgba(201,168,76,.18); transform: translateX(5px); }
.af-ico { width: 36px; height: 36px; border-radius: 8px; background: rgba(201,168,76,.11); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 15px; }
.af-t  { font-size: 13px; font-weight: 500; color: #fff; margin-bottom: 3px; }
.af-d  { font-size: 11.5px; color: rgba(255,255,255,.32); line-height: 1.5; }

/* ── SECURITY ────────────────────────────────────────────── */
.security { background: var(--cloud); padding: clamp(60px,8vw,120px) 0; }
.sec-in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,7vw,96px); align-items: center; }
.shield-wrap { position: relative; width: min(340px,100%); height: 340px; margin: 0 auto; }
.sring { position: absolute; border-radius: 50%; border: 1px solid rgba(201,168,76,.15); top: 50%; left: 50%; transform: translate(-50%,-50%); }
.r1 { width: 310px; height: 310px; animation: spinSlow 22s linear infinite; border-style: dashed; }
.r2 { width: 248px; height: 248px; animation: spinSlow 16s linear infinite reverse; }
.r3 { width: 186px; height: 186px; border-color: rgba(201,168,76,.24); }
.sc { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 126px; height: 126px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid rgba(201,168,76,.28); }
.rdot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); top: 50%; left: 50%; margin: -4px; }
.metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.mbox { background: var(--white); border: 1px solid rgba(0,0,0,.06); border-radius: 10px; padding: clamp(16px,2vw,22px); transition: all .3s; cursor: none; }
.mbox:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,.06); }
.mv   { font-family: var(--serif); font-size: clamp(24px,3vw,30px); font-weight: 400; color: var(--navy); margin-bottom: 4px; }
.ml   { font-size: clamp(10px,1vw,11.5px); color: var(--text); font-weight: 300; line-height: 1.4; }
.mhi  { border-color: rgba(201,168,76,.32); background: var(--gold-pale); }
.mhi .mv { color: var(--gold); }
.sec-steps { display: flex; flex-direction: column; gap: 24px; }
.sstep { display: flex; gap: 16px; align-items: flex-start; position: relative; }
.sstep:not(:last-child)::after { content: ''; position: absolute; left: 16px; top: 40px; width: 1px; height: calc(100% + 4px); background: rgba(201,168,76,.14); }
.sn   { width: 32px; height: 32px; border-radius: 50%; background: var(--gold-pale); border: 1px solid rgba(201,168,76,.28); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); font-weight: 600; font-family: var(--serif); font-size: 14px; }
.stit { font-size: clamp(13px,1.4vw,15px); font-weight: 500; color: var(--navy); margin-bottom: 4px; }
.sdesc{ font-size: clamp(12px,1.2vw,13.5px); color: var(--text); font-weight: 300; line-height: 1.6; }

/* ── GLOBAL MAP ──────────────────────────────────────────── */
.global { background: var(--navy); padding: clamp(60px,8vw,120px) 0; position: relative; overflow: hidden; }
.global::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%,rgba(201,168,76,.06) 0%,transparent 60%); pointer-events: none; }
.glob-hdr { text-align: center; margin-bottom: clamp(36px,5vw,64px); }
.glob-hdr .st { color: #fff; max-width: 520px; margin: 0 auto 14px; }
.glob-hdr .sb { color: rgba(255,255,255,.4); margin: 0 auto; }
#world-map { height: clamp(260px,40vw,460px); border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); position: relative; z-index: 1; }
.leaflet-tile { filter: brightness(.55) saturate(.4) hue-rotate(195deg) !important; }
.leaflet-container { background: #0a1525 !important; }
.city-marker { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; margin: -16px 0 0 -16px; cursor: none; }
.city-dot-outer { width: 12px; height: 12px; border-radius: 50%; background: rgba(201,168,76,.25); position: relative; display: flex; align-items: center; justify-content: center; animation: cityPulse 2.5s ease-in-out infinite; }
.city-dot-inner { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
@keyframes cityPulse { 0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(201,168,76,.4)} 50%{transform:scale(1.3);box-shadow:0 0 0 8px rgba(201,168,76,0)} }
.leaflet-popup-content-wrapper { background: rgba(11,22,40,.95)!important; border: 1px solid rgba(201,168,76,.25)!important; border-radius: 10px!important; backdrop-filter: blur(12px); box-shadow: 0 16px 48px rgba(0,0,0,.5)!important; }
.leaflet-popup-tip { background: rgba(11,22,40,.95)!important; }
.leaflet-popup-content { margin: 12px 16px!important; font-family: var(--sans)!important; }
.pop-city   { font-size: 13px; font-weight: 500; color: #fff; }
.pop-detail { font-size: 11px; color: rgba(255,255,255,.45); margin-top: 2px; }
.pop-stat   { font-size: 11px; color: var(--gold); margin-top: 4px; }
.leaflet-popup-close-button { color: rgba(255,255,255,.4)!important; font-size: 16px!important; top: 8px!important; right: 10px!important; }
.glob-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(10px,2vw,18px); margin-top: clamp(20px,3vw,28px); }
.gst { text-align: center; padding: clamp(16px,2.5vw,26px) clamp(10px,2vw,20px); background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.05); border-radius: 10px; transition: all .3s; cursor: none; }
.gst:hover { background: rgba(201,168,76,.07); border-color: rgba(201,168,76,.2); }
.gst-v { font-family: var(--serif); font-size: clamp(26px,3.5vw,34px); font-weight: 300; color: #fff; margin-bottom: 4px; }
.gst-l { font-size: clamp(10px,1.1vw,11.5px); color: rgba(255,255,255,.33); letter-spacing: .05em; }

/* ── APP DOWNLOAD ────────────────────────────────────────── */
.app-sec { background: linear-gradient(135deg,var(--gold-pale) 0%,#EDE5CF 100%); padding: clamp(60px,8vw,100px) 0; position: relative; overflow: hidden; }
.app-sec::before { content: ''; position: absolute; top: -80px; right: -80px; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle,rgba(201,168,76,.12) 0%,transparent 70%); pointer-events: none; }
.app-in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,7vw,76px); align-items: center; position: relative; z-index: 1; }
.app-phones { position: relative; height: clamp(280px,35vw,370px); }
.ap1,.ap2 { position: absolute; width: clamp(160px,18vw,194px); height: auto; aspect-ratio: 194/350; background: var(--navy); border-radius: 26px; border: 1px solid rgba(201,168,76,.28); box-shadow: 0 40px 80px rgba(0,0,0,.22); overflow: hidden; }
.ap1 { left: 0; top: 0; transform: rotate(-8deg) translateY(18px); }
.ap2 { right: 0; top: -18px; transform: rotate(6deg); }
.mnotch { width: 55px; height: 15px; background: #060f1c; border-radius: 0 0 9px 9px; margin: 0 auto 10px; }
.apsc   { padding: 0 12px; }
.rbadge { display: inline-flex; align-items: center; gap: 7px; background: var(--gold-pale); border: 1px solid rgba(201,168,76,.28); padding: 5px 14px; border-radius: 20px; font-size: 11px; color: var(--slate); margin-bottom: 20px; }
.rbadge .stars { color: var(--gold); font-size: 11px; }
.dl-btns { display: flex; gap: 11px; flex-wrap: wrap; }
.dlb    { display: flex; align-items: center; gap: 10px; background: var(--navy); color: #fff; text-decoration: none; padding: 11px 18px; border-radius: 9px; transition: all .3s; cursor: none; min-width: 136px; }
.dlb:hover { background: var(--navy-light); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(11,22,40,.18); }
.dlb-i { font-size: 18px; }
.dlb-t .dls { font-size: 9px; color: rgba(255,255,255,.42); display: block; }
.dlb-t .dln { font-size: 13px; font-weight: 500; display: block; margin-top: 1px; }

/* ── TESTIMONIALS ────────────────────────────────────────── */
.testi { background: var(--white); padding: clamp(60px,8vw,120px) 0; }
.testi-hdr { text-align: center; margin-bottom: clamp(36px,5vw,60px); }
.testi-hdr .sl { justify-content: center; }
.testi-hdr .sl::before { display: none; }
.testi-hdr .st { margin: 0 auto; text-align: center; }
.tg { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2vw,22px); }
.testi-slider { display: none; position: relative; overflow: hidden; touch-action: pan-y; }
.testi-track  { display: flex; transition: transform .45s cubic-bezier(.23,1,.32,1); }
.testi-track .tc { flex: 0 0 100%; min-width: 0; opacity: 1 !important; transform: none !important; }
.testi-dots  { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.tdot2 { width: 8px; height: 8px; border-radius: 50%; background: rgba(0,0,0,.12); cursor: none; transition: all .3s; border: none; padding: 0; }
.tdot2.act { background: var(--gold); width: 24px; border-radius: 4px; }
.testi-nav { display: flex; justify-content: center; gap: 12px; margin-top: 16px; }
.tnav-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(0,0,0,.12); background: #fff; cursor: none; display: flex; align-items: center; justify-content: center; font-size: 16px; transition: all .3s; color: var(--navy); }
.tnav-btn:hover { border-color: var(--gold); background: var(--gold-pale); color: var(--gold); }
.tc { background: var(--cloud); border-radius: 12px; padding: clamp(24px,3vw,34px); position: relative; transition: all .3s; cursor: none; }
.tc:hover { transform: translateY(-4px); box-shadow: 0 22px 60px rgba(0,0,0,.08); }
.tq { font-size: 44px; font-family: var(--serif); color: var(--gold); opacity: .36; line-height: .7; margin-bottom: 12px; display: block; }
.tt { font-family: var(--serif); font-size: clamp(15px,1.6vw,17.5px); font-weight: 300; font-style: italic; color: var(--navy); line-height: 1.65; margin-bottom: 24px; }
.ta  { display: flex; align-items: center; gap: 12px; }
.tav { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg,var(--navy-light),var(--slate)); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; color: var(--gold-light); font-family: var(--serif); flex-shrink: 0; }
.tan { font-size: 13px; font-weight: 500; color: var(--navy); }
.tat { font-size: 11px; color: var(--text); font-weight: 300; margin-top: 2px; }
.stars { margin-left: auto; color: var(--gold); font-size: 11px; letter-spacing: 1px; }

/* ── NEWS ────────────────────────────────────────────────── */
.news { background: var(--cloud); padding: clamp(60px,8vw,120px) 0; }
.news-hdr { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: clamp(28px,4vw,44px); flex-wrap: wrap; gap: 16px; }
.news-g { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: clamp(14px,2vw,22px); }
.nc  { background: var(--white); border-radius: 12px; overflow: hidden; transition: all .3s; cursor: none; }
.nc:hover { transform: translateY(-4px); box-shadow: 0 22px 56px rgba(0,0,0,.09); }
.ni  { height: clamp(140px,15vw,190px); position: relative; display: flex; align-items: flex-end; padding: 16px; overflow: hidden; }
.nibg{ position: absolute; inset: 0; }
.ntag{ display: inline-flex; align-items: center; font-size: 9px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 4px 9px; border-radius: 20px; position: relative; z-index: 1; }
.tm  { background: rgba(201,168,76,.9); color: var(--navy); }
.tt2 { background: rgba(30,47,85,.85); color: #fff; border: 1px solid rgba(255,255,255,.18); }
.tw  { background: rgba(91,212,140,.85); color: #0a2e1a; }
.nb  { padding: clamp(16px,2vw,22px); }
.ntit{ font-family: var(--serif); font-size: clamp(16px,1.8vw,19px); font-weight: 400; color: var(--navy); line-height: 1.3; margin-bottom: 8px; }
.nc.sm .ntit { font-size: clamp(14px,1.5vw,16px); }
.nex { font-size: clamp(11.5px,1.1vw,12.5px); color: var(--text); line-height: 1.65; font-weight: 300; margin-bottom: 12px; }
.nmeta{ display: flex; align-items: center; gap: 8px; font-size: 10px; color: rgba(0,0,0,.3); }
.nmeta span:first-child { color: var(--gold); }

/* ── CTA ─────────────────────────────────────────────────── */
.cta-sec { background: var(--navy); padding: clamp(80px,10vw,140px) 0; text-align: center; position: relative; overflow: hidden; }
.cta-sec::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(201,168,76,.04) 1px,transparent 1px), linear-gradient(90deg,rgba(201,168,76,.04) 1px,transparent 1px); background-size: 60px 60px; pointer-events: none; }
.cta-in { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.cta-t  { font-family: var(--serif); font-size: clamp(36px,5vw,68px); font-weight: 300; color: #fff; line-height: 1.09; margin-bottom: 16px; }
.cta-t em { color: var(--gold-light); font-style: italic; }
.cta-s  { font-size: clamp(14px,1.4vw,15.5px); color: rgba(255,255,255,.42); font-weight: 300; line-height: 1.72; margin-bottom: 44px; }
.cta-btns { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.cta-re { display: flex; justify-content: center; gap: clamp(16px,3vw,28px); margin-top: 36px; flex-wrap: wrap; }
.ctar { display: flex; align-items: center; gap: 6px; font-size: 11px; color: rgba(255,255,255,.28); }
.ctar::before { content: '✓'; color: #5BD48C; font-size: 11px; }

/* ── INDEX-SPECIFIC RESPONSIVE OVERRIDES ────────────────── */
@media (max-width: 1100px) {
  .hero-inner    { grid-template-columns: 1fr; text-align: center; padding-top: calc(72px + 40px); }
  .hero-sub      { margin-left: auto; margin-right: auto; }
  .hero-acts     { justify-content: center; }
  .hero-stats    { justify-content: center; }
  .hst:first-child { padding-left: 22px; }
  .hero-vis      { display: none; }
  .insights-in   { grid-template-columns: 1fr; }
  .advisor-in    { grid-template-columns: 1fr; }
  .sec-in        { grid-template-columns: 1fr; }
  .app-in        { grid-template-columns: 1fr; text-align: center; }
  .app-phones    { display: none; }
  .dl-btns       { justify-content: center; }
  .news-g        { grid-template-columns: 1fr 1fr; }
  .nc:first-child{ grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .fg         { grid-template-columns: repeat(2,1fr); }
  .tg         { display: none; }
  .testi-slider{ display: block; }
  .news-g     { grid-template-columns: 1fr; }
  .nc:first-child { grid-column: auto; }
  .glob-stats { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 560px) {
  .fg         { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats { overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
  .hst        { padding: 0 10px; flex-shrink: 0; }
  .hst:first-child { padding-left: 0; }
  .hst-n      { font-size: 20px; }
  .hst-l      { font-size: 8px; }
  .glob-stats { grid-template-columns: repeat(3,1fr); gap: 8px; }
  .gst-v      { font-size: 20px; }
}