.tme-scf-shell,
.tme-scf-shell * {
    box-sizing: border-box;
    font-family: "Montserrat", Arial, sans-serif;
}

.tcs-form-stage {
    grid-template-columns: 1fr !important;
}

.tcs-form-stage > .tcs-form {
    width: 100%;
}

.tme-scf-shell {
    background: linear-gradient(135deg, rgba(5, 42, 86, 0.98), rgba(0, 19, 51, 0.96));
    border: 1px solid rgba(74, 183, 255, 0.42);
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(0, 10, 31, 0.22);
    color: #fff;
    padding: clamp(17px, 3vw, 26px);
}

.tme-scf-heading span {
    color: #f28c00;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.tme-scf-heading h2 {
    color: #fff;
    font-size: clamp(25px, 4vw, 36px);
    margin: 5px 0 8px;
}

.tme-scf-heading p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.tme-scf-form {
    display: grid;
    gap: 13px;
    margin-top: 18px;
}

.tme-scf-grid {
    display: grid;
    gap: 13px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tme-scf-form label {
    display: grid;
    gap: 6px;
}

.tme-scf-form label > span {
    color: rgba(255, 255, 255, 0.94);
    font-size: 13px;
    font-weight: 700;
}

.tme-scf-form input,
.tme-scf-form select,
.tme-scf-form textarea {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(74, 183, 255, 0.48);
    border-radius: 7px;
    color: #111;
    font-size: 15px;
    max-width: 100%;
    padding: 11px;
    width: 100%;
}

.tme-scf-form input:focus,
.tme-scf-form select:focus,
.tme-scf-form textarea:focus {
    border-color: #f28c00;
    box-shadow: 0 0 0 3px rgba(242, 140, 0, 0.23);
    outline: none;
}

.tme-scf-consent {
    align-items: start;
    display: flex !important;
    gap: 9px !important;
}

.tme-scf-consent input {
    margin-top: 3px;
    width: auto;
}

.tme-scf-consent span {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.45;
}

.tme-scf-form button {
    background: linear-gradient(135deg, #f28c00, #ffb13d);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    justify-self: start;
    padding: 12px 18px;
}

.tme-scf-form button:hover {
    transform: translateY(-2px);
}

.tme-scf-honeypot {
    height: 1px !important;
    left: -10000px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: auto !important;
    width: 1px !important;
}

.tme-scf-notice {
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 15px;
    padding: 11px 12px;
}

.tme-scf-notice--success {
    background: rgba(43, 179, 109, 0.18);
    border: 1px solid rgba(95, 231, 157, 0.62);
}

.tme-scf-notice--error {
    background: rgba(216, 68, 68, 0.18);
    border: 1px solid rgba(255, 135, 135, 0.62);
}

@media (max-width: 620px) {
    .tme-scf-grid {
        grid-template-columns: 1fr;
    }
}
