/* ── Section wrappers ──────────────────────────────────────────────────────── */
.mvt-section-wrap {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #1e3a5f;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,.07);
    padding: 36px 40px 40px;
    margin: 36px 0;
}
.mvt-section-header {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}
.mvt-section-header h2 {
    color: #1e3a5f;
    font-size: 1.5rem;
    margin: 0 0 6px;
}
.mvt-section-header p {
    color: #6b7280;
    margin: 0;
    font-size: 15px;
}
.mvt-agent-section { margin-top: 12px; }
.mvt-agent-section h2 { color: #1e3a5f; }
.mvt-divider { border: none; border-top: 1px solid #e2e8f0; margin: 40px 0 32px; }

/* ── Form container ────────────────────────────────────────────────────────── */
.mvt-wrap {
    max-width: 100%;
    font-family: inherit;
}
.mvt-header { margin-bottom: 20px; }
.mvt-header h2 { color: #1e3a5f; font-size: 1.4rem; margin-bottom: 4px; }
.mvt-header p  { color: #6b7280; margin: 0; font-size: 14px; }

/* ── Fields ────────────────────────────────────────────────────────────────── */
.mvt-field { margin-bottom: 16px; }
.mvt-field label {
    display: block; font-weight: 600; margin-bottom: 6px;
    font-size: 14px; color: #374151;
}
.mvt-field input {
    width: 100%; padding: 11px 14px; border: 1px solid #d1d5db;
    border-radius: 6px; font-size: 15px; box-sizing: border-box;
    background: #fafafa; transition: border-color .2s, background .2s;
}
.mvt-field input:focus {
    outline: none; border-color: #1e3a5f; background: #fff;
    box-shadow: 0 0 0 3px rgba(30,58,95,.08);
}
.mvt-field-row { display: grid; grid-template-columns: 1fr 140px; gap: 12px; }
.mvt-error-text { color: #dc2626; font-size: 12px; margin-top: 4px; display: none; }

/* ── Button ────────────────────────────────────────────────────────────────── */
.mvt-btn {
    width: 100%; padding: 13px; background: #1e3a5f; color: #fff;
    border: none; border-radius: 7px; font-size: 16px; font-weight: 700;
    cursor: pointer; transition: background .2s; margin-top: 4px;
    letter-spacing: .01em;
}
.mvt-btn:hover:not(:disabled) { background: #162d4a; }
.mvt-btn:disabled { opacity: .6; cursor: not-allowed; }
.mvt-btn-cta {
    display: block; text-align: center; text-decoration: none;
    margin-top: 16px; padding: 13px; font-size: 15px;
}

/* ── OTP Channel Selector ──────────────────────────────────────────────────── */
.mvt-channel-selector { margin-bottom: 18px; }
.mvt-channel-label {
    display: block; font-weight: 600; margin-bottom: 8px;
    font-size: 14px; color: #374151;
}
.mvt-channel-options { display: flex; gap: 20px; }
.mvt-channel-radio {
    display: flex; align-items: center; gap: 7px;
    font-size: 14px; color: #374151; cursor: pointer; font-weight: 500;
}
.mvt-channel-radio input[type="radio"] {
    width: 16px; height: 16px; accent-color: #1e3a5f; cursor: pointer;
}

/* ── Privacy notice ────────────────────────────────────────────────────────── */
.mvt-privacy {
    font-size: 12px; color: #9ca3af; margin: 14px 0 4px; line-height: 1.6;
}
.mvt-privacy a { color: #1e3a5f; }

/* ── Messages ──────────────────────────────────────────────────────────────── */
.mvt-msg {
    margin-top: 12px; padding: 10px 14px; border-radius: 6px;
    font-size: 14px; display: none; line-height: 1.5;
}
.mvt-success { background: #dcfce7; color: #16a34a; border: 1px solid #bbf7d0; }
.mvt-error   { background: #fee2e2; color: #dc2626; border: 1px solid #fecaca; }

/* ── Valuation result ──────────────────────────────────────────────────────── */
.mvt-estimate {
    background: linear-gradient(135deg, #1e3a5f 0%, #2a5080 100%);
    border-radius: 10px; padding: 32px; text-align: center; margin-bottom: 20px;
    color: #fff;
}
.mvt-estimate-label {
    font-size: 12px; text-transform: uppercase; letter-spacing: .08em;
    margin-bottom: 10px; opacity: .8;
}
.mvt-estimate-value { font-size: 2.2rem; font-weight: 700; margin-bottom: 10px; }
.mvt-estimate-meta  { font-size: 12px; opacity: .7; line-height: 1.5; }
.mvt-confidence {
    display: inline-block; margin-top: 12px; padding: 4px 14px;
    border-radius: 20px; font-size: 12px; font-weight: 600;
}
.mvt-conf-high   { background: rgba(255,255,255,.2); color: #fff; }
.mvt-conf-medium { background: rgba(255,200,0,.2); color: #ffd700; }

/* ── Disclaimer ────────────────────────────────────────────────────────────── */
.mvt-disclaimer {
    background: #fffbeb; border: 1px solid #fde68a; border-radius: 6px;
    padding: 12px 16px; font-size: 12px; color: #92400e;
    margin-bottom: 20px; line-height: 1.6;
}

/* ── CTA ───────────────────────────────────────────────────────────────────── */
.mvt-cta { text-align: center; }
.mvt-cta p { color: #374151; margin-bottom: 6px; font-size: 15px; }

/* ── Low confidence ────────────────────────────────────────────────────────── */
.mvt-low-confidence {
    background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 10px;
    padding: 32px; text-align: center;
}
.mvt-low-confidence h3 { color: #1e3a5f; margin-bottom: 10px; }
.mvt-low-confidence p  { color: #6b7280; margin-bottom: 20px; line-height: 1.6; }

/* ── OTP step ──────────────────────────────────────────────────────────────── */
.mvt-resend { font-size: 13px; color: #6b7280; margin-top: 16px; text-align: center; }
.mvt-link-btn {
    background: none; border: none; color: #1e3a5f; cursor: pointer;
    font-size: 13px; text-decoration: underline; padding: 0;
}
.mvt-link-btn:disabled { color: #9ca3af; cursor: not-allowed; text-decoration: none; }

/* ── Responsive ────────────────────────────────────────────────────────────── */
@media (max-width: 600px) {
    .mvt-section-wrap { padding: 24px 20px 28px; margin: 20px 0; }
    .mvt-estimate-value { font-size: 1.6rem; }
    .mvt-field-row { grid-template-columns: 1fr; }
}

/* ── HPI Area Card ─────────────────────────────────────────────────────────── */
.mvt-hpi-card {
    background: #1e3a5f; color: #fff;
    border-radius: 8px; padding: 20px 24px; margin: 16px 0;
    text-align: center;
}
.mvt-hpi-label { font-size: 12px; text-transform: uppercase; letter-spacing: .07em; opacity: .75; margin-bottom: 8px; }
.mvt-hpi-value { font-size: 1.8rem; font-weight: 700; margin-bottom: 6px; }
.mvt-hpi-meta  { font-size: 11px; opacity: .65; }
.mvt-hpi-note  { font-size: 12px; color: #6b7280; margin: 8px 0 16px; text-align: center; }

/* ── Coming Soon (toggle OFF state) ────────────────────────────────────────── */
.mvt-coming-soon {
    text-align: center;
    padding: 24px 16px 8px;
}
.mvt-coming-soon-badge {
    display: inline-block;
    background: #007A53;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
}
.mvt-coming-soon-msg {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 560px;
}
