@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Montserrat:wght@600;700;800;900&display=swap");

body {
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  color: var(--text-dark);
  background: var(--bg-white);
}

body.menu-open {
  overflow: hidden;
}

.container,
.header-container,
.hero-container,
.section-container,
.footer-container {
  max-width: 1180px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.section-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--blue-primary);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-heading h2,
.section-title {
  margin: 0;
  color: var(--text-dark);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.8px;
}

.section-heading--center {
  text-align: center;
}

.section-heading--light h2 {
  color: var(--bg-white);
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--green-whatsapp);
  color: var(--bg-white);
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.btn-whatsapp:hover {
  background: var(--green-whatsapp-dark);
  transform: translateY(-1px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 88px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(0, 31, 63, 0.06);
  box-shadow: 0 2px 14px rgba(8, 32, 63, 0.03);
}

.site-header.is-scrolled {
  box-shadow: 0 8px 22px rgba(8, 32, 63, 0.08);
}

.header-inner,
.header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
  min-height: 68px;
}

.site-logo,
.logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-logo img,
.logo img {
  height: 66px;
  width: auto;
}

.site-nav,
.main-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.site-nav a,
.main-nav a {
  color: #001f3f;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.header-whatsapp {
  min-height: 32px;
  height: 32px;
  padding: 0 16px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-whatsapp img {
  width: 16px;
  height: 16px;
}

.menu-toggle {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--text-dark);
  border-radius: 999px;
}

.hero,
.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 385px;
  padding: 0;
  background-image:
    linear-gradient(90deg, rgba(244, 247, 251, 0.96) 0%, rgba(244, 247, 251, 0.9) 28%, rgba(244, 247, 251, 0.34) 55%, rgba(244, 247, 251, 0) 100%),
    url("../img/hero/hero-frota-rn-passeios.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero .container,
.hero-container {
  max-width: 1180px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.hero-inner {
  display: flex;
  min-height: 385px;
  padding: 90px 0 35px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-content {
  max-width: 535px;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  position: relative;
  left: auto;
  right: auto;
  transform: none;
}

.eyebrow,
.hero-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--blue-primary);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero h1,
.hero-title {
  margin: 0 0 18px;
  color: var(--text-dark);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 39px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.2px;
}

.hero h1 strong,
.hero-title .highlight {
  color: #006fc9;
}

.hero p,
.hero-text {
  max-width: 420px;
  margin: 0 0 20px;
  color: var(--text-dark);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.hero-cta {
  justify-content: flex-start;
  min-height: 52px;
  padding: 0 22px;
  gap: 12px;
  box-shadow: 0 8px 18px rgba(8, 168, 61, 0.22);
}

.hero-cta img {
  width: 24px;
  height: 24px;
}

.hero-cta>span {
  display: block;
}

.hero-cta strong {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-cta small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  opacity: 1;
}

.hero-benefits {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  margin-top: 18px;
}

.hero-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 22px;
  border-right: 1px solid rgba(0, 31, 63, 0.12);
}

.hero-benefit:first-child {
  padding-left: 0;
}

.hero-benefit:last-child {
  border-right: 0;
  padding-right: 0;
}

.hero-benefit img,
.hero-benefit svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: block;
}

.hero-benefit span {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #0b2c5d;
}

.stats-section,
.trust-section {
  padding: 42px 0 38px;
  background: var(--bg-light);
}

.trust-section .container,
.services-section .container,
.differentials-section .container,
.destinations-section .container,
.testimonials-cta-section .container,
.testimonials-section .container,
.site-footer .container {
  max-width: 1180px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.stats-grid,
.trust-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 54px;
  align-items: center;
}

.stats-intro h2,
.trust-title {
  max-width: 300px;
  margin: 0;
  color: var(--text-dark);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.8px;
}

.stats-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-card,
.stat-item {
  display: flex;
  min-height: 92px;
  padding: 0 14px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid rgba(0, 31, 63, 0.12);
}

.stat-card:first-child,
.stat-item:first-child {
  border-left: 0;
}

.stat-card img {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
}

.stat-card strong,
.stat-number {
  display: block;
  margin-top: 8px;
  color: var(--blue-primary);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
}

.stat-card span,
.stat-label {
  display: block;
  color: var(--text-dark);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.18;
  font-weight: 800;
  text-transform: uppercase;
}

.services-section {
  padding: 38px 0 30px;
  background: linear-gradient(180deg, var(--blue-dark) 0%, var(--blue-navy) 100%);
}

.services-section .section-heading {
  max-width: 860px;
  margin: 0 auto;
}

.services-section .section-title,
.services-section .section-heading h2 {
  color: var(--bg-white);
  max-width: none;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.service-card {
  position: relative;
  display: flex;
  height: 210px;
  overflow: hidden;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #002247;
}

.service-card__media,
.service-card-image {
  height: 112px;
}

.service-card__media img,
.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card__icon {
  position: absolute;
  top: 90px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-white);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
}

.service-card__icon img {
  width: 22px;
  height: 22px;
}

.service-card__body,
.service-card-body {
  position: relative;
  flex: 1 1 auto;
  padding: 30px 20px 18px;
  color: var(--bg-white);
}

.service-card__body h3,
.service-card h3 {
  margin-bottom: 12px;
  color: var(--bg-white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card__body p,
.service-card p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

.differentials-section {
  padding: 34px 0 32px;
  background: var(--bg-white);
}

.differentials-list,
.differentials-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
}

.differential-item {
  display: flex;
  min-height: 70px;
  padding: 8px 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid rgba(0, 31, 63, 0.12);
}

.differential-item:first-child {
  border-left: 0;
}

.differential-item img {
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
}

.differential-item span {
  display: block;
  color: var(--text-dark);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 800;
}

.destinations-section {
  padding: 40px 0 36px;
  background: var(--bg-light);
}

.destinations-head,
.destinations-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 22px;
}

.destinations-head .section-heading,
.destinations-header .section-heading {
  max-width: 760px;
}

.outline-button,
.destinations-button {
  min-height: 46px;
  height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(0, 90, 168, 0.18);
  border-radius: 6px;
  background: var(--bg-white);
  color: var(--blue-primary);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.destinations-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.destination-card {
  height: 150px;
  overflow: hidden;
  border-radius: 7px;
  background: var(--bg-white);
  box-shadow: 0 6px 18px rgba(0, 31, 63, 0.06);
}

.destination-card img {
  width: 100%;
  height: 82px;
  object-fit: cover;
}

.destination-card__body,
.destination-card-body {
  padding: 10px 12px;
}

.destination-card__body h3,
.destination-card h3 {
  margin-bottom: 6px;
  color: var(--text-dark);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.destination-card__body p,
.destination-card p {
  color: #23364d;
  font-size: 10.5px;
  line-height: 1.25;
  font-weight: 500;
}

/* =========================================================
   DEPOIMENTOS + CTA FINAL
========================================================= */

.testimonials-cta-section {
  padding: 24px 0 18px;
  background: #ffffff;
  overflow: hidden;
}

.testimonials-cta-section .container {
  max-width: 1180px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.testimonials-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 560px);
  gap: 38px;
  align-items: center;
  justify-content: center;
}

.testimonials-block {
  position: relative;
  min-width: 0;
  width: 100%;
}

.testimonials-block .section-label {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #005aa8;
  margin: 0 0 7px;
}

.testimonials-block .section-title {
  max-width: 390px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.6px;
  color: #08203f;
  margin: 0 0 18px;
}

.testimonials-toolbar {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.testimonials-slider {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0 26px;
  width: 100%;
  overflow: hidden;
}

.testimonials-track {
  display: flex;
  gap: 14px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.testimonial-card {
  min-width: 0;
  height: 96px;
  padding: 12px 13px;
  border-radius: 7px;
  background: #ffffff;
  border: 1px solid rgba(0, 31, 63, 0.09);
  box-shadow: 0 5px 14px rgba(0, 31, 63, 0.045);
  overflow: hidden;
}

.testimonial-stars {
  display: flex;
  gap: 1px;
  margin-bottom: 5px;
  color: #ffc233;
  font-size: 9px;
  line-height: 1;
}

.testimonial-card p {
  font-size: 9px;
  line-height: 1.25;
  font-weight: 600;
  color: #23364d;
  margin: 0 0 7px;
}

.testimonial-card strong {
  display: block;
  font-size: 9.5px;
  line-height: 1.15;
  font-weight: 900;
  color: #08203f;
  margin-bottom: 2px;
}

.testimonial-card span {
  display: block;
  font-size: 8.5px;
  line-height: 1.15;
  font-weight: 600;
  color: #5c6b7a;
}

.testimonial-arrow {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(0, 31, 63, 0.13);
  background: #ffffff;
  color: #005aa8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 4px 10px rgba(0, 31, 63, 0.08);
  pointer-events: auto;
  z-index: 2;
}

.testimonial-arrow.prev {
  left: 0;
}

.testimonial-arrow.next {
  right: 0;
}

.testimonial-arrow svg,
.testimonial-arrow img {
  width: 11px;
  height: 11px;
}

/* CTA FINAL */

.final-cta {
  width: 100%;
  min-height: 168px;
  height: auto;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  overflow: hidden;
  border-radius: 9px;
  background: #002b55;
  box-shadow: 0 8px 20px rgba(0, 31, 63, 0.12);
}

.final-cta__image,
.final-cta-image {
  width: 100%;
  height: 100%;
  min-height: 168px;
  overflow: hidden;
}

.final-cta__image img,
.final-cta-image img {
  width: 100%;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.final-cta__body,
.final-cta-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  height: 100%;
  min-height: 168px;
  padding: 22px 24px 20px;
  background: #002b55;
  color: #ffffff;
  overflow: visible;
}

.final-cta__body h2,
.final-cta-content h2 {
  max-width: 280px;
  margin: 0 0 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 25px;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.6px;
  color: #ffffff;
}

.final-cta__body p,
.final-cta-content p {
  max-width: 310px;
  margin: 0 0 15px;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

.final-cta__body .whatsapp-button,
.final-cta__body .btn-whatsapp,
.final-cta__body a[href*="wa.me"],
.final-cta__body a[href*="whatsapp"],
.final-cta-content .whatsapp-button,
.final-cta-content .btn-whatsapp,
.final-cta-content a[href*="wa.me"],
.final-cta-content a[href*="whatsapp"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 38px;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 6px;
  background: #08a83d;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 5;
  box-shadow: 0 7px 16px rgba(8, 168, 61, 0.24);
}

.final-cta__body .whatsapp-button img,
.final-cta__body .btn-whatsapp img,
.final-cta__body a[href*="wa.me"] img,
.final-cta__body a[href*="whatsapp"] img,
.final-cta-content .whatsapp-button img,
.final-cta-content .btn-whatsapp img,
.final-cta-content a[href*="wa.me"] img,
.final-cta-content a[href*="whatsapp"] img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.site-footer,
.footer {
  padding: 34px 0 14px;
  background: linear-gradient(180deg, #001731 0%, #001326 100%);
  color: rgba(255, 255, 255, 0.82);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 52px;
  padding: 0;
}

.footer-brand img,
.footer-logo img {
  height: 42px;
  width: auto;
  margin-bottom: 14px;
}

.footer-brand p,
.footer p,
.footer a,
.footer li,
.footer-column li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  line-height: 1.55;
}

.footer-column h3,
.footer h4 {
  margin-bottom: 14px;
  color: var(--bg-white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-column li+li {
  margin-top: 8px;
}

.footer-bottom {
  margin-top: 26px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  text-align: center;
}
