@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");

html {
    scroll-behavior: smooth;
}

.lease-top-bar {
    background-color: #f4f1f1;
    display: none;
}
.lease-top-bar .nav-link {
    color: #121212;
    font-size: 0.75rem;
}
.lease-top-bar [class*="material-"] {
    font-size: 1.125rem;
    color: #3d63b7;
}
@media (max-width: 767.98px) {
    .lease-top-bar {
        display: block;
    }
}

.order-hero {
    position: relative;
    height: 580px;
    overflow: hidden;
    max-width: 1420px;
    margin: 20px auto;
    background-color: #ffffff;
}

.order-hero__bg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 626px;
    width: auto;
    z-index: 0;
}

.order-hero__stripe {
    position: absolute;
    inset: 0;
    background: #3d63b7;
    clip-path: polygon(-5% -5%, 45% -5%, 68% 105%, -5% 105%);
    z-index: 1;
}

.order-hero__white {
    position: absolute;
    inset: 0;
    background: #ffffff;
    clip-path: polygon(-5% -5%, 45% -5%, 65% 105%, -5% 105%);
    z-index: 2;
    display: flex;
    align-items: center;
}

.order-hero__content {
    padding: 40px 40px 40px 10%;
    max-width: 650px;
    width: 100%;
}

.order-hero__title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
}

.order-hero__subtitle {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.order-hero__list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px 0;
}

.order-hero__list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2b333e;
    margin-bottom: 14px;
    letter-spacing: 0.05em;
}

.order-hero__check {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.order-hero__cta {
    display: block;
    width: 100%;
    max-width: 320px;
    padding: 16px 40px;
    background: #3d63b7;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    transition:
        background 0.2s ease,
        transform 0.15s ease;
}

.order-hero__cta:hover {
    background: #3d63b7;
    color: #fff;
    transform: translateY(-1px);
}

.order-how-it-works {
    width: 100%;
    background-color: #ffffff;
    padding: 80px 24px;
}

.order-how__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 80px;
    margin-bottom: 56px;
}

.order-how__item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.order-how__number {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background-color: #3d63b7;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-how__step-title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.order-how__step-text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #595b61;
    line-height: 1.6;
    margin: 0;
}

.how-it-works__container {
    max-width: 1190px;
    margin: 0 auto;
}

.how-it-works__title {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin: 0 0 56px 0;
}

.how-it-works__cta-wrap {
    text-align: center;
}

.how-it-works__cta {
    display: inline-block;
    padding: 12.5px 52.5px;
    background-color: #3d63b7;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        transform 0.15s ease;
}

.how-it-works__cta:hover {
    background-color: #3d63b7;
    transform: translateY(-1px);
}

.how-it-works__cta:active {
    transform: translateY(0);
}

.order-packages {
    width: 100%;
    padding: 0px 24px 80px 24px;
    background-color: #ffffff;
}

.order-packages__container {
    max-width: 1190px;
    margin: 0 auto;
}

.order-packages__title {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin: 0 0 12px 0;
}

.order-packages__subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #595b61;
    text-align: center;
    margin: 0 0 48px 0;
}

.order-packages__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 48px;
    align-items: start;
}

.order-packages__card {
    background: linear-gradient(95.03deg, #FFFFFF 5.51%, #F0F0F0 51.31%);
    border-radius: 10px;
    border: 2px solid transparent;
    padding: 24px 20px 30px 20px;
    display: flex;
    flex-direction: column;
}

.order-packages__card--bronze { border-color: #B5623D; }
.order-packages__card--silver { border-color: #59596C; }
.order-packages__card--gold   { border-color: #DBA00A; }

.order-packages__tier {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 12px 0;
    letter-spacing: 0.04em;
}

.order-packages__tier--bronze { color: #B5623D; }
.order-packages__tier--silver { color: #59596C; }
.order-packages__tier--gold   { color: #DBA00A; }

.order-packages__price {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
}

.order-packages__badge {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 20px;
    align-self: flex-start;
}

.order-packages__badge--bronze { background-color: #B5623D; }
.order-packages__badge--silver { background-color: #59596C; }
.order-packages__badge--gold   { background-color: #DBA00A; }

.order-packages__divider {
    border: none;
    border-top: 1px solid #C0C0C0;
    margin: 0 0 20px 0;
}

.order-packages__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.order-packages__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #2b333e;
    line-height: 1.5;
}

.order-packages__check {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.order-packages__cta-wrap {
    text-align: center;
}

.order-packages__cta {
    display: inline-block;
    padding: 16px 64px;
    background-color: #3d63b7;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        transform 0.15s ease;
}

.order-packages__cta:hover {
    background-color: #3d63b7;
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .order-packages__grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .order-packages {
        padding: 48px 20px;
    }

    .order-packages__title {
        font-size: 24px;
    }

    .order-packages__cta {
        width: 100%;
        padding: 16px 32px;
    }
}

.order__review {
    background: #ffffff;
    padding: 32px 0;
    margin: 20px 0;
}

.benefits {
    width: 100%;
    padding: 80px 24px;
}

.benefits__container {
    max-width: 1190px;
    margin: 0 auto;
}

.benefits__title {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 24px 0;
    line-height: 1.25;
}

.benefits__title span {
    color: #3d63b7;
}

.benefits__desc {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
    margin: 0 0 32px 0;
    max-width: 780px;
}

.benefits__desc strong {
    font-weight: 700;
}

.benefits__subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 32px 0;
}

.benefits__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 80px;
}

.benefits__item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.benefits__check {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.benefits__check svg {
    width: 16px;
    height: 16px;
    display: block;
}

.benefits__item-title {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 16px 0;
}

.benefits__item-text {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin: 0;
}

.steps {
    width: 100%;
    background-color: #3d63b7;
    padding: 72px 24px;
}

.steps__container {
    max-width: 1190px;
    margin: 0 auto;
}

.steps__title {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 0 0 48px 0;
}

.steps__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
}

.order-steps__grid {
    grid-template-columns: 1fr;
    max-width: 800px;
    margin: 0 auto;
    gap: 48px !important;
}

.steps__card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.steps__card-title {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.35;
}

.steps__card-text {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.6;
    margin: 0 0 28px 0;
    max-width: 360px;
}

.steps__card-link {
    display: inline-block;
    padding: 12px 28px;
    background-color: #ffffff;
    color: #0376b3;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        transform 0.15s ease;
    margin-top: auto;
}

.steps__card-link:hover {
    background-color: #f0f0f0;
    transform: translateY(-1px);
}

.steps__card-link:active {
    transform: translateY(0);
}

.faq {
    width: 100%;
    background-color: #f8f8f8;
    padding: 80px 24px;
}

.faq__container {
    max-width: 860px;
    margin: 0 auto;
}

.faq__title {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin: 0 0 48px 0;
}

.faq__list {
    margin: 0 0 48px 0;
}

.faq__item {
    border-bottom: 1px solid #d0d0d0;
}

.faq__question {
    width: 100%;
    background: none;
    border: none;
    padding: 24px 40px 24px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-align: left;
    cursor: pointer;
    position: relative;
    display: block;
    line-height: 1.4;
}

.faq__question::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform-origin: center;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.3s ease;
}

.faq__item.is-open .faq__question::after {
    transform: translateY(-35%) rotate(-135deg);
}

.faq__answer-wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
}

.faq__item.is-open .faq__answer-wrap {
    grid-template-rows: 1fr;
}

.faq__answer-inner {
    overflow: hidden;
}

.faq__answer {
    padding: 0 0 24px 0;
}

.faq__answer p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #595b61;
    line-height: 1.7;
    margin: 0 0 16px 0;
}

.faq__answer p:last-child {
    margin-bottom: 0;
}

.faq__cta-wrap {
    text-align: center;
}

.faq__cta {
    display: inline-block;
    padding: 18px 64px;
    background-color: #3d63b7;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        transform 0.15s ease;
}

.faq__cta:hover {
    background-color: #2e4a8c;
    transform: translateY(-1px);
}

.faq__cta:active {
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .order-hero {
        height: 720px;
    }

    .order-hero__bg {
        position: absolute;
        inset: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 45%;
        transform: none;
        object-fit: cover;
        object-position: center bottom;
    }

    .order-hero__stripe {
        clip-path: polygon(-5% 28%, 105% 39%, 105% 105%, -5% 105%);
    }

    .order-hero__white {
        clip-path: polygon(-5% 31%, 105% 39%, 105% 105%, -5% 105%);
        align-items: flex-end;
    }

    .order-hero__content {
        padding: 0 32px 40px 32px;
        max-width: 100%;
    }

    .order-hero__title {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .order-hero__subtitle {
        margin-bottom: 24px;
    }

    .order-hero__cta {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .order-how-it-works {
        padding: 40px 20px;
    }

    .order-how__grid {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 40px;
    }

    .order-how__item {
        padding: 24px 0;
        border-top: 1px solid #d9d9d9;
    }

    .order-how__item:first-child {
        border-top: none;
    }

    .order-steps__grid {
        grid-template-columns: 1fr !important;
        max-width: 100%;
    }

    .how-it-works__title {
        font-size: 24px;
        margin-bottom: 32px;
        text-align: left;
    }

    .how-it-works__cta {
        width: 100%;
        padding: 18px 32px;
    }

    .benefits {
        padding: 24px 21px 40px 21px;
    }

    .benefits__title {
        font-size: 24px;
    }

    .benefits__item-title {
        margin: 0 0 10px 0;
    }

    .benefits__desc {
        font-size: 14px;
    }

    .benefits__item-text {
        font-size: 14px;
    }

    .benefits__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .benefits__item {
        flex-direction: row;
        gap: 12px;
        padding: 24px 0;
    }

    .benefits__item:last-child {
        padding-bottom: 0;
    }

    .steps {
        padding: 48px 20px;
    }

    .steps__title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .steps__card-text {
        margin: 0 0 16px 0;
    }

    .steps__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .steps__card {
        padding: 32px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .steps__card:first-child {
        border-top: none;
        padding-top: 0;
    }

    .steps__card:last-child {
        padding-bottom: 0;
    }

    .faq {
        padding: 40px 20px 32px 20px;
    }

    .faq__title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
    }

    .faq__question {
        font-size: 16px;
        padding: 20px 36px 20px 0;
    }

    .faq__answer p {
        font-size: 15px;
    }

    .faq__cta {
        width: 100%;
        padding: 18px 32px;
    }

    .faq__list {
        margin: 0 0 50px 0;
    }

    .section-spacer {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .steps__card-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .order-hero__title {
        font-size: 32px;
        margin-bottom: 16px;
        line-height: 38px;
    }

    .order-hero__bg {
        height: 45%;
        object-position: center bottom;
    }

    .order-hero__subtitle {
        font-size: 16px;
        line-height: 21px;
    }

    .order-hero__list-item {
        font-size: 14px;
    }

    .order-hero {
        height: 680px;
        margin: 0 10px 0 10px;
        border-radius: 4px;
    }

    .order-hero__stripe {
        clip-path: polygon(-5% 26%, 105% 37%, 105% 105%, -5% 105%);
    }

    .order-hero__white {
        clip-path: polygon(-5% 29%, 105% 37%, 105% 105%, -5% 105%);
    }

    .order-hero__title {
        font-size: 28px;
    }

    .order-hero__content {
        padding: 0 20px 32px 20px;
    }
}
