/* Nathy Tur: route, territory and itinerary. Extends the existing functional UI. */
.icon { width: 21px; height: 21px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
h2 { font-weight: 650; letter-spacing: -.045em; }
.eyebrow { font-size: 11px; letter-spacing: .13em; color: var(--earth); }
.button { border-radius: 14px; font-size: 14px; box-shadow: none; }
.button:hover { box-shadow: none; transform: translateY(-1px); }
.button:hover .icon, .card-link:hover .icon { transform: translate(2px, -2px); }
.button .icon, .card-link .icon { transition: transform .2s; }
.text-link { font-size: 14px; gap: 15px; }
.header { background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); padding-block: 14px; }
.header.scrolled { background: var(--paper); box-shadow: none; }
.header nav>a:not(.button) { font-size: 13px; }
.header .button.small { font-size: 12px; }
.header nav>a:not(.button)::after { background: var(--brand); }
.language-switcher { display: inline-flex; align-items: center; gap: 0; margin-left: 16px; color: var(--muted); }
.language-switcher button { position: relative; border: 0; border-radius: 0; background: transparent; color: inherit; cursor: pointer; font: 800 9px/1 var(--sans); letter-spacing: .12em; padding: 7px 8px; transition: color .2s ease; }
.language-switcher button + button { border-left: 1px solid var(--line); }
.language-switcher button:hover { color: var(--brand); }
.language-switcher button[aria-pressed="true"] { color: var(--brand); }
.language-switcher button[aria-pressed="true"]::after { content: ''; position: absolute; left: 8px; right: 8px; bottom: 2px; height: 2px; background: var(--gold); }
.logo img { width: 172px; }
.menu-toggle span { background: var(--ink); }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
.hero :focus-visible, .footer :focus-visible, .mobile-cta :focus-visible { outline-color: var(--gold-light); }
.hero { display: block; height: auto; min-height: 800px; max-height: none; padding-top: 100px; }
.hero-shade { background: linear-gradient(90deg, #142017de 0%, #14201770 55%, #14201715 100%); }
.hero-content { padding-block: 85px 170px; }
.hero h1 { font-size: clamp(48px, 5.3vw, 76px); max-width: 850px; }
.hero h1 em { color: var(--white); }
.hero-coordinate { display: flex; gap: 25px; flex-wrap: wrap; color: var(--white)!important; font-size: 10px; }
.hero-coordinate>span { color: var(--light-text); font-weight: 500; }
.hero-description { font-size: 16px; line-height: 1.8; max-width: 465px; color: var(--white); }
.hero-actions .light-link { min-height: 48px; padding: 11px 18px; border: 1px solid var(--light-line); border-radius: 14px; }
.hero-territory { font-size: 10px; font-weight: 700; letter-spacing: .14em; margin-top: 30px; }
.hero-territory>span { color: var(--gold-light); margin-inline: 7px; }
.hero-transfer { display: block; position: absolute; right: max(48px, calc((100% - 1240px) / 2)); bottom: 100px; width: 280px; padding: 23px 25px 0; background: var(--paper); color: var(--ink); border-top: 5px solid var(--brand); }
.ticket-kicker { display: block; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.hero-transfer-route { display: flex; align-items: center; gap: 14px; margin-top: 13px; }
.hero-transfer-route strong { font-size: 34px; letter-spacing: -.04em; line-height: 1.3; }
.hero-transfer-route svg { flex: 1; width: 70px; fill: var(--gold); stroke: var(--brand); stroke-width: 1.8; }
.hero-transfer-route svg path { fill: none; }
.hero-transfer-labels { display: flex; justify-content: space-between; font-size: 10px; color: var(--muted); margin: 5px 0 18px; }
.ticket-foot { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 11px; font-weight: 750; border-top: 1px dashed var(--line); padding-block: 14px; }
.hero-transfer:hover .ticket-foot { color: var(--earth); }
.hero-bottom { padding-top: 15px; bottom: 22px; }
.hero-service { font-size: 9px; letter-spacing: .13em; }
.video-toggle { background: transparent; border-radius: 12px; font-size: 11px; }
.video-toggle .pause-mark { display: none; }
.video-toggle[aria-pressed=true] .pause-mark { display: block; }
.video-toggle[aria-pressed=true] .play-mark { display: none; }
.video-toggle .icon { width: 15px; height: 15px; }
.video-toggle .video-label { font-size: inherit; }
.video-toggle:hover { background: var(--deep); }

/* The regional links are nodes in one route, not three cards. */
.frontier { background: var(--green-soft); padding-block: 75px; }
.frontier-layout { display: grid; grid-template-columns: .9fr 1.6fr; gap: 70px; align-items: center; }
.frontier-intro h2 { font-size: clamp(32px, 3.4vw, 47px); line-height: 1.13; }
.frontier-intro>p:last-child { max-width: 350px; color: var(--muted); font-size: 14px; margin-top: 22px; }
.frontier-network { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 28px; position: relative; }
.network-origin { grid-column: 1/-1; font-size: 9px; font-weight: 700; letter-spacing: .1em; margin-bottom: 24px; display: flex; align-items: center; gap: 10px; }
.route-node { display: block; width: 8px; height: 8px; border: 2px solid var(--brand); border-radius: 50%; }
.frontier-path { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: var(--brand); stroke-width: 1.5; pointer-events: none; }
.territory { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-width: 0; }
.territory-code { display: grid; place-items: center; width: 70px; height: 70px; font-size: 30px; line-height: 1; letter-spacing: -.04em; font-weight: 800; background: var(--green-soft); border: 1.5px solid var(--brand); border-radius: 50%; margin-bottom: 19px; }
.territory-ar { padding-top: 40px; }
.territory-ar .territory-code { border-color: var(--water); }
.territory-py .territory-code { border-color: var(--earth); }
.territory strong { font-size: 17px; line-height: 1.5; }
.territory>span:not(.territory-code,.territory-link) { font-size: 12px; color: var(--muted); margin-top: 5px; }
.territory-link { display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; margin-top: 13px; min-height: 35px; }
.territory-link .icon { width: 15px; height: 15px; }
.territory:hover .territory-code { background: var(--white); }
.territory:hover .territory-link { text-decoration: underline; text-underline-offset: 5px; }
.network-note { grid-column: 1/-1; font-size: 11px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 19px; margin-top: 25px; }

/* Different compositions share route labels and practical information. */
.destinations { padding-block: 90px; }
.section-heading { margin-bottom: 40px; }
.section-heading>p { font-size: 15px; max-width: 375px; }
.destination-grid { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 55px 45px; align-items: start; }
.destination-card { border: 0; background: transparent; border-radius: 0; overflow: visible; }
.destination-image { border-radius: 23px; }
.destination-image img { transition: transform .5s; }
.destination-card:hover .destination-image img { transform: scale(1.02); }
.destination-image::after { background: linear-gradient(transparent 70%, #18261db0); }
.destination-body { padding: 24px 0 0; }
.destination-body h3 { font-size: 30px; font-weight: 750; letter-spacing: -.04em; }
.destination-body>p:not(.eyebrow) { font-size: 15px; line-height: 1.8; }
.destination-body summary { font-size: 13px; min-height: 48px; }
.destination-body details>p { font-size: 14px; }
.destination-route { color: var(--earth); font-size: 10px; margin-bottom: 12px; }
.card-link { min-height: 52px; font-size: 13px; color: var(--ink); }
.card-link .icon { width: 19px; height: 19px; }
.image-label { font-size: 9px; letter-spacing: .11em; }
.country { color: var(--white); background: var(--deep); padding: 6px 11px; font-size: 10px; border-radius: 5px; }
.featured { grid-column: 1/-1; grid-template-columns: 1.35fr 1fr; background: var(--water-soft); border-radius: 24px; overflow: hidden; }
.featured .destination-image { min-height: 470px; border-radius: 0; }
.featured .destination-body { padding: 42px; }
.featured .eyebrow { font-size: 10px; color: var(--earth); }
.featured h3 { font-size: 39px; }
.destination-subtitle { display: block; font-size: 19px; font-weight: 500; letter-spacing: -.02em; margin-top: 10px; }
.card-tags { gap: 15px; font-size: 11px; padding-left: 12px; border-left: 3px solid var(--water); }
.card-tags span::before { content: none; }
#dest-cataratas-ar { grid-column: 1; display: grid; grid-template-columns: .8fr 1fr; gap: 25px; padding-top: 30px; }
#dest-cataratas-ar .destination-image { height: 310px; }
#dest-cataratas-ar .destination-body { padding-top: 0; }
#dest-cataratas-ar h3 { font-size: 28px; }
#dest-cataratas-ar .image-label { display: none; }
#dest-aves { grid-column: 2; grid-row: 2 / span 2; padding-left: 10px; }
#dest-aves .destination-image { height: 340px; }
#dest-aves .destination-body { padding-right: 10px; }
#dest-paraguai { grid-column: 1; }
#dest-paraguai .destination-image { height: 235px; }
#dest-paraguai .destination-body { padding-top: 22px; }
.airport-card { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; padding: 38px 0; border-block: 1px solid var(--line); }
.airport-card .destination-body { padding: 0; }
.airport-card h3 { font-size: 34px; max-width: 450px; }
.airport-art { height: auto; padding: 28px 32px 20px; background: var(--green-soft); border: 1px solid var(--line); border-top: 5px solid var(--brand); border-radius: 0; }
.ticket-top { border-bottom: 1px solid var(--line); padding-bottom: 16px; font-size: 10px; }
.ticket-top .ticket-location { font-size: 10px; font-weight: 800; }
.ticket-route { gap: 27px; margin-block: 21px; }
.ticket-route strong { font-size: 52px; line-height: 1.2; }
.ticket-route svg { stroke: var(--brand); stroke-width: 1.7; fill: var(--gold); }
.ticket-route svg path { fill: none; }
.ticket-data { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 22px; margin: 0 0 23px; }
.ticket-data dt { font-size: 9px; letter-spacing: .1em; color: var(--muted); }
.ticket-data dd { margin: 4px 0 0; font-size: 13px; font-weight: 650; }
.ticket-bottom { border-top: 1px dashed var(--line); padding-top: 15px; font-size: 8px; letter-spacing: .09em; }
.custom-route { padding: 18px 0 0; border: 0; margin-top: 20px; }
.custom-route:hover { background: transparent; }
.custom-route .eyebrow { font-size: 10px; color: var(--earth); }
.custom-route h3 { font-size: 24px; font-weight: 650; }
.round-arrow { border-radius: 13px; border-color: var(--brand); color: var(--deep); }
.custom-route:hover .round-arrow { background: var(--green-soft); color: var(--deep); }

.about { background: var(--paper); padding-block: 45px 90px; }
.about-grid { grid-template-columns: 1.1fr 1fr; gap: 75px; align-items: start; }
.about-visual { margin: 0; }
.about-visual>img { height: 450px; object-position: center; border-radius: 24px 24px 0 0; }
.about-visual figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; border-bottom: 1px solid var(--line); padding-block: 14px; font-size: 9px; letter-spacing: .08em; color: var(--earth); }
.about-copy { padding-top: 15px; }
.about-copy h2 { font-size: 43px; }
.about-copy>p:not(.eyebrow) { font-size: 15px; margin-top: 18px; }
.service-facts { margin-block: 25px; }
.service-facts>div { display: grid; grid-template-columns: 115px 1fr; gap: 20px; padding-block: 14px; border-color: var(--line); }
.service-facts dt { font-size: 9px; letter-spacing: .1em; color: var(--muted); font-weight: 700; }
.service-facts dd { margin: 0; font-size: 13px; }

/* A single continuous path connects the actual three-step process. */
.steps-section { padding-block: 70px 85px; border-top: 1px solid var(--line); }
.steps { position: relative; gap: 45px; margin-top: 50px; }
.steps::before { content: ''; position: absolute; top: 21px; left: 48px; right: 48px; border-top: 1.5px solid var(--brand); }
.steps article { border: 0; padding: 0; }
.steps article::before { display: none; }
.step-number { position: relative!important; display: grid!important; place-items: center; width: 96px!important; min-width: 96px!important; height: 43px!important; padding-inline: 7px!important; border: 1.5px solid var(--brand); border-radius: 50px!important; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 8px!important; letter-spacing: .08em; line-height: 1; text-align: center; white-space: nowrap; font-style: normal; font-weight: 800; margin-bottom: 24px; }
.steps article:last-child .step-number { background: var(--gold); border-color: var(--gold); }
.steps h3 { font-size: 19px; line-height: 1.4; }
.steps p { font-size: 14px; }
.practical-note { border-left: 3px solid var(--water); padding-left: 12px; color: var(--muted); font-size: 12px!important; }

/* Form retains its fields and events, now laid out as an itinerary request. */
.planner-section { background: var(--green-soft); color: var(--ink); padding-block: 85px; overflow: visible; }
.planner-grid { grid-template-columns: .75fr 1.25fr; gap: 75px; }
.planner-intro h2 { font-size: 48px; }
.planner-intro>p:not(.eyebrow) { color: var(--muted); font-size: 15px; max-width: 340px; }
.planning-notes { margin-top: 32px; border-top: 1px solid var(--line); }
.planning-notes p { padding-block: 17px; border-bottom: 1px solid var(--line); font-size: 13px; }
.planning-notes strong { font-weight: 750; }
.planning-notes span { display: block; color: var(--muted); margin-top: 4px; }
.planner-intro .planner-note { border: 0; margin-top: 28px!important; font-size: 12px!important; }
.planner { padding: 0 35px 30px; border: 1px solid var(--line); border-top: 5px solid var(--brand); border-radius: 3px; background: var(--white); }
.itinerary-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding-block: 19px; border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .09em; font-weight: 800; }
.itinerary-heading>span:last-child { white-space: nowrap; color: var(--earth); }
.itinerary-route { display: flex; align-items: center; gap: 20px; padding-block: 19px; font-size: 22px; font-weight: 600; letter-spacing: -.025em; }
.itinerary-connector { height: 1px; flex: 1; background: var(--brand); position: relative; }
.itinerary-connector::before,.itinerary-connector::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); position: absolute; top: -2.5px; }
.itinerary-connector::after { right: 0; }
.trip-types legend { font-size: 14px; }
.trip-options label>span { border-radius: 12px; min-height: 73px; font-size: 11px; gap: 9px; }
.trip-options input:checked+span { background: var(--green-soft); color: var(--ink); border: 2px solid var(--brand); }
.field label { font-size: 12px; }
input:not([type=radio],[type=checkbox]), select, textarea { border-radius: 8px; min-height: 49px; font-size: 14px; }
.field small { font-size: 11px; }
.contact-details { margin-top: 20px; border-top: 1px solid var(--line); }
.contact-details summary { padding: 15px 0; font-size: 12px; min-height: 48px; gap: 8px; }
.contact-details summary .optional { font-size: 10px; color: var(--muted); margin-right: auto; }
.contact-details[open] summary .optional { transform: none; }
.contact-details .form-grid { padding-bottom: 16px; }
.return-option { font-size: 12px; min-height: 44px; margin-block: 12px; }
.extra-details summary { font-size: 12px; min-height: 48px; }
.quote-summary { border-top: 1px dashed var(--line); margin-top: 22px; padding: 18px 0; }
.quote-summary>span { font-size: 9px; color: var(--earth); }
.quote-summary p { font-size: 13px; }
.summary-route { display: flex; align-items: center; gap: 9px; font-size: 24px!important; line-height: 1.2; font-weight: 800; letter-spacing: -.04em; }
.summary-route i { color: var(--brand); font-size: 18px; font-style: normal; }
.summary-meta { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; letter-spacing: .04em; }
.form-note { font-size: 12px; }
.privacy-note { font-size: 11px; }
.prepared-message { margin-top: 16px; font-family: var(--sans); }
.faq { padding-block: 85px; }
.faq-heading h2 { font-size: 39px; }
.faq-heading>p:last-child { font-size: 14px; }
.faq-list summary { font-size: 14px; padding-block: 18px; }
.faq-question { font-size: inherit; font-weight: 650; line-height: 1.65; flex: 1; min-width: 0; }
.faq-question small { display: block; font-size: 9px; color: var(--earth); letter-spacing: .1em; font-weight: 700; margin-bottom: 5px; }
.faq-list details[open]>summary>.faq-question { transform: none; }
.faq-list details>p { font-size: 14px; }
.closing { background: var(--green-soft); color: var(--ink); text-align: left; padding-block: 58px; }
.closing>.wrap { position: relative; }
.closing .eyebrow { color: var(--earth); }
.closing p { font-size: 44px; }
.closing em { color: var(--ink); }
.closing .button { position: absolute; right: 0; top: 35%; margin-top: 0; }
.closing-route { display: flex; align-items: center; gap: 12px; max-width: 480px; margin-top: 22px; color: var(--brand); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.closing-route i { flex: 1; height: 1px; background: var(--brand); position: relative; }
.closing-route i::after { content: ''; position: absolute; right: 0; top: -3px; width: 6px; height: 6px; border-top: 1px solid var(--brand); border-right: 1px solid var(--brand); transform: rotate(45deg); }
.footer { background: var(--deep); padding-top: 55px; }
.footer p, .footer-grid>div>a:not(:has(img)) { font-size: 12px; }
.footer h2 { color: var(--gold-light); font-size: 10px; }
.footer-coordinates { font-size: 10px; letter-spacing: .12em; display: inline-block; margin-top: 12px; }
.footer-grid { padding-bottom: 35px; }
.footer-territory { display: flex; align-items: center; gap: 20px; font-size: 10px; letter-spacing: .16em; padding-bottom: 25px; }
.footer-territory i { display: block; width: 70px; height: 1px; background: var(--light-line); }
.footer-bottom { font-size: 10px; }
.mobile-cta>span { font-family: var(--sans); font-size: 12px; font-style: normal; }
@media (prefers-reduced-motion: no-preference) {
  .motion-ready .reveal { transform: translateY(12px); transition-duration: .45s; }
  .hero-content>* { animation-duration: .5s; }
  .destination-card:nth-child(even) { transition-delay: 0s; }
}
@media (max-width: 1100px) {
  .frontier-layout { gap: 40px; }
  .frontier-network { gap: 0 17px; }
  .hero-transfer { right: 32px; width: 250px; }
  .hero h1 { font-size: 63px; }
  .destination-grid { gap: 40px 30px; }
  #dest-cataratas-ar { grid-template-columns: 1fr; padding-top: 0; }
  #dest-cataratas-ar .destination-image { height: 225px; }
  #dest-aves .destination-image { height: 330px; }
  .about-grid { gap: 45px; }
  .about-copy h2 { font-size: 37px; }
  .planner-grid { gap: 40px; }
  .planner { padding-inline: 27px; }
  .airport-card { gap: 40px; }
}
@media (max-width: 900px) {
  .hero { min-height: 870px; }
  .hero-transfer { width: 230px; bottom: 88px; }
  .hero-content { padding-top: 60px; }
  .hero-territory { max-width: 370px; }
  .hero-bottom { gap: 25px; }
  .frontier-layout { grid-template-columns: 1fr; gap: 38px; }
  .frontier-intro h2 br { display: none; }
  .frontier-intro>p:last-child { max-width: 550px; }
  .frontier-network { gap: 0 40px; }
  .featured { grid-template-columns: 1.1fr 1fr; }
  .featured .destination-body { padding: 28px; }
  .featured h3 { font-size: 30px; }
  .airport-card { gap: 30px; }
  .airport-art { padding: 24px; }
  .ticket-route { gap: 16px; }
  .ticket-route strong { font-size: 42px; }
  .ticket-data { gap: 14px; }
  .ticket-data dd { font-size: 12px; }
  .airport-card h3 { font-size: 29px; }
  .planner-grid { grid-template-columns: 1fr; }
  .planner-intro h2 br { display: none; }
  .planner-intro>p:not(.eyebrow) { max-width: 600px; }
  .planning-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
  .planner-intro .planner-note { margin-top: 12px!important; }
  .steps { gap: 25px; }
  .steps::before { left: 48px; right: 48px; }
  .steps h3 { font-size: 17px; }
  .closing p { font-size: 36px; }
  .closing .button { position: static; margin-top: 25px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 85px; }
  .header { padding-block: 9px; }
  .logo img { width: 140px; }
  .language-switcher { position: absolute; right: 62px; top: 22px; margin: 0; }
  .language-switcher button { padding: 6px 7px; font-size: 8px; }
  .header nav { background: var(--paper); color: var(--ink); }
  .header nav>a:not(.button) { font-size: 25px; }
  .hero { min-height: 0; padding-top: 80px; }
  .hero h1 { font-size: clamp(34px, 8.6vw, 49px); line-height: 1.13; }
  .hero-content { padding-block: 44px 30px; }
  .hero-coordinate { font-size: 9px!important; gap: 5px; flex-direction: column; margin-bottom: 22px!important; }
  .hero-description { font-size: 15px; max-width: 420px; line-height: 1.8; margin-top: 23px; }
  .hero-shade { background: #12201894; }
  .hero-actions { margin-top: 25px; gap: 12px; }
  .hero-actions .button { font-size: 12px; padding: 14px 17px; }
  .hero-actions .text-link { font-size: 12px; padding: 11px 15px; }
  .hero-territory { font-size: 9px; letter-spacing: .08em; margin-top: 23px; }
  .hero-territory>span { margin-inline: 3px; }
  .hero-transfer { position: relative; right: auto; bottom: auto; width: calc(100% - 40px); max-width: 400px; margin: 0 20px 83px; padding: 17px 22px 0; }
  .hero-transfer-route { margin-top: 8px; }
  .hero-transfer-route strong { font-size: 30px; }
  .hero-transfer-route svg { max-width: none; }
  .hero-transfer-labels { margin-bottom: 12px; }
  .ticket-foot { padding-block: 12px; min-height: 45px; }
  .hero-bottom { gap: 10px; padding-top: 12px; bottom: 15px; }
  .hero-service { font-size: 8px; max-width: 155px; }
  .video-toggle { font-size: 10px; padding: 8px 10px; }
  .frontier { padding-block: 50px; }
  .frontier-intro h2 { font-size: 34px; }
  .frontier-intro h2 br { display: block; }
  .frontier-intro>p:last-child { font-size: 14px; margin-top: 19px; }
  .frontier-layout { gap: 30px; }
  .frontier-network { gap: 0 12px; }
  .frontier-path { inset: 0; height: 100%; }
  .network-origin { font-size: 8px; margin-bottom: 22px; }
  .territory-code { width: 53px; height: 53px; font-size: 23px; margin-bottom: 15px; }
  .territory-ar { padding-top: 32px; }
  .territory strong { font-size: 14px; }
  .territory>span:not(.territory-code,.territory-link) { font-size: 11px; line-height: 1.6; }
  .territory-link { font-size: 10px; gap: 5px; min-height: 44px; margin-top: 8px; }
  .territory-link .icon { width: 13px; height: 13px; }
  .network-note { font-size: 11px; margin-top: 20px; }
  .eyebrow { font-size: 10px; }
  h2 { font-size: 34px; }
  .destinations { padding-block: 55px; }
  .section-heading>p { font-size: 14px; }
  .destination-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .featured { display: flex; border-radius: 22px; }
  .featured .destination-image { min-height: 0; height: 270px; border-radius: 0; }
  .featured .destination-body { padding: 25px; }
  .featured h3 { font-size: 29px; }
  .destination-subtitle { font-size: 17px; }
  .destination-card { grid-column: auto!important; grid-row: auto!important; }
  #dest-cataratas-ar { gap: 22px; }
  #dest-cataratas-ar .destination-image { height: 200px; }
  #dest-cataratas-ar .image-label { display: block; }
  #dest-aves { padding: 0 23px; }
  #dest-aves .destination-image { height: 290px; }
  #dest-aves .destination-body { padding-right: 0; }
  #dest-paraguai .destination-image { height: 205px; }
  .destination-body { padding-top: 21px; }
  .destination-body h3 { font-size: 28px; }
  .destination-body>p:not(.eyebrow) { font-size: 14px; }
  .destination-body summary { font-size: 12px; }
  .card-tags { flex-wrap: wrap; font-size: 10px; gap: 8px 15px; }
  .image-label, .country { font-size: 9px; }
  .airport-card { grid-template-columns: 1fr; gap: 26px; padding-block: 30px; }
  .airport-art { padding: 22px 22px 18px; }
  .ticket-top { font-size: 9px; }
  .ticket-top .ticket-location { font-size: 9px; }
  .ticket-route strong { font-size: 46px; }
  .ticket-data dd { font-size: 13px; }
  .airport-card h3 { font-size: 29px; }
  .custom-route { gap: 15px; margin-top: 18px; }
  .custom-route h3 { font-size: 23px; }
  .custom-route .eyebrow { font-size: 9px; }
  .about { padding-block: 10px 60px; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-visual>img { height: 300px; }
  .about-visual figcaption { font-size: 8px; }
  .about-copy { padding-top: 0; }
  .about-copy h2 { font-size: 34px; }
  .about-copy>p:not(.eyebrow) { font-size: 14px; }
  .service-facts>div { grid-template-columns: 95px 1fr; gap: 13px; }
  .service-facts dt { font-size: 8px; }
  .service-facts dd { font-size: 12px; }
  .steps-section { padding-block: 50px 55px; }
  .steps { grid-template-columns: 1fr; gap: 27px; margin-top: 35px; }
  .steps::before { left: 43px; top: 18px; bottom: 75px; right: auto; border-top: 0; border-left: 1.5px solid var(--brand); }
  .steps article { padding-left: 62px; min-height: 108px; }
  .step-number { position: absolute!important; left: 0; top: 0; width: 86px!important; min-width: 86px!important; height: 34px!important; font-size: 7px!important; padding-inline: 5px!important; }
  .steps h3 { font-size: 18px; padding-top: 4px; }
  .steps p { font-size: 14px; }
  .planner-section { padding-block: 55px; }
  .planner-grid { gap: 28px; }
  .planner-intro h2 { font-size: 36px; }
  .planner-intro h2 br { display: none; }
  .planner-intro>p:not(.eyebrow) { font-size: 14px; }
  .planning-notes { grid-template-columns: 1fr; gap: 0; margin-top: 23px; }
  .planning-notes p { font-size: 12px; padding-block: 14px; }
  .planner { padding: 0 20px 25px; }
  .itinerary-heading { font-size: 8px; gap: 12px; padding-block: 17px; }
  .itinerary-heading>span:first-child { max-width: 175px; }
  .itinerary-heading>span:last-child { font-size: 8px; }
  .itinerary-route { font-size: 21px; }
  .trip-options label>span { font-size: 10px; }
  .trip-options .icon { width: 20px; height: 20px; }
  input:not([type=radio],[type=checkbox]), select, textarea { font-size: 16px; }
  .extra-details summary,.contact-details summary { font-size: 11px; }
  .contact-details summary .optional { font-size: 9px; }
  .quote-summary>span { font-size: 8px; }
  .submit-button { font-size: 13px; }
  .form-note { font-size: 11px; }
  .privacy-note { font-size: 10px; }
  .faq { padding-block: 55px; }
  .faq-heading h2 { font-size: 34px; }
  .faq-list summary { font-size: 14px; gap: 15px; }
  .faq-list details>p { font-size: 14px; }
  .closing { padding-block: 45px; }
  .closing p { font-size: 34px; }
  .closing-route { max-width: 100%; margin-top: 18px; font-size: 8px; gap: 8px; }
  .footer p,.footer-grid>div>a:not(:has(img)) { font-size: 11px; }
  .footer h2 { font-size: 9px; }
  .footer-territory { gap: 10px; font-size: 8px; letter-spacing: .08em; }
  .footer-territory i { flex: 1; width: auto; }
  .footer-coordinates { font-size: 9px; }
  .footer-bottom { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) { .hero-video { display: none; } }
