* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* VARIÁVEIS */
:root {
  --dark: #0f1a26;
  --gold: #c9a961;
  --dark: #1a2332;
  --gold: #c9a961;
  --accent-blue: #2a5a7a;
  --white: #ffffff;
  --gray: #333;
}

/* GLOBAL */
body {
  font-family: 'Montserrat', sans-serif;
  background: #ffffff;
  color: var(--gray);
  overflow-x: hidden;
}

/* HERO */
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(15, 26, 38, 0.603),
    rgba(15, 26, 38, 0.63)
  );
}

.hero-logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 130px;
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;  
  align-items: center !important;
    text-align: center !important; /* ← isso centraliza tudo no meio */
}

.hero-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 90px;
  color: rgb(243, 222, 168);
}
.hero-content p{
  font-family:   sans-serif;
}
.hero-subb{
  font-family: 'Cormorant Garamond';
  font-size: 35px;
  color: rgb(243, 222, 168);
}
.hero-location{
  padding: 5px;
  color: rgb(243, 222, 168);
}

.hero-sub {
  margin: 2rem 0;
  font-size: 20px;
  color: var(--white);
}
.hero-footer {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}


.hero-footer p {
  font-size: 12px;
  opacity: 0.85;
  margin: 0;
}



/* INFO SECTION */
.info {
  background: var(--white);
  padding: 4rem;
  padding-left: 10px;
}

.info-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  align-items: center;
}

/* TEXTO */
.info-text {
  flex: 1;
}

.info-text h2 {
  font-size: 46px;
  margin-bottom: 1rem;
}

.subtitle {
  font-size: 16px;
  margin-bottom: 2rem;
}

.info-text p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 1.8rem;
}

blockquote {
  margin: 3rem 50px;
  padding-left: 1rem;
  border-left: 6px solid #927658;
  font-weight: 600;
}

blockquote:hover{
  transform: translateY(-8px) scale(1.05);
  transition: all 0.3s ease;
  
}

/* IMAGEM */
.info-image {
  flex: 1.2;
  position: relative;
   z-index: 1;
}
.info-image::before {
  content: "";
  position: absolute;
  top: -40px;      /* sobe o fundo */
  right: -40px;    /* desloca para a direita */
  width: 100%;
  height: 100%;
  background: #d6c7b7; /* cor bege */
  z-index: -1;
}

.info-image img {
  height: 450px; 
  width: 100%;
  display: block;
}

.image-text {
  position: absolute;
  bottom: 4rem;
  left: 1rem;
  color: rgb(255, 255, 255);
}


.image-text strong {
  font-size: 13px;
  letter-spacing: 1px;
}

.image-text p {
  font-size: 12px;
  margin-top: 0.5rem;
}


.area-section {
  background: #fff;
  padding: 8rem 0;
}

.area-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 520px;
}

/* BLOCO VERDE */
.area-left {
  position: absolute;
  top: -30px;
  left: 0;
  width: 55%;
  height: 260px;
  background: #5fa89e;
  display: flex;
  align-items: center;
  padding-left: 4rem;
}

.area-left h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

/* IMAGEM */
.area-image {
  position: absolute;
  top: 140px;
  left: 4rem;
  width: 55%;
  z-index: 2;
}

.area-image img {
  width: 100%;
  display: block;
}

/* BLOCO BEGE */
.area-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 280px;
  background: #b8a38bd0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.area-right p {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}
.sales-flow {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  padding: 120px 8%;
  background: #fff;
}

/* ===== ESQUERDA ===== */
.sales-text h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sales-text .subtitle {
  font-size: 16px;
  margin-bottom: 40px;
}

.sales-text blockquote {
  border-left: 8px solid #888;
  padding-left: 20px;
  font-size: 14px;
  color: #444;
}

.sales-text blockquote:hover{
  transform: translateY(-8px) scale(1.05);
  transition: all 0.3s ease;
}

/* ===== DIREITA ===== */
.sales-cards {
  position: relative;
  display: flex;
  align-items: flex-start;
}

/* Barra vertical */
.vertical-line {
  width: 12px;
  height: 100%;
  background: #3a5661;
  margin-right: 30px;
}

/* Cards */
.cards {
  display: flex;
  flex-direction: column;
}

.card {
  padding: 30px;
  color: #fff;
}

.card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

/* Cores */
.card.dark {
  background: #28505f;
}

.card.dark:hover{
  transform: translateY(-2.6px) scale(1.05);
  transition: all 0.3s ease;
  
}
.card.green {
  background: #549b8e;
}

.card.green:hover{
  transform: translateY(-2.6px) scale(1.05);
  transition: all 0.3s ease;
  
}

.card.beige {
  background: #ceb8a1;
  color: #ffffff;
}

.card.beige:hover{
  transform: translateY(-2.6px) scale(1.05);
  transition: all 0.3s ease;
  
}

.card.sand {
  background: #d3c285;
  color: #ffffff;
}

.card.sand:hover{
  transform: translateY(-2.6px) scale(1.05);
  transition: all 0.3s ease;
  
}

.simple-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 105vh;
}

/* ESQUERDA */
.simple-left {
  background: #7d9a95;
  color: #fff;
  padding: 40px;
  
}

.simple-left h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.simple-left p{
  margin-left: 10px;
}

.simple-left blockquote {
  font-size: 17px;
  margin: 150px 130px;
  padding-left: 15px;
  border-left: 8px solid #1c564e;
}

.simple-left blockquote:hover{
  transform: translateY(-8px) scale(1.05);
  transition: all 0.3s ease;
  
}

/* DIREITA */
.simple-right {
  padding: 80px;
  position: relative;
}
.simple-left {
  background: #549288;
  color: #fff;
  padding: 60px;
  display: flex;
  flex-direction: column;
}

.simple-left-footer {
  margin-top: auto;   /* empurra para o fundo */
}

.simple-left-footer h3 {
  font-size: 30px;
  margin: 0 0 10px;
}

.simple-left-footer p {
  margin-left: 20px;
  font-size: 15px;
  opacity: 0.9;
  
}


.main-image {
  width: 87%;
  margin-left: -180px;
}

.captions {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  
}
.infra {
  width: 100%;
  margin: 0 auto;
  padding: 100px 200px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  background:
      linear-gradient(#d2f0e9 1px, transparent 1px),
    linear-gradient(90deg, #e9f3f1 1px, transparent 1px);
  background-size: 60px 60px;
}

/* ITEM */
.infra-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0px;
}

/* INVERTE */
.infra-item.reverse {
  direction: rtl;
}

.infra-item.reverse > * {
  direction: ltr;
}

/* IMAGEM */
.infra-image {
  border-radius: 2%;
  position: relative;
  width: 500px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.infra-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* NÚMERO */
.infra-number {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: clamp(48px, 6vw, 96px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.infra-nf{
  position: absolute;
  bottom: 12px;
  left: 15px;
  font-size: clamp(12px, 1vw, 20px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

/* TEXTO */
.infra-text {
  border-radius: 2%;
  background: #234855;
  color: #fff;
  padding: 48px;
  max-width: 480px;
}
.infra-text:hover{
  transform: translateY(-8px) scale(1.05);
  transition: all 0.3s ease;
  
}

.infra-text h3 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.infra-text p {
  font-size: 15px;
  line-height: 1.7;
}

.blockinfra {
  margin-top: 20px;
  font-size: 27px;
  font-weight: 600;
  color: #000000;
  border-left: 8px solid #1c564e;
}

/* ==============================
   CONTAINER PRINCIPAL
================================ */
.container-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) 220px minmax(200px, 1fr);
  gap: 40px 60px;
  padding: 20px 40px;
  overflow: hidden;
}

/* Fundo metade inferior */
.container-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52%;
  background: #cabbacfd;
  z-index: -1;
}

/* ==============================
   TÍTULO
================================ */
.tiltle-why {
  grid-column: 1 / -1;
  max-width: 900px;
}

.tiltle-why h1 {
  margin-top: 20px;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 12px;
}

.tiltle-why p {
  margin-left: 20px;
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

/* ==============================
   TEXTOS / LEGENDAS
================================ */
.text {
  position: relative;
  max-width: 320px;
}

.text h3 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 6px;
  color: black
}

.text p {
  font-size: 14px;
  line-height: 1.5;
}

/* Lado esquerdo */
.left {
  text-align: right;
  justify-self: end;
  
}

/* Lado direito */
.right {
  text-align: left;
  justify-self: start;
  
}

/* Posições no grid */
.text.left.top {
  grid-column: 1;
  grid-row: 2;
  transform: translateY(20px);
}

.text.left.bottom {
  color : rgb(0, 0, 0);
  transform: translateY(80px);
  grid-column: 1;
  grid-row: 3;
}

.text.right.top {
  transform: translateY(-260px);
  grid-column: 3;
  grid-row: 4;
}

.text.right.bottom {
  color : rgb(0, 0, 0);
  transform: translateY(-160px);
  grid-column: 3;
  grid-row: 5;
}

/* ==============================
   SETAS (PURO CSS)
================================ */

/* Esquerda → direita */
.left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 22px;
  height: 2px;
  background: #222;
}

.left::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -38px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #000000;
}

/* Direita → esquerda */
.right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 22px;
  height: 2px;
  background: #000000;
}

.right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right-color: #000000;
}

/* ==============================
   DIAMONDS
================================ */
.diamonds {
  grid-column: 2;
  grid-row: 2 / 5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Diamond base */
.diamond {
  position: relative;
  width: 190px;
  height: 190px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* Overlay elegante */
.diamond::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.15),
    rgba(0,0,0,0.45)
  );
}

/* Imagem */
.diamond img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Sobreposição vertical */
.diamond:not(:first-child) {
  margin-top: -60px;
}

/* Hover premium */
.diamond {
  transition: transform 0.4s ease;
}

.diamond:hover {
  transform: scale(1.05);
}

.buttons {
  margin-top: 40px;
  display: flex;
  gap: 24px;
   justify-content: center;
}

.btn {
  display: inline-block;
  padding: 16px 48px;
  border-radius: 999px; /* deixa bem arredondado */
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Botão escuro */
.btn-dark {
  background: #2f4f55;
}

/* Botão claro */
.btn-light {
  background: #72beaa;
}

/* Hover */
.btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

/* =====================
   RESPONSIVO — TABLET (1024px)
===================== */
@media (max-width: 1024px) {
  .infra { padding: 80px 60px; }
  .infra-image { width: 100%; }
  .infra-text { max-width: 100%; }

  .sales-flow { padding: 80px 5%; gap: 40px; }
  .sales-text h2 { font-size: 36px; }

  .simple-right { padding: 48px 40px; }
  .simple-left { padding: 48px 40px; }
  .simple-left blockquote { margin: 60px 40px; }
  .main-image { width: 100%; margin-left: 0; }

  .area-container { height: auto; min-height: 520px; }

  .container-footer {
    grid-template-columns: minmax(160px, 1fr) 180px minmax(160px, 1fr);
    gap: 24px 32px;
    padding: 20px 24px;
  }

  .hero-content h1 { font-size: 68px; }
  .hero-subb { font-size: 28px; }
}

/* =====================
   RESPONSIVO — TABLET / MOBILE
===================== */
@media (max-width: 768px) {
  html, body { overflow-x: hidden; }
  img, video { max-width: 100%; height: auto; display: block; }

  /* HERO */
  .hero { height: 90vh; }
  .hero-logo { width: 80px; top: 1rem; left: 1rem; }
  .hero-content { padding: 1.5rem; }
  .hero-content h1 { font-size: 46px; line-height: 1.1; }
  .hero-subb { font-size: 22px; }
  .hero-sub { font-size: 14px; margin: 1rem 0; }
  .hero h2 { font-size: 18px !important; }
  .hero-footer {
    position: absolute;
    top: 87%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  /* INFO */
  .info { padding: 2.5rem 1.2rem; }
  .info-container { flex-direction: column; gap: 2rem; width: auto; }
  .info-image img { height: 300px; }
  .info-image::before { top: -20px; right: -20px; }
  .image-text strong { font-size: 11px; }
  .image-text p { font-size: 10px; }
  blockquote { margin: 1.5rem 0; }

  /* AREA */
  .area-container { height: auto; display: flex; flex-direction: column; gap: 0; }
  .area-left, .area-image, .area-right {
    position: static !important;
    width: 100%;
    height: auto;
    padding: 24px;
    text-align: center;
  }
  .area-left h2 { font-size: 28px; }

  /* SALES */
  .sales-flow { grid-template-columns: 1fr; padding: 60px 1.2rem; gap: 40px; }
  .vertical-line { display: none; }
  .sales-text h2 { font-size: 32px; }

  /* SIMPLE */
  .simple-section { grid-template-columns: 1fr; min-height: auto; }
  .simple-left { padding: 40px 1.2rem; }
  .simple-right { padding: 40px 1.2rem; }
  .simple-left h2 { font-size: 28px; }
  .simple-left blockquote { font-size: 15px; margin: 40px 0; }
  .simple-left-footer h3 { font-size: 22px; }
  .main-image { width: 100%; margin: 0; }

  /* INFRA */
  .infra { padding: 60px 1.2rem; }
  .infra-item { grid-template-columns: 1fr; gap: 0; }
  .infra-item.reverse { direction: ltr; }
  .infra-image { width: 100%; }
  .infra-text { max-width: 100%; padding: 28px; }
  .blockinfra { font-size: 20px; }

  /* CONTAINER FOOTER — layout empilhado no mobile */
  .container-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 1.2rem 60px;
    gap: 0;
  }
  .container-footer::before { height: 40%; }
  .tiltle-why { text-align: center; max-width: 100%; margin-bottom: 28px; }
  .tiltle-why h1 { font-size: 22px; margin-top: 0; }
  .tiltle-why p { margin-left: 0; font-size: 14px; }

  /* Diamonds centralizados */
  .diamonds {
    grid-column: unset;
    grid-row: unset;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
  }
  .diamond { width: 130px; height: 130px; margin-top: 0 !important; }

  /* Textos — lista simples */
  .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: left;
    transform: none !important;
    grid-column: unset !important;
    grid-row: unset !important;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  .text:last-child { border-bottom: none; }
  .text h3 { font-size: 17px; font-weight: 700; }
  .text p { font-size: 14px; }
  .left, .right { text-align: left; justify-self: unset; }
  /* Esconde setas — não funcionam no layout empilhado */
  .left::before, .left::after,
  .right::before, .right::after { display: none !important; }

  /* BOTÕES */
  .buttons { flex-direction: column; gap: 16px; align-items: center; }
  .btn { width: 90%; max-width: 320px; padding: 14px; text-align: center; }
}

/* =====================
   RESPONSIVO — CELULAR PEQUENO
===================== */
@media (max-width: 480px) {
  .hero-content h1 { font-size: 34px; }
  .hero-subb { font-size: 16px; }
  .hero-sub { font-size: 13px; }
  .info-text h2 { font-size: 30px; }
  .sales-text h2 { font-size: 26px; }
  .tiltle-why h1 { font-size: 18px; }
  .infra { padding: 40px 1rem; }
  .infra-text { padding: 20px; }
  .blockinfra { font-size: 16px; }
}