/* Förfiningar efter grundpaketet: kundvägar, företagsintresse och skarpare mobilflöde. */
.grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}
.decision-path{background:rgba(255,250,240,.42)}
.decision-card{display:flex;min-height:100%;flex-direction:column}
.decision-card p:last-child{margin-top:auto}
.company-interest-intro{max-width:760px}
.company-interest-form{max-width:900px}
.company-interest-form .checks{grid-template-columns:repeat(2,minmax(0,1fr))}
.company-interest-note{margin:0;color:var(--muted);font-size:.93rem}
.empty-state{display:grid;gap:16px;align-items:center;padding:26px;border:1px dashed rgba(22,53,47,.34);border-radius:var(--radius);background:rgba(255,250,240,.62)}
.empty-state h2,.empty-state h3{margin:0;color:var(--brand)}
.empty-state p{margin:0}
@media(max-width:1120px){.grid.five{grid-template-columns:repeat(3,1fr)}}
@media(max-width:620px){.grid.five,.company-interest-form .checks{grid-template-columns:1fr}}
