/*
Theme Name: AEDI SaaS Theme V5 Guided Onboarding
Description: AEDI flagship SaaS theme with guided onboarding, wallet gate messaging, module cards, and ERP entry funnel.
Version: 5.0.0
Author: AEDI
*/

:root{
  --aedi-bg:#eef3f8;
  --aedi-card:#ffffff;
  --aedi-ink:#070b1d;
  --aedi-muted:#687282;
  --aedi-line:#dfe5ee;
  --aedi-purple:#654cff;
  --aedi-cyan:#27d3d3;
  --aedi-shadow:0 30px 80px rgba(20,30,60,.14);
}

*{box-sizing:border-box}
body{
  margin:0;
  background:linear-gradient(180deg,#f8fbff 0%,#edf4f9 45%,#f8fbff 100%);
  color:var(--aedi-ink);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.aedi-header{
  height:120px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 48px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--aedi-line);
  position:sticky;
  top:0;
  z-index:20;
}

.aedi-brand{
  display:flex;
  align-items:center;
  gap:18px;
  font-weight:900;
  font-size:34px;
  letter-spacing:-.05em;
}

.aedi-logo{
  width:70px;
  height:70px;
  border-radius:22px;
  background:linear-gradient(135deg,var(--aedi-purple),var(--aedi-cyan));
  box-shadow:0 20px 45px rgba(101,76,255,.25);
}

.aedi-nav{
  display:flex;
  gap:14px;
  align-items:center;
}

.aedi-pill{
  border:1px solid var(--aedi-line);
  background:#fff;
  color:var(--aedi-ink);
  padding:14px 20px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
}

.aedi-pill.primary{
  background:var(--aedi-ink);
  color:#fff;
  border-color:var(--aedi-ink);
}

.aedi-shell{
  max-width:1280px;
  margin:0 auto;
  padding:90px 42px;
}

.aedi-hero{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:42px;
  align-items:center;
  margin-bottom:90px;
}

.aedi-kicker{
  color:var(--aedi-purple);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:900;
  font-size:14px;
}

.aedi-title{
  font-size:76px;
  line-height:.93;
  letter-spacing:-.075em;
  margin:18px 0 24px;
  font-weight:950;
}

.aedi-copy{
  font-size:24px;
  line-height:1.45;
  color:var(--aedi-muted);
  max-width:720px;
}

.aedi-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:34px;
}

.aedi-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:22px;
  padding:18px 26px;
  font-weight:900;
  font-size:17px;
  text-decoration:none;
  cursor:pointer;
}

.aedi-button.primary{
  color:#fff;
  background:linear-gradient(135deg,var(--aedi-purple),#745dff);
  box-shadow:0 18px 42px rgba(101,76,255,.28);
}

.aedi-button.secondary{
  color:var(--aedi-ink);
  background:#fff;
  border:1px solid var(--aedi-line);
}

.aedi-onboarding{
  background:var(--aedi-card);
  border:1px solid var(--aedi-line);
  box-shadow:var(--aedi-shadow);
  border-radius:44px;
  padding:58px;
}

.aedi-onboarding h2{
  font-size:64px;
  line-height:.95;
  margin:0 0 28px;
  letter-spacing:-.07em;
}

.aedi-flow{
  font-size:28px;
  line-height:1.35;
  color:var(--aedi-muted);
  max-width:620px;
  margin-bottom:34px;
}

.aedi-onboard-top{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
}

.aedi-next{
  width:132px;
  height:118px;
  border:0;
  border-radius:28px;
  color:#fff;
  font-size:22px;
  font-weight:950;
  background:linear-gradient(135deg,var(--aedi-purple),#755cff);
  box-shadow:0 20px 55px rgba(101,76,255,.28);
  cursor:pointer;
}

.aedi-progress{
  height:18px;
  background:#e4e8ef;
  border-radius:999px;
  overflow:hidden;
  margin:12px 0 38px;
}

.aedi-progress span{
  display:block;
  height:100%;
  width:20%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--aedi-purple),var(--aedi-cyan));
  transition:.35s ease;
}

.aedi-step-title{
  font-size:32px;
  margin:0 0 22px;
  letter-spacing:-.04em;
}

.aedi-step-copy{
  font-size:25px;
  line-height:1.28;
  color:var(--aedi-ink);
  margin:0;
}

.aedi-panel-title{
  font-size:62px;
  letter-spacing:-.07em;
  line-height:.95;
  margin:0 0 30px;
}

.aedi-dashboard{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin:38px 0 80px;
}

.aedi-stat,.aedi-module{
  background:#fff;
  border:1px solid var(--aedi-line);
  border-radius:30px;
  padding:26px;
  box-shadow:0 20px 55px rgba(20,30,60,.08);
}

.aedi-stat small{
  display:block;
  color:var(--aedi-muted);
  font-weight:800;
  margin-bottom:10px;
}

.aedi-stat strong{
  font-size:34px;
  letter-spacing:-.05em;
}

.aedi-modules{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.aedi-module h3{
  font-size:24px;
  margin:0 0 10px;
  letter-spacing:-.04em;
}

.aedi-module p{
  color:var(--aedi-muted);
  line-height:1.45;
  margin:0 0 18px;
}

.aedi-lock{
  display:inline-block;
  font-size:13px;
  font-weight:900;
  padding:8px 12px;
  border-radius:999px;
  background:#eef1ff;
  color:var(--aedi-purple);
}

.aedi-footer{
  padding:48px;
  text-align:center;
  color:var(--aedi-muted);
}

@media (max-width:900px){
  .aedi-header{height:116px;padding:0 28px}
  .aedi-nav{display:none}
  .aedi-brand{font-size:31px}
  .aedi-logo{width:78px;height:78px;border-radius:24px}
  .aedi-shell{padding:70px 22px}
  .aedi-hero{display:block}
  .aedi-title{font-size:58px}
  .aedi-copy{font-size:23px}
  .aedi-onboarding{padding:42px 28px;border-radius:38px;margin-top:50px}
  .aedi-onboarding h2{font-size:58px}
  .aedi-flow{font-size:24px}
  .aedi-onboard-top{align-items:flex-end}
  .aedi-next{width:118px;height:112px}
  .aedi-dashboard,.aedi-modules{grid-template-columns:1fr}
  .aedi-panel-title{font-size:54px}
}
