/* ═══════════════════════════════════════════════════════════════
   DIGINECIA.IO  -  v3 | TRUE Elementra-inspired Design
   White nav • Floating hero cards • Split sections • Dark footer
   Fonts: Plus Jakarta Sans + Sora
   Colors: #0A0A1A dark | #00C896 teal | #FF6B35 accent
═══════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Sora:wght@600;700;800&display=swap');

:root {
  --teal:#00C896; --teal-d:#00A87E; --teal-l:#1DDBA6; --teal-pale:#E6FAF5;
  --accent:#FF6B35; --accent-d:#E85A22; --accent-pale:#FFF0EA;
  --dark:#0A0A1A; --dark-2:#13132A; --dark-3:#1E1E38; --dark-4:#252545;
  --purple:#3D3D8F; --purple-l:#5656C4;
  --white:#FFFFFF; --off:#F8FFFE; --off2:#F4F4F8;
  --gray:#6B7280; --gray-l:#9CA3AF; --gray-xl:#D1D5DB;
  --border:#E5E7EB; --border-d:rgba(255,255,255,.08);
  --s1:0 1px 8px rgba(0,0,0,.06);
  --s2:0 4px 24px rgba(0,0,0,.08);
  --s3:0 12px 48px rgba(0,0,0,.12);
  --s4:0 24px 80px rgba(0,0,0,.16);
  --sglow:0 8px 40px rgba(0,200,150,.28);
  --aglow:0 8px 40px rgba(255,107,53,.28);
  --f:'Plus Jakarta Sans',sans-serif;
  --fh:'Sora','Plus Jakarta Sans',sans-serif;
  --r:6px; --r2:12px; --r3:20px; --r4:32px;
  --ease:cubic-bezier(.4,0,.2,1);
  --easePop:cubic-bezier(.34,1.56,.64,1);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:var(--f);background:#fff;color:var(--dark);overflow-x:hidden;-webkit-font-smoothing:antialiased;line-height:1.6;}
::-webkit-scrollbar{width:3px;}
::-webkit-scrollbar-thumb{background:var(--teal);border-radius:3px;}
::selection{background:var(--teal);color:#fff;}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}

/* ── LAYOUT ── */
.W{max-width:1200px;margin:0 auto;padding:0 48px;}
.sec{padding:100px 0;}

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4,h5{font-family:var(--fh);line-height:1.1;letter-spacing:-.02em;}
h1{font-size:clamp(3rem,5.5vw,5.2rem);}
h2{font-size:clamp(2rem,3.5vw,3rem);}
h3{font-size:clamp(1.3rem,2vw,1.8rem);}
p{line-height:1.72;}

/* Elementra eyebrow style: small caps with line */
.eyebrow{
  display:block;font-size:.7rem;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:var(--teal);margin-bottom:14px;
  font-family:var(--f);
}

/* ── BUTTONS ── */
.btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:13px 28px;border-radius:50px;font-family:var(--f);
  font-weight:700;font-size:.875rem;cursor:pointer;border:none;
  transition:all .25s var(--ease);white-space:nowrap;
  text-decoration:none;justify-content:center;line-height:1;
}
.btn-accent{background:var(--accent);color:#fff;box-shadow:var(--aglow);}
.btn-accent:hover{background:var(--accent-d);transform:translateY(-2px);box-shadow:0 14px 48px rgba(255,107,53,.4);}
.btn-teal{background:var(--teal);color:#fff;box-shadow:var(--sglow);}
.btn-teal:hover{background:var(--teal-d);transform:translateY(-2px);box-shadow:0 14px 48px rgba(0,200,150,.4);}
.btn-dark{background:var(--dark);color:#fff;}
.btn-dark:hover{background:var(--dark-2);transform:translateY(-2px);}
.btn-outline{background:transparent;color:var(--dark);border:1.5px solid var(--border);}
.btn-outline:hover{border-color:var(--teal);color:var(--teal);}
.btn-outline-white{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.3);}
.btn-outline-white:hover{border-color:#fff;background:rgba(255,255,255,.08);}
.btn-wa{background:#25D366;color:#fff;box-shadow:0 8px 32px rgba(37,211,102,.3);}
.btn-wa:hover{background:#1ead52;transform:translateY(-2px);}
.btn-sm{padding:9px 20px;font-size:.8rem;}
.btn-lg{padding:16px 38px;font-size:.95rem;}
.btn-xl{padding:18px 48px;font-size:1rem;}
.btn-arrow::after{content:'→';transition:transform .2s;}
.btn-arrow:hover::after{transform:translateX(4px);}

/* ══════════════════════════════════════════════
   NAV  -  Elementra style: WHITE, transparent on scroll
══════════════════════════════════════════════ */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:9000;
  background:rgba(255,255,255,.95);backdrop-filter:blur(20px);
  border-bottom:1px solid var(--border);transition:all .3s;
}
.nav.scrolled{box-shadow:var(--s2);}
.nav-wrap{
  max-width:1200px;margin:0 auto;padding:0 48px;
  height:80px;display:flex;align-items:center;
  justify-content:space-between;gap:24px;
}
.nav-logo img{height:52px;width:auto;object-fit:contain;}
.nav-links{display:flex;align-items:center;list-style:none;gap:4px;}
.nav-links a{
  display:block;padding:7px 15px;border-radius:50px;
  font-size:.875rem;font-weight:600;color:var(--gray);transition:all .2s;
}
.nav-links a:hover,.nav-links a.active{color:var(--dark);background:var(--off2);}
.nav-right{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.nav-phone{font-size:.78rem;font-weight:600;color:var(--gray);white-space:nowrap;transition:color .2s;}
.nav-phone:hover{color:var(--teal);}
.ham{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;}
.ham span{display:block;width:22px;height:1.5px;background:var(--dark);border-radius:2px;transition:all .3s;}
.ham.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg);}
.ham.open span:nth-child(2){opacity:0;}
.ham.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg);}

/* DRAWER */
.drawer{
  position:fixed;top:80px;left:0;right:0;bottom:0;
  background:#fff;z-index:8999;overflow-y:auto;
  transform:translateX(100%);transition:transform .35s var(--ease);
  border-top:1px solid var(--border);
}
.drawer.open{transform:none;}
.drawer-link{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 28px;color:var(--gray);font-size:1rem;font-weight:600;
  border-bottom:1px solid var(--border);transition:color .2s;
}
.drawer-link:hover{color:var(--teal);}
.drawer-link span{color:var(--teal);}
.drawer-btns{padding:24px 28px;display:flex;flex-direction:column;gap:12px;}
.drawer-info{padding:0 28px 28px;}
.drawer-info p{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-l);margin-bottom:12px;}
.drawer-info a{display:block;color:var(--gray);font-size:.9rem;margin-bottom:8px;transition:color .2s;}
.drawer-info a:hover{color:var(--teal);}
.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:8998;display:none;}
.drawer-overlay.show{display:block;}

/* ══════════════════════════════════════════════
   HERO  -  Elementra: Dark gradient BG, large headline,
   floating UI cards scattered around
══════════════════════════════════════════════ */
.hero{
  background:linear-gradient(135deg,var(--dark) 0%,var(--dark-2) 40%,#1A1A3E 70%,#0D1A30 100%);
  padding:160px 0 120px;min-height:100vh;position:relative;overflow:hidden;
  display:flex;align-items:center;
}
/* Purple/blue orbs like Elementra */
.hero::before{
  content:'';position:absolute;width:600px;height:600px;
  background:radial-gradient(circle,rgba(86,86,196,.35) 0%,transparent 65%);
  top:-100px;right:-100px;border-radius:50%;
}
.hero::after{
  content:'';position:absolute;width:400px;height:400px;
  background:radial-gradient(circle,rgba(0,200,150,.2) 0%,transparent 65%);
  bottom:-80px;left:15%;border-radius:50%;
}
.hero-orb-extra{
  position:absolute;width:300px;height:300px;border-radius:50%;
  background:radial-gradient(circle,rgba(61,61,143,.4) 0%,transparent 65%);
  top:40%;left:-80px;
}
.hero-inner{
  position:relative;z-index:1;max-width:1200px;margin:0 auto;
  padding:0 48px;text-align:center;width:100%;
}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:rgba(255,255,255,.5);margin-bottom:24px;
}
.hero-eyebrow-dot{width:4px;height:4px;border-radius:50%;background:var(--teal);}
.hero h1{
  color:#fff;margin-bottom:28px;max-width:820px;margin-left:auto;margin-right:auto;
}
.hero h1 em{font-style:normal;color:var(--teal);}
.hero-sub{
  color:rgba(255,255,255,.5);font-size:1.05rem;line-height:1.8;
  max-width:560px;margin:0 auto 40px;
}
.hero-btns{
  display:flex;align-items:center;justify-content:center;gap:14px;
  flex-wrap:wrap;margin-bottom:60px;
}
/* Floating metric cards  -  Elementra's signature */
.hero-cards-wrap{
  position:relative;max-width:780px;margin:0 auto;
  height:340px;
}
.hcard{
  position:absolute;background:#fff;border-radius:var(--r3);
  box-shadow:var(--s4);padding:16px 20px;display:flex;align-items:center;gap:14px;
  animation:floatY 4s ease-in-out infinite;
}
.hcard-1{top:0;left:0;animation-delay:0s;min-width:200px;}
.hcard-2{top:0;right:0;animation-delay:1.5s;min-width:180px;}
.hcard-3{bottom:30px;left:30px;animation-delay:0.8s;min-width:170px;}
.hcard-4{bottom:0;right:60px;animation-delay:2.2s;min-width:190px;}
.hcard-5{top:40%;left:50%;transform:translateX(-50%);animation-delay:1.2s;min-width:210px;}
.hcard-icon{
  width:42px;height:42px;border-radius:var(--r2);
  display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;flex-shrink:0;
}
.hcard-icon.green{background:#E6FAF5;}
.hcard-icon.orange{background:#FFF0EA;}
.hcard-icon.blue{background:#EFF6FF;}
.hcard-icon.purple{background:#F5F3FF;}
.hcard-val{font-family:var(--fh);font-size:1.3rem;font-weight:700;color:var(--dark);line-height:1;}
.hcard-label{font-size:.72rem;color:var(--gray);margin-top:3px;font-weight:500;}
/* Small bar chart inside card */
.hcard-bars{display:flex;align-items:flex-end;gap:3px;height:28px;margin-top:6px;}
.hcard-bar{width:6px;border-radius:2px;background:var(--gray-xl);}
.hcard-bar.active{background:var(--teal);}

/* Central dashboard mock */
.hero-dashboard{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:280px;background:#fff;border-radius:var(--r3);box-shadow:var(--s4);
  overflow:hidden;
}
.hdb-head{
  background:var(--dark);padding:12px 16px;
  display:flex;align-items:center;gap:8px;
}
.hdb-dots{display:flex;gap:5px;}
.hdb-dot{width:8px;height:8px;border-radius:50%;}
.hdb-body{padding:14px 16px;}
.hdb-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;}
.hdb-key{font-size:.72rem;color:var(--gray);}
.hdb-val{font-size:.8rem;font-weight:700;color:var(--dark);}
.hdb-chart{display:flex;align-items:flex-end;gap:4px;height:50px;margin-top:8px;}
.hdb-b{width:100%;border-radius:3px 3px 0 0;}

/* ══════════════════════════════════════════════
   SECTION: White BG  -  Left heading + Right stacked cards
   (Elementra "Visual insights" section)
══════════════════════════════════════════════ */
.split-sec{padding:110px 0;}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.split-grid.reverse{direction:rtl;}
.split-grid.reverse>*{direction:ltr;}
.split-txt .eyebrow{margin-bottom:14px;}
.split-txt h2{margin-bottom:20px;}
.split-txt p{color:var(--gray);font-size:.96rem;line-height:1.82;margin-bottom:32px;}
/* Stacked metric cards on right */
.metric-stack{display:flex;flex-direction:column;gap:16px;}
.metric-card{
  background:#fff;border:1.5px solid var(--border);border-radius:var(--r3);
  padding:22px 24px;transition:all .3s var(--ease);
}
.metric-card:hover{border-color:var(--teal);box-shadow:var(--s3);transform:translateY(-4px);}
.metric-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;}
.metric-label{font-size:.8rem;font-weight:700;color:var(--gray);letter-spacing:.02em;}
.metric-badge{font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:50px;}
.metric-badge.up{background:#DCFCE7;color:#166534;}
.metric-badge.dn{background:#FEE2E2;color:#991B1B;}
.metric-num{font-family:var(--fh);font-size:2rem;font-weight:700;color:var(--dark);line-height:1;}
.metric-sub{font-size:.75rem;color:var(--gray-l);margin-top:6px;}
.metric-bars{display:flex;align-items:flex-end;gap:4px;height:36px;margin-top:12px;}
.mbar{border-radius:3px 3px 0 0;transition:height .5s;}

/* ══════════════════════════════════════════════
   DARK SECTION  -  "Identify audiences" style
   Left text + Right photo collage
══════════════════════════════════════════════ */
.dark-split-sec{background:var(--dark);padding:110px 0;}
.dark-split-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.dark-split-txt .eyebrow{color:rgba(255,255,255,.45);}
.dark-split-txt h2{color:#fff;margin-bottom:20px;}
.dark-split-txt p{color:rgba(255,255,255,.45);font-size:.96rem;line-height:1.82;margin-bottom:32px;}
/* Photo collage */
.photo-collage{position:relative;height:420px;}
.pcol-card{
  position:absolute;background:#fff;border-radius:var(--r2);overflow:hidden;
  box-shadow:var(--s4);
}
.pcol-card-1{width:220px;height:160px;top:0;left:0;}
.pcol-card-2{width:180px;height:200px;top:0;right:0;}
.pcol-card-3{width:200px;height:180px;bottom:0;left:40px;}
.pcol-badge{
  position:absolute;bottom:-14px;left:50%;transform:translateX(-50%);
  background:var(--teal);color:#fff;border-radius:50px;padding:6px 16px;
  font-size:.72rem;font-weight:700;white-space:nowrap;
}
/* Photo placeholder (gradient) */
.pcol-img{width:100%;height:100%;object-fit:cover;}
.pcol-placeholder{
  width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;font-size:2rem;
}
/* Logo strip below dark section */
.logo-strip{
  background:var(--dark-2);border-top:1px solid var(--border-d);
  padding:28px 0;
}
.logo-strip-inner{
  max-width:1200px;margin:0 auto;padding:0 48px;
  display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;
}
.lstrip-item{
  display:flex;align-items:center;gap:10px;
  font-size:.85rem;font-weight:700;color:rgba(255,255,255,.3);
  letter-spacing:.04em;transition:color .2s;
}
.lstrip-item:hover{color:rgba(255,255,255,.7);}
.lstrip-dot{width:8px;height:8px;border-radius:50%;}

/* ══════════════════════════════════════════════
   MIXED SECTION  -  Full-width heading left + big counter right
   (Elementra "Tailored SEO services" section)
══════════════════════════════════════════════ */
.wide-cta-sec{padding:110px 0;background:var(--off);}
.wide-cta-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:80px;align-items:center;}
.wide-cta-left .eyebrow{margin-bottom:14px;}
.wide-cta-left h2{margin-bottom:20px;}
.wide-cta-left h2 em{font-style:normal;color:var(--teal);}
.wide-cta-left p{color:var(--gray);font-size:.96rem;line-height:1.82;margin-bottom:32px;}
.wide-cta-right{text-align:center;}
.big-counter-wrap{position:relative;display:inline-block;}
.big-counter-label{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:12px;}
.big-counter{font-family:var(--fh);font-size:clamp(5rem,10vw,9rem);font-weight:800;color:var(--dark);line-height:1;}
.big-counter span{color:var(--teal);}
.big-counter-sub{font-size:.85rem;color:var(--gray);margin-top:8px;}

/* ══════════════════════════════════════════════
   STATS  -  Dark BG, counter grid with images mixed in
══════════════════════════════════════════════ */
.stats-dark-sec{background:var(--dark);padding:100px 0;}
.stats-dark-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;border:1px solid var(--border-d);border-radius:var(--r3);overflow:hidden;}
.stat-dark-item{
  padding:48px 40px;border-right:1px solid var(--border-d);
  text-align:center;transition:background .3s;
}
.stat-dark-item:last-child{border-right:none;}
.stat-dark-item:hover{background:rgba(255,255,255,.03);}
.stat-dark-eyebrow{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:16px;}
.stat-dark-num{font-family:var(--fh);font-size:clamp(3rem,5vw,5rem);font-weight:800;color:#fff;line-height:1;margin-bottom:8px;}
.stat-dark-num span{color:var(--teal);}
.stat-dark-label{font-size:.82rem;color:rgba(255,255,255,.38);line-height:1.6;}

/* ══════════════════════════════════════════════
   PROCESS  -  4-step, numbered cards
══════════════════════════════════════════════ */
.process-sec{padding:110px 0;background:#fff;}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative;}
.process-line{
  position:absolute;top:48px;left:12%;right:12%;height:1px;
  background:linear-gradient(90deg,var(--teal),var(--accent));opacity:.2;
}
.proc-card{
  background:#fff;border:1.5px solid var(--border);border-radius:var(--r3);
  padding:32px 24px 28px;text-align:center;position:relative;z-index:1;
  transition:all .3s var(--ease);
}
.proc-card:hover{border-color:var(--teal);box-shadow:var(--s3);transform:translateY(-6px);}
.proc-num{
  width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 20px;font-family:var(--fh);font-size:1.2rem;font-weight:800;
  color:#fff;position:relative;
}
.proc-num-1{background:linear-gradient(135deg,var(--teal),var(--teal-d));}
.proc-num-2{background:linear-gradient(135deg,var(--purple-l),var(--purple));}
.proc-num-3{background:linear-gradient(135deg,var(--accent),var(--accent-d));}
.proc-num-4{background:linear-gradient(135deg,#0EA5E9,#0369A1);}
.proc-card h4{font-family:var(--fh);font-size:1rem;font-weight:700;margin-bottom:10px;}
.proc-card p{font-size:.85rem;color:var(--gray);line-height:1.75;}

/* ══════════════════════════════════════════════
   PRICING  -  3 cards, middle featured (accent)
   Elementra style: clean white cards, accent middle
══════════════════════════════════════════════ */
.pricing-sec{padding:110px 0;background:var(--off2);}
.price-toggle-wrap{
  display:flex;align-items:center;justify-content:center;
  gap:14px;margin-bottom:48px;
}
.toggle-pill{
  display:flex;background:#fff;border:1.5px solid var(--border);
  border-radius:50px;padding:4px;gap:2px;
}
.toggle-opt{
  padding:8px 20px;border-radius:50px;font-size:.82rem;font-weight:700;
  color:var(--gray);cursor:pointer;transition:all .22s;
}
.toggle-opt.active{background:var(--dark);color:#fff;}
.save-pill{
  background:var(--teal-pale);color:var(--teal);font-size:.7rem;font-weight:700;
  padding:4px 12px;border-radius:50px;
}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:center;}
.pcard{
  background:#fff;border:1.5px solid var(--border);border-radius:var(--r3);
  padding:36px;position:relative;transition:all .3s var(--ease);
}
.pcard:hover{box-shadow:var(--s3);transform:translateY(-6px);}
.pcard.featured{
  background:var(--dark);border-color:var(--dark);
  transform:scale(1.04) translateY(-8px);
  box-shadow:var(--s4),0 0 0 2px var(--teal);
}
.pcard.featured:hover{transform:scale(1.04) translateY(-14px);}
.pcard-badge{
  position:absolute;top:-14px;left:50%;transform:translateX(-50%);
  background:var(--accent);color:#fff;padding:5px 18px;border-radius:50px;
  font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  white-space:nowrap;box-shadow:var(--aglow);
}
.pcard-model{
  display:inline-flex;align-items:center;gap:6px;
  background:var(--off2);color:var(--gray);border-radius:50px;
  padding:5px 12px;font-size:.7rem;font-weight:700;margin-bottom:18px;
}
.pcard.featured .pcard-model{background:rgba(255,255,255,.1);color:rgba(255,255,255,.6);}
.pcard h3{font-size:1.4rem;margin-bottom:6px;}
.pcard.featured h3{color:#fff;}
.pcard-tagline{font-size:.82rem;color:var(--gray);margin-bottom:22px;line-height:1.5;}
.pcard.featured .pcard-tagline{color:rgba(255,255,255,.4);}
.pcard-price{margin-bottom:6px;}
.pcard-currency{font-size:1.3rem;font-weight:700;vertical-align:top;line-height:2.2;color:var(--dark);}
.pcard.featured .pcard-currency{color:#fff;}
.pcard-amount{font-family:var(--fh);font-size:3.6rem;font-weight:800;color:var(--dark);line-height:1;}
.pcard.featured .pcard-amount{color:#fff;}
.pcard-per{font-size:.82rem;color:var(--gray-l);margin-bottom:4px;}
.pcard.featured .pcard-per{color:rgba(255,255,255,.35);}
.pcard-setup{font-size:.78rem;color:var(--gray-xl);margin-bottom:24px;}
.pcard.featured .pcard-setup{color:rgba(255,255,255,.25);}
.pcard-div{height:1px;background:var(--border);margin-bottom:22px;}
.pcard.featured .pcard-div{background:rgba(255,255,255,.1);}
.pcard-feats{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px;}
.pcard-feats li{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;color:var(--dark);}
.pcard.featured .pcard-feats li{color:rgba(255,255,255,.7);}
.pcard-feats li::before{
  content:'✓';width:20px;height:20px;border-radius:50%;
  background:var(--teal-pale);color:var(--teal);font-weight:800;font-size:.68rem;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;
}
.pcard.featured .pcard-feats li::before{background:rgba(0,200,150,.2);color:var(--teal-l);}

/* ══════════════════════════════════════════════
   TESTIMONIAL  -  Single large quote, Elementra style
   (Big quote + photo side by side)
══════════════════════════════════════════════ */
.testi-sec{padding:110px 0;background:#fff;}
.testi-wrap{
  display:grid;grid-template-columns:1.2fr 0.8fr;gap:80px;
  align-items:center;max-width:1000px;margin:0 auto;
}
.testi-stars-big{font-size:1.1rem;color:var(--accent);letter-spacing:3px;margin-bottom:24px;}
.testi-quote{
  font-family:var(--fh);font-size:clamp(1.3rem,2.2vw,1.7rem);
  font-weight:600;color:var(--dark);line-height:1.5;margin-bottom:32px;
}
.testi-author-row{display:flex;align-items:center;gap:14px;}
.testi-av-big{
  width:52px;height:52px;border-radius:50%;background:var(--teal);
  display:flex;align-items:center;justify-content:center;
  font-weight:800;color:#fff;font-size:.9rem;flex-shrink:0;
  border:3px solid var(--teal-pale);
}
.testi-name-big{font-size:.95rem;font-weight:700;color:var(--dark);}
.testi-role-big{font-size:.78rem;color:var(--gray);}
/* Photo side */
.testi-photo{position:relative;}
.testi-photo-card{
  background:var(--off2);border-radius:var(--r3);overflow:hidden;
  height:360px;display:flex;align-items:center;justify-content:center;
  font-size:5rem;position:relative;
}
.testi-photo-badge{
  position:absolute;bottom:20px;left:50%;transform:translateX(-50%);
  background:#fff;border-radius:var(--r2);padding:12px 20px;
  box-shadow:var(--s3);white-space:nowrap;text-align:center;
}
.tpb-val{font-family:var(--fh);font-size:1.4rem;font-weight:800;color:var(--dark);}
.tpb-label{font-size:.72rem;color:var(--gray);}
/* Testi dots nav */
.testi-dots{display:flex;gap:8px;margin-top:28px;}
.tdot{width:8px;height:8px;border-radius:50%;background:var(--gray-xl);cursor:pointer;transition:all .2s;}
.tdot.active{background:var(--teal);width:24px;border-radius:4px;}

/* ══════════════════════════════════════════════
   MARQUEE / DIAGONAL STRIP  -  Elementra's scrolling text
══════════════════════════════════════════════ */
.marquee-sec{
  background:var(--teal);padding:18px 0;overflow:hidden;
  transform:skewY(-2deg);margin:0 -20px;
  box-shadow:0 4px 40px rgba(0,200,150,.4);
}
.marquee-inner{transform:skewY(2deg);}
.marquee-track{
  display:flex;animation:marquee 20s linear infinite;
  width:max-content;
}
.marquee-item{
  display:flex;align-items:center;gap:16px;padding:0 28px;
  font-size:.85rem;font-weight:700;color:#fff;white-space:nowrap;
}
.marquee-star{color:rgba(255,255,255,.4);font-size:.9rem;}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ══════════════════════════════════════════════
   NICHE / FEATURES grid
══════════════════════════════════════════════ */
.feat-sec{padding:110px 0;}
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.feat-card{
  background:#fff;border:1.5px solid var(--border);border-radius:var(--r3);
  padding:32px;transition:all .3s var(--ease);
}
.feat-card:hover{border-color:var(--teal);box-shadow:var(--s3);transform:translateY(-6px);}
.feat-ico{
  width:52px;height:52px;border-radius:var(--r2);
  display:flex;align-items:center;justify-content:center;
  font-size:1.3rem;margin-bottom:18px;
}
.feat-ico.teal{background:var(--teal-pale);}
.feat-ico.orange{background:var(--accent-pale);}
.feat-ico.blue{background:#EFF6FF;}
.feat-card h4{font-family:var(--fh);font-size:1rem;font-weight:700;margin-bottom:10px;}
.feat-card p{font-size:.875rem;color:var(--gray);line-height:1.78;}

/* ══════════════════════════════════════════════
   FAQ  -  Centered, clean accordion
══════════════════════════════════════════════ */
.faq-sec{padding:110px 0;background:var(--off2);}
.faq-center{max-width:720px;margin:0 auto;}
.faq-item{border-bottom:1px solid var(--border);}
.faq-q{
  padding:20px 0;display:flex;align-items:center;justify-content:space-between;
  font-weight:700;font-size:.95rem;cursor:pointer;gap:16px;transition:color .2s;
}
.faq-q:hover{color:var(--teal);}
.faq-arr{
  width:30px;height:30px;border-radius:50%;border:1.5px solid var(--border);
  display:flex;align-items:center;justify-content:center;
  font-size:.8rem;transition:all .25s;color:var(--gray);flex-shrink:0;
}
.faq-item.active .faq-arr{background:var(--teal);border-color:var(--teal);color:#fff;transform:rotate(180deg);}
.faq-item.active .faq-q{color:var(--teal);}
.faq-a{
  overflow:hidden;max-height:0;font-size:.9rem;color:var(--gray);
  line-height:1.85;transition:max-height .35s var(--ease),padding .35s;
}
.faq-item.active .faq-a{max-height:200px;padding-bottom:20px;}

/* ══════════════════════════════════════════════
   CTA SECTION
══════════════════════════════════════════════ */
.cta-sec{
  padding:110px 0;background:var(--dark);position:relative;overflow:hidden;
}
.cta-sec::before{
  content:'';position:absolute;width:500px;height:500px;border-radius:50%;
  background:radial-gradient(circle,rgba(86,86,196,.4) 0%,transparent 65%);
  top:-100px;right:-80px;
}
.cta-sec::after{
  content:'';position:absolute;width:300px;height:300px;border-radius:50%;
  background:radial-gradient(circle,rgba(0,200,150,.2) 0%,transparent 65%);
  bottom:-60px;left:10%;
}
.cta-inner{position:relative;z-index:1;text-align:center;}
.cta-inner h2{color:#fff;margin-bottom:16px;}
.cta-inner h2 em{font-style:italic;color:var(--teal-l);}
.cta-inner p{color:rgba(255,255,255,.45);max-width:520px;margin:0 auto 36px;line-height:1.8;}
.cta-btns{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;}
.cta-note{color:rgba(255,255,255,.3);font-size:.75rem;margin-top:16px;}

/* ══════════════════════════════════════════════
   CONTACT BAR
══════════════════════════════════════════════ */
.cbar-sec{padding:90px 0;background:var(--off);}
.cbar-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;align-items:center;}
.cbar-left h3{font-family:var(--fh);font-size:clamp(1.8rem,2.5vw,2.4rem);margin-bottom:14px;}
.cbar-left h3 span{color:var(--teal);}
.cbar-left p{color:var(--gray);font-size:.92rem;line-height:1.8;margin-bottom:24px;}
.cbar-contacts{display:flex;flex-direction:column;gap:12px;}
.cbar-item{
  display:flex;align-items:center;gap:10px;font-size:.875rem;
  font-weight:600;color:var(--dark);transition:color .2s;
}
.cbar-item:hover{color:var(--teal);}
.cbar-ico{
  width:36px;height:36px;border-radius:50%;
  background:var(--teal-pale);display:flex;align-items:center;
  justify-content:center;font-size:.9rem;flex-shrink:0;
}
.cbar-form-wrap{
  background:#fff;border-radius:var(--r3);padding:40px;
  box-shadow:var(--s2);border:1px solid var(--border);
}
.cbar-form-wrap h4{font-family:var(--fh);font-size:1.2rem;margin-bottom:6px;}
.cbar-form-wrap p{font-size:.82rem;color:var(--gray);margin-bottom:24px;}

/* ══════════════════════════════════════════════
   FORMS
══════════════════════════════════════════════ */
.fg{margin-bottom:.9rem;}
.fg label{display:block;font-size:.78rem;font-weight:700;color:var(--dark);margin-bottom:7px;letter-spacing:.02em;}
.fg .req{color:#ef4444;}
.fg input,.fg select,.fg textarea{
  width:100%;padding:13px 16px;border:1.5px solid var(--border);
  border-radius:var(--r2);font-family:var(--f);font-size:.9rem;
  color:var(--dark);background:#fff;outline:none;transition:all .2s;
}
.fg input:focus,.fg select:focus,.fg textarea:focus{
  border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,200,150,.1);
}
.fg textarea{resize:vertical;min-height:110px;line-height:1.6;}
.f-row{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;}
.f-btn{
  width:100%;padding:14px;background:var(--teal);color:#fff;border:none;
  border-radius:50px;font-family:var(--f);font-weight:800;font-size:.95rem;
  cursor:pointer;transition:all .24s;box-shadow:var(--sglow);
}
.f-btn:hover{background:var(--teal-d);transform:translateY(-2px);}
.f-btn:disabled{opacity:.6;transform:none;cursor:not-allowed;}
.f-err{display:none;padding:12px 16px;border-radius:var(--r);font-size:.875rem;font-weight:600;margin-top:10px;background:#fee2e2;color:#b91c1c;border:1px solid #fecaca;}
.f-err.show{display:block;}
.f-success{display:none;text-align:center;padding:2.5rem 1rem;}
.f-success .fs-ico{font-size:3rem;margin-bottom:1rem;}
.f-success h3{font-family:var(--fh);font-size:1.5rem;margin-bottom:.5rem;}
.f-success p{color:var(--gray);font-size:.9rem;line-height:1.7;}
.cbar-done{display:none;background:#dcfce7;border:1px solid #bbf7d0;border-radius:var(--r);padding:14px 18px;color:#166534;font-weight:700;font-size:.875rem;margin-top:12px;}

/* ══════════════════════════════════════════════
   FOOTER  -  Dark, big brand name at bottom
   (Elementra signature footer style)
══════════════════════════════════════════════ */
.footer{background:var(--dark);padding:80px 0 0;}
.footer-grid{
  display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;
  padding-bottom:3rem;border-bottom:1px solid var(--border-d);
}
.footer-logo{margin-bottom:1.2rem;}
.footer-logo img{height:52px;width:auto;object-fit:contain;}
.footer-brand p{color:rgba(255,255,255,.3);font-size:.875rem;line-height:1.9;margin-bottom:1.8rem;max-width:270px;}
.f-soc{display:flex;gap:8px;}
.fsoc-a{
  width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.05);
  border:1px solid var(--border-d);display:flex;align-items:center;
  justify-content:center;transition:all .22s;
}
.fsoc-a svg{width:16px;height:16px;fill:rgba(255,255,255,.35);transition:fill .2s;}
.fsoc-a:hover{background:var(--teal);border-color:var(--teal);}
.fsoc-a:hover svg{fill:#fff;}
.footer-col h5{color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.3rem;font-family:var(--f);}
.footer-col ul{list-style:none;}
.footer-col li{margin-bottom:.6rem;}
.footer-col li a{color:rgba(255,255,255,.35);font-size:.875rem;transition:color .18s;}
.footer-col li a:hover{color:var(--teal-l);}
.footer-mid{padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-d);}
.footer-mid p{color:rgba(255,255,255,.25);font-size:.78rem;}
.f-links{display:flex;gap:1.5rem;}
.f-links a{color:rgba(255,255,255,.25);font-size:.78rem;transition:color .18s;}
.f-links a:hover{color:var(--teal-l);}
/* ELEMENTRA SIGNATURE: big brand name at very bottom */
.footer-brand-name{
  text-align:center;padding:40px 0;overflow:hidden;
}
.footer-brand-name span{
  font-family:var(--fh);font-size:clamp(5rem,14vw,14rem);font-weight:800;
  color:rgba(255,255,255,.04);letter-spacing:-.02em;white-space:nowrap;
  display:block;line-height:1;user-select:none;
}

/* ══════════════════════════════════════════════
   PAGE HERO (inner pages)
══════════════════════════════════════════════ */
.ph{
  background:linear-gradient(135deg,var(--dark) 0%,var(--dark-2) 50%,#1A1A3E 100%);
  padding:160px 0 90px;position:relative;overflow:hidden;
}
.ph::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(86,86,196,.3) 0%,transparent 60%);top:-80px;right:-80px;}
.ph::after{content:'';position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(0,200,150,.15) 0%,transparent 60%);bottom:-60px;left:10%;}
.ph-wrap{position:relative;z-index:1;}
.ph-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(0,200,150,.12);border:1px solid rgba(0,200,150,.28);
  color:var(--teal-l);border-radius:50px;padding:6px 18px;
  font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.4rem;
}
.ph h1{color:#fff;font-size:clamp(2.4rem,5vw,4.2rem);margin-bottom:1.2rem;}
.ph h1 span{color:var(--teal-l);}
.ph-sub{color:rgba(255,255,255,.45);font-size:1rem;line-height:1.8;max-width:580px;}

/* ══════════════════════════════════════════════
   FLOATING CTA
══════════════════════════════════════════════ */
.float-cta{position:fixed;bottom:28px;right:28px;z-index:8000;display:flex;flex-direction:column;gap:10px;align-items:flex-end;}
.float-wa,.float-call{
  display:flex;align-items:center;gap:10px;border-radius:50px;font-weight:700;
  font-size:.82rem;box-shadow:0 8px 32px rgba(0,0,0,.22);cursor:pointer;
  text-decoration:none;transition:all .25s var(--ease);white-space:nowrap;
}
.float-wa{background:#25D366;color:#fff;padding:13px 20px 13px 14px;}
.float-wa:hover{background:#1ead52;transform:translateY(-3px);}
.float-call{background:var(--dark);color:#fff;padding:11px 18px 11px 12px;font-size:.78rem;}
.float-call:hover{background:var(--dark-2);transform:translateY(-3px);}
.float-ico{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0;}

/* ══════════════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════════════ */
@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.6)}}
@keyframes spin{to{transform:rotate(360deg)}}

.a0{animation:fadeUp .8s ease both;}
.a1{animation:fadeUp .8s .1s ease both;}
.a2{animation:fadeUp .8s .2s ease both;}
.a3{animation:fadeUp .8s .3s ease both;}
.a4{animation:fadeUp .8s .4s ease both;}
.a5{animation:fadeUp .8s .5s ease both;}
.rv{opacity:0;transform:translateY(24px);transition:opacity .75s,transform .75s;}
.rv.on{opacity:1;transform:none;}
.rl{opacity:0;transform:translateX(-28px);transition:opacity .75s,transform .75s;}
.rl.on{opacity:1;transform:none;}
.rr{opacity:0;transform:translateX(28px);transition:opacity .75s,transform .75s;}
.rr.on{opacity:1;transform:none;}
.rd{opacity:0;transition:opacity .9s;}
.rd.on{opacity:1;}
.delay-1{transition-delay:.1s!important;}
.delay-2{transition-delay:.2s!important;}
.delay-3{transition-delay:.3s!important;}
.delay-4{transition-delay:.4s!important;}

/* ══════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════ */
@media(max-width:1080px){
  .nav-links,.nav-phone{display:none;}
  .ham{display:flex;}
  .W,.nav-wrap,.hero-inner,.logo-strip-inner{padding-left:24px;padding-right:24px;}
  .split-grid,.dark-split-grid,.wide-cta-grid,.testi-wrap,.cbar-grid{grid-template-columns:1fr;}
  .split-grid.reverse{direction:ltr;}
  .process-grid{grid-template-columns:repeat(2,1fr);}
  .process-line{display:none;}
  .price-grid{grid-template-columns:1fr;}
  .pcard.featured{transform:none;margin:8px 0;}
  .stats-dark-grid{grid-template-columns:1fr;}
  .stat-dark-item{border-right:none;border-bottom:1px solid var(--border-d);}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem;}
  .feat-grid{grid-template-columns:1fr 1fr;}
  .hero-cards-wrap{display:none;}
  .hero-inner{padding-bottom:40px;}
  .photo-collage{display:none;}
}
@media(max-width:768px){
  .nav-wrap{height:68px;padding:0 16px;}
  .drawer{top:68px;}
  .nav-logo img{height:46px;}
  .W{padding:0 16px;}
  .sec,.split-sec,.dark-split-sec,.wide-cta-sec,.process-sec,.pricing-sec,.testi-sec,.feat-sec,.faq-sec,.cta-sec,.cbar-sec,.stats-dark-sec{padding:72px 0;}
  .footer-grid{grid-template-columns:1fr;gap:2rem;}
  .footer-brand-name span{font-size:clamp(3rem,18vw,8rem);}
  .feat-grid{grid-template-columns:1fr;}
  .process-grid{grid-template-columns:1fr;}
  .f-row{grid-template-columns:1fr;}
  .hero{padding:120px 0 80px;min-height:auto;}
  .hero-btns{flex-direction:column;align-items:center;}
  .testi-wrap,.cbar-grid{gap:40px;}
  .footer-mid{flex-direction:column;align-items:flex-start;gap:1rem;}
  .logo-strip-inner{gap:20px;}
  .float-cta{bottom:16px;right:16px;}
}
@media(max-width:480px){
  .nav-wrap{height:62px;padding:0 14px;}
  .drawer{top:62px;}
  .price-grid{grid-template-columns:1fr;}
  .stats-dark-grid{grid-template-columns:1fr;}
  .float-wa span,.float-call span{display:none;}
  .float-wa,.float-call{padding:13px;border-radius:50%;}
}

/* ══════════════════════════════════════════════
   HERO V2  -  Two column: left text, right live chat
══════════════════════════════════════════════ */
.hero-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero-left { text-align: left; }
.hero-left .hero-eyebrow { justify-content: flex-start; }
.hero-left h1 { margin-left: 0; margin-right: 0; }
.hero-left .hero-sub { margin-left: 0; margin-right: 0; }
.hero-left .hero-btns { justify-content: flex-start; }

/* ── LIVE CHAT WIDGET ── */
.live-chat-widget {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 32px 80px rgba(0,0,0,.28), 0 0 0 1px rgba(255,255,255,.08);
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  animation: fadeUp .9s .3s ease both;
  position: relative;
}
/* Chrome-style top bar */
.lcw-topbar {
  background: #1E1E38;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.lcw-dots { display: flex; gap: 6px; }
.lcw-dot { width: 10px; height: 10px; border-radius: 50%; }
.lcw-dot-r { background: #ff5f57; }
.lcw-dot-y { background: #febc2e; }
.lcw-dot-g { background: #28c840; }
.lcw-title {
  flex: 1; text-align: center;
  font-size: .72rem; font-weight: 700;
  color: rgba(255,255,255,.4); letter-spacing: .06em;
}
.lcw-live {
  display: flex; align-items: center; gap: 5px;
  font-size: .65rem; font-weight: 800;
  color: #00C896; letter-spacing: .1em; text-transform: uppercase;
}
.lcw-live-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #00C896;
  animation: pulse 1.4s ease-in-out infinite;
}
/* Agent row */
.lcw-agent {
  background: #13132A;
  padding: 12px 16px;
  display: flex; align-items: center; gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.lcw-av {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #00C896, #00A87E);
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem; font-weight: 800; color: #fff; flex-shrink: 0;
}
.lcw-agent-info .lcw-name { font-size: .82rem; font-weight: 700; color: #fff; }
.lcw-agent-info .lcw-status {
  font-size: .65rem; color: #00C896; font-weight: 700;
  display: flex; align-items: center; gap: 4px;
}
.lcw-status-dot {
  width: 5px; height: 5px; border-radius: 50%; background: #00C896;
  animation: pulse 1.4s ease-in-out infinite;
}
/* Messages area */
.lcw-msgs {
  background: #0D0D20;
  min-height: 220px;
  padding: 16px;
  display: flex; flex-direction: column; gap: 8px;
  overflow: hidden;
}
.lcw-bbl {
  padding: 10px 14px;
  border-radius: 16px;
  font-size: .82rem;
  line-height: 1.5;
  max-width: 85%;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s, transform .35s;
}
.lcw-bbl.show { opacity: 1; transform: none; }
.lcw-bbl.bot {
  background: rgba(0,200,150,.14);
  color: rgba(255,255,255,.85);
  border-bottom-left-radius: 4px;
  align-self: flex-start;
}
.lcw-bbl.usr {
  background: #00C896;
  color: #fff;
  border-bottom-right-radius: 4px;
  align-self: flex-end;
}
/* Typing indicator */
.lcw-typing {
  display: none;
  align-items: center; gap: 4px;
  padding: 10px 14px;
  background: rgba(0,200,150,.1);
  border-radius: 16px; border-bottom-left-radius: 4px;
  align-self: flex-start; width: fit-content;
}
.lcw-typing.show { display: flex; }
.lcw-typing span {
  width: 6px; height: 6px; border-radius: 50%; background: #00C896;
  animation: bounce .9s ease-in-out infinite;
}
.lcw-typing span:nth-child(2) { animation-delay: .15s; }
.lcw-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)} }
/* Input bar */
.lcw-input {
  background: #1E1E38;
  padding: 12px 14px;
  display: flex; align-items: center; gap: 10px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.lcw-input-fake {
  flex: 1; font-size: .78rem; color: rgba(255,255,255,.2);
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.lcw-send {
  width: 32px; height: 32px; border-radius: 50%;
  background: #00C896;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; cursor: pointer;
  transition: transform .2s;
}
.lcw-send:hover { transform: scale(1.1); }
.lcw-send svg { width: 14px; height: 14px; fill: #fff; }
/* Bottom metric strip */
.lcw-metrics {
  background: #13132A;
  padding: 10px 16px;
  display: flex; gap: 0;
  border-top: 1px solid rgba(255,255,255,.05);
}
.lcw-met {
  flex: 1; text-align: center;
  padding: 6px 0;
  border-right: 1px solid rgba(255,255,255,.07);
}
.lcw-met:last-child { border-right: none; }
.lcw-met-val {
  font-family: 'Sora', sans-serif;
  font-size: .88rem; font-weight: 800; color: #fff; line-height: 1;
}
.lcw-met-val span { color: #00C896; }
.lcw-met-lbl { font-size: .6rem; color: rgba(255,255,255,.3); margin-top: 3px; text-transform: uppercase; letter-spacing: .06em; }

/* ── Inner-page hero: 2-col with chat on right ── */
.ph-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ph-chat { animation: fadeUp .9s .4s ease both; }
.ph-chat .live-chat-widget { max-width: 380px; }

/* Floating proof strip under hero chat */
.hero-proof {
  display: flex; align-items: center; gap: 14px;
  margin-top: 28px; flex-wrap: wrap;
}
.proof-avs { display: flex; }
.pav {
  width: 32px; height: 32px; border-radius: 50%;
  background: #00C896; color: #fff; font-size: .68rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--dark); margin-left: -8px;
}
.pav:first-child { margin-left: 0; }
.proof-stars { color: #FFB800; font-size: .82rem; letter-spacing: 1px; margin-bottom: 1px; }
.proof-txt { font-size: .78rem; color: rgba(255,255,255,.45); font-weight: 500; }

/* ── Responsive ── */
@media(max-width:1080px) {
  .hero-2col { grid-template-columns: 1fr; gap: 40px; padding: 0 24px; }
  .live-chat-widget { max-width: 100%; margin: 0 auto; }
  .ph-2col { grid-template-columns: 1fr; gap: 40px; }
  .ph-chat { display: none; }
}
@media(max-width:768px) {
  .hero-2col { padding: 0 16px; }
}

/* ══════════════════════════════════════════════
   LIVE PARTICLE BACKGROUND (canvas overlay)
══════════════════════════════════════════════ */
.hero-canvas {
  position: absolute; inset: 0; z-index: 0;
  pointer-events: none; opacity: .55;
}
/* Hero now needs z-index on children */
.hero-2col { z-index: 2; position: relative; }
.hero::before,.hero::after,.hero-orb-extra { z-index: 1; }

/* ══════════════════════════════════════════════
   DYNAMIC ICON CARDS (replacing static emoji)
══════════════════════════════════════════════ */
.dyn-collage {
  position: relative; width: 100%; height: 460px;
}
/* Card base */
.dyn-card {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
  transition: transform .3s ease, box-shadow .3s ease;
  cursor: default;
}
.dyn-card:hover {
  transform: translateY(-8px) scale(1.03) !important;
  box-shadow: 0 36px 80px rgba(0,0,0,.55);
}
/* Positions  -  match Elementra screenshot layout */
.dyn-card-1 {
  width: 210px; height: 180px;
  top: 0; left: 0;
  background: linear-gradient(145deg, #1E1E50, #252580);
  animation: floatY 5s 0s ease-in-out infinite;
}
.dyn-card-2 {
  width: 200px; height: 210px;
  top: 0; right: 0;
  background: linear-gradient(145deg, #0A3320, #0D5530);
  animation: floatY 5s 1.8s ease-in-out infinite;
}
.dyn-card-3 {
  width: 220px; height: 190px;
  bottom: 0; left: 60px;
  background: linear-gradient(145deg, #2E1A00, #4A2A00);
  animation: floatY 5s .9s ease-in-out infinite;
}
/* Badge */
.dyn-badge {
  position: absolute; bottom: 16px; right: 0;
  background: #00C896; color: #fff;
  border-radius: 50px 0 0 50px;
  padding: 8px 20px 8px 16px;
  font-size: .75rem; font-weight: 800;
  letter-spacing: .04em;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0,200,150,.4);
  display: flex; align-items: center; gap: 8px;
  animation: floatY 3s 2s ease-in-out infinite;
}
.dyn-badge-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #fff;
  animation: pulse 1.4s ease-in-out infinite;
}

/* ── SVG Icon animations ── */
.dyn-icon-wrap {
  position: relative; display: flex; align-items: center; justify-content: center;
}
/* Cart icon  -  bouncing items */
.cart-svg { width: 72px; height: 72px; }
.cart-body { fill: none; stroke: rgba(255,255,255,.9); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-item {
  fill: #00C896;
  animation: cartItem 2.4s ease-in-out infinite;
  transform-origin: center;
}
.cart-item-2 { animation-delay: .4s; fill: #1DDBA6; }
.cart-item-3 { animation-delay: .8s; fill: #00A87E; }
@keyframes cartItem {
  0%,100% { opacity: .6; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.3); }
}
/* Chat bubble icon  -  message dots pulsing */
.chat-svg { width: 72px; height: 72px; }
.chat-bubble-path { fill: none; stroke: rgba(255,255,255,.9); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.chat-dot {
  fill: rgba(255,255,255,.9);
  animation: chatDot 1.4s ease-in-out infinite;
}
.chat-dot-2 { animation-delay: .2s; }
.chat-dot-3 { animation-delay: .4s; }
@keyframes chatDot {
  0%,60%,100% { transform: translateY(0); opacity: .5; }
  30% { transform: translateY(-4px); opacity: 1; }
}
/* Analytics bars  -  growing bars */
.analytics-svg { width: 72px; height: 72px; }
.bar-rect {
  rx: 3; ry: 3;
  animation: barGrow 2s ease-in-out infinite;
  transform-origin: bottom;
}
.bar-1 { fill: #FF6B35; animation-delay: 0s; }
.bar-2 { fill: #00C896; animation-delay: .25s; }
.bar-3 { fill: #3D8FFF; animation-delay: .5s; }
.bar-4 { fill: #FF6B35; animation-delay: .75s; }
@keyframes barGrow {
  0%,100% { transform: scaleY(.6); opacity: .7; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* ══════════════════════════════════════════════
   EXTENDED CHAT WIDGET (longer messages)
══════════════════════════════════════════════ */
.lcw-msgs {
  min-height: 300px !important;
  max-height: 380px !important;
  overflow-y: auto !important;
}
.lcw-msgs::-webkit-scrollbar { width: 2px; }
.lcw-msgs::-webkit-scrollbar-thumb { background: rgba(0,200,150,.4); border-radius: 2px; }

/* Timestamp label in chat */
.lcw-time {
  text-align: center; font-size: .6rem;
  color: rgba(255,255,255,.2); margin: 6px 0;
  letter-spacing: .06em; text-transform: uppercase;
}

/* ── Dark section canvas background ── */
.dark-split-sec { position: relative; overflow: hidden; }
.dark-split-canvas {
  position: absolute; inset: 0; z-index: 0; opacity: .35;
  pointer-events: none;
}
.dark-split-sec .W { position: relative; z-index: 1; }

/* ══════════════════════════════════════════════
   RESPONSIVE for dyn-collage
══════════════════════════════════════════════ */
@media(max-width:1080px) {
  .dyn-collage { height: 320px; }
  .dyn-card-1 { width: 160px; height: 140px; }
  .dyn-card-2 { width: 155px; height: 165px; }
  .dyn-card-3 { width: 170px; height: 150px; }
}
@media(max-width:768px) {
  .dark-split-grid { grid-template-columns: 1fr !important; }
  .dyn-collage { display: none; }
}
