/* ============================================================
   Lexora — Geo SEO cluster (country / city / market-entry pages)
   Same brand system as Services/About/Home: navy #09243C authority
   + teal #1F9C8A accent, Inter (display) + Public Sans (body).
   Scoped under .lexora-geo so nothing leaks into the theme.
   Enqueued by inc/lexora-geo.php on geo pages only.
   ============================================================ */

/* Kill the theme's top padding above our hero + full-bleed break-out.
   (The theme wraps page content in a max-width container and adds
   #pxl-main top padding — we want the navy hero flush to the header.) */
body.lexora-geo-active #pxl-main{ padding-top:0 !important; overflow-x:clip; }
.lexora-geo{
  width:auto;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
}

.lexora-geo{
  --navy:#09243C; --navy-700:#051B2E; --navy-600:#0B2F4A; --navy-800:#04141F;
  --navy-50:#EAF1F7; --navy-100:#D5E3EF;
  --teal:#1F9C8A; --teal-400:#36B7A3; --teal-600:#17806F; --teal-50:#E7F4F1;
  --warn:#B4541E; --warn-50:#FBEFE7;
  --bg:#F5F7FA; --surface:#FFFFFF; --surface-2:#EEF2F6;
  --ink:#0B1F33; --ink-2:#54616F; --ink-3:#8A95A1; --line:#E2E7EC; --line-2:#CDD5DD;
  --display:'Inter',system-ui,-apple-system,sans-serif;
  --body:'Public Sans',system-ui,-apple-system,sans-serif;
  --maxw:1200px;
  --shadow-1:0 1px 2px rgba(11,31,51,.06),0 1px 1px rgba(11,31,51,.04);
  --shadow-2:0 8px 30px rgba(11,31,51,.08);
  --shadow-3:0 24px 60px rgba(11,31,51,.16);
  font-family:var(--body); color:var(--ink); background:var(--bg);
  font-size:17px; line-height:1.65; -webkit-font-smoothing:antialiased;
}
.lexora-geo *{box-sizing:border-box}
.lexora-geo img{max-width:100%;display:block}
.lexora-geo a{color:inherit;text-decoration:none}
.lexora-geo h1,.lexora-geo h2,.lexora-geo h3,.lexora-geo h4{
  font-family:var(--display);font-weight:500;line-height:1.08;letter-spacing:-.025em;margin:0;color:var(--ink)}
.lexora-geo p{margin:0}
.lexora-geo .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
.lexora-geo .eyebrow{font-family:var(--display);font-weight:500;font-size:12.5px;letter-spacing:.2em;
  text-transform:uppercase;color:var(--teal-600);display:inline-flex;align-items:center;gap:10px}
.lexora-geo .eyebrow::before{content:"";width:26px;height:1.5px;background:var(--teal);display:inline-block}
.lexora-geo .eyebrow .ic-pin{display:inline-flex;width:0;overflow:hidden} /* pin handled in hero */
.lexora-geo .eyebrow.on-dark{color:var(--teal-400)}
.lexora-geo .eyebrow.on-dark::before{background:var(--teal-400)}

/* ---------------- buttons ---------------- */
.lexora-geo .btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--display);font-weight:500;
  font-size:15.5px;border-radius:11px;padding:15px 26px;transition:transform .12s,background .18s,border-color .18s,color .18s;
  border:1.5px solid transparent;cursor:pointer}
.lexora-geo .btn svg{width:18px;height:18px}
.lexora-geo .btn-primary{background:var(--teal);color:#06231e}
.lexora-geo .btn-primary:hover{background:var(--teal-400);transform:translateY(-2px)}
.lexora-geo .btn-ghost{background:transparent;color:#EAF3F1;border-color:rgba(255,255,255,.28)}
.lexora-geo .btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.06)}

/* ---------------- breadcrumb ---------------- */
.lexora-geo .lx-crumb{background:var(--navy);position:relative;z-index:2}
.lexora-geo .lx-crumb .wrap{padding-top:16px;padding-bottom:0}
.lexora-geo .lx-crumb ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px;
  font-size:13px;color:#7E97A3}
.lexora-geo .lx-crumb li{display:inline-flex;align-items:center;gap:8px}
.lexora-geo .lx-crumb li:not(:last-child)::after{content:"›";color:#46606D;margin-left:0}
.lexora-geo .lx-crumb a{color:#9DB8B3;transition:color .15s}
.lexora-geo .lx-crumb a:hover{color:var(--teal-400)}
.lexora-geo .lx-crumb li[aria-current]{color:#CFE0DC}

/* ---------------- HERO ---------------- */
.lexora-geo .lx-hero{position:relative;background:var(--navy);color:#EAF3F1;overflow:hidden;padding:64px 0 0}
.lexora-geo .lx-hero::before{content:"";position:absolute;inset:0;z-index:0;
  background:
    radial-gradient(58% 70% at 80% 4%, rgba(31,156,138,.34), transparent 60%),
    radial-gradient(40% 55% at 8% 100%, rgba(31,156,138,.13), transparent 60%);
  animation:lxgeo-glow 12s ease-in-out infinite alternate}
@keyframes lxgeo-glow{from{opacity:.72;transform:translateY(0)}to{opacity:1;transform:translateY(-12px)}}
.lexora-geo .lx-hero::after{content:"";position:absolute;inset:0;z-index:0;opacity:.5;
  background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:64px 64px;
  -webkit-mask-image:radial-gradient(120% 92% at 50% 0%,#000 35%,transparent 78%);
          mask-image:radial-gradient(120% 92% at 50% 0%,#000 35%,transparent 78%)}
.lexora-geo .lx-hero .wrap{position:relative;z-index:1}
.lexora-geo .lx-hero .eyebrow{color:var(--teal-400)}
.lexora-geo .lx-hero .eyebrow::before{background:var(--teal-400)}
.lexora-geo .lx-hero .eyebrow .ic-pin{width:auto;overflow:visible;align-items:center}
.lexora-geo .lx-hero .eyebrow .ic-pin svg{width:15px;height:15px}
.lexora-geo .lx-hero h1{color:#fff;font-size:clamp(34px,5.2vw,62px);font-weight:500;letter-spacing:-.035em;
  max-width:20ch;margin:20px 0 0;text-wrap:balance}
.lexora-geo .lx-hero h1 .lit{position:relative;color:#fff;white-space:nowrap}
.lexora-geo .lx-hero h1 .lit::after{content:"";position:absolute;left:-2px;right:-2px;bottom:.06em;height:.30em;
  background:linear-gradient(90deg,var(--teal),var(--teal-400));border-radius:3px;z-index:-1;opacity:.9}
.lexora-geo .lx-hero .lede{max-width:62ch;margin:24px 0 0;font-size:18px;color:#BACFCB;line-height:1.7;text-wrap:pretty}
.lexora-geo .lx-hero .lx-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.lexora-geo .hero-reg{display:inline-flex;align-items:center;gap:9px;margin-top:28px;font-size:13px;
  color:#9DB8B3;font-weight:500;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);
  padding:8px 14px;border-radius:999px}
.lexora-geo .hero-reg .dot{width:7px;height:7px;border-radius:50%;background:var(--teal-400);
  box-shadow:0 0 0 4px rgba(54,183,163,.22)}

/* ---------------- credibility band ---------------- */
.lexora-geo .lx-band{background:var(--navy-700);border-top:1px solid rgba(255,255,255,.08);position:relative;z-index:1;margin-top:72px}
.lexora-geo .lx-band .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding:0 28px}
.lexora-geo .lx-band .cell{padding:28px 8px 28px 0;display:flex;gap:15px;align-items:flex-start}
.lexora-geo .lx-band .cell:not(:last-child){border-right:1px solid rgba(255,255,255,.08);padding-right:24px}
.lexora-geo .lx-band .ic{flex-shrink:0;width:42px;height:42px;border-radius:11px;display:grid;place-items:center;
  background:rgba(31,156,138,.16);color:var(--teal-400)}
.lexora-geo .lx-band .ic svg{width:21px;height:21px}
.lexora-geo .lx-band .k{font-family:var(--display);font-weight:500;font-size:15px;color:#fff;letter-spacing:-.01em}
.lexora-geo .lx-band .v{font-size:12.5px;color:#9DB2BE;margin-top:3px;line-height:1.45}

/* ---------------- section shell ---------------- */
.lexora-geo section.lx-sec{padding:92px 0}
.lexora-geo .lx-who.first{background:var(--surface);border-bottom:1px solid var(--line)}
.lexora-geo .sec-head{max-width:720px}
.lexora-geo .sec-head h2{font-size:clamp(26px,3.4vw,40px);margin:16px 0 0;letter-spacing:-.03em;text-wrap:balance}
.lexora-geo .sec-head p{color:var(--ink-2);font-size:18px;margin:16px 0 0;line-height:1.6;max-width:68ch;text-wrap:pretty}

/* ---------------- 4-up mini grid ---------------- */
.lexora-geo .lx-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:46px}
.lexora-geo .lx-mini{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:26px 24px}
.lexora-geo .lx-mini.soft{background:var(--navy-50);border-color:var(--navy-100)}
.lexora-geo .lx-mini .ic{width:46px;height:46px;border-radius:12px;background:var(--teal-50);color:var(--teal-600);
  display:grid;place-items:center;margin-bottom:16px}
.lexora-geo .lx-mini.soft .ic{background:#fff}
.lexora-geo .lx-mini .ic svg{width:23px;height:23px}
.lexora-geo .lx-mini h3{font-size:17px;letter-spacing:-.02em;margin-bottom:7px}
.lexora-geo .lx-mini p{font-size:14.5px;color:var(--ink-2);line-height:1.6}

/* ---------------- split (role + aside) ---------------- */
.lexora-geo .lx-split{background:var(--bg)}
.lexora-geo .lx-split-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:start}
.lexora-geo .lx-split-grid h2{font-size:clamp(25px,3.1vw,36px);margin:14px 0 0;letter-spacing:-.03em}
.lexora-geo .lx-checklist{list-style:none;margin:28px 0 0;padding:0;display:flex;flex-direction:column;gap:14px}
.lexora-geo .lx-checklist li{display:flex;gap:14px;align-items:flex-start;font-size:16px;color:var(--ink);line-height:1.55}
.lexora-geo .lx-checklist .tick{flex-shrink:0;width:26px;height:26px;border-radius:8px;background:var(--teal-50);
  color:var(--teal-600);display:grid;place-items:center;margin-top:1px}
.lexora-geo .lx-checklist .tick svg{width:15px;height:15px;stroke-width:2.4}
.lexora-geo .lx-aside{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:30px 30px 26px;
  box-shadow:var(--shadow-2)}
.lexora-geo .lx-aside h3{font-size:20px;letter-spacing:-.02em;margin-bottom:12px}
.lexora-geo .lx-aside>p{font-size:15.5px;color:var(--ink-2);line-height:1.68}
/* note callout — full border + tint, NEVER a side stripe */
.lexora-geo .lx-note{display:flex;gap:14px;margin-top:22px;background:var(--navy-50);border:1px solid var(--navy-100);
  border-radius:14px;padding:18px 18px}
.lexora-geo .lx-note .ic{flex-shrink:0;width:38px;height:38px;border-radius:10px;background:#fff;color:var(--navy);
  display:grid;place-items:center}
.lexora-geo .lx-note .ic svg{width:19px;height:19px}
.lexora-geo .lx-note strong{font-family:var(--display);font-weight:500;font-size:14.5px;color:var(--ink);display:block;margin-bottom:4px}
.lexora-geo .lx-note p{font-size:13.5px;color:var(--ink-2);line-height:1.6}

/* ---------------- review (soft band) ---------------- */
.lexora-geo .lx-review{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}

/* ---------------- common mistakes ---------------- */
.lexora-geo .lx-mistakes{background:var(--bg)}
.lexora-geo .lx-warnlist{list-style:none;margin:42px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:980px}
.lexora-geo .lx-warnlist li{display:flex;gap:14px;align-items:flex-start;background:var(--surface);
  border:1px solid var(--line);border-radius:13px;padding:18px 20px;font-size:15px;color:var(--ink);line-height:1.55}
.lexora-geo .lx-warnlist .ic{flex-shrink:0;width:30px;height:30px;border-radius:8px;background:var(--warn-50);
  color:var(--warn);display:grid;place-items:center;margin-top:1px}
.lexora-geo .lx-warnlist .ic svg{width:17px;height:17px}

/* ---------------- related / link cards ---------------- */
.lexora-geo .lx-related{background:var(--surface);border-top:1px solid var(--line)}
.lexora-geo .lx-link-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);
  border-radius:16px;padding:26px 24px;transition:transform .2s,box-shadow .2s,border-color .2s}
.lexora-geo .lx-link-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-2);border-color:var(--line-2)}
.lexora-geo .lx-link-card .ic{width:46px;height:46px;border-radius:12px;background:var(--navy-50);color:var(--navy);
  display:grid;place-items:center;margin-bottom:16px}
.lexora-geo .lx-link-card .ic svg{width:23px;height:23px}
.lexora-geo .lx-link-card h3{font-size:18px;letter-spacing:-.02em;margin-bottom:8px}
.lexora-geo .lx-link-card p{font-size:14.5px;color:var(--ink-2);line-height:1.6;margin-bottom:18px}
.lexora-geo .lx-link-card .more{margin-top:auto;display:inline-flex;align-items:center;gap:7px;
  font-family:var(--display);font-weight:500;font-size:14px;color:var(--teal-600)}
.lexora-geo .lx-link-card .more svg{width:16px;height:16px;transition:transform .2s}
.lexora-geo .lx-link-card:hover .more svg{transform:translateX(4px)}
.lexora-geo .lx-backlink{margin-top:34px;font-size:15px;color:var(--ink-2)}
.lexora-geo .lx-backlink a{color:var(--teal-600);font-weight:500;display:inline-flex;align-items:center;gap:8px}
.lexora-geo .lx-backlink a:hover{color:var(--teal)}
.lexora-geo .lx-backlink a svg{width:17px;height:17px}

/* ---------------- country index grid (hub) ---------------- */
.lexora-geo .lx-countries.first{background:var(--surface);border-bottom:1px solid var(--line)}
.lexora-geo .lx-country-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:46px}
.lexora-geo .lx-country{position:relative;display:flex;flex-direction:column;gap:4px;background:var(--surface);
  border:1px solid var(--line);border-radius:15px;padding:22px 22px 20px;transition:transform .18s,box-shadow .18s,border-color .18s}
.lexora-geo a.lx-country:hover{transform:translateY(-4px);box-shadow:var(--shadow-2);border-color:var(--teal)}
.lexora-geo .lx-country .ic{width:40px;height:40px;border-radius:10px;background:var(--navy-50);color:var(--navy);
  display:grid;place-items:center;margin-bottom:12px}
.lexora-geo .lx-country .ic svg{width:20px;height:20px}
.lexora-geo .lx-country-name{font-family:var(--display);font-weight:500;font-size:18px;color:var(--ink);letter-spacing:-.02em}
.lexora-geo .lx-country-meta{font-size:12.5px;color:var(--ink-3);letter-spacing:.01em}
.lexora-geo a.lx-country .lx-country-meta{color:var(--teal-600)}
.lexora-geo .lx-country .arr{position:absolute;top:20px;right:18px;color:var(--ink-3);transition:transform .2s,color .2s}
.lexora-geo .lx-country .arr svg{width:18px;height:18px}
.lexora-geo a.lx-country:hover .arr{color:var(--teal);transform:translateX(3px)}
.lexora-geo .lx-country.soon{opacity:.72;background:var(--surface-2);border-style:dashed}
.lexora-geo .lx-country.soon .lx-country-name{color:var(--ink-2)}

/* ---------------- key cities (hub strip + country inline) ---------------- */
.lexora-geo .lx-cities{background:var(--bg)}
.lexora-geo .lx-city-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:40px}
.lexora-geo .lx-city-chip{display:inline-flex;align-items:center;gap:13px;background:var(--surface);
  border:1px solid var(--line);border-radius:14px;padding:13px 18px;min-width:216px;
  transition:transform .18s,box-shadow .18s,border-color .18s}
.lexora-geo .lx-city-chip:hover{transform:translateY(-3px);box-shadow:var(--shadow-2);border-color:var(--teal)}
.lexora-geo .lx-city-chip .ic{flex-shrink:0;width:38px;height:38px;border-radius:10px;background:var(--navy-50);
  color:var(--navy);display:grid;place-items:center}
.lexora-geo .lx-city-chip .ic svg{width:19px;height:19px}
.lexora-geo .lx-city-chip-t{display:flex;flex-direction:column;line-height:1.2}
.lexora-geo .lx-city-chip-t strong{font-family:var(--display);font-weight:500;font-size:16px;color:var(--ink);letter-spacing:-.01em}
.lexora-geo .lx-city-chip-t em{font-style:normal;font-size:12.5px;color:var(--ink-3);margin-top:2px}
.lexora-geo .lx-city-chip>svg:last-child{width:17px;height:17px;color:var(--teal-600);margin-left:auto;transition:transform .2s}
.lexora-geo .lx-city-chip:hover>svg:last-child{transform:translateX(3px)}
/* inline variant on a country page */
.lexora-geo .lx-cities-inline{margin-top:36px;padding-top:30px;border-top:1px solid var(--line)}
.lexora-geo .lx-cities-label{font-family:var(--display);font-weight:500;font-size:12.5px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--ink-3)}
.lexora-geo .lx-cities-inline .lx-city-row{margin-top:16px}

/* ---------------- FAQ ---------------- */
.lexora-geo .lx-faq{background:var(--bg)}
.lexora-geo .lx-faq-list{margin-top:42px;max-width:880px;border:1px solid var(--line);border-radius:18px;
  background:var(--surface);overflow:hidden}
.lexora-geo .faq-item{border-bottom:1px solid var(--line)}
.lexora-geo .faq-item:last-child{border-bottom:0}
.lexora-geo .faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;
  justify-content:space-between;gap:18px;padding:22px 26px;font-family:var(--display);font-weight:500;
  font-size:17px;color:var(--ink);letter-spacing:-.01em;transition:color .15s}
.lexora-geo .faq-item summary::-webkit-details-marker{display:none}
.lexora-geo .faq-item summary:hover{color:var(--teal-600)}
.lexora-geo .faq-item .chev{flex-shrink:0;color:var(--ink-3);display:grid;place-items:center;transition:transform .25s ease,color .15s}
.lexora-geo .faq-item .chev svg{width:18px;height:18px;transform:rotate(90deg)}
.lexora-geo .faq-item[open] .chev{transform:rotate(-90deg);color:var(--teal-600)}
.lexora-geo .faq-a{padding:0 26px 24px;max-width:70ch}
.lexora-geo .faq-a p{color:var(--ink-2);font-size:15.5px;line-height:1.7}

/* ---------------- CTA ---------------- */
.lexora-geo .lx-cta-band{padding:0 0 104px;background:var(--bg)}
.lexora-geo.lexora-geo-hub .lx-cta-band{background:var(--surface)}
.lexora-geo .cta-inner{position:relative;background:linear-gradient(135deg,var(--navy-700),var(--navy));
  border-radius:28px;padding:64px 56px;overflow:hidden;text-align:center}
.lexora-geo .cta-inner::before{content:"";position:absolute;inset:0;
  background:radial-gradient(50% 120% at 50% -10%,rgba(31,156,138,.4),transparent 60%)}
.lexora-geo .cta-inner>*{position:relative;z-index:1}
.lexora-geo .cta-inner h2{color:#fff;font-size:clamp(26px,3.4vw,40px);letter-spacing:-.03em;max-width:20ch;margin:14px auto 0;text-wrap:balance}
.lexora-geo .cta-inner p{color:#A9C4BF;margin:18px auto 0;max-width:58ch;font-size:17px;line-height:1.65}
.lexora-geo .cta-inner .lx-cta{justify-content:center;margin-top:30px;display:flex;flex-wrap:wrap;gap:14px}

/* ---------------- reveal motion ---------------- */
.lexora-geo.reveal-on .reveal{opacity:0;transform:translateY(24px);
  transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
.lexora-geo.reveal-on .reveal.in{opacity:1;transform:none}
.lexora-geo [data-d="1"]{transition-delay:.06s}
.lexora-geo [data-d="2"]{transition-delay:.14s}
.lexora-geo [data-d="3"]{transition-delay:.22s}
.lexora-geo [data-d="4"]{transition-delay:.30s}
.lexora-geo .lx-hero .anim{opacity:0;transform:translateY(20px);animation:lxgeo-in .9s cubic-bezier(.2,.7,.2,1) forwards}
.lexora-geo .lx-hero .anim.d1{animation-delay:.05s}
.lexora-geo .lx-hero .anim.d2{animation-delay:.16s}
.lexora-geo .lx-hero .anim.d3{animation-delay:.30s}
.lexora-geo .lx-hero .anim.d4{animation-delay:.44s}
.lexora-geo .lx-hero .anim.d5{animation-delay:.56s}
@keyframes lxgeo-in{to{opacity:1;transform:none}}

/* ---------------- responsive ---------------- */
@media(max-width:1000px){
  .lexora-geo .lx-band .wrap{grid-template-columns:1fr 1fr;gap:0}
  .lexora-geo .lx-band .cell{padding:24px 0!important;border-right:0!important}
  .lexora-geo .lx-band .cell:nth-child(odd){border-right:1px solid rgba(255,255,255,.08)!important;padding-right:24px!important}
  .lexora-geo .lx-grid-4{grid-template-columns:1fr 1fr}
  .lexora-geo .lx-country-grid{grid-template-columns:repeat(3,1fr)}
  .lexora-geo .lx-split-grid{grid-template-columns:1fr;gap:34px}
}
@media(max-width:680px){
  .lexora-geo{font-size:16px}
  .lexora-geo .wrap{padding:0 20px}
  .lexora-geo .lx-hero{padding:48px 0 0}
  .lexora-geo section.lx-sec{padding:60px 0}
  .lexora-geo .lx-band{margin-top:52px}
  .lexora-geo .lx-band .wrap{grid-template-columns:1fr}
  .lexora-geo .lx-band .cell,.lexora-geo .lx-band .cell:nth-child(odd){border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.08);padding:16px 0!important}
  .lexora-geo .lx-band .cell:last-child{border-bottom:0}
  .lexora-geo .lx-grid-4{grid-template-columns:1fr}
  .lexora-geo .lx-country-grid{grid-template-columns:1fr 1fr;gap:12px}
  .lexora-geo .lx-warnlist{grid-template-columns:1fr}
  .lexora-geo .cta-inner{padding:44px 24px}
  .lexora-geo .faq-item summary{padding:18px 20px;font-size:16px}
  .lexora-geo .faq-a{padding:0 20px 20px}
  .lexora-geo .lx-aside{padding:24px 22px}
  .lexora-geo .lx-city-chip{min-width:0;width:100%}
  .lexora-geo .btn{flex:1 1 100%;justify-content:center}
}
@media(max-width:380px){
  .lexora-geo .lx-country-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .lexora-geo *{animation:none!important;transition:none!important}
  .lexora-geo .reveal{opacity:1!important;transform:none!important}
  .lexora-geo .lx-hero .anim{opacity:1!important;transform:none!important}
  .lexora-geo .lx-hero::before{animation:none!important}
}
