.hcc-contact-section {
    background:
        radial-gradient(
            circle at top left,
            rgba(147, 51, 234, 0.16),
            transparent 38%
        ),
        #0d0714;
    color: #ffffff;
}

.hcc-contact-section *,
.hcc-contact-section *::before,
.hcc-contact-section *::after {
    box-sizing: border-box;
}

.hcc-contact-shell {
    max-width: 980px;
    margin: 0 auto;
}

.hcc-contact-card {
    width: 100%;
    margin: 0 0 24px;
    padding: 28px;
    border:
        1px solid
        rgba(192, 132, 252, 0.25);
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(31, 17, 44, 0.98),
            rgba(15, 8, 24, 0.98)
        );
    box-shadow:
        0 22px 60px
        rgba(0, 0, 0, 0.22);
}

.hcc-contact-card[hidden] {
    display: none !important;
}

.hcc-contact-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #d8b4fe;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hcc-contact-card h2,
.hcc-contact-card h3 {
    color: #ffffff;
    margin-bottom: 14px;
}

.hcc-contact-card p {
    color:
        rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.hcc-contact-gate-buttons {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.hcc-contact-primary-button,
.hcc-contact-secondary-button,
.hcc-contact-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 22px;
    border-radius: 999px;
    font-family:
        "Rajdhani",
        sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.hcc-contact-primary-button {
    border: 0;
    background:
        linear-gradient(
            135deg,
            #7e22ce,
            #be185d
        );
    color: #ffffff;
}

.hcc-contact-primary-button:hover {
    color: #ffffff;
}

.hcc-contact-secondary-button {
    border:
        1px solid
        rgba(255, 255, 255, 0.15);
    background:
        rgba(255, 255, 255, 0.07);
    color: #ffffff;
}

#hccContactForm {
    margin-top: 24px;
}

#hccContactForm label:not(.hcc-contact-check) {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

#hccContactForm label > span {
    color: #ffffff;
    font-weight: 600;
}

#hccContactForm label > span em {
    margin-left: 5px;
    color: #d8b4fe;
    font-size: 12px;
    font-style: normal;
}

#hccContactForm label > span small {
    margin-left: 5px;
    color:
        rgba(255, 255, 255, 0.55);
    font-size: 12px;
}

.hcc-contact-field-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 18px;
}

#hccContactForm input[type="text"],
#hccContactForm input[type="email"],
#hccContactForm input[type="tel"],
#hccContactForm textarea {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 14px 16px;
    border:
        1px solid
        rgba(192, 132, 252, 0.42);
    border-radius: 15px;
    outline: none;
    background: #140b1d;
    color: #ffffff;
    font-family:
        "Rajdhani",
        sans-serif;
    font-size: 17px;
}

#hccContactForm textarea {
    min-height: 170px;
    resize: vertical;
}

#hccContactForm input:focus,
#hccContactForm textarea:focus {
    border-color: #c084fc;
    background: #1a0d26;
    box-shadow:
        0 0 0 3px
        rgba(192, 132, 252, 0.14);
}

.hcc-contact-check {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin: 0 0 20px;
    padding: 16px 17px;
    border:
        1px solid
        rgba(192, 132, 252, 0.25);
    border-radius: 16px;
    background:
        rgba(192, 132, 252, 0.08);
}

.hcc-contact-check input {
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    margin-top: 2px;
    accent-color: #c084fc;
}

.hcc-contact-check span {
    color:
        rgba(255, 255, 255, 0.84);
    line-height: 1.55;
}

.hcc-contact-submit {
    width: 100%;
    border: 0;
    background:
        linear-gradient(
            135deg,
            #7e22ce,
            #be185d
        );
    color: #ffffff;
}

.hcc-contact-submit:disabled {
    opacity: .65;
    cursor: wait;
}

.hcc-contact-status {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    font-weight: 600;
}

.hcc-contact-status[hidden] {
    display: none !important;
}

.hcc-contact-status.success {
    background:
        rgba(34, 197, 94, 0.12);
    border:
        1px solid
        rgba(34, 197, 94, 0.32);
    color: #dcfce7;
}

.hcc-contact-status.error {
    background:
        rgba(239, 68, 68, 0.12);
    border:
        1px solid
        rgba(239, 68, 68, 0.34);
    color: #fee2e2;
}

.hcc-contact-status.working {
    background:
        rgba(192, 132, 252, 0.1);
    border:
        1px solid
        rgba(192, 132, 252, 0.28);
    color: #f3e8ff;
}

.hcc-public-form-trap {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media only screen and (max-width: 767px) {
    .hcc-contact-card {
        padding: 20px;
        border-radius: 19px;
    }

    .hcc-contact-gate-buttons,
    .hcc-contact-field-grid {
        grid-template-columns: 1fr;
    }
}
