/* ═══════════════════════════════════════════════
   e-Global SCM · Shared Site Stylesheet
   Dark navy / teal — Instrument Serif + DM Sans
═══════════════════════════════════════════════ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  background:#061322;color:rgba(255,255,255,0.82);
  font-family:'DM Sans',sans-serif;font-weight:300;
  line-height:1.75;font-size:1rem;overflow-x:hidden;
}
body::before{
  content:'';position:fixed;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(1200px 800px at 75% -5%,rgba(14,184,160,0.09),transparent 55%),
    radial-gradient(800px 600px at 5% 105%,rgba(14,184,160,0.06),transparent 55%);
}
a{color:#0eb8a0;text-decoration:none;transition:color .2s}
a:hover{color:#4fd6c2}
img,svg{display:block;max-width:100%}
strong{color:#fff;font-weight:500}
em{color:rgba(255,255,255,.65);font-style:italic}

/* ── NAV ── */
.site-nav{
  position:sticky;top:0;z-index:900;height:66px;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 2.5rem;
  background:rgba(6,19,34,.75);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  border-bottom:.5px solid rgba(255,255,255,.10);
}
.nav-logo{display:flex;align-items:center;gap:10px;color:#fff;font-family:'Instrument Serif',serif;font-size:1.35rem;white-space:nowrap}
.nav-mark{width:32px;height:32px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-family:'DM Sans',sans-serif;font-size:.68rem;font-weight:500;flex-shrink:0;background:#0eb8a0;color:#061322}
.nav-links-row{display:flex;align-items:center;gap:1.6rem}
.nav-links-row a{font-size:.8rem;color:rgba(255,255,255,.6);white-space:nowrap}
.nav-links-row a:hover,.nav-links-row a.active{color:#fff}
.nav-cta-btn{display:inline-flex;align-items:center;gap:6px;padding:.45rem 1.2rem;border-radius:999px;font-size:.78rem;font-weight:500;background:#0eb8a0;color:#061322;transition:transform .25s}
.nav-cta-btn:hover{transform:scale(1.04);color:#061322}

/* ── HERO ── */
.hero{
  position:relative;z-index:1;
  padding:8rem 2rem 5rem;text-align:center;
  overflow:hidden;
}
.hero::after{
  content:'';position:absolute;inset:0;
  background:radial-gradient(900px 600px at 50% 0%,rgba(14,184,160,0.10),transparent 65%);
  pointer-events:none;
}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:'Share Tech Mono',monospace;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;
  color:#0eb8a0;padding:.35rem .95rem;border-radius:999px;
  border:.5px solid rgba(14,184,160,.35);background:rgba(14,184,160,.08);
  margin-bottom:1.6rem;white-space:nowrap;
}
.hero-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:#0eb8a0;animation:sitepulse 2s ease-in-out infinite}
@keyframes sitepulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}
.hero-h1{
  font-family:'Instrument Serif',serif;font-weight:400;color:#fff;
  font-size:clamp(2.8rem,6vw,5rem);line-height:1.04;letter-spacing:-.025em;
  max-width:820px;margin:0 auto 1.2rem;
  text-wrap:balance;
}
.hero-h1 em{font-style:italic;color:#0eb8a0}
.hero-sub{
  font-size:clamp(1rem,1.8vw,1.2rem);color:rgba(255,255,255,.65);
  max-width:560px;margin:0 auto 2.2rem;line-height:1.7;
}
.hero-tagline{
  font-family:'Share Tech Mono',monospace;font-size:.78rem;letter-spacing:.18em;
  text-transform:uppercase;color:rgba(255,255,255,.38);margin-bottom:2.4rem;
}
.hero-ctas{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}
.btn-primary{
  display:inline-flex;align-items:center;gap:7px;
  padding:.8rem 2rem;border-radius:999px;
  font-size:.9rem;font-weight:500;
  background:#0eb8a0;color:#061322;
  transition:transform .2s,box-shadow .2s;
}
.btn-primary:hover{transform:scale(1.05);box-shadow:0 0 28px rgba(14,184,160,.4);color:#061322}
.btn-secondary{
  display:inline-flex;align-items:center;gap:7px;
  padding:.8rem 2rem;border-radius:999px;
  font-size:.9rem;font-weight:400;color:#fff;
  background:rgba(255,255,255,.06);border:.5px solid rgba(255,255,255,.2);
  transition:transform .2s,background .2s;
}
.btn-secondary:hover{transform:scale(1.04);background:rgba(255,255,255,.12);color:#fff}

/* ── STATS BAR ── */
.stats-bar{
  display:flex;flex-wrap:wrap;justify-content:center;
  border:.5px solid rgba(255,255,255,.1);border-radius:16px;
  background:rgba(255,255,255,.03);backdrop-filter:blur(12px);
  max-width:780px;margin:3.5rem auto 0;overflow:hidden;
}
.stat{padding:1.4rem 2.4rem;text-align:center;border-right:.5px solid rgba(255,255,255,.1);flex:1;min-width:140px}
.stat:last-child{border-right:none}
.stat-n{font-family:'Instrument Serif',serif;font-size:2.2rem;color:#0eb8a0;line-height:1;letter-spacing:-.02em}
.stat-l{font-size:.68rem;letter-spacing:.06em;color:rgba(255,255,255,.5);margin-top:4px}

/* ── SECTIONS ── */
.section{position:relative;z-index:1;padding:5rem 2rem}
.section-inner{max-width:1100px;margin:0 auto}
.section-inner.narrow{max-width:780px}
.section-eyebrow{
  font-family:'Share Tech Mono',monospace;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;
  color:#0eb8a0;margin-bottom:.9rem;
}
.section-title{
  font-family:'Instrument Serif',serif;font-weight:400;color:#fff;
  font-size:clamp(2rem,4vw,3rem);line-height:1.1;letter-spacing:-.02em;
  margin-bottom:.9rem;text-wrap:balance;
}
.section-title em{font-style:italic;color:#0eb8a0}
.section-lead{
  font-size:1.05rem;color:rgba(255,255,255,.65);
  max-width:620px;line-height:1.75;margin-bottom:3rem;
}
hr.section-rule{
  border:none;height:.5px;
  background:linear-gradient(to right,rgba(255,255,255,.15),rgba(255,255,255,.02));
  margin:0 0 4rem;
}

/* ── CARD GRID ── */
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.2rem}
.card-grid.two{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}
.card{
  background:rgba(255,255,255,.035);border:.5px solid rgba(255,255,255,.10);
  border-radius:18px;padding:1.75rem 1.9rem;
  transition:border-color .3s,transform .25s;
}
.card:hover{border-color:rgba(14,184,160,.3);transform:translateY(-2px)}
.card-icon{
  width:44px;height:44px;border-radius:12px;
  background:rgba(14,184,160,.12);border:.5px solid rgba(14,184,160,.25);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:1.1rem;color:#0eb8a0;
}
.card-title{font-family:'DM Sans',sans-serif;font-weight:500;color:#fff;font-size:1.02rem;margin-bottom:.55rem}
.card-body{font-size:.88rem;color:rgba(255,255,255,.65);line-height:1.7}
.card-tag{
  display:inline-block;margin-top:.9rem;
  font-family:'Share Tech Mono',monospace;font-size:.64rem;letter-spacing:.12em;text-transform:uppercase;
  color:#0eb8a0;border:.5px solid rgba(14,184,160,.3);border-radius:999px;padding:.2rem .7rem;
}

/* ── HIGHLIGHT BAND ── */
.band{
  position:relative;z-index:1;
  background:rgba(14,184,160,.07);border-top:.5px solid rgba(14,184,160,.15);border-bottom:.5px solid rgba(14,184,160,.15);
  padding:4rem 2rem;text-align:center;
}
.band-inner{max-width:680px;margin:0 auto}
.band-title{font-family:'Instrument Serif',serif;font-size:clamp(1.8rem,3.5vw,2.8rem);color:#fff;letter-spacing:-.02em;margin-bottom:.8rem}
.band-title em{color:#0eb8a0;font-style:italic}
.band-sub{color:rgba(255,255,255,.65);font-size:1rem;margin-bottom:2rem}

/* ── PROCESS STEPS ── */
.steps{display:flex;flex-direction:column;gap:0;max-width:700px}
.step{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:.5px solid rgba(255,255,255,.07)}
.step:last-child{border-bottom:none}
.step-num{
  font-family:'Share Tech Mono',monospace;font-size:.8rem;color:#0eb8a0;
  border:.5px solid rgba(14,184,160,.35);border-radius:8px;
  padding:.3rem .65rem;flex-shrink:0;align-self:flex-start;margin-top:.1rem;
}
.step-content h3{font-family:'DM Sans',sans-serif;font-weight:500;color:#fff;font-size:1.02rem;margin-bottom:.4rem}
.step-content p{font-size:.88rem;color:rgba(255,255,255,.65);line-height:1.7;margin:0}

/* ── FAQ ── */
.faq-list{display:flex;flex-direction:column;gap:.6rem}
.faq-item{
  border:.5px solid rgba(255,255,255,.10);border-radius:14px;overflow:hidden;
  transition:border-color .25s;
}
.faq-item.open{border-color:rgba(14,184,160,.3)}
.faq-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1.1rem 1.4rem;background:none;border:none;cursor:pointer;text-align:left;
  color:#fff;font-family:'DM Sans',sans-serif;font-size:.95rem;font-weight:400;
  transition:background .2s;
}
.faq-q:hover{background:rgba(255,255,255,.03)}
.faq-arrow{width:18px;height:18px;flex-shrink:0;color:#0eb8a0;transition:transform .3s}
.faq-item.open .faq-arrow{transform:rotate(180deg)}
.faq-a{
  max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s ease;
  font-size:.9rem;color:rgba(255,255,255,.7);line-height:1.75;
}
.faq-item.open .faq-a{max-height:300px;padding:.1rem 1.4rem 1.3rem}

/* ── CTA STRIP ── */
.cta-strip{
  position:relative;z-index:1;
  padding:5rem 2rem;text-align:center;
  border-top:.5px solid rgba(255,255,255,.08);
}
.cta-strip-inner{max-width:640px;margin:0 auto}
.cta-strip h2{font-family:'Instrument Serif',serif;font-size:clamp(1.9rem,3.5vw,2.8rem);color:#fff;letter-spacing:-.02em;margin-bottom:.8rem}
.cta-strip h2 em{color:#0eb8a0;font-style:italic}
.cta-strip p{color:rgba(255,255,255,.6);margin-bottom:2rem;font-size:1rem}
.cta-strip .hero-ctas{margin-top:0}

/* ── FOOTER ── */
.site-footer{
  position:relative;z-index:1;
  border-top:.5px solid rgba(255,255,255,.10);
  background:rgba(4,13,24,.65);
  padding:2.8rem 2rem 2rem;
}
.site-footer-inner{max-width:1100px;margin:0 auto}
.footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}
.footer-brand{display:flex;align-items:center;gap:10px;color:#fff;font-family:'Instrument Serif',serif;font-size:1.2rem}
.footer-tagline{font-family:'Share Tech Mono',monospace;font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-top:.5rem}
.footer-nav{display:flex;flex-wrap:wrap;gap:.5rem 2rem}
.footer-nav a{font-size:.8rem;color:rgba(255,255,255,.55)}
.footer-nav a:hover{color:#0eb8a0}
.footer-divider{height:.5px;background:rgba(255,255,255,.08);margin:0 0 1.4rem}
.footer-legal{display:flex;flex-wrap:wrap;gap:.4rem 1.4rem;margin-bottom:1.2rem}
.footer-legal a{font-size:.72rem;color:rgba(255,255,255,.45)}
.footer-legal a:hover{color:#0eb8a0}
.footer-copy{font-size:.68rem;color:rgba(255,255,255,.3);letter-spacing:.04em}

/* ── UTILITIES ── */
.text-teal{color:#0eb8a0}
.text-muted{color:rgba(255,255,255,.55)}
.flex-center{display:flex;align-items:center;justify-content:center}
.gap-sm{gap:.5rem}

/* ── RESPONSIVE ── */
@media(max-width:768px){
  .site-nav{padding:0 1.25rem}
  .nav-links-row .nav-links-desktop{display:none}
  .hero{padding:6rem 1.4rem 4rem}
  .section{padding:3.5rem 1.4rem}
  .band{padding:3rem 1.4rem}
  .stats-bar{flex-direction:column}
  .stat{border-right:none;border-bottom:.5px solid rgba(255,255,255,.1)}
  .stat:last-child{border-bottom:none}
  .footer-top{flex-direction:column}
  .site-footer{padding:2rem 1.4rem 1.6rem}
}
