/* Inscrição Inovatech - layout idêntico à plataforma */
.inovatech-top-bar {
    height: 4px;
    background: linear-gradient(90deg, #d9780f 0%, #F68C1F 50%, #d9780f 100%);
}
.inovatech-registration {
    min-height: calc(100vh - 120px);
    background: #f8f9fa;
}
.inovatech-row {
    min-height: calc(100vh - 124px);
}
.inovatech-left {
    background: #fef3e8;
    display: flex;
    align-items: center;
    padding: 1.25rem 1.5rem;
}
@media (min-width: 992px) {
    .inovatech-left { padding: 1.75rem 2rem; }
}
.inovatech-left-inner {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.inovatech-poster {
    width: 100%;
    margin-bottom: 0.75rem;
}
.inovatech-poster__img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}
.inovatech-info-boxes { margin-top: 0.75rem; }
.inovatech-info-box {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    height: 100%;
    background: #f9fafb;
}
.inovatech-info-box__icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F68C1F;
    color: #fff;
    font-size: 0.95rem;
}
.inovatech-info-box__content {
    flex: 1;
    min-width: 0;
}
.inovatech-info-box__label {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    color: #4a4a4a;
    margin: 0 0 0.1rem 0;
}
.inovatech-info-box__text {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    color: #6b7280;
    margin: 0;
    line-height: 1.3;
}
.inovatech-footer-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.875rem;
    text-align: center;
}
.inovatech-right {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 1.25rem 1.25rem;
}
@media (min-width: 992px) {
    .inovatech-right { padding: 1.75rem 3rem; }
}
.inovatech-form-wrap {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
.inovatech-form .row {
    margin-bottom: 0.5rem;
}
.inovatech-form .row:last-of-type {
    margin-bottom: 0;
}
.inovatech-form-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: clamp(1.35rem, 2.5vw, 1.6rem);
    color: #4a4a4a;
    margin-bottom: 0.2rem;
}
.inovatech-form-title--green {
    font-style: italic;
    color: #F68C1F;
}
.inovatech-form-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 1rem;
    line-height: 1.4;
}
.inovatech-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    color: #4a4a4a;
    margin-bottom: 0.25rem;
}
.inovatech-type-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.875rem;
}
.inovatech-type-btn {
    flex: 1;
    min-width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.6rem 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    color: #6b7280;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s, background 0.2s, box-shadow 0.2s;
}
.inovatech-type-btn__icon {
    font-size: 1.25rem;
    color: inherit;
}
.inovatech-type-btn:hover {
    border-color: #F68C1F;
    color: #F68C1F;
    background: #fff8f0;
}
.inovatech-type-btn.active {
    border: 1px solid #F68C1F;
    color: #F68C1F;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(246, 140, 31, 0.2);
}
.inovatech-type-btn.active .inovatech-type-btn__icon {
    color: #F68C1F;
}
.inovatech-field {
    margin-bottom: 0;
}
.inovatech-input {
    width: 100%;
    height: 2.25rem;
    padding: 0.4rem 0.75rem;
    font-size: 0.875rem;
    font-family: 'Inter', sans-serif;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f9fafb;
    color: #4a4a4a;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    box-sizing: border-box;
}
.inovatech-input::placeholder {
    color: #9ca3af;
}
.inovatech-input:focus {
    outline: none;
    border-color: #F68C1F;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(246, 140, 31, 0.12);
}
.inovatech-select {
    cursor: pointer;
    appearance: auto;
    height: 2.25rem;
}
.inovatech-field--checkbox {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}
.inovatech-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    color: #4b5563;
    font-size: 0.78rem;
    line-height: 1.45;
}
.inovatech-checkbox {
    margin-top: 0.2rem;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    accent-color: #F68C1F;
    cursor: pointer;
}
.inovatech-checkbox-text {
    flex: 1;
}
.inovatech-error {
    font-size: 0.78rem;
    color: #dc2626;
    margin-top: 0.15rem;
    display: block;
}
.inovatech-submit {
    width: 100%;
    padding: 0.7rem 1.25rem;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: #fff;
    background: #F68C1F;
    border: 2px solid #F68C1F;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, transform 0.05s;
    box-shadow: 0 2px 4px rgba(246, 140, 31, 0.25);
}
.inovatech-submit:hover {
    background: #d9780f;
    border-color: #d9780f;
    color: #fff;
}
.inovatech-submit:active {
    transform: scale(0.99);
}
.inovatech-form-footer {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    color: #6b7280;
    margin-top: 0.75rem;
    text-align: center;
}
#inovatech-resposta {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    display: none;
}
#inovatech-resposta.erro {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}
#inovatech-resposta:not(.erro) {
    background: #fff3e0;
    color: #a05a00;
    border: 1px solid #f6c07a;
}

/* ---------- Mobile (formulário responsivo) ---------- */
@media (max-width: 991px) {
    .inovatech-row {
        min-height: auto;
    }
    .inovatech-left {
        padding: 1rem 1rem;
    }
    .inovatech-right {
        padding: 1rem 1rem;
    }
    .inovatech-form-wrap {
        padding: 0 0.25rem;
    }
    /* Botões de modalidade em coluna no mobile */
    .inovatech-type-group {
        flex-direction: column;
        gap: 0.5rem;
    }
    .inovatech-type-btn {
        min-width: 100%;
        flex: 1 1 auto;
        padding: 0.75rem 1rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 767px) {
    .inovatech-registration {
        min-height: auto;
    }
    .inovatech-left,
    .inovatech-right {
        padding: 0.875rem 0.75rem;
    }
    .inovatech-form-title {
        font-size: 1.25rem;
    }
    .inovatech-form-subtitle {
        font-size: 0.8125rem;
    }
    /* Campos com área de toque maior (mín. 44px) */
    .inovatech-input,
    .inovatech-select {
        min-height: 44px;
        height: auto;
        padding: 0.6rem 0.75rem;
        font-size: 16px; /* evita zoom no iOS */
    }
    .inovatech-submit {
        min-height: 48px;
        padding: 0.875rem 1.25rem;
        font-size: 1rem;
    }
    /* Estado e Cidade: margem entre os campos quando empilhados */
    .inovatech-row-state-city .col-12 + .col-12 {
        margin-top: 0.5rem;
    }
    .inovatech-checkbox-label {
        font-size: 0.8rem;
    }
    .inovatech-checkbox {
        width: 1.25rem;
        height: 1.25rem;
        margin-top: 0.15rem;
    }
}
