.travel-modern {
  --tv-ink: #10231c;
  --tv-muted: #536159;
  --tv-forest: #12271f;
  --tv-forest-soft: #1b392d;
  --tv-orange: #ef682c;
  --tv-orange-dark: #d85018;
  --tv-sand: #f1eee5;
  --tv-paper: #fbfaf6;
  --tv-line: rgba(16,35,28,.14);
  --tv-shell: min(1180px, calc(100% - 48px));
  color: var(--tv-ink);
  background: var(--tv-paper);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.travel-modern *, .travel-modern *::before, .travel-modern *::after { box-sizing: border-box; }
.travel-modern img { display: block; max-width: 100%; }
.travel-modern a { color: inherit; text-decoration: none; }
.travel-modern h1, .travel-modern h2, .travel-modern h3, .travel-modern h4 { margin-top: 0; color: inherit; font-family: "Raleway", Arial, sans-serif; line-height: 1.08; letter-spacing: -.04em; }
.travel-modern p { margin-top: 0; }
.tv-shell { width: var(--tv-shell); margin-inline: auto; }
.tv-hero { position: relative; display: grid; min-height: 760px; color: #fff; background: var(--tv-hero) 50% 50% / cover no-repeat; overflow: hidden; }
.tv-index-hero { min-height: 820px; }
.tv-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,20,16,.9), rgba(7,20,16,.54) 47%, rgba(7,20,16,.12) 78%), linear-gradient(0deg, rgba(7,20,16,.58), transparent 45%); }
.tv-hero-content { position: relative; z-index: 1; align-self: center; padding: 128px 0 78px; }
.tv-eyebrow, .tv-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: inherit; font-weight: 700; font-size: 12px; line-height: 1.25; letter-spacing: .15em; text-transform: uppercase; }
.tv-eyebrow span { width: 34px; height: 2px; background: var(--tv-orange); }
.tv-hero h1 { max-width: 830px; margin-bottom: 26px; color: #fff; font-size: clamp(54px, 6.25vw, 88px); font-weight: 800; }
.tv-hero-lead { max-width: 660px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: 19px; }
.tv-hero-badge { display: inline-flex; margin-bottom: 17px; padding: 7px 12px; background: var(--tv-orange); border-radius: 2px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tv-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.tv-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 13px 23px; border: 1px solid transparent; border-radius: 2px; font-weight: 700; font-size: 14px; transition: transform .2s, color .2s, background .2s; }
.tv-button:hover { transform: translateY(-2px); }
.tv-button-primary { color: #fff !important; background: var(--tv-orange); }
.tv-button-primary:hover { background: var(--tv-orange-dark); }
.tv-button-glass { color: #fff !important; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.tv-button-glass:hover { color: var(--tv-ink) !important; background: #fff; }
.tv-facts { display: grid; grid-template-columns: repeat(4, minmax(120px, 180px)); margin-top: 54px; }
.tv-facts div { padding: 0 24px; border-left: 1px solid rgba(255,255,255,.25); }
.tv-facts div:first-child { padding-left: 0; border-left: 0; }
.tv-facts strong, .tv-facts span { display: block; }
.tv-facts strong { margin-bottom: 2px; color: #fff; font: 700 16px "Raleway", sans-serif; }
.tv-facts span { color: rgba(255,255,255,.63); font-size: 11px; }
.tv-section-nav { position: sticky; z-index: 20; top: 72px; color: var(--tv-ink); background: rgba(251,250,246,.96); border-bottom: 1px solid var(--tv-line); backdrop-filter: blur(12px); }
.tv-section-nav .tv-shell { display: flex; align-items: center; min-height: 66px; gap: 32px; }
.tv-section-nav a { font-size: 12px; font-weight: 700; }
.tv-section-nav a:hover { color: var(--tv-orange-dark); }
.tv-section-nav .tv-nav-reserve { margin-left: auto; padding: 9px 17px; color: #fff; background: var(--tv-forest); border-radius: 2px; }
.tv-product-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 78px; padding: 100px 0 118px; align-items: start; }
.tv-content-section { padding: 0 0 86px; margin-bottom: 86px; border-bottom: 1px solid var(--tv-line); scroll-margin-top: 85px; }
.tv-content-section:last-of-type { margin-bottom: 45px; }
.tv-kicker { gap: 0; color: var(--tv-orange-dark); }
.tv-content-section > h2, .tv-section-heading h2, .tv-guide-strip h2, .tv-index-process h2 { max-width: 760px; margin-bottom: 35px; font-size: clamp(38px, 4.4vw, 58px); font-weight: 800; }
.tv-richtext { color: var(--tv-muted); }
.tv-richtext p { margin-bottom: 18px; }
.tv-richtext h3 { margin: 34px 0 18px; color: var(--tv-ink); font-size: 27px; }
.tv-richtext h4 { color: var(--tv-ink); font-size: 21px; letter-spacing: -.02em; }
.tv-richtext ul { margin: 18px 0 25px; padding: 0; list-style: none; }
.tv-richtext li { position: relative; margin: 9px 0; padding-left: 20px; }
.tv-richtext li::before { content: ""; position: absolute; left: 0; top: .75em; width: 6px; height: 6px; background: var(--tv-orange); border-radius: 50%; }
.tv-richtext .itinerary-content { display: none; }
.tv-richtext .single-tour-inner-content { font-size: 16px; }
.tv-richtext .single-tour-inner-content > ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 25px; padding: 24px; background: var(--tv-sand); }
.tv-highlights { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 36px; }
.tv-highlights div { display: flex; align-items: center; gap: 12px; min-height: 64px; padding: 16px 18px; color: var(--tv-ink); background: #fff; border: 1px solid var(--tv-line); font-size: 13px; font-weight: 700; }
.tv-highlights span { display: grid; place-items: center; flex: 0 0 25px; width: 25px; height: 25px; color: #fff; background: var(--tv-orange); border-radius: 50%; font-size: 11px; }
.tv-program .itinerary-timeline-wrap > ul { margin: 0; padding: 0; list-style: none; }
.tv-program .itinerary-timeline-wrap > ul > li { position: relative; margin: 0; padding: 0 0 0 82px; }
.tv-program .itinerary-timeline-wrap > ul > li::before { content: ""; position: absolute; left: 26px; top: 0; bottom: 0; width: 1px; background: var(--tv-line); }
.tv-program .timeline-content { position: relative; padding: 0 0 48px; }
.tv-program .day-count { position: absolute; left: -82px; top: 0; z-index: 1; display: grid; place-items: center; width: 54px; height: 54px; color: var(--tv-orange-dark); background: var(--tv-paper); border: 1px solid var(--tv-orange); border-radius: 50%; font-size: 9px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.tv-program .day-count span { display: block; font-size: 18px; }
.tv-program .timeline-content h4 { margin-bottom: 13px; font-size: 23px; }
.tv-program .timeline-content p { margin: 0; font-size: 14px; }
.tv-columns-content { column-count: 2; column-gap: 42px; }
.tv-columns-content h3 { break-after: avoid; }
.tv-columns-content ul { break-inside: avoid; }
.tv-equipment-details { border: 1px solid var(--tv-line); background: #fff; }
.tv-equipment-details summary { display: flex; justify-content: space-between; align-items: center; padding: 22px 24px; cursor: pointer; list-style: none; color: var(--tv-ink); font-weight: 700; }
.tv-equipment-details summary::-webkit-details-marker { display: none; }
.tv-equipment-details summary span { color: var(--tv-orange-dark); font-size: 22px; }
.tv-equipment-details[open] summary span { transform: rotate(45deg); }
.tv-equipment-grid { padding: 0 24px 25px; column-count: 2; column-gap: 40px; }
.tv-equipment-grid h3 { break-after: avoid; font-size: 19px; }
.tv-equipment-grid ul { break-inside: avoid; }
.tv-booking-card { position: sticky; top: 92px; padding: 29px; color: var(--tv-ink); background: #fff; border-top: 4px solid var(--tv-orange); box-shadow: 0 18px 55px rgba(16,35,28,.13); }
.tv-card-label, .tv-card-note { display: block; color: var(--tv-muted); font-size: 11px; }
.tv-card-price { display: block; margin: 4px 0 0; font: 800 38px "Raleway", sans-serif; letter-spacing: -.04em; }
.tv-booking-card ul { margin: 25px 0; padding: 22px 0; border-block: 1px solid var(--tv-line); list-style: none; }
.tv-booking-card li { display: flex; gap: 9px; margin: 10px 0; font-size: 12px; }
.tv-booking-card li span { color: var(--tv-orange-dark); font-weight: 800; }
.tv-booking-card .tv-button { width: 100%; }
.tv-email-link { display: block; margin: 15px 0 0; text-align: center; color: var(--tv-muted) !important; font-size: 11px; }
.tv-payment-details { margin-top: 20px; border-top: 1px solid var(--tv-line); }
.tv-payment-details summary { padding-top: 17px; cursor: pointer; font-size: 11px; font-weight: 700; text-align: center; }
.tv-table-scroll { max-width: 100%; margin-top: 15px; overflow-x: auto; }
.tv-price-table { width: 100%; min-width: 610px; border-collapse: collapse; font-size: 10px; }
.tv-price-table th, .tv-price-table td { padding: 9px; border: 1px solid var(--tv-line); text-align: left; }
.tv-gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 220px); gap: 12px; }
.tv-gallery img { width: 100%; height: 100%; object-fit: cover; }
.tv-gallery img:first-child { grid-row: 1 / 3; }
.tv-guide-strip { padding: 104px 0; color: #fff; background: var(--tv-forest); }
.tv-guide-strip .tv-shell { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: end; }
.tv-guide-strip h2 { margin-bottom: 0; color: #fff; }
.tv-guide-strip .tv-kicker { color: #f58c5f; }
.tv-guide-strip p:not(.tv-kicker) { color: rgba(255,255,255,.66); }
.tv-final-cta { position: relative; display: grid; align-items: center; min-height: 630px; color: #fff; background: var(--tv-hero) center / cover no-repeat; }
.tv-final-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,20,16,.91), rgba(7,20,16,.38)); }
.tv-final-cta .tv-shell { position: relative; z-index: 1; padding-block: 95px; }
.tv-final-cta h2 { margin-bottom: 22px; color: #fff; font-size: clamp(50px, 6vw, 78px); }
.tv-final-cta p:not(.tv-eyebrow) { max-width: 560px; margin-bottom: 30px; color: rgba(255,255,255,.72); font-size: 18px; }
.tv-choice { padding: 105px 0; background: var(--tv-sand); }
.tv-section-heading { max-width: 760px; margin-bottom: 45px; }
.tv-section-heading > p:last-child { color: var(--tv-muted); }
.tv-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.tv-choice-grid > a { position: relative; min-height: 300px; padding: 34px; background: #fff; border: 1px solid var(--tv-line); transition: transform .25s, box-shadow .25s; }
.tv-choice-grid > a:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(16,35,28,.11); }
.tv-choice-grid span { color: var(--tv-orange-dark); font-size: 11px; font-weight: 800; }
.tv-choice-grid h3 { margin: 70px 0 13px; font-size: 31px; }
.tv-choice-grid p { max-width: 470px; color: var(--tv-muted); font-size: 14px; }
.tv-choice-grid b { font-size: 13px; }
.tv-routes { padding: 115px 0 125px; }
.tv-section-heading-row { display: grid; grid-template-columns: 1.1fr .8fr; gap: 75px; align-items: end; max-width: none; }
.tv-section-heading-row h2 { margin-bottom: 0; }
.tv-route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tv-route-card { display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid var(--tv-line); transition: transform .25s, box-shadow .25s; }
.tv-route-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(16,35,28,.1); }
.tv-route-image { position: relative; height: 270px; overflow: hidden; }
.tv-route-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.tv-route-card:hover .tv-route-image img { transform: scale(1.04); }
.tv-route-image span { position: absolute; left: 16px; top: 16px; padding: 7px 10px; color: var(--tv-ink); background: #fff; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.tv-route-body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.tv-route-body > p { margin-bottom: 8px; color: var(--tv-orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tv-route-body h3 { margin-bottom: 18px; font-size: 25px; }
.tv-route-meta { display: flex; align-items: center; gap: 12px; margin-top: auto; padding: 18px 0; border-block: 1px solid var(--tv-line); color: var(--tv-muted); font-size: 10px; }
.tv-route-meta strong { margin-left: auto; color: var(--tv-ink); font-size: 14px; }
.tv-text-link { display: flex; justify-content: space-between; align-items: center; padding-top: 17px; font-size: 12px; font-weight: 700; }
.tv-text-link b { color: var(--tv-orange-dark); font-size: 17px; }
.tv-index-process { padding: 108px 0; color: #fff; background: var(--tv-forest); }
.tv-index-process .tv-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.tv-index-process h2 { color: #fff; }
.tv-index-process .tv-kicker { color: #f58c5f; }
.tv-index-process ol { margin: 0; padding: 0; list-style: none; }
.tv-index-process li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.15); }
.tv-index-process li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.tv-index-process li > span { color: #f58c5f; font-size: 11px; font-weight: 800; }
.tv-index-process h3 { margin-bottom: 7px; color: #fff; font-size: 20px; letter-spacing: -.02em; }
.tv-index-process li p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

@media (max-width: 1020px) {
  .tv-product-layout { grid-template-columns: 1fr; gap: 30px; }
  .tv-booking-card { position: relative; top: auto; grid-row: 1; }
  .tv-route-grid { grid-template-columns: repeat(2, 1fr); }
  .tv-guide-strip .tv-shell, .tv-index-process .tv-shell { gap: 55px; }
}
@media (max-width: 760px) {
  .travel-modern { --tv-shell: min(100% - 30px, 640px); }
  .tv-hero, .tv-index-hero { min-height: 760px; }
  .tv-hero-overlay { background: linear-gradient(90deg, rgba(7,20,16,.9), rgba(7,20,16,.38)), linear-gradient(0deg, rgba(7,20,16,.65), transparent); }
  .tv-hero h1 { font-size: clamp(45px, 10.5vw, 66px); }
  .tv-facts { grid-template-columns: repeat(2, 1fr); gap: 22px 0; }
  .tv-facts div:nth-child(3) { padding-left: 0; border-left: 0; }
  .tv-section-nav { position: relative; overflow-x: auto; }
  .tv-section-nav .tv-shell { width: max-content; min-width: calc(100% - 30px); padding-inline: 15px; }
  .tv-product-layout { padding-block: 75px; }
  .tv-columns-content, .tv-equipment-grid { column-count: 1; }
  .tv-guide-strip .tv-shell, .tv-index-process .tv-shell, .tv-section-heading-row { grid-template-columns: 1fr; gap: 38px; }
  .tv-choice-grid { grid-template-columns: 1fr; }
  .tv-choice, .tv-routes, .tv-guide-strip, .tv-index-process { padding-block: 82px; }
  .tv-route-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .travel-modern { --tv-shell: calc(100% - 26px); }
  .tv-hero-content { padding-top: 105px; }
  .tv-hero-actions { flex-direction: column; align-items: stretch; }
  .tv-hero-actions .tv-button { width: 100%; }
  .tv-facts div { padding-inline: 12px; }
  .tv-content-section { padding-bottom: 64px; margin-bottom: 64px; }
  .tv-content-section > h2, .tv-section-heading h2, .tv-guide-strip h2, .tv-index-process h2 { font-size: 39px; }
  .tv-richtext .single-tour-inner-content > ul, .tv-highlights { grid-template-columns: 1fr; }
  .tv-program .itinerary-timeline-wrap > ul > li { padding-left: 65px; }
  .tv-program .day-count { left: -65px; width: 47px; height: 47px; }
  .tv-program .itinerary-timeline-wrap > ul > li::before { left: 23px; }
  .tv-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 240px); }
  .tv-gallery img:first-child { grid-row: auto; }
  .tv-final-cta h2 { font-size: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  .travel-modern *, .travel-modern *::before, .travel-modern *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Conversão e conteúdo detalhado — revisão 2026-07 */
.tv-route-image { height: 310px; }
.tv-route-body { padding: 30px; }
.tv-route-body > p { margin-bottom: 10px; font-size: 11px; letter-spacing: .13em; }
.tv-route-body h3 { margin-bottom: 20px; font-size: 29px; line-height: 1.14; }
.tv-route-meta { gap: 15px; padding: 20px 0; font-size: 13px; }
.tv-route-meta strong { font-size: 17px; }
.tv-text-link { padding-top: 19px; font-size: 14px; }
.tv-difficulty { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 0 0 4px; padding: 15px 0; border-top: 1px solid var(--tv-line); color: var(--tv-muted); font-size: 12px; }
.tv-difficulty > span { font-weight: 700; }
.tv-level { display: flex; align-items: center; gap: 5px; color: var(--tv-ink); font-weight: 700; }
.tv-level i { width: 9px; height: 9px; background: #d9ddd9; border-radius: 50%; }
.tv-level i.is-active { background: var(--tv-orange); }
.tv-route-special { color: #fff; background: var(--tv-forest); border-color: var(--tv-forest); }
.tv-route-special .tv-route-body > p, .tv-route-special .tv-route-meta, .tv-route-special .tv-difficulty { color: rgba(255,255,255,.65); border-color: rgba(255,255,255,.16); }
.tv-route-special .tv-route-meta strong, .tv-route-special .tv-level { color: #fff; }
.tv-route-special .tv-text-link b { color: #f99368; }

.tv-product-layout { grid-template-columns: minmax(0, 1fr) 360px; gap: 72px; overflow: visible; }
.tv-product-main { min-width: 0; overflow: visible; }
.tv-booking-card { top: 154px; z-index: 15; padding: 32px; border-top-width: 5px; box-shadow: 0 22px 65px rgba(16,35,28,.16); }
.tv-card-label, .tv-card-note { font-size: 12px; }
.tv-card-price { margin-top: 5px; font-size: 42px; }
.tv-booking-card li { margin: 12px 0; font-size: 13px; }
.tv-booking-card .tv-button { min-height: 56px; font-size: 15px; }
.tv-payment-details { display: none; }

.tv-richtext .itinerary-content { display: block; }
.tv-program .itinerary-content { display: none; }
.tv-info-accordion, .tv-payment-panel { border: 1px solid var(--tv-line); background: #fff; box-shadow: 0 14px 38px rgba(16,35,28,.07); }
.tv-info-accordion > summary, .tv-payment-panel > summary { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px 30px; cursor: pointer; list-style: none; }
.tv-info-accordion > summary::-webkit-details-marker, .tv-payment-panel > summary::-webkit-details-marker { display: none; }
.tv-info-accordion > summary small, .tv-payment-panel > summary small { display: block; margin-bottom: 7px; color: var(--tv-orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.tv-info-accordion > summary strong, .tv-payment-panel > summary strong { display: block; font: 800 clamp(25px,3vw,36px)/1.1 "Raleway",sans-serif; letter-spacing: -.035em; }
.tv-info-accordion > summary i, .tv-payment-panel > summary i { position: relative; flex: 0 0 46px; width: 46px; height: 46px; border: 1px solid var(--tv-line); border-radius: 50%; font-style: normal; font-size: 0; }
.tv-info-accordion > summary i::before, .tv-info-accordion > summary i::after, .tv-payment-panel > summary i::before, .tv-payment-panel > summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 2px; background: var(--tv-orange-dark); transform: translate(-50%,-50%); transition: transform .2s; }
.tv-info-accordion > summary i::after, .tv-payment-panel > summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.tv-info-accordion[open] > summary i::after, .tv-payment-panel[open] > summary i::after { transform: translate(-50%,-50%) rotate(0); }
.tv-info-accordion > .tv-richtext, .tv-payment-body { padding: 6px 30px 34px; border-top: 1px solid var(--tv-line); }
.tv-info-accordion .itinerary-content { display: block; }
.tv-info-accordion .itinerary-content > h3:first-child { display: none; }
.tv-info-accordion .single-tour-inner-content { padding-top: 18px; }
.tv-info-accordion .single-tour-inner-content > ul { background: var(--tv-sand); }
.tv-info-accordion .tv-equipment-grid { padding: 14px 0 0; }
.tv-payment-section { padding-bottom: 86px; margin-bottom: 86px; border-bottom: 1px solid var(--tv-line); scroll-margin-top: 150px; }
.tv-payment-intro { margin: 0 30px 24px; color: var(--tv-muted); font-size: 14px; }
.tv-payment-body { padding-top: 28px; }
.tv-table-scroll { margin-top: 0; border: 1px solid var(--tv-line); overflow-x: auto; }
.tv-price-table { min-width: 720px; font-size: 12px; }
.tv-price-table thead { color: #fff; background: var(--tv-forest); }
.tv-price-table th { padding: 15px 14px; border-color: rgba(255,255,255,.14); font-weight: 700; }
.tv-price-table td { padding: 15px 14px; background: #fff; }
.tv-price-table tbody tr:nth-child(even) td { background: var(--tv-sand); }
.tv-payment-note { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 18px; }
.tv-payment-note span { padding: 14px; color: var(--tv-muted); background: var(--tv-sand); font-size: 11px; }

.tv-photo-essay { width: 100%; padding: 16px 16px 110px; background: var(--tv-paper); }
.tv-photo-heading { width: var(--tv-shell); margin: 0 auto 38px; }
.tv-photo-heading h2 { max-width: 760px; margin: 0; font-size: clamp(40px,5vw,64px); }
.tv-photo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.tv-photo-grid figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--tv-forest); }
.tv-photo-grid a { display: block; height: clamp(400px,51vw,720px); }
.tv-photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), opacity .3s; }
.tv-photo-grid a:hover img { opacity: .9; transform: scale(1.025); }
.tv-photo-grid figcaption { position: absolute; left: 24px; right: 24px; bottom: 20px; color: rgba(255,255,255,.82); font-size: 11px; font-weight: 700; text-shadow: 0 2px 10px rgba(0,0,0,.5); }

.tv-whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 1000; display: flex; align-items: center; gap: 10px; padding: 8px 15px 8px 8px; color: #fff !important; border-radius: 40px; background: #20b95a; box-shadow: 0 10px 35px rgba(0,0,0,.32); font: 700 12px/1 "Open Sans",sans-serif; text-decoration: none; transition: transform .2s,background .2s; }
.tv-whatsapp-float:hover { color: #fff !important; background: #169f4a; transform: translateY(-3px); }
.tv-whatsapp-float span { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-weight: 800; }
.tv-share-button { position: fixed; right: 18px; bottom: 82px; z-index: 1001; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: #fff; background: rgba(12,31,24,.9); box-shadow: 0 10px 28px rgba(0,0,0,.2); cursor: pointer; transition: transform .2s,color .2s,background .2s,border-color .2s; backdrop-filter: blur(8px); }
.tv-share-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.tv-share-button:hover, .tv-share-button:focus-visible { color: var(--tv-ink,#10231c); background: #fff; border-color: #fff; transform: translateY(-3px); outline: 0; }
.tv-share-button.is-shared { color: #10231c; background: #fff; }
.tv-share-feedback { position: fixed; right: 74px; bottom: 92px; z-index: 1001; padding: 8px 11px; border-radius: 3px; color: #fff; background: rgba(12,31,24,.94); font: 700 10px/1 "Open Sans",sans-serif; letter-spacing: .05em; opacity: 0; pointer-events: none; transform: translateX(8px); transition: opacity .2s,transform .2s; }
.tv-share-feedback.is-visible { opacity: 1; transform: translateX(0); }

.tv-autoguided-intro { padding: 105px 0 50px; background: var(--tv-paper); }
.tv-autoguided-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 45px; }
.tv-autoguided-benefits article { padding: 28px; background: #fff; border: 1px solid var(--tv-line); }
.tv-autoguided-benefits span { color: var(--tv-orange-dark); font-size: 11px; font-weight: 800; }
.tv-autoguided-benefits h3 { margin: 50px 0 12px; font-size: 25px; }
.tv-autoguided-benefits p { margin: 0; color: var(--tv-muted); font-size: 14px; }

.tv-advisory-intro { padding: 110px 0; }
.tv-advisory-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.tv-advisory-grid > div:first-child { position: sticky; top: 105px; }
.tv-advisory-grid h2 { font-size: clamp(42px,5vw,64px); }
.tv-advisory-grid > div > p { color: var(--tv-muted); font-size: 17px; }
.tv-advisory-plan { counter-reset: advice; }
.tv-advisory-step { position: relative; padding: 31px 30px 31px 88px; border-top: 1px solid var(--tv-line); counter-increment: advice; }
.tv-advisory-step:last-child { border-bottom: 1px solid var(--tv-line); }
.tv-advisory-step::before { content: "0" counter(advice); position: absolute; left: 24px; top: 34px; color: var(--tv-orange-dark); font: 800 12px "Raleway",sans-serif; }
.tv-advisory-step h3 { margin-bottom: 10px; font-size: 24px; }
.tv-advisory-step p { margin: 0; color: var(--tv-muted); font-size: 14px; }
.tv-support-plus { padding: 95px 0; color: #fff; background: var(--tv-forest); }
.tv-support-plus .tv-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.tv-support-plus h2 { color: #fff; font-size: clamp(40px,5vw,62px); }
.tv-support-plus p { color: rgba(255,255,255,.68); }
.tv-support-badge { display: grid; place-items: center; width: 210px; height: 210px; margin: auto; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; text-align: center; }
.tv-support-badge strong { display: block; color: #fff; font: 800 28px "Raleway",sans-serif; }
.tv-support-badge span { display: block; color: #f58c5f; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 1020px) {
  .tv-product-layout { grid-template-columns: minmax(0,1fr) 320px; gap: 38px; }
  .tv-booking-card { position: sticky; top: 145px; grid-row: auto; }
  .tv-route-image { height: 290px; }
}
@media (max-width: 860px) {
  .tv-product-layout { grid-template-columns: 1fr; }
  .tv-booking-card { position: relative; top: auto; grid-row: 1; }
  .tv-autoguided-benefits, .tv-payment-note { grid-template-columns: 1fr; }
  .tv-advisory-grid, .tv-support-plus .tv-shell { grid-template-columns: 1fr; gap: 45px; }
  .tv-advisory-grid > div:first-child { position: relative; top: auto; }
}
@media (max-width: 640px) {
  .tv-route-body { padding: 25px; }
  .tv-route-body h3 { font-size: 27px; }
  .tv-info-accordion > summary, .tv-payment-panel > summary { padding: 23px 20px; }
  .tv-info-accordion > .tv-richtext, .tv-payment-body { padding: 5px 20px 26px; }
  .tv-info-accordion > summary i, .tv-payment-panel > summary i { flex-basis: 40px; width: 40px; height: 40px; }
  .tv-photo-essay { padding: 10px 10px 75px; }
  .tv-photo-grid { grid-template-columns: 1fr; gap: 10px; }
  .tv-photo-grid a { height: 72vw; min-height: 330px; max-height: 500px; }
  .tv-photo-heading { margin-bottom: 28px; }
  .tv-whatsapp-float { right: 16px; bottom: 16px; width: 44px; height: 44px; display: grid; place-items: center; gap: 0; padding: 0; }
  .tv-whatsapp-float span { width: 30px; height: 30px; }
  .tv-whatsapp-float b { display: none; }
  .tv-share-button { right: 16px; bottom: 70px; width: 44px; height: 44px; }
  .tv-share-feedback { right: 68px; bottom: 81px; }
}

/* Experiência Viagem — revisão editorial 2026-07-19 */
.travel-modern {
  --tv-shell: min(1320px, calc(100% - 64px));
  --tv-shadow: 0 24px 70px rgba(16,35,28,.11);
  font-size: 17px;
  line-height: 1.76;
}

/* Índice: menos miniaturas, mais paisagem e informação */
.tv-index .tv-routes { padding-block: 132px 145px; }
.tv-index .tv-section-heading-row { gap: clamp(55px,8vw,120px); margin-bottom: 62px; }
.tv-index .tv-section-heading-row > p { max-width: 520px; font-size: 17px; line-height: 1.8; }
.tv-index .tv-route-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px; }
.tv-index .tv-route-card { border: 0; box-shadow: 0 1px 0 var(--tv-line), 0 20px 55px rgba(16,35,28,.07); }
.tv-index .tv-route-card:hover { transform: translateY(-7px); box-shadow: var(--tv-shadow); }
.tv-index .tv-route-image { height: clamp(370px,31vw,510px); }
.tv-index .tv-route-image span { left: 22px; top: 22px; padding: 9px 12px; font-size: 10px; }
.tv-index .tv-route-body { padding: 37px 39px 34px; }
.tv-index .tv-route-body > p { margin-bottom: 12px; font-size: 12px; }
.tv-index .tv-route-body h3 { max-width: 530px; margin-bottom: 25px; font-size: clamp(31px,2.6vw,40px); }
.tv-index .tv-route-meta { gap: 18px; padding: 22px 0; font-size: 14px; }
.tv-index .tv-route-meta strong { font-size: 20px; }
.tv-index .tv-difficulty { padding: 18px 0; font-size: 13px; }
.tv-index .tv-level { gap: 7px; }
.tv-index .tv-level i { width: 11px; height: 11px; }
.tv-index .tv-text-link { padding-top: 22px; font-size: 15px; }
.tv-index .tv-route-special { background: linear-gradient(145deg,#12271f,#1c3c2f); }

/* Roteiros: leitura confortável e reserva realmente fixa */
.tv-product-layout { grid-template-columns: minmax(0,1fr) 390px; gap: clamp(58px,7vw,105px); padding-block: 118px 132px; overflow: visible; }
.tv-product-main { min-width: 0; }
.tv-content-section { padding-bottom: 94px; margin-bottom: 94px; }
.tv-content-section > h2 { max-width: 850px; font-size: clamp(44px,4.8vw,68px); }
.tv-richtext { max-width: 860px; font-size: 17px; line-height: 1.82; }
.tv-program .timeline-content { padding-bottom: 62px; }
.tv-program .timeline-content h4 { margin-bottom: 15px; font-size: 29px; line-height: 1.16; }
.tv-program .timeline-content p { max-width: 790px; color: var(--tv-muted); font-size: 16px; line-height: 1.78; }
.tv-program .day-count { width: 60px; height: 60px; left: -90px; border-width: 2px; font-size: 10px; box-shadow: 0 9px 26px rgba(16,35,28,.08); }
.tv-program .itinerary-timeline-wrap > ul > li { padding-left: 90px; }
.tv-program .itinerary-timeline-wrap > ul > li::before { left: 29px; }
.tv-booking-card {
  position: sticky;
  top: 148px;
  z-index: 15;
  align-self: start;
  max-height: calc(100dvh - 174px);
  overflow: auto;
  padding: 38px 36px 34px;
  border: 1px solid rgba(16,35,28,.1);
  border-top: 6px solid var(--tv-orange);
  box-shadow: 0 28px 80px rgba(16,35,28,.16);
  scrollbar-width: thin;
}
.tv-card-label,.tv-card-note { font-size: 13px; }
.tv-card-price { margin-top: 7px; font-size: 47px; }
.tv-booking-card ul { margin-block: 29px; padding-block: 25px; }
.tv-booking-card li { margin: 13px 0; font-size: 14px; line-height: 1.55; }
.tv-booking-card .tv-button { min-height: 58px; font-size: 15px; }
.tv-email-link { margin-top: 18px; font-size: 12px; }

/* Acordeões: conteúdo original visível e organizado */
.tv-info-accordion,.tv-payment-panel { border: 0; border-block: 1px solid var(--tv-line); background: transparent; box-shadow: none; }
.tv-info-accordion > summary,.tv-payment-panel > summary { min-height: 126px; padding: 30px 8px; }
.tv-info-accordion > summary small,.tv-payment-panel > summary small { font-size: 11px; }
.tv-info-accordion > summary strong,.tv-payment-panel > summary strong { font-size: clamp(30px,3.2vw,43px); }
.tv-info-accordion > summary i,.tv-payment-panel > summary i { flex-basis: 52px; width: 52px; height: 52px; background: #fff; }
.tv-info-accordion[open] > summary,.tv-payment-panel[open] > summary { border-bottom: 1px solid var(--tv-line); }
.tv-info-accordion > .tv-richtext,.tv-payment-body { max-width: none; padding: 34px 8px 42px; border-top: 0; }
.tv-info-accordion .itinerary-content { display: block !important; }
.tv-info-accordion .itinerary-content > h3:first-child { display: block; }
.tv-info-accordion .itinerary-content h3 { margin: 10px 0 17px; font-size: 25px; }
.tv-info-accordion .itinerary-content ul { margin-bottom: 32px; }
.tv-info-accordion .itinerary-content li { margin-block: 11px; }
.tv-info-accordion .single-tour-inner-content > ul { padding: 28px; }
.tv-equipment-grid { column-gap: 60px; }
.tv-equipment-grid .itinerary-content { column-count: 2; column-gap: 54px; }
.tv-equipment-grid h3,.tv-equipment-grid ul { break-inside: avoid; }

/* Pagamento: tabela limpa no desktop, cartões legíveis no celular */
.tv-payment-section { padding-bottom: 94px; margin-bottom: 94px; }
.tv-payment-intro { max-width: 760px; margin: 0 8px 30px; font-size: 16px; line-height: 1.72; }
.tv-payment-body { padding-top: 36px; }
.tv-table-scroll { border: 0; box-shadow: 0 16px 45px rgba(16,35,28,.07); }
.tv-price-table { min-width: 0; font-size: 13px; }
.tv-price-table th { padding: 18px 16px; }
.tv-price-table td { padding: 19px 16px; line-height: 1.45; }
.tv-payment-note { gap: 14px; margin-top: 22px; }
.tv-payment-note span { padding: 17px; font-size: 12px; line-height: 1.55; }

/* Ensaio fotográfico: duas colunas, proporção original e largura total */
.tv-photo-essay { padding: 24px 14px 124px; }
.tv-photo-heading { margin-block: 44px 48px; }
.tv-photo-heading h2 { max-width: 900px; font-size: clamp(45px,5.6vw,76px); }
.tv-photo-grid { display: block; column-count: 2; column-gap: 14px; }
.tv-photo-grid figure { display: inline-block; width: 100%; margin: 0 0 14px; break-inside: avoid; }
.tv-photo-grid a { height: auto; }
.tv-photo-grid img { width: 100%; height: auto; object-fit: initial; }
.tv-photo-grid figcaption { left: 26px; right: 26px; bottom: 22px; padding-top: 45px; font-size: 12px; background: linear-gradient(transparent,rgba(0,0,0,.28)); }

/* Assessoria: plano mais editorial e hierarquia mais clara */
.tv-advisory-intro { padding-block: 132px; }
.tv-advisory-grid { gap: clamp(65px,9vw,130px); }
.tv-advisory-grid > div:first-child { top: 120px; }
.tv-advisory-grid > div > p { font-size: 18px; line-height: 1.82; }
.tv-advisory-step { padding: 38px 32px 38px 96px; }
.tv-advisory-step::before { left: 28px; top: 43px; font-size: 13px; }
.tv-advisory-step h3 { font-size: 27px; }
.tv-advisory-step p { font-size: 15px; line-height: 1.72; }
.tv-support-plus { padding-block: 112px; }

/* Controles flutuantes no mesmo padrão dos livros */
a[title="Whatsapp Elias Luiz"][style*="position: fixed"] { display: none !important; }
.tv-whatsapp-float { right: 20px; bottom: 20px; min-height: 52px; padding: 8px 18px 8px 8px; border: 1px solid rgba(255,255,255,.24); background: #19a957; box-shadow: 0 14px 38px rgba(0,0,0,.28); font-size: 13px; }
.tv-whatsapp-float span { width: 36px; height: 36px; font-size: 0; }
.tv-whatsapp-float span::before { content: "\f232"; font-family: "Font Awesome 5 Brands"; font-size: 20px; font-weight: 400; }
.tv-share-button { right: 20px; bottom: 86px; width: 48px; height: 48px; background: rgba(12,31,24,.88); }
.to-top-icon { right: 23px !important; bottom: 148px !important; }

@media (max-width: 1100px) {
  .travel-modern { --tv-shell: min(100% - 42px, 1040px); }
  .tv-product-layout { grid-template-columns: minmax(0,1fr) 330px; gap: 42px; }
  .tv-booking-card { top: 138px; padding-inline: 28px; }
  .tv-index .tv-route-image { height: 380px; }
}
@media (max-width: 860px) {
  .travel-modern { --tv-shell: min(100% - 34px, 760px); }
  .tv-product-layout { grid-template-columns: 1fr; padding-block: 82px 100px; }
  .tv-booking-card { position: relative; top: auto; grid-row: 1; max-height: none; overflow: visible; }
  .tv-index .tv-route-grid { grid-template-columns: 1fr; }
  .tv-index .tv-route-image { height: min(64vw,500px); }
  .tv-equipment-grid .itinerary-content { column-count: 1; }
  .tv-advisory-grid > div:first-child { position: relative; top: auto; }
}
@media (max-width: 640px) {
  .travel-modern { --tv-shell: calc(100% - 28px); font-size: 16px; }
  .tv-index .tv-routes { padding-block: 88px; }
  .tv-index .tv-section-heading-row { margin-bottom: 38px; }
  .tv-index .tv-route-grid { gap: 22px; }
  .tv-index .tv-route-image { height: 73vw; min-height: 310px; }
  .tv-index .tv-route-body { padding: 27px 25px 25px; }
  .tv-index .tv-route-body h3 { font-size: 29px; }
  .tv-content-section > h2 { font-size: 42px; }
  .tv-program .itinerary-timeline-wrap > ul > li { padding-left: 68px; }
  .tv-program .day-count { left: -68px; width: 50px; height: 50px; }
  .tv-program .itinerary-timeline-wrap > ul > li::before { left: 24px; }
  .tv-program .timeline-content h4 { font-size: 25px; }
  .tv-program .timeline-content p { font-size: 15px; }
  .tv-info-accordion > summary,.tv-payment-panel > summary { min-height: 108px; padding-block: 24px; }
  .tv-info-accordion > summary strong,.tv-payment-panel > summary strong { font-size: 28px; }
  .tv-info-accordion > summary i,.tv-payment-panel > summary i { flex-basis: 44px; width: 44px; height: 44px; }
  .tv-info-accordion > .tv-richtext,.tv-payment-body { padding-inline: 0; }
  .tv-payment-intro { margin-inline: 0; }
  .tv-price-table,.tv-price-table tbody,.tv-price-table tr,.tv-price-table td { display: block; width: 100%; }
  .tv-price-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .tv-price-table tbody { display: grid; gap: 16px; }
  .tv-price-table tr { padding: 12px 17px; border: 1px solid var(--tv-line); background: #fff; box-shadow: 0 12px 30px rgba(16,35,28,.06); }
  .tv-price-table td,.tv-price-table tbody tr:nth-child(even) td { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--tv-line); background: #fff; text-align: right; }
  .tv-price-table td:last-child { border-bottom: 0; }
  .tv-price-table td::before { content: attr(data-column); color: var(--tv-muted); font-weight: 700; text-align: left; }
  .tv-photo-essay { padding: 10px 10px 82px; }
  .tv-photo-heading { width: calc(100% - 18px); margin-block: 36px 30px; }
  .tv-photo-grid { column-count: 1; column-gap: 0; }
  .tv-photo-grid figure { margin-bottom: 10px; }
  .tv-photo-grid a { min-height: 0; max-height: none; }
  .tv-whatsapp-float { right: 16px; bottom: 16px; min-height: 0; width: 46px; height: 46px; padding: 0; }
  .tv-whatsapp-float span { width: 32px; height: 32px; }
  .tv-share-button { right: 16px; bottom: 72px; width: 46px; height: 46px; }
  .to-top-icon { display: none !important; }
}

/* Direção azul e cards panorâmicos — revisão 2 */
.travel-modern {
  --tv-ink: #102f46;
  --tv-muted: #587180;
  --tv-forest: #0a3854;
  --tv-forest-soft: #105576;
  --tv-orange: #168fbe;
  --tv-orange-dark: #096f99;
  --tv-sand: #eaf4f8;
  --tv-paper: #f8fbfd;
  --tv-line: rgba(14,87,122,.16);
  color: var(--tv-ink);
  background: var(--tv-paper);
}
.tv-hero-overlay { background: linear-gradient(90deg,rgba(4,31,51,.92),rgba(7,61,89,.5) 48%,rgba(7,75,105,.08) 80%),linear-gradient(0deg,rgba(4,34,53,.46),transparent 46%); }
.tv-final-overlay { background: linear-gradient(90deg,rgba(4,31,51,.93),rgba(6,55,82,.4),rgba(7,75,105,.08)); }
.tv-button-primary { background: #168fbe; }
.tv-button-primary:hover { background: #0b719b; }
.tv-button-glass { background: rgba(8,55,80,.18); }
.tv-guide-strip,.tv-index-process,.tv-support-plus { background: linear-gradient(135deg,#082f49,#0d4f70); }
.tv-guide-strip .tv-kicker,.tv-index-process .tv-kicker,.tv-support-plus .tv-kicker { color: #70c7e7; }
.tv-eyebrow span,.tv-richtext li::before,.tv-highlights span,.tv-level i.is-active { background: #168fbe; }
.tv-kicker,.tv-text-link b,.tv-info-accordion > summary small,.tv-payment-panel > summary small { color: #096f99; }

/* O resumo de preço faz parte do fluxo e nunca acompanha a rolagem */
.tv-booking-card {
  position: relative !important;
  top: auto !important;
  align-self: start;
  max-height: none;
  overflow: visible;
  border-color: rgba(13,92,128,.14);
  border-top-color: #168fbe;
  box-shadow: 0 18px 55px rgba(15,67,94,.11);
}
.tv-card-price { color: #0b3a55; }
.tv-booking-card li span { color: #168fbe; }

/* Cards editoriais: imagem horizontal, descrição e hierarquia azul */
.tv-index .tv-route-grid { gap: 38px 32px; }
.tv-index .tv-route-card {
  background: #fff;
  border: 1px solid rgba(15,92,128,.1);
  box-shadow: 0 16px 48px rgba(20,78,105,.07);
}
.tv-index .tv-route-card:hover { transform: translateY(-6px); box-shadow: 0 26px 70px rgba(20,78,105,.13); }
.tv-index .tv-route-image { height: clamp(290px,23vw,360px); }
.tv-index .tv-route-image::after { content: ''; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent,rgba(4,35,53,.22)); pointer-events: none; }
.tv-index .tv-route-image span { z-index: 1; color: #0c3c59; background: rgba(255,255,255,.94); box-shadow: 0 8px 24px rgba(6,48,70,.12); }
.tv-index .tv-route-body { padding: 32px 34px 30px; }
.tv-index .tv-route-body > p:not(.tv-route-summary) { color: #0977a4; }
.tv-index .tv-route-body h3 { margin-bottom: 17px; color: #123a56; font-size: clamp(29px,2.25vw,35px); }
.tv-index .tv-route-summary {
  max-width: 570px;
  margin: 0 0 22px;
  color: #5a707c;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0;
  text-transform: none;
}
.tv-index .tv-route-meta { margin-inline: -34px; padding: 16px 34px; color: #52707f; background: #eef7fb; border-color: rgba(15,92,128,.1); }
.tv-index .tv-route-meta strong { padding: 6px 10px; color: #fff; background: #0c7ba7; font-size: 16px; white-space: nowrap; }
.tv-index .tv-difficulty { color: #5c7582; }
.tv-index .tv-text-link { color: #123a56; }
.tv-index .tv-route-special { color: #fff; background: linear-gradient(145deg,#0a3854,#105b7c); border-color: transparent; }
.tv-index .tv-route-special .tv-route-body h3,.tv-index .tv-route-special .tv-text-link { color: #fff; }
.tv-index .tv-route-special .tv-route-summary { color: rgba(255,255,255,.72); }
.tv-index .tv-route-special .tv-route-meta { color: rgba(255,255,255,.72); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.15); }
.tv-index .tv-route-special .tv-route-meta strong { color: #0a3854; background: #a8e2f4; }

.tv-payment-panel[open] { background: #f4f9fb; }
.tv-price-table thead { background: #0a3854; }
.tv-price-table tbody tr:nth-child(even) td { background: #eef6f9; }
.tv-share-button { background: rgba(7,48,73,.92); }

@media (max-width: 1100px) {
  .tv-index .tv-route-image { height: 320px; }
}
@media (max-width: 860px) {
  .tv-index .tv-route-image { height: min(56vw,400px); }
}
@media (max-width: 640px) {
  .tv-hero-overlay { background: linear-gradient(90deg,rgba(4,29,48,.93),rgba(7,60,86,.36)),linear-gradient(0deg,rgba(4,31,49,.64),transparent); }
  .tv-index .tv-route-image { height: 58vw; min-height: 245px; max-height: 360px; }
  .tv-index .tv-route-body { padding: 26px 24px 24px; }
  .tv-index .tv-route-meta { margin-inline: -24px; padding-inline: 24px; }
  .tv-index .tv-route-summary { font-size: 14px; }
}

/* Estrutura editorial dos roteiros — revisão 3 */

/* A experiência abre o roteiro; o ensaio fotográfico vem antes do dia a dia. */
.tv-gallery-before-program .tv-product-layout { padding-bottom: 82px; }
.tv-gallery-before-program .tv-photo-essay { padding-top: 0; padding-bottom: 100px; }
.tv-program-layout { padding: 104px 0 122px; }
.tv-program-main { width: min(100%, 1120px); margin-inline: auto; }
.tv-program-main .tv-content-section { padding-bottom: 94px; margin-bottom: 94px; }
.tv-program-main .tv-program { max-width: 980px; margin-inline: auto; }
.tv-program-main #incluso,
.tv-program-main #pagamento,
.tv-program-main #equipamentos { max-width: 1120px; margin-inline: auto; }

/* Marcador de etapa: etiqueta editorial, sem círculo. */
.tv-program .itinerary-timeline-wrap > ul > li { padding-left: 104px; }
.tv-program .itinerary-timeline-wrap > ul > li::before { left: 30px; background: rgba(13,111,153,.18); }
.tv-program .day-count {
  left: -104px;
  top: 2px;
  display: block;
  width: 72px;
  height: auto;
  padding: 8px 0 8px 12px;
  color: #537181;
  background: transparent;
  border: 0;
  border-left: 3px solid #168fbe;
  border-radius: 0;
  box-shadow: none;
  font-size: 9px;
  line-height: 1.05;
  letter-spacing: .14em;
  text-align: left;
}
.tv-program .day-count span { margin-top: 5px; color: #0a3854; font-size: 26px; line-height: 1; letter-spacing: -.04em; }

/* Incluso, não incluso e cancelamento passam a ser blocos independentes. */
.tv-columns-content,
.tv-equipment-grid { column-count: initial !important; }
.tv-columns-content .itinerary-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.tv-inclusion-block {
  min-width: 0;
  padding: 30px 32px 32px;
  background: #fff;
  border: 1px solid rgba(14,87,122,.14);
  box-shadow: 0 14px 38px rgba(14,65,91,.06);
}
.tv-inclusion-block:last-child:nth-child(odd) { grid-column: 1 / -1; }
.tv-inclusion-block h3,
.tv-equipment-block h3 { margin: 0 0 22px; color: #0a3854; font-size: 24px; line-height: 1.2; }
.tv-inclusion-block p { max-width: 760px; margin-bottom: 18px; }
.tv-inclusion-block ul,
.tv-equipment-block ul { margin: 0; padding: 0; list-style: none; }
.tv-inclusion-block li,
.tv-equipment-block li { position: relative; margin: 0; padding: 0 0 13px 22px; color: #4f6b7b; line-height: 1.65; }
.tv-inclusion-block li::before,
.tv-equipment-block li::before { left: 0; top: .72em; width: 5px; height: 5px; background: #168fbe; }

/* Checklist em categorias, sem colunas tipográficas que partem palavras. */
.tv-equipment-grid .itinerary-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  column-count: initial !important;
}
.tv-equipment-block {
  min-width: 0;
  padding: 27px 28px 24px;
  background: #fff;
  border-top: 3px solid #168fbe;
  box-shadow: 0 12px 34px rgba(14,65,91,.07);
}
.tv-equipment-block h3 { overflow-wrap: normal; word-break: normal; }

/* Pagamentos com contraste, respiro e leitura horizontal clara. */
.tv-payment-panel[open] { background: #eef6fa; }
.tv-payment-intro { max-width: 850px; margin-bottom: 28px; color: #496777; }
.tv-table-scroll { overflow-x: auto; border: 1px solid rgba(14,87,122,.16); border-radius: 2px; box-shadow: 0 16px 44px rgba(14,65,91,.08); }
.tv-price-table { width: 100%; min-width: 760px; color: #17384d; font-size: 14px; }
.tv-price-table thead { color: #fff !important; background: #083852; }
.tv-price-table th {
  padding: 18px 17px;
  color: #fff !important;
  background: #083852 !important;
  border-color: rgba(255,255,255,.15);
  font-weight: 700;
  line-height: 1.35;
}
.tv-price-table td { padding: 19px 17px; color: #3f5e6e; background: #fff; border-color: rgba(14,87,122,.16); }
.tv-price-table tbody tr:nth-child(even) td { background: #e7f2f7; }
.tv-price-table td:last-child,
.tv-price-table td:last-child span { color: #087aa7 !important; font-weight: 800 !important; }
.tv-payment-note span { color: #426576; background: #e1eff5; }

/* Outras formações disponíveis aparecem já no resumo lateral. */
.tv-booking-options { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--tv-line); }
.tv-booking-options-title { margin: 0 0 13px; color: #0a3854; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tv-booking-options > div { display: grid; grid-template-columns: 1fr auto; gap: 3px 14px; padding: 13px 0; border-bottom: 1px solid var(--tv-line); }
.tv-booking-options > div span { color: #587180; font-size: 13px; }
.tv-booking-options > div strong { color: #0a3854; font-size: 14px; text-align: right; }
.tv-booking-options > div small { grid-column: 1 / -1; color: #087aa7; font-size: 12px; font-weight: 700; text-align: right; }

/* Rodapé azul profundo em toda a família de viagens. */
.travel-modern .site-footer,
.travel-modern .top-footer { background: #082f49 !important; }
.travel-modern .buttom-footer { background: #052438 !important; }
.travel-modern .site-footer h5,
.travel-modern .site-footer h6 { color: #fff !important; }
.travel-modern .site-footer p,
.travel-modern .site-footer a,
.travel-modern .site-footer li { color: rgba(255,255,255,.78) !important; }

@media (max-width: 860px) {
  .tv-program-layout { padding-block: 78px 94px; }
  .tv-columns-content .itinerary-content,
  .tv-equipment-grid .itinerary-content { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tv-inclusion-block:last-child:nth-child(odd) { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .tv-gallery-before-program .tv-product-layout { padding-bottom: 58px; }
  .tv-gallery-before-program .tv-photo-essay { padding-bottom: 64px; }
  .tv-program-layout { padding-block: 66px 78px; }
  .tv-program-main .tv-content-section { padding-bottom: 72px; margin-bottom: 72px; }
  .tv-program .itinerary-timeline-wrap > ul > li { padding-left: 68px; }
  .tv-program .itinerary-timeline-wrap > ul > li::before { left: 20px; }
  .tv-program .day-count { left: -68px; width: 56px; padding-left: 9px; }
  .tv-program .day-count span { font-size: 22px; }
  .tv-columns-content .itinerary-content,
  .tv-equipment-grid .itinerary-content { grid-template-columns: 1fr; gap: 14px; }
  .tv-inclusion-block:last-child:nth-child(odd) { grid-column: auto; }
  .tv-inclusion-block,
  .tv-equipment-block { padding: 24px 22px 22px; }
  .tv-info-accordion > summary strong,
  .tv-payment-panel > summary strong { font-size: 25px; }
  .tv-payment-body { padding-top: 25px; }
  .tv-table-scroll { overflow: visible; border: 0; box-shadow: none; }
  .tv-price-table { min-width: 0; }
  .tv-price-table td,
  .tv-price-table tbody tr:nth-child(even) td { color: #3f5e6e; background: #fff; }
  .tv-booking-options > div { grid-template-columns: 1fr; }
  .tv-booking-options > div strong,
  .tv-booking-options > div small { grid-column: auto; text-align: left; }
}

/* Identidade Via Alpina para Viagens — azul alpino + mostarda */
.travel-modern {
  --tv-night: #061523;
  --tv-ink: #15394c;
  --tv-muted: #536f7d;
  --tv-forest: #0b3650;
  --tv-forest-soft: #18799f;
  --tv-orange: #d6a52a;
  --tv-orange-dark: #a9790a;
  --tv-sand: #e5f2f7;
  --tv-paper: #f6fbfc;
  --tv-snow: #f5f3ed;
  --tv-sky: #73c8e8;
  --tv-line: rgba(21,83,108,.17);
  color: var(--tv-ink);
  background: var(--tv-paper);
}

/* Tipografia editorial: começo leve, ideia-chave forte e mostarda. */
.tv-content-section > h2,
.tv-section-heading h2,
.tv-section-heading-row h2,
.tv-photo-heading h2,
.tv-guide-strip h2,
.tv-index-process h2,
.tv-advisory-grid h2,
.tv-support-plus h2,
.tv-final-cta h2 {
  font-weight: 300;
  letter-spacing: -.045em;
}
.tv-heading-accented strong { color: #d6a52a; font-weight: 800; }
.tv-hero h1.tv-heading-accented strong { color: #d6a52a; font-weight: 800; }
.tv-hero h1.tv-heading-accented br + strong { display: block; }
.tv-kicker,
.tv-info-accordion > summary small,
.tv-payment-panel > summary small,
.tv-section-code { color: #a9790a; font-weight: 800; letter-spacing: .23em; }

/* Hero e chamadas seguem o contraste fotográfico da Via Alpina. */
.tv-hero-overlay {
  background: radial-gradient(ellipse 72% 95% at 27% 66%,rgba(3,31,48,.82) 0%,rgba(4,43,61,.54) 44%,rgba(5,55,74,.12) 74%,transparent 100%),linear-gradient(180deg,rgba(3,25,40,.16),transparent 25%,transparent 78%,rgba(3,31,43,.25));
}
.tv-hero h1 { max-width: 900px; font-size: clamp(58px,7.2vw,104px); line-height: .92; letter-spacing: -.058em; text-shadow: 0 8px 40px rgba(0,0,0,.42); }
.tv-hero-lead { color: #edf8fc; line-height: 1.8; text-shadow: 0 2px 14px rgba(0,20,31,.72); }
.tv-eyebrow span { width: 48px; height: 3px; background: #d6a52a; }
.tv-hero-badge { color: #102c3b; background: #d6a52a; }
.tv-button-primary { color: #102c3b !important; background: #d6a52a; border-color: #d6a52a; }
.tv-button-primary:hover { color: #102c3b !important; background: #ecc85b; border-color: #ecc85b; }
.tv-button-glass { background: rgba(6,21,35,.34); }
.tv-facts { gap: 1px; padding: 1px; background: rgba(255,255,255,.22); }
.tv-facts div { min-height: 78px; display: grid; align-content: center; padding: 14px 20px; border: 0; background: rgba(13,126,168,.88); text-align: center; }
.tv-facts div:first-child { padding-left: 20px; }
.tv-facts strong { font-size: 20px; font-weight: 800; }
.tv-facts span { color: rgba(255,255,255,.78); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tv-section-nav { color: #15394c; background: rgba(245,243,237,.96); }
.tv-section-nav a:hover { color: #a9790a; }
.tv-section-nav .tv-nav-reserve { color: #102c3b; background: #d6a52a; }

/* Abertura clara com micro-pontos, como o palco do livro. */
.tv-product-layout { position: relative; }
.tv-product-layout::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 5% -4% 7%;
  background-image: radial-gradient(circle,rgba(54,151,190,.22) 1.15px,transparent 1.35px);
  background-size: 18px 18px;
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);
  mask-image: linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);
}
.tv-richtext { color: #536f7d; }
.tv-highlights { gap: 1px; padding: 1px; border: 1px solid #c5dde6; background: #c5dde6; }
.tv-highlights div { min-height: 76px; border: 0; background: #e5f2f7; }
.tv-highlights span { width: 22px; height: 22px; color: #15394c; background: #d6a52a; }

/* Reserva e investimento com a mesma hierarquia azul/mostarda. */
.tv-booking-card {
  background: #f9fcfd;
  border: 1px solid rgba(21,83,108,.14);
  border-top: 5px solid #d6a52a;
  box-shadow: 0 22px 60px rgba(20,63,80,.12);
}
.tv-card-price,
.tv-booking-options > div strong { color: #15394c; }
.tv-booking-card li span,
.tv-booking-options > div small { color: #a9790a; }
.tv-booking-options-title { color: #a9790a; }
.tv-info-accordion > summary i,
.tv-payment-panel > summary i { border-radius: 0; background: #f6fbfc; }
.tv-info-accordion > summary i::before,
.tv-info-accordion > summary i::after,
.tv-payment-panel > summary i::before,
.tv-payment-panel > summary i::after { background: #a9790a; }
.tv-price-table thead,
.tv-price-table th { color: #fff !important; background: #0b3650 !important; }
.tv-price-table td:last-child,
.tv-price-table td:last-child span { color: #a9790a !important; }
.tv-payment-note span { background: #e5f2f7; }

/* Temas alternados: neve, céu e azul claro dividem os assuntos. */
.tv-program-layout { padding-block: 0; background: transparent; }
.tv-program-main .tv-content-section,
.tv-program-main .tv-payment-section { position: relative; padding-block: 112px; margin: 0; border: 0; }
.tv-program-main .tv-program { max-width: 980px; box-shadow: 0 0 0 100vmax #f5f3ed; clip-path: inset(0 -100vmax); }
.tv-program-main #incluso { box-shadow: 0 0 0 100vmax #e5f2f7; clip-path: inset(0 -100vmax); }
.tv-program-main #pagamento { box-shadow: 0 0 0 100vmax #f6fbfc; clip-path: inset(0 -100vmax); }
.tv-program-main #equipamentos { box-shadow: 0 0 0 100vmax #dceef5; clip-path: inset(0 -100vmax); }
.tv-inclusion-block,
.tv-equipment-block { border-color: rgba(21,83,108,.13); background: rgba(255,255,255,.7); box-shadow: 0 16px 40px rgba(20,63,80,.07); }
.tv-equipment-block { border-top-color: #d6a52a; }
.tv-inclusion-block h3,
.tv-equipment-block h3 { color: #15394c; }
.tv-inclusion-block li::before,
.tv-equipment-block li::before { background: #d6a52a; }
.tv-program .day-count { border-left-color: #d6a52a; }
.tv-program .day-count span { color: #15394c; }
.tv-program .itinerary-timeline-wrap > ul > li::before { background: rgba(169,121,10,.2); }

/* Galeria livre, sem recorte e no ritmo de três colunas da Via Alpina. */
.tv-gallery-before-program .tv-photo-essay,
.tv-photo-essay { padding: 112px 16px 122px; background: #e3f2f7; }
.tv-photo-heading { display: flex; justify-content: space-between; align-items: end; gap: 38px; padding-bottom: 34px; border-bottom: 1px solid #bdd9e4; }
.tv-photo-heading h2 { color: #15394c; }
.tv-photo-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; column-count: initial; }
.tv-photo-grid figure { display: block; width: auto; margin: 0; background: transparent; box-shadow: none; }
.tv-photo-grid a { height: auto; min-height: 0; max-height: none; background: transparent; }
.tv-photo-grid img { width: 100%; height: auto; object-fit: contain; box-shadow: 0 18px 45px rgba(20,63,80,.12); transition: opacity .25s ease,box-shadow .25s ease; }
.tv-photo-grid a:hover img { opacity: .9; transform: none; box-shadow: 0 24px 58px rgba(20,63,80,.2); }
.tv-photo-grid figcaption { display: none; }

/* Índice e assessoria recebem a mesma família visual. */
.tv-index .tv-choice,
.tv-advisory-intro { position: relative; background-color: #e5f2f7; background-image: radial-gradient(circle,rgba(54,151,190,.2) 1px,transparent 1.25px); background-size: 19px 19px; }
.tv-index .tv-routes { background: #f5f3ed; }
.tv-index .tv-route-card { border-color: rgba(21,83,108,.1); box-shadow: 0 18px 48px rgba(20,63,80,.08); }
.tv-index .tv-route-image span {
    color: #FFFFFF;
    background: #d6a52a;
}
.tv-index .tv-route-body > p:not(.tv-route-summary) { color: #a9790a; }
.tv-index .tv-route-body h3,
.tv-index .tv-text-link { color: #15394c; }
.tv-index .tv-route-meta { background: #e5f2f7; }
.tv-index .tv-route-meta strong { color: #15394c; background: #d6a52a; }
.tv-index .tv-level i.is-active { background: #d6a52a; }
.tv-index .tv-route-special { background: linear-gradient(145deg,#061523,#0b3650); }
.tv-index .tv-route-special .tv-route-meta strong { color: #15394c; background: #f5c84b; }
.tv-index-process,
.tv-guide-strip,
.tv-support-plus { color: #fff; background: linear-gradient(145deg,#061523,#0b3650 60%,#126d91); }
.tv-index-process .tv-kicker,
.tv-guide-strip .tv-kicker,
.tv-support-plus .tv-kicker,
.tv-index-process li > span,
.tv-support-badge span { color: #f5c84b; }
.tv-advisory-step::before { color: #a9790a; }
.tv-support-badge { border-color: rgba(214,165,42,.65); border-radius: 0; }

/* Fechamento e rodapé dentro da mesma base cromática. */
.tv-final-overlay { background: radial-gradient(ellipse 72% 105% at 25% 60%,rgba(3,24,38,.94),rgba(4,43,61,.58) 56%,rgba(5,55,74,.1) 82%,transparent); }
.travel-modern .site-footer,
.travel-modern .top-footer { background: linear-gradient(180deg,#08283b,#061b2a) !important; }
.travel-modern .buttom-footer { background: #020d15 !important; }
.travel-modern .site-footer h5,
.travel-modern .site-footer h6 { border-left-color: #d6a52a !important; }
.travel-modern .site-footer input[type='submit'],
.travel-modern .site-footer button { color: #15394c !important; background: #d6a52a !important; }
.tv-share-button { background: rgba(6,21,35,.94); }

@media (max-width: 860px) {
  .tv-photo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .tv-program-main .tv-content-section,
  .tv-program-main .tv-payment-section { padding-block: 88px; }
}

@media (max-width: 640px) {
  .tv-hero h1 { font-size: clamp(48px,14vw,74px); }
  .tv-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tv-facts div { min-height: 72px; padding-inline: 10px; }
  .tv-gallery-before-program .tv-photo-essay,
  .tv-photo-essay { padding: 74px 10px 80px; }
  .tv-photo-heading { display: block; padding-bottom: 25px; }
  .tv-photo-grid { grid-template-columns: 1fr; gap: 10px; }
  .tv-program-main .tv-content-section,
  .tv-program-main .tv-payment-section { padding-block: 72px; }
}

  .site-footer.footer-primary { padding-top: 0 !important; background: #061523; }
  .site-footer.footer-primary .top-footer { padding-top: 80px; background: linear-gradient(180deg, #08283b, #040e17) !important; border-top: 1px solid rgba(255,255,255,.12); }
  .site-footer.footer-primary .buttom-footer { background: #02090f !important; }
  .site-footer.footer-primary .widget-title { color: #fff; }
  .site-footer.footer-primary .widget-text, .site-footer.footer-primary .widget-text a, .site-footer.footer-primary .copy-right, .site-footer.footer-primary .footer-menu a { color: #aac1cc; }
  .site-footer.footer-primary a:hover { color: var(--va-accent); }
  .site-footer.footer-primary input[type='submit'] { background: var(--va-accent); color: #173444; border-color: var(--va-accent); }
