/* CLASSIC: clean corporate */
body{background:#f4f7fb}
.hero{padding:46px 0;border-bottom:1px solid #e6edf6}
.hero .badge{background:#e8efff;color:#234;box-shadow:none}
.nav-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}
.nav-item{background:#fff;border:1px solid #e9eef6;border-radius:14px;padding:16px 18px;font-weight:600;box-shadow:0 6px 18px rgba(31,63,125,.06)}
.nav-item:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(31,63,125,.12)}

.nav-item{color:#0f172a;background:#fff}
body{color:#0f172a}


/* Classic CTA */
.nav-item{background:#1e63ff;color:#fff;border:0}
.nav-item:hover{filter:brightness(1.02)}


/* Ensure readable text */
body{color:#0f172a}
.nav-item{background:#1e63ff;color:#fff}


/* Force colored CTA and readable text */
body.theme-Classic .nav-item{background:#1e63ff !important;color:#fff !important;border:0}

body.theme-Classic .nav-item{background:#1e63ff !important;color:#fff !important;border:0 !important}
