
:root{
  --nexeo-green:#2ecc71;
  --nexeo-green-dark:#28b463;
  --nexeo-ink:#111827;
  --nexeo-muted:#5b6470;
  --nexeo-bg:#f7fbf8;
  --nexeo-border:#dfe9e2;
}
html{scroll-behavior:smooth}
body{color:var(--nexeo-ink)}
.nexeo-breadcrumbs{font-size:14px;color:var(--nexeo-muted);margin:12px 0 20px}
.nexeo-breadcrumbs a{color:inherit;text-decoration:none}
.nexeo-breadcrumbs a:hover{text-decoration:underline}
.nexeo-hero{
  background:linear-gradient(180deg,#ffffff 0%,#f6fbf7 100%);
  border:1px solid var(--nexeo-border);
  border-radius:24px;
  padding:28px;
  margin:20px auto 24px;
  box-shadow:0 14px 35px rgba(17,24,39,.06);
}
.nexeo-kicker{font-size:14px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#2d6a4f;margin-bottom:10px}
.nexeo-hero h1{margin:0 0 12px 0;font-size:clamp(32px,4vw,48px);line-height:1.1}
.nexeo-lead{font-size:clamp(18px,2vw,21px);line-height:1.6;color:#263238}
.nexeo-trust,
.nexeo-highlights{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:20px 0}
.nexeo-pill,.nexeo-card{
  background:#fff;border:1px solid var(--nexeo-border);border-radius:18px;padding:16px;
}
.nexeo-pill strong,.nexeo-card h3{display:block;margin-bottom:6px}
.nexeo-section{margin:38px auto}
.nexeo-section h2{font-size:clamp(24px,2.5vw,34px);margin-bottom:14px}
.nexeo-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.nexeo-card p,.nexeo-section p,.nexeo-section li{font-size:17px;line-height:1.7;color:#28323c}
.nexeo-card ul,.nexeo-section ul{padding-left:22px}
.nexeo-cta-box{
  background:#0f172a;color:#fff;border-radius:24px;padding:28px;margin:40px 0 20px;
}
.nexeo-cta-box p,.nexeo-cta-box li{color:#e5eef8}
.nexeo-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.nexeo-buttons .btn,.nexeo-inline-links a{
  display:inline-flex;align-items:center;justify-content:center
}
.nexeo-faq details{
  background:#fff;border:1px solid var(--nexeo-border);border-radius:14px;padding:16px 18px;margin-bottom:10px
}
.nexeo-faq summary{cursor:pointer;font-weight:700}
.nexeo-faq p{margin:10px 0 0}
.nexeo-local-note{
  background:#f3faf5;border-left:4px solid var(--nexeo-green);padding:16px 18px;border-radius:12px
}
.nexeo-related{
  display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))
}
.nexeo-related a{
  display:block;background:#fff;border:1px solid var(--nexeo-border);border-radius:14px;padding:16px;color:#0f172a;text-decoration:none;
}
.nexeo-related a:hover{box-shadow:0 8px 20px rgba(17,24,39,.08);transform:translateY(-1px)}
.nexeo-mobile-cta{
  position:fixed;left:10px;right:10px;bottom:10px;z-index:9999;display:none;gap:8px;
}
.nexeo-mobile-cta a{
  flex:1;background:#111827;color:#fff;text-align:center;padding:12px 10px;border-radius:999px;
  font-weight:700;text-decoration:none;box-shadow:0 10px 25px rgba(17,24,39,.18)
}
.nexeo-mobile-cta a:nth-child(2){background:var(--nexeo-green-dark)}
@media (max-width: 991px){
  .nexeo-mobile-cta{display:flex}
  body{padding-bottom:72px}
}
