:root{--brand:#198754}
body{scroll-behavior:smooth}
.hero{background:linear-gradient(180deg,#0b0f14 0%,#111827 60%,#0f172a 100%);color:#fff}
.hero .badge{background:rgba(255,255,255,.12)}
.trust-logos img{max-height:36px;opacity:.85}
.shadow-soft{box-shadow:0 10px 25px rgba(0,0,0,.08)}
.bullet i{font-size:1.1rem}
.sticky-cta{position:sticky;bottom:1rem}
.divider{height:1px;background:rgba(0,0,0,.08)}
.opacity-70{opacity:.7}
.form-small{font-size:.9rem}
.feature-icon{
  width:44px;height:44px;border-radius:12px;
  display:grid;place-items:center;background:#f3f6f9;
  flex:0 0 44px; /* don’t stretch in the flex row */
}
.feature-icon span{ font-size:1.25rem; } /* optional */

.summary-check li{
  position: relative; padding-left: 1.75rem; margin:.5rem 0;
}
.summary-check li::before{
  content: "✓"; position: absolute; left:0; top:0; line-height:1.2;
  width:1.25rem; text-align:center; font-weight:600;
}
@media (max-width: 767.98px){
  body { padding-bottom: 76px; } /* approx height of the sticky bar */
  #mobileCta { padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 0.5rem); }
}