:root {
  --orange: #f26a21;
  --orange-dark: #d94d0e;
  --orange-soft: #fff0e6;
  --ink: #17211d;
  --ink-2: #26332e;
  --muted: #65716c;
  --cream: #f8f5ef;
  --white: #fff;
  --green: #14934a;
  --line: #e6e7e2;
  --shadow-sm: 0 8px 26px rgba(23, 33, 29, .08);
  --shadow-lg: 0 28px 70px rgba(23, 33, 29, .15);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 145px; }
[id] { scroll-margin-top: 145px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { color: var(--muted); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.section--cream { background: var(--cream); }
.section--dark { color: var(--white); background: var(--ink); }
.section--dark p { color: #b9c2bd; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; padding: 10px 16px; z-index: 999; border-radius: 8px; }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--orange-dark); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.section--dark .eyebrow { color: #ff9a61; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; max-width: 760px; }
.section-heading p { margin: 0; max-width: 480px; }
.center-heading { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.center-heading .eyebrow::before { display: none; }
.center-heading p { max-width: 620px; margin-inline: auto; }
.btn { min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 800; font-size: .94rem; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: #fff; background: var(--orange); box-shadow: 0 10px 28px rgba(242, 106, 33, .25); }
.btn--primary:hover { background: var(--orange-dark); }
.btn--dark { color: #fff; background: var(--ink); }
.btn--light { color: var(--ink); background: #fff; }
.btn--outline { border-color: var(--line); background: transparent; }
.btn--whatsapp { color: #fff; background: var(--green); }
.btn--block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--orange-dark); font-weight: 800; }
.link-arrow::after { content: "→"; transition: transform .2s ease; }
.link-arrow:hover::after { transform: translateX(4px); }
.stars { color: #f5a623; letter-spacing: .08em; }

.topbar { color: #e9efeb; background: #101915; font-size: .82rem; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; gap: 26px; }
.topbar__rating { display: flex; align-items: center; gap: 9px; }
.topbar__item { margin-right: auto; }
.topbar__phone { color: #fff; font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(230,231,226,.85); backdrop-filter: blur(14px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(23,33,29,.08); }
.site-header__inner { min-height: 86px; display: flex; align-items: center; gap: 26px; }
.brand { width: 270px; display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand__mark { width: 50px; height: 50px; flex: 0 0 50px; display: grid; place-items: center; color: #fff; border-radius: 15px 15px 15px 4px; background: var(--orange); box-shadow: 0 8px 20px rgba(242,106,33,.22); font-size: 1.12rem; font-weight: 950; letter-spacing: -.05em; }
.brand__copy { min-width: 0; display: flex; flex-direction: column; line-height: 1.05; }
.brand__copy strong { color: var(--ink); font-size: .79rem; font-weight: 900; letter-spacing: -.01em; white-space: nowrap; }
.brand__copy small { margin-top: 5px; color: var(--orange-dark); font-size: .62rem; font-weight: 850; letter-spacing: .2em; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 23px; }
.main-nav a { padding: 30px 0; color: #36413d; font-size: .86rem; font-weight: 750; white-space: nowrap; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--orange); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions .btn { min-height: 44px; padding: 10px 17px; font-size: .82rem; }
.header-call { display: none; }
.nav-toggle { width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 50%; display: none; background: var(--cream); }
.nav-toggle span { width: 100%; height: 2px; margin: 5px 0; display: block; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 720px; display: grid; align-items: center; position: relative; overflow: hidden; background: var(--cream); }
.hero::before { content: ""; width: 540px; height: 540px; position: absolute; left: -270px; top: 30px; border: 1px solid rgba(242,106,33,.15); border-radius: 50%; box-shadow: 0 0 0 80px rgba(242,106,33,.025), 0 0 0 160px rgba(242,106,33,.018); }
.hero__grid { padding: 74px 0 88px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; position: relative; z-index: 1; }
.hero h1 { max-width: 720px; margin-bottom: 22px; }
.hero h1 span { color: var(--orange); }
.hero__copy > p { max-width: 650px; margin-bottom: 28px; font-size: 1.12rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__proof { margin-top: 32px; padding-top: 28px; border-top: 1px solid #dddcd7; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero__proof strong { display: block; color: var(--ink); font-size: 1.18rem; }
.hero__proof span { color: var(--muted); font-size: .78rem; }
.hero__visual { min-height: 560px; position: relative; }
.hero__image { width: 100%; height: 530px; object-fit: cover; border-radius: 44% 44% 24px 24px; box-shadow: var(--shadow-lg); }
.hero__badge { position: absolute; right: -18px; top: 46px; width: 128px; height: 128px; padding: 18px; border: 8px solid var(--cream); border-radius: 50%; color: #fff; background: var(--orange); display: grid; place-content: center; text-align: center; transform: rotate(7deg); box-shadow: var(--shadow-sm); }
.hero__badge strong { font-size: 1.5rem; line-height: 1; }
.hero__badge span { font-size: .68rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.booking-card { width: min(410px, 92%); padding: 22px; position: absolute; left: -38px; bottom: -22px; color: #fff; background: rgba(23,33,29,.95); border-radius: var(--radius); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); }
.booking-card__title { margin-bottom: 15px; display: flex; justify-content: space-between; align-items: center; }
.booking-card__title strong { font-size: 1.1rem; }
.booking-card__title span { color: #aab6b0; font-size: .75rem; }
.quick-form { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.quick-form input, .quick-form select { width: 100%; min-height: 46px; padding: 10px 12px; color: #fff; border: 1px solid #42504a; border-radius: 10px; outline: none; background: #25312c; }
.quick-form input::placeholder { color: #9da8a3; }
.quick-form button { grid-column: 1 / -1; border: 0; }

.trust-strip { color: #fff; background: var(--orange); }
.trust-strip__grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 22px 28px; border-right: 1px solid rgba(255,255,255,.22); display: flex; align-items: center; gap: 15px; }
.trust-item:first-child { border-left: 1px solid rgba(255,255,255,.22); }
.trust-icon { width: 45px; height: 45px; flex: 0 0 45px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.17); }
.trust-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.trust-item strong { display: block; font-size: .96rem; }
.trust-item span { display: block; color: #ffe7d9; font-size: .74rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.carousel-shell { min-width: 0; position: relative; }
.service-swiper { padding: 3px 2px 8px; overflow: hidden; }
.service-swiper .swiper-slide { height: auto; }
.service-card { height: 100%; min-height: 500px; padding: 28px; border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; color: #fff; background: var(--ink); isolation: isolate; }
.service-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--card-image) center/cover no-repeat; transition: transform .5s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 20%, rgba(10,19,15,.88) 92%); }
.service-card:hover::before { transform: scale(1.045); }
.service-card__number { width: 44px; height: 44px; margin-bottom: auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(0,0,0,.16); backdrop-filter: blur(8px); font-size: .8rem; font-weight: 800; }
.service-card__content { padding-top: 100px; }
.service-card h3 { margin-bottom: 10px; font-size: 1.55rem; }
.service-card p { margin-bottom: 18px; color: #d9e0dc; font-size: .9rem; }
.service-card .link-arrow { color: #fff; }

.place-swiper { padding: 3px 2px 9px; overflow: hidden; }
.place-swiper .swiper-slide { height: auto; min-width: 0; }
.place-card { height: 100%; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; display: flex; flex-direction: column; box-shadow: 0 8px 26px rgba(23,33,29,.055); }
.place-card__image { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--cream); }
.place-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.place-card:hover .place-card__image img { transform: scale(1.045); }
.place-card__number { width: 42px; height: 42px; position: absolute; top: 14px; left: 14px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(242,94,24,.94); box-shadow: 0 8px 20px rgba(0,0,0,.16); font-size: .73rem; font-weight: 850; backdrop-filter: blur(8px); }
.place-card__body { min-width: 0; min-height: 190px; padding: 22px; display: flex; flex: 1; flex-direction: column; }
.place-card__meta { color: var(--orange-dark); font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.place-card h3 { min-height: 2.4em; margin: 8px 0 19px; font-size: 1.25rem; line-height: 1.2; word-break: keep-all; overflow-wrap: normal; hyphens: none; }
.place-card .link-arrow { margin-top: auto; align-self: flex-start; }
.section--dark .place-card { color: #fff; border-color: #3b4943; background: #24302b; box-shadow: none; }
.section--dark .place-card h3 { color: #fff; }
.section--dark .place-card__meta, .section--dark .place-card .link-arrow { color: #ff9a61; }
.section--dark .carousel-arrow { color: #fff; border-color: #4d5a55; background: transparent; }
.section--dark .carousel-arrow:hover { border-color: var(--orange); background: var(--orange); }
.section--dark .carousel-pagination .swiper-pagination-bullet { background: #53615b; }
.section--dark .carousel-pagination .swiper-pagination-bullet-active { background: var(--orange); }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.about-visual { min-height: 600px; position: relative; }
.about-visual > img { width: 90%; height: 560px; object-fit: cover; border-radius: var(--radius-lg); }
.about-stat { width: 210px; padding: 25px; position: absolute; right: 0; bottom: 0; color: #fff; background: var(--orange); border: 10px solid var(--white); border-radius: var(--radius); }
.about-stat strong { display: block; font-size: 2.5rem; line-height: 1; }
.about-stat span { font-size: .8rem; font-weight: 700; }
.about-copy h2 { margin-bottom: 22px; }
.about-copy > p { font-size: 1.05rem; }
.feature-list { margin: 30px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-item { padding: 17px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; display: flex; gap: 12px; align-items: flex-start; }
.feature-check { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--orange); }
.feature-check svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-item strong { font-size: .9rem; }
.feature-item span { display: block; color: var(--muted); font-size: .75rem; }

.package-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.package-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.package-card__image { height: 300px; position: relative; overflow: hidden; }
.package-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.package-card:hover .package-card__image img { transform: scale(1.04); }
.package-card__tag { padding: 8px 12px; position: absolute; left: 18px; top: 18px; color: #fff; border-radius: 999px; background: var(--orange); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.package-card__body { padding: 30px; }
.package-card__heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.package-card__heading h3 { margin-bottom: 8px; font-size: 1.7rem; }
.package-card__meta { color: var(--orange-dark); font-size: .8rem; font-weight: 800; white-space: nowrap; }
.package-points { padding: 0; margin: 22px 0 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 16px; list-style: none; }
.package-points li { padding-left: 21px; color: #4d5b55; font-size: .82rem; position: relative; }
.package-points li::before { content: ""; width: 6px; height: 11px; position: absolute; left: 3px; top: 4px; border: solid var(--orange); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.package-card__footer { padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.package-card__footer small { color: var(--muted); }
.package-card__footer strong { display: block; color: var(--ink); font-size: 1.05rem; }

.fleet-wrap { position: relative; }
.fleet-swiper { padding: 3px 2px 9px; overflow: hidden; }
.fleet-swiper .swiper-slide { height: auto; }
.fleet-card { height: 100%; min-height: 385px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(23,33,29,.045); }
.fleet-card__image { height: 210px; margin-bottom: 20px; display: grid; place-items: center; border-radius: 16px; background: var(--cream); overflow: hidden; }
.fleet-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.fleet-card:hover .fleet-card__image img { transform: scale(1.04); }
.fleet-card h3 { margin-bottom: 7px; }
.fleet-card__meta { margin-bottom: 18px; display: flex; gap: 8px; flex-wrap: wrap; }
.fleet-card__meta span { padding: 5px 8px; color: var(--muted); border-radius: 7px; background: var(--cream); font-size: .7rem; font-weight: 700; }

.carousel-controls { min-height: 48px; margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; visibility: hidden; }
.carousel-ready > .carousel-controls { visibility: visible; }
.carousel-pagination { width: auto !important; position: static !important; display: flex; align-items: center; gap: 8px; }
.carousel-pagination .swiper-pagination-bullet { width: 8px; height: 8px; margin: 0 !important; opacity: 1; background: #ccd0cc; transition: width .2s ease, background .2s ease; }
.carousel-pagination .swiper-pagination-bullet-active { width: 28px; border-radius: 99px; background: var(--orange); }
.carousel-arrows { display: flex; gap: 9px; }
.carousel-arrow { width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: #fff; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.carousel-arrow:hover { color: #fff; border-color: var(--orange); background: var(--orange); transform: translateY(-2px); }
.carousel-arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.carousel-arrow.swiper-button-disabled { opacity: .38; cursor: not-allowed; transform: none; }

.service-swiper:not(.swiper-initialized) { overflow: visible; }
.service-swiper:not(.swiper-initialized) .swiper-wrapper { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.place-swiper:not(.swiper-initialized) { overflow: visible; }
.place-swiper:not(.swiper-initialized) .swiper-wrapper { padding-bottom: 8px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(270px, 1fr); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; }
.fleet-swiper:not(.swiper-initialized) { overflow: visible; }
.fleet-swiper:not(.swiper-initialized) .swiper-wrapper { padding-bottom: 8px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(270px, 1fr); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; }
.service-swiper:not(.swiper-initialized) .swiper-slide, .place-swiper:not(.swiper-initialized) .swiper-slide, .fleet-swiper:not(.swiper-initialized) .swiper-slide, .review-swiper:not(.swiper-initialized) .swiper-slide { width: auto !important; }
.carousel-fallback .carousel-controls { display: none; }

.route-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.route-cloud a { padding: 11px 16px; color: #dce4df; border: 1px solid #3a4842; border-radius: 999px; font-size: .85rem; transition: .2s ease; }
.route-cloud a:hover { color: #fff; border-color: var(--orange); background: var(--orange); }
.route-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.route-layout h2 { position: sticky; top: 130px; }

.reviews-shell { padding: 46px; border-radius: var(--radius-lg); color: #fff; background: var(--ink); overflow: hidden; }
.reviews-top { margin-bottom: 34px; display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; }
.reviews-top h2 { margin-bottom: 0; max-width: 620px; }
.google-score { min-width: 210px; display: flex; gap: 14px; align-items: center; }
.google-score strong { font-size: 2.4rem; line-height: 1; }
.google-score span { color: #b9c2bd; display: block; font-size: .72rem; }
.review-swiper { overflow: hidden; }
.review-swiper .swiper-wrapper { align-items: stretch; }
.review-swiper .swiper-slide { height: auto; }
.review-card { height: 100%; min-height: 280px; padding: 27px; border: 1px solid #3b4943; border-radius: var(--radius); background: #24302b; display: flex; flex-direction: column; }
.review-card .stars { margin-bottom: 16px; }
.review-card blockquote { margin: 0 0 24px; color: #eef3f0; font-size: 1rem; }
.review-kicker { margin-bottom: 16px; color: #ff9a61; font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.review-author { margin-top: auto; display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--orange); font-weight: 900; }
.review-avatar svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.review-author strong { display: block; font-size: .9rem; }
.review-author span { color: #aeb9b3; font-size: .72rem; }
.review-controls { margin-top: 24px; display: flex; justify-content: space-between; align-items: center; visibility: hidden; }
.review-swiper.carousel-ready .review-controls { visibility: visible; }
.review-pagination { width: auto !important; position: static !important; display: flex; gap: 8px; align-items: center; }
.review-pagination .swiper-pagination-bullet { width: 8px; height: 8px; margin: 0 !important; opacity: 1; background: #53615b; transition: width .2s ease, background .2s ease; }
.review-pagination .swiper-pagination-bullet-active { width: 26px; border-radius: 99px; background: var(--orange); }
.review-arrows { display: flex; gap: 8px; }
.review-arrow { width: 45px; height: 45px; padding: 0; display: grid; place-items: center; color: #fff; border: 1px solid #4d5a55; border-radius: 50%; background: transparent; }
.review-arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.review-arrow:hover { background: var(--orange); border-color: var(--orange); }
.review-arrow.swiper-button-disabled { opacity: .35; cursor: not-allowed; }
.review-swiper:not(.swiper-initialized) .swiper-wrapper { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.review-swiper.carousel-fallback .review-controls { display: none; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.blog-card { height: 100%; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.blog-card__image { height: auto; aspect-ratio: 16 / 10; overflow: hidden; background: var(--cream); }
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.blog-card:hover .blog-card__image img { transform: scale(1.045); }
.blog-card__body { padding: 23px; display: flex; flex: 1; flex-direction: column; }
.blog-meta { margin-bottom: 12px; color: var(--orange-dark); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.blog-card h2, .blog-card h3 { margin-bottom: 11px; font-size: 1.25rem; }
.blog-card p { font-size: .88rem; }
.blog-card__body > .link-arrow { margin-top: auto; align-self: flex-start; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 24px 4px; border: 0; display: flex; justify-content: space-between; gap: 20px; text-align: left; color: var(--ink); background: transparent; font-weight: 800; }
.faq-question span:last-child { color: var(--orange); font-size: 1.4rem; transition: transform .2s ease; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { padding: 0 38px 22px 4px; margin: 0; }
.faq-item.open .faq-answer { max-height: 260px; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }

.contact-shell { border-radius: var(--radius-lg); overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--cream); }
.contact-copy { padding: 55px; }
.contact-copy h2 { margin-bottom: 18px; }
.contact-list { margin: 30px 0; display: grid; gap: 15px; }
.contact-row { display: flex; gap: 14px; align-items: flex-start; }
.contact-row__icon { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--orange); }
.contact-row__icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.contact-row strong { display: block; font-size: .9rem; }
.contact-row span, .contact-row a { color: var(--muted); font-size: .82rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map-wrap { min-height: 570px; position: relative; overflow: hidden; background: var(--ink); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 570px; display: block; border: 0; }
.map-placeholder { width: 100%; height: 100%; min-height: 570px; padding: 46px; border: 0; display: flex; align-items: flex-end; text-align: left; color: #fff; position: relative; isolation: isolate; background: transparent; }
.map-placeholder::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--map-image) center/cover no-repeat; transform: scale(1.02); }
.map-placeholder::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(23,33,29,.12), rgba(23,33,29,.9)); }
.map-placeholder__pin { width: 58px; height: 58px; margin-right: 16px; flex: 0 0 58px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); font-size: 1.5rem; box-shadow: 0 10px 30px rgba(0,0,0,.24); }
.map-placeholder__pin svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.map-placeholder strong { display: block; font-size: 1.2rem; }
.map-placeholder span:last-child { display: block; color: #dbe2de; font-size: .8rem; }

.page-hero { padding: 82px 0; color: #fff; position: relative; overflow: hidden; background: var(--ink); }
.page-hero::after { content: ""; width: 440px; height: 440px; position: absolute; right: -100px; top: -180px; border: 80px solid rgba(242,106,33,.1); border-radius: 50%; }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumbs { margin-bottom: 24px; display: flex; flex-wrap: wrap; gap: 8px; color: #9fa9a4; font-size: .78rem; }
.breadcrumbs a { color: #fff; }
.page-hero h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(2.6rem, 6vw, 4.8rem); }
.page-hero p { max-width: 720px; margin-bottom: 28px; color: #bdc6c1; font-size: 1.06rem; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.content-grid { display: grid; grid-template-columns: 1fr 340px; gap: 55px; align-items: start; }
.prose { color: #45534d; }
.prose h2 { margin: 42px 0 16px; font-size: 2rem; color: var(--ink); }
.prose h3 { margin: 28px 0 12px; color: var(--ink); }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin-bottom: 8px; }
.prose img { margin: 28px 0; border-radius: var(--radius); }
.sidebar-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); position: sticky; top: 120px; }
.sidebar-card h2 { font-size: 1.4rem; }
.sidebar-card .btn { width: 100%; margin-top: 8px; }
.sidebar-points { padding: 0; margin: 20px 0; list-style: none; }
.sidebar-points li { padding: 9px 0; border-bottom: 1px solid #dcddd8; color: #52605a; font-size: .84rem; }
.city-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.city-card { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.city-card strong { display: block; }
.city-card span { color: var(--muted); font-size: .78rem; }

.blog-listing .blog-card__image { height: auto; aspect-ratio: 16 / 10; }
.article-hero-image { width: 100%; max-height: 580px; margin: 0 0 42px; object-fit: cover; border-radius: var(--radius-lg); }
.article-byline { display: flex; flex-wrap: wrap; gap: 18px; color: #aeb9b3; font-size: .8rem; }
.article-byline strong { color: #fff; }
.not-found { min-height: 60vh; display: grid; place-items: center; text-align: center; }

.site-footer { padding-top: 70px; color: #e8eeeb; background: #101915; }
.footer-grid { padding-bottom: 55px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.25fr; gap: 50px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.brand--footer { width: 285px; margin-bottom: 22px; }
.brand--footer .brand__copy strong { color: #fff; }
.brand--footer .brand__copy small { color: #ff9a61; }
.footer-brand p { max-width: 380px; color: #99a59f; font-size: .87rem; }
.footer-rating { font-size: .82rem; font-weight: 800; }
.footer-grid h2 { margin: 8px 0 15px; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { color: #aeb8b3; font-size: .82rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { min-height: 72px; border-top: 1px solid #2b3832; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-bottom p { margin: 0; color: #87938d; font-size: .76rem; }
.footer-cookie-settings { padding: 0; color: #b5c0ba; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: inherit; line-height: inherit; }
.footer-cookie-settings:hover, .footer-cookie-settings:focus-visible { color: #fff; }
.floating-actions { position: fixed; right: 18px; bottom: 24px; z-index: 80; display: flex; flex-direction: column; gap: 10px; }
.floating-actions a { width: 56px; min-height: 56px; padding: 0; display: grid; place-items: center; color: #fff; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 10px 26px rgba(0,0,0,.2); }
.floating-actions svg { width: 24px; height: 24px; fill: currentColor; }
.floating-actions span { display: none; }
.float-call { background: var(--orange); }
.float-whatsapp { background: var(--green); }
.mobile-booking-bar { display: none; }

.cookie-banner { width: min(820px, calc(100% - 32px)); padding: 20px; position: fixed; left: 50%; bottom: 20px; z-index: 130; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; color: #fff; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(23,33,29,.98); box-shadow: 0 24px 70px rgba(0,0,0,.3); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 22px); transition: opacity .25s ease, transform .25s ease, visibility .25s ease; backdrop-filter: blur(18px); }
.cookie-banner.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.cookie-banner__icon { width: 46px; height: 46px; display: grid; place-items: center; color: #fff; border-radius: 14px; background: var(--orange); }
.cookie-banner__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.cookie-banner__content { max-width: 455px; }
.cookie-banner__content strong { display: block; margin-bottom: 3px; font-size: .94rem; }
.cookie-banner__content p { margin: 0; color: #bdc7c2; font-size: .74rem; line-height: 1.5; }
.cookie-banner__actions { display: flex; gap: 8px; }
.cookie-button { min-height: 42px; padding: 9px 15px; border: 1px solid transparent; border-radius: 999px; white-space: nowrap; font-size: .76rem; font-weight: 800; }
.cookie-button--primary { color: #fff; background: var(--orange); }
.cookie-button--primary:hover { background: var(--orange-dark); }
.cookie-button--secondary { color: #fff; border-color: #53615b; background: transparent; }
.cookie-button--secondary:hover { border-color: #7f8b85; background: #26332e; }
.cookie-button:focus-visible, .footer-cookie-settings:focus-visible { outline: 3px solid rgba(242,106,33,.45); outline-offset: 3px; }

@media (max-width: 1120px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .78rem; }
  .header-actions .btn { display: none; }
  .header-call { display: none !important; }
  .hero__grid { gap: 45px; }
  .booking-card { left: -15px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
  .section { padding: 76px 0; }
  .topbar__item { display: none; }
  .topbar__phone { margin-left: auto; }
  .site-header__inner { min-height: 76px; }
  .brand { width: 225px; }
  .brand__mark { width: 46px; height: 46px; flex-basis: 46px; }
  .brand__copy strong { font-size: .68rem; }
  .brand__copy small { font-size: .56rem; }
  .nav-toggle { display: block; }
  .main-nav { width: 100%; max-height: 0; padding: 0 20px; margin: 0; overflow: hidden; position: fixed; left: 0; right: 0; top: 114px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: #fff; transition: max-height .3s ease, padding .3s ease; box-shadow: 0 20px 40px rgba(23,33,29,.12); }
  .main-nav.open { max-height: calc(100vh - 114px); padding-top: 10px; padding-bottom: 22px; overflow-y: auto; }
  .main-nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: .92rem; }
  .main-nav a::after { display: none; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero__grid { padding: 60px 0 100px; grid-template-columns: 1fr; }
  .hero__copy { text-align: center; }
  .hero__copy > p { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero__proof { max-width: 650px; margin-inline: auto; }
  .hero__visual { width: min(650px, 100%); margin-inline: auto; }
  .trust-strip__grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-grid .service-card:last-child { grid-column: 1 / -1; min-height: 380px; }
  .service-swiper:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-grid, .route-layout, .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .about-copy { order: -1; }
  .route-layout h2, .faq-intro { position: static; }
  .package-card__image { height: 250px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .contact-shell { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe, .map-placeholder { min-height: 440px; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar-card { position: static; }
  .city-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .cookie-banner { grid-template-columns: auto 1fr; }
  .cookie-banner__actions { grid-column: 1 / -1; justify-content: flex-end; }
}

@media (max-width: 640px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 62px 0; }
  .topbar__inner { min-height: 34px; }
  .topbar__rating strong { font-size: .7rem; }
  .topbar__rating .stars { letter-spacing: 0; font-size: .68rem; }
  .topbar__phone { font-size: 0; }
  .topbar__phone::after { content: "Call 24/7"; font-size: .72rem; }
  .site-header__inner { min-height: 70px; }
  .main-nav { top: 104px; }
  .main-nav.open { max-height: calc(100vh - 104px); }
  .brand { width: 198px; gap: 9px; }
  .brand__mark { width: 42px; height: 42px; flex-basis: 42px; border-radius: 13px 13px 13px 4px; font-size: .98rem; }
  .brand__copy strong { font-size: .6rem; }
  .brand__copy small { margin-top: 4px; font-size: .5rem; }
  .nav-toggle { width: 43px; height: 43px; margin-left: auto; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 14px; margin-bottom: 30px; }
  .hero__grid { padding: 46px 0 84px; gap: 44px; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .hero__copy > p { font-size: .98rem; }
  .hero__actions .btn { width: 100%; }
  .hero__proof { gap: 8px; }
  .hero__proof strong { font-size: .95rem; }
  .hero__proof span { font-size: .67rem; }
  .hero__visual { min-height: 510px; }
  .hero__image { height: 410px; border-radius: 38% 38% 20px 20px; }
  .hero__badge { width: 100px; height: 100px; right: -6px; top: 20px; border-width: 6px; }
  .hero__badge strong { font-size: 1.2rem; }
  .booking-card { width: 96%; padding: 18px; left: 2%; bottom: 5px; }
  .booking-card__title { align-items: flex-start; }
  .quick-form { grid-template-columns: 1fr; }
  .quick-form button { grid-column: auto; }
  .trust-strip__grid { grid-template-columns: 1fr 1fr; }
  .trust-item { min-height: 108px; padding: 17px 12px; gap: 10px; }
  .trust-item:first-child { border-left: 0; }
  .trust-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .trust-item strong { font-size: .8rem; }
  .trust-item span { font-size: .65rem; }
  .service-grid, .package-grid, .blog-grid { grid-template-columns: 1fr; }
  .service-card, .service-grid .service-card:last-child { grid-column: auto; min-height: 430px; }
  .service-card__content { padding-top: 72px; }
  .service-swiper:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: 1fr; }
  .place-swiper:not(.swiper-initialized) .swiper-wrapper { grid-auto-columns: minmax(250px, 86vw); }
  .place-card__body { min-height: 164px; padding: 18px; }
  .place-card h3 { min-height: auto; font-size: 1.1rem; }
  .review-swiper:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: 1fr; }
  .carousel-controls { margin-top: 18px; }
  .about-visual { min-height: 470px; }
  .about-visual > img { width: 94%; height: 430px; }
  .about-stat { width: 170px; padding: 18px; border-width: 7px; }
  .feature-list { grid-template-columns: 1fr; }
  .package-card__image { height: 220px; }
  .package-card__body { padding: 23px; }
  .package-card__heading { flex-direction: column; gap: 4px; }
  .package-points { grid-template-columns: 1fr; }
  .package-card__footer { align-items: stretch; flex-direction: column; }
  .reviews-shell { padding: 28px 20px; border-radius: var(--radius); }
  .reviews-top { align-items: flex-start; flex-direction: column; }
  .review-card { min-height: 310px; }
  .blog-card:last-child:nth-child(odd) { grid-column: auto; }
  .contact-copy { padding: 30px 22px; }
  .map-wrap, .map-wrap iframe, .map-placeholder { min-height: 380px; }
  .map-placeholder { padding: 24px; }
  .page-hero { padding: 56px 0; }
  .page-hero h1 { font-size: 2.65rem; }
  .page-hero__actions .btn { width: 100%; }
  .city-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { padding: 18px 0; flex-direction: column; align-items: flex-start; justify-content: center; }
  .floating-actions { display: none; }
  .mobile-booking-bar { height: calc(68px + env(safe-area-inset-bottom)); padding: 7px 8px calc(7px + env(safe-area-inset-bottom)); position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(23,33,29,.1); backdrop-filter: blur(10px); }
  .mobile-booking-bar a { padding: 5px 10px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; background: var(--orange); line-height: 1.15; }
  .mobile-booking-bar a:last-child { background: var(--green); }
  .mobile-booking-bar span { font-size: .62rem; opacity: .9; }
  .mobile-booking-bar strong { font-size: .82rem; }
  .cookie-banner { width: calc(100% - 20px); padding: 16px; bottom: calc(78px + env(safe-area-inset-bottom)); grid-template-columns: 1fr; gap: 11px; border-radius: 17px; }
  .cookie-banner__icon { display: none; }
  .cookie-banner__content { max-width: none; }
  .cookie-banner__content strong { font-size: .9rem; }
  .cookie-banner__content p { font-size: .71rem; }
  .cookie-banner__actions { grid-column: auto; display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-button { min-height: 44px; padding-inline: 10px; white-space: normal; line-height: 1.2; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
