/* ===================== BASE ===================== */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
}

html, body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}

p:last-child {
  margin-bottom: 0px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.box {
  --content-width: 1480px;
  width: var(--content-width);
  max-width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1366px) and (min-width: 767px) {
  .box {
    --content-width: 90vw !important;
  }
}

@media screen and (max-width: 767px) {
  .box {
    --content-width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ===================== HERO ===================== */
.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url('img/hero-bg.jpg') center center / cover no-repeat;
  display: flex;
  align-items: center;
  padding-top: 88px;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.18) 50%, rgba(0,0,0,0) 100%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero__content {
  max-width: 1000px;
}

.hero__title {
  font-size: clamp(36px, 4.5vw, 72px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 24px;
}

.hero__subtitle {
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 20px;
}

.hero__text {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
  margin: 0 0 40px;
  max-width: 680px;
}

.hero__buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 4px;
  transition: all 0.25s;
  cursor: pointer;
  border: 2px solid transparent;
}

.btn--white-outline {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}

.btn--white-outline:hover {
  background: #ffffff;
  color: #000000;
}

.btn--white {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}

.btn--white:hover {
  background: transparent;
  color: #ffffff;
}

.btn--black {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

.btn--black:hover {
  background: transparent;
  color: #000000;
}

.btn--black-outline {
  color: #000000;
  border-color: #000000;
  background: transparent;
}

.btn--black-outline:hover {
  background: #000000;
  color: #ffffff;
}


@media screen and (max-width: 1024px) {
  .hero__content { max-width: 720px; }
  .hero__text { font-size: 16px; }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 100svh;
    padding-top: 72px;
    background-position: 70% center;
  }
  .hero__inner { padding-top: 60px; padding-bottom: 60px; }
  .hero__content { max-width: 100%; }
  .hero__text { font-size: 15px; max-width: 100%; }
  .btn { font-size: 16px; padding: 12px 28px; }
  .hero__buttons { flex-direction: column; gap: 12px; align-items: flex-start; }
  .hero__buttons .btn { width: auto; }
  .hero__btn-saiba { display: none; }
}

/* ===================== STATS ===================== */
.stats {
  position: relative;
  z-index: 2;
  margin-top: -60px;
  padding: 0 0 0 0;
  display: flex;
  justify-content: center;
}

.stats__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  background: #000000;
  width: 978px;
  max-width: 90vw;
  padding: 48px 60px;
}

.stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.stats__number {
  font-size: clamp(48px, 5vw, 89px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.stats__label {
  font-size: clamp(16px, 1.5vw, 26px);
  font-weight: 400;
  color: #ffffff;
}

.stats__divider {
  width: 1px;
  height: 80px;
  background: rgba(255,255,255,0.3);
}

@media screen and (max-width: 900px) {
  .stats__inner { gap: 40px; padding: 40px 40px; }
}

@media screen and (max-width: 767px) {
  .stats { margin-top: -40px; }
  .stats__inner {
    gap: 24px;
    padding: 32px 24px;
    max-width: calc(100% - 40px);
  }
  .stats__divider { height: 50px; }
}

@media screen and (max-width: 480px) {
  .stats__inner { flex-direction: column; gap: 24px; }
  .stats__divider { width: 60px; height: 1px; }
}

/* ===================== ONDE ESTAMOS ===================== */
.onde-estamos {
  background: #ffffff;
  padding: 100px 0;
}

.onde-estamos__inner {
  display: flex;
  align-items: center;
  gap: 80px;
}

.onde-estamos__text {
  flex: 0 0 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.onde-estamos__title {
  font-size: clamp(40px, 4.5vw, 72px);
  font-weight: 700;
  color: #000000;
  line-height: 1.05;
  margin: 0;
}

.onde-estamos__desc {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
  margin: 0;
}

.onde-estamos__map {
  flex: 1;
  position: relative;
}

.onde-estamos__map img {
  width: 100%;
  height: auto;
}

.onde-estamos__pin {
  position: absolute;
  bottom: 38%;
  left: 42%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.pin-dot {
  display: block;
  width: 14px;
  height: 14px;
  background: #000000;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px #000000;
}

.pin-label {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #000000;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .onde-estamos__text { flex: 0 0 360px; }
  .onde-estamos__inner { gap: 48px; }
}

@media screen and (max-width: 900px) {
  .onde-estamos__text { flex: 0 0 300px; }
  .onde-estamos__inner { gap: 32px; }
  .onde-estamos__desc { font-size: 16px; }
}

/* ===================== MAPA INTERATIVO ===================== */
.mapa-interativo {
  position: relative;
  display: inline-block;
  width: 100%;
}

.mapa-interativo__img {
  width: 100%;
  height: auto;
  display: block;
}

.mapa-pin {
  position: absolute;
  transform: translate(-50%, -100%);
  cursor: pointer;
  z-index: 10;
}

.mapa-pin__icon {
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
  animation: pinPulse 1.8s ease-in-out infinite;
  transform-origin: bottom center;
}

@keyframes pinPulse {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.2); }
}

.mapa-pin:hover .mapa-pin__icon {
  animation: none;
  transform: scale(1.25);
}

.mapa-pin__tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  background: #111111;
  border-radius: 8px;
  padding: 0;
  min-width: 220px;
  z-index: 20;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

.mapa-pin__tooltip--left {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}

.mapa-pin__tooltip--right {
  bottom: auto;
  top: 50%;
  left: calc(100% + 12px);
  transform: translateY(-50%);
}

.mapa-pin:hover .mapa-pin__tooltip {
  display: block;
}


.mapa-pin__tooltip-title {
  display: none;
}

.mapa-pin__tooltip ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mapa-pin__tooltip li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  gap: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.mapa-pin__tooltip li span {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.9);
}

.mapa-pin__city {
  justify-content: center !important;
  background: rgba(255,255,255,0.12) !important;
  border-bottom: none !important;
  padding: 8px 16px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mapa-pin__tooltip li strong {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
}

.onde-estamos__btn--mobile { display: none; }

@media screen and (max-width: 767px) {
  .onde-estamos { padding: 60px 0; }
  .onde-estamos__inner { flex-direction: column; gap: 24px; }
  .onde-estamos__text { flex: none; width: 100%; }
  .onde-estamos__map { width: 100%; display: flex; flex-direction: column; gap: 20px; }
  .onde-estamos__btn--desktop { display: none; }
  .onde-estamos__btn--mobile { display: inline-block; align-self: flex-start; }
}

/* ===================== VITRINE ===================== */
.vitrine {
  padding: 100px 0;
  background: #ffffff;
}

.vitrine__title {
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 700;
  color: #000000;
  margin: 0 0 40px;
}

.vitrine-card {
  margin-bottom: 32px;
}

.vitrine-card__img {
  position: relative;
  height: 720px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
}

.vitrine-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.85;
}

.vitrine-card__name-overlay {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.vitrine-card__panel {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  background: #ffffff;
  border-radius: 12px;
  padding: 48px 28px 42px;
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}

.vitrine-card__panel-name {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}

.vitrine-card__details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.vitrine-card__details li {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 8px;
}

.vitrine-card__instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #000000;
  padding: 12px 14px;
  border-radius: 6px;
  transition: opacity 0.2s;
}

.vitrine-card__instagram:hover {
  opacity: 0.75;
}

.vitrine-card__footer {
  display: flex;
  align-items: center;
  padding: 14px 0;
  gap: 8px;
  overflow: hidden;
}

.vitrine-card__arrow {
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.vitrine-card__arrow:hover {
  background: #f0f0f0;
}

.vitrine-card__galeria {
  margin-left: auto;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media screen and (max-width: 1200px) {
  .vitrine-card__panel { width: 240px; padding: 32px 20px 28px; gap: 20px; }
}

@media screen and (max-width: 900px) {
  .vitrine-card__img { height: 520px; }
  .vitrine-card__panel { width: 200px; right: 16px; padding: 24px 16px 20px; gap: 14px; }
  .vitrine-card__panel-name { font-size: 15px; }
  .vitrine-card__details li { font-size: 13px; }
}

@media screen and (max-width: 767px) {
  .vitrine { padding: 60px 0; }
  .vitrine-card__img { height: 420px; }
  .vitrine-card__panel {
    width: 160px;
    right: 12px;
    padding: 16px 12px;
    gap: 10px;
  }
  .vitrine-card__panel-name { font-size: 13px; }
  .vitrine-card__details li { font-size: 12px; }
  .vitrine-card__instagram { font-size: 11px; padding: 8px; }
  .vitrine-card__name-overlay { bottom: 16px; left: 16px; font-size: 28px; }
}

.vitrine-card__mobile-info {
  display: none;
}

@media screen and (max-width: 480px) {
  .vitrine-card__img { height: 300px; }
  .vitrine-card__panel { display: none; }
  .vitrine-card__mobile-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 0 4px;
  }
  .vitrine-card__mobile-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .vitrine-card__mobile-tags span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    background: #000000;
    padding: 6px 12px;
    border-radius: 20px;
  }
}

/* ===================== SOBRE ===================== */
.sobre {
  background: #ffffff;
  padding: 100px 0;
  overflow: hidden;
}

.sobre__inner {
  display: flex;
  align-items: center;
  gap: 160px;
}

.sobre__text {
  flex: 0 0 580px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.sobre__title {
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 700;
  color: #000000;
  line-height: 1.15;
  margin: 0;
}

.sobre__label {
  font-size: 18px;
  font-weight: 400;
  color: #555555;
}

.sobre__desc {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1.7;
  margin: 0;
}

.sobre__visual {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 500px;
}

.sobre__visual-bg {
  width: 709px;
  max-width: 100%;
  height: 496px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.sobre__visual-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sobre__worker {
  position: absolute;
  bottom: 0;
  left: -80px;
  height: 110%;
  width: auto;
  object-fit: contain;
}

.sobre__btn {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 1366px) {
  .sobre__inner { gap: 80px; }
  .sobre__text { flex: 0 0 500px; }
}

@media screen and (max-width: 1200px) {
  .sobre__inner { gap: 48px; }
  .sobre__text { flex: 0 0 440px; }
  .sobre__worker { left: -40px; height: 105%; }
  .sobre__visual-bg { width: 560px; height: 400px; }
}

@media screen and (max-width: 1024px) {
  .sobre__text { flex: 0 0 380px; }
  .sobre__inner { gap: 32px; }
  .sobre__worker { left: -20px; height: 100%; }
  .sobre__visual-bg { width: 460px; height: 340px; }
}

@media screen and (max-width: 900px) {
  .sobre__inner { flex-direction: column; gap: 40px; }
  .sobre__text { flex: none; width: 100%; }
  .sobre__visual {
    width: 100%;
    min-height: 380px;
    justify-content: flex-end;
  }
  .sobre__visual-bg { width: 65%; height: 320px; }
  .sobre__worker { left: 0; height: 115%; }
}

@media screen and (max-width: 767px) {
  .sobre { padding: 60px 0; }
  .sobre__visual { min-height: 300px; }
  .sobre__visual-bg { width: 70%; height: 260px; }
  .sobre__desc { font-size: 16px; }
}

@media screen and (max-width: 480px) {
  .sobre__visual-bg { width: 75%; height: 220px; }
  .sobre__worker { height: 110%; }
}

/* ===================== FOOTER ===================== */
.footer {
  background: #000000;
  padding: 60px 0 40px;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

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

.footer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__logo-wrap {
  display: flex;
}

.footer__logo {
  height: 88px;
  width: auto;
}

.footer__brand-name {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.footer__contacts {
  display: flex;
  align-items: center;
  gap: 48px;
}

.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.2s;
  cursor: pointer;
}

.footer__contact-item:hover {
  opacity: 0.7;
}

.footer__contact-label {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}

.footer__divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.2);
}

.footer__text {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin: 0;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer__bottom span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
}

.footer__balzani {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer__balzani a {
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.footer__balzani a:hover {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .footer__contacts { gap: 24px; }
}

@media screen and (max-width: 767px) {
  .footer__top { flex-direction: column; align-items: flex-start; }
  .footer__contacts { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .footer__balzani svg { width: 70px; height: auto; }
}

/* ===================== CAROUSEL ===================== */
.vitrine-card__img.carousel {
  background-image: none !important;
}

.carousel__slides {
  position: absolute;
  inset: 0;
}

.carousel__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.carousel__slide.active {
  opacity: 1;
}

.carousel__dots {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  overflow: hidden;
  min-width: 0;
}

.carousel__dot {
  width: 24px;
  min-width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #cccccc;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 1;
  transition: background 0.2s;
}

.carousel__dot.active {
  background: #000000;
  width: 36px;
  min-width: 36px;
}

/* ===================== HEADER ===================== */
.header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__instagram {
  color: #000000;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}

.header__instagram:hover {
  opacity: 0.6;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
}

.header__logo img {
  height: 60px;
  width: auto;
}

.header__nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__nav a {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  transition: opacity 0.2s;
}

.header__nav a:hover {
  opacity: 0.6;
}

.header__cta {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  border: 2px solid #000000;
  padding: 10px 28px;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}

.header__cta:hover {
  background: #000000;
  color: #ffffff;
}

.header__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.header__hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: #000000;
  border-radius: 2px;
  transition: all 0.3s;
}

.header__mobile-menu {
  display: none;
  background: #ffffff;
  padding: 20px;
  border-top: 1px solid #eee;
}

.header__mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.header__mobile-menu a {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}

.header__mobile-menu .header__cta {
  display: inline-block;
  margin-top: 8px;
}

@media screen and (max-width: 900px) {
  .header__nav,
  .header__cta {
    display: none;
  }
  .header__hamburger {
    display: flex;
  }
  .header__mobile-menu.open {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header__inner {
    height: 72px;
  }
  .header__logo img {
    height: 64px;
  }
}
