/**
 * Page Format Styles
 * Custom styles shared by reusable page templates.
 */

/**
 * General Page Hero
 */
.mpt-page-format h2,
.mpt-page-format .h2 {
    font-size: 2rem;
}

.mpt-page-hero {
    --mpt-page-hero-accent: #8fd36a;
    --mpt-page-hero-accent-dark: #4f9a35;
    --mpt-page-hero-ink: #ffffff;
    background: #0b1410;
    isolation: isolate;
    min-height: clamp(540px, 68vh, 720px);
    overflow: hidden;
    position: relative;
}

.mpt-page-hero::before {
    background:
        linear-gradient(90deg, rgba(7, 12, 15, .88) 0%, rgba(7, 12, 15, .68) 42%, rgba(7, 12, 15, .22) 100%),
        linear-gradient(180deg, rgba(7, 12, 15, .08) 0%, rgba(7, 12, 15, .62) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.mpt-page-hero::after {
    background: linear-gradient(180deg, rgba(11, 20, 16, 0) 0%, rgba(11, 20, 16, .58) 100%);
    bottom: 0;
    content: "";
    height: 34%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
}

.mpt-page-hero-media {
    filter: saturate(1.08) contrast(1.05);
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    transform: scale(1.035);
    transform-origin: center;
    width: 100%;
}

.mpt-page-hero-inner {
    align-items: flex-end;
    display: flex;
    inset: 0;
    min-height: inherit;
    padding: clamp(7rem, 13vw, 10rem) 0 clamp(3.5rem, 7vw, 6.5rem);
    position: relative;
    z-index: 2;
}

.mpt-page-hero-content {
    max-width: 960px;
    padding-left: clamp(1rem, 2vw, 1.45rem);
    position: relative;
}

.mpt-page-hero-content::before {
    background: linear-gradient(180deg, var(--mpt-page-hero-accent) 0%, rgba(143, 211, 106, .08) 100%);
    border-radius: 999px;
    bottom: .35rem;
    content: "";
    left: 0;
    position: absolute;
    top: .2rem;
    width: 4px;
}

.mpt-page-hero-kicker {
    align-items: center;
    color: var(--mpt-page-hero-accent);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    gap: .65rem;
    letter-spacing: .08em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.mpt-page-hero-kicker::before {
    background: currentColor;
    content: "";
    display: inline-block;
    height: 1px;
    width: 46px;
}

.mpt-page-hero .mpt-page-hero-title {
    color: var(--mpt-page-hero-ink);
    font-size: clamp(1.75rem, 3.2vw, 3.15rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: .98;
    margin: .75rem 0 1.2rem;
    max-width: 920px;
    text-shadow: 0 18px 44px rgba(0, 0, 0, .45);
}

.mpt-page-hero .mpt-page-hero-lead {
    color: rgba(255, 255, 255, .9);
    font-size: clamp(.95rem, 1.25vw, 1.08rem);
    line-height: 1.65;
    margin: 0;
    max-width: 760px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, .36);
}

.mpt-page-hero-contact {
    align-items: center;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: .84rem;
    font-weight: 800;
    gap: .45rem;
    line-height: 1;
    margin-top: 1rem;
    min-height: 38px;
    padding: .65rem .9rem;
    text-transform: uppercase;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.mpt-page-hero-contact::after {
    content: ">";
    font-size: .78rem;
    line-height: 1;
}

.mpt-page-hero-contact:hover,
.mpt-page-hero-contact:focus {
    background: rgba(255, 255, 255, .18);
    border-color: rgba(255, 255, 255, .58);
    color: #fff;
    transform: translateY(-1px);
}

.mpt-page-hero-reviews {
    align-items: center;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
    color: rgba(255, 255, 255, .84);
    display: flex;
    flex-wrap: wrap;
    gap: .3rem 1rem;
    margin-top: clamp(1.1rem, 2.4vw, 1.55rem);
    max-width: 720px;
    padding: .62rem .75rem;
}

.mpt-page-hero-review {
    align-items: center;
    display: inline-flex;
    gap: .5rem;
    line-height: 1.35;
}

.mpt-page-hero-review-icon {
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    display: inline-flex;
    flex: 0 0 auto;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.mpt-page-hero-review-svg {
    display: block;
    height: 22px;
    width: 22px;
}

.mpt-page-hero-review-svg--facebook {
    height: 24px;
    width: 24px;
}

.mpt-page-hero-review-copy {
    display: flex;
    flex-direction: column;
    gap: .18rem;
}

.mpt-page-hero-review-copy > span:first-child {
    color: rgba(255, 255, 255, .82);
    font-size: .82rem;
    font-weight: 700;
}

.mpt-page-hero-review-copy strong {
    color: #fff;
    font-size: 1.02rem;
    font-weight: 900;
}

.mpt-page-hero-tripadvisor-bubbles {
    display: inline-flex;
    gap: .16rem;
}

.mpt-page-hero-tripadvisor-bubbles span {
    background: #34e0a1;
    border-radius: 999px;
    display: inline-block;
    height: .38rem;
    width: .38rem;
}

@media (max-width: 991.98px) {
    .mpt-page-hero {
        min-height: 600px;
    }
}

@media (max-width: 767.98px) {
    .mpt-page-hero::before {
        background:
            linear-gradient(180deg, rgba(7, 12, 15, .36) 0%, rgba(7, 12, 15, .9) 78%),
            linear-gradient(90deg, rgba(7, 12, 15, .72) 0%, rgba(7, 12, 15, .24) 100%);
    }

    .mpt-page-hero-inner {
        padding-bottom: 3rem;
        padding-top: 8rem;
    }

    .mpt-page-hero-content {
        padding-left: 1rem;
    }

    .mpt-page-hero .mpt-page-hero-title {
        font-size: clamp(1.8rem, 8vw, 2.35rem);
    }

    .mpt-page-hero-reviews {
        align-items: flex-start;
        flex-direction: column;
        gap: .5rem;
        padding: .7rem;
    }
}

/**
 * General Page Content
 */
.mpt-page-section {
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.mpt-page-section-soft {
    background: #f6f8f7;
    border-bottom: 1px solid #dde4e9;
    border-top: 1px solid #dde4e9;
}

.mpt-page-copy {
    color: #66727d;
    font-size: 1rem;
    line-height: 1.78;
    margin: 0 0 1rem;
}

.mpt-page-editor > :first-child {
    margin-top: 0;
}

.mpt-page-editor > :last-child {
    margin-bottom: 0;
}

.mpt-page-editor p,
.mpt-page-editor ul,
.mpt-page-editor ol {
    margin: 0 0 1rem;
}

.mpt-page-editor ul,
.mpt-page-editor ol {
    padding-left: 1.25rem;
}

.mpt-page-editor img {
    border-radius: 8px;
    height: auto;
    max-width: 100%;
}

.mpt-page-image {
    border-radius: 8px;
    box-shadow: 0 22px 70px rgba(23, 33, 43, .14);
    margin: 0;
    overflow: hidden;
}

.mpt-page-image img {
    display: block;
    height: auto;
    width: 100%;
}

.mpt-page-section-head {
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
    max-width: none;
}

.mpt-page-section,
.mpt-page-format .mpt-animate {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .85s ease, transform .85s ease;
    will-change: opacity, transform;
}

.mpt-page-section.mpt-in-view,
.mpt-page-format .mpt-animate.mpt-in-view {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .mpt-page-section,
    .mpt-page-format .mpt-animate {
        transform: translateY(12px);
    }

    .mpt-page-section.mpt-in-view,
    .mpt-page-format .mpt-animate.mpt-in-view {
        opacity: 1;
        transform: none;
    }
}

/**
 * About Us Page
 */
.mpt-page-hero--about {
    --mpt-page-hero-accent: #9be36f;
    --mpt-page-hero-accent-dark: #4f9a35;
}

.mpt-page-hero--about .mpt-page-hero-media {
    object-position: center;
}

/**
 * Adventure Tourism in Peru Page
 */
.mpt-page-hero--adventure {
    --mpt-page-hero-accent: #9be36f;
    --mpt-page-hero-accent-dark: #4f9a35;
}

.mpt-page-hero--adventure .mpt-page-hero-media {
    object-position: center;
}

.mpt-adventure-tours .mpt-tour-card-cell {
    margin-bottom: 1.5rem;
}

/**
 * Amazon Rainforest Tour Peru Page
 */
.mpt-page-hero--amazon {
    --mpt-page-hero-accent: #8fd36a;
    --mpt-page-hero-accent-dark: #2f7f3a;
}

.mpt-page-hero--amazon .mpt-page-hero-media {
    object-position: center;
}

.mpt-amazon-tours .mpt-tour-card-cell {
    margin-bottom: 1.5rem;
}

/**
 * Client Reviews Page
 */
.mpt-page-hero--client-reviews {
    --mpt-page-hero-accent: #9be36f;
    --mpt-page-hero-accent-dark: #4f9a35;
}

.mpt-page-hero--client-reviews .mpt-page-hero-media {
    object-position: center;
}

.mpt-client-reviews-hero-count {
    align-items: center;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    color: rgba(255, 255, 255, .82);
    display: inline-flex;
    gap: .65rem;
    margin-top: 1rem;
    padding: .65rem .8rem;
}

.mpt-client-reviews-hero-count span {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 900;
}

.mpt-client-reviews-hero-count strong {
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.mpt-client-reviews-list {
    display: grid;
    gap: 1rem;
}

.mpt-client-review-card {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 16px 48px rgba(23, 33, 43, .08);
    display: grid;
    gap: 1rem;
    grid-template-columns: 64px minmax(0, 1fr);
    padding: clamp(1rem, 2.5vw, 1.45rem);
}

.mpt-client-review-avatar {
    align-items: center;
    background: #14241c;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 1.35rem;
    font-weight: 900;
    height: 64px;
    justify-content: center;
    overflow: hidden;
    width: 64px;
}

.mpt-client-review-avatar img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.mpt-client-review-header {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: .85rem;
}

.mpt-client-review-header h3 {
    color: #24313d;
    line-height: 1.25;
}

.mpt-client-review-source {
    align-items: center;
    color: var(--mpt-review-platform-color);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 900;
    gap: .4rem;
    letter-spacing: .05em;
    margin-bottom: .4rem;
    text-transform: uppercase;
}

.mpt-client-review-source span {
    align-items: center;
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.mpt-client-review-source svg {
    display: block;
    height: 20px;
    width: 20px;
}

.mpt-client-review-rating {
    display: inline-flex;
    flex: 0 0 auto;
    gap: .22rem;
    padding-top: .25rem;
}

.mpt-client-review-rating span {
    background: transparent;
    border: 2px solid #34e0a1;
    border-radius: 999px;
    display: inline-block;
    height: .72rem;
    width: .72rem;
}

.mpt-client-review-rating span.is-filled {
    background: #34e0a1;
}

.mpt-client-review-text {
    color: #66727d;
    font-size: 1rem;
    line-height: 1.78;
}

.mpt-client-review-text > :last-child {
    margin-bottom: 0;
}

.mpt-client-review-footer {
    align-items: center;
    border-top: 1px solid #edf1f3;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem 1rem;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 1rem;
}

.mpt-client-review-meta strong,
.mpt-client-review-meta span {
    display: block;
}

.mpt-client-review-meta strong {
    color: #24313d;
    font-size: .95rem;
    font-weight: 900;
}

.mpt-client-review-meta span {
    color: #84909b;
    font-size: .82rem;
    font-weight: 700;
}

.mpt-client-review-tours {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.mpt-client-review-tours a {
    background: rgba(112, 180, 83, .1);
    border: 1px solid rgba(112, 180, 83, .25);
    border-radius: 8px;
    color: #4f9a35;
    font-size: .78rem;
    font-weight: 900;
    padding: .42rem .6rem;
    text-decoration: none;
}

.mpt-client-review-link {
    align-items: center;
    color: #24313d;
    display: inline-flex;
    font-size: .84rem;
    font-weight: 900;
    gap: .4rem;
    text-decoration: none;
}

.mpt-client-review-link:hover,
.mpt-client-review-link:focus {
    color: #4f9a35;
}

.mpt-client-reviews-pagination {
    justify-content: center;
}

@media (max-width: 767.98px) {
    .mpt-client-review-card {
        grid-template-columns: 1fr;
    }

    .mpt-client-review-header {
        flex-direction: column;
    }

    .mpt-client-review-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

/**
 * Huchuy Qosqo Treks Page
 */
.mpt-page-hero--huchuy {
    --mpt-page-hero-accent: #9be36f;
    --mpt-page-hero-accent-dark: #4f9a35;
}

.mpt-page-hero--huchuy .mpt-page-hero-media {
    object-position: center;
}

.mpt-huchuy-tours .mpt-tour-card-cell {
    margin-bottom: 1.5rem;
}

/**
 * Inti Raymi 2027 Page
 */
.mpt-page-hero--inti {
    --mpt-page-hero-accent: #f6c557;
    --mpt-page-hero-accent-dark: #b6422f;
}

.mpt-page-hero--inti .mpt-page-hero-media {
    object-position: center;
}

.mpt-inti-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.15rem;
}

.mpt-inti-btn,
.mpt-inti-link-button {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: .84rem;
    font-weight: 900;
    gap: .5rem;
    line-height: 1;
    min-height: 40px;
    padding: .72rem .95rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.mpt-inti-btn-primary {
    background: #f6c557;
    border: 1px solid #f6c557;
    color: #17212b;
}

.mpt-inti-btn-primary:hover,
.mpt-inti-btn-primary:focus {
    background: #ffd977;
    border-color: #ffd977;
    color: #17212b;
    transform: translateY(-1px);
}

.mpt-inti-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1rem;
    max-width: 880px;
}

.mpt-inti-hero-facts span {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    color: rgba(255, 255, 255, .82);
    font-size: .78rem;
    font-weight: 800;
    padding: .58rem .72rem;
}

.mpt-inti-hero-facts strong {
    color: #fff;
    display: block;
    font-size: .92rem;
    margin-bottom: .1rem;
}

.mpt-inti-highlight {
    align-items: flex-start;
    background: #fff8e5;
    border: 1px solid rgba(246, 197, 87, .45);
    border-left: 4px solid #f6c557;
    border-radius: 8px;
    display: flex;
    gap: .85rem;
    margin-top: 1.35rem;
    padding: 1rem;
}

.mpt-inti-highlight i {
    color: #b6422f;
    font-size: 1.15rem;
    margin-top: .2rem;
}

.mpt-inti-highlight p {
    color: #4f5963;
    line-height: 1.65;
    margin: 0;
}

.mpt-inti-image-stack {
    position: relative;
}

.mpt-inti-image-stack figcaption {
    background: rgba(23, 33, 43, .92);
    border-radius: 8px 0 0 0;
    bottom: 0;
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.45;
    max-width: 82%;
    padding: .85rem 1rem;
    position: absolute;
    right: 0;
}

.mpt-inti-link-button {
    background: transparent;
    border: 1px solid #b6422f;
    color: #b6422f;
}

.mpt-inti-link-button:hover,
.mpt-inti-link-button:focus {
    background: #b6422f;
    border-color: #b6422f;
    color: #fff;
}

.mpt-inti-package,
.mpt-inti-stage,
.mpt-inti-tribune,
.mpt-inti-inquiry,
.mpt-inti-suggestion {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 16px 48px rgba(23, 33, 43, .08);
}

.mpt-inti-package {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    width: 100%;
}

.mpt-inti-package > span {
    color: #b6422f;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.mpt-inti-package h3,
.mpt-inti-stage h3,
.mpt-inti-tribune h3,
.mpt-inti-inquiry h2,
.mpt-inti-suggestion h3 {
    color: #24313d;
    font-weight: 900;
    letter-spacing: 0;
}

.mpt-inti-package h3 {
    font-size: 1.35rem;
    line-height: 1.25;
    margin-bottom: .8rem;
}

.mpt-inti-package p,
.mpt-inti-stage p,
.mpt-inti-tribune p,
.mpt-inti-inquiry p,
.mpt-inti-suggestion p {
    color: #66727d;
    line-height: 1.7;
    margin: 0;
}

.mpt-inti-package a {
    align-items: center;
    color: #70b453;
    display: inline-flex;
    font-size: .86rem;
    font-weight: 900;
    gap: .5rem;
    margin-top: auto;
    padding-top: 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
}

.mpt-inti-package a i {
    transition: transform .2s ease;
}

.mpt-inti-package a:hover,
.mpt-inti-package a:focus {
    color: #4f9a35;
}

.mpt-inti-package a:hover i,
.mpt-inti-package a:focus i {
    transform: translateX(4px);
}

.mpt-inti-stat-row {
    display: grid;
    gap: .85rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.mpt-inti-stat-row div {
    border-left: 3px solid #f6c557;
    padding-left: .85rem;
}

.mpt-inti-stat-row strong,
.mpt-inti-stat-row span {
    display: block;
}

.mpt-inti-stat-row strong {
    color: #b6422f;
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1;
}

.mpt-inti-stat-row span {
    color: #66727d;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.35;
    margin-top: .35rem;
    text-transform: uppercase;
}

.mpt-inti-stage {
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    width: 100%;
}

.mpt-inti-stage:hover {
    border-color: rgba(246, 197, 87, .7);
    box-shadow: 0 22px 70px rgba(23, 33, 43, .12);
    transform: translateY(-3px);
}

.mpt-inti-stage figure {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
}

.mpt-inti-stage figure img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
    width: 100%;
}

.mpt-inti-stage:hover figure img {
    transform: scale(1.045);
}

.mpt-inti-stage-body {
    padding: 1.15rem;
}

.mpt-inti-stage-time {
    background: rgba(246, 197, 87, .2);
    border: 1px solid rgba(246, 197, 87, .45);
    border-radius: 8px;
    color: #8b331f;
    display: inline-flex;
    font-size: .76rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: .85rem;
    padding: .48rem .62rem;
}

.mpt-inti-stage h3 {
    font-size: 1.18rem;
    line-height: 1.25;
    margin-bottom: .45rem;
}

.mpt-inti-stage h4 {
    color: #4f5963;
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: .7rem;
}

.mpt-inti-stage small {
    border-top: 1px solid #edf1f3;
    color: #84909b;
    display: block;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: .9rem;
    padding-top: .85rem;
}

.mpt-inti-tribune {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    padding: 1.15rem;
}

.mpt-inti-tribune > span {
    border-radius: 8px;
    flex: 0 0 auto;
    height: 52px;
    width: 52px;
}

.mpt-inti-tribune.is-red > span {
    background: #c83f32;
}

.mpt-inti-tribune.is-orange > span {
    background: #f28c28;
}

.mpt-inti-tribune.is-green > span {
    background: #5faa4d;
}

.mpt-inti-tribune h3 {
    font-size: 1.1rem;
    margin: 0 0 .45rem;
}

.mpt-inti-checklist {
    display: grid;
    gap: .7rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 1.35rem 0;
}

.mpt-inti-checklist div {
    align-items: center;
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    display: flex;
    gap: .65rem;
    min-height: 58px;
    padding: .85rem;
}

.mpt-inti-checklist i {
    align-items: center;
    background: rgba(112, 180, 83, .13);
    border-radius: 8px;
    color: #4f9a35;
    display: inline-flex;
    flex: 0 0 auto;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.mpt-inti-checklist span {
    color: #4f5963;
    font-size: .92rem;
    font-weight: 800;
    line-height: 1.35;
}

.mpt-inti-suggestion {
    border-left: 4px solid #70b453;
    margin-bottom: 1.2rem;
    padding: 1.1rem;
}

.mpt-inti-suggestion h3 {
    font-size: 1.08rem;
    margin-bottom: .45rem;
}

.mpt-inti-gallery {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mpt-inti-gallery figure {
    aspect-ratio: 1;
    border-radius: 8px;
    box-shadow: 0 12px 36px rgba(23, 33, 43, .1);
    margin: 0;
    overflow: hidden;
}

.mpt-inti-gallery img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.mpt-inti-gallery figure:hover img {
    transform: scale(1.045);
}

.mpt-inti-inquiry {
    padding: clamp(1.2rem, 3vw, 1.55rem);
    position: sticky;
    top: 24px;
}

.mpt-inti-inquiry h2 {
    font-size: 1.35rem;
    line-height: 1.25;
    margin-bottom: .7rem;
}

.mpt-inti-inquiry .ff-el-group {
    margin-bottom: .8rem;
}

.mpt-inti-inquiry input,
.mpt-inti-inquiry textarea,
.mpt-inti-inquiry select {
    border: 1px solid #d9e1e6;
    border-radius: 8px;
    min-height: 42px;
}

.mpt-inti-inquiry .ff-btn-submit,
.mpt-inti-inquiry button[type="submit"] {
    background: #b6422f !important;
    border-color: #b6422f !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-weight: 900 !important;
    min-height: 44px;
    text-transform: uppercase;
    width: 100%;
}

.mpt-inti-video-panel {
    background: #101820;
    border: 1px solid rgba(23, 33, 43, .12);
    border-radius: 8px;
    box-shadow: 0 22px 70px rgba(23, 33, 43, .16);
    overflow: hidden;
    padding: .55rem;
}

.mpt-inti-video-panel iframe {
    border: 0;
    border-radius: 6px;
}

.mpt-inti-faq-list {
    display: grid;
    gap: .72rem;
}

.mpt-inti-faq-item {
    background: #fff;
    border: 1px solid #e3e8ec;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(23, 33, 43, .05);
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.mpt-inti-faq-item:hover,
.mpt-inti-faq-item.is-open {
    border-color: rgba(182, 66, 47, .22);
    box-shadow: 0 18px 48px rgba(23, 33, 43, .08);
}

.mpt-inti-faq-item.is-open {
    transform: translateY(-1px);
}

.mpt-inti-faq-heading {
    margin: 0;
}

.mpt-inti-faq-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #24313d;
    display: flex;
    font-size: .98rem;
    font-weight: 900;
    gap: 1rem;
    justify-content: space-between;
    line-height: 1.35;
    padding: 1rem 1.05rem;
    text-align: left;
    width: 100%;
}

.mpt-inti-faq-toggle:focus-visible {
    outline: 2px solid rgba(182, 66, 47, .28);
    outline-offset: -2px;
}

.mpt-inti-faq-toggle i {
    align-items: center;
    background: #f6f8f7;
    border-radius: 50%;
    color: #b6422f;
    display: inline-flex;
    flex: 0 0 30px;
    font-size: .78rem;
    height: 30px;
    justify-content: center;
    transition: background .2s ease, color .2s ease, transform .2s ease;
    width: 30px;
}

.mpt-inti-faq-item.is-open .mpt-inti-faq-toggle i {
    background: #b6422f;
    color: #fff;
    transform: rotate(45deg);
}

.mpt-inti-faq-panel {
    border-top: 1px solid #edf1f3;
}

.mpt-inti-faq-answer {
    color: #66727d;
    line-height: 1.72;
    padding: 0 1.05rem 1.05rem;
}

.mpt-inti-faq-answer p:last-child,
.mpt-inti-faq-answer ul:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .mpt-inti-inquiry {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .mpt-inti-hero-actions,
    .mpt-inti-hero-facts {
        align-items: stretch;
        flex-direction: column;
    }

    .mpt-inti-btn,
    .mpt-inti-hero-actions .mpt-page-hero-contact,
    .mpt-inti-link-button {
        justify-content: center;
        width: 100%;
    }

    .mpt-inti-stat-row,
    .mpt-inti-checklist {
        grid-template-columns: 1fr;
    }

    .mpt-inti-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mpt-inti-image-stack figcaption {
        max-width: 100%;
        position: static;
    }
}

/**
 * Best Tours in Peru Page
 */
.mpt-page-hero--best-tours {
    --mpt-page-hero-accent: #9be36f;
    --mpt-page-hero-accent-dark: #4f9a35;
}

.mpt-page-hero--best-tours .mpt-page-hero-media {
    object-position: center;
}

.mpt-best-tours-cards .mpt-tour-card-cell {
    margin-bottom: 1.5rem;
}

.mpt-best-tours-gallery-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mpt-best-tours-gallery-item {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    box-shadow: 0 18px 54px rgba(23, 33, 43, .12);
    margin: 0;
    overflow: hidden;
}

.mpt-best-tours-gallery-item img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.mpt-best-tours-gallery-item:hover img {
    transform: scale(1.045);
}

.mpt-best-tours-contact .mpt-page-hero-contact {
    background: #70b453;
    border-color: #70b453;
    color: #fff;
}

.mpt-best-tours-contact .mpt-page-hero-contact:hover,
.mpt-best-tours-contact .mpt-page-hero-contact:focus {
    background: #5c9f43;
    border-color: #5c9f43;
}

/**
 * Photo Gallery Page
 */
.mpt-page-hero--photo-gallery {
    --mpt-page-hero-accent: #9be36f;
    --mpt-page-hero-accent-dark: #4f9a35;
}

.mpt-page-hero--photo-gallery .mpt-page-hero-media {
    object-position: center;
}

.mpt-photo-gallery-hero-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: 1rem;
}

.mpt-photo-gallery-hero-meta span {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    color: rgba(255, 255, 255, .82);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    gap: .35rem;
    letter-spacing: .04em;
    padding: .5rem .7rem;
    text-transform: uppercase;
}

.mpt-photo-gallery-hero-meta strong {
    color: #fff;
    font-size: .95rem;
}

.mpt-photo-gallery-head {
    max-width: 820px;
}

.mpt-photo-gallery-toolbar {
    align-items: center;
    border-bottom: 1px solid #dde4e9;
    border-top: 1px solid #dde4e9;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding: 1rem 0;
}

.mpt-photo-gallery-filters {
    display: flex;
    gap: .55rem;
    overflow-x: auto;
    padding: .1rem 0;
    scrollbar-width: none;
}

.mpt-photo-gallery-filters::-webkit-scrollbar {
    display: none;
}

.mpt-photo-gallery-filter {
    background: transparent;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    color: #66727d;
    cursor: pointer;
    flex: 0 0 auto;
    font-size: .8rem;
    font-weight: 800;
    line-height: 1;
    padding: .72rem .9rem;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.mpt-photo-gallery-filter span {
    color: inherit;
    font-size: .68rem;
    margin-left: .25rem;
    opacity: .65;
}

.mpt-photo-gallery-filter:hover,
.mpt-photo-gallery-filter.is-active {
    background: #24313d;
    border-color: #24313d;
    color: #fff;
}

.mpt-photo-gallery-result {
    color: #66727d;
    flex: 0 0 auto;
    font-size: .78rem;
    margin: 0;
}

.mpt-photo-gallery-result strong {
    color: #24313d;
}

.mpt-photo-gallery-grid {
    display: grid;
    gap: 1rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mpt-photo-gallery-item {
    background: #e8ede7;
    border-radius: 8px;
    box-shadow: 0 14px 42px rgba(23, 33, 43, .08);
    margin: 0;
    min-width: 0;
    overflow: hidden;
}

.mpt-photo-gallery-item[hidden] {
    display: none;
}

.mpt-photo-gallery-item-wide {
    grid-column: span 2;
}

.mpt-photo-gallery-item > a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.mpt-photo-gallery-item img {
    aspect-ratio: 4 / 3;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
    width: 100%;
}

.mpt-photo-gallery-item-wide img {
    aspect-ratio: 2.05 / 1;
}

.mpt-photo-gallery-overlay {
    align-items: end;
    background: linear-gradient(180deg, transparent 38%, rgba(8, 14, 18, .82) 100%);
    color: #fff;
    display: flex;
    inset: 0;
    justify-content: space-between;
    opacity: 0;
    padding: 1.15rem;
    position: absolute;
    transition: opacity .3s ease;
}

.mpt-photo-gallery-overlay small {
    color: #9be36f;
    display: block;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mpt-photo-gallery-overlay strong {
    display: block;
    font-size: .92rem;
    margin-top: .18rem;
}

.mpt-photo-gallery-overlay > i {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.mpt-photo-gallery-item:hover img {
    transform: scale(1.045);
}

.mpt-photo-gallery-item:hover .mpt-photo-gallery-overlay,
.mpt-photo-gallery-item a:focus-visible .mpt-photo-gallery-overlay {
    opacity: 1;
}

.mpt-photo-gallery-empty {
    color: #66727d;
    padding: 5rem 1rem;
    text-align: center;
}

.mpt-photo-gallery-empty i {
    color: #70b453;
    font-size: 2rem;
}

.mpt-photo-gallery-cta-inner {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.mpt-photo-gallery-cta .mpt-page-hero-contact {
    background: #70b453;
    border-color: #70b453;
    color: #fff;
    margin-top: 0;
}

.mpt-photo-gallery-cta .mpt-page-hero-contact:hover,
.mpt-photo-gallery-cta .mpt-page-hero-contact:focus {
    background: #5c9f43;
    border-color: #5c9f43;
}

/**
 * Blogs Page
 */
.mpt-page-hero--blogs {
    --mpt-page-hero-accent: #9be36f;
    --mpt-page-hero-accent-dark: #4f9a35;
}

.mpt-page-hero--blogs .mpt-page-hero-media {
    object-position: center;
}

.mpt-blog-featured {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 22px 70px rgba(23, 33, 43, .12);
    margin-bottom: clamp(2rem, 5vw, 3.5rem);
    overflow: hidden;
}

.mpt-blog-featured-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: clamp(1.5rem, 4vw, 2.75rem);
}

.mpt-blog-featured h2 a,
.mpt-blog-card h3 a {
    color: #24313d;
    text-decoration: none;
    transition: color .2s ease;
}

.mpt-blog-featured h2 a:hover,
.mpt-blog-card h3 a:hover {
    color: #70b453;
}

.mpt-blog-featured-image {
    display: block;
    height: 100%;
    min-height: 390px;
    overflow: hidden;
}

.mpt-blog-featured-image img,
.mpt-blog-card-image img,
.mpt-blog-mosaic-card img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
    width: 100%;
}

.mpt-blog-featured:hover img,
.mpt-blog-card:hover img,
.mpt-blog-mosaic-card:hover img {
    filter: saturate(1.08);
    transform: scale(1.045);
}

.mpt-blog-meta {
    align-items: center;
    color: #66727d;
    display: flex;
    flex-wrap: wrap;
    font-size: .8rem;
    font-weight: 700;
    gap: .55rem 1rem;
    margin-bottom: 1rem;
}

.mpt-blog-meta i {
    color: #70b453;
    margin-right: .25rem;
}

.mpt-blog-read {
    align-items: center;
    color: #70b453;
    display: inline-flex;
    font-size: .86rem;
    font-weight: 900;
    gap: .5rem;
    text-decoration: none;
    text-transform: uppercase;
}

.mpt-blog-read i {
    transition: transform .2s ease;
}

.mpt-blog-read:hover,
.mpt-blog-read:focus {
    color: #4f9a35;
}

.mpt-blog-read:hover i,
.mpt-blog-read:focus i {
    transform: translateX(4px);
}

.mpt-blog-list {
    display: grid;
    gap: 1.25rem;
}

.mpt-blog-card {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 14px 42px rgba(23, 33, 43, .08);
    display: grid;
    grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr);
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.mpt-blog-card:hover {
    border-color: rgba(112, 180, 83, .55);
    box-shadow: 0 22px 70px rgba(23, 33, 43, .12);
    transform: translateY(-3px);
}

.mpt-blog-card-image {
    display: block;
    min-height: 235px;
    overflow: hidden;
    position: relative;
}

.mpt-blog-card-image span {
    background: #70b453;
    border-radius: 8px;
    color: #fff;
    font-size: .72rem;
    font-weight: 900;
    left: .9rem;
    letter-spacing: .04em;
    padding: .42rem .65rem;
    position: absolute;
    text-transform: uppercase;
    top: .9rem;
}

.mpt-blog-card-body {
    display: flex;
    flex-direction: column;
    padding: 1.35rem;
}

.mpt-blog-card-body .mpt-blog-read {
    margin-top: auto;
}

.mpt-blog-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 2rem;
}

.mpt-blog-page-link {
    align-items: center;
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    color: #24313d;
    display: inline-flex;
    font-size: .85rem;
    font-weight: 900;
    gap: .4rem;
    min-height: 2.5rem;
    padding: .65rem .85rem;
    text-decoration: none;
}

.mpt-blog-page-link.current,
.mpt-blog-page-link:hover,
.mpt-blog-page-link:focus {
    background: #70b453;
    border-color: #70b453;
    color: #fff;
}

.mpt-blog-sidebar {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 24px;
}

.mpt-blog-widget {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 14px 42px rgba(23, 33, 43, .08);
    padding: clamp(1rem, 3vw, 1.5rem);
}

.mpt-blog-support-head {
    align-items: center;
    display: flex;
    gap: .8rem;
    margin-bottom: 1rem;
}

.mpt-blog-support-head > span {
    align-items: center;
    background: rgba(112, 180, 83, .12);
    border-radius: 8px;
    color: #70b453;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.6rem;
    justify-content: center;
    width: 2.6rem;
}

.mpt-blog-support > a {
    align-items: center;
    border-top: 1px solid #dde4e9;
    color: #24313d;
    display: flex;
    gap: .75rem;
    padding: .85rem 0;
    text-decoration: none;
}

.mpt-blog-support > a:last-child {
    padding-bottom: 0;
}

.mpt-blog-support > a i {
    color: #70b453;
    font-size: 1.2rem;
}

.mpt-blog-support small,
.mpt-blog-support strong {
    display: block;
}

.mpt-blog-support small {
    color: #66727d;
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.mpt-blog-support strong {
    font-size: .9rem;
}

.mpt-blog-empty {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    color: #66727d;
    padding: 2rem;
}

.mpt-blog-mosaic {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mpt-blog-mosaic-card {
    border-radius: 8px;
    box-shadow: 0 14px 42px rgba(23, 33, 43, .1);
    min-height: 290px;
    overflow: hidden;
}

.mpt-blog-mosaic-card:nth-child(1),
.mpt-blog-mosaic-card:nth-child(2) {
    min-height: 360px;
}

.mpt-blog-mosaic-card a {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    overflow: hidden;
    padding: 1.15rem;
    position: relative;
    text-decoration: none;
}

.mpt-blog-mosaic-card a::before {
    background: linear-gradient(180deg, transparent 18%, rgba(8, 14, 18, .88) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.mpt-blog-mosaic-card img {
    inset: 0;
    position: absolute;
}

.mpt-blog-mosaic-card span,
.mpt-blog-mosaic-card strong {
    position: relative;
    z-index: 2;
}

.mpt-blog-mosaic-card span {
    color: #9be36f;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    margin-bottom: .4rem;
    text-transform: uppercase;
}

.mpt-blog-mosaic-card strong {
    font-size: 1.1rem;
    line-height: 1.28;
}

/**
 * Contact Page
 */
.mpt-page-hero--contact {
    --mpt-page-hero-accent: #9be36f;
    --mpt-page-hero-accent-dark: #4f9a35;
}

.mpt-page-hero--contact .mpt-page-hero-media {
    object-position: center;
}

.mpt-contact-method-grid {
    display: grid;
    gap: .85rem;
    margin-top: 1.6rem;
}

.mpt-contact-method {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 14px 42px rgba(23, 33, 43, .06);
    display: flex;
    gap: .85rem;
    padding: 1rem;
}

.mpt-contact-method > span {
    align-items: center;
    background: rgba(112, 180, 83, .12);
    border-radius: 8px;
    color: #70b453;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.35rem;
    justify-content: center;
    width: 2.35rem;
}

.mpt-contact-method strong {
    color: #24313d;
    display: block;
    font-size: .84rem;
    font-weight: 900;
    letter-spacing: .04em;
    margin-bottom: .2rem;
    text-transform: uppercase;
}

.mpt-contact-method a,
.mpt-contact-method small {
    color: #66727d;
    display: block;
    font-size: .95rem;
    line-height: 1.45;
    text-decoration: none;
}

.mpt-contact-method a:hover,
.mpt-contact-method a:focus {
    color: #70b453;
}

.mpt-contact-form-panel {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 22px 70px rgba(23, 33, 43, .12);
    padding: clamp(1rem, 3vw, 2rem);
}

.mpt-contact-trust-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mpt-contact-trust-card {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 14px 42px rgba(23, 33, 43, .08);
    min-height: 100%;
    padding: 1.35rem;
}

.mpt-contact-trust-card i {
    color: #70b453;
    font-size: 1.55rem;
    margin-bottom: .95rem;
}

.mpt-contact-trust-card strong {
    color: #24313d;
    display: block;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: .45rem;
}

.mpt-contact-trust-card span {
    color: #66727d;
    display: block;
    font-size: .95rem;
    line-height: 1.65;
}

.mpt-contact-social-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: 1.5rem;
}

.mpt-contact-social-row > span {
    color: #24313d;
    font-size: .84rem;
    font-weight: 900;
    letter-spacing: .04em;
    margin-right: .25rem;
    text-transform: uppercase;
}

.mpt-contact-social-row a {
    align-items: center;
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    color: #24313d;
    display: inline-flex;
    height: 2.35rem;
    justify-content: center;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    width: 2.35rem;
}

.mpt-contact-social-row a:hover,
.mpt-contact-social-row a:focus {
    background: #70b453;
    border-color: #70b453;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .mpt-blog-sidebar {
        position: static;
    }

    .mpt-blog-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mpt-photo-gallery-toolbar {
        align-items: start;
        flex-direction: column;
    }

    .mpt-photo-gallery-filters {
        max-width: 100%;
        width: 100%;
    }

    .mpt-photo-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mpt-contact-trust-grid {
        grid-template-columns: 1fr;
    }

    .mpt-best-tours-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .mpt-blog-card {
        grid-template-columns: 1fr;
    }

    .mpt-blog-card-image {
        min-height: 240px;
    }

    .mpt-blog-featured-image {
        min-height: 260px;
    }

    .mpt-blog-mosaic {
        grid-template-columns: 1fr;
    }

    .mpt-blog-mosaic-card,
    .mpt-blog-mosaic-card:nth-child(1),
    .mpt-blog-mosaic-card:nth-child(2) {
        min-height: 280px;
    }

    .mpt-photo-gallery-grid {
        gap: .75rem;
        grid-template-columns: 1fr;
    }

    .mpt-photo-gallery-item-wide {
        grid-column: auto;
    }

    .mpt-photo-gallery-item-wide img {
        aspect-ratio: 4 / 3;
    }

    .mpt-photo-gallery-overlay {
        opacity: 1;
    }

    .mpt-photo-gallery-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .mpt-best-tours-gallery-grid {
        grid-template-columns: 1fr;
    }
}

/**
 * Inti Raymi Story Landing Components
 */
.mpt-inti-page .mpt-page-editor h3 {
    color: #24313d;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.35;
    margin: 1.15rem 0 .45rem;
}

.mpt-inti-page .mpt-page-editor ul {
    display: grid;
    gap: .4rem;
}

.mpt-inti-subhead {
    color: #24313d;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.35;
    margin: 1.4rem 0 .65rem;
}

.mpt-inti-glance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.2rem;
}

.mpt-inti-glance-stage-card {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 14px 42px rgba(23, 33, 43, .06);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.1rem;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.mpt-inti-glance-stage-card:hover {
    border-color: rgba(182, 66, 47, .24);
    box-shadow: 0 20px 56px rgba(23, 33, 43, .1);
    transform: translateY(-2px);
}

.mpt-inti-glance-stage-card > span {
    color: #b6422f;
    display: block;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: .45rem;
    text-transform: uppercase;
}

.mpt-inti-glance-stage-card h3 {
    color: #24313d;
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: .6rem;
}

.mpt-inti-glance-stage-card p {
    color: #4f5963;
    line-height: 1.6;
    margin-bottom: .8rem;
}

.mpt-inti-glance-stage-card ul {
    display: grid;
    gap: .45rem;
    margin: 0;
    padding-left: 1.05rem;
}

.mpt-inti-glance-stage-card li {
    color: #66727d;
    font-size: .92rem;
    line-height: 1.45;
}

.mpt-inti-page figure > a,
.mpt-inti-page .mpt-page-image > a,
.mpt-inti-page .mpt-inti-head-media > a {
    display: block;
    height: 100%;
}

.mpt-inti-glance-gallery {
    display: grid;
    gap: .7rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: .85rem;
}

.mpt-inti-glance-gallery a {
    border-radius: 8px;
    display: block;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.mpt-inti-glance-gallery img {
    aspect-ratio: 4 / 3;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease, filter .35s ease;
    width: 100%;
}

.mpt-inti-glance-gallery a:hover img,
.mpt-inti-glance-gallery a:focus img {
    filter: brightness(.86);
    transform: scale(1.035);
}

.mpt-inti-glance-gallery span {
    background: linear-gradient(0deg, rgba(23, 33, 43, .78), rgba(23, 33, 43, 0));
    bottom: 0;
    color: #fff;
    display: block;
    font-size: .76rem;
    font-weight: 900;
    left: 0;
    line-height: 1.25;
    padding: 1.8rem .65rem .55rem;
    position: absolute;
    right: 0;
}

.mpt-inti-glance-notes {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1rem;
}

.mpt-inti-glance-notes article {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 14px 42px rgba(23, 33, 43, .06);
    padding: 1.1rem;
}

.mpt-inti-glance-notes article > i {
    align-items: center;
    background: #f6f8f7;
    border-radius: 8px;
    color: #b6422f;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    margin-bottom: .8rem;
    width: 38px;
}

.mpt-inti-glance-notes h3 {
    color: #24313d;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: .65rem;
}

.mpt-inti-glance-notes .mpt-page-editor ul {
    gap: .35rem;
    padding-left: 1.05rem;
}

.mpt-inti-glance-photos {
    display: grid;
    gap: .9rem;
    grid-template-columns: 1fr 1fr;
}

.mpt-inti-glance-photos figure {
    border-radius: 8px;
    box-shadow: 0 18px 54px rgba(23, 33, 43, .12);
    margin: 0;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.mpt-inti-glance-photos figure:first-child {
    grid-row: span 2;
}

.mpt-inti-glance-photos img {
    display: block;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    transition: transform .45s ease;
    width: 100%;
}

.mpt-inti-glance-photos figure:hover img {
    transform: scale(1.035);
}

.mpt-inti-glance-photos figcaption {
    background: linear-gradient(0deg, rgba(23, 33, 43, .82), rgba(23, 33, 43, 0));
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 2.6rem .9rem .85rem;
    position: absolute;
    right: 0;
}

.mpt-inti-glance-photos figcaption strong,
.mpt-inti-glance-photos figcaption span {
    display: block;
}

.mpt-inti-glance-photos figcaption strong {
    font-size: .92rem;
    font-weight: 900;
}

.mpt-inti-glance-photos figcaption span {
    color: rgba(255, 255, 255, .82);
    font-size: .78rem;
    line-height: 1.35;
}

.mpt-inti-story-media {
    display: grid;
    gap: .8rem;
}

.mpt-inti-story-swiper {
    border-radius: 8px;
    box-shadow: 0 18px 54px rgba(23, 33, 43, .12);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.mpt-inti-story-swiper .swiper-slide a {
    display: block;
    position: relative;
}

.mpt-inti-story-swiper img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    width: 100%;
}

.mpt-inti-story-swiper .swiper-slide span {
    background: linear-gradient(0deg, rgba(23, 33, 43, .78), rgba(23, 33, 43, 0));
    bottom: 0;
    color: #fff;
    display: block;
    font-size: .86rem;
    font-weight: 900;
    left: 0;
    line-height: 1.25;
    padding: 2.2rem 1rem .85rem;
    position: absolute;
    right: 0;
}

.mpt-inti-story-nav {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border: 0;
    border-radius: 8px;
    color: #24313d;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background .2s ease, color .2s ease, transform .2s ease;
    width: 40px;
    z-index: 3;
}

.mpt-inti-story-nav:hover,
.mpt-inti-story-nav:focus {
    background: #b6422f;
    color: #fff;
}

.mpt-inti-story-nav-prev {
    left: .75rem;
}

.mpt-inti-story-nav-next {
    right: .75rem;
}

.mpt-inti-story-thumbs {
    width: 100%;
}

.mpt-inti-story-thumbs .swiper-slide {
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    opacity: .62;
    overflow: hidden;
    transition: border-color .2s ease, opacity .2s ease, transform .2s ease;
}

.mpt-inti-story-thumbs .swiper-slide-thumb-active {
    border-color: #b6422f;
    opacity: 1;
    transform: translateY(-2px);
}

.mpt-inti-story-thumbs img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    width: 100%;
}

.mpt-inti-story-gallery {
    display: grid;
    gap: .8rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mpt-inti-story-gallery a {
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(23, 33, 43, .08);
    display: block;
    overflow: hidden;
}

.mpt-inti-story-gallery img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    transition: transform .35s ease, filter .35s ease;
    width: 100%;
}

.mpt-inti-story-gallery a:hover img,
.mpt-inti-story-gallery a:focus img {
    filter: brightness(.88);
    transform: scale(1.04);
}

.mpt-inti-balanced-copy {
    display: grid;
    gap: .65rem;
}

.mpt-inti-balanced-copy p {
    margin-bottom: 0;
}

.mpt-inti-why-tab-copy {
    background: #f8faf9;
    border: 1px solid #edf1f3;
    border-radius: 8px;
    padding: clamp(.9rem, 2vw, 1.1rem);
}

.mpt-inti-head-media,
.mpt-inti-head-video {
    border-radius: 8px;
    box-shadow: 0 18px 54px rgba(23, 33, 43, .12);
    margin: 0;
    overflow: hidden;
}

.mpt-inti-head-media {
    aspect-ratio: 4 / 3;
}

.mpt-inti-head-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.mpt-inti-head-video iframe {
    border: 0;
}

.mpt-inti-tabs {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 18px 54px rgba(23, 33, 43, .08);
    overflow: hidden;
}

.mpt-inti-tabs .nav-tabs {
    background: #f6f8f7;
    border-bottom: 1px solid #dde4e9;
    display: flex;
    flex-wrap: nowrap;
    gap: .35rem;
    overflow-x: auto;
    padding: .75rem;
    scrollbar-width: none;
}

.mpt-inti-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
}

.mpt-inti-tabs .nav-link {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #66727d;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .82rem;
    font-weight: 900;
    gap: .5rem;
    line-height: 1.2;
    padding: .72rem .85rem;
}

.mpt-inti-tabs .nav-link i {
    align-items: center;
    background: rgba(182, 66, 47, .1);
    border-radius: 8px;
    color: #b6422f;
    display: inline-flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.mpt-inti-tabs .nav-link:hover,
.mpt-inti-tabs .nav-link:focus,
.mpt-inti-tabs .nav-link.active {
    background: #24313d;
    border-color: #24313d;
    color: #fff;
}

.mpt-inti-tabs .nav-link:hover i,
.mpt-inti-tabs .nav-link:focus i,
.mpt-inti-tabs .nav-link.active i {
    background: rgba(255, 255, 255, .14);
    color: #f6c557;
}

.mpt-inti-tabs .tab-content {
    padding: clamp(1rem, 3vw, 1.45rem);
}

.mpt-inti-tabs .tab-pane h3 {
    color: #24313d;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: .8rem;
}

.mpt-inti-stage-panel {
    --mpt-inti-stage-bg: #dc3545;
    --mpt-inti-stage-border: rgba(255, 255, 255, .18);
    --mpt-inti-stage-accent: #fff;
    background: var(--mpt-inti-stage-bg);
    border: 1px solid var(--mpt-inti-stage-border);
    border-radius: 8px;
    box-shadow: 0 18px 54px rgba(23, 33, 43, .08);
    color: rgba(255, 255, 255, .86);
    min-height: 100%;
    overflow: hidden;
    padding: clamp(1rem, 3vw, 1.4rem);
}

.mpt-inti-stages-dark {
    background:
        linear-gradient(90deg, rgba(16, 24, 32, .94), rgba(16, 24, 32, .78)),
        var(--mpt-inti-stages-bg) center / cover no-repeat;
    color: rgba(255, 255, 255, .84);
}

.mpt-inti-stages-dark .mpt-page-section-head {
    margin-left: auto;
    margin-right: auto;
}

.mpt-inti-stages-dark .mpt-section-kicker,
.mpt-inti-stages-dark .mpt-page-copy,
.mpt-inti-stages-dark .mpt-page-editor,
.mpt-inti-stages-dark .mpt-page-editor p {
    color: rgba(255, 255, 255, .82);
}

.mpt-inti-stages-dark h2 {
    color: #fff;
}

.mpt-inti-stages-dark .mpt-inti-head-video {
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
}

.mpt-inti-stage-video {
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    margin-bottom: .65rem;
    overflow: hidden;
}

.mpt-inti-stage-video iframe {
    border: 0;
}

.mpt-inti-stage-panel--plaza {
    --mpt-inti-stage-bg: #0d6efd;
    --mpt-inti-stage-accent: #fff;
}

.mpt-inti-stage-panel--saqsaywaman {
    --mpt-inti-stage-bg: #198754;
    --mpt-inti-stage-accent: #fff;
}

.mpt-inti-stage-panel figure {
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    box-shadow: 0 14px 42px rgba(23, 33, 43, .18);
    margin: 0 0 1rem;
    overflow: hidden;
}

.mpt-inti-stage-panel figure img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
    width: 100%;
}

.mpt-inti-stage-panel:hover figure img {
    transform: scale(1.035);
}

.mpt-inti-stage-count {
    align-items: center;
    background: rgba(255, 255, 255, .14);
    border: 1px solid var(--mpt-inti-stage-border);
    border-radius: 8px;
    color: var(--mpt-inti-stage-accent);
    display: inline-flex;
    font-size: .8rem;
    font-weight: 900;
    height: 36px;
    justify-content: center;
    margin-bottom: .8rem;
    width: 44px;
}

.mpt-inti-stage-panel h2 {
    color: #fff;
    font-size: clamp(1.2rem, 1.8vw, 1.55rem);
    font-weight: 900;
    line-height: 1.16;
    margin-bottom: .35rem;
}

.mpt-inti-stage-panel h3 {
    color: var(--mpt-inti-stage-accent);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: .7rem;
}

.mpt-inti-stage-time {
    align-items: center;
    color: rgba(255, 255, 255, .82);
    display: inline-flex;
    font-size: .86rem;
    font-weight: 900;
    gap: .45rem;
    margin-bottom: .8rem;
}

.mpt-inti-stage-copy {
    margin-top: .4rem;
}

.mpt-inti-stage-copy .mpt-page-editor,
.mpt-inti-stage-copy .mpt-page-editor h3,
.mpt-inti-stage-copy .mpt-page-editor p {
    color: rgba(255, 255, 255, .86);
}

.mpt-inti-stage-copy .mpt-page-editor h3 {
    color: #fff;
    font-size: .98rem;
    margin-top: 1rem;
}

.mpt-inti-read-toggle {
    align-items: center;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 900;
    gap: .4rem;
    margin-top: .9rem;
    padding: .62rem .8rem;
}

.mpt-inti-read-toggle .mpt-inti-read-less,
.mpt-inti-read-toggle:not(.collapsed) .mpt-inti-read-more {
    display: none;
}

.mpt-inti-read-toggle:not(.collapsed) .mpt-inti-read-less {
    display: inline;
}

.mpt-inti-price-head {
    margin: 0 auto 1.4rem;
    max-width: 920px;
    text-align: center;
}

.mpt-inti-price-head .mpt-page-copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
}

.mpt-inti-price-card {
    --mpt-inti-price-accent: #b6422f;
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 16px 48px rgba(23, 33, 43, .08);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    padding: 1.2rem;
    position: relative;
    transition: box-shadow .2s ease, transform .2s ease;
    width: 100%;
}

.mpt-inti-price-card::before {
    background: var(--mpt-inti-price-accent);
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.mpt-inti-price-card--chaska {
    --mpt-inti-price-accent: #29717c;
}

.mpt-inti-price-card--killa {
    --mpt-inti-price-accent: #7d5fb2;
}

.mpt-inti-price-card--inti {
    --mpt-inti-price-accent: #c4872f;
}

.mpt-inti-price-card:hover {
    box-shadow: 0 22px 70px rgba(23, 33, 43, .12);
    transform: translateY(-3px);
}

.mpt-inti-price-card > span {
    color: var(--mpt-inti-price-accent);
    display: block;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: .45rem;
    text-transform: uppercase;
}

.mpt-inti-price-card > strong {
    color: #24313d;
    display: block;
    font-size: 2.35rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: .6rem;
}

.mpt-inti-price-card > h3 {
    color: #24313d;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: .85rem;
    min-height: 2.75rem;
}

.mpt-inti-price-card .mpt-page-copy {
    flex: 1;
}

.mpt-inti-price-copy {
    margin-top: .25rem;
}

.mpt-inti-price-toggle {
    background: #f6f8f7;
    border-color: #dde4e9;
    color: #24313d;
    justify-content: center;
    margin-top: auto;
    width: 100%;
}

.mpt-inti-price-toggle:hover,
.mpt-inti-price-toggle:focus {
    background: #24313d;
    border-color: #24313d;
    color: #fff;
}

.mpt-inti-price-reserve {
    justify-content: center;
    margin-top: .7rem;
    width: 100%;
}

.mpt-inti-comparison {
    background: #f6f8f7;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    margin-top: 1.5rem;
    padding: clamp(1rem, 3vw, 1.35rem);
}

.mpt-inti-comparison-simple {
    background: #fff;
}

.mpt-inti-comparison h2 {
    color: #24313d;
    font-size: 1.35rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.mpt-inti-comparison-strip {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mpt-inti-comparison article,
.mpt-inti-step,
.mpt-inti-video-card {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 12px 36px rgba(23, 33, 43, .06);
    min-height: 100%;
    padding: 1rem;
}

.mpt-inti-comparison-simple article {
    align-items: center;
    box-shadow: none;
    display: grid;
    gap: .35rem;
    padding: .9rem;
    text-align: center;
}

.mpt-inti-comparison article span,
.mpt-inti-step span {
    color: #b6422f;
    display: block;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: .45rem;
    text-transform: uppercase;
}

.mpt-inti-comparison article strong,
.mpt-inti-step h3,
.mpt-inti-video-card h3 {
    color: #24313d;
    display: block;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: .45rem;
}

.mpt-inti-comparison article p {
    color: #66727d;
    line-height: 1.55;
    margin: 0;
}

.mpt-inti-booking {
    background:
        linear-gradient(180deg, rgba(246, 248, 247, .9), rgba(255, 255, 255, 1));
}

.mpt-inti-booking-intro {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 12px 36px rgba(23, 33, 43, .06);
    padding: 1rem;
}

.mpt-inti-booking-flow {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 18px 54px rgba(23, 33, 43, .08);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: hidden;
}

.mpt-inti-booking-flow .mpt-inti-step {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    gap: .9rem;
    padding: clamp(1rem, 2vw, 1.25rem);
    position: relative;
    text-align: center;
}

.mpt-inti-booking-flow .mpt-inti-step + .mpt-inti-step {
    border-left: 1px solid #edf1f3;
}

.mpt-inti-booking-flow .mpt-inti-step > span {
    align-items: center;
    background: #b6422f;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    letter-spacing: 0;
    margin: 0 auto .8rem;
    width: 44px;
}

.mpt-inti-booking-flow .mpt-inti-step i {
    color: #b6422f;
    display: none;
}

.mpt-inti-booking-flow .mpt-inti-step h3 {
    font-size: .98rem;
    margin-bottom: .55rem;
}

.mpt-inti-booking-flow .mpt-inti-step .mpt-page-copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
}

.mpt-inti-planning-dark {
    background:
        linear-gradient(90deg, rgba(16, 24, 32, .94), rgba(16, 24, 32, .78)),
        var(--mpt-inti-planning-bg) center / cover no-repeat;
    color: rgba(255, 255, 255, .84);
}

.mpt-inti-planning-dark .mpt-section-kicker,
.mpt-inti-planning-dark .mpt-page-copy,
.mpt-inti-planning-dark .mpt-page-editor,
.mpt-inti-planning-dark .mpt-page-editor p,
.mpt-inti-planning-dark .mpt-page-editor li {
    color: rgba(255, 255, 255, .82);
}

.mpt-inti-planning-dark h2,
.mpt-inti-planning-dark .mpt-inti-tabs .tab-pane h3,
.mpt-inti-planning-dark .mpt-page-editor h3 {
    color: #fff;
}

.mpt-inti-planning-dark .mpt-inti-tabs {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .14);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .22);
}

.mpt-inti-planning-dark .mpt-inti-tabs .nav-tabs {
    background: rgba(255, 255, 255, .08);
    border-bottom-color: rgba(255, 255, 255, .12);
}

.mpt-inti-planning-dark .mpt-inti-tabs .nav-link {
    color: rgba(255, 255, 255, .78);
}

.mpt-inti-planning-dark .mpt-inti-tabs .nav-link:hover,
.mpt-inti-planning-dark .mpt-inti-tabs .nav-link:focus,
.mpt-inti-planning-dark .mpt-inti-tabs .nav-link.active {
    background: #fff;
    border-color: #fff;
    color: #24313d;
}

.mpt-inti-planning-dark .mpt-inti-tabs .tab-content {
    background: rgba(16, 24, 32, .46);
}

.mpt-inti-tour-list {
    display: grid;
    gap: .55rem;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.mpt-inti-tour-list li {
    align-items: flex-start;
    color: #24313d;
    display: flex;
    font-size: .92rem;
    font-weight: 800;
    gap: .55rem;
    line-height: 1.45;
}

.mpt-inti-tour-list i {
    color: #b6422f;
    margin-top: .17rem;
}

.mpt-inti-passenger-gallery {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mpt-inti-passenger-gallery figure {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 12px 36px rgba(23, 33, 43, .08);
    margin: 0;
    overflow: hidden;
}

.mpt-inti-passenger-gallery img,
.mpt-inti-photo-placeholder {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    width: 100%;
}

.mpt-inti-photo-placeholder {
    align-items: center;
    background: linear-gradient(135deg, #24313d 0%, #4b5a64 100%);
    color: rgba(255, 255, 255, .86);
    display: flex;
    font-size: .78rem;
    font-weight: 900;
    justify-content: center;
    letter-spacing: .05em;
    line-height: 1.35;
    padding: 1rem;
    text-align: center;
}

.mpt-inti-passenger-gallery figcaption {
    color: #4f5963;
    font-size: .86rem;
    font-weight: 800;
    line-height: 1.45;
    padding: .85rem;
}

.mpt-inti-video-card {
    display: grid;
    gap: 1rem;
    overflow: hidden;
    padding: 0;
}

.mpt-inti-videos--dark {
    background: #17212b;
    color: rgba(255, 255, 255, .84);
}

.mpt-inti-videos--dark .mpt-section-kicker,
.mpt-inti-videos--dark .mpt-page-copy,
.mpt-inti-videos--dark .mpt-page-editor,
.mpt-inti-videos--dark .mpt-page-editor p {
    color: rgba(255, 255, 255, .82);
}

.mpt-inti-videos--dark h2 {
    color: #fff;
}

.mpt-inti-videos--dark .mpt-inti-video-card {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .12);
    box-shadow: 0 18px 54px rgba(0, 0, 0, .22);
}

.mpt-inti-videos--dark .mpt-inti-video-card h3 {
    color: #fff;
}

.mpt-inti-video-card iframe {
    border: 0;
}

.mpt-inti-video-card > div:last-child {
    padding: 0 1rem 1rem;
}

.mpt-inti-video-placeholder {
    align-items: center;
    background: #17212b;
    color: rgba(255, 255, 255, .82);
    display: flex;
    font-size: .78rem;
    font-weight: 900;
    justify-content: center;
    letter-spacing: .08em;
    text-align: center;
}

.mpt-inti-faq-photos {
    display: grid;
    gap: .75rem;
    margin-top: 1.1rem;
}

.mpt-inti-faq-photos a {
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(23, 33, 43, .1);
    display: block;
    overflow: hidden;
    position: relative;
}

.mpt-inti-faq-photos img {
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    transition: transform .35s ease, filter .35s ease;
    width: 100%;
}

.mpt-inti-faq-photos a:hover img,
.mpt-inti-faq-photos a:focus img {
    filter: brightness(.88);
    transform: scale(1.035);
}

.mpt-inti-faq-photos span {
    background: linear-gradient(0deg, rgba(23, 33, 43, .78), rgba(23, 33, 43, 0));
    bottom: 0;
    color: #fff;
    display: block;
    font-size: .78rem;
    font-weight: 900;
    left: 0;
    line-height: 1.25;
    padding: 1.8rem .75rem .65rem;
    position: absolute;
    right: 0;
}

.mpt-inti-itinerary-box {
    background: #fff;
    border: 1px solid #dde4e9;
    border-radius: 8px;
    box-shadow: 0 16px 48px rgba(23, 33, 43, .08);
    padding: clamp(1rem, 3vw, 1.45rem);
}

.mpt-inti-itinerary-dark {
    background:
        linear-gradient(90deg, rgba(12, 18, 24, .94), rgba(12, 18, 24, .76)),
        var(--mpt-inti-itinerary-bg) center / cover fixed no-repeat;
    color: rgba(255, 255, 255, .86);
}

.mpt-inti-itinerary-dark .mpt-section-kicker,
.mpt-inti-itinerary-dark .mpt-page-copy,
.mpt-inti-itinerary-dark .mpt-page-editor,
.mpt-inti-itinerary-dark .mpt-page-editor p {
    color: rgba(255, 255, 255, .84);
}

.mpt-inti-itinerary-dark h2 {
    color: #fff;
}

.mpt-inti-itinerary-dark .mpt-inti-itinerary-box {
    background: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .14);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .24);
    backdrop-filter: blur(8px);
}

.mpt-inti-itinerary-dark .mpt-inti-itinerary-box p strong {
    color: #f6c557;
}

.mpt-inti-itinerary-box p strong {
    color: #b6422f;
}

.mpt-inti-itinerary-gallery {
    display: grid;
    gap: .75rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
}

.mpt-inti-itinerary-gallery figure {
    border-radius: 8px;
    box-shadow: 0 12px 36px rgba(23, 33, 43, .1);
    margin: 0;
    overflow: hidden;
}

.mpt-inti-itinerary-dark .mpt-inti-itinerary-gallery figure {
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 16px 48px rgba(0, 0, 0, .22);
}

.mpt-inti-itinerary-gallery figure:first-child {
    grid-column: span 2;
}

.mpt-inti-itinerary-gallery img {
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    width: 100%;
}

.mpt-inti-itinerary-gallery figcaption {
    background: #fff;
    color: #4f5963;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.4;
    padding: .7rem;
}

.mpt-inti-itinerary-dark .mpt-inti-itinerary-gallery figcaption {
    background: rgba(16, 24, 32, .88);
    color: rgba(255, 255, 255, .84);
}

.mpt-inti-mini-hero,
.mpt-inti-final-hero {
    background:
        linear-gradient(90deg, rgba(11, 20, 16, .88), rgba(11, 20, 16, .5)),
        var(--mpt-inti-hero-bg) center / cover no-repeat;
    color: #fff;
    padding: clamp(4.5rem, 9vw, 7.5rem) 0;
}

.mpt-inti-final-hero {
    background:
        linear-gradient(90deg, rgba(11, 20, 16, .92), rgba(11, 20, 16, .4)),
        var(--mpt-inti-hero-bg) center / cover no-repeat;
}

.mpt-inti-mini-hero-content,
.mpt-inti-final-hero-content {
    max-width: 820px;
}

.mpt-inti-mini-hero-content > span,
.mpt-inti-final-hero-content > span {
    color: #f6c557;
    display: block;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: .8rem;
    text-transform: uppercase;
}

.mpt-inti-mini-hero h2,
.mpt-inti-final-hero h2 {
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: 1rem;
}

.mpt-inti-mini-hero .mpt-page-editor,
.mpt-inti-final-hero .mpt-page-editor {
    color: rgba(255, 255, 255, .88);
    font-size: 1rem;
    line-height: 1.72;
}

.mpt-inti-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.2rem;
}

@media (max-width: 991.98px) {
    .mpt-inti-glance-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mpt-inti-glance-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mpt-inti-glance-photos,
    .mpt-inti-story-gallery,
    .mpt-inti-glance-notes,
    .mpt-inti-comparison-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mpt-inti-passenger-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mpt-inti-booking-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mpt-inti-booking-flow .mpt-inti-step + .mpt-inti-step {
        border-left: 0;
    }

    .mpt-inti-booking-flow .mpt-inti-step {
        border-top: 1px solid #edf1f3;
    }

    .mpt-inti-booking-flow .mpt-inti-step:nth-child(-n+2) {
        border-top: 0;
    }

    .mpt-inti-booking-flow .mpt-inti-step:nth-child(2n) {
        border-left: 1px solid #edf1f3;
    }
}

@media (max-width: 767.98px) {
    .mpt-inti-glance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mpt-inti-glance-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mpt-inti-tabs .nav-tabs {
        align-items: stretch;
        flex-direction: column;
    }

    .mpt-inti-tabs .nav-link {
        text-align: left;
        width: 100%;
    }

    .mpt-inti-stage-panel {
        padding: .85rem;
    }

    .mpt-inti-booking-flow {
        grid-template-columns: 1fr;
    }

    .mpt-inti-booking-flow .mpt-inti-step,
    .mpt-inti-booking-flow .mpt-inti-step:nth-child(-n+2) {
        border-left: 0;
        border-top: 1px solid #edf1f3;
    }

    .mpt-inti-booking-flow .mpt-inti-step:first-child {
        border-top: 0;
    }

    .mpt-inti-final-actions,
    .mpt-inti-final-actions .mpt-inti-btn {
        width: 100%;
    }

    .mpt-inti-final-actions .mpt-inti-btn {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .mpt-inti-glance-grid,
    .mpt-inti-glance-photos,
    .mpt-inti-glance-gallery,
    .mpt-inti-story-gallery,
    .mpt-inti-glance-notes,
    .mpt-inti-comparison-strip,
    .mpt-inti-itinerary-gallery,
    .mpt-inti-passenger-gallery {
        grid-template-columns: 1fr;
    }

    .mpt-inti-glance-photos figure:first-child,
    .mpt-inti-itinerary-gallery figure:first-child {
        grid-column: auto;
        grid-row: auto;
    }
}
