/* Production fixes on top of the Claude Design templates */
@media (max-width: 980px) {
  [data-m="hero-kicker"] { white-space: normal !important; line-height: 1.6; }
  [data-m="hero-ctas"] { flex-wrap: wrap; }
}

/* Contact form: investor profile radios, square like the brand marks */
[data-m="ct-profile"] input[type="radio"] {
  appearance: none; -webkit-appearance: none; flex: none;
  width: 12px; height: 12px; margin: 3px 0 0; border: 1px solid #000; background: transparent; cursor: pointer;
}
[data-m="ct-profile"] input[type="radio"]:checked { background: #7DFF9F; box-shadow: inset 0 0 0 2px #F5F6FF; }
[data-m="ct-profile"] input[type="radio"]:focus-visible { outline: 2px solid #000; outline-offset: 2px; }
[data-m="ct-private"][hidden] { display: none; }
[data-m="ct-send"][aria-disabled="true"] { opacity: .3; pointer-events: none; }

/* FAQ +/- icons are SVG: make [hidden] effective */
[data-faq-icon][hidden] { display: none; }
