

:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "Courier New", monospace;
  --ink: #102219;
  --forest: #123b2d;
  --forest-dark: #0f1d15;
  --forest-deep: #081711;
  --lime: #e67a08;
  --cream: #f1e8da;
  --paper: #fbf9f6;
  --orange: #e67a08;
  --orange-soft: #bc6b1d;
  --line: rgba(16, 34, 25, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.topbar {
  height: 84px; width: 100%; padding: 0 5vw; display: flex; align-items: center; gap: 40px;
  justify-content: space-between; background: rgba(15,29,21,.97); color: var(--paper); border-bottom: 1px solid rgba(230,122,8,.45);
  position: sticky; top: 0; z-index: 30; backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; padding: 3px 12px 3px 9px; border-radius: 10px; background: var(--paper); box-shadow: inset 0 0 0 1px rgba(230,122,8,.28); }
.brand-logo { display: block; width: 142px; height: 60px; object-fit: contain; object-position: left center; }
.topbar nav { display: flex; gap: 28px; font-size: 13px; }
.topbar nav a { opacity: .72; transition: opacity .2s; }
.topbar nav a:hover { opacity: 1; }

.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 720; font-size: 13px; letter-spacing: .01em; border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 35px rgba(0,0,0,.14); }
.button-primary { background: var(--orange); color: white; }
.button-secondary { min-height: 42px; background: var(--orange); color: white; padding: 0 16px; }
.wa-dot { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: rgba(24,61,45,.12); }
.button-secondary .wa-dot { background: rgba(255,255,255,.12); }

.hero { min-height: calc(100svh - 84px); position: relative; overflow: hidden; display: flex; align-items: flex-end; color: white; background: var(--forest-dark); }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo { background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Chapada_das_Mesas_-_Maranh%C3%A3o_%283909741330%29.jpg/2560px-Chapada_das_Mesas_-_Maranh%C3%A3o_%283909741330%29.jpg"); background-size: cover; background-position: center 55%; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(8,23,17,.96) 0%, rgba(8,23,17,.7) 46%, rgba(8,23,17,.12) 78%), linear-gradient(0deg, rgba(8,23,17,.62), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 65vw); margin: 0 0 9vh 7vw; }
.eyebrow, .section-kicker { font: 700 11px/1 var(--font-geist-mono); letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--lime); }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
.hero h1, h2 { margin: 0; letter-spacing: -.055em; line-height: .87; text-transform: uppercase; }
.hero h1 { margin-top: 25px; font-size: clamp(62px, 8.4vw, 145px); font-weight: 830; }
.hero h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; letter-spacing: -.045em; }
.hero h1 em { color: var(--lime); font-size: .85em; }
.hero-copy { max-width: 620px; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.6; color: rgba(255,255,255,.82); margin: 28px 0 26px; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 5px; }
.hero-meta { position: absolute; right: 5vw; bottom: 8vh; z-index: 3; display: flex; border-top: 1px solid rgba(255,255,255,.35); padding-top: 18px; gap: 34px; }
.hero-meta div { display: flex; align-items: center; gap: 10px; }
.hero-meta b { font: 700 25px/1 var(--font-geist-mono); color: var(--lime); }
.hero-meta span { font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.7); }
.photo-credit { font-size: 9px; line-height: 1.5; color: #68776d; margin: 11px 0 0; letter-spacing: .02em; }
.hero-credit { position: absolute; right: 18px; bottom: 12px; z-index: 3; color: rgba(255,255,255,.55); margin: 0; }

.package-summary { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0 7vw; background: var(--forest-dark); color: white; border-top: 1px solid rgba(230,122,8,.45); border-bottom: 1px solid rgba(230,122,8,.45); }
.package-summary article { min-height: 132px; padding: 26px 22px; border-right: 1px solid rgba(230,122,8,.25); display: grid; grid-template-columns: 30px 1fr; grid-template-rows: auto auto; align-content: center; }
.package-summary article:last-child { border-right: 0; }
.package-summary article > span { grid-row: 1 / 3; color: var(--orange); font: 700 11px/1 var(--font-geist-mono); padding-top: 3px; }
.package-summary small { color: rgba(255,255,255,.48); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
.package-summary strong { margin-top: 7px; font-size: 14px; letter-spacing: -.01em; }

.section-pad { padding: 110px 7vw; }
.section-kicker { color: #718078; margin-bottom: 55px; }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: end; }
h2 { font-size: clamp(52px, 6.3vw, 104px); font-weight: 820; }
h2 em { color: var(--orange); }
.intro-copy { border-left: 1px solid var(--line); padding-left: 34px; color: #4b5a51; font-size: 15px; line-height: 1.75; }
.intro-copy p:first-child { font-size: 18px; color: var(--ink); margin-top: 0; }
.experience-gallery { margin-top: 75px; display: grid; grid-template-columns: 1.55fr .65fr; gap: 16px; height: min(690px, 62vw); }
.experience-gallery figure { margin: 0; position: relative; overflow: hidden; background: #d8ddd8; }
.experience-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.experience-gallery figure:hover img { transform: scale(1.025); }
.gallery-side img { object-position: center 44%; }
.experience-gallery figcaption { position: absolute; left: 22px; right: 22px; bottom: 18px; color: white; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; text-shadow: 0 2px 10px #000; }
.experience-gallery figcaption strong { font-size: 19px; }
.experience-gallery figcaption span { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

.itinerary { background: var(--forest-dark); color: white; }
.section-head { display: grid; grid-template-columns: 1fr 350px; gap: 60px; align-items: end; }
.section-head .section-kicker { margin-bottom: 45px; color: #8d9f93; }
.section-head h2 em { color: var(--orange); }
.section-head > p { color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.7; margin: 0 0 10px; }
.days-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.day-card { padding: 30px 22px 32px 0; border-right: 1px solid rgba(255,255,255,.13); margin-right: 22px; min-height: 520px; }
.day-card:last-child { border-right: 0; margin-right: 0; }
.day-number { color: #8fa295; font: 700 10px/1 var(--font-geist-mono); letter-spacing: .12em; display: flex; align-items: center; gap: 8px; }
.day-number b { color: var(--orange); font-size: 30px; letter-spacing: -.05em; }
.day-card h3 { margin: 48px 0 22px; font-size: 19px; letter-spacing: -.02em; }
.day-card ul { list-style: none; margin: 0; padding: 0; }
.day-card li { font-size: 12px; color: rgba(255,255,255,.65); line-height: 1.45; padding: 9px 0 9px 15px; border-top: 1px solid rgba(255,255,255,.08); position: relative; }
.day-card li::before { content: ""; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--orange); left: 0; top: 15px; }
.itinerary-cta { margin-top: 55px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.itinerary-cta p { color: rgba(255,255,255,.62); margin: 0; line-height: 1.55; }
.itinerary-cta b { color: white; font-size: 19px; }
.itinerary-note { margin: 28px 0 0; padding: 16px 18px; border: 1px solid rgba(230,122,8,.45); color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.55; text-transform: uppercase; letter-spacing: .05em; }
.itinerary-note b { color: var(--orange); }

.included { background: var(--cream); }
.included-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 11vw; }
.included-title { position: sticky; top: 140px; align-self: start; }
.included-title h2 { font-size: clamp(50px, 5vw, 84px); }
.included-title h2 em { color: var(--orange); }
.included-title > p { margin-top: 35px; max-width: 390px; color: #5c6a61; line-height: 1.7; }
.included-list { border-top: 1px solid var(--line); }
.included-list article { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.included-list article > span { font: 700 11px/1 var(--font-geist-mono); color: #839087; padding-top: 5px; }
.included-list h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.025em; }
.included-list p { margin: 0; color: #637067; font-size: 13px; line-height: 1.5; }

.offer { background: var(--forest-dark); color: white; display: grid; grid-template-columns: .9fr 1.1fr; padding-right: 0; gap: 6vw; align-items: stretch; }
.offer-copy { padding: 30px 0; align-self: center; }
.offer .section-kicker { margin-bottom: 38px; color: rgba(255,255,255,.48); }
.offer h2 { font-size: clamp(54px, 5.8vw, 96px); }
.offer h2 em { color: var(--orange); }
.offer-sub { margin: 35px 0 5px; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.55); }
.price-block { margin: 0 0 26px; }
.price-block > span { display: block; font-size: 12px; margin-bottom: 7px; color: rgba(255,255,255,.54); }
.price-block .old-price { text-decoration: line-through; text-decoration-color: var(--orange); text-decoration-thickness: 2px; }
.price-block strong { font-size: clamp(50px, 5vw, 78px); letter-spacing: -.07em; line-height: .95; display: block; color: var(--orange); }
.price-block strong small { font-size: .3em; letter-spacing: 0; }
.price-block strong sup { font-size: .3em; vertical-align: top; position: relative; top: .15em; }
.price-block p { font-size: 14px; margin: 12px 0 0; color: rgba(255,255,255,.82); }
.payment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 24px; max-width: 600px; }
.payment-options article { padding: 17px 18px; border: 1px solid rgba(230,122,8,.55); display: flex; flex-direction: column; gap: 6px; }
.payment-options small { color: var(--orange); font: 700 9px/1 var(--font-geist-mono); letter-spacing: .12em; }
.payment-options b { font-size: 16px; }
.payment-options span { color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.4; }
.offer .button-primary { background: var(--orange); color: white; }
.offer .button-primary .wa-dot { background: rgba(255,255,255,.12); }
.offer-note { font-size: 10px; color: rgba(255,255,255,.52); max-width: 520px; line-height: 1.5; text-transform: uppercase; letter-spacing: .04em; }
.offer-image { min-height: 720px; position: relative; background-image: linear-gradient(0deg, rgba(15,45,33,.35), transparent 50%), url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Cachoeira_de_Sao_Romao.jpg/3840px-Cachoeira_de_Sao_Romao.jpg"); background-size: cover; background-position: 58% center; }
.stamp { position: absolute; top: 40px; left: 40px; width: 120px; height: 120px; border-radius: 50%; background: var(--orange); color: white; border: 4px double rgba(255,255,255,.72); display: flex; align-items: center; justify-content: center; gap: 7px; transform: rotate(-7deg); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.stamp b { font-size: 42px; line-height: 1; }
.stamp span { font: 700 9px/1.35 var(--font-geist-mono); letter-spacing: .08em; }
.offer-image .photo-credit { position: absolute; right: 15px; bottom: 11px; color: rgba(255,255,255,.7); }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.faq-intro .section-kicker { margin-bottom: 38px; }
.faq-intro h2 { font-size: clamp(50px, 5.4vw, 88px); }
.faq-intro p { color: #637067; line-height: 1.7; max-width: 400px; margin-top: 30px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 25px 0; display: flex; justify-content: space-between; gap: 20px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-size: 22px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 45px 25px 0; color: #637067; font-size: 14px; line-height: 1.7; }

.final-cta { padding: 95px 7vw; background: var(--forest); color: white; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; border-top: 1px solid rgba(230,122,8,.45); }
.final-cta .eyebrow { color: var(--orange); }
.final-cta h2 { margin-top: 30px; font-size: clamp(60px, 7vw, 115px); }
.final-cta h2 em { color: var(--orange); }
.final-cta p { max-width: 520px; color: rgba(255,255,255,.78); line-height: 1.6; }
.final-cta .button { flex: 0 0 auto; min-height: 58px; padding-inline: 30px; }

footer { padding: 38px 7vw 90px; background: var(--forest-dark); color: white; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; }
.footer-brand { padding: 5px 16px 5px 12px; }
.footer-brand .brand-logo { width: 174px; height: 76px; }
.footer-contact { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; font-size: 11px; color: rgba(255,255,255,.72); }
footer > p { margin: 0; font-size: 10px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .11em; }

.floating-wa { position: fixed; z-index: 40; right: 20px; bottom: 20px; min-height: 48px; padding: 0 17px 0 9px; border-radius: 30px; background: #25d366; color: #0b2818; display: none; align-items: center; gap: 8px; box-shadow: 0 10px 30px rgba(0,0,0,.25); font-size: 12px; }
.floating-wa span { width: 31px; height: 31px; border-radius: 50%; background: rgba(255,255,255,.48); display: grid; place-items: center; }

@media (max-width: 1100px) {
  .topbar nav { display: none; }
  .hero-meta { display: none; }
  .hero-content { width: min(760px, 83vw); }
  .days-grid { grid-template-columns: repeat(3, 1fr); }
  .day-card:nth-child(3) { border-right: 0; }
  .day-card { min-height: 340px; }
}

@media (max-width: 760px) {
  .topbar { height: 70px; padding: 0 5vw; }
  .topbar .button { display: none; }
  .brand { padding: 2px 9px 2px 7px; border-radius: 8px; }
  .brand-logo { width: 116px; height: 50px; }
  .hero { min-height: calc(100svh - 70px); align-items: flex-end; }
  .hero-photo { background-position: 60% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(9,29,20,.94) 0%, rgba(9,29,20,.55) 57%, rgba(9,29,20,.12) 100%); }
  .hero-content { width: 90vw; margin: 0 5vw 9vh; }
  .hero h1 { margin-top: 18px; font-size: clamp(55px, 18vw, 92px); }
  .hero-copy { font-size: 15px; margin: 22px 0; max-width: 94%; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .text-link { align-self: flex-start; }
  .hero-credit { left: 5vw; right: auto; bottom: 10px; font-size: 7px; }
  .package-summary { grid-template-columns: 1fr 1fr; padding: 0 5vw; }
  .package-summary article { min-height: 104px; border-bottom: 1px solid rgba(230,122,8,.22); }
  .package-summary article:nth-child(2n) { border-right: 0; }
  .package-summary article:last-child { grid-column: 1 / -1; }
  .section-pad { padding: 78px 5vw; }
  .section-kicker { margin-bottom: 35px; }
  .intro-grid, .included-layout, .faq, .section-head, .offer { grid-template-columns: 1fr; }
  .intro-grid { gap: 38px; }
  .intro-copy { padding-left: 20px; }
  .experience-gallery { margin-top: 48px; height: 620px; grid-template-columns: 1fr; grid-template-rows: 1.25fr .75fr; }
  .experience-gallery figcaption span { display: none; }
  .section-head { gap: 30px; }
  .days-grid { margin-top: 48px; grid-template-columns: 1fr; }
  .day-card, .day-card:nth-child(3) { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); margin: 0; padding: 25px 0 28px; }
  .day-card h3 { margin: 22px 0 14px; }
  .itinerary-cta { align-items: stretch; flex-direction: column; }
  .included-layout { gap: 50px; }
  .included-title { position: static; }
  .offer { padding: 75px 0 0; gap: 55px; }
  .offer-copy { padding: 0 5vw; }
  .payment-options { grid-template-columns: 1fr; }
  .offer-image { min-height: 540px; }
  .stamp { top: 25px; left: 25px; width: 104px; height: 104px; }
  .faq { gap: 50px; }
  .final-cta { padding: 75px 5vw; flex-direction: column; align-items: flex-start; }
  .final-cta .button { width: 100%; }
  footer { padding: 35px 5vw 100px; grid-template-columns: 1fr; justify-items: start; }
  .footer-contact { justify-content: flex-start; }
  .floating-wa { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
