/* Página de orçamento */
.contact-section {
    overflow: hidden;
    background: radial-gradient(circle at 82% 15%, rgba(155, 35, 33, .22), transparent 27%), linear-gradient(180deg, rgba(0, 0, 0, .2), #080808 86%);
}

.contact-section .section-container {
    max-width: 1200px;
    padding-top: 120px;
    padding-bottom: 120px;
}

.quote-intro {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.quote-eyebrow,
.quote-aside-kicker {
    color: #f15551;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.quote-eyebrow i {
    margin-right: 8px;
}

.quote-intro h1 {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    font-weight: 800;
    line-height: .98;
    margin: 18px 0 22px;
    text-transform: uppercase;
}

.quote-intro h1 span {
    color: #d43a35;
}

.quote-intro > p {
    color: #bcbcbc;
    font-size: 18px;
    line-height: 1.55;
}

.quote-layout {
    background: #101010;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 20px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .45);
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    overflow: hidden;
}

.quote-aside {
    background: linear-gradient(145deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .82)), url('/images/quote-card-bg.png') center / cover;
    border-right: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    min-height: 100%;
    padding: 55px 48px;
}

.quote-aside-content {
    align-self: end;
}

.quote-aside h2,
.quote-form-heading h2 {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.05;
    margin: 17px 0;
    text-transform: uppercase;
}

.quote-aside-content > p:not(.quote-aside-kicker) {
    color: #d1d1d1;
    font-size: 17px;
    line-height: 1.55;
}

.quote-benefits {
    display: grid;
    gap: 14px;
    margin-top: 35px;
}

.quote-benefits li {
    color: #fff;
    display: flex;
    font-size: 15px;
    gap: 12px;
    line-height: 1.3;
}

.quote-benefits i {
    color: #ed4d48;
    margin-top: 3px;
}

.quote-form {
    padding: 48px;
}

.quote-form-heading {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 29px;
    padding-bottom: 23px;
}

.quote-form-heading h2 {
    font-size: 30px;
    margin: 0 0 8px;
}

.quote-form-heading p,
.quote-privacy {
    color: #969696;
    font-size: 14px;
}

.quote-form-heading strong,
.quote-field label span {
    color: #ef504b;
}

.quote-fields {
    display: grid;
    gap: 21px 18px;
    grid-template-columns: repeat(2, 1fr);
}

.quote-field-full {
    grid-column: 1 / -1;
}

.quote-field label {
    color: #e6e6e6;
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .025em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.quote-field input,
.quote-field select,
.quote-field textarea {
    appearance: none;
    background: #171717;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    color: #fff;
    font: inherit;
    min-height: 48px;
    outline: none;
    padding: 12px 14px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    width: 100%;
}

.quote-field select {
    background-image: linear-gradient(45deg, transparent 50%, #aaa 50%), linear-gradient(135deg, #aaa 50%, transparent 50%);
    background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    cursor: pointer;
    padding-right: 35px;
}

.quote-field select option {
    background: #1b1b1b;
}

.quote-field textarea {
    min-height: 112px;
    resize: vertical;
}

.quote-field input::placeholder,
.quote-field textarea::placeholder {
    color: #777;
}

.quote-field input:focus,
.quote-field select:focus,
.quote-field textarea:focus {
    background: #1c1c1c;
    border-color: #bd3733;
    box-shadow: 0 0 0 3px rgba(189, 55, 51, .17);
}

.quote-form-error {
    color: #ff7a76;
    font-size: 14px;
    margin: 22px 0 -5px;
}

.quote-submit {
    align-items: center;
    background: linear-gradient(90deg, #861f1d, #c93935);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: 700;
    gap: 11px;
    justify-content: center;
    margin-top: 30px;
    min-height: 54px;
    overflow: hidden;
    padding: 0 24px;
    text-transform: uppercase;
    transition: filter .2s ease, transform .2s ease;
    width: 100%;
}

.quote-submit:hover {
    filter: brightness(1.14);
    transform: translateY(-2px);
}

.quote-submit > * {
    position: relative;
}

.quote-submit-arrow {
    margin-left: auto;
}

.quote-privacy {
    margin-top: 16px;
    text-align: center;
}

.quote-privacy i {
    color: #ba3833;
    margin-right: 6px;
}

@media (max-width: 900px) {
    .quote-layout {
        grid-template-columns: 1fr;
    }

    .quote-aside {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        border-right: 0;
        min-height: 345px;
        padding: 42px 38px;
    }
}

@media (max-width: 768px) {
    .contact-section .section-container {
        padding-bottom: 70px;
        padding-top: 84px;
    }

    .quote-intro {
        margin-bottom: 37px;
    }

    .quote-intro > p {
        font-size: 16px;
    }

    .quote-aside,
    .quote-form {
        padding: 34px 22px;
    }

    .quote-aside h2 {
        font-size: 29px;
    }

    .quote-fields {
        gap: 19px;
        grid-template-columns: 1fr;
    }

    .quote-field-full {
        grid-column: auto;
    }
}
