.plan-trip-page {
    background: #ffffff;
    color: #14231f;
}

.plan-trip-page > .container:first-child {
    max-width: min(1560px, calc(100vw - 40px));
}

.plan-trip-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    min-height: 355px;
    overflow: hidden;
    padding: 42px 0 112px;
}

.plan-trip-breadcrumb {
    align-items: center;
    color: rgba(255, 255, 255, .84);
    display: flex;
    font-size: .9rem;
    font-weight: 700;
    gap: 12px;
    margin-bottom: 28px;
}

.plan-trip-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.plan-trip-breadcrumb i {
    font-size: .68rem;
    opacity: .72;
}

.plan-trip-hero__copy {
    color: #ffffff;
    max-width: 650px;
}

.plan-trip-hero__copy h1 {
    color: #ffffff;
    font-family: "Lora", Georgia, serif;
    font-size: clamp(3.2rem, 5.4vw, 5.4rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: .96;
    margin: 0 0 18px;
}

.plan-trip-hero__copy p {
    color: rgba(255, 255, 255, .95);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.65;
    margin: 0;
}

.plan-trip-shell {
    margin-top: -64px;
    position: relative;
}

.plan-trip-progress {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(15, 94, 70, .08);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(9, 45, 35, .12);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 32px;
    padding: 24px 28px;
}

.plan-trip-progress__item {
    align-items: center;
    background: transparent;
    border: 0;
    color: #4f5d58;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: .82rem;
    font-weight: 800;
    gap: 12px;
    min-width: 0;
    position: relative;
    text-align: center;
}

.plan-trip-progress__item:not(:last-child)::after {
    border-top: 2px dashed rgba(20, 35, 31, .14);
    content: "";
    left: calc(50% + 24px);
    position: absolute;
    right: calc(-50% + 24px);
    top: 16px;
}

.plan-trip-progress__dot {
    align-items: center;
    background: #eef2f0;
    border-radius: 999px;
    color: #56655f;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    position: relative;
    width: 32px;
    z-index: 1;
}

.plan-trip-progress__item.is-active,
.plan-trip-progress__item.is-complete {
    color: #087453;
}

.plan-trip-progress__item.is-active .plan-trip-progress__dot,
.plan-trip-progress__item.is-complete .plan-trip-progress__dot {
    background: #006b4f;
    box-shadow: 0 8px 20px rgba(0, 107, 79, .18);
    color: #ffffff;
}

.plan-trip-main {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 330px;
}

.plan-trip-card,
.plan-summary,
.plan-help {
    background: #ffffff;
    border: 1px solid rgba(15, 94, 70, .1);
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(9, 45, 35, .06);
}

.plan-trip-card {
    min-width: 0;
    padding: 28px;
}

.plan-trip-step {
    display: none;
}

.plan-trip-step.is-active {
    display: block;
}

.plan-trip-section-title h2 {
    color: #111f1b;
    font-family: "Lora", Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 8px;
}

.plan-trip-section-title p {
    color: #566a63;
    margin: 0 0 24px;
}

.plan-trip-grid {
    display: grid;
    gap: 20px;
}

.plan-trip-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plan-trip-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-field {
    color: #14231f;
    display: flex;
    flex-direction: column;
    font-size: .92rem;
    font-weight: 800;
    gap: 9px;
    margin-bottom: 20px;
}

.plan-field span small {
    color: #6b7a75;
    font-weight: 500;
}

.plan-field input,
.plan-field select,
.plan-field textarea,
.plan-traveler-row input,
.plan-traveler-row select {
    background: #ffffff;
    border: 1px solid rgba(20, 35, 31, .14);
    border-radius: 8px;
    color: #14231f;
    font: inherit;
    font-weight: 600;
    min-height: 48px;
    outline: none;
    padding: 12px 14px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.plan-field select[multiple] {
    min-height: 106px;
}

.plan-field textarea {
    resize: vertical;
}

.plan-field input:focus,
.plan-field select:focus,
.plan-field textarea:focus,
.plan-traveler-row input:focus,
.plan-traveler-row select:focus {
    border-color: #0b8a66;
    box-shadow: 0 0 0 3px rgba(11, 138, 102, .12);
}

.plan-field small {
    color: #77857f;
    font-size: .78rem;
    font-weight: 600;
}

.plan-field__count {
    align-self: flex-end;
    margin-top: -28px;
    padding-right: 12px;
}

.plan-date-pair,
.plan-check-row {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plan-check-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-check-row label,
.plan-inline,
.plan-consent {
    align-items: center;
    color: #31443e;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 700;
    gap: 8px;
}

.plan-choice-grid,
.plan-service-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-bottom: 22px;
}

.plan-choice-grid--wide {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.plan-choice,
.plan-option,
.plan-service {
    background: #ffffff;
    border: 1px solid rgba(20, 35, 31, .12);
    border-radius: 10px;
    color: #243a33;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 86px;
    padding: 13px;
    position: relative;
    text-align: center;
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.plan-choice input,
.plan-option input,
.plan-service input {
    opacity: 0;
    position: absolute;
}

.plan-choice i,
.plan-service i {
    color: #0b7658;
    font-size: 1.35rem;
}

.plan-choice:has(input:checked),
.plan-option:has(input:checked),
.plan-service:has(input:checked) {
    background: #eef8f4;
    border-color: #0b8a66;
    box-shadow: inset 0 0 0 1px rgba(11, 138, 102, .14);
    color: #075f47;
}

.plan-choice:active,
.plan-option:active,
.plan-service:active,
.plan-btn:active {
    transform: translateY(1px) scale(.99);
}

.plan-preference-group {
    border-top: 1px solid rgba(20, 35, 31, .08);
    padding: 24px 0;
}

.plan-preference-group h3,
.plan-group-header h3 {
    align-items: center;
    color: #172823;
    display: flex;
    font-size: 1.04rem;
    font-weight: 900;
    gap: 10px;
    margin: 0 0 16px;
}

.plan-preference-group h3 i,
.plan-group-header h3 i {
    color: #0b8a66;
}

.plan-option-row {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-option-row--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plan-option {
    align-items: flex-start;
    min-height: 78px;
    text-align: left;
}

.plan-option span,
.plan-service span {
    color: #6c7b75;
    font-size: .78rem;
    font-weight: 600;
}

.plan-service-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.plan-service {
    align-items: flex-start;
    min-height: 90px;
    text-align: left;
}

.plan-field--short {
    max-width: 360px;
}

.plan-group-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.plan-add-traveler {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(11, 138, 102, .45);
    border-radius: 8px;
    color: #087453;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    padding: 10px 14px;
}

.plan-traveler-list {
    display: grid;
    gap: 10px;
}

.plan-traveler-row {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1.2fr) 150px minmax(0, 1fr);
}

.plan-consent {
    margin: 12px 0 28px;
}

.plan-consent a {
    color: #087453;
    font-weight: 900;
    text-decoration: none;
}

.plan-trip-actions {
    align-items: center;
    border-top: 1px solid rgba(20, 35, 31, .08);
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
}

.plan-btn {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 900;
    gap: 10px;
    min-height: 48px;
    padding: 12px 22px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.plan-btn--primary {
    background: linear-gradient(135deg, #007f5f, #005c45);
    border: 0;
    box-shadow: 0 14px 26px rgba(0, 103, 77, .2);
    color: #ffffff;
    margin-left: auto;
}

.plan-btn--ghost {
    background: #ffffff;
    border: 1px solid rgba(11, 138, 102, .4);
    color: #087453;
}

.plan-trip-aside {
    display: grid;
    gap: 16px;
    position: sticky;
    top: 90px;
}

.plan-summary {
    padding: 24px;
}

.plan-summary__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.plan-summary h3 {
    color: #172823;
    font-family: "Lora", Georgia, serif;
    font-size: 1.45rem;
    font-weight: 700;
    margin: 0;
}

.plan-summary__header button {
    background: transparent;
    border: 0;
    color: #087453;
    font-weight: 900;
}

.plan-summary dl {
    display: grid;
    gap: 18px;
    margin: 0;
}

.plan-summary dt {
    align-items: center;
    color: #172823;
    display: flex;
    font-size: .72rem;
    font-weight: 900;
    gap: 10px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.plan-summary dt i {
    color: #0b8a66;
    font-size: 1rem;
    width: 18px;
}

.plan-summary dd {
    color: #51635d;
    font-size: .86rem;
    line-height: 1.55;
    margin: 5px 0 0 28px;
}

.plan-help {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 74px 1fr;
    padding: 14px;
}

.plan-help img {
    border-radius: 8px;
    height: 74px;
    object-fit: cover;
    width: 74px;
}

.plan-help h4 {
    color: #172823;
    font-size: 1rem;
    font-weight: 900;
    margin: 0 0 4px;
}

.plan-help p {
    color: #5d6d68;
    font-size: .82rem;
    margin: 0 0 9px;
}

.plan-help a {
    border: 1px solid rgba(11, 138, 102, .45);
    border-radius: 8px;
    color: #087453;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 900;
    gap: 8px;
    padding: 8px 12px;
    text-decoration: none;
}

.plan-benefits {
    background: #f8fbfa;
    border: 1px solid rgba(15, 94, 70, .07);
    border-radius: 14px;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 28px 0 24px;
    padding: 22px 28px;
}

.plan-benefits div {
    align-items: center;
    display: grid;
    gap: 2px 12px;
    grid-template-columns: 34px minmax(0, 1fr);
}

.plan-benefits i {
    color: #0b8a66;
    font-size: 1.35rem;
    grid-row: span 2;
}

.plan-benefits strong {
    color: #087453;
    font-size: .9rem;
}

.plan-benefits span {
    color: #61746d;
    font-size: .78rem;
}

.plan-vietbreeze {
    align-items: center;
    background: #eef7f4;
    border-radius: 16px;
    display: grid;
    gap: 28px;
    grid-template-columns: 250px 1fr auto;
    margin-bottom: 34px;
    overflow: hidden;
    padding: 0 42px 0 0;
}

.plan-vietbreeze > img:first-child {
    height: 190px;
    object-fit: cover;
    width: 250px;
}

.plan-vietbreeze h2 {
    color: #162620;
    font-family: "Lora", Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.plan-vietbreeze p {
    color: #4f625b;
    line-height: 1.65;
    margin: 0 0 14px;
}

.plan-vietbreeze__checks {
    display: grid;
    gap: 8px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plan-vietbreeze__checks span {
    color: #263a33;
    font-size: .9rem;
    font-weight: 800;
}

.plan-vietbreeze__checks i {
    color: #0d8a66;
    margin-right: 8px;
}

.plan-vietbreeze__download {
    align-items: center;
    display: flex;
    gap: 16px;
}

.plan-vietbreeze__qr {
    background: #ffffff;
    border-radius: 10px;
    padding: 6px;
    width: 108px;
}

.plan-store {
    align-items: center;
    background: #151515;
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    gap: 9px;
    margin: 8px 0;
    min-width: 154px;
    padding: 8px 14px;
    text-decoration: none;
}

.plan-store:hover {
    color: #ffffff;
}

.plan-store span {
    display: flex;
    flex-direction: column;
    font-size: .86rem;
    font-weight: 900;
    line-height: 1.1;
}

.plan-store small {
    font-size: .56rem;
    font-weight: 700;
    opacity: .72;
    text-transform: uppercase;
}

.plan-trip-alert {
    align-items: flex-start;
    background: #fff5f2;
    border: 1px solid rgba(195, 83, 52, .2);
    border-radius: 12px;
    color: #8f2d17;
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
    padding: 14px 18px;
}

.plan-trip-alert ul {
    margin-bottom: 0;
}

.plan-trip-thanks {
    background: #f8fbfa;
    padding: 70px 0;
}

.plan-trip-thanks__card {
    background: #ffffff;
    border: 1px solid rgba(15, 94, 70, .1);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(9, 45, 35, .08);
    margin: 0 auto;
    max-width: 720px;
    padding: 44px;
    text-align: center;
}

.plan-trip-thanks__card i {
    align-items: center;
    background: #e9f7f2;
    border-radius: 999px;
    color: #0b8a66;
    display: inline-flex;
    font-size: 2rem;
    height: 72px;
    justify-content: center;
    margin-bottom: 20px;
    width: 72px;
}

.plan-trip-thanks__card h1 {
    color: #162620;
    font-family: "Lora", Georgia, serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.plan-trip-thanks__card p {
    color: #52645e;
    line-height: 1.7;
    margin: 0 auto 18px;
    max-width: 56ch;
}

@media (max-width: 1199px) {
    .plan-trip-main {
        grid-template-columns: 1fr;
    }

    .plan-trip-aside {
        position: static;
    }

    .plan-summary dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .plan-choice-grid,
    .plan-choice-grid--wide,
    .plan-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .plan-vietbreeze {
        grid-template-columns: 180px 1fr;
        padding: 0 28px 0 0;
    }

    .plan-vietbreeze__download {
        grid-column: 2;
    }
}

@media (max-width: 991px) {
    .plan-trip-progress {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 20px;
    }

    .plan-trip-progress__item::after {
        display: none;
    }

    .plan-trip-grid--two,
    .plan-trip-grid--three,
    .plan-option-row,
    .plan-option-row--four {
        grid-template-columns: 1fr;
    }

    .plan-benefits {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .plan-check-row,
    .plan-date-pair {
        grid-template-columns: 1fr;
    }

    .plan-vietbreeze {
        gap: 18px;
        grid-template-columns: 150px minmax(0, 1fr) 176px;
        padding: 0 18px 0 0;
    }

    .plan-vietbreeze > img:first-child {
        display: block;
        height: 166px;
        width: 150px;
    }

    .plan-vietbreeze h2 {
        font-size: 1.5rem;
        line-height: 1.08;
        margin-bottom: 8px;
    }

    .plan-vietbreeze p {
        font-size: 0.86rem;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .plan-vietbreeze__checks {
        gap: 7px 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .plan-vietbreeze__checks span {
        font-size: 0.72rem;
        line-height: 1.25;
    }

    .plan-vietbreeze__checks i {
        margin-right: 5px;
    }

    .plan-vietbreeze__download {
        gap: 10px;
        grid-column: auto;
    }

    .plan-vietbreeze__qr {
        width: 86px;
    }

    .plan-store {
        border-radius: 7px;
        gap: 7px;
        margin: 6px 0;
        min-width: 0;
        padding: 7px 10px;
        width: 112px;
    }

    .plan-store i {
        font-size: 0.9rem;
    }

    .plan-store span {
        font-size: 0.68rem;
    }

    .plan-store small {
        font-size: 0.44rem;
    }
}

@media (max-width: 767px) {
    .plan-trip-page > .container:first-child {
        max-width: calc(100vw - 20px);
    }

    .plan-trip-hero {
        border-radius: 18px;
        min-height: 330px;
        padding: 34px 0 92px;
    }

    .plan-trip-card,
    .plan-summary {
        padding: 20px;
    }

    .plan-choice-grid,
    .plan-choice-grid--wide {
        gap: 10px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .plan-choice {
        border-radius: 9px;
        font-size: 0.74rem;
        gap: 6px;
        min-height: 84px;
        padding: 10px 6px;
    }

    .plan-choice i {
        font-size: 1.15rem;
    }

    .plan-service-grid,
    .plan-traveler-row {
        grid-template-columns: 1fr;
    }

    .plan-summary dl {
        gap: 16px 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .plan-summary dt {
        align-items: flex-start;
        font-size: 0.66rem;
        gap: 7px;
        line-height: 1.25;
    }

    .plan-summary dt i {
        flex: 0 0 18px;
        font-size: 0.88rem;
        width: 18px;
    }

    .plan-summary dd {
        font-size: 0.78rem;
        margin-left: 23px;
    }

    .plan-benefits {
        gap: 8px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding: 14px 10px;
    }

    .plan-benefits div {
        align-content: start;
        gap: 5px;
        grid-template-columns: 1fr;
        justify-items: center;
        min-width: 0;
        text-align: center;
    }

    .plan-benefits i {
        font-size: 1.05rem;
        grid-row: auto;
    }

    .plan-benefits strong {
        font-size: 0.66rem;
        line-height: 1.18;
    }

    .plan-benefits span {
        font-size: 0.58rem;
        line-height: 1.25;
    }

    .plan-trip-actions,
    .plan-group-header {
        align-items: stretch;
        flex-direction: column;
    }

    .plan-vietbreeze {
        gap: 14px;
        grid-template-columns: 140px minmax(0, 1fr) 156px;
        padding: 0 14px 0 0;
    }

    .plan-vietbreeze > img:first-child {
        height: 152px;
        width: 140px;
    }

    .plan-vietbreeze h2 {
        font-size: 1.18rem;
        line-height: 1.08;
        margin-bottom: 6px;
    }

    .plan-vietbreeze p {
        font-size: 0.72rem;
        line-height: 1.38;
        margin-bottom: 8px;
    }

    .plan-vietbreeze__checks {
        gap: 6px 9px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .plan-vietbreeze__checks span {
        font-size: 0.58rem;
        line-height: 1.18;
    }

    .plan-vietbreeze__checks i {
        font-size: 0.64rem;
        margin-right: 4px;
    }

    .plan-vietbreeze__download {
        gap: 6px;
        flex-direction: row;
    }

    .plan-vietbreeze__qr {
        border-radius: 7px;
        padding: 4px;
        width: 62px;
    }

    .plan-store {
        border-radius: 6px;
        gap: 4px;
        margin: 0;
        min-height: 30px;
        padding: 4px 6px;
        width: 82px;
    }

    .plan-store i {
        font-size: 0.66rem;
    }

    .plan-store span {
        font-size: 0.5rem;
    }

    .plan-store small {
        font-size: 0.34rem;
    }

    .plan-btn {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .plan-vietbreeze {
        gap: 10px;
        grid-template-columns: 96px minmax(0, 1fr) 86px;
        padding: 0 10px 0 0;
    }

    .plan-vietbreeze > img:first-child {
        height: 138px;
        width: 96px;
    }

    .plan-vietbreeze h2 {
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .plan-vietbreeze p {
        font-size: 0.62rem;
        line-height: 1.35;
        margin-bottom: 7px;
    }

    .plan-vietbreeze__checks {
        gap: 5px 7px;
    }

    .plan-vietbreeze__checks span {
        font-size: 0.5rem;
    }

    .plan-vietbreeze__checks i {
        font-size: 0.56rem;
        margin-right: 3px;
    }

    .plan-vietbreeze__download {
        flex-direction: column;
    }

    .plan-vietbreeze__qr {
        width: 58px;
    }

    .plan-store {
        min-height: 27px;
        width: 76px;
    }

    .plan-store span {
        font-size: 0.46rem;
    }

    .plan-store small {
        font-size: 0.3rem;
    }
}
