.tv-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 24px 16px 60px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #2b2620;
}

.tv-screen-1 {
    text-align: center;
    padding: 60px 12px;
}

.tv-brand {
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: .02em;
    color: #2f6b45;
    margin-bottom: 20px;
    line-height: 1.15;
}

.tv-title {
    font-size: 1.7rem;
    line-height: 1.35;
    font-weight: 800;
    margin-bottom: 32px;
    color: #1f3d2b;
}

.tv-btn {
    display: inline-block;
    border: none;
    border-radius: 10px;
    padding: 16px 28px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform .15s ease, opacity .15s ease;
}
.tv-btn:active { transform: scale(0.97); }

.tv-btn-primary {
    background: linear-gradient(135deg, #2f6b45, #1f3d2b);
    color: #fff;
    width: 100%;
}

.tv-logo-bottom {
    display: block;
    max-width: 180px;
    width: 60%;
    margin: 32px auto 0;
    height: auto;
}

.tv-section-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 28px 0 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e4dfd3;
    color: #1f3d2b;
}

.tv-field { margin-bottom: 14px; }
.tv-field label {
    display: block;
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #4a4436;
}
.tv-field input[type="text"],
.tv-field input[type="tel"],
.tv-field input[type="url"],
.tv-field textarea,
.tv-field input[type="file"] {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #d8d2c2;
    border-radius: 8px;
    font-size: 1rem;
    background: #fdfcf9;
}
.tv-field textarea { resize: vertical; }

.tv-field-row {
    display: flex;
    gap: 10px;
}
.tv-field-row .tv-field { flex: 1; }

.tv-toggle-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ece7da;
    font-size: .95rem;
}
.tv-toggle-options { display: flex; gap: 14px; }
.tv-toggle-options label { display: flex; align-items: center; gap: 4px; font-weight: 500; }

.tv-btn-submit { width: 100%; margin-top: 22px; }
.tv-btn-submit[disabled] { opacity: .6; cursor: default; }

.tv-error {
    background: #fbe4e4;
    color: #8a1f1f;
    padding: 10px 14px;
    border-radius: 8px;
    margin: 12px 0;
    font-size: .9rem;
}

.tv-screen-3 {
    text-align: center;
    padding: 60px 16px;
}
.tv-success-icon { font-size: 3rem; margin-bottom: 12px; }
.tv-screen-3 h2 { color: #1f3d2b; margin-bottom: 10px; }
.tv-screen-3 p { font-size: 1.05rem; line-height: 1.5; }

.tv-thanks-brand {
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid #e4dfd3;
}
.tv-thanks-de {
    font-weight: 700;
    font-size: 1rem;
    color: #1f3d2b;
    margin: 0 0 4px;
}
.tv-thanks-msg {
    font-size: .95rem;
    color: #6b6455;
    margin: 0;
}
