:root {
  --navy-950: #031b38;
  --navy-900: #052a54;
  --navy-800: #0a3b6c;
  --navy-700: #15507f;
  --teal-600: #009d9c;
  --teal-500: #08b3ae;
  --teal-100: #dff7f4;
  --sand-100: #f7f5ef;
  --ice-100: #f2f9f9;
  --ink: #0d2138;
  --muted: #5c6c7b;
  --line: #dce6e9;
  --white: #fff;
  --shadow-sm: 0 10px 30px rgba(5, 42, 84, .08);
  --shadow-lg: 0 24px 60px rgba(5, 42, 84, .16);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1280px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy-950);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--teal-600);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #63ddd5;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-size: .92rem;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.chip:focus-visible,
.menu-toggle:focus-visible,
.dialog-close:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(8, 179, 174, .45);
  outline-offset: 3px;
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-500), var(--teal-600));
  box-shadow: 0 10px 24px rgba(0, 157, 156, .24);
}

.button-primary:hover {
  box-shadow: 0 14px 30px rgba(0, 157, 156, .33);
}

.button-secondary {
  color: var(--navy-900);
  background: var(--white);
  border-color: var(--navy-900);
}

.button-ghost {
  color: var(--navy-900);
  background: rgba(255, 255, 255, .72);
  border-color: rgba(5, 42, 84, .22);
  backdrop-filter: blur(8px);
}

.button-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, .45);
}

.button-white {
  color: var(--navy-900);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--navy-950);
  background: rgba(230, 230, 230, .96);
  border-bottom: 1px solid rgba(5, 42, 84, .12);
  box-shadow: 0 8px 30px rgba(2, 24, 50, .08);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: 82px;
  gap: 32px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand-official-image {
  display: block;
  width: 158px;
  height: 62px;
  background-image: url("assets/images/logo-amorim-original.jpeg");
  background-repeat: no-repeat;
  background-position: -66px -53px;
  background-size: 292px 164px;
}

.brand-mark {
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
}

.brand-mark svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: .06em;
}

.brand-copy small {
  align-self: center;
  margin-top: 6px;
  color: #45d2cb;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .35em;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  gap: clamp(18px, 1.8vw, 30px);
}

.main-nav a {
  position: relative;
  padding: 31px 0 27px;
  color: rgba(3, 27, 56, .72);
  font-size: .84rem;
  font-weight: 700;
  white-space: nowrap;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--teal-500);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--navy-950);
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.nav-register {
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: var(--navy-900);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: .84rem;
  font-weight: 800;
  gap: 7px;
  white-space: nowrap;
}

.nav-register:hover {
  color: var(--teal-600);
}

.nav-avatar {
  display: grid;
  width: 25px;
  height: 25px;
  overflow: hidden;
  color: var(--white);
  background-color: var(--teal-600);
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  place-items: center;
  font-size: 1rem;
  line-height: 1;
}

.nav-register.is-registered .nav-avatar {
  box-shadow: 0 0 0 2px rgba(0, 157, 156, .2);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.phone-link {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: .82rem;
  font-weight: 750;
  white-space: nowrap;
}

.phone-link svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.button-header {
  min-height: 44px;
  padding-inline: 17px;
  font-size: .82rem;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background-color: #dff2f4;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .89) 29%, rgba(255, 255, 255, .2) 58%, rgba(3, 27, 56, .08) 100%), url("assets/images/hero-vitoria.png");
  background-position: center, center;
  background-size: cover;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 110px;
  content: "";
  background: linear-gradient(transparent, rgba(3, 27, 56, .2));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 610px;
  padding-top: 30px;
  padding-bottom: 64px;
}

.hero-copy {
  width: min(625px, 53%);
}

.script-title {
  margin: 0 0 -3px;
  color: var(--teal-600);
  font-family: "Segoe Script", "Bradley Hand", cursive;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 700;
  transform: rotate(-2deg);
  transform-origin: left;
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(3.35rem, 6vw, 5.8rem);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .9;
  text-transform: uppercase;
}

.hero h1 span {
  color: var(--teal-600);
  font-size: .63em;
  letter-spacing: -.04em;
}

.hero-lead {
  max-width: 520px;
  margin: 24px 0 26px;
  color: #294052;
  font-size: 1.03rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  margin: 27px 0 0;
  padding: 0;
  gap: 20px;
  list-style: none;
  color: var(--navy-900);
  font-size: .81rem;
  font-weight: 750;
}

.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-benefits span {
  display: grid;
  width: 21px;
  height: 21px;
  color: var(--teal-600);
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(0, 157, 156, .3);
  border-radius: 50%;
  place-items: center;
}

.hero-note {
  position: absolute;
  right: 0;
  bottom: 104px;
  display: flex;
  width: min(330px, 27%);
  padding: 18px;
  color: var(--white);
  background: rgba(3, 27, 56, .74);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  gap: 12px;
  backdrop-filter: blur(12px);
}

.hero-note .note-icon {
  color: #64e1da;
  font-size: 1.4rem;
}

.hero-note strong {
  font-size: .9rem;
}

.hero-note p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .75);
  font-size: .76rem;
}

.search-wrap {
  position: relative;
  z-index: 5;
  margin-top: -38px;
}

.search-panel {
  display: grid;
  grid-template-columns: 1.05fr 1.2fr .85fr .85fr 1fr auto;
  align-items: end;
  padding: 18px;
  background: var(--white);
  border: 1px solid rgba(5, 42, 84, .08);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  gap: 12px;
}

.search-heading {
  align-self: center;
  padding: 0 8px;
}

.search-heading .eyebrow {
  margin: 0;
  font-size: .6rem;
}

.search-heading strong {
  display: block;
  color: var(--navy-900);
  font-size: 1.15rem;
}

.search-panel label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: var(--navy-900);
  font-size: .69rem;
  font-weight: 800;
  gap: 7px;
}

.search-panel input,
.search-panel select {
  width: 100%;
  height: 47px;
  padding: 0 12px;
  color: var(--ink);
  background: #fbfdfd;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  font-size: .78rem;
  font-weight: 500;
}

.search-panel input:focus,
.search-panel select:focus {
  border-color: var(--teal-500);
  box-shadow: 0 0 0 3px rgba(8, 179, 174, .12);
}

.field-control {
  position: relative;
  display: block;
}

.field-control svg {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 12px;
  width: 18px;
  fill: none;
  stroke: var(--teal-600);
  stroke-width: 1.8;
}

.field-control input {
  padding-left: 38px;
}

.search-button {
  min-height: 47px;
  white-space: nowrap;
}

.search-button svg {
  width: 18px;
  margin-right: 8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.section {
  padding: 100px 0;
}

.featured-section {
  padding-bottom: 54px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 32px;
}

.section-heading h2,
.about-copy h2,
.contact-cta h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  letter-spacing: -.045em;
  line-height: 1.06;
}

.section-heading > p {
  max-width: 430px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: .88rem;
}

.featured-card {
  display: grid;
  min-height: 430px;
  overflow: hidden;
  grid-template-columns: 1.3fr .9fr;
  background: var(--navy-950);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.featured-image {
  position: relative;
  min-height: 430px;
  background-position: center;
  background-size: cover;
}

.featured-image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 28%;
  content: "";
  background: linear-gradient(90deg, transparent, var(--navy-950));
}

.featured-badge {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 22px;
  padding: 8px 12px;
  color: var(--navy-900);
  background: #a6f4ec;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.featured-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 44px 52px 44px 34px;
  color: var(--white);
}

.featured-content .tour-category {
  color: #61dcd5;
}

.featured-content h3 {
  margin: 7px 0 13px;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -.045em;
  line-height: 1.02;
}

.featured-content > p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: .91rem;
  line-height: 1.65;
}

.featured-meta {
  display: grid;
  width: 100%;
  margin: 28px 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.featured-meta span {
  color: rgba(255, 255, 255, .62);
  font-size: .68rem;
}

.featured-meta strong {
  display: block;
  margin-top: 3px;
  color: var(--white);
  font-size: .8rem;
}

.featured-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.price-label {
  display: block;
  color: rgba(255, 255, 255, .58);
  font-size: .65rem;
}

.featured-price {
  color: #61dcd5;
  font-size: 1.55rem;
  font-weight: 900;
}

.tours-section {
  padding-top: 52px;
  background: var(--ice-100);
}

.tours-heading {
  align-items: center;
}

.category-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.chip {
  padding: 9px 14px;
  color: var(--navy-700);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-size: .74rem;
  font-weight: 800;
}

.chip:hover,
.chip.active {
  color: var(--white);
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.results-summary {
  min-height: 22px;
  margin: -10px 0 20px;
  color: var(--muted);
  font-size: .77rem;
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tour-card {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(5, 42, 84, .08);
  border-radius: var(--radius-md);
  box-shadow: 0 6px 20px rgba(5, 42, 84, .045);
  transition: transform .28s ease, box-shadow .28s ease;
}

.tour-card:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-6px);
}

.tour-image {
  position: relative;
  height: 220px;
  overflow: hidden;
  background-image: url("assets/images/destinos-espirito-santo.png");
  background-position: var(--image-position, 0%) center;
  background-size: 500% 100%;
  transition: transform .5s ease;
}

.tour-card:hover .tour-image {
  transform: scale(1.025);
}

.tour-image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 55%;
  content: "";
  background: linear-gradient(transparent, rgba(3, 27, 56, .45));
}

.tour-tag,
.publish-date {
  position: absolute;
  z-index: 2;
  top: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 850;
}

.tour-tag {
  left: 14px;
  color: var(--navy-900);
  background: #9ff2e9;
}

.publish-date {
  right: 14px;
  color: var(--white);
  background: rgba(3, 27, 56, .68);
  backdrop-filter: blur(6px);
}

.tour-card-body {
  padding: 20px;
}

.tour-card h3 {
  min-height: 50px;
  margin: 0 0 13px;
  color: var(--navy-950);
  font-size: 1.15rem;
  letter-spacing: -.025em;
  line-height: 1.28;
}

.tour-card-meta {
  display: grid;
  padding: 12px 0 17px;
  border-top: 1px solid #edf1f2;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.tour-card-meta span {
  color: var(--muted);
  font-size: .71rem;
}

.tour-card-meta svg {
  display: inline-block;
  width: 13px;
  margin-right: 4px;
  vertical-align: -2px;
  fill: none;
  stroke: var(--teal-600);
  stroke-width: 2;
}

.tour-card-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.tour-price span {
  display: block;
  color: var(--muted);
  font-size: .63rem;
}

.tour-price strong {
  color: var(--teal-600);
  font-size: 1.25rem;
}

.details-button {
  min-height: 40px;
  padding-inline: 14px;
  font-size: .72rem;
}

.empty-state {
  padding: 72px 20px;
  text-align: center;
}

.empty-state > span {
  color: var(--teal-500);
  font-size: 3rem;
}

.empty-state h3 {
  margin: 8px 0;
  color: var(--navy-900);
}

.empty-state p {
  margin: 0 0 20px;
  color: var(--muted);
}

.attractions {
  padding: 55px 0;
  background: #e1f5f3;
}

.attractions-inner {
  display: grid;
  align-items: center;
  grid-template-columns: .75fr 2.2fr;
  gap: 40px;
}

.attractions-title h2 {
  max-width: 300px;
  margin: 0;
  color: var(--navy-900);
  font-size: 1.75rem;
  letter-spacing: -.04em;
  line-height: 1.1;
}

.attraction-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.attraction-list article {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.attraction-icon {
  flex: 0 0 auto;
  color: var(--teal-600);
  font-family: Georgia, serif;
  font-size: 2.3rem;
  line-height: 1;
}

.attraction-list strong {
  display: block;
  color: var(--navy-900);
  font-size: .76rem;
}

.attraction-list p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.5;
}

.experience-section {
  padding: 80px 0;
  color: var(--white);
  background: var(--navy-950);
}

.experience-heading {
  display: grid;
  align-items: end;
  margin-bottom: 34px;
  grid-template-columns: 1fr 1fr auto;
  gap: 30px;
}

.experience-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -.045em;
  line-height: .95;
}

.experience-heading h2 em {
  color: #4cd4cd;
  font-family: "Segoe Script", cursive;
  font-size: .76em;
  font-weight: 500;
}

.experience-heading p {
  max-width: 470px;
  margin: 0 0 3px;
  color: rgba(255, 255, 255, .63);
  font-size: .84rem;
}

.photo-strip {
  display: grid;
  height: 310px;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.photo-panel {
  position: relative;
  overflow: hidden;
  background-image: url("assets/images/destinos-espirito-santo.png");
  background-position: var(--panel-position, 0%) center;
  background-size: 500% 100%;
  border-radius: 15px;
  transition: flex .3s ease, transform .3s ease;
}

.photo-panel::after {
  position: absolute;
  inset: 40% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(3, 27, 56, .78));
}

.photo-panel span {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 16px;
  font-size: .76rem;
  font-weight: 850;
}

.photo-panel:hover {
  transform: translateY(-5px);
}

.photo-1 { --panel-position: 0%; }
.photo-2 { --panel-position: 25%; }
.photo-3 { --panel-position: 50%; }
.photo-4 { --panel-position: 75%; }
.photo-5 { --panel-position: 100%; }

.about-section {
  overflow: hidden;
  background: var(--sand-100);
}

.about-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.1fr .9fr;
  gap: 100px;
}

.about-copy p {
  max-width: 600px;
  margin: 24px 0;
  color: var(--muted);
  line-height: 1.8;
}

.text-link {
  color: var(--teal-600);
  font-size: .9rem;
  font-weight: 850;
}

.text-link span {
  margin-left: 8px;
  transition: margin-left .2s ease;
}

.text-link:hover span {
  margin-left: 13px;
}

.about-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.about-numbers article {
  min-height: 175px;
  padding: 24px 17px;
  background: var(--white);
  border: 1px solid rgba(5, 42, 84, .08);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.about-numbers article:nth-child(2) {
  transform: translateY(25px);
}

.about-numbers strong {
  display: block;
  margin-bottom: 35px;
  color: var(--teal-600);
  font-size: 2.2rem;
}

.about-numbers span {
  color: var(--navy-900);
  font-size: .76rem;
  font-weight: 800;
}

.contact-cta {
  padding: 67px 0;
  color: var(--white);
  background: linear-gradient(125deg, #008c92, #0cb8ae);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.contact-cta h2 {
  color: var(--white);
}

.contact-cta p {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, .76);
}

.site-footer {
  padding: 75px 0 25px;
  color: rgba(255, 255, 255, .67);
  background: var(--navy-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 60px;
}

.footer-grid > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.footer-brand {
  overflow: hidden;
  background: #e6e6e6;
  border-radius: 10px;
}

.footer-grid p,
.footer-grid a {
  margin: 0;
  font-size: .78rem;
}

.footer-grid a:hover {
  color: #65e2da;
}

.footer-title {
  margin-bottom: 8px;
  color: var(--white);
  font-size: .83rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .69rem;
}

.whatsapp-float {
  position: fixed;
  z-index: 80;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 58px;
  height: 58px;
  color: var(--white);
  background: #15bca4;
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(3, 27, 56, .25);
  place-items: center;
  transition: transform .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.03);
}

.whatsapp-float svg {
  width: 27px;
  fill: currentColor;
}

.registration-dialog {
  width: min(900px, calc(100% - 30px));
  max-height: min(92vh, 920px);
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--ink);
  background: var(--white);
  border: 0;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(3, 27, 56, .35);
}

.registration-dialog::backdrop {
  background: rgba(3, 27, 56, .74);
  backdrop-filter: blur(6px);
}

.registration-header {
  display: flex;
  align-items: center;
  padding: 34px 72px 30px 38px;
  background: linear-gradient(125deg, #e7f9f7, #f6fbfb);
  border-bottom: 1px solid var(--line);
  gap: 20px;
}

.registration-symbol {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-500), var(--teal-600));
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 157, 156, .22);
  place-items: center;
}

.registration-symbol svg {
  width: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.registration-header h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: 2rem;
  letter-spacing: -.04em;
}

.registration-header p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: .82rem;
}

.registration-close {
  top: 19px;
  right: 19px;
  color: var(--navy-900);
  background: rgba(255, 255, 255, .8);
  border: 1px solid rgba(5, 42, 84, .12);
}

.registration-form {
  display: grid;
  padding: 32px 38px 38px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px 20px;
}

.registration-form label:not(.consent-field) {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: var(--navy-900);
  font-size: .75rem;
  font-weight: 800;
  gap: 7px;
}

.registration-form input:not([type="checkbox"]):not([type="file"]),
.registration-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: var(--ink);
  background: #fbfdfd;
  border: 1px solid var(--line);
  border-radius: 9px;
  outline: none;
  font-size: .82rem;
  font-weight: 500;
  resize: vertical;
}

.registration-form input:focus,
.registration-form textarea:focus {
  border-color: var(--teal-500) !important;
  box-shadow: 0 0 0 3px rgba(8, 179, 174, .12);
}

.registration-form input.has-error,
.registration-form textarea.has-error {
  border-color: #cf4154;
  box-shadow: 0 0 0 3px rgba(207, 65, 84, .08);
}

.field-error {
  min-height: 0;
  color: #b8283b;
  font-size: .66rem;
  font-weight: 650;
}

.field-error:not(:empty) {
  margin-top: -2px;
}

.form-wide {
  grid-column: 1 / -1;
}

.profile-photo-field {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  padding: 18px;
  background: var(--ice-100);
  border: 1px solid var(--line);
  border-radius: 15px;
  gap: 18px;
}

.profile-preview {
  display: grid;
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-800), var(--teal-600));
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(5, 42, 84, .14);
  place-items: center;
  font-size: 1.1rem;
  font-weight: 900;
}

.profile-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-photo-field strong {
  display: block;
  color: var(--navy-900);
  font-size: .84rem;
}

.profile-photo-field p {
  margin: 3px 0 10px;
  color: var(--muted);
  font-size: .7rem;
}

.photo-button {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  color: var(--navy-900);
  background: var(--white);
  border: 1px solid var(--navy-900);
  border-radius: 8px;
  cursor: pointer;
  font-size: .7rem;
  font-weight: 850;
}

#profile-photo {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.consent-field {
  display: flex;
  align-items: flex-start;
  color: var(--muted);
  cursor: pointer;
  font-size: .72rem;
  gap: 10px;
}

.consent-field input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin: 1px 0 0;
  accent-color: var(--teal-600);
}

.registration-privacy {
  display: flex;
  align-items: flex-start;
  padding: 14px 16px;
  color: #3d6570;
  background: #eaf8f6;
  border-radius: 10px;
  gap: 11px;
}

.registration-privacy svg {
  width: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--teal-600);
  stroke-width: 1.8;
}

.registration-privacy p {
  margin: 0;
  font-size: .68rem;
  line-height: 1.55;
}

.registration-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
  gap: 10px;
}

.registration-actions .button {
  min-width: 170px;
}

.tour-dialog {
  width: min(650px, calc(100% - 30px));
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 0;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(3, 27, 56, .35);
}

.tour-dialog::backdrop {
  background: rgba(3, 27, 56, .7);
  backdrop-filter: blur(5px);
}

.dialog-close {
  position: absolute;
  z-index: 3;
  top: 13px;
  right: 13px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  color: var(--white);
  background: rgba(3, 27, 56, .72);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  place-items: center;
}

.dialog-image {
  height: 230px;
  background-image: url("assets/images/destinos-espirito-santo.png");
  background-position: var(--image-position, 0%) center;
  background-size: 500% 100%;
}

.dialog-body {
  padding: 30px;
}

.dialog-body h2 {
  margin: 4px 0 13px;
  color: var(--navy-950);
  font-size: 1.9rem;
  letter-spacing: -.04em;
}

.dialog-body p {
  color: var(--muted);
}

.dialog-list {
  display: grid;
  margin: 22px 0;
  padding: 17px 0;
  border-block: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.dialog-list span {
  color: var(--muted);
  font-size: .69rem;
}

.dialog-list strong {
  display: block;
  margin-top: 4px;
  color: var(--navy-900);
  font-size: .82rem;
}

.dialog-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.dialog-actions .tour-price strong {
  font-size: 1.6rem;
}

.toast {
  position: fixed;
  z-index: 300;
  right: 24px;
  bottom: 96px;
  max-width: min(360px, calc(100% - 48px));
  padding: 14px 18px;
  color: var(--white);
  background: var(--navy-950);
  border-radius: 10px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
  font-size: .8rem;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1160px) {
  .header-inner {
    gap: 18px;
  }

  .main-nav {
    gap: 17px;
  }

  .main-nav a {
    font-size: .76rem;
  }

  .phone-link span {
    display: none;
  }

  .search-panel {
    grid-template-columns: 1fr 1.5fr 1fr 1fr;
  }

  .search-heading {
    grid-row: 1;
  }

  .search-button,
  .search-panel label:last-of-type {
    grid-column: span 2;
  }

  .attractions-inner {
    grid-template-columns: 1fr;
  }

  .attractions-title h2 {
    max-width: none;
  }

  .about-grid {
    gap: 55px;
  }
}

@media (max-width: 940px) {
  .site-header {
    position: sticky;
  }

  .header-inner {
    min-height: 72px;
  }

  .brand-copy strong {
    font-size: 1.35rem;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-mark svg {
    width: 36px;
    height: 36px;
  }

  .menu-toggle {
    display: block;
    order: 4;
    margin-left: 3px;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: 90;
    top: 72px;
    right: 0;
    bottom: 0;
    width: min(390px, 88vw);
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px 30px 40px;
    background: var(--navy-950);
    box-shadow: -20px 30px 40px rgba(3, 27, 56, .24);
    gap: 0;
    transform: translateX(105%);
    transition: transform .26s ease;
  }

  .main-nav.open {
    transform: translateX(0);
  }

  .main-nav a {
    padding: 17px 0;
    color: rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    font-size: .95rem;
  }

  .main-nav a:hover,
  .main-nav a.active {
    color: var(--white);
  }

  .main-nav a::after {
    display: none;
  }

  .nav-register {
    width: 100%;
    padding: 17px 0;
    color: rgba(255, 255, 255, .82);
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    font-size: .95rem;
  }

  .nav-register:hover {
    color: var(--white);
  }

  .header-actions {
    margin-left: auto;
  }

  .phone-link {
    display: none;
  }

  .hero {
    min-height: 620px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .97), rgba(255, 255, 255, .74) 54%, rgba(3, 27, 56, .12)), url("assets/images/hero-vitoria.png");
    background-position: center, 58% center;
  }

  .hero-inner {
    min-height: 620px;
  }

  .hero-copy {
    width: 68%;
  }

  .hero-note {
    display: none;
  }

  .featured-card {
    grid-template-columns: 1.05fr .95fr;
  }

  .featured-content {
    padding: 36px 30px 36px 15px;
  }

  .tour-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .attraction-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .experience-heading {
    grid-template-columns: 1fr 1fr;
  }

  .experience-heading .button {
    justify-self: start;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-actions .button-header {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero {
    min-height: 670px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .86) 53%, rgba(3, 27, 56, .16) 100%), url("assets/images/hero-vitoria.png");
    background-position: center, 62% center;
  }

  .hero-inner {
    min-height: 670px;
    align-items: flex-start;
    padding-top: 85px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 14vw, 4.2rem);
  }

  .hero-lead {
    max-width: 92%;
  }

  .hero-benefits {
    display: grid;
    gap: 8px;
  }

  .search-wrap {
    margin-top: -54px;
  }

  .search-panel {
    padding: 18px;
    grid-template-columns: 1fr 1fr;
  }

  .search-heading,
  .search-panel label:nth-of-type(1),
  .search-panel label:last-of-type,
  .search-button {
    grid-column: 1 / -1;
  }

  .section {
    padding: 76px 0;
  }

  .featured-section {
    padding-bottom: 35px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .featured-card {
    grid-template-columns: 1fr;
  }

  .featured-image {
    min-height: 290px;
  }

  .featured-image::after {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(transparent, var(--navy-950));
  }

  .featured-content {
    padding: 28px 24px 32px;
  }

  .featured-meta {
    grid-template-columns: repeat(3, 1fr);
  }

  .tours-heading {
    align-items: flex-start;
  }

  .category-filters {
    justify-content: flex-start;
  }

  .tour-grid {
    grid-template-columns: 1fr;
  }

  .tour-image {
    height: 245px;
  }

  .attraction-list {
    grid-template-columns: 1fr;
  }

  .experience-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .photo-strip {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .photo-panel {
    height: 220px;
  }

  .photo-panel:last-child {
    grid-column: 1 / -1;
  }

  .about-numbers {
    grid-template-columns: 1fr;
  }

  .about-numbers article {
    min-height: auto;
  }

  .about-numbers article:nth-child(2) {
    transform: none;
  }

  .about-numbers strong {
    margin-bottom: 12px;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .dialog-list {
    grid-template-columns: 1fr;
  }

  .registration-header {
    align-items: flex-start;
    padding: 28px 55px 24px 22px;
  }

  .registration-symbol {
    width: 47px;
    height: 47px;
    border-radius: 14px;
  }

  .registration-header h2 {
    font-size: 1.55rem;
  }

  .registration-form {
    padding: 24px 20px 28px;
    grid-template-columns: 1fr;
  }

  .form-wide {
    grid-column: auto;
  }

  .registration-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .registration-actions .button {
    width: 100%;
  }

  .dialog-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .dialog-actions .button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .brand-copy strong {
    font-size: 1.18rem;
  }

  .brand-copy small {
    font-size: .54rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .search-panel {
    grid-template-columns: 1fr;
  }

  .search-panel label {
    grid-column: 1 / -1;
  }

  .featured-meta {
    grid-template-columns: 1fr;
  }

  .featured-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .featured-bottom .button {
    width: 100%;
  }

  .photo-strip {
    grid-template-columns: 1fr;
  }

  .photo-panel:last-child {
    grid-column: auto;
  }

  .whatsapp-float {
    right: 15px;
    bottom: 15px;
  }

  .profile-photo-field {
    align-items: flex-start;
  }

  .profile-preview {
    width: 68px;
    height: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
