body {
  margin: 0;
  background: #ffffff;
  color: #10223b;
  font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

.wiz-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(8,47,109,.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.wiz-nav-inner {
  min-height: 198px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 0.9rem 0;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 0 1 auto;
  max-width: 100%;
}

.brand-logo {
  width: 750px;
  max-height: 174px;
  object-fit: contain;
  object-position: left center;
  max-width: 100%;
  height: auto;
}

.nav-actions {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-link {
  color: #10223b;
  text-decoration: none;
  font-weight: 600;
  font-size: .95rem;
}

.hero-section {
  padding: 7rem 0 6rem;
  background: linear-gradient(180deg,#ffffff 0%,#f7fbfd 100%);
  overflow: hidden;
}

.eyebrow {
  color: #08aeb7;
  font-weight: 800;
  letter-spacing: .14em;
  font-size: .78rem;
}

.hero-title {
  max-width: 860px;
  letter-spacing: -.035em;
  line-height: 1.06;
  color: #10223b;
}

.hero-copy {
  max-width: 760px;
  color: #637083;
  line-height: 1.7;
}

.hero-card {
  padding: 2rem;
  border: 1px solid rgba(8,47,109,.10);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(8,47,109,.12);
}

.hero-mark {
  display: block;
  width: 170px;
  margin: 0 auto;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: .75rem;
  margin-top: 1.75rem;
}

.metric {
  padding: 1rem;
  border-radius: 16px;
  background: #f3f8fb;
  text-align: center;
}

.metric-number {
  margin: 0;
  color: #082f6d;
}

.section-pad {
  padding: 5.5rem 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1.2rem;
  margin-top: 2rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.2rem;
  margin-top: 2rem;
}

.feature-card {
  padding: 1.6rem;
  background: #fff;
  border: 1px solid rgba(8,47,109,.10);
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(8,47,109,.05);
}

.service-card {
  padding: 2rem;
  background: #fff;
  border: 1px solid rgba(8,47,109,.10);
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(8,47,109,.05);
}

.wizscore-section {
  padding: 5.5rem 0;
  color: #fff;
  background: linear-gradient(135deg,#06275d,#0a4e8d 62%,#079eaa);
}

.score-card {
  margin-left: auto;
  max-width: 390px;
  padding: 2rem;
  border-radius: 26px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.22);
}

.score-label {
  font-weight: 800;
  letter-spacing: .12em;
  font-size: .75rem;
}

.score-number {
  display: inline;
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 800;
}

.score-denom {
  display: inline;
  font-size: 1.3rem;
  opacity: .65;
}

.score-actions {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.22);
  font-size: .95rem;
}

.bg-soft {
  background: #f3f8fb;
}

.card-kicker {
  color: #08aeb7;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.step {
  padding: 0 0 1.35rem 1.5rem;
  margin-bottom: 1.35rem;
  border-left: 3px solid rgba(8,174,183,.32);
}

.cta-box {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 2.2rem;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg,#082f6d,#0b568f 68%,#08aeb7);
  box-shadow: 0 24px 60px rgba(8,47,109,.18);
}

.cta-mark {
  width: 92px;
  border-radius: 18px;
}

.portfolio-strip {
  padding: 2.2rem 0;
  border-top: 1px solid #e9eef3;
}

.portfolio-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.8rem;
}

.footer-link {
  color: #082f6d;
  text-decoration: none;
  font-weight: 700;
}

.site-footer {
  padding: 1.7rem 0;
  text-align: center;
  color: #8a96a6;
  background: #08192f;
}

