:root {
  --azul-profundo: #001f3a;
  --azul-mar: #006b9a;
  --verde-cta: #77b82a;
  --verde-escuro: #4d8f18;
  --dourado: #f5a623;
  --branco: #ffffff;
  --cinza-claro: #f7f7f7;
  --texto-escuro: #07182e;
  --borda: rgba(0, 31, 58, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--texto-escuro);
  background: var(--branco);
}

body.nav-open {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1340px, calc(100% - 70px));
  margin: 0 auto;
}

.section {
  padding: 44px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 25px;
  border-radius: 999px;
  border: 0;
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
  transition: transform .2s ease, background .2s ease;
}

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

.btn img {
  width: 19px;
  height: 19px;
}

.btn-whatsapp {
  background: var(--verde-cta);
  color: var(--branco);
  box-shadow: 0 12px 28px rgba(119, 184, 42, .22);
}

.btn-whatsapp:hover {
  background: var(--verde-escuro);
}

.btn-blue {
  background: var(--azul-mar);
  color: var(--branco);
  box-shadow: 0 12px 28px rgba(0, 107, 154, .22);
}

.btn-blue:hover {
  background: var(--azul-profundo);
}

.btn-outline {
  color: var(--branco);
  border: 2px solid rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .08);
}

.btn-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 12px;
}

.btn-large {
  min-height: 58px;
  padding-inline: 34px;
  border-radius: 8px;
  text-transform: uppercase;
}

.btn-product::after {
  content: "+";
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
}

.btn-calendar::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 2px solid var(--dourado);
  border-radius: 3px;
  box-shadow: inset 0 5px 0 rgba(245, 166, 35, .28);
}

.script-green,
.script-blue,
.hero h1 span {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.script-green {
  color: var(--verde-cta);
}

.script-blue {
  color: var(--azul-mar);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 82px;
  padding: 0 clamp(42px, 6vw, 90px);
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 28px;
  color: var(--branco);
  background: linear-gradient(180deg, rgba(0, 31, 58, .82), rgba(0, 31, 58, .36) 62%, transparent);
}

.site-header.is-scrolled {
  background: rgba(0, 31, 58, .95);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .14);
}

.brand {
  position: relative;
  width: 174px;
  height: 76px;
  display: flex;
  align-items: center;
  background: transparent;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 54px);
  font-size: 15px;
  font-weight: 800;
}

.main-nav a {
  opacity: .96;
}

.main-nav a:hover {
  color: var(--verde-cta);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 760px;
  padding-top: 150px;
  color: var(--branco);
  overflow: hidden;
}

.hero-bg,
.product-bg,
.final-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
}

.hero-bg {
  background-image:
    linear-gradient(90deg, rgba(0, 20, 38, .98) 0%, rgba(0, 31, 58, .82) 31%, rgba(0, 31, 58, .18) 60%, rgba(0, 31, 58, .02) 100%),
    url("../img/hero.jpg");
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(0, 31, 58, .58));
}

.hero-content {
  max-width: 780px;
  margin-left: max(35px, calc((100vw - 1340px) / 2));
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--dourado);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 900;
}

.hero h1 {
  margin: 0 0 20px;
  max-width: 760px;
  font-size: clamp(48px, 4.85vw, 68px);
  line-height: .96;
  font-weight: 900;
}

.hero h1 span {
  display: inline-block;
  color: var(--dourado);
  font-size: .78em;
}

.hero-content p:not(.eyebrow) {
  width: min(510px, 100%);
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .91);
  font-size: 18px;
  line-height: 1.62;
}

.hero-benefits {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding-top: 0;
  border-top: 0;
}

.hero-benefits div {
  min-height: 54px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.hero-benefits div:last-child {
  border-right: 0;
}

.hero-benefits img {
  width: 42px;
  height: 42px;
}

.hero-benefits img {
  filter: sepia(1) saturate(7) hue-rotate(356deg) brightness(1.1);
}

.hero-benefits span {
  color: rgba(255, 255, 255, .95);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}

h2 {
  margin: 0;
  color: var(--azul-profundo);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
  font-weight: 900;
}

.experiences-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 38px;
  align-items: center;
}

.experiences {
  position: relative;
}

.experiences::before {
  content: "N\A W        E\A S";
  white-space: pre;
  position: absolute;
  left: 6px;
  bottom: 30px;
  width: 95px;
  height: 95px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(0, 107, 154, .12);
  border-radius: 50%;
  color: rgba(0, 107, 154, .18);
  font-size: 14px;
  line-height: 1.15;
}

.section-copy h2 {
  max-width: 330px;
}

.section-copy h2::first-line {
  color: var(--azul-profundo);
}

.section-copy h2 {
  color: #8b630e;
}

.section-copy p {
  margin: 20px 0 0;
  color: rgba(7, 24, 46, .68);
  font-size: 17px;
  line-height: 1.68;
}

.gallery {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr;
  grid-template-rows: 155px 155px;
  gap: 10px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 9px 20px rgba(0, 31, 58, .14);
}

.gallery-main {
  grid-row: 1 / span 2;
}

.product {
  position: relative;
  min-height: 305px;
  display: flex;
  align-items: stretch;
  color: var(--branco);
  overflow: hidden;
}

.product+.product {
  margin-top: 0;
}

.product-quad {
  min-height: 327px;
  height: 327px;
}

.product-bg {
  background-position: center;
}

.product-quad .product-bg {
  background-color: #041b2c;
  background-image:
    linear-gradient(90deg, rgba(0, 70, 95, .02) 0%, rgba(0, 80, 120, .12) 46%, rgba(0, 88, 132, .86) 64%, rgba(0, 31, 58, .98) 100%),
    url("../img/quadriciclo3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position: center center, left center; */
}

.product-boat .product-bg {
  background-image:
    linear-gradient(90deg, rgba(0, 70, 95, .02) 0%, rgba(0, 80, 120, .12) 46%, rgba(0, 88, 132, .86) 64%, rgba(0, 31, 58, .98) 100%),
    url("../img/lancha2.jpg");
}

.product-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.product-panel {
  width: min(610px, 52vw);
  padding: 28px 0 28px 46px;
}

.product-panel h2 {
  color: var(--branco);
  font-size: clamp(30px, 3vw, 42px);
  line-height: .98;
}

.product-panel p {
  margin: 15px 0 22px;
  color: rgba(255, 255, 255, .88);
  font-size: 17px;
  line-height: 1.62;
}

.product-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.product-benefits li {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .94);
  font-size: 11px;
  font-weight: 900;
}

.product-benefits img {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.product-quad .product-benefits img {
  filter: saturate(1.4) brightness(1.08);
}

.product-boat .product-benefits img {
  filter: hue-rotate(95deg) saturate(1.35) brightness(1.08);
}

.differentials {
  background: var(--branco);
  text-align: center;
}

.diff-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--borda);
  border-bottom: 1px solid var(--borda);
}

.diff-grid div {
  min-height: 165px;
  padding: 20px 22px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 13px;
  border-right: 1px solid var(--borda);
}

.diff-grid div:last-child {
  border-right: 0;
}

.diff-grid img {
  width: 44px;
  height: 44px;
}

.diff-grid h3 {
  margin: 4px 0 0;
  color: var(--azul-profundo);
  font-size: 15px;
  line-height: 1.28;
}

.diff-grid p {
  margin: 0;
  color: rgba(7, 24, 46, .62);
  font-size: 13px;
  line-height: 1.52;
}

.testimonials {
  background: linear-gradient(180deg, var(--branco), #f8fbfc);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.testimonial-shell {
  position: relative;
  margin-top: 16px;
  padding: 22px 58px;
  border: 1px solid var(--borda);
  border-radius: 16px;
  background: var(--branco);
}

.testimonial-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.testimonial-card {
  min-width: 0;
  padding: 0 20px;
  border-right: 1px solid rgba(0, 31, 58, .1);
}

.testimonial-card:last-child {
  border-right: 0;
}

.avatar {
  width: 82px;
  height: 82px;
  margin: 0 auto 10px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #f4f8f8;
}

.stars {
  color: var(--dourado);
  letter-spacing: .05em;
  font-size: 18px;
}

.testimonial-card p {
  margin: 10px 0 12px;
  color: rgba(7, 24, 46, .68);
  font-size: 14px;
  line-height: 1.65;
}

.testimonial-card h3 {
  margin: 0 0 4px;
  color: var(--azul-profundo);
  font-size: 16px;
}

.testimonial-card span {
  color: var(--azul-mar);
  font-size: 12px;
  font-weight: 900;
}

.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--borda);
  background: var(--branco);
  color: var(--azul-profundo);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.testimonial-arrow.prev {
  left: 16px;
}

.testimonial-arrow.next {
  right: 16px;
}

.faq {
  background: var(--branco);
  padding-top: 16px;
  padding-bottom: 26px;
}

.faq h2 {
  text-align: center;
}

.faq-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
}

.faq-item {
  border: 1px solid var(--borda);
  border-radius: 0;
  background: var(--branco);
}

.faq-item button {
  width: 100%;
  min-height: 34px;
  padding: 8px 16px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--azul-profundo);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-item button img {
  width: 17px;
  height: 17px;
  transition: transform .2s ease;
}

.faq-item.is-open button img {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 18px 17px;
}

.faq-answer p {
  margin: 0;
  color: rgba(7, 24, 46, .66);
  font-size: 14px;
  line-height: 1.55;
}

.final-cta {
  position: relative;
  min-height: 170px;
  display: grid;
  place-items: center;
  color: var(--branco);
  text-align: center;
  overflow: hidden;
}

.final-bg {
  background-image:
    linear-gradient(90deg, rgba(0, 31, 58, .94), rgba(0, 107, 154, .55), rgba(0, 31, 58, .72)),
    url("../img/cta-final.jpg");
  background-position: center 58%;
}

.final-content h2 {
  width: min(820px, 100%);
  margin: 0 auto;
  color: var(--branco);
}

.final-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer {
  padding: 22px 0;
  color: var(--branco);
  background: var(--azul-profundo);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr .85fr 1.4fr;
  gap: 28px;
  align-items: center;
}

.footer-brand {
  width: 160px;
  height: 68px;
}

.footer-grid strong {
  display: block;
  margin-bottom: 7px;
  color: var(--dourado);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.footer-grid a,
.footer-grid span {
  color: rgba(255, 255, 255, .84);
  font-weight: 800;
  line-height: 1.45;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 45;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--verde-cta);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
}

.floating-whatsapp img {
  width: 29px;
  height: 29px;
}

@media (max-width: 1024px) {
  .site-header {
    grid-template-columns: 170px 1fr;
    height: 82px;
  }

  .header-cta {
    display: none;
  }

  .main-nav {
    justify-content: flex-end;
    gap: 14px;
    font-size: 12px;
  }

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

  .hero-benefits div:nth-child(2) {
    border-right: 0;
  }

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

  .product-panel {
    width: min(600px, 58vw);
  }

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

  .diff-grid div:nth-child(3) {
    border-right: 0;
  }

  .diff-grid div:nth-child(n+4) {
    border-top: 1px solid var(--borda);
  }
}

@media (max-width: 767px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .section {
    padding: 62px 0;
  }

  .site-header {
    height: 74px;
    grid-template-columns: 1fr auto;
    padding: 0 16px;
  }

  .brand {
    width: 142px;
    height: 62px;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 8px;
    background: rgba(0, 31, 58, .28);
    display: grid;
    place-content: center;
    gap: 5px;
  }

  .nav-toggle span {
    width: 22px;
    height: 2px;
    background: var(--branco);
  }

  .main-nav {
    position: fixed;
    inset: 74px 0 auto;
    padding: 22px 20px 28px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: rgba(0, 31, 58, .98);
    box-shadow: 0 24px 50px rgba(0, 0, 0, .22);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 13px 4px;
    font-size: 15px;
  }

  .hero {
    min-height: 740px;
    padding-top: 112px;
  }

  .hero-bg {
    background-image:
      linear-gradient(90deg, rgba(0, 20, 38, .96), rgba(0, 31, 58, .64)),
      url("../img/hero.jpg");
  }

  .hero-content {
    margin: 0 auto;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.05;
  }

  .hero h1 span {
    display: block;
    white-space: normal;
  }

  .hero-content p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.56;
  }

  .hero-benefits {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 48px;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .22);
  }

  .hero-benefits div {
    min-height: 78px;
    padding: 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .hero-benefits span {
    font-size: 12px;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 210px 160px 160px;
  }

  .gallery-main {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .product {
    min-height: 620px;
    align-items: end;
    padding: 42px 0;
  }

  .product-quad {
    min-height: 640px;
    height: auto;
  }

  .product-quad .product-bg {
    background-image:
      linear-gradient(180deg, rgba(4, 27, 44, .55) 0%, rgba(4, 27, 44, .78) 45%, rgba(4, 27, 44, .96) 100%),
      url("../img/quadriciclo3.jpg");
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%, cover;
    background-position: center center, 18% center;
  }

  .product-boat .product-bg {
    background-image:
      linear-gradient(180deg, rgba(0, 31, 58, .08), rgba(0, 31, 58, .88) 54%, rgba(0, 31, 58, .96)),
      var(--mobile-bg);
  }

  .product-boat {
    --mobile-bg: url("../img/lancha.jpg");
  }

  .product-panel {
    width: 100%;
    padding: 0;
  }

  .product-benefits {
    grid-template-columns: 1fr;
  }

  .diff-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .diff-grid div,
  .diff-grid div:nth-child(3) {
    border-right: 0;
    border-top: 1px solid var(--borda);
  }

  .diff-grid div:first-child {
    border-top: 0;
  }

  .testimonial-shell {
    padding: 30px 50px;
  }

  .testimonial-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .testimonial-card {
    min-width: 100%;
    scroll-snap-align: start;
    border-right: 0;
    padding: 0 8px;
  }

  .testimonial-arrow.prev {
    left: 8px;
  }

  .testimonial-arrow.next {
    right: 8px;
  }

  .final-cta {
    min-height: 360px;
  }

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

  .footer-grid {
    text-align: left;
  }
}
