.quote-page {
    background: #f4f8f9;
}

.quote-page .site-header {
    position: relative;
}

.quote-page .nav-cta.active {
    box-shadow: 0 0 0 4px rgba(159,195,45,.14);
}

.quote-hero {
    position: relative;
    padding: 76px 0 90px;
    overflow: hidden;
    background: var(--ink-deep);
    color: #fff;
}

.quote-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 13% 17%, rgba(33,166,225,.18), transparent 28%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: auto, 58px 58px, 58px 58px;
}

.quote-hero::after {
    content: "AIR";
    position: absolute;
    left: -35px;
    bottom: -83px;
    color: rgba(255,255,255,.025);
    font-size: 260px;
    font-weight: 900;
    letter-spacing: -.08em;
    line-height: 1;
}

.quote-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0,.78fr) minmax(560px,1.22fr);
    gap: clamp(55px,7vw,100px);
    align-items: start;
}

.quote-intro {
    padding-top: 10px;
}

.quote-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 54px;
    color: #91aab6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.quote-back:hover {
    color: var(--green);
}

.quote-back svg {
    width: 17px;
    height: 17px;
}

.quote-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 17px;
    color: var(--green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.quote-kicker span {
    width: 34px;
    height: 2px;
    background: currentColor;
}

.quote-intro h1 {
    max-width: 540px;
    margin-bottom: 27px;
    font-size: clamp(46px,4.5vw,56px);
    letter-spacing: -.052em;
    line-height: 1.12;
    text-wrap: balance;
}

.quote-intro > p {
    max-width: 520px;
    color: #bfd0d8;
    font-size: 17px;
    line-height: 1.85;
}

.quote-promises {
    display: grid;
    gap: 0;
    margin-top: 38px;
    border-top: 1px solid rgba(255,255,255,.11);
}

.quote-promises > div {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 14px;
    padding: 21px 0;
    border-bottom: 1px solid rgba(255,255,255,.11);
}

.quote-promises > div > span {
    color: var(--green);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
}

.quote-promises p {
    margin: 0;
}

.quote-promises strong, .quote-promises small {
    display: block;
}

.quote-promises strong {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.35;
}

.quote-promises small {
    color: #8fa7b2;
    font-size: 12.5px;
    line-height: 1.55;
}

.quote-direct {
    margin-top: 30px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 16px;
    background: linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.quote-direct-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.quote-direct-icon {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    background: var(--green);
    color: var(--ink-deep);
}

.quote-direct-icon svg { width: 18px; height: 18px; }

.quote-direct-heading small {
    display: block;
    margin-bottom: 2px;
    color: #9fc32d;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.quote-direct-heading strong { color: #fff; font-size: 13px; line-height: 1.4; }

.quote-direct-phones {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 7px;
}

.quote-direct-phones a {
    display: block;
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 9px;
    background: rgba(2,28,41,.48);
    transition: border-color .2s,background .2s,transform .2s;
}

.quote-direct-phones span,.quote-direct-phones b { display: block; }
.quote-direct-phones span { margin-bottom: 3px; color: #8ca7b3; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.quote-direct-phones b { color: #fff; font-size: 10px; white-space: nowrap; }
.quote-direct-phones a:hover { border-color: rgba(159,195,45,.6); background: rgba(159,195,45,.1); transform: translateY(-2px); }
.quote-direct-email { display: flex; align-items: center; gap: 9px; width: fit-content; margin-top: 12px; color: #c8dbe3; font-size: 11px; font-weight: 750; }
.quote-direct-email svg { width: 15px; height: 15px; color: var(--green); }
.quote-direct-email:hover { color: #fff; }

@media (max-width: 580px) {
    .quote-direct-phones { grid-template-columns: 1fr; }
    .quote-direct-phones a { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
    .quote-direct-phones span { margin: 0; }
}

.quote-form-shell {
    scroll-margin-top: 100px;
    background: #fff;
    color: var(--ink);
    box-shadow: 0 35px 90px rgba(0,0,0,.25);
}

.quote-form-shell::before {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(90deg,var(--green) 0 32%,var(--blue) 32% 100%);
}

.quote-form-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding: 34px 40px 28px;
    border-bottom: 1px solid var(--line);
}

.quote-form-head span {
    color: var(--blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
}

.quote-form-head h2 {
    margin: 6px 0 0;
    font-size: 29px;
}

.quote-form-head > p {
    min-width: 62px;
    margin: 0;
    padding-left: 18px;
    border-left: 1px solid var(--line);
}

.quote-form-head b, .quote-form-head small {
    display: block;
}

.quote-form-head b {
    color: var(--green-dark);
    font-size: 21px;
}

.quote-form-head small {
    color: var(--muted);
    font-size: 9px;
    white-space: nowrap;
}

.quote-form {
    padding: 35px 40px 42px;
}

.quote-form fieldset {
    min-width: 0;
    margin: 0 0 32px;
    padding: 0;
    border: 0;
}

.quote-form legend {
    width: 100%;
    margin-bottom: 21px;
    color: #213e4e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1.4;
    text-transform: uppercase;
}

.quote-fields {
    display: grid;
    gap: 25px 28px;
}

.quote-fields.two-cols {
    grid-template-columns: 1fr 1fr;
}

.quote-form label {
    display: block;
    color: #536a76;
    font-size: 10.5px;
    font-weight: 850;
    letter-spacing: .055em;
    line-height: 1.4;
    text-transform: uppercase;
}

.quote-form label em {
    color: #e25945;
    font-style: normal;
}

.quote-form input:not([type="checkbox"]), .quote-form select, .quote-form textarea {
    width: 100%;
    margin-top: 9px;
    padding: 13px 0;
    border: 0;
    border-bottom: 1px solid #cad9df;
    border-radius: 0;
    outline: 0;
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-size: 13.5px;
    line-height: 1.5;
    text-transform: none;
    transition: border-color .2s, box-shadow .2s;
}

.quote-form select {
    cursor: pointer;
}

.quote-form textarea {
    min-height: 126px;
    resize: vertical;
}

.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 1px 0 var(--blue);
}

.quote-form input::placeholder, .quote-form textarea::placeholder {
    color: #9aaab2;
}

.form-honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.full-field {
    margin-top: 24px;
}

.consent {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin: 5px 0 27px;
    color: #758891 !important;
    font-size: 10px !important;
    font-weight: 650 !important;
    line-height: 1.65;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.consent input {
    width: 16px;
    height: 16px;
    margin: 1px 0 0;
    accent-color: var(--blue);
    flex: 0 0 auto;
}

.quote-submit-row {
    display: flex;
    align-items: center;
    gap: 17px;
}

.quote-submit {
    border: 0;
}

.quote-submit:disabled {
    cursor: wait;
    opacity: .65;
    transform: none;
    box-shadow: none;
}

.quote-submit-row > span {
    max-width: 160px;
    color: #91a0a7;
    font-size: 9px;
    line-height: 1.4;
}

.quote-form-status {
    min-height: 0;
    margin: 14px 0 0;
    color: var(--blue);
    font-size: 11px;
    font-weight: 750;
}

.quote-form-status.is-error {
    color: #b53b2d;
}

.quote-form-status.is-success {
    color: #477800;
}

.quote-process {
    padding: 70px 0 76px;
    background: #f4f8f9;
}

.quote-process-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 80px;
    align-items: center;
}

.quote-process-grid > div small {
    color: var(--blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
}

.quote-process h2 {
    max-width: 390px;
    margin: 8px 0 0;
    font-size: 35px;
}

.quote-process ol {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.quote-process li {
    min-height: 130px;
    padding: 0 24px;
    border-left: 1px solid #cddce2;
}

.quote-process li > span {
    display: grid;
    width: 31px;
    height: 31px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 50%;
    background: var(--green);
    color: var(--ink);
    font-size: 10px;
    font-weight: 900;
}

.quote-process li p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
}

.quote-process li strong {
    display: block;
    margin-bottom: 5px;
    color: var(--ink);
    font-size: 14px;
}

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

    .quote-intro {
        max-width: 720px;
    }

    .quote-promises {
        grid-template-columns: repeat(3,1fr);
    }

    .quote-promises > div {
        display: block;
        padding-right: 20px;
        border-right: 1px solid rgba(255,255,255,.11);
    }

    .quote-promises > div > span {
        display: block;
        margin-bottom: 10px;
    }

    .quote-process-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }
}

@media (max-width: 650px) {
    .quote-hero {
        padding: 48px 0 62px;
    }

    .quote-back {
        margin-bottom: 38px;
    }

    .quote-intro h1 {
        font-size: 43px;
    }

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

    .quote-promises {
        grid-template-columns: 1fr;
    }

    .quote-promises > div {
        display: grid;
        border-right: 0;
    }

    .quote-form-head, .quote-form {
        padding-left: 22px;
        padding-right: 22px;
    }

    .quote-form-head {
        flex-direction: column;
        gap: 15px;
    }

    .quote-form-head > p {
        padding: 0;
        border: 0;
    }

    .quote-fields.two-cols {
        grid-template-columns: 1fr;
    }

    .quote-submit-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .quote-process ol {
        grid-template-columns: 1fr;
    }

    .quote-process li {
        min-height: 0;
        padding: 18px 0 18px 22px;
    }
}
