/* Home page specific styles */
.home-hero {
  min-height: 735px;
  background: url("assets/home/img/home-hero-bg.png") center/cover no-repeat;
}

.home-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 104px;
  width: 100%;
}

.home-hero-top {
  width: 353px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home-hero-logo {
  width: 353px;
  max-width: 100%;
}

.home-hero-pill {
  width: fit-content;
  padding: 0 18px;
  height: 32px;
  line-height: 32px;
  border-radius: 35px;
  background: linear-gradient(137deg, rgba(255, 198, 9, 1) 0%, rgba(255, 230, 0, 1) 96%);
  font-family: Rustica, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-text);
}

.home-hero-bottom {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.home-hero-title {
  margin: 0;
  font-family: Rustica, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 40px;
  line-height: 42px;
  font-weight: 400;
  color: var(--color-light-text);
}

.home-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
  color: var(--color-light-text);
  font-family: Rustica, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.home-hero-link:hover {
  opacity: 0.9;
}

/* Bloco 01 */
.home-about {
  background: var(--color-text);
  padding-top: 100px;
}

.home-about-grid {
  display: grid;
  grid-template-columns: 366px 1fr;
  gap: 150px;
  align-items: start;
}

.home-kicker {
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--color-text);
  font-size: 19px;
}

.home-kicker.light {
  color: var(--color-light-text);
  font-size: 18px;
}

.home-about-title {
  margin: 23px 0 0;
  font-size: 50px;
  line-height: 56.32px;
  font-weight: 300;
  color: var(--color-yellow);
}

.home-about-title strong {
  font-weight: 500;
}

.home-about-right {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 66px;
}

.home-stat-number {
  font-size: 60px;
  line-height: 60px;
  color: var(--color-yellow);
  font-weight: 600;
}

.home-stat-label {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-muted);
}

.home-about-p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-muted);
}

.home-about-p-strong {
  font-weight: 700;
}

.home-about-band {
  position: relative;
  margin-top: 61px;
  padding-bottom: 81px;
}

.home-about-band-yellow {
  position: absolute;
  left: 0;
  right: 0;
  top: 211px;
  height: 421px;
  background: var(--color-yellow) url("assets/home/img/home-bloco01-yellow-f998e6.png") center/cover
    no-repeat;
}

.home-about-band-inner {
  position: relative;
  display: grid;
  place-items: center;
  gap: 66px;
}

.home-about-photo {
  width: min(1300px, 100%);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.home-ghost-btn {
  font-size: 18px;
}

.home-ghost-btn:hover {
  opacity: 0.95;
}

/* Bloco 02 */
.home-empreendimentos {
  padding: 100px 0;
  background: #fff;
}

.home-emp-title {
  text-align: center;
  max-width: 900px;
}

.home-section-title {
  margin: 40px 0 0;
  font-size: 50px;
  line-height: 56.32px;
  font-weight: 300;
  color: var(--color-yellow);
}
.home-section-title strong {
  font-weight: 500;
}

.home-emp-slider {
  margin-top: 50px;
}

/* Swiper (carrossel) */
.home-emp-swiper {
  width: 100%;
  padding: 0;
}

.home-emp-swiper .swiper-wrapper {
  align-items: stretch;
}

.home-card {
  /* Swiper (slidesPerView: "auto") usa a largura do slide via CSS */
  width: 427px;
  height: 647px;
  padding: 36px 33px 55px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.home-card-media {
  width: 359px;
  height: 326px;
  border-radius: 16px;
  overflow: hidden;
}
.home-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-card-brand {
  width: 180px;
  height: auto;
}

.home-card-meta {
  width: 295px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.home-card-row {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 19px;
  line-height: 22px;
  color: var(--color-text);
}

.home-card-cta {
  gap: 15px;
}

.home-emp-controls {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 22px;
}

.home-emp-controls .icon-btn i {
  font-size: 18px;
  line-height: 1;
  color: #ffc20e;
}

/* Bloco 03 */
.home-manifesto {
  position: relative;
  background: #000 url("assets/home/img/home-bloco03-bg.png") center/cover no-repeat;
  padding: 109px 24px 136px;
  display: grid;
  place-items: center;
  text-align: center;
}

.home-manifesto-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.85;
}

.home-manifesto::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.home-manifesto-title {
  margin: 0;
  font-size: 50px;
  line-height: 56.32px;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 2;
}
.home-manifesto-title strong {
  font-weight: 500;
}

/* Frame 80 (lançamento) */
.home-launch {
  background: var(--color-muted);
  padding: 90px 0;
  position: relative;
  overflow-x: clip;
}

.home-launch-grid {
  position: relative; /* referência do grafismo */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

.home-launch-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.home-launch-logo {
  width: 333px;
  max-width: 100%;
}

.home-launch-strong {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: var(--color-text);
}

.home-launch-sub {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.home-launch-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.home-launch-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
}

.home-launch-btn {
}

.home-launch-media {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  min-height: 420px;
}

.home-launch-media > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-launch-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 124px;
}

.home-launch-decor {
  position: absolute;
  right: -120px;
  top: 10px;
  width: 320px;
  opacity: 0.9;
  pointer-events: none;
}

/* CTA final */
.home-final-cta {
  background: url("assets/home/img/home-cta-bg-4ef4c3.png") center/cover no-repeat;
  height: 522px;
  padding: 181px 24px 162px;
  display: grid;
  place-items: center;
  gap: 26px;
  text-align: center;
}

.home-final-title {
  margin: 0;
  font-size: 50px;
  line-height: 56.32px;
  font-weight: 300;
  color: #fff;
}
.home-final-title strong {
  font-weight: 500;
}

/* Responsivo */
@media (max-width: 1200px) {
  .home-about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home-about-right {
    padding-top: 0;
  }

  .home-stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* O offset do primeiro slide é controlado pelo Swiper via JS */

  .home-launch-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .home-hero-title {
    font-size: 28px;
    line-height: 32px;
  }

  .home-about-title,
  .home-section-title,
  .home-manifesto-title,
  .home-final-title {
    font-size: 34px;
    line-height: 40px;
  }

  .home-card {
    flex-basis: 320px;
    height: auto;
    padding: 22px;
  }

  .home-card-media {
    width: 100%;
    height: 220px;
  }

  .home-card-meta {
    width: 100%;
  }

  .home-card-row {
    font-size: 16px;
  }

  .home-launch-decor {
    display: none; /* evita overflow em telas pequenas */
  }
}
