.jvsf { background: #fff; border-radius: 18px; box-shadow: 0 18px 50px rgba(11, 42, 74, .16); overflow: hidden; border: 1px solid #E6E2D8; }
.jvsf__head { background: #0B2A4A; color: #DCE6F2; padding: 18px 22px 16px; position: relative; }
.jvsf__head::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: linear-gradient(90deg, #1E4E8C 33.3%, #F3F1EC 33.3% 66.6%, #D7263D 66.6%); }
.jvsf__title { font-family: 'Sora', system-ui, sans-serif; font-weight: 800; font-size: 20px; color: #fff; margin: 4px 0 10px; }
.jvsf__progress { height: 8px; background: rgba(255, 255, 255, .15); border-radius: 999px; overflow: hidden; }
.jvsf__progress i { display: block; height: 100%; width: 9%; background: linear-gradient(90deg, #F4A100, #FFD65C); border-radius: 999px; transition: width .3s; }
.jvsf__meta { font-size: 13px; margin: 8px 0 0; }
.jvsf__form { padding: 20px 22px 24px; }
.jvsf__panel { display: none; border: 0; padding: 0; margin: 0; min-width: 0; }
.jvsf__panel.is-active { display: block; animation: jvsf-in .25s ease; }
@keyframes jvsf-in { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: none; } }
.jvsf__panel legend { font-family: 'Sora', system-ui, sans-serif; font-weight: 700; font-size: 21px; color: #0B2A4A; margin: 0 0 6px; padding: 0; line-height: 1.25; }
.jvsf__hint { color: #5B6573; font-size: 14px; margin: 0 0 14px; }
.jvsf__label { display: block; font-weight: 600; font-size: 14px; color: #0B2A4A; margin: 12px 0 5px; }
.jvsf__input { width: 100%; font: inherit; font-size: 16px; padding: 12px 14px; border: 1.5px solid #D5D0C4; border-radius: 10px; background: #FFFDF8; color: #1B2430; }
.jvsf__input:focus { outline: none; border-color: #1B8A4B; box-shadow: 0 0 0 4px rgba(27, 138, 75, .15); }
.jvsf__input--cp { font-size: 22px; letter-spacing: .18em; font-weight: 700; }
.jvsf__input:disabled { opacity: .6; }
.jvsf__choices { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.jvsf__choices--3 { grid-template-columns: repeat(3, 1fr); }
.jvsf__choice { font: inherit; font-weight: 600; font-size: 15px; text-align: left; padding: 14px 14px; border: 1.5px solid #D5D0C4; border-radius: 12px; background: #fff; color: #0B2A4A; cursor: pointer; transition: border-color .15s, background .15s, transform .1s; line-height: 1.3; }
.jvsf__choice:hover { border-color: #1B8A4B; background: #F3FAF6; }
.jvsf__choice.is-on { border-color: #1B8A4B; background: #E7F4EC; box-shadow: inset 0 0 0 1px #1B8A4B; }
.jvsf__choice:active { transform: scale(.98); }
.jvsf__next, .jvsf__submit { display: block; width: 100%; margin-top: 16px; font: inherit; font-weight: 800; font-size: 17px; padding: 15px; border: 0; border-radius: 999px; background: #1B8A4B; color: #fff; cursor: pointer; }
.jvsf__next:hover, .jvsf__submit:hover { background: #14723D; }
.jvsf__submit:disabled { opacity: .7; cursor: wait; }
.jvsf__back { background: none; border: 0; color: #5B6573; font: inherit; font-size: 14px; margin-top: 12px; cursor: pointer; padding: 4px 0; }
.jvsf__error { color: #B3182D; font-size: 14px; font-weight: 600; margin: 8px 0 0; min-height: 0; }
.jvsf__error:empty { display: none; }
.jvsf__row--2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.jvsf__civ { display: flex; gap: 18px; font-size: 15px; }
.jvsf__civ label { display: flex; gap: 6px; align-items: center; cursor: pointer; }
.jvsf__consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: #37414F; margin: 16px 0 4px; line-height: 1.45; cursor: pointer; }
.jvsf__consent input { margin-top: 3px; width: 18px; height: 18px; flex: none; accent-color: #1B8A4B; }
.jvsf__legal { font-size: 12px; color: #5B6573; text-align: center; margin: 10px 0 0; }
.jvsf__hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
@media (max-width: 480px) {
  .jvsf__choices, .jvsf__choices--3, .jvsf__row--2 { grid-template-columns: 1fr; }
  .jvsf__form, .jvsf__head { padding-left: 16px; padding-right: 16px; }
}
