/* Contact page */

.gh-contact-section {
    padding-top: 0;
    margin-top: -3.5rem;
    position: relative;
    z-index: 4;
}

.gh-contact-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 992px) {
    .gh-contact-layout {
        grid-template-columns: minmax(0, 1.4fr) minmax(28rem, 0.8fr);
        gap: 2.4rem;
    }
}

.gh-contact-form-card {
    background: #fff;
    border: 1px solid var(--gh-gray-200, #e8ecf0);
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(14, 44, 64, 0.08);
    padding: 1.6rem 1.6rem 1.4rem;
    overflow: visible;
}

@media (min-width: 768px) {
    .gh-contact-form-card {
        padding: 2rem 2.2rem 1.8rem;
    }
}

.gh-contact-form-card h2 {
    margin: 0 0 0.8rem;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--gh-navy, #0e2c40);
    letter-spacing: -0.02em;
}

.gh-contact-lead {
    margin: 0 0 1.2rem;
    font-size: 1.55rem;
    line-height: 1.55;
    color: var(--gh-gray-700, #4a5568);
}

.gh-livebeep-form,
#gh-livebeep-subscribe {
    width: 100%;
    min-height: 0;
    overflow: visible;
}

.gh-livebeep-form iframe,
#gh-livebeep-subscribe iframe,
#gh-livebeep-subscribe object,
#gh-livebeep-subscribe embed {
    display: block;
    width: 100% !important;
    max-width: 100%;
    min-height: 460px !important;
    height: 460px !important;
    border: 0;
}

.gh-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 1.4rem;
}

@media (min-width: 700px) {
    .gh-contact-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.gh-contact-field {
    display: block;
    margin-bottom: 1.4rem;
}

.gh-contact-field span {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--gh-navy, #0e2c40);
}

.gh-contact-field input,
.gh-contact-field select,
.gh-contact-field textarea {
    width: 100%;
    border: 1px solid var(--gh-gray-200, #e8ecf0);
    border-radius: 8px;
    background: #fff;
    color: var(--gh-navy, #0e2c40);
    font-size: 1.5rem;
    padding: 1.05rem 1.2rem;
    font-family: inherit;
}

.gh-contact-field textarea {
    resize: vertical;
    min-height: 14rem;
    line-height: 1.5;
}

.gh-contact-field input:focus,
.gh-contact-field select:focus,
.gh-contact-field textarea:focus {
    outline: none;
    border-color: rgba(185, 78, 143, 0.55);
    box-shadow: 0 0 0 3px rgba(185, 78, 143, 0.12);
}

.gh-contact-check {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin: 0.4rem 0 1.8rem;
    font-size: 1.35rem;
    color: var(--gh-gray-700, #4a5568);
}

.gh-contact-check input {
    margin-top: 0.35rem;
}

.gh-contact-check a {
    color: var(--gh-pink, #b94e8f);
}

.gh-contact-form-card .gh-btn {
    width: 100%;
}

@media (min-width: 600px) {
    .gh-contact-form-card .gh-btn {
        width: auto;
        min-width: 22rem;
    }
}

.gh-contact-form-card .gh-btn[disabled] {
    opacity: 0.7;
    cursor: wait;
    transform: none;
}

.gh-hp {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
}

.gh-contact-aside {
    display: grid;
    gap: 1.2rem;
}

.gh-contact-info {
    background: #fff;
    border: 1px solid var(--gh-gray-200, #e8ecf0);
    border-radius: 12px;
    padding: 2rem 2.1rem;
}

.gh-contact-icon {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gh-navy, #0e2c40);
    color: #fff;
    margin-bottom: 1.1rem;
}

.gh-contact-info h3 {
    margin: 0 0 0.6rem;
    font-size: 1.7rem;
    color: var(--gh-navy, #0e2c40);
}

.gh-contact-info p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.55;
    color: var(--gh-gray-700, #4a5568);
}

.gh-contact-info a {
    display: inline-block;
    margin-top: 0.8rem;
    color: var(--gh-pink, #b94e8f);
    font-weight: 700;
    text-decoration: none;
    font-size: 1.45rem;
}

.gh-contact-info--cta {
    background: var(--gh-navy, #0e2c40);
    border-color: var(--gh-navy, #0e2c40);
    color: #fff;
}

.gh-contact-info--cta h3,
.gh-contact-info--cta p {
    color: #fff;
}

.gh-contact-info--cta p {
    opacity: 0.82;
    margin-bottom: 1.4rem;
}

.gh-contact-info--cta a.gh-btn,
.gh-contact-info--cta .gh-btn-primary {
    color: #fff !important;
}

.gh-contact-faq {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.4rem;
}

@media (min-width: 800px) {
    .gh-contact-faq {
        grid-template-columns: 1fr 1fr;
    }
}

.gh-contact-faq article {
    background: #fff;
    border: 1px solid var(--gh-gray-200, #e8ecf0);
    border-radius: 12px;
    padding: 2.2rem 2rem;
}

.gh-contact-faq h3 {
    margin: 0 0 0.8rem;
    font-size: 1.7rem;
    color: var(--gh-navy, #0e2c40);
}

.gh-contact-faq p {
    margin: 0;
    font-size: 1.45rem;
    line-height: 1.6;
    color: var(--gh-gray-700, #4a5568);
}
