:root{--exc-navy:#082b63;--exc-blue:#075cb8;--exc-orange:#f59b0b;--exc-green:#079447;--exc-text:#15253d;--exc-muted:#68788c;--exc-line:#dde6ef;--exc-soft:#f6f9fc}
.excursion-page{background:#fff;color:var(--exc-text)}
.excursion-hero{padding:4.3rem 0;background:linear-gradient(115deg,#052b62 0%,#0759b1 68%,#4970b3 100%);color:#fff}
.excursion-hero h1{max-width:760px;margin:.55rem 0 .6rem;font-size:clamp(2.1rem,4vw,3.8rem);line-height:1.02;letter-spacing:-.045em}.excursion-hero p{max-width:720px;margin:0;color:#d9e8f8;font-size:1rem;line-height:1.65}
.excursion-page main>.section:first-of-type{padding:3.4rem 0 5rem;background:linear-gradient(180deg,#fff,#fbfdff)}
.excursion-page .section-heading.center{max-width:740px;margin:auto}.excursion-page .section-heading.center h2{font-size:clamp(2rem,3.4vw,3rem);letter-spacing:-.04em;margin:.55rem 0}.excursion-page .section-heading.center p{color:var(--exc-muted);font-size:.95rem}
.excursion-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:end;max-width:1180px;margin:2rem auto 2.3rem}.excursion-filters{display:grid;grid-template-columns:1.1fr 1fr 1fr auto auto;gap:.75rem;align-items:end;padding:1rem;border:1px solid var(--exc-line);border-radius:18px;background:#fff;box-shadow:0 18px 50px rgba(6,43,97,.08)}.excursion-count{margin:0 0 .6rem;padding:.42rem .7rem;border-radius:999px;background:#eef5fc;color:#45627f;font-size:.72rem;font-weight:800}
.catalog-search__intro{display:flex;align-items:center;gap:.7rem;padding-right:.75rem;border-right:1px solid var(--exc-line)}.catalog-search__intro>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#eaf3fd;color:var(--exc-blue)}.catalog-search__intro svg{width:19px;height:19px;fill:currentColor}.catalog-search__intro strong{display:block;font-size:.83rem}.catalog-search__intro small{display:block;margin-top:.15rem;color:#7d8a9a;font-size:.64rem}.catalog-search__field{display:grid;gap:.36rem}.catalog-search__field>span{font-size:.64rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:#68798f}.catalog-search__field select{height:46px;border:1px solid #d5e0eb;border-radius:11px;background:#fbfdff;padding:0 .8rem;color:#243955;font-weight:700}.catalog-search__button{height:46px;border:0;border-radius:11px;background:var(--exc-orange);color:#fff;padding:0 1rem;font-weight:900;cursor:pointer}.catalog-search__clear{height:46px;border:0;background:transparent;color:#54708d;font-weight:800;cursor:pointer}
.catalog-results-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;max-width:1180px;margin:0 auto 1rem;padding-bottom:.9rem;border-bottom:1px solid var(--exc-line)}.catalog-results-heading span{color:var(--exc-blue);font-size:.64rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.catalog-results-heading h2{margin:.25rem 0 0;font-size:1.45rem;letter-spacing:-.025em}.catalog-results-heading p{margin:0;color:var(--exc-muted);font-size:.78rem;text-align:right}
.excursion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;max-width:1180px;margin:auto;align-items:stretch}.hotel-product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--exc-line);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(6,43,97,.07);transition:.22s ease}.hotel-product-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(6,43,97,.13);border-color:#c7d6e6}.hotel-product-card__media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#eaf2fb}.hotel-product-card__media img{width:100%;height:100%;object-fit:cover;transition:.4s ease}.hotel-product-card:hover img{transform:scale(1.025)}.hotel-product-card__placeholder{display:grid;place-items:center;width:100%;height:100%;color:var(--exc-blue)}.hotel-product-card__placeholder svg{width:42px;height:42px;fill:currentColor}.hotel-product-card__status,.hotel-product-card__trip{position:absolute;z-index:2;color:#fff;font-size:.61rem;font-weight:900}.hotel-product-card__status{top:.72rem;left:.72rem;padding:.34rem .58rem;border-radius:999px}.hotel-product-card__status--available{background:#075aa9}.hotel-product-card__status--urgent{background:#c83931}.hotel-product-card__status--soldout{background:#687587}.hotel-product-card__status--neutral{background:#173f72}.hotel-product-card__trip{right:.72rem;bottom:.72rem;padding:.34rem .55rem;border-radius:8px;background:rgba(5,39,82,.82);backdrop-filter:blur(8px)}.hotel-product-card__content{display:flex;flex-direction:column;flex:1;padding:1rem}.hotel-product-card__route{display:flex;align-items:center;gap:.35rem;color:var(--exc-blue);font-size:.64rem;font-weight:900;text-transform:uppercase;letter-spacing:.055em}.hotel-product-card__route svg{width:13px;height:13px;fill:var(--exc-orange)}.hotel-product-card h3{margin:.48rem 0 .2rem;font-size:1.12rem;line-height:1.2}.hotel-product-card h3 a{color:inherit;text-decoration:none}.hotel-product-card__category{margin:0;color:#7a8796;font-size:.68rem}.hotel-product-card__trip-name{margin:.55rem 0 0;color:#415b77;font-size:.74rem;font-weight:800}.hotel-product-card__meta{display:grid;gap:.38rem;margin-top:.75rem;padding-top:.72rem;border-top:1px solid #edf1f5}.hotel-product-card__meta span{display:flex;align-items:center;gap:.42rem;color:#586d84;font-size:.68rem}.hotel-product-card__meta svg{width:14px;height:14px;fill:var(--exc-orange)}.hotel-product-card__benefits{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin-top:.72rem}.hotel-product-card__benefits span{display:flex;gap:.3rem;color:#536a81;font-size:.63rem;line-height:1.35}.hotel-product-card__benefits svg{width:12px;height:12px;flex:0 0 12px;fill:var(--exc-green)}.hotel-product-card__bottom{display:flex;align-items:end;justify-content:space-between;gap:.7rem;margin-top:auto;padding-top:.9rem}.hotel-product-card__price small,.hotel-product-card__price span{display:block;color:#8491a1;font-size:.58rem}.hotel-product-card__price strong{display:block;color:var(--exc-green);font-size:1.35rem;line-height:1.1}.hotel-product-card__actions{display:flex;gap:.4rem}.hotel-product-card__primary,.hotel-product-card__whatsapp{display:flex;align-items:center;justify-content:center;min-height:38px;border-radius:10px;text-decoration:none;font-size:.67rem;font-weight:900}.hotel-product-card__primary{padding:.65rem .75rem;background:var(--exc-orange);color:#fff}.hotel-product-card__whatsapp{width:38px;border:1px solid #b9dfc9;background:#effaf4;color:#087b3b}.hotel-product-card__whatsapp svg{width:15px;height:15px;fill:currentColor}.catalog-empty{grid-column:1/-1;padding:2.8rem;border:1px dashed #cbd7e3;border-radius:18px;background:#fbfdff;text-align:center}.catalog-empty h3{margin:0 0 .4rem}.catalog-empty p{margin:0;color:var(--exc-muted)}
.product-hero{padding:3.8rem 0;background:linear-gradient(120deg,#062d64,#0759b0);color:#fff}.product-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:3rem;align-items:end}.product-back{display:inline-flex;align-items:center;gap:.35rem;color:#d9eaff;text-decoration:none;font-size:.72rem;font-weight:800}.product-back svg{width:14px;height:14px;fill:currentColor}.product-route{display:block;margin-top:1.5rem;color:#f7b547;font-size:.72rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.product-hero h1{margin:.45rem 0 .4rem;font-size:clamp(2.3rem,4.6vw,4.7rem);line-height:.98;letter-spacing:-.05em}.product-subtitle{margin:0;color:#dceafd;font-size:1rem}.product-hero__facts{display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin-top:1.4rem}.product-hero__facts span{display:flex;align-items:center;gap:.42rem;color:#e8f2ff;font-size:.76rem}.product-hero__facts svg{width:15px;height:15px;fill:#ffb442}.product-hero__price{padding:1.25rem;border:1px solid rgba(255,255,255,.22);border-radius:18px;background:rgba(255,255,255,.11);backdrop-filter:blur(12px)}.product-hero__price small,.product-hero__price span{display:block;color:#dceafd;font-size:.66rem}.product-hero__price strong{display:block;margin:.15rem 0;color:#fff;font-size:2rem}.product-hero__price a{display:flex;justify-content:center;margin:.9rem 0 .55rem;padding:.78rem;border-radius:11px;background:var(--exc-orange);color:#fff;text-decoration:none;font-weight:900}
.product-gallery-section{padding:1.4rem 0 0;background:#fff}.product-gallery{display:grid;grid-template-columns:1.6fr .8fr .8fr;grid-template-rows:180px 180px;gap:.65rem}.product-gallery__item{overflow:hidden;border:0;border-radius:14px;padding:0;cursor:pointer;background:#eaf2fb}.product-gallery__item--1{grid-row:1/3}.product-gallery__item img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-gallery__item:hover img{transform:scale(1.025)}.product-gallery__empty{grid-column:1/-1;display:grid;place-items:center;min-height:280px;border-radius:16px;background:#f1f6fb;color:#728196}.product-gallery--single{grid-template-columns:1fr;grid-template-rows:420px}.product-gallery--single .product-gallery__item--1{grid-row:auto}
.product-detail-section{padding:2rem 0 6rem}.product-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:2rem;align-items:start}.product-detail-main{min-width:0}.product-anchor-nav{position:sticky;top:78px;z-index:10;display:flex;gap:.35rem;padding:.55rem;border:1px solid var(--exc-line);border-radius:13px;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(6,43,97,.06);backdrop-filter:blur(10px)}.product-anchor-nav a{padding:.58rem .75rem;border-radius:9px;color:#4e6781;text-decoration:none;font-size:.7rem;font-weight:850}.product-anchor-nav a:hover{background:#eef5fc;color:var(--exc-blue)}.product-section{scroll-margin-top:145px;padding:2rem 0;border-bottom:1px solid var(--exc-line)}.product-section__eyebrow{color:var(--exc-blue);font-size:.66rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.product-section h2{margin:.35rem 0 .8rem;font-size:1.75rem;letter-spacing:-.03em}.product-lead{max-width:760px;margin:0;color:#5f7084;font-size:.92rem;line-height:1.75}.product-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.2rem}.product-info-grid article{display:flex;align-items:center;gap:.7rem;padding:.9rem;border:1px solid var(--exc-line);border-radius:13px;background:#fbfdff}.product-info-grid svg{width:20px;height:20px;flex:0 0 20px;fill:var(--exc-orange)}.product-info-grid small,.product-info-grid strong{display:block}.product-info-grid small{color:#8794a4;font-size:.59rem;text-transform:uppercase;font-weight:900}.product-info-grid strong{margin-top:.12rem;color:#263d58;font-size:.75rem}.hotel-specs{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin-top:1.2rem}.hotel-specs span{padding:.9rem;border:1px solid var(--exc-line);border-radius:12px;background:#fbfdff}.hotel-specs small,.hotel-specs strong{display:block}.hotel-specs small{color:#8794a4;font-size:.59rem;text-transform:uppercase}.hotel-specs strong{margin-top:.18rem;font-size:.75rem}.product-timeline{position:relative;display:grid;gap:1rem;margin-top:1.2rem}.product-timeline:before{content:"";position:absolute;left:17px;top:18px;bottom:18px;width:2px;background:#dfe8f1}.product-timeline article{position:relative;display:grid;grid-template-columns:36px 1fr;gap:.85rem}.product-timeline article>span{position:relative;z-index:1;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--exc-blue);color:#fff;font-size:.72rem;font-weight:900}.product-timeline h3{margin:.1rem 0 .28rem;font-size:.94rem}.product-timeline small{color:var(--exc-orange);font-size:.62rem;font-weight:900;text-transform:uppercase}.product-timeline p{margin:0;color:#617287;font-size:.8rem;line-height:1.6}.product-timeline em{display:block;margin-top:.35rem;color:#7a899b;font-size:.68rem;font-style:normal}.product-inclusions-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.product-inclusions-grid article{padding:1rem;border:1px solid var(--exc-line);border-radius:14px;background:#fbfdff}.product-inclusions-grid h3{margin:0 0 .7rem;font-size:.9rem}.detail-check-list,.detail-cross-list{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}.detail-check-list li,.detail-cross-list li{display:flex;gap:.45rem;color:#556a80;font-size:.75rem;line-height:1.45}.detail-check-list svg{width:14px;height:14px;flex:0 0 14px;fill:var(--exc-green)}.detail-cross-list svg{width:14px;height:14px;flex:0 0 14px;fill:#b4473e;transform:rotate(45deg)}.price-table{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.price-table div{padding:1rem;border:1px solid var(--exc-line);border-radius:13px;background:#fbfdff}.price-table span,.price-table strong{display:block}.price-table span{color:#758598;font-size:.65rem}.price-table strong{margin-top:.2rem;color:var(--exc-green);font-size:1.25rem}.product-price-note{color:#7b8999;font-size:.7rem}.product-notice{margin-top:1.2rem;padding:1rem;border-left:4px solid var(--exc-orange);border-radius:0 12px 12px 0;background:#fff8eb}.product-notice strong{font-size:.8rem}.product-notice p{margin:.4rem 0 0;color:#6d6f75;font-size:.74rem;line-height:1.6}.product-booking-card__sticky{position:sticky;top:85px;padding:1.15rem;border:1px solid var(--exc-line);border-radius:17px;background:#fff;box-shadow:0 14px 40px rgba(6,43,97,.09)}.product-booking-card__label{color:var(--exc-blue);font-size:.61rem;font-weight:900;text-transform:uppercase}.product-booking-card h3{margin:.35rem 0 .9rem;font-size:1.1rem}.product-booking-card__price small,.product-booking-card__price span{display:block;color:#8491a1;font-size:.62rem}.product-booking-card__price strong{display:block;color:var(--exc-green);font-size:1.65rem}.product-booking-card ul{display:grid;gap:.45rem;margin:1rem 0;padding:0;list-style:none}.product-booking-card li{padding-left:.9rem;color:#5d7086;font-size:.71rem;position:relative}.product-booking-card li:before{content:"";position:absolute;left:0;top:.45rem;width:5px;height:5px;border-radius:50%;background:var(--exc-orange)}.product-booking-card__cta{display:flex;justify-content:center;padding:.78rem;border-radius:11px;background:#079447;color:#fff;text-decoration:none;font-weight:900;font-size:.75rem}.product-booking-card__sticky>small{display:block;margin-top:.55rem;color:#8996a5;font-size:.58rem;text-align:center}.product-other-hotels{display:grid;gap:.45rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--exc-line)}.product-other-hotels>span{font-size:.62rem;font-weight:900;text-transform:uppercase;color:#718096}.product-other-hotels a{display:flex;justify-content:space-between;gap:.6rem;padding:.65rem;border-radius:9px;background:#f5f8fb;color:#28435f;text-decoration:none}.product-other-hotels strong{font-size:.68rem}.product-other-hotels small{color:var(--exc-green);font-size:.65rem}.mobile-booking-bar{display:none}.gallery-modal{width:min(960px,92vw);padding:0;border:0;border-radius:16px;background:#101820}.gallery-modal::backdrop{background:rgba(0,0,0,.82)}.gallery-modal img{display:block;width:100%;max-height:82vh;object-fit:contain}.gallery-modal button{position:absolute;right:.8rem;top:.8rem;z-index:2;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:1.4rem;cursor:pointer}.detail-muted{color:var(--exc-muted);font-size:.78rem}
@media(max-width:1050px){.excursion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.excursion-filters{grid-template-columns:1fr 1fr auto}.catalog-search__intro{grid-column:1/-1;border-right:0;border-bottom:1px solid var(--exc-line);padding:0 0 .75rem}.catalog-search__clear{grid-column:1/-1;height:auto;text-align:left}.product-detail-layout{grid-template-columns:minmax(0,1fr) 280px}.hotel-specs{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.excursion-hero{padding:3rem 0}.excursion-toolbar{grid-template-columns:1fr}.excursion-filters{grid-template-columns:1fr}.catalog-search__clear{grid-column:auto;text-align:center}.excursion-count{justify-self:start}.catalog-results-heading{align-items:flex-start;flex-direction:column;gap:.3rem}.catalog-results-heading p{text-align:left}.excursion-grid{grid-template-columns:1fr}.product-hero__grid{grid-template-columns:1fr;gap:1.4rem}.product-hero__price{max-width:360px}.product-gallery{grid-template-columns:1.4fr .8fr;grid-template-rows:150px 150px}.product-gallery__item--1{grid-row:1/3}.product-gallery__item--4,.product-gallery__item--5{display:none}.product-detail-layout{grid-template-columns:1fr}.product-booking-card{display:none}.product-anchor-nav{overflow-x:auto;top:65px}.product-anchor-nav a{white-space:nowrap}.product-info-grid,.product-inclusions-grid,.price-table{grid-template-columns:1fr}.hotel-specs{grid-template-columns:1fr 1fr}.mobile-booking-bar{position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));border-top:1px solid var(--exc-line);background:rgba(255,255,255,.97);box-shadow:0 -10px 28px rgba(6,43,97,.13);backdrop-filter:blur(10px)}.mobile-booking-bar small,.mobile-booking-bar strong{display:block}.mobile-booking-bar small{font-size:.58rem;color:#7c8b9b}.mobile-booking-bar strong{color:var(--exc-green);font-size:1.15rem}.mobile-booking-bar a{padding:.72rem 1rem;border-radius:10px;background:#079447;color:#fff;text-decoration:none;font-weight:900;font-size:.75rem}.product-detail-section{padding-bottom:8rem}}
@media(max-width:430px){.hotel-product-card__benefits{grid-template-columns:1fr}.hotel-product-card__bottom{align-items:stretch;flex-direction:column}.hotel-product-card__actions{width:100%}.hotel-product-card__primary{flex:1}.product-gallery{grid-template-columns:1fr;grid-template-rows:240px}.product-gallery__item:not(:first-child){display:none}.hotel-specs{grid-template-columns:1fr}.product-hero h1{font-size:2.25rem}}

/* V5 — recorrência e reserva assistida */
.product-date-selector{display:grid;gap:.35rem;margin:.75rem 0 1rem}.product-date-selector span{font-size:.68rem;font-weight:900;color:#52657c;text-transform:uppercase;letter-spacing:.07em}.product-date-selector select{width:100%;min-height:44px;border:1px solid #d8e2ec;border-radius:11px;background:#fff;padding:0 .75rem;color:#17304f;font-weight:750}
.product-booking-card__cta,.mobile-booking-bar button{border:0;cursor:pointer;font:inherit}
.reservation-modal{width:min(640px,calc(100% - 24px));border:0;border-radius:22px;padding:0;box-shadow:0 30px 90px rgba(4,43,102,.28)}.reservation-modal::backdrop{background:rgba(3,20,43,.65);backdrop-filter:blur(5px)}.reservation-modal form{position:relative;padding:1.5rem}.reservation-modal__close{position:absolute;right:1rem;top:1rem;width:36px;height:36px;border:0;border-radius:50%;background:#eef3f8;color:#263e5b;font-size:1.4rem;cursor:pointer}.reservation-modal h2{margin:.35rem 0;color:#10233f;font-size:1.65rem}.reservation-modal>form>p{margin:0 0 1.2rem;color:#66778c;font-size:.86rem}.reservation-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.reservation-form-grid label{display:grid;gap:.35rem}.reservation-form-grid label span{font-size:.69rem;font-weight:900;color:#536980;text-transform:uppercase;letter-spacing:.06em}.reservation-form-grid input,.reservation-form-grid textarea{width:100%;border:1px solid #d7e1eb;border-radius:11px;padding:.78rem;background:#fbfdff;font:inherit;color:#17304f}.reservation-form-grid__full{grid-column:1/-1}.reservation-modal__submit{width:100%;min-height:48px;margin-top:1rem;border:0;border-radius:12px;background:#f49a0b;color:#fff;font-weight:900;cursor:pointer}.reservation-modal form>small{display:block;margin-top:.65rem;color:#8190a2;font-size:.62rem;text-align:center}
@media(max-width:600px){.reservation-form-grid{grid-template-columns:1fr}.reservation-form-grid__full{grid-column:auto}.reservation-modal form{padding:1.15rem}}


/* ==========================================================
   CALENDÁRIO DE DATAS DISPONÍVEIS — V5.1
   ========================================================== */
.catalog-search__field--calendar{position:relative}

.calendar-trigger{
  width:100%;
  min-height:46px;
  display:grid;
  grid-template-columns:18px minmax(0,1fr) 13px;
  align-items:center;
  gap:.62rem;
  border:1px solid #d5e0eb;
  border-radius:11px;
  padding:0 .82rem;
  background:#fff;
  color:#263f5d;
  text-align:left;
  cursor:pointer;
}

.calendar-trigger:hover,
.calendar-trigger[aria-expanded="true"]{
  border-color:#0a61c2;
  box-shadow:0 0 0 4px rgba(10,97,194,.08);
}

.calendar-trigger svg{width:16px;height:16px;fill:#0a5dbb}
.calendar-trigger svg:last-child{width:12px;height:12px;fill:#7c899a}

.calendar-trigger span{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:.81rem;
  font-weight:750;
}

.calendar-popover{
  position:absolute;
  z-index:90;
  top:calc(100% + .55rem);
  left:0;
  width:330px;
  max-width:calc(100vw - 32px);
}

.calendar-popover[hidden]{display:none}

.available-calendar{
  overflow:hidden;
  border:1px solid #d9e3ed;
  border-radius:18px;
  background:#fff;
  box-shadow:0 24px 65px rgba(4,43,102,.2);
}

.available-calendar__header{
  display:grid;
  grid-template-columns:38px 1fr 38px;
  align-items:center;
  padding:.85rem .85rem .6rem;
}

.available-calendar__header strong{
  color:#17304f;
  font-size:.88rem;
  text-align:center;
}

.available-calendar__nav{
  width:34px;
  height:34px;
  border:0;
  border-radius:10px;
  background:#edf4fc;
  color:#0758b1;
  font-size:1.45rem;
  line-height:1;
  cursor:pointer;
}

.available-calendar__nav:disabled{opacity:.28;cursor:not-allowed}

.available-calendar__weekdays,
.available-calendar__grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
}

.available-calendar__weekdays{padding:0 .7rem .35rem}

.available-calendar__weekdays span{
  color:#8a98a8;
  font-size:.58rem;
  font-weight:900;
  text-align:center;
  text-transform:uppercase;
}

.available-calendar__grid{gap:.22rem;padding:0 .7rem .75rem}
.available-calendar__blank{aspect-ratio:1}

.available-calendar__day{
  position:relative;
  aspect-ratio:1;
  display:grid;
  place-items:center;
  border:0;
  border-radius:10px;
  background:transparent;
  color:#c2cad4;
  font-size:.72rem;
  font-weight:750;
}

.available-calendar__day:disabled{cursor:not-allowed}

.available-calendar__day.is-available{
  background:#edf5ff;
  color:#0a58ad;
  cursor:pointer;
}

.available-calendar__day.is-available:hover{
  background:#dbeaff;
  transform:translateY(-1px);
}

.available-calendar__day.is-selected{
  background:#f49a0b;
  color:#fff;
  box-shadow:0 7px 17px rgba(244,154,11,.28);
}

.available-calendar__day.is-today:not(.is-selected){outline:1px solid #0a61c2}

.available-calendar__day i{
  position:absolute;
  bottom:4px;
  width:4px;
  height:4px;
  border-radius:50%;
  background:currentColor;
}

.available-calendar__footer{
  padding:.7rem;
  border-top:1px solid #edf1f5;
  background:#fbfdff;
}

.available-calendar__all{
  width:100%;
  min-height:36px;
  border:0;
  border-radius:9px;
  background:#edf4fc;
  color:#0a5dbb;
  font-size:.68rem;
  font-weight:900;
  cursor:pointer;
}

.available-calendar__empty{
  margin:0;
  padding:1rem;
  color:#6d7e91;
  font-size:.75rem;
}

@media(max-width:760px){
  .calendar-popover{
    position:fixed;
    left:50%;
    top:50%;
    width:min(360px,calc(100vw - 24px));
    transform:translate(-50%,-50%);
    z-index:140;
  }

  .calendar-popover:before{
    content:"";
    position:fixed;
    inset:-100vh -100vw;
    z-index:-1;
    background:rgba(3,20,43,.52);
    backdrop-filter:blur(3px);
  }
}


/* Correção do calendário inteligente — V5.1.1 */
.catalog-search{
  overflow:visible;
}

.catalog-search__field--calendar{
  position:relative;
  z-index:35;
}

.calendar-trigger{
  position:relative;
  z-index:2;
}

.calendar-popover{
  pointer-events:auto;
}

.available-calendar__day.is-available{
  pointer-events:auto;
}

@media(max-width:760px){
  .calendar-popover{
    max-height:calc(100vh - 32px);
    overflow:auto;
  }
}


/* ==========================================================
   SIMULADOR DE PASSAGEIROS E PAGAMENTO — V5.2
   ========================================================== */
.trip-simulator-section{
  scroll-margin-top:110px;
}

.trip-simulator{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);
  gap:1rem;
  margin-top:1.15rem;
  padding:1rem;
  border:1px solid #dfe8f1;
  border-radius:18px;
  background:linear-gradient(145deg,#fbfdff,#f5f9fd);
}

.trip-simulator__form,
.trip-simulator__summary{
  border:1px solid #e3eaf2;
  border-radius:15px;
  background:#fff;
  padding:1rem;
}

.traveler-counter-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.75rem;
}

.traveler-counter{
  display:grid;
  gap:.45rem;
}

.traveler-counter>span,
.traveler-age-field>span{
  color:#536980;
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.traveler-counter>div{
  display:grid;
  grid-template-columns:42px 1fr 42px;
  overflow:hidden;
  border:1px solid #d9e3ed;
  border-radius:11px;
  background:#fbfdff;
}

.traveler-counter button{
  border:0;
  background:#eef5fc;
  color:#0759b3;
  font-size:1.15rem;
  font-weight:900;
  cursor:pointer;
}

.traveler-counter input{
  min-width:0;
  border:0;
  background:transparent;
  color:#17304f;
  font-weight:900;
  text-align:center;
  -moz-appearance:textfield;
}

.traveler-counter input::-webkit-inner-spin-button,
.traveler-counter input::-webkit-outer-spin-button{
  -webkit-appearance:none;
  margin:0;
}

.traveler-ages,
.reservation-child-ages{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.65rem;
  margin-top:.8rem;
}

.traveler-age-field{
  display:grid;
  gap:.35rem;
}

.traveler-age-field select{
  width:100%;
  min-height:43px;
  border:1px solid #d8e2ec;
  border-radius:10px;
  background:#fff;
  padding:0 .68rem;
  color:#17304f;
  font:inherit;
  font-size:.78rem;
}

.trip-total-card{
  padding:.95rem;
  border-radius:13px;
  background:linear-gradient(135deg,#042b66,#0755ad);
  color:#fff;
}

.trip-total-card small,
.trip-total-card span{
  display:block;
  color:#d7e8ff;
  font-size:.65rem;
}

.trip-total-card strong{
  display:block;
  margin:.2rem 0;
  font-size:1.8rem;
  letter-spacing:-.035em;
}

.trip-breakdown{
  display:grid;
  gap:.35rem;
  margin:.7rem 0;
}

.trip-breakdown>div{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  padding:.45rem 0;
  border-bottom:1px dashed #e0e7ef;
  color:#5c6f86;
  font-size:.72rem;
}

.trip-breakdown strong{
  color:#213b59;
}

.simulator-warning{
  margin:.25rem 0;
  color:#a84c25;
  font-size:.7rem;
  font-weight:750;
}

.payment-simulation{
  display:grid;
  gap:.55rem;
  margin-top:.8rem;
}

.payment-option{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:.65rem;
  align-items:center;
  padding:.72rem;
  border:1px solid #e0e8f0;
  border-radius:12px;
  background:#fbfdff;
}

.payment-option__icon{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:11px;
}

.payment-option__icon svg{
  width:19px;
  height:19px;
  fill:currentColor;
}

.payment-option--cash .payment-option__icon{
  background:#e8f8ef;
  color:#108444;
}

.payment-option--card .payment-option__icon{
  background:#e9f3ff;
  color:#0759b3;
}

.payment-option--boleto .payment-option__icon{
  background:#fff3dd;
  color:#b96600;
}

.payment-option small,
.payment-option span{
  display:block;
  color:#7a899a;
  font-size:.61rem;
}

.payment-option strong{
  display:block;
  margin:.08rem 0;
  color:#183250;
  font-size:.84rem;
}

.payment-simulation__empty{
  margin:0;
  padding:.8rem;
  border:1px dashed #ccd8e5;
  border-radius:11px;
  color:#75869a;
  font-size:.72rem;
  text-align:center;
}

.trip-simulator__note{
  margin:.7rem 0;
  color:#7a899a;
  font-size:.61rem;
  line-height:1.45;
}

.trip-simulator__cta{
  width:100%;
  min-height:46px;
  border:0;
  border-radius:11px;
  background:#f49a0b;
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 25px rgba(244,154,11,.23);
}

.trip-simulator__cta:hover{
  background:#e78f00;
}

@media(max-width:860px){
  .trip-simulator{
    grid-template-columns:1fr;
  }
}

@media(max-width:520px){
  .traveler-counter-grid,
  .traveler-ages,
  .reservation-child-ages{
    grid-template-columns:1fr;
  }
}

.trip-breakdown__seats{
  margin-top:.25rem;
  padding:.55rem .65rem !important;
  border:0 !important;
  border-radius:9px;
  background:#eef5fc;
}
.trip-breakdown__seats span,
.trip-breakdown__seats strong{
  color:#0a56aa !important;
  font-weight:900;
}

/* ==========================================================
   LANDING DE EXCURSÃO — REFATORAÇÃO VISUAL V5.4
   ========================================================== */
:root{--exc-detail-max:1280px}
body[data-excursion-detail],.excursion-detail-page{background:#f5f7fb}
.product-hero .container,
.product-gallery-section .container,
.product-detail-section .container{width:min(calc(100% - 3rem),var(--exc-detail-max));max-width:var(--exc-detail-max)}

.product-hero{padding:4.8rem 0 4.2rem;background:linear-gradient(118deg,#052d66 0%,#075ab4 68%,#0a6ac8 100%);position:relative;overflow:hidden}
.product-hero:before{content:"";position:absolute;inset:auto -10% -55% auto;width:620px;height:620px;border-radius:50%;background:rgba(255,255,255,.07)}
.product-hero:after{content:"";position:absolute;left:-180px;top:-240px;width:520px;height:520px;border-radius:50%;background:rgba(255,255,255,.04)}
.product-hero__grid{position:relative;z-index:1;grid-template-columns:minmax(0,1fr) 360px;gap:5rem;align-items:center}
.product-back{font-size:.84rem}
.product-route{margin-top:1.9rem;font-size:.8rem}
.product-hero h1{max-width:820px;margin:.55rem 0 .65rem;font-size:clamp(3rem,5vw,5.4rem);line-height:.96}
.product-subtitle{font-size:1.08rem;line-height:1.55}
.product-hero__facts{gap:.75rem 1.4rem;margin-top:1.65rem}
.product-hero__facts span{font-size:.88rem}
.product-hero__facts svg{width:17px;height:17px}
.product-hero__price{padding:1.6rem;border-radius:22px;background:rgba(255,255,255,.14);box-shadow:0 24px 65px rgba(0,24,61,.18)}
.product-hero__price small,.product-hero__price span{font-size:.74rem}
.product-hero__price strong{margin:.25rem 0;font-size:2.5rem}
.product-hero__price a{min-height:50px;align-items:center;margin:1rem 0 .7rem;font-size:.9rem}

.product-gallery-section{padding:2rem 0 0;background:#f5f7fb}
.product-gallery{grid-template-columns:1.65fr .85fr .85fr;grid-template-rows:240px 240px;gap:.8rem}
.product-gallery__item{border-radius:20px;box-shadow:0 12px 34px rgba(18,49,84,.08)}
.product-gallery__item img{object-position:center}
.product-gallery--single{grid-template-rows:520px}
.product-gallery--single .product-gallery__item img{object-fit:cover;object-position:center}

.product-detail-section{padding:2rem 0 7rem;background:#f5f7fb}
.product-detail-layout{grid-template-columns:minmax(0,1fr) 360px;gap:2rem}
.product-detail-main{display:grid;gap:1rem}
.product-anchor-nav{top:88px;padding:.7rem;border-radius:16px;box-shadow:0 15px 40px rgba(16,48,82,.08)}
.product-anchor-nav a{padding:.7rem .88rem;font-size:.76rem}
.product-section{padding:2rem;border:1px solid #e0e7ef;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(18,49,84,.045)}
.product-section h2{font-size:2rem;margin:.45rem 0 1rem}
.product-section__eyebrow{font-size:.71rem}
.product-lead{max-width:900px;font-size:1rem;line-height:1.8}
.product-info-grid{gap:1rem;margin-top:1.45rem}
.product-info-grid article{min-height:88px;padding:1.1rem;border-radius:15px;background:#f8fbfe}
.product-info-grid small{font-size:.64rem}
.product-info-grid strong{font-size:.86rem;line-height:1.45}
.hotel-specs{gap:.9rem;margin-top:1.4rem}
.hotel-specs span{min-height:92px;padding:1.05rem;border-radius:15px;background:#f8fbfe}
.hotel-specs strong{font-size:.85rem}
.product-timeline{gap:1.25rem;margin-top:1.45rem}
.product-timeline article>span{width:42px;height:42px}
.product-timeline article{grid-template-columns:42px 1fr;gap:1rem}
.product-timeline:before{left:20px}
.product-timeline h3{font-size:1.02rem}
.product-timeline p{font-size:.88rem}
.product-inclusions-grid{gap:1.2rem}
.product-inclusions-grid article{padding:1.25rem;border-radius:16px;background:#f8fbfe}
.detail-check-list li,.detail-cross-list li{font-size:.83rem}
.price-table{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.price-table div{min-height:105px;padding:1.2rem;border-radius:15px;background:#f8fbfe}
.price-table span{font-size:.72rem;line-height:1.45}
.price-table strong{font-size:1.3rem}

.product-booking-card__sticky{top:96px;padding:1.45rem;border-radius:20px;box-shadow:0 18px 50px rgba(16,48,82,.12)}
.product-booking-card__label{font-size:.68rem}
.product-booking-card h3{margin:.4rem 0 1.1rem;font-size:1.35rem;line-height:1.25}
.product-booking-card__price strong{font-size:2rem}
.product-booking-card li{font-size:.78rem}
.product-booking-card__cta{min-height:50px;align-items:center;font-size:.84rem}
.product-other-hotels a{padding:.8rem}

.trip-simulator-section{padding:2.25rem}
.trip-simulator{grid-template-columns:minmax(300px,.8fr) minmax(420px,1.2fr);gap:1.2rem;padding:1.2rem;border-radius:20px;background:#f7faff}
.trip-simulator__form,.trip-simulator__summary{padding:1.25rem;border-radius:17px}
.traveler-counter>span,.traveler-age-field>span{font-size:.72rem}
.traveler-counter>div{min-height:48px}
.trip-total-card{padding:1.15rem;border-radius:15px}
.trip-total-card strong{font-size:2.1rem}
.payment-option{padding:.85rem}
.payment-option strong{font-size:.9rem}
.trip-simulator__cta{min-height:50px;font-size:.87rem}

.product-notice{margin-top:0;padding:1.25rem 1.35rem;border-radius:0 15px 15px 0;background:#fff8eb}

@media(max-width:1100px){
  .product-hero .container,.product-gallery-section .container,.product-detail-section .container{width:min(calc(100% - 2rem),var(--exc-detail-max))}
  .product-hero__grid{grid-template-columns:minmax(0,1fr) 320px;gap:2.5rem}
  .product-detail-layout{grid-template-columns:minmax(0,1fr) 320px;gap:1.5rem}
  .product-gallery{grid-template-rows:210px 210px}
  .price-table{grid-template-columns:repeat(2,minmax(0,1fr))}
  .trip-simulator{grid-template-columns:1fr}
}

@media(max-width:860px){
  .product-hero{padding:3.6rem 0}
  .product-hero__grid{grid-template-columns:1fr;gap:1.6rem}
  .product-hero__price{max-width:none}
  .product-detail-layout{grid-template-columns:1fr}
  .product-booking-card{display:none}
  .product-gallery{grid-template-columns:1.45fr .75fr;grid-template-rows:190px 190px}
  .product-gallery__item--4,.product-gallery__item--5{display:none}
  .product-section{padding:1.5rem}
  .product-anchor-nav{top:72px}
  .hotel-specs{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:620px){
  .product-hero .container,.product-gallery-section .container,.product-detail-section .container{width:min(calc(100% - 1.25rem),var(--exc-detail-max))}
  .product-hero{padding:2.8rem 0 2.5rem}
  .product-hero h1{font-size:2.55rem}
  .product-subtitle{font-size:.95rem}
  .product-hero__facts{display:grid;gap:.65rem}
  .product-gallery-section{padding-top:1rem}
  .product-gallery{grid-template-columns:1fr;grid-template-rows:280px}
  .product-gallery__item:not(:first-child){display:none}
  .product-gallery--single{grid-template-rows:280px}
  .product-detail-section{padding-top:1rem}
  .product-anchor-nav{margin:0 -.1rem;border-radius:14px}
  .product-section{padding:1.25rem;border-radius:16px}
  .product-section h2{font-size:1.55rem}
  .product-lead{font-size:.9rem}
  .product-info-grid,.product-inclusions-grid,.price-table,.hotel-specs{grid-template-columns:1fr}
  .trip-simulator-section{padding:1.25rem}
  .trip-simulator{padding:.8rem}
}


/* Refatoração clássica da página da excursão — V20260724.16 */
:root{--exc-classic-max:1180px}
.product-hero .container,.product-gallery-section .container,.product-detail-section .container{width:min(calc(100% - 2rem),var(--exc-classic-max))}
.product-hero{padding:3.25rem 0 3rem;background:linear-gradient(118deg,#08326c 0%,#0a58ad 72%,#0b67c0 100%)}
.product-hero__grid{grid-template-columns:minmax(0,1fr) 290px;gap:2.5rem;align-items:end}
.product-route{margin-top:1rem;font-size:.68rem}
.product-hero h1{max-width:760px;margin:.45rem 0 .4rem;font-size:clamp(2.1rem,3.9vw,3.7rem);line-height:1.02;letter-spacing:-.04em}
.product-subtitle{font-size:.9rem;max-width:720px}
.product-hero__facts{gap:.55rem 1rem;margin-top:1.2rem}
.product-hero__facts span{font-size:.74rem}
.product-hero__price{padding:1rem 1.05rem;border-radius:16px}
.product-hero__price small,.product-hero__price span{font-size:.61rem}
.product-hero__price strong{font-size:1.7rem}
.product-hero__price a{margin:.75rem 0 .45rem;padding:.72rem;border-radius:10px;font-size:.78rem}
.product-gallery-section{padding-top:1rem}
.product-detail-layout{grid-template-columns:minmax(0,1fr) 360px;gap:1.5rem}
.product-anchor-nav{top:72px;padding:.45rem;border-radius:12px}
.product-anchor-nav a{padding:.5rem .65rem;font-size:.66rem}
.product-section{padding:1.4rem 1.45rem;border-radius:16px;box-shadow:0 8px 24px rgba(18,49,84,.04)}
.product-section h2{margin:.35rem 0 .65rem;font-size:1.34rem;letter-spacing:-.025em}
.product-section__eyebrow{font-size:.63rem}
.product-lead{font-size:.82rem;line-height:1.65}
.product-info-grid article,.price-table div,.product-inclusions-grid article,.hotel-specs span{padding:.8rem;border-radius:12px}
.product-info-grid strong,.hotel-specs strong{font-size:.72rem}
.product-info-grid small,.hotel-specs small,.price-table span{font-size:.57rem}
.product-timeline h3{font-size:.86rem}
.product-timeline p{font-size:.76rem}
.price-table strong{font-size:1.02rem}
.product-booking-card__sticky{top:82px;padding:1rem;border-radius:18px;box-shadow:0 14px 32px rgba(16,48,82,.1)}
.product-booking-card__label{display:block;margin-bottom:.22rem;font-size:.62rem}
.product-booking-card h3{margin:.15rem 0 0;font-size:1.04rem;line-height:1.24}
.product-booking-card__hotel{margin:.18rem 0 .85rem;color:#64768a;font-size:.75rem}
.product-date-selector{display:grid;gap:.35rem;margin-bottom:.85rem}
.product-date-selector span,.product-booking-card__caption{color:#627388;font-size:.58rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.product-date-selector select{width:100%;min-height:46px;padding:0 .85rem;border:1px solid #d7e1ea;border-radius:12px;background:#fff;color:#24364c;font:inherit;font-size:.78rem;font-weight:700}
.product-booking-card__config{display:grid;gap:.55rem;margin-bottom:.9rem;padding:.85rem;border:1px solid #e2e9f0;border-radius:14px;background:#f9fbfd}
.booking-travelers-grid{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}
.traveler-counter--compact>span{font-size:.56rem}
.traveler-counter--compact>div{grid-template-columns:34px 1fr 34px;border-radius:10px}
.traveler-counter--compact button{font-size:1rem}
.traveler-counter--compact input{font-size:.86rem}
.booking-traveler-ages{grid-template-columns:1fr;gap:.45rem;margin-top:.15rem}
.booking-traveler-ages .traveler-age-field span{font-size:.55rem}
.booking-traveler-ages .traveler-age-field select{min-height:40px;font-size:.72rem}
.product-booking-card__helper{margin:0;color:#7a8797;font-size:.62rem;line-height:1.45}
.product-booking-card__price{padding:.8rem 0 .65rem;border-top:1px solid #edf2f6;border-bottom:1px solid #edf2f6}
.product-booking-card__price small,.product-booking-card__price span,.product-booking-card__total small,.product-booking-card__total span{display:block;color:#8391a0;font-size:.6rem}
.product-booking-card__price strong{display:block;margin:.12rem 0;color:var(--exc-green);font-size:1.9rem;line-height:1}
.product-booking-card__total{padding:.7rem 0 .4rem}
.product-booking-card__total strong{display:block;margin:.12rem 0;color:#15304d;font-size:1.38rem;line-height:1.05}
.product-booking-card__list{display:grid;gap:.38rem;margin:.75rem 0;padding:0;list-style:none}
.product-booking-card__list li{padding-left:.85rem;color:#5f7185;font-size:.7rem;position:relative}
.product-booking-card__list li:before{content:"";position:absolute;left:0;top:.42rem;width:5px;height:5px;border-radius:50%;background:var(--exc-orange)}
.trip-breakdown--compact{gap:.12rem;margin:.35rem 0 .55rem}
.trip-breakdown--compact>div{padding:.36rem 0;font-size:.66rem}
.payment-simulation--compact{gap:.42rem;margin-top:.25rem}
.payment-simulation--compact .payment-option{padding:.58rem .62rem;grid-template-columns:34px minmax(0,1fr);gap:.5rem;border-radius:10px}
.payment-simulation--compact .payment-option__icon{width:34px;height:34px;border-radius:9px}
.payment-simulation--compact .payment-option strong{font-size:.76rem}
.payment-simulation--compact .payment-option small,.payment-simulation--compact .payment-option span{font-size:.58rem}
.product-booking-card__cta,.product-booking-card__secondary{display:flex;justify-content:center;align-items:center;width:100%;min-height:46px;border-radius:11px;font:inherit;font-size:.78rem;font-weight:900;cursor:pointer}
.product-booking-card__cta{margin-top:.6rem;border:0;background:#079447;color:#fff}
.product-booking-card__secondary{margin-top:.45rem;border:1px solid #dce6ee;background:#fff;color:#28435f}
.product-booking-card__sticky>small{margin-top:.55rem;font-size:.56rem}
.product-other-hotels{gap:.38rem;margin-top:.8rem;padding-top:.8rem}
.product-other-hotels>span{font-size:.58rem}
.product-other-hotels a{padding:.58rem .62rem}
.product-other-hotels strong{font-size:.65rem}
.product-other-hotels small{font-size:.61rem}
.trip-simulator-section{padding:1.25rem}
.trip-simulator--classic{grid-template-columns:1fr 1fr;gap:.85rem;padding:.85rem;border-radius:16px;background:#f7faff}
.trip-simulator__rules{display:grid;gap:.75rem;background:transparent;border:none;padding:0}
.simulator-rule-card{padding:.95rem;border:1px solid #dfe8f1;border-radius:14px;background:#fff}
.simulator-rule-card small{display:block;color:#6d80a0;font-size:.56rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.simulator-rule-card strong{display:block;margin:.25rem 0 .35rem;color:#19324f;font-size:.92rem}
.simulator-rule-card p{margin:0;color:#68798b;font-size:.73rem;line-height:1.55}
.trip-simulator__summary--info{display:grid;gap:.75rem;padding:0;border:none;background:transparent}
.trip-total-card--soft{padding:1rem;border-radius:14px;background:linear-gradient(135deg,#06346e,#0a5daf);color:#fff}
.trip-total-card--soft strong{font-size:1.12rem}
.trip-total-card--soft small,.trip-total-card--soft span{color:#dce9ff;font-size:.65rem}
.product-notice--inline{margin-top:0;padding:.95rem 1rem;border-radius:14px}
.product-notice--inline strong{font-size:.76rem}
.product-notice--inline p{font-size:.71rem}
@media (max-width: 1024px){
  .product-detail-layout{grid-template-columns:1fr 330px}
  .product-hero__grid{grid-template-columns:minmax(0,1fr) 260px;gap:1.5rem}
}
@media (max-width: 760px){
  .product-hero .container,.product-gallery-section .container,.product-detail-section .container{width:min(calc(100% - 1.2rem),var(--exc-classic-max))}
  .product-hero{padding:2.4rem 0 2.2rem}
  .product-hero h1{font-size:2.1rem}
  .product-detail-layout{grid-template-columns:1fr}
  .product-booking-card{display:none}
  .trip-simulator--classic{grid-template-columns:1fr}
  .product-section{padding:1.1rem}
}


/* Datas de saída em cartões — V20260724.17 */
.product-date-selector--cards{display:grid;gap:.45rem;margin-bottom:.9rem}
.product-date-selector__list{display:grid;gap:.45rem}
.product-date-option{display:grid;gap:.14rem;width:100%;padding:.72rem .8rem;border:1px solid #d8e2ec;border-radius:12px;background:#fff;color:#20364f;text-align:left;cursor:pointer;transition:.18s ease}
.product-date-option:hover{border-color:#a8c4e4;background:#f8fbff;transform:translateY(-1px)}
.product-date-option strong{font-size:.8rem;line-height:1.25;letter-spacing:-.01em}
.product-date-option small{color:#6f8195;font-size:.63rem;line-height:1.4}
.product-date-option.is-active{border-color:#0a58ad;background:#edf5ff;box-shadow:0 0 0 2px rgba(10,88,173,.08)}
.product-date-option.is-active strong{color:#0a4f9e}
.product-date-selector__toggle{justify-self:start;padding:.2rem 0;border:0;background:transparent;color:#0a58ad;font:inherit;font-size:.68rem;font-weight:800;cursor:pointer}
.product-date-selector__toggle:hover{text-decoration:underline}
@media (max-width: 760px){
  .product-date-option strong{font-size:.76rem}
}


/* Hero compacto + calendário unificado no detalhe — V20260724.18 */
.product-hero{padding:2rem 0 1.9rem;min-height:auto}
.product-hero .container{width:min(calc(100% - 2rem),1160px)}
.product-hero__grid{grid-template-columns:minmax(0,1fr) 300px;gap:1.35rem;align-items:center}
.product-back{margin-bottom:.55rem;font-size:.75rem}
.product-route{margin-top:0;font-size:.68rem;letter-spacing:.12em}
.product-hero h1{margin:.4rem 0 .2rem;font-size:clamp(1.9rem,3.1vw,3.2rem);line-height:1.03;max-width:720px}
.product-subtitle{margin:0;font-size:.92rem;opacity:.92}
.product-hero__facts{margin-top:.95rem;gap:.55rem 1rem}
.product-hero__facts span{font-size:.75rem;padding:.1rem 0}
.product-hero__price{padding:1rem 1rem .95rem;border-radius:18px;background:rgba(255,255,255,.17);backdrop-filter:blur(4px)}
.product-hero__price strong{font-size:1.85rem}
.product-hero__price a{margin:.7rem 0 .55rem;min-height:48px;border-radius:12px}
.product-gallery-section{padding-top:.75rem}
.product-detail-layout{align-items:start}
.product-booking-card__sticky{top:78px}
.product-date-selector--calendar{position:relative;display:grid;gap:.38rem;margin-bottom:.75rem}
.calendar-trigger--detail{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.2rem .7rem;align-items:center;width:100%;padding:.82rem .9rem;border:1px solid #d9e4ee;border-radius:14px;background:#fff;color:#20364f;text-align:left;cursor:pointer;transition:.18s ease;box-shadow:none}
.calendar-trigger--detail:hover{border-color:#b2cae6;background:#f9fbfe}
.calendar-trigger--detail strong{display:block;font-size:.82rem;line-height:1.25;letter-spacing:-.01em}
.calendar-trigger--detail small{display:block;color:#6f8195;font-size:.62rem;line-height:1.4}
.calendar-trigger--detail svg{width:16px;height:16px;grid-column:2;grid-row:1 / span 2;fill:#5f7388}
.calendar-popover--detail{right:0;left:auto;top:calc(100% + .45rem);width:min(100vw - 2rem, 330px);padding:.8rem;border-radius:16px;box-shadow:0 24px 50px rgba(17,42,69,.18)}
.available-calendar--detail{gap:.55rem}
.available-calendar--detail .available-calendar__header strong{font-size:.78rem}
.available-calendar--detail .available-calendar__day{min-height:38px;font-size:.72rem}
.available-calendar--detail .available-calendar__legend{display:flex;justify-content:flex-start;padding-top:.15rem;color:#6f8195;font-size:.62rem}
.available-calendar--detail .available-calendar__legend span{display:inline-flex;align-items:center;gap:.35rem}
.available-calendar--detail .available-calendar__legend i{width:7px;height:7px;border-radius:999px;background:#0a58ad;display:inline-block}
.product-booking-card__config{margin-bottom:.75rem;padding:.78rem}
.product-booking-card__price strong{font-size:1.78rem}
.product-booking-card__total strong{font-size:1.28rem}
@media (max-width: 900px){
  .product-hero{padding:1.65rem 0 1.55rem}
  .product-hero__grid{grid-template-columns:1fr}
  .product-hero__price{max-width:320px}
}


/* Galeria em mosaico + faixas infantis dinâmicas — V20260724.21 */
.product-gallery{display:grid;gap:.7rem;width:100%;min-height:430px;grid-template-columns:minmax(0,1.6fr) minmax(220px,.8fr) minmax(220px,.8fr);grid-template-rows:210px 210px}
.product-gallery__item{position:relative;min-width:0;min-height:0;border-radius:18px}
.product-gallery__item--1{grid-column:1;grid-row:1 / span 2}
.product-gallery__item--2{grid-column:2;grid-row:1}
.product-gallery__item--3{grid-column:3;grid-row:1}
.product-gallery__item--4{grid-column:2;grid-row:2}
.product-gallery__item--5{grid-column:3;grid-row:2}
.product-gallery--count-1{grid-template-columns:1fr;grid-template-rows:430px}
.product-gallery--count-1 .product-gallery__item--1{grid-column:1;grid-row:1}
.product-gallery--count-2{grid-template-columns:minmax(0,1.65fr) minmax(260px,.75fr);grid-template-rows:430px}
.product-gallery--count-2 .product-gallery__item--1{grid-column:1;grid-row:1}
.product-gallery--count-2 .product-gallery__item--2{grid-column:2;grid-row:1}
.product-gallery--count-3{grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);grid-template-rows:210px 210px}
.product-gallery--count-3 .product-gallery__item--1{grid-column:1;grid-row:1 / span 2}
.product-gallery--count-3 .product-gallery__item--2{grid-column:2;grid-row:1}
.product-gallery--count-3 .product-gallery__item--3{grid-column:2;grid-row:2}
.product-gallery--count-4{grid-template-columns:minmax(0,1.55fr) minmax(220px,.7fr) minmax(220px,.7fr);grid-template-rows:210px 210px}
.product-gallery--count-4 .product-gallery__item--1{grid-column:1;grid-row:1 / span 2}
.product-gallery--count-4 .product-gallery__item--2{grid-column:2;grid-row:1}
.product-gallery--count-4 .product-gallery__item--3{grid-column:3;grid-row:1}
.product-gallery--count-4 .product-gallery__item--4{grid-column:2 / span 2;grid-row:2}
.product-gallery__more{position:absolute;inset:0;display:grid;place-items:center;background:rgba(6,35,72,.56);color:#fff;font-size:1rem;font-weight:900;backdrop-filter:blur(2px)}
.product-gallery.product-gallery--single{grid-template-columns:1fr!important;grid-template-rows:430px!important}
.product-gallery.product-gallery--single .product-gallery__item--1{grid-column:1!important;grid-row:1!important}
.product-booking-card__helper{line-height:1.55}
.price-table{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
@media(max-width:980px){
  .product-gallery,.product-gallery--count-4,.product-gallery--count-5{grid-template-columns:1.45fr .75fr;grid-template-rows:190px 190px}
  .product-gallery__item--1{grid-column:1;grid-row:1 / span 2}
  .product-gallery__item--2{grid-column:2;grid-row:1}
  .product-gallery__item--3{grid-column:2;grid-row:2}
  .product-gallery__item--4,.product-gallery__item--5{display:none}
}
@media(max-width:620px){
  .product-gallery,.product-gallery--count-1,.product-gallery--count-2,.product-gallery--count-3,.product-gallery--count-4,.product-gallery--count-5{grid-template-columns:1fr!important;grid-template-rows:270px!important;min-height:270px}
  .product-gallery__item--1{grid-column:1!important;grid-row:1!important}
  .product-gallery__item:not(:first-child){display:none!important}
}


/* V7 — escolha de regime de alimentação */
.hotel-product-card__labels{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.hotel-product-card__plans{display:inline-flex;align-items:center;padding:.26rem .5rem;border-radius:999px;background:#eef5ff;color:#0a58ad;font-size:.59rem;font-weight:850}.product-option-selector{display:grid;gap:.35rem;margin-bottom:.72rem}.product-option-selector>span{color:#627388;font-size:.58rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.product-option-selector select{width:100%;min-height:44px;padding:0 .75rem;border:1px solid #d7e1ea;border-radius:11px;background:#fff;color:#24364c;font:inherit;font-size:.76rem;font-weight:750}.product-option-selector select:focus{outline:2px solid rgba(10,88,173,.13);border-color:#0a58ad}.product-option-selector>small{color:#78889a;font-size:.58rem;line-height:1.4}.product-option-selector--meal{padding:.72rem;border:1px solid #dbe7f3;border-radius:13px;background:#f7faff}.product-option-selector--meal>span{color:#0a58ad}


/* Regime de alimentação compacto e atualização dinâmica — V20260724.33 */
.product-option-selector--meal-compact{
  display:grid;
  grid-template-columns:82px minmax(0,1fr);
  align-items:center;
  gap:.55rem;
  margin:0 0 .65rem;
  padding:0;
  border:0;
  background:transparent;
}

.product-option-selector--meal-compact>span{
  color:#627388;
  font-size:.58rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.product-option-selector--meal-compact select{
  width:100%;
  min-height:42px;
  padding:0 2rem 0 .72rem;
  border:1px solid #d8e2ec;
  border-radius:10px;
  background:#fff;
  color:#233a55;
  font:inherit;
  font-size:.72rem;
  font-weight:750;
  cursor:pointer;
}

.product-option-selector--meal-compact select:focus{
  outline:2px solid rgba(10,88,173,.12);
  border-color:#0a58ad;
}

.product-booking-card__sticky.is-updating{
  pointer-events:none;
  opacity:.72;
}

#hero-price-from,
#booking-price-from,
#mobile-price-from,
#simulator-total{
  transition:opacity .16s ease, transform .16s ease;
}

@media(max-width:430px){
  .product-option-selector--meal-compact{
    grid-template-columns:1fr;
    gap:.3rem;
  }
}

/* Checkout V8.0 */
.product-booking-card__cta.is-loading,.mobile-booking-bar button.is-loading,.product-hero__price a.is-loading{opacity:.68;pointer-events:none;cursor:wait}
