:root {
  --navy: #111111;
  --navy-2: #030303;
  --blue: #151515;
  --gold: #ffba18;
  --green: #1dc66a;
  --sand: #101010;
  --white: #ffffff;
  --ink: #f5f3ee;
  --muted: #a7a7a7;
  --line: rgba(255, 255, 255, .13);
  --container: 1180px;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #080808; font-family: "Manrope", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; padding: 10px 16px; color: #fff; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.17); }
.site-header.scrolled { position: fixed; background: rgba(4, 4, 4, .95); backdrop-filter: blur(16px); box-shadow: 0 10px 30px rgba(0,0,0,.35); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.brand img { width: 60px; aspect-ratio: 1; border-radius: 50%; border: 3px solid #fff; object-fit: cover; box-shadow: 0 6px 20px rgba(0,0,0,.18); }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-size: 20px; letter-spacing: -.5px; }
.brand small { margin-top: 4px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: 2.8px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 23px; color: rgba(255,255,255,.88); font-size: 14px; font-weight: 700; }
.nav-links > a:not(.nav-cta) { position: relative; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.nav-links > a:hover::after { width: 100%; }
.nav-links > a.active::after { width: 100%; }
.nav-cta { padding: 13px 20px; color: #080808; background: var(--gold); border-radius: 999px; box-shadow: 0 8px 20px rgba(255,186,24,.22); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: #fff; transition: .25s ease; }

.hero { position: relative; min-height: 900px; height: 100svh; max-height: 1060px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #030303 url("assets/hero-reserva.png") center center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(3,3,3,.91) 35%, rgba(3,3,3,.48) 64%, rgba(0,0,0,.2) 100%), linear-gradient(0deg, rgba(0,0,0,.54), transparent 48%); }
.hero::after { content: ""; position: absolute; left: 50%; bottom: -160px; width: 800px; height: 360px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; transform: translateX(-50%); }
.hero-content { position: relative; z-index: 2; padding-top: 90px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: 2.5px; }
.eyebrow span { width: 32px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #ae7400; }
.hero h1, .section h2, .destinations h2, .booking h2, .final-cta h2 { max-width: 780px; margin: 0; color: inherit; font-size: clamp(48px, 5.8vw, 84px); font-weight: 800; line-height: 1.03; letter-spacing: -4px; }
h1 em, h2 em { display: inline; color: var(--gold); font-family: "Playfair Display", serif; font-weight: 700; }
.hero-gallery { width: min(690px, 100%); margin-top: 26px; overflow: hidden; border-radius: 18px; mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); }
.hero-gallery-track { width: max-content; display: flex; gap: 12px; animation: hero-gallery-scroll 24s linear infinite; will-change: transform; }
.hero-gallery:hover .hero-gallery-track { animation-play-state: paused; }
.hero-gallery figure { position: relative; width: 215px; height: 112px; flex: 0 0 auto; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 15px; background: #151515; box-shadow: 0 12px 28px rgba(0,0,0,.26); }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.hero-gallery figure:hover img { transform: scale(1.06); }
.hero-gallery figcaption { position: absolute; inset: auto 0 0; padding: 22px 12px 8px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.86)); font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
@keyframes hero-gallery-scroll { to { transform: translateX(calc(-50% - 6px)); } }
.hero-copy { max-width: 620px; margin: 26px 0 30px; color: rgba(255,255,255,.8); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.btn { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 22px; fill: currentColor; }
.btn-primary { color: #fff; background: var(--green); box-shadow: 0 14px 28px rgba(29,198,106,.25); }
.btn-primary:hover { background: #13b75d; box-shadow: 0 18px 34px rgba(29,198,106,.34); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.btn-ghost:hover { background: rgba(255,255,255,.13); }
.btn-dark { margin-top: 24px; color: #fff; background: var(--navy); }
.btn-large { min-width: 245px; min-height: 64px; font-size: 15px; }
.hero-points { max-width: 690px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 22px; }
.hero-points > div { display: flex; align-items: center; gap: 14px; }
.hero-points strong { color: var(--gold); font-size: 12px; }
.hero-points span { color: rgba(255,255,255,.76); font-size: 12px; font-weight: 700; line-height: 1.35; text-transform: uppercase; letter-spacing: .8px; }
.hero-route { position: absolute; right: clamp(20px, 5vw, 80px); bottom: 58px; z-index: 3; display: flex; align-items: center; gap: 12px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-route span { display: grid; place-items: center; width: 34px; height: 34px; color: #050505; background: var(--gold); border-radius: 50%; writing-mode: horizontal-tb; }
.hero-route i { width: 1px; height: 44px; background: rgba(255,255,255,.4); }

.trust-strip { position: relative; z-index: 5; color: #fff; background: #0b0b0b; border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); }
.trust-grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.trust-grid > div { display: flex; align-items: center; gap: 15px; padding: 22px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.trust-icon { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; color: var(--gold); border: 1px solid rgba(255,186,24,.55); border-radius: 50%; font-size: 17px; }
.trust-grid p { margin: 0; line-height: 1.35; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: 12px; text-transform: uppercase; letter-spacing: .6px; }
.trust-grid small { margin-top: 5px; color: rgba(255,255,255,.57); font-size: 11px; }

.section { padding: 120px 0; }
.intro { background: #080808; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.section-heading h2, .experience-copy h2, .faq h2 { color: var(--ink); font-size: clamp(40px, 4.7vw, 64px); letter-spacing: -3px; }
.section-heading h2 em, .experience-copy h2 em, .faq h2 em { color: #c88909; }
.section-heading > p:not(.eyebrow) { max-width: 520px; margin: 25px 0 20px; color: var(--muted); font-size: 16px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 5px; color: var(--gold); border-bottom: 1px solid var(--gold); font-size: 14px; font-weight: 800; }
.service-list { border-top: 1px solid var(--line); }
.service-card { position: relative; display: grid; grid-template-columns: 1fr 42px; gap: 20px; align-items: start; padding: 28px 20px; border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.service-card:hover { background: #141414; transform: translateX(5px); }
.service-number { color: #b9892b; font-size: 12px; font-weight: 800; }
.service-card h3 { margin: 0 0 9px; font-size: 21px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-arrow { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.service-card.featured .service-arrow { color: #090909; background: var(--gold); }

.destinations { position: relative; padding: 120px 0 90px; overflow: hidden; color: #fff; background: #020202; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.destinations::before { content: "BAHIA"; position: absolute; right: -20px; top: 10px; color: rgba(255,255,255,.025); font-size: min(25vw, 320px); font-weight: 800; line-height: 1; letter-spacing: -20px; }
.destinations-head { position: relative; display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 55px; }
.destinations-head h2 { max-width: 700px; font-size: clamp(42px, 5vw, 70px); }
.destinations-head > p { max-width: 360px; margin: 0 0 8px; color: rgba(255,255,255,.62); }
.destination-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.destination-card { position: relative; min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background-color: #131313; isolation: isolate; transition: transform .3s ease, border-color .3s ease; }
.destination-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.1) 35%, rgba(0,0,0,.92) 100%); }
.destination-card::after { display: none; }
.destination-card > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.destination-card:hover { transform: translateY(-7px); border-color: rgba(255,186,24,.65); }
.destination-card:hover > img { transform: scale(1.06); }
.destination-card > span { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 800; }
.destination-card > div { position: relative; z-index: 2; }
.destination-card small { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: 1.4px; }
.destination-card h3 { margin: 5px 0 0; font-size: 27px; letter-spacing: -1px; }
.destination-card b { display: inline-block; margin-top: 11px; color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .4px; }
.adventure-banner { position: relative; width: 100%; min-height: 0; aspect-ratio: 1672 / 941; display: flex; align-items: flex-end; margin-top: 22px; padding: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 26px; isolation: isolate; transition: transform .3s ease, border-color .3s ease; }
.adventure-banner:hover { transform: translateY(-5px); border-color: rgba(255,186,24,.65); }
.adventure-banner > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .6s ease; }
.adventure-banner:hover > img { transform: scale(1.035); }
.adventure-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.66) 46%, rgba(0,0,0,.12)), linear-gradient(0deg, rgba(0,0,0,.58), transparent 60%); }
.adventure-tag { position: absolute; right: 25px; top: 25px; padding: 8px 13px; color: #080808; background: var(--gold); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: 1.1px; }
.adventure-content { max-width: 560px; }
.adventure-content small { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: 1.4px; }
.adventure-content h3 { margin: 6px 0 8px; color: #fff; font-size: 38px; line-height: 1.05; letter-spacing: -1.8px; }
.adventure-content p { margin: 0 0 15px; color: rgba(255,255,255,.72); font-size: 14px; }
.adventure-content b { color: #fff; font-size: 12px; }
.destinations-cta { display: flex; justify-content: center; align-items: center; gap: 22px; margin-top: 34px; color: rgba(255,255,255,.65); font-size: 14px; }
.destinations-cta a { color: var(--gold); font-weight: 800; }

.experience { background: #0a0a0a; }
.experience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 8vw, 110px); align-items: center; }
.experience-visual { position: relative; min-height: 590px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 240px 240px 28px 28px; background: #171717 url("assets/passeio-santo-andre.webp") center / cover no-repeat; box-shadow: 0 30px 70px rgba(0,0,0,.42); }
.experience-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.72)); }
.experience-visual::after { display: none; }
.sun { position: absolute; right: 14%; top: 12%; width: 96px; height: 96px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 20px rgba(255,186,24,.16); }
.road { position: absolute; z-index: 2; left: 50%; bottom: -20px; width: 180px; height: 360px; background: var(--navy); clip-path: polygon(42% 0,58% 0,100% 100%,0 100%); transform: translateX(-50%); }
.road i { position: absolute; left: 50%; top: 18%; width: 5px; height: 65%; background: repeating-linear-gradient(to bottom,#fff 0 22px,transparent 22px 44px); transform: translateX(-50%); }
.experience-stamp { position: absolute; z-index: 3; left: 30px; top: 35px; width: 130px; height: 130px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; transform: rotate(-8deg); }
.experience-stamp strong { font-size: 22px; }
.experience-stamp span { max-width: 90px; font-size: 8px; text-align: center; letter-spacing: 1px; }
.big-word { position: absolute; z-index: 4; right: -8px; bottom: 10px; margin: 0; color: rgba(255,255,255,.82); font-family: "Playfair Display", serif; font-size: 70px; font-style: italic; line-height: 1; transform: rotate(-4deg); }
.experience-copy h2 { margin-bottom: 44px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 30px; }
.feature-grid > div { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); }
.feature-grid b { color: #b17908; font-size: 11px; }
.feature-grid h3 { margin: 8px 0; font-size: 17px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.booking { padding: 110px 0; color: #fff; background: #141414; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.booking-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 50px; }
.booking h2 { font-size: clamp(40px, 5vw, 68px); }
.booking-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.booking-steps article { position: relative; padding: 34px 40px 10px 0; }
.booking-steps article:not(:last-child) { border-right: 1px solid rgba(255,255,255,.18); margin-right: 40px; }
.booking-steps > article > span { color: rgba(255,255,255,.4); font-size: 11px; font-weight: 800; }
.step-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 25px 0 20px; color: #080808; background: var(--gold); border-radius: 50%; font-weight: 800; }
.booking-steps h3 { margin: 0 0 8px; font-size: 19px; }
.booking-steps p { margin: 0; color: rgba(255,255,255,.63); font-size: 13px; }

.faq { background: #080808; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 140px); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 25px 0; cursor: pointer; list-style: none; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; color: var(--gold); border: 1px solid var(--line); border-radius: 50%; font-size: 19px; transition: transform .25s ease; }
.accordion details[open] summary span { transform: rotate(45deg); color: #090909; background: var(--gold); }
.accordion details p { margin: -8px 55px 24px 0; color: var(--muted); font-size: 14px; }

.final-cta { position: relative; padding: 100px 0; overflow: hidden; color: #fff; background: #020202; border-top: 1px solid rgba(255,255,255,.08); }
.final-cta::after { content: ""; position: absolute; right: -80px; top: -250px; width: 620px; height: 620px; border: 100px solid rgba(255,186,24,.06); border-radius: 50%; }
.final-inner { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 60px; }
.final-cta h2 { max-width: 820px; font-size: clamp(40px, 4.9vw, 66px); }

footer { color: rgba(255,255,255,.65); background: #000; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr .8fr; gap: 60px; padding: 75px 0 50px; }
.footer-brand p { max-width: 330px; margin-top: 24px; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 13px; }
.footer-grid h3 { margin: 0 0 10px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.footer-grid a:hover { color: var(--gold); }
.footer-contact a, .footer-location { display: flex; align-items: center; gap: 9px; }
.footer-contact svg { width: 17px; height: 17px; flex: 0 0 auto; fill: var(--gold); }
.footer-contact a:hover svg { fill: #fff; }
.footer-bottom { min-height: 75px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 60px; height: 60px; display: grid; place-items: center; color: #fff; background: var(--green); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.22); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); }
.whatsapp-float svg { width: 31px; fill: currentColor; }

/* Hub de serviços e páginas SEO */
.seo-hub { padding: 110px 0; background: #030303; border-top: 1px solid rgba(255,255,255,.08); }
.seo-hub-head { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 44px; }
.seo-hub-head h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(42px, 5vw, 68px); line-height: 1.03; letter-spacing: -3px; }
.seo-hub-head h2 em { color: var(--gold); font-family: "Playfair Display", serif; }
.seo-hub-head > p { max-width: 370px; margin: 0 0 6px; color: var(--muted); font-size: 14px; }
.seo-hub-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.seo-hub-card { min-height: 255px; display: flex; flex-direction: column; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: #101010; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.seo-hub-card:hover { transform: translateY(-5px); border-color: rgba(255,186,24,.55); background: #151515; }
.seo-hub-card small { color: var(--gold); font-weight: 800; }
.seo-hub-card h3 { margin: 0 0 10px; color: #fff; font-size: 19px; line-height: 1.25; }
.seo-hub-card p { margin: 0; color: var(--muted); font-size: 12px; }
.seo-hub-card span { margin-top: auto; padding-top: 20px; color: var(--gold); font-size: 11px; font-weight: 800; }

.service-seo-page { background: #070707; }
.seo-hero { --seo-bg: url("assets/hero-reserva.png"); position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #050505 var(--seo-bg) center / cover no-repeat; }
.seo-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.83) 48%, rgba(0,0,0,.25) 78%), linear-gradient(0deg, rgba(0,0,0,.6), transparent 60%); }
.seo-hero-inner { position: relative; z-index: 2; padding-top: 95px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; color: rgba(255,255,255,.6); font-size: 11px; }
.breadcrumb a:hover { color: var(--gold); }
.seo-hero h1 { max-width: 900px; margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: 1; letter-spacing: -4px; }
.seo-hero h1 em { color: var(--gold); font-family: "Playfair Display", serif; }
.seo-hero-copy { max-width: 700px; margin: 24px 0 30px; color: rgba(255,255,255,.8); font-size: 17px; }
.seo-trust { background: #101010; border-block: 1px solid rgba(255,255,255,.1); }
.seo-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.seo-trust-grid div { padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.1); }
.seo-trust-grid div:last-child { border-right: 0; }
.seo-trust-grid strong { display: block; color: #fff; font-size: 13px; }
.seo-trust-grid span { color: var(--muted); font-size: 11px; }
.seo-main { padding: 105px 0; }
.seo-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(55px, 8vw, 110px); align-items: start; }
.seo-copy h2 { margin: 0 0 22px; color: #fff; font-size: clamp(36px, 4vw, 55px); line-height: 1.08; letter-spacing: -2px; }
.seo-copy h3 { margin: 40px 0 10px; color: #fff; font-size: 23px; }
.seo-copy p { color: var(--muted); font-size: 15px; }
.seo-copy strong { color: #fff; }
.seo-sidebar { position: sticky; top: 115px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: #111; }
.seo-sidebar h2 { margin: 0 0 10px; color: #fff; font-size: 25px; line-height: 1.15; }
.seo-sidebar > p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.seo-checklist { display: grid; gap: 10px; margin: 0 0 24px; padding: 20px 0; border-block: 1px solid rgba(255,255,255,.1); list-style: none; }
.seo-checklist li { padding-left: 22px; position: relative; color: rgba(255,255,255,.78); font-size: 12px; }
.seo-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }
.seo-sidebar .btn { width: 100%; }
.seo-benefits { padding: 95px 0; background: #101010; border-block: 1px solid rgba(255,255,255,.08); }
.seo-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.seo-benefit-card { padding: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: #151515; }
.seo-benefit-card b { color: var(--gold); font-size: 11px; }
.seo-benefit-card h3 { margin: 16px 0 8px; color: #fff; font-size: 20px; }
.seo-benefit-card p { margin: 0; color: var(--muted); font-size: 13px; }
.seo-faq { padding: 100px 0; }
.seo-faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(55px, 8vw, 110px); }
.seo-faq h2, .seo-related h2 { margin: 0; color: #fff; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.08; letter-spacing: -2px; }
.seo-related { padding: 85px 0; background: #030303; border-top: 1px solid rgba(255,255,255,.08); }
.seo-related-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 35px; }
.seo-related-head p { max-width: 380px; margin: 0; color: var(--muted); font-size: 13px; }
.seo-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.seo-related-card { padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: #101010; }
.seo-related-card small { display: none; }
.seo-related-card h3 { margin: 12px 0 5px; color: #fff; font-size: 18px; }
.seo-related-card span { color: var(--muted); font-size: 11px; }
.seo-related-card:hover { border-color: rgba(255,186,24,.55); }

/* Página de passeios */
.tours-hero { position: relative; min-height: 700px; height: 82svh; max-height: 850px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #030303 url("assets/passeio-trancoso.webp") center / cover no-repeat; }
.tours-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.79) 45%, rgba(0,0,0,.25) 76%), linear-gradient(0deg, rgba(0,0,0,.58), transparent 55%); }
.tours-hero-content { position: relative; z-index: 2; padding-top: 90px; }
.tours-hero h1 { max-width: 840px; margin: 0; font-size: clamp(50px, 6vw, 86px); line-height: 1.02; letter-spacing: -4px; }
.tours-hero h1 em { color: var(--gold); }
.tours-hero-content > p:not(.eyebrow) { max-width: 650px; margin: 25px 0 30px; color: rgba(255,255,255,.8); font-size: 17px; }

.tours-intro { padding: 105px 0 75px; background: #080808; }
.tours-intro-grid { display: grid; grid-template-columns: .55fr 1.05fr .85fr; gap: 60px; align-items: end; }
.tours-intro .eyebrow { align-self: start; }
.tours-intro h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.03; letter-spacing: -3px; }
.tours-intro h2 em { color: var(--gold); }
.tours-intro-grid > p:last-child { margin: 0; color: var(--muted); }

.tours-catalog { padding: 30px 0 120px; background: #080808; }
.tours-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.tour-card { scroll-margin-top: 105px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: #111; transition: transform .3s ease, border-color .3s ease; }
.tour-card:hover { transform: translateY(-6px); border-color: rgba(255,186,24,.48); }
.tour-image { position: relative; height: 300px; overflow: hidden; }
.tour-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.55)); }
.tour-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.tour-card:hover .tour-image img { transform: scale(1.04); }
.tour-image > span { position: absolute; z-index: 2; left: 22px; top: 22px; width: 42px; height: 42px; display: grid; place-items: center; color: #090909; background: var(--gold); border-radius: 50%; font-size: 11px; font-weight: 800; }
.tour-image > b { position: absolute; z-index: 2; right: 22px; top: 22px; padding: 8px 13px; color: #090909; background: var(--gold); border-radius: 999px; font-size: 9px; letter-spacing: 1px; }
.tour-content { padding: 30px; }
.tour-content small { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: 1.3px; }
.tour-content h2 { margin: 7px 0 12px; color: #fff; font-size: 36px; line-height: 1.05; letter-spacing: -1.6px; }
.tour-content > p { min-height: 72px; margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.tour-content ul { display: grid; gap: 8px; margin: 0 0 25px; padding: 0; list-style: none; }
.tour-content li { position: relative; padding-left: 20px; color: rgba(255,255,255,.75); font-size: 13px; }
.tour-content li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }
.tour-button { min-height: 50px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; color: #090909; background: var(--gold); border-radius: 13px; font-size: 13px; font-weight: 800; transition: background .2s ease; }
.tour-button:hover { background: #ffc735; }
.tour-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr .85fr; }
.tour-card-wide .tour-image { min-height: 460px; height: 100%; }
.tour-card-wide .tour-content { align-self: center; padding: 42px; }
.tour-card-wide .tour-content > p { min-height: 0; }

.tour-benefits { padding: 120px 0; background: #101010; border-top: 1px solid rgba(255,255,255,.08); }
.tour-benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 8vw, 110px); align-items: center; }
.tour-benefits-image { position: relative; min-height: 560px; overflow: hidden; border-radius: 28px; }
.tour-benefits-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.88)); }
.tour-benefits-image img { width: 100%; height: 560px; object-fit: cover; }
.tour-benefits-image > div { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; }
.tour-benefits-image strong, .tour-benefits-image span { display: block; }
.tour-benefits-image strong { color: #fff; font-family: "Playfair Display", serif; font-size: 48px; font-style: italic; line-height: 1; }
.tour-benefits-image span { margin-top: 8px; color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.tour-benefits-copy h2 { margin: 0 0 24px; font-size: clamp(42px, 4.8vw, 64px); line-height: 1.03; letter-spacing: -3px; }
.tour-benefits-copy h2 em { color: var(--gold); }
.tour-benefits-copy > p:not(.eyebrow) { color: var(--muted); }
.mini-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 32px; }
.mini-benefits > div { display: flex; align-items: center; gap: 11px; padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: #151515; }
.mini-benefits b { color: var(--gold); font-size: 10px; }
.mini-benefits span { color: rgba(255,255,255,.8); font-size: 12px; font-weight: 700; }

@media (max-width: 980px) {
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .nav-links { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; padding: 100px 30px 40px; color: #fff; background: rgba(4,4,4,.98); transform: translateY(-105%); transition: transform .35s ease; }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { font-size: 19px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.12); }
  .intro-grid, .experience-grid, .faq-grid { grid-template-columns: 1fr; }
  .tours-intro-grid { grid-template-columns: 1fr 1fr; }
  .tours-intro-grid .eyebrow { grid-column: 1 / -1; }
  .tour-benefits-grid { grid-template-columns: 1fr; }
  .experience-visual { max-width: 610px; width: 100%; margin: 0 auto; }
  .destination-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 35px; }
  .seo-hub-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-layout, .seo-faq-grid { grid-template-columns: 1fr; }
  .seo-sidebar { position: static; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 78px; }
  .brand img { width: 52px; }
  .brand strong { font-size: 17px; }
  .hero { min-height: 980px; height: auto; max-height: none; align-items: flex-end; background-position: 64% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.99) 0%, rgba(2,2,2,.94) 44%, rgba(0,0,0,.38) 80%), linear-gradient(90deg, rgba(0,0,0,.5), rgba(0,0,0,.1)); }
  .hero-content { padding-top: 120px; padding-bottom: 40px; }
  .hero h1 { font-size: clamp(42px, 13vw, 61px); letter-spacing: -2.7px; }
  .hero-gallery { width: calc(100vw - 28px); margin-top: 22px; border-radius: 14px; }
  .hero-gallery-track { gap: 9px; animation-duration: 20s; }
  .hero-gallery figure { width: 165px; height: 92px; border-radius: 12px; }
  .hero-gallery figcaption { padding: 18px 9px 6px; font-size: 8px; }
  .hero-copy { margin: 20px 0 24px; font-size: 14px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-points { grid-template-columns: repeat(3, 1fr); margin-top: 26px; padding-top: 18px; }
  .hero-points > div { display: block; }
  .hero-points strong { display: block; margin-bottom: 5px; }
  .hero-points span { font-size: 9px; }
  .hero-route { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: 18px 8px; gap: 9px; }
  .trust-icon { width: 31px; height: 31px; }
  .trust-grid strong { font-size: 9px; }
  .trust-grid small { display: none; }
  .section, .destinations { padding: 80px 0; }
  .section-heading h2, .experience-copy h2, .faq h2, .destinations h2, .booking h2, .final-cta h2 { font-size: 41px; letter-spacing: -2px; }
  .intro-grid, .experience-grid, .faq-grid { gap: 55px; }
  .service-card { grid-template-columns: 1fr 34px; gap: 10px; padding: 23px 6px; }
  .service-card h3 { font-size: 18px; }
  .destinations-head { display: block; margin-bottom: 34px; }
  .destinations-head > p { margin-top: 20px; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-card { min-height: 220px; }
  .adventure-banner { min-height: 400px; aspect-ratio: auto; padding: 24px; }
  .adventure-banner > img { object-position: 63% center; }
  .adventure-shade { background: linear-gradient(0deg, rgba(0,0,0,.96), rgba(0,0,0,.55) 64%, rgba(0,0,0,.08)); }
  .adventure-content h3 { font-size: 32px; }
  .adventure-content p { font-size: 13px; }
  .destinations-cta { flex-direction: column; gap: 2px; text-align: center; }
  .experience-visual { min-height: 470px; border-radius: 180px 180px 24px 24px; }
  .big-word { font-size: 55px; }
  .feature-grid { grid-template-columns: 1fr; gap: 25px; }
  .booking { padding: 80px 0; }
  .booking-steps { grid-template-columns: 1fr; }
  .booking-steps article { padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .booking-steps article:not(:last-child) { margin: 0; border-right: 0; }
  .step-icon { margin: 16px 0; }
  .faq-grid { gap: 45px; }
  .final-inner { display: block; }
  .final-cta .btn { width: 100%; margin-top: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; gap: 12px; padding: 22px 0; }
  .footer-bottom p { margin: 0; }
  .whatsapp-float { width: 56px; height: 56px; right: 14px; bottom: 14px; }
  .tours-hero { min-height: 700px; height: 88svh; align-items: flex-end; background-position: 58% center; }
  .tours-hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.99) 0%, rgba(0,0,0,.91) 46%, rgba(0,0,0,.28) 85%); }
  .tours-hero-content { padding: 120px 0 45px; }
  .tours-hero h1 { font-size: 47px; letter-spacing: -2.4px; }
  .tours-hero-content > p:not(.eyebrow) { font-size: 14px; }
  .tours-intro { padding: 75px 0 50px; }
  .tours-intro-grid { grid-template-columns: 1fr; gap: 24px; }
  .tours-intro-grid .eyebrow { grid-column: auto; }
  .tours-intro h2, .tour-benefits-copy h2 { font-size: 41px; letter-spacing: -2px; }
  .tours-catalog { padding-bottom: 80px; }
  .tours-grid { grid-template-columns: 1fr; }
  .tour-image { height: 240px; }
  .tour-content { padding: 24px; }
  .tour-content h2 { font-size: 31px; }
  .tour-content > p { min-height: 0; }
  .tour-card-wide { grid-column: auto; display: block; }
  .tour-card-wide .tour-image { min-height: 260px; height: 260px; }
  .tour-card-wide .tour-content { padding: 24px; }
  .tour-benefits { padding: 80px 0; }
  .tour-benefits-grid { gap: 50px; }
  .tour-benefits-image, .tour-benefits-image img { min-height: 430px; height: 430px; }
  .tour-benefits-image strong { font-size: 39px; }
  .mini-benefits { grid-template-columns: 1fr; }
  .seo-hub { padding: 80px 0; }
  .seo-hub-head, .seo-related-head { display: block; }
  .seo-hub-head > p, .seo-related-head > p { margin-top: 20px; }
  .seo-hub-head h2 { font-size: 41px; letter-spacing: -2px; }
  .seo-hub-grid, .seo-benefit-grid, .seo-related-grid, .seo-trust-grid { grid-template-columns: 1fr; }
  .seo-hub-card { min-height: 225px; }
  .seo-hero { min-height: 720px; align-items: flex-end; background-position: 62% center; }
  .seo-hero::before { background: linear-gradient(0deg, rgba(0,0,0,.99) 0%, rgba(0,0,0,.88) 52%, rgba(0,0,0,.28) 88%); }
  .seo-hero-inner { padding: 120px 0 45px; }
  .seo-hero h1 { font-size: 47px; letter-spacing: -2.5px; }
  .seo-hero-copy { font-size: 14px; }
  .seo-trust-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .seo-main, .seo-faq { padding: 80px 0; }
  .seo-layout, .seo-faq-grid { gap: 48px; }
  .seo-copy h2, .seo-faq h2, .seo-related h2 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-gallery-track { animation: none; }
  *, *::before, *::after { transition: none !important; }
}
