:root {
    --mpt-green: #1f4d36;
    --mpt-green-dark: #143424;
    --mpt-gold: #c89b3c;
    --mpt-gold-dark: #a37e29;
    --mpt-terracotta: #b85a3c;
    --mpt-bg: #fbf9f4;
    --mpt-soft: #f1ede4;
    --mpt-ink: #1a1f1b;
    --mpt-muted: #6b6b6b;
    --mpt-border: #e7e3d8;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--mpt-ink);
    background: var(--mpt-bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--mpt-ink);
}

a { color: var(--mpt-green); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--mpt-gold); }

.mtfrontage-section-title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    margin-bottom: .5rem;
}
.mtfrontage-section-subtitle {
    color: var(--mpt-muted);
    font-size: 1rem;
    max-width: 720px;
}
.mtfrontage-eyebrow {
    letter-spacing: .25em;
    font-size: .75rem;
    font-weight: 600;
    color: var(--mpt-gold-dark);
    text-transform: uppercase;
}

/* ---------- TOP BAR ---------- */
.mtfrontage-topbar {
    background: var(--mpt-green-dark);
    color: #e9e4d2;
    font-size: .82rem;
    padding: .55rem 0;
}
.mtfrontage-topbar a { color: #e9e4d2; }
.mtfrontage-topbar a:hover { color: var(--mpt-gold); }
.mtfrontage-topbar .mtfrontage-divider { opacity: .4; padding: 0 .65rem; }

/* ---------- NAV ---------- */
.mtfrontage-navbar-mpt {
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--mpt-border);
    padding: .9rem 0;
}
.mtfrontage-navbar-mpt.mtfrontage-scrolled { box-shadow: 0 6px 24px rgba(0,0,0,.06); }
.mtfrontage-brand-mark {
    display: flex; align-items: center; gap: .65rem;
    font-weight: 800; letter-spacing: -.02em; font-size: 1.15rem;
    color: var(--mpt-ink);
}
.mtfrontage-brand-mark .mtfrontage-glyph {
    width: 38px; height: 38px; border-radius: 50%;
    background: var(--mpt-green); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem;
}
.mtfrontage-brand-mark .small { font-size: .68rem; letter-spacing: .22em; color: var(--mpt-gold-dark); font-weight: 600; display: block; line-height: 1; margin-bottom: 2px;}
.mtfrontage-nav-link-mpt {
    color: var(--mpt-ink) !important; font-weight: 500;
    padding: .35rem .9rem !important; font-size: .95rem;
}
.mtfrontage-nav-link-mpt:hover { color: var(--mpt-green) !important; }
.mtfrontage-btn-mpt {
    background: var(--mpt-gold); color: #fff; border: none;
    padding: .6rem 1.2rem; border-radius: 999px; font-weight: 600;
    transition: all .25s ease;
}
.mtfrontage-btn-mpt:hover { background: var(--mpt-gold-dark); color: #fff; transform: translateY(-1px); }
.mtfrontage-btn-mpt-outline {
    background: transparent; color: var(--mpt-green); border: 1.5px solid var(--mpt-green);
    padding: .55rem 1.2rem; border-radius: 999px; font-weight: 600;
}
.mtfrontage-btn-mpt-outline:hover { background: var(--mpt-green); color: #fff; }

/* ---------- HERO ---------- */
.mtfrontage-hero {
    position: relative;
    height: 92vh; min-height: 620px;
    display: flex; align-items: center;
    color: #fff;
    overflow: hidden;
}
.mtfrontage-hero::before {
    content: ""; position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(20,52,36,.30) 0%, rgba(20,52,36,.55) 60%, rgba(20,52,36,.85) 100%),
        url('https://images.unsplash.com/photo-1587595431973-160d0d94add1?auto=format&amp;fit=crop&amp;w=2000&amp;q=80') center/cover no-repeat;
    transform: scale(1.05);
    animation: kenburns 18s ease-out infinite alternate;
}
@keyframes kenburns { from { transform: scale(1.05); } to { transform: scale(1.15); } }
.mtfrontage-hero .container { position: relative; z-index: 2; }
.mtfrontage-hero h1 {
    font-size: clamp(2.4rem, 6vw, 5rem);
    color: #fff; font-weight: 800;
    line-height: 1.05; letter-spacing: -.03em;
    max-width: 18ch;
}
.mtfrontage-hero h1 em {
    font-style: normal; color: var(--mpt-gold);
}
.mtfrontage-hero p.lead {
    font-size: 1.1rem; max-width: 540px; opacity: .92; margin-top: 1.2rem;
}
.mtfrontage-hero .mtfrontage-hero-cta { margin-top: 2rem; display: flex; gap: .8rem; flex-wrap: wrap; }
.mtfrontage-btn-hero-primary {
    background: var(--mpt-gold); color: #fff;
    padding: .9rem 1.6rem; border-radius: 999px; font-weight: 600;
    border: none; display: inline-flex; align-items: center; gap: .55rem;
}
.mtfrontage-btn-hero-primary:hover { background: var(--mpt-gold-dark); color: #fff; }
.mtfrontage-btn-hero-ghost {
    background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.55);
    padding: .9rem 1.6rem; border-radius: 999px; font-weight: 600; backdrop-filter: blur(6px);
    display: inline-flex; align-items: center; gap: .55rem;
}
.mtfrontage-btn-hero-ghost:hover { background: rgba(255,255,255,.22); color: #fff; }
.mtfrontage-hero .mtfrontage-hero-stats {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(20, 52, 36, .85);
    backdrop-filter: blur(10px);
    padding: 1.4rem 0;
    color: #fff !important;
    border-top: 1px solid rgba(255, 255, 255, .08);
}
.mtfrontage-hero-stats .mtfrontage-stat .mtfrontage-num { font-size: 1.6rem; font-weight: 800; color: var(--mpt-gold); display: block; line-height: 1; }
.mtfrontage-hero-stats .mtfrontage-stat .mtfrontage-lbl { font-size: .8rem; letter-spacing: .15em; text-transform: uppercase; opacity: .8; }

/* ---------- INTRO ---------- */
.mtfrontage-intro { padding: 6rem 0 5rem; }
.mtfrontage-intro .mtfrontage-img-wrap {
    position: relative; border-radius: 6px; overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(20,52,36,.35);
}
.mtfrontage-intro .mtfrontage-img-wrap img { width: 100%; height: 540px; object-fit: cover; display: block; }
.mtfrontage-intro .mtfrontage-img-wrap .mtfrontage-badge-floating {
    position: absolute; bottom: 18px; left: 18px;
    background: #fff; padding: 1rem 1.2rem; border-radius: 4px;
    display: flex; align-items: center; gap: .8rem; box-shadow: 0 12px 30px rgba(0,0,0,.15);
}
.mtfrontage-intro .mtfrontage-img-wrap .mtfrontage-badge-floating i { color: var(--mpt-gold); font-size: 1.6rem; }
.mtfrontage-intro .mtfrontage-img-wrap .mtfrontage-badge-floating .mtfrontage-t { font-weight: 700; line-height: 1.1; }
.mtfrontage-intro .mtfrontage-img-wrap .mtfrontage-badge-floating .mtfrontage-s { font-size: .8rem; color: var(--mpt-muted); }
.mtfrontage-intro h2 { font-size: clamp(2rem, 3.5vw, 3.2rem); }
.mtfrontage-intro .mtfrontage-sig {
    display: inline-flex; align-items: center; gap: .8rem;
    margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--mpt-border);
}
.mtfrontage-intro .mtfrontage-sig img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.mtfrontage-intro .mtfrontage-sig .mtfrontage-name { font-weight: 700; }
.mtfrontage-intro .mtfrontage-sig .mtfrontage-role { font-size: .85rem; color: var(--mpt-muted); }

/* ---------- VALUES ---------- */
.mtfrontage-values { background: var(--mpt-soft); padding: 6rem 0; }
.mtfrontage-value-card {
    background: #fff; padding: 2rem 1.6rem; border-radius: 4px; height: 100%;
    border: 1px solid var(--mpt-border);
    transition: all .35s cubic-bezier(.2,.7,.3,1);
}
.mtfrontage-value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 45px -15px rgba(20,52,36,.18);
    border-color: var(--mpt-gold);
}
.mtfrontage-value-card .mtfrontage-icon {
    width: 58px; height: 58px; border-radius: 50%;
    background: linear-gradient(135deg, var(--mpt-green) 0%, var(--mpt-green-dark) 100%);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; margin-bottom: 1.2rem;
}
.mtfrontage-value-card:hover .mtfrontage-icon { background: linear-gradient(135deg, var(--mpt-gold) 0%, var(--mpt-gold-dark) 100%); }
.mtfrontage-value-card h4 { font-size: 1.15rem; margin-bottom: .5rem; }
.mtfrontage-value-card p { font-size: .92rem; color: var(--mpt-muted); margin: 0; }

/* ---------- TOUR TYPES (slider) ---------- */
.mtfrontage-tour-types { padding: 6rem 0; }
.mtfrontage-slider-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-bottom: 2rem; flex-wrap: wrap; }
.mtfrontage-slider-nav { display: flex; gap: .6rem; }
.mtfrontage-slider-nav button {
    width: 44px; height: 44px; border-radius: 50%;
    background: #fff; border: 1.5px solid var(--mpt-border);
    display: flex; align-items: center; justify-content: center;
    color: var(--mpt-ink); transition: all .2s ease;
    cursor: pointer;
}
.mtfrontage-slider-nav button:hover { background: var(--mpt-green); color: #fff; border-color: var(--mpt-green); }
.mtfrontage-slider-nav button.mtfrontage-is-active { border-color: var(--mpt-green); color: var(--mpt-green); }
.mtfrontage-tour-type-card {
    position: relative; height: 380px; border-radius: 6px; overflow: hidden;
    cursor: pointer; display: block;
}
.mtfrontage-tour-type-card img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .8s ease;
}
.mtfrontage-tour-type-card:hover img { transform: scale(1.08); }
.mtfrontage-tour-type-card::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.85) 100%);
}
.mtfrontage-tour-type-card .mtfrontage-meta {
    position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
    padding: 1.5rem; color: #fff;
    display: flex; justify-content: space-between; align-items: flex-end;
}
.mtfrontage-tour-type-card .mtfrontage-meta h4 { color: #fff; font-size: 1.4rem; margin: 0; }
.mtfrontage-tour-type-card .mtfrontage-meta .mtfrontage-count { font-size: .9rem; opacity: .9; }

/* ---------- GALLERY (Fancybox) ---------- */
.mtfrontage-gallery { padding: 6rem 0; background: var(--mpt-ink); color: #fff; }
.mtfrontage-gallery h2, .mtfrontage-gallery .mtfrontage-eyebrow { color: #fff; }
.mtfrontage-gallery .mtfrontage-section-subtitle { color: rgba(255,255,255,.7); }
.mtfrontage-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 220px 220px;
    gap: 12px;
    margin-top: 3rem;
}
.mtfrontage-gallery-grid a {
    position: relative; overflow: hidden; border-radius: 4px; display: block;
}
.mtfrontage-gallery-grid a img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.mtfrontage-gallery-grid a:hover img { transform: scale(1.08); }
.mtfrontage-gallery-grid a::after {
    content: "\f067"; font-family: "Font Awesome 7 Free"; font-weight: 900;
    position: absolute; inset: 0;
    background: rgba(20,52,36,.45);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; opacity: 0; transition: opacity .3s ease;
}
.mtfrontage-gallery-grid a:hover::after { opacity: 1; }
.mtfrontage-gallery-grid .mtfrontage-g-1 { grid-column: span 2; grid-row: span 2; }
@media (max-width: 768px) {
    .mtfrontage-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(4, 180px); }
    .mtfrontage-gallery-grid .mtfrontage-g-1 { grid-column: span 2; grid-row: span 2; }
}

/* ---------- PROMOS (June style) ---------- */
.mtfrontage-promos { padding: 6rem 0; background: var(--mpt-bg); }
.mtfrontage-promos .mtfrontage-section-title { text-align: center; }
.mtfrontage-promos .mtfrontage-section-title span { color: var(--mpt-gold); }
.mtfrontage-promos .mtfrontage-section-subtitle { margin: 0 auto; text-align: center; }
.mtfrontage-promo-card {
    position: relative; height: 480px; overflow: hidden; border-radius: 4px;
    color: #fff; cursor: pointer;
}
.mtfrontage-promo-card img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .8s ease;
}
.mtfrontage-promo-card:hover img { transform: scale(1.06); }
.mtfrontage-promo-card::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.20) 0%, rgba(0,0,0,.40) 50%, rgba(20,52,36,.92) 100%);
}
.mtfrontage-promo-card .mtfrontage-promo-body {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
    padding: 1.6rem;
}
.mtfrontage-promo-card .mtfrontage-promo-line {
    display: flex; justify-content: space-between; align-items: baseline;
    padding-bottom: .8rem; border-bottom: 1px solid rgba(255,255,255,.35);
    margin-bottom: .9rem;
}
.mtfrontage-promo-card .mtfrontage-duration { font-size: .85rem; letter-spacing: .15em; text-transform: uppercase; opacity: .9; }
.mtfrontage-promo-card .mtfrontage-price { font-size: 1.05rem; }
.mtfrontage-promo-card .mtfrontage-price strong { color: var(--mpt-gold); font-weight: 700; }
.mtfrontage-promo-card h4 {
    color: #fff; text-transform: uppercase; font-size: 1.05rem;
    letter-spacing: .04em; line-height: 1.35; margin: 0;
}

/* ---------- DEALS (May style) ---------- */
.mtfrontage-deals { padding: 6rem 0; background: var(--mpt-soft); }
.mtfrontage-deal-card {
    background: #fff; border-radius: 4px; overflow: hidden; height: 100%;
    display: flex; flex-direction: column;
    box-shadow: 0 1px 0 var(--mpt-border);
    transition: all .3s ease;
}
.mtfrontage-deal-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -15px rgba(0,0,0,.12); }
.mtfrontage-deal-card .mtfrontage-img-wrap { position: relative; height: 240px; overflow: hidden; }
.mtfrontage-deal-card .mtfrontage-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.mtfrontage-deal-card .mtfrontage-badge-deal {
    position: absolute; top: 14px; right: 14px;
    background: #e23d3d; color: #fff; padding: .35rem .8rem;
    border-radius: 4px; font-size: .72rem; font-weight: 700; letter-spacing: .08em;
}
.mtfrontage-deal-card .mtfrontage-heart {
    position: absolute; top: 14px; left: 14px;
    width: 34px; height: 34px; border-radius: 50%;
    background: rgba(255,255,255,.9); display: flex; align-items: center; justify-content: center;
    color: var(--mpt-ink); cursor: pointer; transition: all .2s ease;
}
.mtfrontage-deal-card .mtfrontage-heart:hover { background: #fff; color: var(--mpt-terracotta); }
.mtfrontage-deal-card .mtfrontage-map-mini {
    position: absolute; bottom: 10px; right: 10px;
    width: 90px; height: 60px; border-radius: 3px; overflow: hidden;
    border: 2px solid #fff; box-shadow: 0 4px 12px rgba(0,0,0,.2);
}
.mtfrontage-deal-card .mtfrontage-map-mini img { object-fit: cover; }
.mtfrontage-deal-card .mtfrontage-body { padding: 1.3rem; flex: 1; display: flex; flex-direction: column; }
.mtfrontage-deal-card h4 { font-size: 1.2rem; margin-bottom: .4rem; }
.mtfrontage-deal-card .mtfrontage-stars {
    display: flex; align-items: center; gap: .5rem;
    margin-bottom: .8rem; font-size: .9rem;
}
.mtfrontage-deal-card .mtfrontage-stars .mtfrontage-s { color: var(--mpt-gold); letter-spacing: 1px; }
.mtfrontage-deal-card .mtfrontage-stars .mtfrontage-r { font-weight: 700; }
.mtfrontage-deal-card .mtfrontage-stars .mtfrontage-c { color: var(--mpt-muted); font-size: .85rem; }
.mtfrontage-deal-card .mtfrontage-desc {
    color: var(--mpt-muted); font-size: .92rem;
    display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;
    overflow: hidden;
}
.mtfrontage-deal-card .mtfrontage-price-row {
    margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--mpt-border);
    display: flex; justify-content: space-between; align-items: center;
}
.mtfrontage-deal-card .mtfrontage-days { font-weight: 700; }
.mtfrontage-deal-card .mtfrontage-price-old { color: #e23d3d; text-decoration: line-through; font-size: .85rem; display: block; }
.mtfrontage-deal-card .mtfrontage-price-new { font-size: .95rem; }
.mtfrontage-deal-card .mtfrontage-price-new strong { font-size: 1.05rem; }
.mtfrontage-deal-card .mtfrontage-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; padding: 0 1.3rem 1.3rem; }
.mtfrontage-btn-brochure {
    background: #fff; border: 1px solid var(--mpt-border); color: var(--mpt-ink);
    padding: .65rem; border-radius: 3px; font-size: .85rem; font-weight: 600;
    transition: all .2s ease;
}
.mtfrontage-btn-brochure:hover { border-color: var(--mpt-ink); }
.mtfrontage-btn-view {
    background: #d4ecdf; color: var(--mpt-green); border: none;
    padding: .65rem; border-radius: 3px; font-size: .85rem; font-weight: 600;
    transition: all .2s ease;
}
.mtfrontage-btn-view:hover { background: var(--mpt-green); color: #fff; }
.mtfrontage-deals-cta { text-align: center; margin-top: 2.5rem; }
.mtfrontage-btn-deals {
    background: var(--mpt-green); color: #fff; padding: .9rem 2rem;
    border-radius: 4px; font-weight: 600; border: none;
}
.mtfrontage-btn-deals:hover { background: var(--mpt-green-dark); color: #fff; }

/* ---------- REVIEWS ---------- */
.mtfrontage-reviews { padding: 6rem 0; background: #fff; }
.mtfrontage-review-card {
    background: var(--mpt-bg); border: 1px solid var(--mpt-border);
    border-radius: 6px; padding: 2rem; height: 100%;
    display: flex; flex-direction: column;
}
.mtfrontage-review-card .mtfrontage-quote-mark {
    font-size: 2.5rem; color: var(--mpt-gold); line-height: 1; margin-bottom: 1rem;
}
.mtfrontage-review-card .mtfrontage-rev-stars { color: var(--mpt-gold); margin-bottom: .8rem; letter-spacing: 2px; }
.mtfrontage-review-card .mtfrontage-rev-text { font-size: .98rem; color: #2a2f2b; flex: 1; line-height: 1.65; }
.mtfrontage-review-card .mtfrontage-rev-author { display: flex; align-items: center; gap: .9rem; margin-top: 1.4rem; padding-top: 1.4rem; border-top: 1px solid var(--mpt-border); }
.mtfrontage-review-card .mtfrontage-rev-author img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.mtfrontage-review-card .mtfrontage-rev-author .mtfrontage-n { font-weight: 700; }
.mtfrontage-review-card .mtfrontage-rev-author .mtfrontage-from { font-size: .82rem; color: var(--mpt-muted); }
.mtfrontage-reviews .swiper-pagination-bullet-active { background: var(--mpt-green); }

/* ---------- FAQ ---------- */
.mtfrontage-faq { padding: 6rem 0; background: var(--mpt-bg); }
.mtfrontage-faq-wrap {
    background: #fff; border-radius: 8px; box-shadow: 0 1px 30px rgba(0,0,0,.05);
    padding: 2rem; display: grid; grid-template-columns: minmax(0,420px) 1fr; gap: 2rem;
    align-items: stretch;
}
.mtfrontage-faq-img { border-radius: 6px; overflow: hidden; }
.mtfrontage-faq-img img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.mtfrontage-faq-content h2 { margin-bottom: .35rem; }
.mtfrontage-faq-content .mtfrontage-by {
    display: flex; align-items: center; gap: .6rem; margin-bottom: 1.2rem;
    font-size: .9rem; color: var(--mpt-muted);
}
.mtfrontage-faq-content .mtfrontage-by .mtfrontage-av {
    width: 26px; height: 26px; border-radius: 50%;
    background: var(--mpt-green); color: #fff; display: inline-flex; align-items: center; justify-content: center;
    font-size: .75rem; font-weight: 700;
}
.mtfrontage-faq-content .mtfrontage-by img { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; }
.mtfrontage-accordion-faq .accordion-item {
    border: none; border-bottom: 1px solid var(--mpt-border); border-radius: 0 !important;
    background: transparent;
}
.mtfrontage-accordion-faq .accordion-button {
    background: transparent; padding: 1.1rem 0; box-shadow: none;
    font-weight: 600; color: var(--mpt-ink); font-size: 1rem;
}
.mtfrontage-accordion-faq .accordion-button:not(.collapsed) { color: var(--mpt-green); background: transparent; }
.mtfrontage-accordion-faq .accordion-button:focus { box-shadow: none; }
.mtfrontage-accordion-faq .accordion-button::after {
    filter: grayscale(1) brightness(.6);
}
.mtfrontage-accordion-faq .accordion-body { padding: 0 0 1.2rem; color: var(--mpt-muted); font-size: .95rem; }
@media (max-width: 992px) { .mtfrontage-faq-wrap { grid-template-columns: 1fr; } .mtfrontage-faq-img img { min-height: 320px; } }

/* ---------- BLOG TABS ---------- */
.mtfrontage-blog-section { padding: 6rem 0; text-align: center; background: #fff; }
.mtfrontage-blog-section .mtfrontage-eyebrow { display: block; margin-bottom: .5rem; }
.mtfrontage-blog-section h2.mtfrontage-title-display {
    font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; margin-bottom: 2rem;
    letter-spacing: -.03em;
}
.mtfrontage-blog-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: .6rem; margin-bottom: 1.6rem; }
.mtfrontage-blog-tabs .nav-link {
    background: #fff; border: 1px solid var(--mpt-border); color: var(--mpt-ink);
    border-radius: 999px; padding: .55rem 1.4rem; font-weight: 500; font-size: .95rem;
}
.mtfrontage-blog-tabs .nav-link.active {
    background: var(--mpt-gold); color: #fff; border-color: var(--mpt-gold);
}
.mtfrontage-blog-tabs .nav-link:hover:not(.active) { border-color: var(--mpt-ink); }
.mtfrontage-blog-intro {
    max-width: 720px; margin: 0 auto 3rem; color: var(--mpt-muted); font-size: 1rem;
}
.mtfrontage-blog-card { text-align: left; }
.mtfrontage-blog-card .mtfrontage-img {
    width: 100%; height: 240px; border-radius: 6px; overflow: hidden; margin-bottom: 1rem;
}
.mtfrontage-blog-card .mtfrontage-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.mtfrontage-blog-card:hover .mtfrontage-img img { transform: scale(1.06); }
.mtfrontage-blog-card .mtfrontage-cat {
    font-size: .72rem; letter-spacing: .2em; color: var(--mpt-muted); text-transform: uppercase; margin-bottom: .4rem;
}
.mtfrontage-blog-card h4 { font-size: 1.2rem; margin-bottom: .6rem; line-height: 1.35; }
.mtfrontage-blog-card p { color: var(--mpt-muted); font-size: .92rem; }
.mtfrontage-btn-blog-cta {
    background: var(--mpt-gold); color: #fff; padding: .85rem 1.8rem;
    border-radius: 999px; font-weight: 600; display: inline-flex; align-items: center; gap: .55rem;
    margin-top: 2rem;
}
.mtfrontage-btn-blog-cta:hover { background: var(--mpt-gold-dark); color: #fff; }

/* ---------- CONTACT ---------- */
.mtfrontage-contact-banner {
    position: relative; padding: 6rem 0; color: #fff;
    background:
        linear-gradient(180deg, rgba(20,52,36,.55) 0%, rgba(20,52,36,.65) 100%),
        url('https://images.unsplash.com/photo-1531065208531-4036c0dba3ca?auto=format&amp;fit=crop&amp;w=2000&amp;q=80') center/cover no-repeat;
}
.mtfrontage-contact-banner h2 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); }
.mtfrontage-contact-banner h2 small.mtfrontage-eyebrow-w { display: block; font-size: .95rem; font-weight: 400; opacity: .9; letter-spacing: 0; text-transform: none; margin-bottom: .8rem; color: #fff;}
.mtfrontage-contact-banner .mtfrontage-brand-line { font-size: .8rem; letter-spacing: .25em; margin-top: 1rem; opacity: .85; }
.mtfrontage-contact-card {
    background: #fff; padding: 2rem; border: 2px solid var(--mpt-gold);
    color: var(--mpt-ink);
}
.mtfrontage-contact-card .form-label {
    font-size: .8rem; color: var(--mpt-muted); margin-bottom: .15rem;
}
.mtfrontage-contact-card .form-control, .mtfrontage-contact-card .form-select {
    border: 0; border-bottom: 1px solid #c8c4b8; border-radius: 0;
    padding: .35rem 0 .55rem; background: transparent; box-shadow: none !important;
    font-size: .95rem;
}
.mtfrontage-contact-card .form-control:focus, .mtfrontage-contact-card .form-select:focus {
    border-bottom-color: var(--mpt-gold);
}
.mtfrontage-contact-card .mtfc-message {
    resize: vertical;
    min-height: 105px;
}
.mtfc-footer-form .form-label {
    font-size: .82rem;
    color: #5e625c;
    font-weight: 600;
    margin-bottom: .2rem;
}
.mtfc-footer-form .form-control {
    border: 1px solid #ded7c9;
    border-radius: 4px;
    color: var(--mpt-ink);
    padding: .65rem .75rem;
    box-shadow: none !important;
}
.mtfc-footer-form .form-control:focus {
    border-color: var(--mpt-gold);
}
.mtfc-footer-form .mtfc-message {
    min-height: 118px;
    resize: vertical;
}
.mtfc-hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.mtfc-form-status {
    border-radius: 4px;
    padding: .85rem 1rem;
    font-size: .92rem;
    line-height: 1.45;
}
.mtfc-form-status.is-loading {
    display: flex;
    align-items: center;
    gap: .65rem;
    background: #f7f2e5;
    color: #6b5422;
    border: 1px solid #ead8a9;
}
.mtfc-form-status.is-loading::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(185, 138, 42, .28);
    border-top-color: var(--mpt-gold);
    animation: mtfc-spin .75s linear infinite;
    flex: 0 0 auto;
}
.mtfc-form-status.is-success {
    background: #edf7f0;
    color: #1f6b3c;
    border: 1px solid #bfe1ca;
}
.mtfc-form-status.is-error {
    background: #fff0ee;
    color: #9f2e24;
    border: 1px solid #efbeb8;
}
.mtfrontage-btn-send {
    background: var(--mpt-gold); color: #fff; border: none;
    padding: .85rem; width: 100%; font-weight: 600; letter-spacing: .04em;
}
.mtfrontage-btn-send:hover { background: var(--mpt-gold-dark); color: #fff; }
.mtfrontage-btn-send:disabled {
    cursor: wait;
    opacity: .72;
}
@keyframes mtfc-spin {
    to { transform: rotate(360deg); }
}
.mtfrontage-contact-quick {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 2rem;
}
.mtfrontage-contact-quick .mtfrontage-item {
    display: flex; align-items: center; gap: .8rem;
    background: rgba(255,255,255,.10); padding: .8rem 1rem; border-radius: 4px;
    backdrop-filter: blur(4px); font-size: .9rem;
    color: #fff;
}
.mtfrontage-contact-quick .mtfrontage-item i { color: var(--mpt-gold); font-size: 1.05rem; }
.mtfrontage-contact-quick .mtfrontage-item a { color: #fff; }
.mtfrontage-contact-quick .mtfrontage-item a:hover { color: var(--mpt-gold); }

/* ---------- TAILOR-MADE (Scott Dunn style) ---------- */
.mtfrontage-tailor { padding: 6rem 0; background: #fff; }
.mtfrontage-tailor h2 {
    font-size: clamp(2rem, 3.5vw, 3rem); color: var(--mpt-green); font-weight: 800;
    max-width: 12ch; line-height: 1.05;
}
.mtfrontage-tailor .mtfrontage-divider-bar { width: 70px; height: 2px; background: var(--mpt-terracotta); margin: 1.4rem 0 1.6rem; }
.mtfrontage-tailor p { color: #2a2f2b; font-size: .95rem; max-width: 380px; margin-bottom: 1.6rem; }
.mtfrontage-tailor a.mtfrontage-discover-link {
    display: inline-block; padding: .85rem 1.6rem;
    border: 1.5px solid var(--mpt-green); color: var(--mpt-green);
    letter-spacing: .12em; font-weight: 600; font-size: .82rem; text-transform: uppercase;
}
.mtfrontage-tailor a.mtfrontage-discover-link:hover { background: var(--mpt-green); color: #fff; }
.mtfrontage-tailor .mtfrontage-awards {
    display: flex; gap: 1rem; margin-top: 2.5rem; flex-wrap: wrap;
}
.mtfrontage-tailor .mtfrontage-awards .mtfrontage-award {
    width: 64px; height: 64px; border-radius: 50%;
    background: var(--mpt-soft); border: 2px solid var(--mpt-border);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    font-size: .55rem; line-height: 1.05; text-align: center; color: var(--mpt-muted);
    font-weight: 700; padding: .35rem;
}
.mtfrontage-tailor .mtfrontage-awards .mtfrontage-award i { color: var(--mpt-gold); font-size: .9rem; margin-bottom: 2px; }
.mtfrontage-tailor-grid {
    display: grid; grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 270px 270px;
    gap: 12px;
}
.mtfrontage-tailor-tile {
    position: relative; overflow: hidden; border-radius: 3px; cursor: pointer;
}
.mtfrontage-tailor-tile img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .8s ease;
}
.mtfrontage-tailor-tile:hover img { transform: scale(1.07); }
.mtfrontage-tailor-tile::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.55) 100%);
}
.mtfrontage-tailor-tile span {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
    padding: 1.2rem; color: #fff; font-size: 1.15rem; font-weight: 700;
    text-align: center;
}
@media (max-width: 768px) {
    .mtfrontage-tailor-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 200px); }
}

/* ---------- FOOTER ---------- */
footer {
    background: var(--mpt-green-dark); color: #d8d3bf; padding: 5rem 0 2rem;
    font-size: .9rem;
}
footer h5 { color: #fff; font-size: 1rem; margin-bottom: 1.2rem; letter-spacing: .04em; }
footer a { color: #d8d3bf; }
footer a:hover { color: var(--mpt-gold); }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { margin-bottom: .55rem; }
footer .mtfrontage-footer-brand { font-size: 1.4rem; font-weight: 800; color: #fff; margin-bottom: 1rem; }
footer .mtfrontage-socials { display: flex; gap: .6rem; margin-top: 1rem; }
footer .mtfrontage-socials a {
    width: 38px; height: 38px; border-radius: 50%;
    background: rgba(255,255,255,.08);
    display: inline-flex; align-items: center; justify-content: center;
    transition: all .25s ease;
}
footer .mtfrontage-socials a:hover { background: var(--mpt-gold); color: #fff; transform: translateY(-2px); }
footer .mtfrontage-copyright {
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 3rem; padding-top: 1.5rem;
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
    font-size: .82rem; opacity: .85;
}
footer .mtfrontage-contact-line { display: flex; gap: .7rem; align-items: flex-start; margin-bottom: .8rem; }
footer .mtfrontage-contact-line i { color: var(--mpt-gold); margin-top: 4px; width: 18px; }

/* WhatsApp floating */
.mtfrontage-float-wa {
    position: fixed; bottom: 22px; right: 22px; z-index: 999;
    width: 56px; height: 56px; border-radius: 50%;
    background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; box-shadow: 0 8px 24px rgba(37,211,102,.45);
    animation: pulse 2.4s infinite;
}
.mtfrontage-float-wa:hover { color: #fff; transform: scale(1.06); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }}

/* small responsive tweaks */
@media (max-width: 992px) {
    .mtfrontage-intro { padding: 4rem 0; }
    .mtfrontage-values, .mtfrontage-tour-types, .mtfrontage-gallery, .mtfrontage-promos, .mtfrontage-deals, .mtfrontage-reviews, .mtfrontage-faq, .mtfrontage-blog-section, .mtfrontage-tailor { padding: 4rem 0; }
    .mtfrontage-intro .mtfrontage-img-wrap img { height: 360px; }
}


.mtfrontage-hero {
    position: relative;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* VIDEO */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* OVERLAY OSCURO */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

/* CONTENIDO ENCIMA */
.mtfrontage-hero .container,
.mtfrontage-hero-stats {

    z-index: 2;
    color: #fff;
}
