/* =====================================================================
   Fast Eagle — main stylesheet
   Premium travel design system. Tokens live in style.css (:root).
   Sections: reset · base · buttons · layout · header · hero · search ·
   cards · sections · single · forms · footer · floating · utils · a11y
   ===================================================================== */

/* --------------------------------------------------------------- reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
	margin: 0;
	font-family: var(--fe-font-body);
	font-size: var(--fe-fs-body);
	line-height: var(--fe-lh-body);
	color: var(--fe-body);
	background: var(--fe-bg);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img, picture, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--fe-primary); text-decoration: none; transition: color var(--fe-dur) var(--fe-ease); }
a:hover { color: var(--fe-primary-dark); }
h1, h2, h3, h4 { font-family: var(--fe-font-head); color: var(--fe-ink); line-height: 1.15; margin: 0 0 .5em; font-weight: 700; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding-left: 1.2em; }
button { font-family: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--fe-teal-400); outline-offset: 2px; border-radius: 4px; }
.fe-no-scroll { overflow: hidden; }

/* ---------------------------------------------------------------- layout */
.fe-container { width: 100%; max-width: var(--fe-container); margin-inline: auto; padding-inline: var(--fe-gutter); }
.fe-container--wide { max-width: var(--fe-container-wide); }
.fe-section { padding-block: var(--fe-section-y); }
.fe-section--tint { background: var(--fe-bg-tint); }
.fe-section--soft { background: var(--fe-bg-soft); }
.fe-section--ink { background: var(--fe-teal-900); color: #cfe6e5; }
.fe-section__head { text-align: center; max-width: 760px; margin: 0 auto clamp(28px, 4vw, 52px); }
.fe-section__eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 700; color: var(--fe-accent); margin-bottom: .6rem; font-family: var(--fe-font-body); }
.fe-section__title { margin-bottom: .4rem; }
.fe-section__sub { color: var(--fe-muted); font-size: 1.05rem; margin: 0; }
.fe-section__head--split { display: flex; justify-content: space-between; align-items: flex-end; text-align: left; max-width: none; gap: 24px; flex-wrap: wrap; }

/* --------------------------------------------------------------- buttons */
.fe-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
	padding: .85rem 1.5rem; border: 2px solid transparent; border-radius: var(--fe-radius-pill);
	font-weight: 700; font-size: .95rem; line-height: 1; letter-spacing: .01em;
	background: var(--fe-primary); color: #fff; transition: all var(--fe-dur) var(--fe-ease);
	white-space: nowrap;
}
.fe-btn:hover { color: #fff; transform: translateY(-2px); box-shadow: var(--fe-shadow); }
.fe-btn--accent { background: var(--fe-accent); }
.fe-btn--accent:hover { background: var(--fe-accent-dark); }
.fe-btn--ghost { background: transparent; border-color: var(--fe-primary); color: var(--fe-primary); }
.fe-btn--ghost:hover { background: var(--fe-primary); color: #fff; }
.fe-btn--ghost-light { background: transparent; border-color: rgba(255,255,255,.6); color: #fff; }
.fe-btn--ghost-light:hover { background: #fff; color: var(--fe-ink); }
.fe-btn--whatsapp { background: #25d366; color: #fff; }
.fe-btn--whatsapp:hover { background: #1eb257; color: #fff; }
.fe-btn--block { width: 100%; }
.fe-btn--lg { padding: 1.05rem 2rem; font-size: 1.05rem; }
.fe-btn.is-loading { opacity: .7; pointer-events: none; }

/* --------------------------------------------------------------- topbar */
.fe-topbar { background: var(--fe-teal-900); color: #bfe0df; font-size: .84rem; }
.fe-topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 16px; }
.fe-topbar__left { display: flex; gap: 20px; flex-wrap: wrap; }
.fe-topbar__link { color: #cfe6e5; display: inline-flex; align-items: center; gap: 6px; }
.fe-topbar__link:hover { color: #fff; }
.fe-topbar__right { display: flex; align-items: center; gap: 18px; }
.fe-topbar__menu { display: flex; gap: 16px; list-style: none; margin: 0; padding: 0; }
.fe-topbar__menu a { color: #cfe6e5; font-size: .84rem; }
.fe-topbar__socials { display: flex; gap: 10px; }
.fe-social { color: #9fd0cf; width: 26px; height: 26px; display: inline-grid; place-items: center; border-radius: 50%; transition: all var(--fe-dur); }
.fe-social:hover { color: #fff; background: rgba(255,255,255,.12); }
@media (max-width: 900px) { .fe-topbar { display: none; } }

/* --------------------------------------------------------------- header */
.fe-header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: var(--fe-shadow-sm); transition: transform var(--fe-dur) var(--fe-ease), box-shadow var(--fe-dur); }
.fe-header.is-stuck { box-shadow: var(--fe-shadow); }
.fe-header.is-hidden { transform: translateY(-100%); }
.fe-header__inner { display: flex; align-items: center; gap: 24px; min-height: var(--fe-header-h); }
.fe-header__brand img, .fe-header__brand .custom-logo { max-height: 52px; width: auto; }
.fe-logo-text { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--fe-font-head); font-weight: 700; font-size: 1.35rem; color: var(--fe-ink); }
.fe-logo-text__mark { color: var(--fe-accent); font-size: 1.5rem; }
.fe-logo-text--light { color: #fff; }
.fe-nav { margin-inline-start: auto; }
.fe-header__actions { display: flex; align-items: center; gap: 12px; margin-inline-start: auto; }

/* menu */
.fe-menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.fe-menu > li > a { display: inline-flex; align-items: center; gap: 4px; padding: .8rem .9rem; color: var(--fe-ink); font-weight: 600; font-size: .96rem; border-radius: 10px; }
.fe-menu > li > a:hover { color: var(--fe-primary); background: var(--fe-teal-50); }
.fe-menu-caret { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .6; transition: transform var(--fe-dur); }
.fe-menu > li:hover .fe-menu-caret { transform: rotate(-135deg) translateY(-1px); }

/* dropdown */
.fe-sub-menu { position: absolute; min-width: 240px; background: #fff; border-radius: var(--fe-radius); box-shadow: var(--fe-shadow-lg); list-style: none; margin: 0; padding: 10px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all var(--fe-dur) var(--fe-ease); z-index: 20; }
.fe-menu li { position: relative; }
.fe-menu > li:hover > .fe-sub-menu, .fe-menu > li.is-open > .fe-sub-menu, .fe-menu li:focus-within > .fe-sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.fe-sub-menu a { display: block; padding: .6rem .8rem; border-radius: 8px; color: var(--fe-body); font-weight: 500; }
.fe-sub-menu a:hover { background: var(--fe-teal-50); color: var(--fe-primary); }
.fe-sub-menu .fe-sub-menu { top: 0; left: 100%; }

/* mega menu (full-width) */
.fe-has-mega { position: static; }
.fe-has-mega > .fe-sub-menu { left: 0; right: 0; width: 100%; max-width: var(--fe-container); margin-inline: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px 20px; padding: 26px; }

/* header actions */
.fe-header__search-toggle, .fe-header__wishlist { position: relative; width: 44px; height: 44px; display: grid; place-items: center; border: 0; background: var(--fe-bg-soft); border-radius: 12px; color: var(--fe-ink); }
.fe-header__search-toggle:hover, .fe-header__wishlist:hover { background: var(--fe-teal-50); color: var(--fe-primary); }
.fe-wishlist-count { position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px; padding: 0 4px; background: var(--fe-accent); color: #fff; font-size: .68rem; font-weight: 700; border-radius: 9px; display: grid; place-items: center; }
.fe-wishlist-count:not(.has-items) { display: none; }
.fe-header__wa-text, .fe-header__cta { }
@media (max-width: 1180px) { .fe-header__wa-text { display: none; } }

/* header search drawer */
.fe-header-search { border-top: 1px solid var(--fe-line); background: var(--fe-bg-soft); padding-block: 18px; }

.fe-burger { display: none; width: 44px; height: 44px; border: 0; background: var(--fe-bg-soft); border-radius: 12px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.fe-burger span { width: 22px; height: 2px; background: var(--fe-ink); border-radius: 2px; transition: all var(--fe-dur); }

@media (max-width: 1024px) {
	.fe-nav { display: none; }
	.fe-burger { display: flex; }
	.fe-header__cta { display: none; }
}

/* mobile nav */
.fe-mobile-nav { position: fixed; top: 0; right: 0; bottom: 0; width: min(360px, 86vw); background: #fff; z-index: 200; transform: translateX(100%); transition: transform var(--fe-dur) var(--fe-ease); overflow-y: auto; padding: 20px; box-shadow: var(--fe-shadow-lg); }
.fe-mobile-nav.is-open { transform: translateX(0); }
.fe-mobile-nav__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.fe-mobile-nav__title { font-family: var(--fe-font-head); font-weight: 700; font-size: 1.2rem; }
.fe-mobile-nav__close { border: 0; background: transparent; font-size: 2rem; line-height: 1; color: var(--fe-muted); }
.fe-mobile-menu { list-style: none; margin: 0 0 20px; padding: 0; }
.fe-mobile-menu li { border-bottom: 1px solid var(--fe-line); }
.fe-mobile-menu a { display: block; padding: .85rem .2rem; color: var(--fe-ink); font-weight: 600; }
.fe-mobile-menu .sub-menu { list-style: none; padding-left: 14px; display: none; }
.fe-mobile-menu .is-open > .sub-menu { display: block; }
.fe-overlay { position: fixed; inset: 0; background: rgba(15,27,45,.5); z-index: 150; opacity: 0; transition: opacity var(--fe-dur); }
.fe-overlay.is-visible { opacity: 1; }

/* --------------------------------------------------------------- hero */
.fe-hero { position: relative; }
.fe-hero-slider { position: relative; }
.fe-hero__slide { position: relative; min-height: clamp(520px, 78vh, 820px); display: grid; align-items: center; color: #fff; }
.fe-hero__bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.fe-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.fe-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,61,60,.82) 0%, rgba(6,61,60,.45) 45%, rgba(6,61,60,.15) 100%); }
.fe-hero__inner { max-width: 680px; padding-block: 60px; }
.fe-hero__eyebrow { text-transform: uppercase; letter-spacing: .16em; font-weight: 700; color: var(--fe-coral-300); font-size: .85rem; }
.fe-hero__title { color: #fff; font-size: clamp(2.2rem, 5.4vw, 4rem); margin: .4rem 0 .8rem; }
.fe-hero__text { font-size: 1.15rem; color: rgba(255,255,255,.9); margin-bottom: 1.6rem; max-width: 560px; }
.fe-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.fe-hero .swiper-pagination { bottom: 26px; }
.fe-hero .swiper-pagination-bullet { width: 10px; height: 10px; background: #fff; opacity: .5; }
.fe-hero .swiper-pagination-bullet-active { opacity: 1; background: var(--fe-accent); width: 28px; border-radius: 5px; }
.fe-slider-prev, .fe-slider-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--fe-ink); display: grid; place-items: center; font-size: 1.4rem; box-shadow: var(--fe-shadow); }
.fe-slider-prev { left: 16px; } .fe-slider-next { right: 16px; }
.fe-slider-prev:hover, .fe-slider-next:hover { background: #fff; }

/* hero search bar overlap */
.fe-hero-search-wrap { position: relative; z-index: 20; margin-top: -46px; }

/* --------------------------------------------------------------- search bar */
.fe-searchbar { background: #fff; border-radius: var(--fe-radius-lg); box-shadow: var(--fe-shadow-lg); padding: 12px; display: grid; grid-template-columns: 2fr 1fr 1fr auto; gap: 10px; align-items: stretch; }
.fe-searchbar--inline { box-shadow: none; border: 1px solid var(--fe-line); }
.fe-searchbar__field { position: relative; display: flex; align-items: center; background: var(--fe-bg-soft); border-radius: var(--fe-radius); padding: 4px 12px; }
.fe-searchbar__field input, .fe-searchbar__field select { border: 0; background: transparent; width: 100%; padding: .7rem .4rem; font-size: .98rem; color: var(--fe-ink); }
.fe-searchbar__field input:focus, .fe-searchbar__field select:focus { outline: none; }
.fe-searchbar__submit { border-radius: var(--fe-radius); }
.fe-live-results { position: absolute; top: calc(100% + 8px); left: 0; right: 0; background: #fff; border-radius: var(--fe-radius); box-shadow: var(--fe-shadow-lg); padding: 8px; max-height: 400px; overflow-y: auto; display: none; z-index: 40; }
.fe-live-results.is-open { display: block; }
.fe-search-results { list-style: none; margin: 0; padding: 0; }
.fe-search-item a { display: flex; align-items: center; gap: 12px; padding: 8px; border-radius: 10px; color: var(--fe-ink); }
.fe-search-item a:hover { background: var(--fe-teal-50); }
.fe-search-item__thumb img { width: 48px; height: 48px; border-radius: 8px; object-fit: cover; }
.fe-search-item__title { display: block; font-weight: 600; }
.fe-search-item__type { display: block; font-size: .78rem; color: var(--fe-muted); }
.fe-search-empty, .fe-search-loading { padding: 14px; color: var(--fe-muted); margin: 0; }
@media (max-width: 860px) { .fe-searchbar { grid-template-columns: 1fr; } .fe-hero-search-wrap { margin-top: -20px; } }

/* --------------------------------------------------------------- cards */
.fe-cards { --fe-cols: 3; }
.fe-cards--grid { display: grid; grid-template-columns: repeat(var(--fe-cols), minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 30px); }
@media (max-width: 1024px) { .fe-cards--grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .fe-cards--grid { grid-template-columns: 1fr; } }

.fe-card { background: #fff; border-radius: var(--fe-radius-lg); overflow: hidden; box-shadow: var(--fe-shadow-sm); border: 1px solid var(--fe-line); transition: transform var(--fe-dur) var(--fe-ease), box-shadow var(--fe-dur); display: flex; flex-direction: column; }
.fe-card:hover { transform: translateY(-6px); box-shadow: var(--fe-shadow-lg); }
.fe-card__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.fe-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--fe-ease); }
.fe-card:hover .fe-card__img { transform: scale(1.06); }
.fe-card__img--placeholder { background: linear-gradient(135deg, var(--fe-teal-100), var(--fe-teal-50)); }
.fe-badge { position: absolute; top: 12px; left: 12px; background: var(--fe-ink); color: #fff; font-size: .72rem; font-weight: 700; padding: 5px 10px; border-radius: var(--fe-radius-pill); letter-spacing: .02em; }
.fe-badge--featured { background: var(--fe-primary); }
.fe-badge--sale { background: var(--fe-accent); top: 12px; left: auto; right: 56px; }
.fe-wishlist-btn { position: absolute; top: 10px; right: 10px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--fe-muted); display: grid; place-items: center; box-shadow: var(--fe-shadow-sm); transition: all var(--fe-dur); }
.fe-wishlist-btn svg { fill: none; stroke: currentColor; stroke-width: 1.6; }
.fe-wishlist-btn:hover { color: var(--fe-accent); transform: scale(1.08); }
.fe-wishlist-btn.is-active { color: #fff; background: var(--fe-accent); }
.fe-wishlist-btn.is-active svg { fill: currentColor; stroke: currentColor; }
.fe-card__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.fe-card__loc { display: flex; align-items: center; gap: 5px; color: var(--fe-muted); font-size: .85rem; margin: 0; }
.fe-card__title { font-family: var(--fe-font-body); font-size: 1.12rem; font-weight: 700; margin: 0; line-height: 1.3; }
.fe-card__title a { color: var(--fe-ink); }
.fe-card__title a:hover { color: var(--fe-primary); }
.fe-card__rating { display: flex; align-items: center; gap: 8px; font-size: .85rem; }
.fe-card__reviews { color: var(--fe-muted); font-weight: 600; }
.fe-card__reviews em { font-style: normal; font-weight: 400; }
.fe-card__meta { display: flex; gap: 14px; color: var(--fe-muted); font-size: .85rem; flex-wrap: wrap; }
.fe-card__meta span { display: inline-flex; align-items: center; gap: 5px; }
.fe-card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 12px; border-top: 1px solid var(--fe-line); }
.fe-card__price { margin: 0; display: flex; flex-direction: column; line-height: 1.2; }
.fe-card__price-label { font-size: .72rem; color: var(--fe-muted); text-transform: uppercase; letter-spacing: .04em; }
.fe-card__price strong { font-size: 1.25rem; color: var(--fe-primary-dark); font-family: var(--fe-font-head); }
.fe-card__price del { font-size: .82rem; color: var(--fe-muted); }
.fe-card__price-suffix { font-size: .72rem; color: var(--fe-muted); }
.fe-card__cta { font-weight: 700; font-size: .88rem; color: var(--fe-accent); white-space: nowrap; }
.fe-card__cta:hover { color: var(--fe-accent-dark); }

/* stars */
.fe-stars { display: inline-flex; letter-spacing: 1px; color: #d9dee6; }
.fe-star.is-full { color: var(--fe-star); }
.fe-star.is-half { position: relative; color: #d9dee6; }
.fe-star.is-half::before { content: "★"; position: absolute; left: 0; width: 50%; overflow: hidden; color: var(--fe-star); }

/* --------------------------------------------------------------- destination tiles */
.fe-dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fe-dest-tile { position: relative; border-radius: var(--fe-radius-lg); overflow: hidden; aspect-ratio: 3 / 4; display: block; }
.fe-dest-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--fe-ease); }
.fe-dest-tile:hover img { transform: scale(1.08); }
.fe-dest-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,61,60,.85), rgba(6,61,60,0) 55%); }
.fe-dest-tile__cap { position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 2; color: #fff; }
.fe-dest-tile__name { font-family: var(--fe-font-head); font-size: 1.25rem; font-weight: 700; margin: 0; }
.fe-dest-tile__count { font-size: .85rem; opacity: .9; }
@media (max-width: 980px) { .fe-dest-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .fe-dest-grid { grid-template-columns: 1fr 1fr; gap: 12px; } }

/* --------------------------------------------------------------- feature/why cards */
.fe-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.fe-feature { text-align: center; padding: 28px 20px; background: #fff; border-radius: var(--fe-radius-lg); border: 1px solid var(--fe-line); }
.fe-feature__icon { width: 64px; height: 64px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%; background: var(--fe-teal-50); color: var(--fe-primary); font-size: 1.6rem; }
.fe-feature h3 { font-family: var(--fe-font-body); font-size: 1.1rem; margin-bottom: .4rem; }
.fe-feature p { color: var(--fe-muted); font-size: .92rem; margin: 0; }
@media (max-width: 960px) { .fe-features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .fe-features { grid-template-columns: 1fr; } }

/* stats strip */
.fe-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.fe-stat__num { font-family: var(--fe-font-head); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--fe-accent); }
.fe-stat__label { color: var(--fe-muted); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; font-size: .8rem; }
@media (max-width: 620px) { .fe-stats { grid-template-columns: 1fr 1fr; gap: 24px; } }

/* --------------------------------------------------------------- testimonials */
.fe-testimonial { background: #fff; border-radius: var(--fe-radius-lg); padding: 28px; box-shadow: var(--fe-shadow-sm); border: 1px solid var(--fe-line); height: 100%; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.fe-testimonial__quote { font-size: 1.02rem; color: var(--fe-body); margin: 0; font-style: italic; }
.fe-testimonial__author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.fe-testimonial__avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.fe-testimonial__author strong { display: block; color: var(--fe-ink); font-family: var(--fe-font-body); }
.fe-testimonial__author em { color: var(--fe-muted); font-style: normal; font-size: .85rem; }

/* --------------------------------------------------------------- partners */
.fe-partners { display: flex; flex-wrap: wrap; gap: 30px; align-items: center; justify-content: center; }
.fe-partners img { max-height: 46px; width: auto; filter: grayscale(1); opacity: .6; transition: all var(--fe-dur); }
.fe-partners img:hover { filter: grayscale(0); opacity: 1; }

/* --------------------------------------------------------------- offers */
.fe-offer { position: relative; border-radius: var(--fe-radius-lg); overflow: hidden; color: #fff; min-height: 220px; display: flex; align-items: flex-end; padding: 24px; }
.fe-offer img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }
.fe-offer::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(224,70,58,.9), rgba(14,124,123,.75)); z-index: -1; }
.fe-offer__badge { position: absolute; top: 16px; left: 16px; background: #fff; color: var(--fe-accent-dark); font-weight: 800; padding: 6px 12px; border-radius: var(--fe-radius-pill); }

/* --------------------------------------------------------------- accordion */
.fe-accordion { max-width: 820px; margin: 0 auto; }
.fe-accordion__item { border: 1px solid var(--fe-line); border-radius: var(--fe-radius); margin-bottom: 12px; overflow: hidden; background: #fff; }
.fe-accordion__trigger { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 20px; background: none; border: 0; text-align: left; font-weight: 700; font-size: 1.02rem; color: var(--fe-ink); }
.fe-accordion__icon { position: relative; width: 18px; height: 18px; flex: none; }
.fe-accordion__icon::before, .fe-accordion__icon::after { content: ""; position: absolute; background: var(--fe-primary); border-radius: 2px; transition: transform var(--fe-dur); }
.fe-accordion__icon::before { top: 8px; left: 0; width: 18px; height: 2px; }
.fe-accordion__icon::after { top: 0; left: 8px; width: 2px; height: 18px; }
.fe-accordion__trigger[aria-expanded="true"] .fe-accordion__icon::after { transform: scaleY(0); }
.fe-accordion__panel { padding: 0 20px 20px; color: var(--fe-body); }

/* --------------------------------------------------------------- breadcrumbs */
.fe-breadcrumbs { padding-block: 14px; font-size: .85rem; }
.fe-breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; align-items: center; }
.fe-breadcrumbs li:not(:last-child)::after { content: "›"; margin-left: 6px; color: var(--fe-muted); }
.fe-breadcrumbs a { color: var(--fe-muted); }
.fe-breadcrumbs [aria-current="page"] { color: var(--fe-ink); font-weight: 600; }

/* --------------------------------------------------------------- page hero (inner) */
.fe-page-hero { position: relative; color: #fff; padding-block: clamp(48px, 8vw, 100px); background: var(--fe-teal-900); }
.fe-page-hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.fe-page-hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.fe-page-hero .fe-container { position: relative; z-index: 1; }
.fe-page-hero__title { color: #fff; margin: 0; }
.fe-page-hero__sub { color: rgba(255,255,255,.85); max-width: 640px; }

/* --------------------------------------------------------------- archive layout */
.fe-archive { display: grid; grid-template-columns: 300px 1fr; gap: clamp(24px, 3vw, 44px); align-items: start; }
.fe-filters { position: sticky; top: calc(var(--fe-header-h) + 16px); background: #fff; border: 1px solid var(--fe-line); border-radius: var(--fe-radius-lg); padding: 22px; }
.fe-filters__group { border-bottom: 1px solid var(--fe-line); padding-bottom: 16px; margin-bottom: 16px; }
.fe-filters__group:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.fe-filters__title { font-size: .95rem; font-weight: 700; margin-bottom: 10px; font-family: var(--fe-font-body); color: var(--fe-ink); }
.fe-filters label { display: flex; align-items: center; gap: 8px; padding: 4px 0; font-size: .92rem; color: var(--fe-body); cursor: pointer; }
.fe-filters input[type="range"] { width: 100%; }
.fe-price-inputs { display: flex; gap: 8px; align-items: center; }
.fe-price-inputs input { width: 100%; padding: 8px; border: 1px solid var(--fe-line); border-radius: 8px; }
.fe-archive__toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.fe-archive__count { color: var(--fe-muted); font-weight: 600; }
.fe-archive__tools { display: flex; align-items: center; gap: 12px; }
.fe-archive__tools select { padding: 8px 12px; border: 1px solid var(--fe-line); border-radius: 10px; background: #fff; }
.fe-view-toggle button { width: 40px; height: 40px; border: 1px solid var(--fe-line); background: #fff; border-radius: 10px; color: var(--fe-muted); }
.fe-view-toggle button.is-active { background: var(--fe-primary); color: #fff; border-color: var(--fe-primary); }
[data-fe-filter-results].is-loading { opacity: .5; pointer-events: none; }
.fe-view--list.fe-cards--grid { grid-template-columns: 1fr; }
.fe-view--list .fe-card { flex-direction: row; }
.fe-view--list .fe-card__media { width: 320px; aspect-ratio: 4/3; flex: none; }
@media (max-width: 900px) {
	.fe-archive { grid-template-columns: 1fr; }
	.fe-filters { position: static; }
	.fe-view--list .fe-card { flex-direction: column; }
	.fe-view--list .fe-card__media { width: 100%; }
}

/* pagination */
.fe-pagination ul { display: flex; gap: 8px; list-style: none; padding: 0; margin: 30px 0 0; justify-content: center; flex-wrap: wrap; }
.fe-pagination a, .fe-pagination span { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 10px; border-radius: 12px; border: 1px solid var(--fe-line); background: #fff; color: var(--fe-ink); font-weight: 600; }
.fe-pagination .current { background: var(--fe-primary); color: #fff; border-color: var(--fe-primary); }
.fe-pagination a:hover { background: var(--fe-teal-50); }

/* --------------------------------------------------------------- single product */
.fe-single { padding-block: clamp(28px, 4vw, 48px); }
.fe-single__grid { display: grid; grid-template-columns: 1fr 380px; gap: clamp(24px, 3vw, 48px); align-items: start; }
.fe-single__gallery { border-radius: var(--fe-radius-lg); overflow: hidden; position: relative; margin-bottom: 28px; }
.fe-single__gallery img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.fe-single__title { margin-bottom: .3rem; }
.fe-single__meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--fe-muted); margin-bottom: 20px; align-items: center; }
.fe-single__meta span { display: inline-flex; gap: 6px; align-items: center; }
.fe-single__tabs { display: flex; gap: 6px; border-bottom: 2px solid var(--fe-line); margin: 28px 0 20px; overflow-x: auto; }
.fe-single__tab { padding: 12px 18px; border: 0; background: none; font-weight: 700; color: var(--fe-muted); border-bottom: 3px solid transparent; margin-bottom: -2px; white-space: nowrap; }
.fe-single__tab.is-active { color: var(--fe-primary); border-color: var(--fe-primary); }
.fe-block { margin-bottom: 34px; }
.fe-block__title { font-size: 1.35rem; margin-bottom: 14px; }
.fe-list-check { list-style: none; padding: 0; display: grid; gap: 10px; }
.fe-list-check li { display: flex; gap: 10px; align-items: flex-start; }
.fe-list-check li::before { content: "✓"; color: var(--fe-success); font-weight: 800; flex: none; }
.fe-list-cross li::before { content: "✕"; color: var(--fe-coral-700); }
.fe-itinerary { border-left: 2px solid var(--fe-teal-100); padding-left: 22px; }
.fe-map { border-radius: var(--fe-radius-lg); overflow: hidden; border: 1px solid var(--fe-line); }
.fe-map iframe { width: 100%; height: 340px; border: 0; display: block; }

/* booking sidebar */
.fe-booking { position: sticky; top: calc(var(--fe-header-h) + 16px); }
.fe-booking__card { background: #fff; border: 1px solid var(--fe-line); border-radius: var(--fe-radius-lg); box-shadow: var(--fe-shadow); padding: 24px; }
.fe-booking__price { font-family: var(--fe-font-head); font-size: 2rem; color: var(--fe-primary-dark); font-weight: 700; margin-bottom: 4px; }
.fe-booking__price small { font-size: .9rem; color: var(--fe-muted); font-family: var(--fe-font-body); font-weight: 400; }
@media (max-width: 980px) { .fe-single__grid { grid-template-columns: 1fr; } .fe-booking { position: static; } }

/* --------------------------------------------------------------- forms */
.fe-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fe-form__row--3 { grid-template-columns: 1fr 1fr 1fr; }
.fe-form__field { margin: 0 0 16px; display: flex; flex-direction: column; gap: 6px; }
.fe-form__field label { font-weight: 600; font-size: .9rem; color: var(--fe-ink); }
.fe-form input, .fe-form select, .fe-form textarea { width: 100%; padding: .8rem 1rem; border: 1px solid var(--fe-line); border-radius: 12px; background: var(--fe-bg-soft); font-size: 1rem; font-family: inherit; color: var(--fe-ink); transition: border var(--fe-dur), box-shadow var(--fe-dur); }
.fe-form input:focus, .fe-form select:focus, .fe-form textarea:focus { outline: none; border-color: var(--fe-primary); box-shadow: var(--fe-ring); background: #fff; }
.fe-form .has-error { border-color: var(--fe-coral-700); }
.fe-req { color: var(--fe-coral-700); }
.fe-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.fe-form__actions { display: grid; gap: 10px; margin-top: 6px; }
.fe-form__note { font-size: .8rem; color: var(--fe-muted); margin-top: 10px; }
.fe-inquiry { background: #fff; border: 1px solid var(--fe-line); border-radius: var(--fe-radius-lg); padding: 26px; box-shadow: var(--fe-shadow-sm); }
.fe-inquiry__title { font-size: 1.4rem; margin-bottom: 16px; }
@media (max-width: 560px) { .fe-form__row, .fe-form__row--3 { grid-template-columns: 1fr; } }

.fe-alert { padding: 14px 16px; border-radius: 12px; margin-bottom: 16px; font-weight: 600; }
.fe-alert--success { background: #e7f6ee; color: #157347; border: 1px solid #b7e4c7; }
.fe-alert--error { background: var(--fe-coral-50); color: var(--fe-coral-700); border: 1px solid #f5c6c0; }

/* newsletter */
.fe-newsletter__row { display: flex; gap: 8px; }
.fe-newsletter input { flex: 1; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.08); color: #fff; }
.fe-newsletter input::placeholder { color: rgba(255,255,255,.6); }

/* --------------------------------------------------------------- footer */
.fe-footer { background: var(--fe-teal-900); color: #a9c9c8; }
.fe-footer a { color: #cfe6e5; }
.fe-footer a:hover { color: #fff; }
.fe-footer__cta { background: linear-gradient(120deg, var(--fe-primary), var(--fe-teal-700)); }
.fe-footer__cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: clamp(32px, 5vw, 56px); flex-wrap: wrap; }
.fe-footer__cta-title { color: #fff; margin: 0 0 6px; }
.fe-footer__cta-text { color: rgba(255,255,255,.85); margin: 0; }
.fe-footer__cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.fe-footer__main { padding-block: clamp(40px, 6vw, 72px); }
.fe-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.4fr; gap: 32px; }
.fe-footer__heading { color: #fff; font-family: var(--fe-font-body); font-size: 1.05rem; margin-bottom: 16px; }
.fe-footer__menu { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.fe-footer__about { margin: 16px 0; }
.fe-footer__contact { display: flex; gap: 8px; align-items: flex-start; margin: 0 0 8px; font-size: .92rem; }
.fe-footer__socials { display: flex; gap: 10px; margin-top: 16px; }
.fe-footer__socials .fe-social { background: rgba(255,255,255,.08); }
.fe-footer__bar { border-top: 1px solid rgba(255,255,255,.1); padding-block: 18px; font-size: .85rem; }
.fe-footer__bar-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.fe-footer__legal { list-style: none; display: flex; gap: 18px; padding: 0; margin: 0; }
@media (max-width: 900px) { .fe-footer__grid { grid-template-columns: 1fr 1fr; } .fe-footer__cta-inner { flex-direction: column; align-items: flex-start; } }
@media (max-width: 540px) { .fe-footer__grid { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------- floating */
.fe-fab-whatsapp { position: fixed; bottom: 22px; right: 22px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 24px rgba(37,211,102,.5); font-size: 1.6rem; animation: fe-pulse 2.4s infinite; }
.fe-fab-whatsapp:hover { color: #fff; transform: scale(1.06); }
@keyframes fe-pulse { 0% { box-shadow: 0 10px 24px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 10px 24px rgba(37,211,102,.5), 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 10px 24px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,0); } }
@media (prefers-reduced-motion: reduce) { .fe-fab-whatsapp { animation: none; } }

.fe-sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 85; display: none; background: #fff; box-shadow: 0 -4px 20px rgba(15,27,45,.12); padding: 8px; gap: 8px; }
.fe-sticky-cta__btn { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 8px; border-radius: 12px; font-size: .72rem; font-weight: 700; color: var(--fe-ink); background: var(--fe-bg-soft); }
.fe-sticky-cta__btn--wa { background: #25d366; color: #fff; }
.fe-sticky-cta__btn--accent { background: var(--fe-accent); color: #fff; }
@media (max-width: 768px) { .fe-sticky-cta { display: flex; } .fe-fab-whatsapp { bottom: 78px; } body { padding-bottom: 66px; } }

/* toast */
.fe-toast { position: fixed; bottom: 24px; left: 50%; transform: translate(-50%, 20px); background: var(--fe-ink); color: #fff; padding: 12px 20px; border-radius: var(--fe-radius-pill); z-index: 300; opacity: 0; pointer-events: none; transition: all var(--fe-dur) var(--fe-ease); font-weight: 600; box-shadow: var(--fe-shadow-lg); }
.fe-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* popup */
.fe-popup { position: fixed; inset: 0; z-index: 250; display: grid; place-items: center; padding: 20px; opacity: 0; transition: opacity var(--fe-dur); }
.fe-popup.is-open { opacity: 1; }
.fe-popup__backdrop { position: absolute; inset: 0; background: rgba(15,27,45,.6); }
.fe-popup__box { position: relative; background: #fff; border-radius: var(--fe-radius-lg); padding: 32px; max-width: 520px; width: 100%; box-shadow: var(--fe-shadow-lg); transform: translateY(16px); transition: transform var(--fe-dur) var(--fe-ease); max-height: 92vh; overflow-y: auto; }
.fe-popup.is-open .fe-popup__box { transform: translateY(0); }
.fe-popup__close { position: absolute; top: 12px; right: 14px; border: 0; background: none; font-size: 1.8rem; color: var(--fe-muted); line-height: 1; }
.fe-popup__title { margin-bottom: 6px; }
.fe-popup__text { color: var(--fe-muted); margin-bottom: 18px; }

/* --------------------------------------------------------------- reveal + utils */
.fe-reveal { opacity: 1; }
@media (prefers-reduced-motion: no-preference) { .fe-reveal:not(.is-revealed) { opacity: 0; } }
.fe-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; }
@media (max-width: 820px) { .fe-grid-2 { grid-template-columns: 1fr; } }
.fe-text-center { text-align: center; }
.fe-mt-lg { margin-top: 40px; }
.fe-rounded { border-radius: var(--fe-radius-lg); overflow: hidden; }

/* simple inline icons (CSS masks avoided for perf; use unicode/pseudo) */
[class^="fe-ic-"], [class*=" fe-ic-"] { display: inline-block; width: 1em; height: 1em; }
.fe-ic-phone::before { content: "\260E"; } .fe-ic-mail::before { content: "\2709"; }
.fe-ic-pin::before { content: "\1F4CD"; } .fe-ic-clock::before { content: "\1F551"; }
.fe-ic-search::before { content: "\1F50D"; } .fe-ic-heart::before { content: "\2665"; }
.fe-ic-whatsapp::before { content: "\1F4AC"; }
.fe-ic-facebook::before { content: "f"; font-weight: 800; } .fe-ic-instagram::before { content: "\1F4F7"; }
.fe-ic-twitter::before { content: "\1D54F"; } .fe-ic-youtube::before { content: "\25B6"; }
.fe-ic-linkedin::before { content: "in"; font-size: .7em; font-weight: 800; } .fe-ic-tiktok::before { content: "\266A"; }

/* --------------------------------------------------------------- prose + widgets */
.fe-prose { font-size: 1.05rem; color: var(--fe-body); }
.fe-prose > * + * { margin-top: 1rem; }
.fe-prose h2 { font-size: 1.6rem; margin-top: 1.6em; }
.fe-prose h3 { font-size: 1.3rem; margin-top: 1.4em; }
.fe-prose img { border-radius: var(--fe-radius); margin-block: 1rem; }
.fe-prose ul, .fe-prose ol { padding-left: 1.3em; }
.fe-prose li { margin-bottom: .4rem; }
.fe-prose blockquote { border-left: 4px solid var(--fe-accent); padding: .4rem 0 .4rem 1.2rem; margin: 1.4rem 0; font-style: italic; color: var(--fe-ink); }
.fe-prose a { text-decoration: underline; text-underline-offset: 3px; }
.fe-prose table { width: 100%; border-collapse: collapse; }
.fe-prose th, .fe-prose td { border: 1px solid var(--fe-line); padding: 10px 12px; text-align: left; }

.fe-sidebar { display: grid; gap: 24px; align-content: start; }
.fe-widget { background: #fff; border: 1px solid var(--fe-line); border-radius: var(--fe-radius-lg); padding: 22px; }
.fe-widget__title { font-family: var(--fe-font-body); font-size: 1.1rem; margin-bottom: 14px; }
.fe-widget ul { list-style: none; padding: 0; margin: 0; }
.fe-widget li { padding: 6px 0; border-bottom: 1px solid var(--fe-line); }
.fe-widget li:last-child { border-bottom: 0; }
.fe-post-tags { margin-top: 24px; display: flex; gap: 8px; flex-wrap: wrap; }
.fe-post-tags a { background: var(--fe-teal-50); color: var(--fe-primary); padding: 4px 12px; border-radius: var(--fe-radius-pill); font-size: .85rem; }
.fe-no-results { padding: 40px; text-align: center; color: var(--fe-muted); background: var(--fe-bg-soft); border-radius: var(--fe-radius-lg); }

/* comments */
.fe-comment-list { list-style: none; padding: 0; }
.fe-comment-list .comment { border: 1px solid var(--fe-line); border-radius: var(--fe-radius); padding: 18px; margin-bottom: 14px; }
.fe-comment-list .comment-author { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.fe-comment-list .avatar { border-radius: 50%; }
.fe-comments .comment-form { display: grid; gap: 14px; margin-top: 24px; }
.fe-comments .comment-form input:not([type="submit"]), .fe-comments .comment-form textarea { width: 100%; padding: .8rem 1rem; border: 1px solid var(--fe-line); border-radius: 12px; background: var(--fe-bg-soft); }

/* --------------------------------------------------------------- elementor full-width */
.fe-fullwidth { width: 100%; }
.fe-fullwidth > .elementor { width: 100%; }
/* Give Elementor sections room while keeping theme typography. */
body.elementor-page .fe-main { padding: 0; }

/* --------------------------------------------------------------- a11y */
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.fe-skip-link { position: absolute; left: -9999px; top: 0; background: var(--fe-ink); color: #fff; padding: 12px 20px; z-index: 400; border-radius: 0 0 10px 0; }
.fe-skip-link:focus { left: 0; color: #fff; }
