/* SPUMAJO / MESSENORD – final decision + sales layer 2026-08-08 */
.final-paths{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.final-path{border:1px solid rgba(15,18,17,.14);border-radius:16px;padding:26px;background:#fff;display:flex;flex-direction:column;min-height:250px}
.final-path .eyebrow{margin-bottom:10px}.final-path h3{margin:0 0 12px;font-size:clamp(1.25rem,2vw,1.55rem)}.final-path p{margin:0 0 22px;color:var(--muted,#606762)}.final-path .btn{margin-top:auto;align-self:flex-start}
.hero .hero-kicker{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;font-weight:750;margin:0 0 12px;color:#fff}.hero .hero-claim.final-hero-title{max-width:760px;font-size:clamp(2.7rem,6vw,5.8rem);line-height:.96}.hero .hero-sub{max-width:680px}.hero .btn-row{gap:10px;flex-wrap:wrap}
.final-depth-intro{max-width:820px;margin-bottom:24px}.final-depth-intro p{font-size:1.05rem;color:var(--muted,#606762)}
.hs-funnel{display:grid;grid-template-columns:minmax(0,.8fr) minmax(320px,1.2fr);gap:36px;align-items:start}.hs-funnel__copy{max-width:540px}.hs-funnel__form{background:#fff;color:#111;border-radius:16px;padding:26px;box-shadow:0 10px 35px rgba(0,0,0,.14)}
.hs-funnel__after{display:none;margin-top:18px;padding:18px;border-radius:12px;background:#eef8ef;color:#142117}.hs-funnel__after.is-visible{display:block}.hs-funnel__after p{margin:0 0 12px}.hs-funnel__after .btn{margin-right:8px}
.hs-form-frame{min-height:260px}
.system-context{padding:14px 16px;background:#f3f5f3;border-radius:10px;margin:0 0 18px;font-size:.95rem;color:#3f4741}
.catalog-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:24px 0 8px}.catalog-choice{padding:20px;border:1px solid rgba(15,18,17,.14);border-radius:14px;background:#fff}.catalog-choice h3{margin:0 0 8px}.catalog-choice p{margin:0 0 16px;color:var(--muted,#606762)}
@media(max-width:840px){.final-paths,.catalog-choice-grid,.hs-funnel{grid-template-columns:1fr}.final-path{min-height:0}.hs-funnel__form{padding:20px}.hero .hero-claim.final-hero-title{font-size:clamp(2.4rem,12vw,4.2rem)}}

/* Native SPUMAJO lead form – no visible HubSpot embed/branding */
.sp-native-lead{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.sp-native-lead .field{display:grid;gap:7px;margin:0}
.sp-native-lead .field--wide{grid-column:1/-1}
.sp-native-lead label{font-weight:650;color:#111}
.sp-native-lead input,.sp-native-lead textarea{box-sizing:border-box;width:100%;border:1px solid rgba(15,18,17,.2);border-radius:9px;padding:12px 13px;background:#fff;color:#111;font:inherit}
.sp-native-lead textarea{resize:vertical;min-height:110px}
.sp-native-lead input:focus,.sp-native-lead textarea:focus{outline:3px solid rgba(189,224,61,.25);border-color:#789315}
.sp-native-lead [data-form-status]{margin:10px 0 0;color:#4b534d}
.sp-native-lead button[disabled]{opacity:.6;cursor:wait}
@media(max-width:650px){.sp-native-lead{grid-template-columns:1fr}.sp-native-lead .field--wide{grid-column:auto}}

.sp-consent{display:flex!important;align-items:flex-start;gap:10px;font-size:.86rem;font-weight:400;line-height:1.35;color:#4b534d}
.sp-consent input{width:18px!important;height:18px;margin:1px 0 0;flex:0 0 auto}
.sp-consent a{color:inherit;text-decoration:underline}

/* V6: privacy row scoped only to the native project form */
.sp-native-lead .sp-form-privacy{
  grid-column:1/-1;
  display:grid!important;
  grid-template-columns:20px 1fr;
  align-items:start;
  gap:10px;
  margin:0;
  padding:0;
  position:static;
  inset:auto;
  width:auto;
  max-width:none;
  background:transparent;
  border:0;
  box-shadow:none;
  color:#5b625d;
  font-size:.82rem;
  font-weight:400;
  line-height:1.4;
}
.sp-native-lead .sp-form-privacy input{
  width:18px!important;
  height:18px;
  margin:1px 0 0;
  padding:0;
  position:static;
  appearance:auto;
}
.sp-native-lead .sp-form-privacy span{display:block}
.sp-native-lead .sp-form-privacy a{color:inherit;text-decoration:underline}
