:root { --brand: #3f4650; --brand-accent: color-mix(in srgb, var(--brand) 78%, #000); --brand-soft: color-mix(in srgb, var(--brand) 8%, transparent) }

.pv-wrap { max-width: 44rem; padding-top: 2.5rem; padding-bottom: 3rem }
.pv-wrap .field { margin-bottom: 1.15rem }
.pv-title { font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 700; margin: 0 0 0.75rem }
.pv-lead { font-size: 0.95rem; color: var(--text-muted); line-height: 1.55; margin: 0 0 1.75rem }

.pv-section-label { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-muted); margin: 0 0 0.75rem }

.pv-types { list-style: none; margin: 0 0 0.5rem; padding: 0; overflow: hidden }
.pv-type { display: block; border-top: 1px solid var(--border) }
.pv-type:first-child { border-top: 0 }
.pv-type__inner { display: flex; gap: 0.75rem; padding: 1rem 1.15rem; cursor: pointer }
.pv-type input { margin-top: 0.2rem; flex: 0 0 auto; accent-color: var(--brand); width: 1.1rem; height: 1.1rem }
.pv-type__title { display: block; font-weight: 600; font-size: 0.95rem; margin: 0 0 0.2rem }
.pv-type__desc { display: block; font-size: 0.85rem; color: var(--text-muted); line-height: 1.5 }
.pv-type:has(input:checked) { background: var(--brand-soft) }
.pv-type:has(input:checked) .pv-type__title { color: var(--brand-accent) }

.input.is-invalid, .select.is-invalid { border-color: var(--danger) }
.field__error { display: block; margin-top: 0.375rem; font-size: 0.85rem; color: var(--danger) }
.field__help { display: block; margin-top: 0.375rem; font-size: 0.82rem; color: var(--text-muted); line-height: 1.5 }

.textarea { width: 100%; min-height: 6rem; padding: 0.7rem 0.85rem; font: inherit; color: var(--text); background: #fff; border: 1px solid var(--border); border-radius: 0.5rem; resize: vertical }
.textarea:focus { outline: none; border-color: var(--brand) }

.field-row--three { grid-template-columns: 1fr }
@media (min-width: 40rem) { .field-row--three { grid-template-columns: 1fr 1fr 1fr } }

.pv-selected { margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--border) }
.pv-selected__label { display: block; font-size: 0.9rem; color: var(--text-muted); margin-bottom: 0.6rem }
.pv-chips { display: flex; flex-wrap: wrap; gap: 0.5rem }
.pv-chip { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.5rem 0.6rem 0.5rem 0.95rem; border-radius: 999px; background: var(--brand); color: #fff; font-size: 0.82rem; font-weight: 600; line-height: 1.3 }
.pv-chip__x { display: inline-flex; align-items: center; justify-content: center; width: 1.2rem; height: 1.2rem; padding: 0; border: 0; border-radius: 50%; background: transparent; color: inherit; font-size: 1.05rem; line-height: 1; cursor: pointer; opacity: 0.65 }
.pv-chip__x:hover { opacity: 1; background: rgba(255, 255, 255, 0.22) }

.pv-subhead { font-size: 1rem; font-weight: 700; margin: 2rem 0 1rem; padding-top: 1.5rem; border-top: 1px solid var(--border) }

.pv-actions { display: flex; gap: 0.75rem; margin-top: 0.75rem }
.pv-actions .btn { width: auto; flex: 0 0 auto; min-height: 3rem; padding: 0 1.75rem }
.pv-actions .btn--primary { flex: 1 1 auto }
.btn--cancel { background: #eef1f4; color: var(--text-muted) }
.btn--cancel:hover { background: #e3e7eb; color: var(--text) }

.pv-spinner { width: 1.1rem; height: 1.1rem; border-radius: 50%; border: 2px solid rgba(255,255,255,.5); border-top-color: #fff; animation: pv-spin .8s linear infinite; display: inline-block }
@keyframes pv-spin { to { transform: rotate(360deg) } }

.pv-success { padding: 1.25rem 1.5rem; border-radius: 0.5rem; background: color-mix(in srgb, var(--success) 12%, #fff); border: 1px solid color-mix(in srgb, var(--success) 40%, #fff); color: var(--text); font-size: 0.95rem; line-height: 1.6 }

.pv-done { text-align: center; padding: 2rem 0 0.5rem }
.pv-done h1 { font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 700; margin: 0 0 0.6rem }
.pv-done p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; margin: 0 auto; max-width: 30rem }
.pv-done .btn { width: auto; min-height: 3rem; padding: 0 1.75rem; margin-top: 1.75rem }

.pv-contact { margin-top: 2.5rem; padding-top: 1.75rem; border-top: 1px solid var(--border); text-align: center }
.pv-contact h2 { font-size: 1rem; font-weight: 700; margin: 0 0 0.4rem }
.pv-contact p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.55; margin: 0 }

.pv-pixel { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none }
.funnel-foot__copy { margin: 1rem 0 0; font-size: 0.72rem; color: var(--text-muted) }
