: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-section { position: relative; overflow: hidden; }
.reviews-section::before { content: ""; position: absolute; inset: 80px -180px auto auto; width: 420px; height: 420px; border-radius: 50%; background: rgba(242,106,33,.08); filter: blur(4px); pointer-events: none; }
.reviews-shell { position: relative; padding: clamp(28px, 5vw, 54px); border: 1px solid #33443d; border-radius: 34px; color: #fff; background: radial-gradient(circle at 92% 0%, rgba(242,106,33,.16), transparent 30%), linear-gradient(145deg,#13211b 0%,#1b2a24 55%,#112019 100%); box-shadow: 0 28px 80px rgba(15,28,22,.18); overflow: hidden; }
.reviews-top { margin-bottom: 34px; display: flex; justify-content: space-between; gap: 34px; align-items: flex-end; }
.reviews-top h2 { max-width: 700px; margin: 3px 0 10px; color: #fff; }
.reviews-top p { max-width: 720px; margin: 0; color: #b9c7c0; }
.google-score { min-width: 238px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; display: flex; align-items: center; gap: 13px; background: rgba(255,255,255,.055); backdrop-filter: blur(8px); transition: transform .2s ease, border-color .2s ease; }
.google-score:hover { transform: translateY(-2px); border-color: rgba(242,106,33,.7); }
.google-score__mark { width: 45px; height: 45px; flex: 0 0 45px; border-radius: 50%; display: grid !important; place-items: center; color: #4285f4 !important; background: #fff; font-size: 1.2rem !important; font-weight: 950; box-shadow: 0 6px 20px rgba(0,0,0,.12); }
.google-score__copy { display: grid !important; grid-template-columns: auto 1fr; align-items: center; gap: 1px 8px; }
.google-score__copy strong { color: #fff; font-size: 2rem; line-height: 1; }
.google-score__copy .stars { color: #ffad1f; font-size: .84rem; letter-spacing: .04em; }
.google-score__copy small { grid-column: 1/-1; margin-top: 4px; color: #b9c7c0; font-size: .7rem; font-weight: 700; }
.review-swiper { overflow: hidden; }
.review-swiper .swiper-wrapper { align-items: stretch; }
.review-swiper .swiper-slide { height: auto; }
.review-swiper--single .swiper-slide { max-width: 720px; }
.review-card { position: relative; height: 100%; min-height: 330px; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: linear-gradient(155deg,rgba(255,255,255,.075),rgba(255,255,255,.035)); display: flex; flex-direction: column; box-shadow: inset 0 1px 0 rgba(255,255,255,.05); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.review-card:hover { transform: translateY(-4px); border-color: rgba(242,106,33,.55); background: linear-gradient(155deg,rgba(255,255,255,.10),rgba(255,255,255,.045)); }
.review-card__head { display: grid; grid-template-columns: 52px minmax(0,1fr) 34px; align-items: center; gap: 13px; }
.review-card__person { min-width: 0; }
.review-card__person strong { display: block; overflow: hidden; color: #fff; font-size: .96rem; text-overflow: ellipsis; white-space: nowrap; }
.review-card__person span { display: block; margin-top: 3px; overflow: hidden; color: #aebdb5; font-size: .69rem; text-overflow: ellipsis; white-space: nowrap; }
.review-avatar { width: 52px; height: 52px; border: 2px solid rgba(255,255,255,.15); border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--orange),#ff8c4d); font-weight: 900; box-shadow: 0 8px 24px rgba(242,106,33,.22); }
.review-avatar--photo { object-fit: cover; background: #edf0ed; }
.google-review-badge { width: 34px; height: 34px; border: 1px solid #e8ece9; border-radius: 50%; display: grid; place-items: center; color: #4285f4; background: #fff; font-size: .88rem; font-weight: 950; box-shadow: 0 5px 16px rgba(0,0,0,.13); }
.review-card__stars { margin: 20px 0 13px; color: #ffad1f; font-size: 1rem; letter-spacing: .08em; }
.review-card blockquote { margin: 0; color: #edf4f0; font-size: .93rem; line-height: 1.78; }
.review-copy { margin-bottom: 20px; }
.review-copy .review-text { margin-bottom: 0; }
.review-card.is-collapsible .review-text { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.review-card.is-collapsible.is-expanded .review-text { display: block; overflow: visible; -webkit-line-clamp: initial; }
.review-toggle { width: max-content; margin-top: 12px; padding: 0 0 4px; color: #ff9a61; border: 0; border-bottom: 1px solid currentColor; background: transparent; font: inherit; font-size: .76rem; font-weight: 850; cursor: pointer; transition: color .2s ease; }
.review-toggle:hover, .review-toggle:focus-visible { color: #fff; }
.review-toggle:focus-visible { outline: 2px solid #ff9a61; outline-offset: 5px; border-radius: 2px; }
.review-toggle[hidden] { display: none; }
.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-author strong { display: block; font-size: .9rem; }
.review-author span { color: #aeb9b3; font-size: .72rem; }
.review-source-link { width: max-content; margin-top: auto; padding-top: 16px; color: #ff9a61; font-size: .74rem; font-weight: 850; }
.review-source-link:hover { color: #fff; text-decoration: underline; }
.review-controls { margin-top: 25px; 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: rgba(255,255,255,.025); }
.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(3,minmax(0,1fr)); gap: 18px; }
.review-swiper--single:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: minmax(0,720px); justify-content: center; }
.review-swiper.carousel-fallback .review-controls { display: none; }
.reviews-all-action { margin-top: 28px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.reviews-google-link { color: #c7d2cc; font-size: .78rem; font-weight: 800; }
.reviews-google-link:hover { color: #fff; text-decoration: underline; }

.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; }
}

/* Complete Google review collection */
.review-archive-hero{padding:90px 0;background:linear-gradient(135deg,#f8f5ef 0%,#fff 55%,#fff0e6 100%);border-bottom:1px solid var(--line)}.review-archive-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:center;gap:70px}.review-archive-hero h1{max-width:820px;margin-bottom:20px;font-size:clamp(2.5rem,5vw,4.7rem)}.review-archive-hero p{max-width:760px;margin:0;font-size:1.06rem}.review-summary-card{padding:30px;border:1px solid #f1d3c1;border-radius:28px;display:grid;justify-items:start;background:#fff;box-shadow:var(--shadow-sm)}.review-summary-card>strong{font-size:4rem;line-height:1;letter-spacing:-.07em}.review-summary-card>.stars{margin:10px 0 6px;font-size:1.15rem}.review-summary-card>span:not(.stars){color:var(--muted);font-weight:750}.review-summary-card small{margin-top:14px;color:var(--orange-dark);font-weight:850}.review-archive-section{background:#f7f8f6}.review-filter-bar{margin-bottom:30px;padding:20px 22px;border:1px solid var(--line);border-radius:20px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;background:#fff}.review-filter-bar>div{display:grid;gap:3px}.review-filter-bar>div strong{font-size:1.1rem}.review-filter-bar>div span{color:var(--muted);font-size:.8rem}.review-filter-form{display:flex;align-items:flex-end;gap:10px}.review-filter-form label{display:grid;gap:5px}.review-filter-form label>span{color:var(--muted);font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.review-filter-form select{min-height:46px;padding:9px 36px 9px 12px;border:1px solid var(--line);border-radius:11px;background:#fff}.review-filter-form .btn{min-height:46px}.review-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}.review-archive-card.review-card{height:auto;min-height:0;padding:24px;color:var(--ink);border-color:var(--line);background:#fff;box-shadow:0 8px 24px rgba(23,33,29,.045)}.review-archive-card .stars{margin:18px 0 12px}.review-archive-card blockquote{color:#34413c}.review-archive-card .review-copy{margin-bottom:0}.review-archive-card .review-toggle{color:var(--orange-dark)}.review-archive-card__head{display:grid;grid-template-columns:48px minmax(0,1fr) 30px;align-items:center;gap:12px}.review-archive-card__person{min-width:0}.review-archive-card__person strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-archive-card__person span{display:block;color:var(--muted);font-size:.72rem}.review-archive-card .review-avatar{width:48px;height:48px;border-color:#f0d7ca}.review-archive-card .review-avatar--photo{object-fit:cover;background:#edf0ed}.review-archive-card .google-review-badge{width:30px;height:30px;font-size:.8rem}.review-archive-card .review-source-link{margin-top:16px;color:var(--orange-dark)}.review-archive-card .review-source-link:hover{color:var(--orange-dark)}.review-no-text{margin:10px 0 0;padding:15px;border-radius:12px;background:var(--cream);font-size:.88rem}.review-load-more-wrap{margin-top:34px;display:grid;justify-items:center;gap:9px}.review-load-more-wrap>span{color:var(--muted);font-size:.78rem}.review-load-more.is-loading{opacity:.65;pointer-events:none}.review-pagination{margin-top:30px;display:flex;flex-wrap:wrap;justify-content:center;gap:7px}.review-pagination a{width:40px;height:40px;border:1px solid var(--line);border-radius:10px;display:grid;place-items:center;background:#fff;font-weight:850}.review-pagination a.active{color:#fff;border-color:var(--orange);background:var(--orange)}.review-disclosure{margin-top:56px;padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff}.review-disclosure strong{display:block;margin-bottom:7px}.review-disclosure p{margin-bottom:8px;font-size:.86rem}.review-disclosure a{color:var(--orange-dark);font-size:.82rem;font-weight:850}.review-empty{padding:60px 24px;border:1px dashed #cad0cb;border-radius:24px;text-align:center;background:#fff}.review-empty h2{margin-bottom:8px;font-size:2rem}.review-empty p{margin-bottom:22px}
@media(max-width:1050px){.review-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-archive-hero__grid{grid-template-columns:minmax(0,1fr) 260px;gap:36px}.main-nav{gap:17px}.main-nav a{font-size:.8rem}}
@media(max-width:760px){.review-archive-hero{padding:64px 0}.review-archive-hero__grid{grid-template-columns:1fr}.review-summary-card{width:100%}.review-filter-bar{align-items:stretch;flex-direction:column}.review-filter-form{display:grid;grid-template-columns:1fr 1fr}.review-filter-form .btn{grid-column:1/-1}.review-filter-form select{width:100%}.review-archive-grid{grid-template-columns:1fr}.review-archive-card.review-card{min-height:0}.reviews-all-action .btn{width:100%}}
@media(max-width:480px){.review-filter-form{grid-template-columns:1fr}.review-filter-form .btn{grid-column:auto}.review-archive-hero h1{font-size:2.55rem}.review-summary-card>strong{font-size:3.4rem}.review-archive-card.review-card{padding:20px}.review-archive-card__head{grid-template-columns:44px minmax(0,1fr) 28px}.review-archive-card .review-avatar{width:44px;height:44px}}

@media (max-width: 980px) { .reviews-top { align-items: flex-start; flex-direction: column; } .google-score { min-width: 0; } .review-swiper:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 700px) { .reviews-shell { padding: 24px 18px; border-radius: 25px; } .review-card { min-height: 310px; padding: 21px; } .review-swiper:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: 1fr; } .reviews-all-action { align-items: stretch; flex-direction: column; text-align: center; } .reviews-all-action .btn { width: 100%; } }
@media (max-width: 420px) { .review-card__head { grid-template-columns: 46px minmax(0,1fr) 31px; gap: 10px; } .review-avatar { width: 46px; height: 46px; } .google-review-badge { width: 31px; height: 31px; } .review-card blockquote { font-size: .88rem; } }

.review-storage-status{margin:0 0 14px}.review-publish-all{margin:0 0 24px;display:flex;align-items:center;gap:14px}.review-publish-all span{color:var(--muted);font-size:.8rem}@media(max-width:640px){.review-publish-all{align-items:stretch;flex-direction:column}.review-publish-all .btn{width:100%}}
