:root {
  --navy-950: #021f2d;
  --navy-900: #032f40;
  --navy-800: #07465a;
  --teal-700: #087d83;
  --teal-600: #0b9fa3;
  --teal-500: #18b8b8;
  --teal-100: #d8f4f0;
  --aqua-50: #f1fbf9;
  --orange: #f58524;
  --orange-dark: #db6c0d;
  --sand: #fff8ed;
  --ink: #102f3c;
  --muted: #667c84;
  --line: #dbe7e8;
  --white: #ffffff;
  --surface: #f7faf9;
  --shadow-sm: 0 10px 30px rgba(2, 47, 64, 0.08);
  --shadow-lg: 0 24px 70px rgba(2, 31, 45, 0.18);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --container: 1180px;
  --font-body: "DM Sans", Arial, sans-serif;
  --font-display: "Manrope", Arial, sans-serif;
  --font-script: "Playfair Display", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.12; }
em { color: var(--teal-600); font-family: var(--font-script); font-weight: 600; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 9999; padding: 12px 18px; background: var(--white); border-radius: 10px; }
.skip-link:focus { top: 16px; }

.eyebrow {
  display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
  color: var(--teal-700); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
}
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: #9de4df; }
.eyebrow.centered { justify-content: center; }
.section-heading { margin-bottom: 42px; }
.section-heading h2, .about-copy h2, .faq-intro h2 {
  margin-bottom: 16px; color: var(--navy-950); font-size: clamp(34px, 4vw, 52px); letter-spacing: -.045em;
}
.section-heading > p:last-child, .section-heading > div > p:last-child { max-width: 650px; color: var(--muted); font-size: 18px; }
.section-heading.centered { text-align: center; }
.section-heading.centered > p:last-child { margin-inline: auto; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 36px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px;
  padding: 0 24px; border: 1px solid transparent; border-radius: 999px; cursor: pointer;
  font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(24, 184, 184, .35); outline-offset: 3px;
}
.button-primary { color: var(--navy-950); background: #9ee5dc; box-shadow: 0 14px 32px rgba(6, 126, 132, .28); }
.button-primary:hover { background: var(--white); }
.button-ghost { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.38); }
.button-ghost:hover { background: rgba(255,255,255,.17); }
.button-outline { display: flex; width: fit-content; margin: 38px auto 0; background: var(--white); border-color: var(--teal-600); color: var(--teal-700); }
.button-outline:hover { color: var(--white); background: var(--teal-700); }
.button-dark { color: var(--white); background: var(--navy-900); }
.button-orange { color: var(--white); background: var(--orange); box-shadow: 0 12px 30px rgba(245, 133, 36, .28); }
.button-orange:hover { background: var(--orange-dark); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100; height: 80px; background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(219,231,232,.75); backdrop-filter: blur(14px);
}
.header-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; flex: none; }
.brand img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 2px solid var(--white); box-shadow: 0 3px 14px rgba(2,31,45,.15); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { color: var(--navy-950); font-family: var(--font-display); font-size: 20px; letter-spacing: .06em; }
.brand-copy span { margin-top: 5px; color: var(--teal-700); font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.primary-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.primary-nav a { position: relative; color: #435c65; font-size: 14px; font-weight: 700; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -12px; height: 2px; background: var(--teal-500); transition: right .2s ease; }
.primary-nav a:hover, .primary-nav a.active { color: var(--teal-700); }
.primary-nav a:hover::after, .primary-nav a.active::after { right: 0; }
.header-contact { display: flex; align-items: center; gap: 10px; }
.header-account { display: flex; align-items: center; gap: 9px; padding: 7px 11px; color: var(--navy-900); background: var(--aqua-50); border: 1px solid var(--line); border-radius: 999px; }
.header-account > span:first-child { width: 27px; height: 27px; display: grid; place-items: center; color: var(--teal-600); background: var(--white); border-radius: 50%; font-size: 9px; }
.header-account > span:last-child { display: grid; line-height: 1.15; white-space: nowrap; }
.header-account small { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.header-account strong { font-size: 10px; }
.header-account:hover { border-color: var(--teal-500); }
.header-contact .contact-icon { width: 35px; height: 35px; display: grid; place-items: center; color: var(--white); background: var(--teal-600); border-radius: 50%; }
.header-contact span:last-child { display: grid; line-height: 1.25; }
.header-contact small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.header-contact strong { color: var(--navy-900); font-size: 13px; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; background: none; border: 0; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy-900); transition: transform .2s, opacity .2s; }

/* Hero */
.hero {
  position: relative; min-height: 720px; padding-top: 112px; color: var(--white);
  background: var(--navy-950);
}
.hero::before {
  content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(1,31,45,.98) 0%, rgba(2,47,64,.88) 31%, rgba(2,47,64,.27) 64%, rgba(2,31,45,.05) 100%);
}
.hero-slides { position: absolute; z-index: 0; inset: 0; overflow: hidden; background: var(--navy-950); }
.hero-slide { position: absolute; inset: 0; opacity: 0; background-position: center; background-size: cover; background-repeat: no-repeat; transform: scale(1.025); transition: opacity 1.45s ease-in-out, transform 7s ease-out; will-change: opacity, transform; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide-convento { background-image: url("../assets/pontos-turisticos/convento-da-penha.webp"); background-position: center 38%; }
.hero-slide-buda { background-image: url("../assets/pontos-turisticos/buda-ibiracu.webp"); background-position: center 34%; }
.hero-slide-tirolesa { background-image: url("../assets/pontos-turisticos/megatirolesa-pontoes-capixabas.webp"); background-position: center 48%; }
.hero-slide-pedra-azul { background-image: url("../assets/pontos-turisticos/pedra-azul.webp"); background-position: center 48%; }
.hero-slide-pico { background-image: url("../assets/pontos-turisticos/pico-da-bandeira.webp"); background-position: center 50%; }
.hero-overlay {
  position: absolute; z-index: 1; inset: 0; opacity: .24; pointer-events: none;
  background-image: radial-gradient(circle at 15% 44%, transparent 0 90px, rgba(108,216,205,.28) 91px 92px, transparent 93px 120px, rgba(108,216,205,.18) 121px 122px, transparent 123px);
}
.hero-content { position: relative; z-index: 2; max-width: var(--container); }
.hero h1 { margin: 0 0 24px; max-width: 620px; font-size: clamp(48px, 6.4vw, 80px); letter-spacing: -.055em; }
.hero h1 em { display: inline-block; color: #70ddd0; font-size: 1.08em; letter-spacing: -.035em; }
.hero-text { max-width: 545px; margin-bottom: 30px; color: rgba(255,255,255,.78); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: rgba(255,255,255,.75); font-size: 13px; }
.hero-proof i { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 6px; color: var(--navy-950); background: #9ee5dc; border-radius: 50%; font-style: normal; font-size: 11px; font-weight: 900; }
.hero-landmark { position: absolute; z-index: 3; top: 28px; right: max(20px, calc((100vw - var(--container)) / 2)); display: grid; justify-items: end; padding: 10px 14px; color: var(--white); text-align: right; text-shadow: 0 2px 16px rgba(0,0,0,.5); background: rgba(0, 44, 59, .64); border: 1px solid rgba(255,255,255,.22); border-radius: 14px; backdrop-filter: blur(8px); }
.hero-landmark span { color: #9ee5dc; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-landmark strong { font-size: 14px; }
.hero-dots { display: flex; justify-content: flex-end; gap: 6px; margin-top: 7px; }
.hero-dots button { width: 7px; height: 7px; padding: 0; background: rgba(255,255,255,.45); border: 0; border-radius: 50%; cursor: pointer; transition: width .25s, background .25s; }
.hero-dots button.active { width: 22px; background: #9ee5dc; border-radius: 999px; }
.search-wrap { position: absolute; z-index: 4; left: 50%; bottom: -74px; transform: translateX(-50%); }
.trip-search {
  display: grid; grid-template-columns: 1.25fr 1.35fr .85fr .8fr auto; align-items: center;
  min-height: 112px; padding: 16px; background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); color: var(--ink);
}
.search-heading { display: flex; align-items: center; gap: 12px; padding: 0 18px 0 6px; }
.search-mark { width: 42px; height: 42px; display: grid; place-items: center; flex: none; color: var(--white); background: var(--teal-700); border-radius: 50%; font-size: 22px; }
.search-heading div { display: grid; }
.search-heading strong { color: var(--navy-900); font-family: var(--font-display); font-size: 15px; }
.search-heading small { color: var(--muted); font-size: 11px; }
.trip-search label { display: grid; gap: 4px; min-width: 0; padding: 2px 18px; border-left: 1px solid var(--line); }
.trip-search label span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.trip-search select, .trip-search input { width: 100%; min-width: 0; height: 36px; padding: 0; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 13px; }
.search-button { height: 56px; padding: 0 23px; color: var(--white); background: var(--teal-600); border: 0; border-radius: 13px; cursor: pointer; font-weight: 800; white-space: nowrap; }
.search-button:hover { background: var(--teal-700); }
.quick-tags { display: flex; align-items: center; gap: 8px; width: fit-content; max-width: calc(100% - 50px); margin: -1px 0 0 48px; padding: 7px 16px 8px; color: rgba(255,255,255,.72); background: var(--navy-900); border-radius: 0 0 16px 16px; font-size: 10px; }
.quick-tags button { padding: 2px 9px; color: #9ee5dc; background: transparent; border: 1px solid rgba(158,229,220,.35); border-radius: 999px; cursor: pointer; }

/* Destinations */
.destinations { padding-top: 188px; background: var(--white); }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-tabs button { padding: 9px 16px; color: var(--muted); background: var(--white); border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-weight: 700; }
.filter-tabs button:hover, .filter-tabs button.active { color: var(--white); background: var(--teal-700); border-color: var(--teal-700); }
.destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.destination-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.destination-card:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(2,47,64,.15); }
.destination-photo { background-size: cover; background-position: center; background-repeat: no-repeat; }
.photo-1 { background-image: url("../assets/pontos-turisticos/guarapari.webp"); }
.photo-2 { background-image: url("../assets/pontos-turisticos/pedra-azul.webp"); background-position: center 48%; }
.photo-3 { background-image: url("../assets/pontos-turisticos/domingos-martins.webp"); background-position: center 54%; }
.photo-4 { background-image: url("../assets/pontos-turisticos/vitoria.webp"); background-position: center 58%; }
.photo-5 { background-image: url("../assets/pontos-turisticos/aracruz.webp"); background-position: center 50%; }
.photo-6 { background-image: url("../assets/pontos-turisticos/pico-da-bandeira.webp"); background-position: center 52%; }
.destination-image { position: relative; min-height: 240px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; }
.destination-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,31,45,.05) 30%, rgba(2,31,45,.88) 100%); }
.badge { position: relative; z-index: 1; align-self: flex-start; padding: 6px 12px; color: var(--white); background: var(--teal-600); border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.badge.hot { background: var(--orange); }
.destination-caption { position: relative; z-index: 1; color: var(--white); }
.destination-caption h3 { margin-bottom: 6px; font-size: 24px; }
.destination-caption p { margin: 0; color: rgba(255,255,255,.76); font-size: 13px; }
.destination-footer { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; }
.destination-footer span { display: grid; color: var(--muted); font-size: 10px; }
.destination-footer strong { color: var(--teal-700); font-size: 20px; }
.destination-footer button, .round-button { display: grid; place-items: center; width: 42px; height: 42px; color: var(--teal-700); background: transparent; border: 1px solid var(--teal-600); border-radius: 50%; cursor: pointer; transition: .2s; }
.destination-footer button:hover, .round-button:hover { color: var(--white); background: var(--teal-700); transform: rotate(-7deg); }
.empty-state { padding: 50px; text-align: center; background: var(--surface); border: 1px dashed var(--line); border-radius: var(--radius-md); }
.empty-state span { display: block; color: var(--muted); }

/* Experiences */
.experiences { position: relative; background: var(--surface); overflow: hidden; }
.experiences::before { content: ""; position: absolute; top: -200px; right: -180px; width: 430px; height: 430px; border: 1px solid rgba(11,159,163,.13); border-radius: 50%; box-shadow: 0 0 0 55px rgba(11,159,163,.03), 0 0 0 115px rgba(11,159,163,.025); }
.experience-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.experience-card { overflow: hidden; background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform .25s; }
.experience-card:hover { transform: translateY(-6px); }
.experience-card.featured { box-shadow: 0 18px 45px rgba(8,125,131,.2); }
.experience-photo { position: relative; min-height: 250px; padding: 16px; display: flex; align-items: flex-start; justify-content: space-between; }
.duration { padding: 6px 10px; color: var(--white); background: rgba(2,31,45,.7); border-radius: 999px; font-size: 10px; backdrop-filter: blur(8px); }
.experience-body { padding: 22px; }
.experience-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--teal-700); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.experience-body h3 { margin: 10px 0; color: var(--navy-950); font-size: 22px; }
.experience-body p { min-height: 68px; color: var(--muted); font-size: 14px; }

/* Eventos capixabas */
.events-section { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(145deg, var(--navy-950), #064e60); }
.events-section::before { content: ""; position: absolute; right: -170px; top: -210px; width: 520px; height: 520px; border: 1px solid rgba(158,229,220,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(158,229,220,.025), 0 0 0 140px rgba(158,229,220,.02); }
.events-heading { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; margin-bottom: 44px; }
.events-heading h2 { margin: 0; color: var(--white); font-size: clamp(42px, 5vw, 64px); letter-spacing: -.05em; }
.events-heading h2 em { color: #9ee5dc; }
.events-intro > p { margin: 0 0 22px; color: rgba(255,255,255,.72); font-size: 17px; }
.events-internal-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; color: #9ee5dc; border-bottom: 1px solid rgba(158,229,220,.55); font-weight: 800; }
.events-internal-link > span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--navy-950); background: #9ee5dc; border-radius: 50%; }
.events-toolbar { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; padding: 22px 24px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; scroll-margin-top: 110px; }
.events-toolbar > p { display: grid; margin: 0; color: rgba(255,255,255,.65); font-size: 12px; }
.events-toolbar > p strong { color: var(--white); font-size: 17px; }
.event-filter-tabs { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.event-filter-tabs button { padding: 9px 15px; color: rgba(255,255,255,.75); background: transparent; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; cursor: pointer; font-weight: 800; }
.event-filter-tabs button:hover, .event-filter-tabs button.active { color: var(--navy-950); background: #9ee5dc; border-color: #9ee5dc; }
.events-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.event-experience-card { height: 100%; }
.event-experience-card .experience-photo { min-height: 230px; }
.event-experience-card .experience-body { display: flex; min-height: 295px; flex-direction: column; }
.event-experience-card .experience-body .price-line { margin-top: auto; }
.event-experience-card .experience-meta span:first-child { max-width: 65%; }
.events-empty { position: relative; padding: 34px; color: rgba(255,255,255,.75); text-align: center; background: rgba(255,255,255,.06); border: 1px dashed rgba(255,255,255,.2); border-radius: var(--radius-md); }
.events-note { position: relative; display: flex; align-items: center; gap: 14px; margin-top: 20px; padding: 18px 22px; color: rgba(255,255,255,.7); background: rgba(0,0,0,.12); border-radius: 14px; }
.events-note > span { width: 30px; height: 30px; display: grid; place-items: center; flex: none; color: var(--navy-950); background: #9ee5dc; border-radius: 50%; font-weight: 900; }
.events-note p { margin: 0; font-size: 13px; }
.events-note strong { color: var(--white); }
.price-line { display: flex; align-items: end; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); }
.price-line > span { display: grid; color: var(--muted); font-size: 10px; }
.price-line strong { color: var(--navy-900); font-size: 23px; }
.price-line small { color: var(--muted); }

/* Benefits */
.why-section { padding: 72px 0; color: var(--white); background: var(--navy-900); }
.why-grid { display: grid; grid-template-columns: .8fr 2.2fr; gap: 70px; align-items: center; }
.why-intro h2 { margin-bottom: 16px; font-size: clamp(34px, 4vw, 50px); letter-spacing: -.04em; }
.why-intro h2 em { color: #79ded3; }
.why-intro > p:last-child { color: rgba(255,255,255,.66); }
.benefit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.benefit-list article { display: flex; align-items: flex-start; gap: 15px; padding: 22px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-sm); }
.benefit-icon { width: 44px; height: 44px; display: grid; place-items: center; flex: none; color: var(--navy-950); background: #9ee5dc; border-radius: 50%; font-size: 22px; }
.benefit-list h3 { margin: 2px 0 6px; font-size: 16px; }
.benefit-list p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.about-visual { position: relative; min-height: 580px; }
.about-photo { position: absolute; inset: 0 60px 0 0; border-radius: 180px 180px 28px 28px; box-shadow: var(--shadow-lg); }
.about-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(2,31,45,.36)); border-radius: inherit; }
.floating-note { position: absolute; left: -28px; bottom: 55px; width: 190px; padding: 20px; color: var(--white); background: var(--teal-700); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.floating-note strong { display: block; font-family: var(--font-display); font-size: 30px; }
.floating-note span { font-size: 12px; }
.about-stamp { position: absolute; right: 0; top: 54px; width: 126px; height: 126px; display: grid; place-items: center; align-content: center; color: var(--navy-900); background: var(--sand); border: 1px solid #f1dfc3; border-radius: 50%; transform: rotate(8deg); box-shadow: var(--shadow-sm); }
.about-stamp span { font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.about-stamp strong { color: var(--orange); font-family: var(--font-display); }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.about-signature { display: flex; align-items: center; gap: 14px; margin: 28px 0; }
.signature-mark { width: 52px; height: 52px; display: grid; place-items: center; color: var(--white); background: var(--teal-700); border-radius: 50%; font-family: var(--font-script); font-size: 27px; }
.about-signature > span:last-child { display: grid; }
.about-signature small { color: var(--muted); }
.text-link { padding: 0 0 4px; color: var(--teal-700); background: none; border: 0; border-bottom: 1px solid var(--teal-500); cursor: pointer; font-weight: 800; }

/* Testimonials */
.testimonials { background: var(--aqua-50); }
.testimonial-shell { display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; color: var(--white); background: var(--navy-900); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.testimonial-title { padding: 60px; background: linear-gradient(150deg, #064e60, #032f40); }
.testimonial-title h2 { font-size: clamp(32px, 4vw, 48px); }
.testimonial-title h2 em { color: #79ded3; }
.testimonial-controls { display: flex; gap: 10px; margin-top: 45px; }
.testimonial-controls button { width: 44px; height: 44px; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; cursor: pointer; }
.testimonial-controls button:hover { background: var(--teal-600); }
blockquote { margin: 0; }
#testimonial-card { padding: 60px; }
.quote-mark { height: 50px; color: #79ded3; font-family: Georgia, serif; font-size: 80px; line-height: 1; }
#testimonial-text { min-height: 104px; margin: 14px 0 30px; color: rgba(255,255,255,.86); font-size: 20px; line-height: 1.65; }
#testimonial-card footer { display: flex; align-items: center; gap: 12px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.avatar { width: 48px; height: 48px; display: grid; place-items: center; color: var(--navy-950); background: #9ee5dc; border-radius: 50%; font-weight: 900; }
#testimonial-card footer > span:nth-child(2) { display: grid; }
#testimonial-card footer small { color: rgba(255,255,255,.6); }
.stars { margin-left: auto; color: #ffbd5b; letter-spacing: 3px; }

/* FAQ and closing */
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.faq-intro .button { margin-top: 14px; }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item > button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; background: none; border: 0; cursor: pointer; text-align: left; font-family: var(--font-display); font-size: 18px; font-weight: 700; }
.accordion-item > button i { width: 32px; height: 32px; display: grid; place-items: center; flex: none; color: var(--teal-700); background: var(--aqua-50); border-radius: 50%; font-style: normal; }
.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.accordion-content p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); }
.accordion-item.open .accordion-content { grid-template-rows: 1fr; }
.accordion-item.open .accordion-content p { padding: 0 52px 24px 0; }
.closing-cta { position: relative; overflow: hidden; padding: 105px 0; color: var(--white); text-align: center; background: var(--teal-700); }
.closing-cta::before, .closing-cta::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.closing-cta::before { left: -160px; top: -180px; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.02); }
.closing-cta::after { right: -180px; bottom: -250px; box-shadow: 0 0 0 50px rgba(255,255,255,.02); }
.closing-content { position: relative; z-index: 1; }
.closing-cta h2 { margin-bottom: 18px; font-size: clamp(42px, 5.2vw, 66px); letter-spacing: -.05em; }
.closing-cta h2 em { color: #b8f2ea; }
.closing-cta p:not(.eyebrow) { max-width: 580px; margin: 0 auto 30px; color: rgba(255,255,255,.75); font-size: 18px; }

/* Footer */
.site-footer { padding: 72px 0 20px; color: rgba(255,255,255,.68); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; }
.brand-light .brand-copy strong { color: var(--white); }
.footer-brand p { max-width: 290px; margin: 20px 0; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.social-links a:hover { color: var(--navy-950); background: #9ee5dc; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid h3 { margin-bottom: 8px; color: var(--white); font-size: 14px; }
.footer-grid a { font-size: 13px; }
.footer-grid a:hover { color: #9ee5dc; }
.footer-contact address { margin-top: 6px; font-size: 13px; font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

/* Chat */
.chat-launcher { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; padding: 10px 18px 10px 10px; color: var(--white); background: var(--teal-600); border: 0; border-radius: 999px; box-shadow: 0 16px 45px rgba(2,31,45,.27); cursor: pointer; }
.chat-bird { width: 42px; height: 42px; display: grid; place-items: center; color: var(--teal-700); background: var(--white); border-radius: 50%; }
.chat-launcher-copy { display: grid; text-align: left; line-height: 1.25; }
.chat-launcher-copy small { color: rgba(255,255,255,.8); }
.chat-notification { position: absolute; right: 0; top: -7px; width: 22px; height: 22px; display: grid; place-items: center; background: var(--orange); border: 2px solid var(--white); border-radius: 50%; font-size: 10px; }
.chat-panel { position: fixed; z-index: 110; right: 24px; bottom: 24px; width: min(430px, calc(100% - 32px)); overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-lg); }
.chat-panel[hidden] { display: none; }
.chat-header { display: flex; align-items: center; gap: 10px; padding: 17px; color: var(--white); background: var(--teal-700); }
.chat-header div { display: grid; }
.chat-header small { color: rgba(255,255,255,.75); }
.chat-online { width: 8px; height: 8px; margin-left: auto; background: #9ee5dc; border: 2px solid rgba(255,255,255,.35); border-radius: 50%; box-sizing: content-box; }
.chat-header button { margin-left: auto; color: var(--white); background: none; border: 0; cursor: pointer; font-size: 26px; }
.chat-online + button { margin-left: 2px; }
.chat-messages { height: min(430px, calc(100vh - 190px)); min-height: 300px; padding: 18px; overflow-y: auto; background: var(--surface); scroll-behavior: smooth; }
.message { width: fit-content; max-width: 88%; margin-bottom: 12px; padding: 11px 14px; border-radius: 15px; font-size: 13px; line-height: 1.48; }
.message.bot { background: var(--white); border: 1px solid var(--line); border-bottom-left-radius: 4px; }
.message.user { margin-left: auto; color: var(--white); background: var(--teal-700); border-bottom-right-radius: 4px; }
.message.bot strong, .message.bot span { display: block; }
.message.bot span { white-space: pre-line; }
.message.bot strong { margin-bottom: 3px; color: var(--navy-950); }
.message.bot.typing { display: flex; gap: 4px; padding-block: 15px; }
.message.bot.typing i { width: 6px; height: 6px; background: var(--teal-500); border-radius: 50%; animation: chatTyping 1s infinite alternate; }
.message.bot.typing i:nth-child(2) { animation-delay: .16s; }
.message.bot.typing i:nth-child(3) { animation-delay: .32s; }
@keyframes chatTyping { to { opacity: .25; transform: translateY(-3px); } }
.chat-suggestions { display: flex; flex-wrap: wrap; gap: 7px; margin: 2px 0 13px; }
.chat-suggestions button, .chat-action { padding: 8px 11px; color: var(--teal-700); background: var(--white); border: 1px solid var(--teal-500); border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 800; text-align: left; }
.chat-suggestions button:hover, .chat-action:hover { color: var(--white); background: var(--teal-700); }
.chat-suggestions-main { display: grid; grid-template-columns: 1fr 1fr; }
.chat-suggestions-main button { border-radius: 12px; }
.chat-result-grid { display: grid; gap: 9px; margin: 2px 0 14px; }
.chat-result-card { display: grid; grid-template-columns: 92px 1fr; min-height: 88px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow-sm); }
.chat-result-photo { min-height: 88px; }
.chat-result-copy { display: grid; align-content: center; gap: 3px; padding: 10px 11px; }
.chat-result-copy small { color: var(--teal-700); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.chat-result-copy strong { color: var(--navy-950); font-size: 13px; }
.chat-result-copy span { color: var(--muted); font-size: 10px; }
.chat-result-copy button { width: fit-content; margin-top: 3px; padding: 0; color: var(--teal-700); background: none; border: 0; cursor: pointer; font-size: 10px; font-weight: 900; }
.chat-note { margin: 0 0 12px; padding: 10px 12px; color: var(--muted); background: var(--aqua-50); border-radius: 11px; font-size: 11px; }
.chat-form { display: flex; padding: 12px; border-top: 1px solid var(--line); }
.chat-form input { flex: 1; min-width: 0; padding: 0 10px; border: 0; outline: 0; font-size: 13px; }
.chat-form button { width: 40px; height: 40px; color: var(--white); background: var(--teal-600); border: 0; border-radius: 50%; cursor: pointer; }

/* Modals */
dialog { max-width: none; padding: 0; color: var(--ink); background: var(--white); border: 0; }
dialog::backdrop { background: rgba(1, 24, 34, .76); backdrop-filter: blur(6px); }
.travel-modal { width: min(980px, calc(100% - 32px)); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.modal-close { position: absolute; z-index: 3; top: 15px; right: 15px; width: 40px; height: 40px; color: var(--navy-900); background: rgba(255,255,255,.92); border: 0; border-radius: 50%; box-shadow: var(--shadow-sm); cursor: pointer; font-size: 24px; }
.modal-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; }
.modal-visual { min-height: 100%; }
.modal-visual .badge { margin: 22px; }
.modal-content { padding: 48px; overflow-y: auto; }
.modal-content h2, .planner-copy h2 { margin-bottom: 14px; font-size: clamp(32px, 4vw, 46px); letter-spacing: -.04em; }
.modal-content > p:not(.eyebrow) { color: var(--muted); }
.modal-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; }
.modal-facts span { display: grid; padding: 12px; background: var(--aqua-50); border-radius: 10px; color: var(--muted); font-size: 10px; }
.modal-facts strong { color: var(--navy-900); font-size: 13px; }
.modal-content h3 { margin: 24px 0 10px; font-size: 15px; }
.modal-content ul { display: grid; gap: 7px; margin: 0 0 24px; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.modal-content li::before { content: "✓"; margin-right: 8px; color: var(--teal-600); font-weight: 900; }
.modal-price { display: grid; width: fit-content; margin-bottom: 18px; color: var(--muted); font-size: 11px; }
.modal-price strong { color: var(--navy-900); font-size: 30px; line-height: 1.1; }
.planner-modal { width: min(760px, calc(100% - 32px)); padding: 50px; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.planner-copy { max-width: 620px; }
.planner-copy > p:last-child { color: var(--muted); }
.planner-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.planner-form label { display: grid; gap: 6px; }
.planner-form label > span { font-size: 12px; font-weight: 800; }
.planner-form input, .planner-form select, .planner-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 11px; resize: vertical; }
.planner-form .full { grid-column: 1 / -1; }
.form-note { margin: -5px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.success-state { padding: 20px 0 10px; text-align: center; }
.success-state > span { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 18px; color: var(--white); background: var(--teal-600); border-radius: 50%; font-size: 34px; }
.success-state p { max-width: 520px; margin: 0 auto 24px; color: var(--muted); }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 26px; transform: translate(-50%, 30px); padding: 12px 18px; color: var(--white); background: var(--navy-950); border-radius: 999px; box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transition: .25s; font-size: 13px; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

/* Créditos das fotografias */
.credits-page { background: var(--surface); }
.credits-header-action { min-height: 42px; padding-inline: 18px; }
.credits-main { padding: 72px 0 100px; }
.credits-intro { max-width: 760px; margin-bottom: 42px; }
.credits-intro h1 { margin-bottom: 16px; color: var(--navy-950); font-size: clamp(40px, 6vw, 68px); letter-spacing: -.055em; }
.credits-intro > p:last-child { color: var(--muted); font-size: 17px; }
.credits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.credit-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.credit-card img { width: 100%; height: 290px; object-fit: cover; }
.credit-copy { padding: 24px; }
.credit-copy h2 { margin-bottom: 8px; color: var(--navy-950); font-size: 23px; }
.credit-copy p { margin-bottom: 7px; color: var(--muted); font-size: 13px; }
.credit-copy a { color: var(--teal-700); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.credit-note { margin-top: 28px; padding: 20px 22px; color: var(--muted); background: var(--white); border: 1px solid var(--line); border-radius: 14px; font-size: 13px; }

@media (max-width: 1080px) {
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: 12px; }
  .header-contact span:last-child { display: none; }
  .header-account > span:last-child { display: none; }
  .hero-landmark { display: none; }
  .trip-search { grid-template-columns: 1fr 1fr 1fr 1fr; }
  .search-heading { grid-column: 1 / -1; padding: 0 8px 14px; border-bottom: 1px solid var(--line); }
  .trip-search label:first-of-type { border-left: 0; }
  .search-button { align-self: stretch; height: auto; min-height: 54px; }
  .search-wrap { bottom: -120px; }
  .destinations { padding-top: 230px; }
  .why-grid { grid-template-columns: 1fr; gap: 35px; }
  .benefit-list { grid-template-columns: repeat(4, 1fr); }
  .benefit-list article { flex-direction: column; }
  .about-grid { gap: 55px; }
  .events-heading { gap: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; transform: none; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .site-header { height: 70px; }
  .brand img { width: 47px; height: 47px; }
  .brand-copy strong { font-size: 17px; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-contact { display: none; }
  .header-account { padding: 6px; }
  .primary-nav {
    position: absolute; top: 70px; left: 20px; right: 20px; display: grid; gap: 0; padding: 14px;
    background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg);
    transform: translateY(-15px); opacity: 0; visibility: hidden; transition: .2s;
  }
  .primary-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .primary-nav a { padding: 12px; font-size: 14px; }
  .primary-nav a::after { display: none; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 780px; padding-top: 90px; background-position: 62% center; }
  .hero::before { background: linear-gradient(90deg, rgba(1,31,45,.97), rgba(2,47,64,.68)); }
  .hero h1 { font-size: clamp(45px, 10vw, 68px); }
  .search-wrap { bottom: -240px; }
  .trip-search { grid-template-columns: 1fr 1fr; }
  .trip-search label { border-left: 0; border-top: 1px solid var(--line); padding: 13px 10px 4px; }
  .search-button { margin: 8px 0 0; }
  .quick-tags { margin-left: 22px; overflow-x: auto; white-space: nowrap; }
  .destinations { padding-top: 345px; }
  .heading-row { display: block; }
  .filter-tabs { margin-top: 24px; }
  .destination-grid, .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-grid > .experience-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 12px); margin: 0 auto; }
  .events-heading { grid-template-columns: 1fr; gap: 24px; }
  .events-grid { grid-template-columns: 1fr 1fr; }
  .events-toolbar { align-items: flex-start; flex-direction: column; }
  .event-filter-tabs { justify-content: flex-start; }
  .benefit-list { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 540px; }
  .about-photo { right: 30px; }
  .testimonial-shell { grid-template-columns: 1fr; }
  .testimonial-title, #testimonial-card { padding: 40px; }
  .testimonial-controls { margin-top: 25px; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
  .modal-layout { grid-template-columns: 1fr; max-height: 88vh; overflow-y: auto; }
  .modal-visual { min-height: 300px; }
  .credits-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 68px 0; }
  .brand-copy span { display: none; }
  .hero { min-height: 720px; padding-top: 72px; }
  .hero h1 { font-size: 44px; }
  .hero-text { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 9px 16px; }
  .search-wrap { bottom: -335px; }
  .trip-search { grid-template-columns: 1fr; padding: 12px; }
  .trip-search label { padding: 10px; }
  .search-button { min-height: 52px; }
  .quick-tags { max-width: calc(100% - 32px); margin-left: 16px; }
  .destinations { padding-top: 430px; }
  .section-heading h2, .about-copy h2, .faq-intro h2 { font-size: 36px; }
  .filter-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .destination-grid, .experience-grid { grid-template-columns: 1fr; }
  .experience-grid > .experience-card:last-child { grid-column: auto; max-width: none; }
  .events-grid { grid-template-columns: 1fr; }
  .events-toolbar { padding: 18px; }
  .event-filter-tabs { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .event-filter-tabs button { flex: none; }
  .event-experience-card .experience-body { min-height: 0; }
  .events-note { align-items: flex-start; }
  .benefit-list { grid-template-columns: 1fr; }
  .about-visual { min-height: 450px; }
  .about-photo { inset: 0 12px 0 0; border-radius: 120px 120px 24px 24px; }
  .floating-note { left: -5px; bottom: 22px; width: 170px; }
  .about-stamp { right: -4px; top: 30px; width: 105px; height: 105px; }
  .testimonial-title, #testimonial-card { padding: 30px 24px; }
  #testimonial-text { min-height: 145px; font-size: 17px; }
  #testimonial-card footer { flex-wrap: wrap; }
  .stars { width: 100%; margin: 4px 0 0 60px; }
  .closing-cta { padding: 80px 0; }
  .closing-cta h2 { font-size: 42px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .chat-launcher { width: 58px; height: 58px; padding: 8px; border-radius: 50%; }
  .chat-launcher-copy { display: none; }
  .chat-notification { right: -1px; }
  .chat-panel { right: 16px; bottom: 16px; }
  .chat-messages { height: min(420px, calc(100vh - 175px)); min-height: 260px; }
  .chat-suggestions-main { grid-template-columns: 1fr; }
  .modal-content, .planner-modal { padding: 38px 22px 25px; }
  .modal-facts { grid-template-columns: 1fr; }
  .planner-form { grid-template-columns: 1fr; }
  .planner-form .full { grid-column: auto; }
  .credits-main { padding-top: 48px; }
  .credit-card img { height: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
