.tc-contact {
    overflow: hidden;
    background: #f4f7fb;
}

.tc-contact-hero {
    min-height: 422px;
    padding: 0 0 36px;
    background: #030509;
    color: #fff;
}

.tc-contact-hero-grid {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 58px;
    align-items: center;
    padding-top: 121px;
}

.tc-contact-hero-copy {
    animation: tcFadeUp 0.72s ease both;
}

.tc-contact-hero-copy h1 {
    margin: 17px 0 0;
    color: #fff;
    font-size: 50px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.tc-contact-hero-copy h1 strong,
.tc-contact-main h2 strong,
.tc-contact-details h2 strong,
.tc-location-info h2 strong {
    color: #167dff;
    font-weight: 900;
}

.tc-contact-hero-copy p {
    margin: 24px 0 0;
    max-width: 455px;
    color: rgba(236, 242, 250, 0.88);
    font-size: 16px;
    line-height: 1.7;
}

.tc-contact-notes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 34px;
}

.tc-contact-notes div {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.tc-contact-notes i {
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #0877ff;
    color: #168dff;
    font-size: 15px;
}

.tc-contact-notes span {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.tc-contact-hero-art {
    display: flex;
    justify-content: flex-end;
}

.tc-contact-hero-art img {
    display: block;
    width: min(100%, 600px);
    height: auto;
    -webkit-mask-image:
        linear-gradient(90deg, transparent 0%, #000 12%, #000 100%),
        linear-gradient(180deg, #000 0%, #000 90%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
        linear-gradient(90deg, transparent 0%, #000 12%, #000 100%),
        linear-gradient(180deg, #000 0%, #000 90%, transparent 100%);
    mask-composite: intersect;
    animation: tcFloat 6s ease-in-out infinite;
}

.tc-contact-main {
    padding: 43px 0 42px;
    background: #f4f7fb;
}

.tc-contact-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.8fr);
    gap: 78px;
    align-items: start;
}

.tc-contact-main h2,
.tc-contact-details h2,
.tc-location-info h2 {
    margin: 12px 0 0;
    color: #080d16;
    font-size: 33px;
    line-height: 1.15;
    font-weight: 900;
}

.tc-contact-form-wrap > p {
    margin: 12px 0 20px;
    color: #4d5868;
    font-size: 15px;
}

.tc-contact-form {
    display: grid;
    gap: 13px;
    padding: 14px 16px 17px;
    border: 1px solid #e2e8f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(34, 52, 84, 0.08);
}

.tc-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.tc-contact-form input,
.tc-contact-form select,
.tc-contact-form textarea {
    width: 100%;
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background: #fff;
    color: #101827;
    font: inherit;
    font-size: 14px;
    outline: 0;
    transition:
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.tc-contact-form input,
.tc-contact-form select {
    height: 47px;
    padding: 0 14px;
}

.tc-contact-form textarea {
    min-height: 104px;
    resize: vertical;
    padding: 14px;
}

.tc-contact-form input:focus,
.tc-contact-form select:focus,
.tc-contact-form textarea:focus {
    border-color: #0877ff;
    box-shadow: 0 0 0 4px rgba(8, 119, 255, 0.12);
}

.tc-contact-form .is-invalid {
    border-color: #de2f2f;
    box-shadow: 0 0 0 4px rgba(222, 47, 47, 0.1);
}

.tc-contact-consent {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4a5666;
    font-size: 13px;
}

.tc-contact-consent input {
    width: 15px;
    height: 15px;
}

.tc-contact-consent a {
    color: #075dff;
    font-weight: 800;
}

.tc-contact-form .tc-btn {
    width: 100%;
    border: 0;
    cursor: pointer;
}

.tc-contact-form-status {
    display: none;
    padding: 11px 13px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.45;
    outline: 0;
}

.tc-contact-form-status strong {
    display: block;
    margin-bottom: 6px;
    font-weight: 900;
}

.tc-contact-form-status ul {
    display: grid;
    gap: 4px;
    margin: 0;
    padding-left: 18px;
}

.tc-contact-form-status.is-visible {
    display: block;
}

.tc-contact-form-status.is-error {
    background: #fff1f1;
    color: #c92020;
}

.tc-contact-form-status.is-success {
    background: #edf8f1;
    color: #117638;
}

.tc-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
}

.tc-contact-card {
    margin-top: 25px;
    padding: 0 34px;
    border: 1px solid #e3e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(34, 52, 84, 0.08);
}

.tc-contact-card article {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 20px;
    align-items: center;
    padding: 24px 0;
}

.tc-contact-card article + article {
    border-top: 1px solid #dfe6ef;
}

.tc-contact-card article > div:first-child {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef3ff;
    color: #075dff;
    font-size: 28px;
}

.tc-contact-card h3 {
    margin: 0 0 7px;
    color: #101827;
    font-size: 17px;
    font-weight: 900;
}

.tc-contact-card p {
    margin: 4px 0 0;
    color: #4d5868;
    font-size: 14px;
}

.tc-contact-card p a {
    display: inline-flex;
    margin: 0 12px 4px 0;
    color: #4d5868;
}

.tc-contact-card p a:hover {
    color: #075dff;
}

.tc-contact-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tc-contact-social-links a {
    align-items: center;
    gap: 8px;
    min-height: 34px;
    margin: 0;
    padding: 0 13px;
    border-radius: 999px;
    background: #f1f5ff;
    color: #1d2a3d;
    font-size: 13px;
    font-weight: 900;
    box-shadow: inset 0 0 0 1px #dfe8ff;
    transition:
        color 0.22s ease,
        background 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.tc-contact-social-links a:hover {
    background: #075dff;
    color: #fff;
    box-shadow: 0 10px 22px rgba(7, 93, 255, 0.2);
    transform: translateY(-2px);
}

.tc-contact-social-links i {
    color: #075dff;
    font-size: 14px;
    transition: color 0.22s ease;
}

.tc-contact-social-links a:hover i {
    color: #fff;
}

.tc-contact-location {
    padding: 0 0 20px;
    background: #f4f7fb;
}

.tc-location-card {
    display: grid;
    grid-template-columns: 360px 1fr;
    min-height: 244px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(34, 52, 84, 0.08);
}

.tc-location-info {
    padding: 28px 31px;
}

.tc-location-info address {
    display: grid;
    grid-template-columns: 17px 1fr;
    gap: 13px;
    margin: 22px 0 30px;
    color: #384455;
    font-size: 14px;
    font-style: normal;
    line-height: 1.55;
}

.tc-location-info address i {
    color: #075dff;
    padding-top: 3px;
}

.tc-location-info address strong {
    display: block;
    margin-bottom: 4px;
    color: #101827;
    font-size: 15px;
}

.tc-location-info .tc-btn-outline {
    color: #075dff;
    border-color: #075dff;
    background: #fff;
}

.tc-location-map {
    margin: 0;
}

.tc-location-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 244px;
    border: 0;
}

.tc-contact-callout {
    padding: 0 0 13px;
    background: #f4f7fb;
}

.tc-callout-card {
    display: grid;
    grid-template-columns: 76px 1fr auto;
    gap: 28px;
    align-items: center;
    min-height: 99px;
    padding: 23px 31px;
    border-radius: 8px;
    background:
        radial-gradient(
            circle at 78% 100%,
            rgba(0, 106, 255, 0.35),
            transparent 26%
        ),
        #03070d;
    color: #fff;
}

.tc-callout-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d42ce 0%, #041b53 100%);
    color: #06a2ff;
    font-size: 34px;
}

.tc-callout-card h2 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
}

.tc-callout-card p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
}

@media (max-width: 1180px) {
    .tc-contact-hero-grid,
    .tc-contact-main-grid,
    .tc-location-card,
    .tc-callout-card {
        grid-template-columns: 1fr;
    }

    .tc-contact-hero-art {
        justify-content: center;
    }

    .tc-callout-card {
        justify-items: start;
    }
}

@media (max-width: 720px) {
    .tc-contact-hero {
        position: relative;
        min-height: auto;
        overflow: hidden;
        padding-bottom: 82px;
    }

    .tc-contact-hero-grid {
        display: block;
        gap: 20px;
        padding-top: 104px;
    }

    .tc-contact-hero-copy {
        position: relative;
        z-index: 1;
    }

    .tc-contact-hero-copy h1 {
        font-size: 40px;
        line-height: 1.08;
    }

    .tc-contact-hero-copy p {
        margin-top: 18px;
        font-size: 15px;
    }

    .tc-contact-hero-art {
        position: absolute;
        right: -58px;
        bottom: -12px;
        justify-content: center;
        overflow: hidden;
        opacity: 0.5;
    }

    .tc-contact-hero-art img {
        width: min(82vw, 335px);
        max-width: none;
    }

    .tc-contact-notes,
    .tc-form-row {
        grid-template-columns: 1fr;
    }

    .tc-contact-card {
        padding: 0 20px;
    }
}
