/* =========================================================
   TOPDEALHUNTERS CONTACT PAGE
========================================================= */

.tdh-contact-page,
.tdh-contact-page * {
    box-sizing: border-box;
    font-family: 'Lato', Arial, sans-serif !important;
}

.tdh-contact-page {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #111111;
    background: transparent;
}

.tdh-contact-shell {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(300px,.86fr) minmax(0,1.14fr);
    overflow: hidden;
    background: #ffffff;
    border: 2px solid #111111;
    border-radius: 20px;
}

.tdh-contact-intro {
    position: relative;
    min-width: 0;
    padding: clamp(30px,4vw,54px);
    color: #ffffff;
    background: #111111;
}

.tdh-contact-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(30px,4vw,54px);
    width: 88px;
    height: 4px;
    background: #ff0000;
}

.tdh-contact-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    padding: 7px 11px;
    color: #ffffff;
    border: 1px solid #414141;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.tdh-contact-kicker i {
    position: relative;
    width: 7px;
    height: 7px;
    background: #ff0000;
    border-radius: 50%;
}

.tdh-contact-kicker i::after {
    content: "";
    position: absolute;
    inset: -4px;
    border: 1px solid rgba(255,0,0,.4);
    border-radius: 50%;
}

.tdh-contact-intro h1 {
    max-width: 560px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(35px,4vw,52px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -1.4px;
}

.tdh-contact-lead {
    max-width: 560px;
    margin: 16px 0 0;
    color: #c7c7c7;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.7;
}

.tdh-contact-rule {
    width: 112px;
    margin: 22px 0;
    display: flex;
    align-items: center;
}

.tdh-contact-rule span {
    width: 34px;
    height: 2px;
    background: #3b3b3b;
}

.tdh-contact-rule i {
    width: 44px;
    height: 3px;
    background: #ff0000;
}

.tdh-contact-help {
    padding: 17px;
    background: #181818;
    border: 1px solid #303030;
    border-radius: 13px;
}

.tdh-contact-help strong {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.tdh-contact-help ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tdh-contact-help li {
    position: relative;
    margin: 8px 0;
    padding-left: 18px;
    color: #bdbdbd;
    font-size: 12.5px;
    line-height: 1.45;
}

.tdh-contact-help li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #ff0000;
    border-radius: 50%;
}

.tdh-contact-note {
    margin-top: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #9f9f9f;
    font-size: 11.5px;
    line-height: 1.55;
}

.tdh-contact-note__icon {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #ff0000;
    border-radius: 7px;
}

.tdh-contact-note__icon svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tdh-contact-form-side {
    min-width: 0;
    padding: clamp(28px,4vw,50px);
    background: #ffffff;
}

.tdh-contact-form-head {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.tdh-contact-form-head span {
    display: block;
    margin-bottom: 4px;
    color: #ff0000;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.tdh-contact-form-head strong {
    color: #111111;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
}

.tdh-contact-alert {
    margin: 0 0 17px;
    padding: 13px 14px;
    border-radius: 10px;
    font-size: 12.5px;
    line-height: 1.45;
}

.tdh-contact-alert strong,
.tdh-contact-alert span {
    display: block;
}

.tdh-contact-alert strong {
    margin-bottom: 2px;
    font-weight: 900;
}

.tdh-contact-alert--success {
    color: #154e2b;
    background: #eff8f2;
    border: 1px solid #b9dbc4;
}

.tdh-contact-alert--error {
    color: #7f2222;
    background: #fff3f3;
    border: 1px solid #e5bcbc;
}

.tdh-contact-form {
    display: grid;
    gap: 15px;
}

.tdh-contact-row {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
}

.tdh-contact-field {
    display: grid;
    gap: 7px;
}

.tdh-contact-field label {
    color: #111111;
    font-size: 12px;
    font-weight: 900;
}

.tdh-contact-field label span {
    color: #ff0000;
}

.tdh-contact-field input,
.tdh-contact-field textarea {
    width: 100%;
    margin: 0;
    padding: 11px 12px;
    color: #111111;
    background: #ffffff;
    border: 1px solid #cacaca;
    border-radius: 9px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.tdh-contact-field input {
    min-height: 45px;
}

.tdh-contact-field textarea {
    min-height: 165px;
    resize: vertical;
    line-height: 1.55;
}

.tdh-contact-field input:focus,
.tdh-contact-field textarea:focus {
    border-color: #ff0000;
    box-shadow: 0 0 0 2px rgba(255,0,0,.08);
}

.tdh-contact-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 3px;
}

.tdh-contact-submit-row p {
    max-width: 390px;
    margin: 0;
    color: #777777;
    font-size: 10.5px;
    line-height: 1.45;
}

.tdh-contact-submit {
    min-height: 45px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #ffffff;
    background: #ff0000;
    border: 2px solid #ff0000;
    border-radius: 9px;
    cursor: pointer;
    font-size: 12.5px;
    font-weight: 900;
    transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}

.tdh-contact-submit:hover,
.tdh-contact-submit:focus {
    color: #ffffff;
    background: #111111;
    border-color: #111111;
    transform: translateY(-1px);
}

.tdh-contact-submit svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tdh-contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 900px) {
    .tdh-contact-shell {
        grid-template-columns: 1fr;
    }

    .tdh-contact-intro {
        padding-bottom: 32px;
    }
}

@media (max-width: 600px) {
    .tdh-contact-shell {
        border-radius: 17px;
    }

    .tdh-contact-intro,
    .tdh-contact-form-side {
        padding: 24px 16px;
    }

    .tdh-contact-intro::before {
        left: 16px;
        width: 72px;
    }

    .tdh-contact-intro h1 {
        font-size: 34px;
    }

    .tdh-contact-lead {
        font-size: 13.5px;
    }

    .tdh-contact-row {
        grid-template-columns: 1fr;
    }

    .tdh-contact-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .tdh-contact-submit {
        width: 100%;
    }
}
