/* StrategyPlus Phase 1 Visual Refresh */
:root {
  --sp-primary: #0f766e;
  --sp-primary-dark: #0b5b55;
  --sp-accent: #f59e0b;
  --sp-text: #0f172a;
  --sp-muted: #475569;
  --sp-bg: #f8fafc;
  --sp-card: #ffffff;
}

body {
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--sp-text);
  background: #fff;
}

h1, h2, h3, h4 {
  letter-spacing: -0.01em;
}

/* Header polish */
.top-header.green-bg {
  background: linear-gradient(90deg, var(--sp-primary-dark), var(--sp-primary));
}

.main-header {
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}

/* Hero refresh */
.heroWrap {
  min-height: 420px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.heroWrap--text {
  max-width: 980px;
  margin: 0 auto;
  padding: 88px 24px;
  position: relative;
  z-index: 3;
}

.heroWrap h1 {
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.2;
  color: #fff;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

.hero--overlay {
  background: rgba(2, 6, 23, 0.52) !important;
}

/* Section spacing */
.section-container--extra-narrow,
.bodyWrap {
  padding-top: 16px;
}

#hs_cos_wrapper_module_1498616048827123 h2,
#hs_cos_wrapper_module_144648891764013267 h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  margin-bottom: 12px;
}

#hs_cos_wrapper_module_1498616048827123 p,
#hs_cos_wrapper_module_144648891764013267 p {
  font-size: 1.06rem;
  line-height: 1.75;
  color: var(--sp-muted);
  max-width: 980px;
  margin: 0 auto;
}

/* Card polish */
.we-can-help {
  background: var(--sp-card);
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  padding: 20px;
  transition: transform .22s ease, box-shadow .22s ease;
  height: 100%;
}

.we-can-help:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.we-can-help h3,
.we-can-help h4 {
  color: #0f172a;
  margin-top: 12px;
  margin-bottom: 8px;
  line-height: 1.35 !important;
}

.we-can-help p {
  color: var(--sp-muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.homepage-main-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 118, 110, 0.1);
  color: var(--sp-primary);
  font-size: 1.5rem;
}

/* Footer cleanup */
.footer-section {
  background: #0f172a;
}

.footer-section p,
.footer-section li,
.footer-section a {
  color: #e2e8f0 !important;
}

.footer-section a:hover {
  color: #fff !important;
}

/* Mobile improvements */
@media (max-width: 991px) {
  .heroWrap {
    min-height: 340px;
  }

  .heroWrap--text {
    padding: 72px 16px;
  }

  .heroWrap h1 {
    text-align: left;
    max-width: 100%;
  }

  .we-can-help {
    margin-bottom: 16px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .heroWrap--text {
    padding: 64px 14px;
  }

  #hs_cos_wrapper_module_1498616048827123 p,
  #hs_cos_wrapper_module_144648891764013267 p {
    font-size: 1rem;
  }
}
