/* Marsico Casa Verde Baterii 2026 — front-end form */
.marsico-cv-wrap { max-width: 760px; margin: 24px auto; font-family: 'Open Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; color: #2c3e35; }
.marsico-cv-card { background: #ffffff; border: 1px solid #cfe4df; border-radius: 12px; padding: 28px 28px 22px; box-shadow: 0 4px 18px rgba(45, 138, 121, 0.06); }
.marsico-cv-title { font-family: 'Raleway', sans-serif; font-size: 26px; font-weight: 800; color: #2d8a79; margin: 0 0 8px; }
.marsico-cv-lead { color: #2c3e35; margin: 0 0 22px; line-height: 1.55; font-size: 15px; }
.marsico-cv-section { border: 0; padding: 0; margin: 0 0 18px; }
.marsico-cv-section legend { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 16px; color: #2d8a79; padding: 0; margin-bottom: 10px; border-left: 4px solid #4db8a4; padding-left: 10px; }
.marsico-cv-row { display: flex; gap: 12px; margin-bottom: 10px; flex-wrap: wrap; }
.marsico-cv-row > label { flex: 1; min-width: 220px; display: flex; flex-direction: column; gap: 4px; font-size: 13px; color: #5a6b65; }
.marsico-cv-row > label.marsico-cv-grow { flex: 1 1 100%; }
.marsico-cv-row input[type="text"],
.marsico-cv-row input[type="tel"],
.marsico-cv-row input[type="email"],
.marsico-cv-row input[type="number"] {
  padding: 9px 12px; border: 1px solid #cfe4df; border-radius: 6px; font-size: 15px; color: #2c3e35; background: #f5faf9; transition: border-color 0.15s, background 0.15s; width: 100%; box-sizing: border-box; font-family: inherit;
}
.marsico-cv-row input:focus { outline: 0; border-color: #4db8a4; background: #fff; box-shadow: 0 0 0 3px rgba(77, 184, 164, 0.16); }
.marsico-cv-section textarea { width: 100%; padding: 9px 12px; border: 1px solid #cfe4df; border-radius: 6px; font-size: 14px; color: #2c3e35; background: #f5faf9; font-family: inherit; box-sizing: border-box; }
.marsico-cv-section textarea:focus { outline: 0; border-color: #4db8a4; background: #fff; box-shadow: 0 0 0 3px rgba(77, 184, 164, 0.16); }
.marsico-cv-cnp-wrap { position: relative; }
.marsico-cv-help-icon { display: inline-block; width: 16px; height: 16px; line-height: 16px; text-align: center; border-radius: 50%; background: #4db8a4; color: #fff; font-size: 11px; font-weight: 700; cursor: help; margin-left: 4px; }
.marsico-cv-cnp-note { display: block; margin-top: 4px; color: #2d8a79; font-size: 11.5px; line-height: 1.4; }
.marsico-cv-radio-group { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
.marsico-cv-radio-group label { flex: 1 1 calc(50% - 5px); min-width: 130px; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid #cfe4df; border-radius: 8px; cursor: pointer; background: #f5faf9; transition: all 0.15s; font-size: 14px; }
.marsico-cv-radio-group label:hover { background: #e8f7f5; border-color: #4db8a4; }
.marsico-cv-radio-group input[type="radio"] { margin: 0; accent-color: #4db8a4; }
.marsico-cv-radio-group label:has(input:checked) { background: #e8f7f5; border-color: #2d8a79; }
.marsico-cv-check { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: #f5faf9; border-radius: 6px; font-size: 14px; cursor: pointer; }
.marsico-cv-check input[type="checkbox"] { accent-color: #4db8a4; }
.marsico-cv-consent { font-size: 13px; color: #5a6b65; margin: 18px 0 12px; display: flex; flex-direction: column; gap: 10px; }
.marsico-cv-consent label { display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; padding: 10px 12px; background: #f5faf9; border: 1px solid #e0ede9; border-radius: 6px; cursor: pointer; transition: border-color 0.15s, background 0.15s; }
.marsico-cv-consent label:hover { background: #e8f7f5; border-color: #4db8a4; }
.marsico-cv-consent label:has(input:checked) { background: #e8f7f5; border-color: #2d8a79; }
.marsico-cv-consent input[type="checkbox"] { margin-top: 3px; accent-color: #4db8a4; flex-shrink: 0; }
.marsico-cv-consent a { color: #2d8a79; text-decoration: underline; font-weight: 700; }
.marsico-cv-submit-disabled { background: #b6cfca !important; cursor: not-allowed !important; opacity: 0.75; }
.marsico-cv-submit-disabled:hover { background: #b6cfca !important; }
.cf-turnstile { margin: 12px 0; }
.marsico-cv-actions { margin-top: 12px; }
.marsico-cv-submit { background: #4db8a4; color: #fff; border: 0; padding: 14px 22px; font-size: 16px; font-weight: 700; border-radius: 8px; cursor: pointer; width: 100%; font-family: inherit; transition: background 0.15s; }
.marsico-cv-submit:hover { background: #3aa08e; }
.marsico-cv-submit:disabled { background: #97cfc2; cursor: not-allowed; }
.marsico-cv-message { margin-top: 12px; padding: 0; min-height: 22px; font-size: 14px; }
.marsico-cv-message.ok { background: #e8f7f5; color: #1f6a5e; padding: 12px 16px; border-radius: 6px; border-left: 4px solid #2d8a79; }
.marsico-cv-message.err { background: #fdecea; color: #8c1e16; padding: 12px 16px; border-radius: 6px; border-left: 4px solid #c0392b; }
.marsico-cv-success-card { background: #e8f7f5; border: 1px solid #4db8a4; border-radius: 12px; padding: 22px 24px; text-align: center; }
.marsico-cv-success-card h3 { font-family: 'Raleway', sans-serif; color: #2d8a79; margin: 0 0 8px; font-size: 20px; }
.marsico-cv-success-card p { color: #2c3e35; line-height: 1.6; margin: 0 0 14px; }
.marsico-cv-print-btn { display: inline-block; background: #2d8a79; color: #fff; padding: 12px 20px; font-size: 15px; font-weight: 700; border: 0; border-radius: 6px; cursor: pointer; font-family: inherit; }
.marsico-cv-print-btn:hover { background: #1f6a5e; }
@media (max-width: 560px) {
  .marsico-cv-card { padding: 20px 18px; }
  .marsico-cv-title { font-size: 22px; }
  .marsico-cv-radio-group label { flex: 1 1 100%; }
}
