/* ============================================================
   Lexora — Homepage  ("Light on Regulations")
   Same design language as the About page: navy #09243C +
   teal #1F9C8A, Inter (display) + Public Sans (body).
   Scoped under .lexora-home. Enqueued by inc/lexora-home.php
   on the front page only.
   ============================================================ */
.lexora-home{
  --navy:#09243C; --navy-700:#051B2E; --navy-600:#0B2F4A;
  --navy-50:#EAF1F7; --navy-100:#D5E3EF;
  --teal:#1F9C8A; --teal-400:#36B7A3; --teal-600:#17806F; --teal-50:#E7F4F1;
  --bg:#F5F7FA; --surface:#FFFFFF; --surface-2:#EEF2F6;
  --ink:#0B1F33; --ink-2:#566472; --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-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;
}
/* The theme wraps content in #pxl-main with 120px top/bottom padding — remove it
   on the front page so the full-bleed hero sits flush under the header. */
body.lexora-home-active #pxl-main{padding-top:0!important;padding-bottom:0!important}

.lexora-home *{box-sizing:border-box}
.lexora-home img{max-width:100%;display:block}
.lexora-home a{color:inherit;text-decoration:none}
.lexora-home h1,.lexora-home h2,.lexora-home h3,.lexora-home h4{
  font-family:var(--display);font-weight:800;line-height:1.1;letter-spacing:-.025em;margin:0;color:var(--ink)}
.lexora-home p{margin:0}
.lexora-home .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
.lexora-home .eyebrow{font-family:var(--display);font-weight:600;font-size:12.5px;letter-spacing:.2em;
  text-transform:uppercase;color:var(--teal-600);display:inline-flex;align-items:center;gap:10px}
.lexora-home .eyebrow::before{content:"";width:26px;height:1.5px;background:var(--teal);display:inline-block}
.lexora-home .eyebrow.on-dark{color:var(--teal-400)}
.lexora-home .eyebrow.on-dark::before{background:var(--teal-400)}
.lexora-home .btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--display);font-weight:700;
  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;line-height:1.2;text-align:center}
.lexora-home .btn svg{width:18px;height:18px;flex-shrink:0}
.lexora-home .btn-primary{background:var(--teal);color:#06231e}
.lexora-home .btn-primary:hover{background:var(--teal-400);transform:translateY(-2px)}
.lexora-home .btn-ghost{background:transparent;color:#EAF3F1;border-color:rgba(255,255,255,.28)}
.lexora-home .btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.06)}
.lexora-home .btn-navy{background:var(--navy);color:#fff}
.lexora-home .btn-navy:hover{background:var(--navy-700);transform:translateY(-2px)}
.lexora-home .btn-outline{background:transparent;color:var(--navy);border-color:var(--line-2)}
.lexora-home .btn-outline:hover{border-color:var(--navy);background:var(--navy-50)}
.lexora-home .arrow-lnk{display:inline-flex;align-items:center;gap:7px;font-family:var(--display);font-weight:700;
  font-size:14px;color:var(--teal-600)}
.lexora-home .arrow-lnk svg{width:16px;height:16px;transition:transform .2s}
.lexora-home .arrow-lnk:hover svg{transform:translateX(4px)}

/* section shell */
.lexora-home section.lx-sec{padding:96px 0}
.lexora-home section.lx-sec.tight{padding:72px 0}
.lexora-home .sec-head{max-width:720px;margin-bottom:48px}
.lexora-home .sec-head.center{margin-left:auto;margin-right:auto;text-align:center}
.lexora-home .sec-head h2{font-size:clamp(28px,3.6vw,42px);margin:16px 0 0;letter-spacing:-.03em}
.lexora-home .sec-head p{color:var(--ink-2);font-size:17.5px;margin:16px 0 0}
.lexora-home .center .eyebrow{justify-content:center}

/* ---------------- HERO ---------------- */
.lexora-home .lx-hero{position:relative;background:var(--navy);color:#EAF3F1;overflow:hidden;padding:118px 0 104px}
.lexora-home .lx-hero::before{content:"";position:absolute;inset:0;z-index:0;
  background:radial-gradient(56% 70% at 80% 6%,rgba(31,156,138,.36),transparent 60%),
             radial-gradient(40% 55% at 8% 100%,rgba(31,156,138,.14),transparent 60%);
  animation:lxglow 12s ease-in-out infinite alternate}
@keyframes lxglow{from{opacity:.75;transform:translateY(0)}to{opacity:1;transform:translateY(-12px)}}
.lexora-home .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% 90% at 50% 0%,#000 35%,transparent 78%);
          mask-image:radial-gradient(120% 90% at 50% 0%,#000 35%,transparent 78%)}
.lexora-home .lx-hero .wrap{position:relative;z-index:1;max-width:920px}
.lexora-home .lx-hero h1{color:#fff;font-size:clamp(40px,6vw,74px);font-weight:900;letter-spacing:-.035em;margin:22px 0 0;max-width:18ch}
.lexora-home .lx-hero h1 .lit{position:relative;white-space:nowrap}
.lexora-home .lx-hero h1 .lit::after{content:"";position:absolute;left:-2px;right:-2px;bottom:.08em;height:.3em;
  background:linear-gradient(90deg,var(--teal),var(--teal-400));border-radius:3px;z-index:-1;opacity:.9}
.lexora-home .lx-hero .lede{max-width:60ch;margin:24px 0 0;font-size:18px;color:#B9CFCB;line-height:1.7}
.lexora-home .lx-hero .lede + .lede{margin-top:14px;font-size:16.5px}
.lexora-home .lx-hero .lx-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:36px}
.lexora-home .hero-reg{display:inline-flex;align-items:center;gap:9px;margin-top:30px;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-home .hero-reg b{color:#EAF3F1;font-weight:600}
.lexora-home .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)}

/* ---------------- INTRO SPLIT (services + contact) ---------------- */
.lexora-home .lx-split{display:grid;grid-template-columns:1.3fr 1fr;gap:24px;margin-top:-64px;position:relative;z-index:3}
.lexora-home .split-card{border-radius:20px;padding:38px 36px;box-shadow:var(--shadow-2)}
.lexora-home .split-card h3{font-size:24px;margin:0 0 12px}
.lexora-home .split-card p{font-size:15.5px;line-height:1.7;margin-bottom:22px}
.lexora-home .split-card.light{background:var(--surface);border:1px solid var(--line)}
.lexora-home .split-card.light p{color:var(--ink-2)}
.lexora-home .split-card.dark{background:var(--navy);color:#D7E7E3;position:relative;overflow:hidden}
.lexora-home .split-card.dark::before{content:"";position:absolute;inset:0;background:radial-gradient(70% 80% at 100% 0,rgba(31,156,138,.28),transparent 60%)}
.lexora-home .split-card.dark > *{position:relative;z-index:1}
.lexora-home .split-card.dark h3{color:#fff}
.lexora-home .split-card.dark p{color:#A9C4BF}

/* ---------------- WHY CHOOSE (features) ---------------- */
.lexora-home .lx-why{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.lexora-home .why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.lexora-home .why-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:28px 24px;
  transition:transform .2s,box-shadow .2s,border-color .2s}
.lexora-home .why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-2);border-color:var(--line-2)}
.lexora-home .why-card .ic{width:50px;height:50px;border-radius:13px;background:var(--navy-50);color:var(--navy);
  display:grid;place-items:center;margin-bottom:18px}
.lexora-home .why-card .ic svg{width:25px;height:25px}
.lexora-home .why-card h3{font-size:17px;margin:0 0 9px;letter-spacing:-.01em}
.lexora-home .why-card p{font-size:14px;color:var(--ink-2);line-height:1.6}

/* ---------------- SERVICES (image cards) ---------------- */
.lexora-home .svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.lexora-home .lx-svc{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;
  display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s,border-color .2s}
.lexora-home .lx-svc:hover{transform:translateY(-5px);box-shadow:var(--shadow-3);border-color:var(--line-2)}
.lexora-home .lx-svc .svc-img{aspect-ratio:16/10;background:var(--surface-2);overflow:hidden;position:relative}
.lexora-home .lx-svc .svc-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.lexora-home .lx-svc:hover .svc-img img{transform:scale(1.05)}
.lexora-home .lx-svc .svc-body{padding:24px 24px 26px;display:flex;flex-direction:column;flex:1}
.lexora-home .lx-svc h3{font-size:18.5px;margin:0 0 10px;letter-spacing:-.015em}
.lexora-home .lx-svc p{font-size:14px;color:var(--ink-2);line-height:1.6;flex:1;margin-bottom:18px}
.lexora-home .lx-svc .arrow-lnk{margin-top:auto}

/* ---------------- STEPS ---------------- */
.lexora-home .lx-steps-sec{background:var(--surface-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.lexora-home .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;counter-reset:lxs}
.lexora-home .lx-step{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:34px 30px;position:relative}
.lexora-home .lx-step .snum{counter-increment:lxs;font-family:var(--display);font-weight:800;font-size:16px;
  width:46px;height:46px;border-radius:13px;background:var(--navy);color:#fff;display:grid;place-items:center;margin-bottom:20px}
.lexora-home .lx-step .snum::before{content:"0" counter(lxs)}
.lexora-home .lx-step h3{font-size:20px;margin:0 0 10px}
.lexora-home .lx-step p{font-size:14.5px;color:var(--ink-2);line-height:1.65}
.lexora-home .lx-step:not(:last-child)::after{content:"";position:absolute;top:56px;right:-14px;width:28px;height:2px;
  background:repeating-linear-gradient(90deg,var(--line-2) 0 5px,transparent 5px 10px);z-index:1}

/* ---------------- TESTIMONIALS ---------------- */
.lexora-home .lx-testi{background:var(--navy);color:#D7E7E3;position:relative;overflow:hidden}
.lexora-home .lx-testi::before{content:"";position:absolute;inset:0;background:radial-gradient(50% 70% at 90% 0,rgba(31,156,138,.26),transparent 60%)}
.lexora-home .lx-testi .wrap{position:relative;z-index:1}
.lexora-home .lx-testi .sec-head h2{color:#fff}
.lexora-home .lx-testi .sec-head p{color:#A9C4BF}
.lexora-home .testi-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.lexora-home .testi-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:34px 32px}
.lexora-home .testi-card .quote{color:var(--teal-400);font-family:var(--display);font-weight:800;font-size:46px;line-height:.6;height:24px}
.lexora-home .testi-card .stars{display:flex;gap:3px;margin:6px 0 14px;color:var(--teal-400)}
.lexora-home .testi-card .stars svg{width:17px;height:17px}
.lexora-home .testi-card p{font-size:16.5px;line-height:1.6;color:#E6F0EE}
.lexora-home .testi-card .who{display:flex;align-items:center;gap:13px;margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}
.lexora-home .testi-card .av{width:44px;height:44px;border-radius:50%;background:var(--teal);color:#06231e;display:grid;place-items:center;
  font-family:var(--display);font-weight:800;font-size:16px}
.lexora-home .testi-card .who .n{font-family:var(--display);font-weight:700;color:#fff;font-size:15px}
.lexora-home .testi-card .who .r{font-size:13px;color:#9DB8B3}

/* ---------------- PACKAGES ---------------- */
.lexora-home .pkg-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.lexora-home .pkg-card{position:relative;border-radius:22px;padding:40px 38px;overflow:hidden;display:flex;flex-direction:column;
  background:var(--surface);border:1px solid var(--line);transition:transform .2s,box-shadow .2s}
.lexora-home .pkg-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-2)}
.lexora-home .pkg-card .pic{width:64px;height:64px;border-radius:16px;background:var(--navy-50);display:grid;place-items:center;margin-bottom:22px}
.lexora-home .pkg-card .pic img{width:38px;height:38px;object-fit:contain}
.lexora-home .pkg-card .pic svg{width:32px;height:32px;color:var(--navy)}
.lexora-home .pkg-card .tag{font-family:var(--display);font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-600)}
.lexora-home .pkg-card h3{font-size:23px;margin:8px 0 12px}
.lexora-home .pkg-card p{font-size:15.5px;color:var(--ink-2);line-height:1.65;flex:1;margin-bottom:26px}
.lexora-home .pkg-card .btn{align-self:flex-start}

/* ---------------- NEWS ---------------- */
.lexora-home .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.lexora-home .news-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;
  display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s,border-color .2s}
.lexora-home .news-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-2);border-color:var(--line-2)}
.lexora-home .news-card .news-img{aspect-ratio:16/9;background:var(--surface-2);overflow:hidden}
.lexora-home .news-card .news-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.lexora-home .news-card:hover .news-img img{transform:scale(1.05)}
.lexora-home .news-card .news-body{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1}
.lexora-home .news-card .meta{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--ink-3);margin-bottom:11px}
.lexora-home .news-card .cat{font-family:var(--display);font-weight:700;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;
  color:var(--teal-600);background:var(--teal-50);padding:4px 9px;border-radius:6px}
.lexora-home .news-card h3{font-size:17px;line-height:1.35;margin:0 0 16px;flex:1}
.lexora-home .news-card h3 a:hover{color:var(--teal-600)}
.lexora-home .news-card .arrow-lnk{margin-top:auto}

/* ---------------- CLOSING CTA ---------------- */
.lexora-home .lx-cta-band{padding:0 0 100px}
.lexora-home .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-home .cta-inner::before{content:"";position:absolute;inset:0;background:radial-gradient(50% 120% at 50% -10%,rgba(31,156,138,.4),transparent 60%)}
.lexora-home .cta-inner > *{position:relative;z-index:1}
.lexora-home .cta-inner h2{color:#fff;font-size:clamp(26px,3.4vw,38px);letter-spacing:-.03em;max-width:20ch;margin:14px auto 0}
.lexora-home .cta-inner p{color:#A9C4BF;margin:16px auto 0;max-width:54ch;font-size:16.5px}
.lexora-home .cta-inner .lx-cta{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:30px}

/* ---------------- reveal ---------------- */
.lexora-home .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
.lexora-home .reveal.in{opacity:1;transform:none}
.lexora-home [data-d="1"]{transition-delay:.07s}.lexora-home [data-d="2"]{transition-delay:.14s}
.lexora-home [data-d="3"]{transition-delay:.21s}.lexora-home [data-d="4"]{transition-delay:.28s}
.lexora-home [data-d="5"]{transition-delay:.35s}.lexora-home [data-d="6"]{transition-delay:.42s}
.lexora-home .lx-hero .anim{opacity:0;transform:translateY(22px);animation:lxin .9s cubic-bezier(.2,.7,.2,1) forwards}
.lexora-home .lx-hero .anim.d1{animation-delay:.05s}.lexora-home .lx-hero .anim.d2{animation-delay:.18s}
.lexora-home .lx-hero .anim.d3{animation-delay:.3s}.lexora-home .lx-hero .anim.d4{animation-delay:.42s}
.lexora-home .lx-hero .anim.d5{animation-delay:.54s}
@keyframes lxin{to{opacity:1;transform:none}}

/* ---------------- responsive ---------------- */
@media(max-width:1024px){
  .lexora-home .why-grid{grid-template-columns:1fr 1fr}
  .lexora-home .svc-grid,.lexora-home .news-grid{grid-template-columns:1fr 1fr}
  .lexora-home .steps{grid-template-columns:1fr}
  .lexora-home .lx-step:not(:last-child)::after{display:none}
}
@media(max-width:860px){
  .lexora-home .lx-split{grid-template-columns:1fr;margin-top:-48px}
  .lexora-home .testi-grid,.lexora-home .pkg-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .lexora-home{font-size:16px}
  .lexora-home .wrap{padding:0 18px}
  .lexora-home .lx-hero{padding:92px 0 84px}
  .lexora-home section.lx-sec{padding:64px 0}
  .lexora-home .why-grid,.lexora-home .svc-grid,.lexora-home .news-grid{grid-template-columns:1fr}
  .lexora-home .split-card{padding:30px 26px}
  .lexora-home .testi-card,.lexora-home .pkg-card{padding:30px 26px}
  .lexora-home .cta-inner{padding:46px 26px}
  .lexora-home .lx-hero .lx-cta .btn,.lexora-home .cta-inner .lx-cta .btn{flex:1 1 100%;justify-content:center}
  .lexora-home .sec-head{margin-bottom:34px}
}
@media(prefers-reduced-motion:reduce){
  .lexora-home *{animation:none!important;transition:none!important}
  .lexora-home .reveal{opacity:1;transform:none}
  .lexora-home .lx-hero .anim{opacity:1;transform:none}
}
