/* Get A Quote Page — form only */

body.page-quote {
    padding-top: var(--header-height);
    overflow-x: hidden;
}

body.page-quote .site-header {
    background-color: #fff;
    border-bottom-color: var(--color-border);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.gq-page {
    padding: var(--section-py) 0;
    background: #fff;
}

.gq-page__container {
    max-width: var(--content-narrow-max);
    margin: 0 auto;
}

.gq-page__head {
    margin-bottom: var(--section-header-mb);
    text-align: center;
}

.gq-page__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(22px, 3.5vw, var(--section-title));
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #111827;
    margin: 0 0 10px;
}

.gq-page__desc {
    font-size: var(--fs-sm);
    line-height: 1.55;
    color: #6b7280;
    margin: 0;
}


body.page-quote .gq-form label.ct-field {
    display: block;
    margin: 0;
}

body.page-quote .gq-form input,
body.page-quote .gq-form textarea,
body.page-quote .gq-form select,
body.page-quote .gq-form button {
    margin: 0;
    box-sizing: border-box;
    font-family: inherit;
}

body.page-quote .gq-form input,
body.page-quote .gq-form textarea,
body.page-quote .gq-form select {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
}

body.page-quote .gq-form button {
    line-height: inherit;
}

body.page-quote .gq-form .ct-select__trigger {
    display: block;
    width: 100%;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: var(--form-control-radius);
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    color: #374151;
}

body.page-quote .gq-form label.ct-field.ct-field--full {
    margin-bottom: 18px;
}

body.page-quote .gq-form .ct-field--full.ct-field--select {
    margin-bottom: 11px;
}

body.page-quote .gq-form .ct-form__actions {
    display: flex;
    justify-content: center;
    margin-top: var(--form-actions-mt);
}

@media (max-width: 767px) {
    .gq-page {
        padding: calc(var(--section-py) - 12px) 0;
    }

    .gq-page__head {
        margin-bottom: 22px;
    }

    .gq-page__title {
        font-size: clamp(18px, 5vw, 22px);
    }

    .gq-page__desc {
        font-size: var(--fs-xs);
        line-height: 1.5;
    }

    body.page-quote .gq-form .ct-form__actions {
        margin-top: 18px;
    }

    body.page-quote .gq-form .ct-form__submit {
        width: 100%;
        max-width: none;
    }
}
