.tv-apply-wrap { text-align: center; margin-top: 1.25rem; }
.tv-apply { display: inline-block; background: #A8EB68; color: #173a17; padding: .65rem 2.5rem; border: none; border-radius: 50px; font-weight: 700; cursor: pointer; }
.tv-apply-form { margin: 1rem auto 0; max-width: 480px; text-align: left; display: grid; gap: .75rem; }
.tv-field label { display: block; font-size: .9rem; color: #173a17; }
.tv-field input[type="text"], .tv-field input[type="email"], .tv-field input[type="tel"] { display: block; width: 100%; margin-top: .25rem; padding: .5rem .65rem; border: 1px solid #d7efbd; border-radius: 8px; box-sizing: border-box; }
.tv-field input[type="file"] { display: block; margin-top: .35rem; }
.tv-consent label { display: flex; gap: .5rem; align-items: flex-start; font-size: .85rem; }
.tv-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.tv-apply-submit { background: #A8EB68; color: #173a17; border: none; padding: .65rem 2.5rem; border-radius: 50px; font-weight: 700; cursor: pointer; justify-self: center; }
.tv-apply-submit[disabled] { opacity: .6; cursor: default; }
.tv-apply-status { font-size: .9rem; min-height: 1.2em; text-align: center; }
.tv-apply-status.is-error { color: #b3261e; }
.tv-apply-status.is-success { color: #2e7d32; font-weight: 600; }
