@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  text-shadow: none !important;
  mix-blend-mode: normal !important;

  font-family: var(--fonte-principal) !important;
}

:root {
  --cor-principal: #fdd100;
  --bg: #07080c; /* base */
  --bg2: #0b0d14;
  --fonte-principal: ClashDisplay-Regular;
  --accent: #ffd363;
  --fade: 900ms;
  /* 100% da altura da tela (com fallback) */
  --hero-h: 100dvh;
  --pad: clamp(34px, 5vw, 28px); /* margem lateral p/ setas */
  -bg: #080808;
  --text: #e8e8e8;
  --muted: #a1a1a1;
  --accent: #fbbf24;
  --accent: #ff9100; /* cor da sua marca */
  --bt-right: 24px; /* distância da borda direita */
  --bt-offset: 140px;
  --bg: #000000;
  --text: #eaeaea;
  --muted: #b7b7b7;
  --accent: #ff9100;
  --card: #0b0b0d;
  --stroke: #1a1a1d;
  --radius: 16px;
  --maxw: 1100px;
}

body {
  background: #000000 !important;
  font-family: var(--fonte-principal) !important;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

header img {
  height: 90px;
  margin-left: 10%;
}

nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-right: 10%;
  margin-left: 7%;
}

.menu-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.dropdown a {
  font-size: 22px;
  font-weight: 800;
}

.nav-link a {
  color: white;
  padding: 20px;
  font-size: 22px;
  font-weight: 800;
  font-family: var(--fonte-principal);
}
/* START CARROSSEL */

.swiper-slide2 {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;

  background-image: url(assets/imagens/bg-carrossel2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.swiper-slide2 img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.swiper2 {
  margin-left: auto;
  margin-right: auto;
}

.txt-carroussel {
  text-align: left;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 8%;
}

.txt-carroussel h1 {
  font-size: 4em;
  font-family: ClashDisplay-Medium;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-align: center;
}

.txt-carroussel h2 {
  font-size: 4em;
  font-family: ClashDisplay-Medium;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-align: center;
}

.txt-carroussel p {
  font-size: 1.8em;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
}

.txt-carroussel2 h1 {
  background: linear-gradient(175deg, #5a5a59, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6em;
  text-align: center;
}

.txt-carroussel2 p {
  text-align: center;
}

.swiper3 {
  width: 40vw;
  height: 86vh;
}

.swiper-slide3 {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide3 {
  background-image: url(assets/imagens/bg-carrossel2.webp);
}

.swiper-slide3 img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.swiper-slide4 {
  background-image: url(assets/imagens/bg-carrossel3.webp);
}

.swiper-slide4 img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

/* END CARROSSEL */

.btn-social {
  background: linear-gradient(135deg, #f7c325, #f1a10b);
  color: #1f1f1f;
  padding: 12px 24px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  width: 300px;
}

.btn-social a {
  text-decoration: none;
  color: black;
}

.btn9 {
  width: 280px; /*largura do botão*/
  height: 64px; /*altura do botão*/
  border-radius: 10px;
  background: linear-gradient(
    to right,
    #ffda2375,
    #eee3ae,
    #f9cf003a,
    #eee3ae,
    #eee3ae,
    #ffda2375
  ); /* cor da borda*/
  background-size: 250%;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 1s;
  overflow: hidden;
  margin: 0 auto;
}

.btn9::before {
  content: "Descubra seu modelo ideal"; /*texto do botão*/
  color: #ffffff; /*cor do texto do botão*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  height: 90%;
  border-radius: 8px;
  transition-duration: 1s;
  background-color: rgba(0, 0, 0, 0.842); /*bg do botão*/
  background-size: 200%;
}

.btn9:hover {
  background-position: right;
  transition-duration: 1s;
}

.btn9:hover::before {
  background-position: right;
  transition-duration: 1s;
}

.btn9:active {
  transform: scale(0.95);
}

/* START PROJECTS */
.text-s-projects h2 {
  font-size: 5em;
  font-family: ClashDisplay-Medium;
  background: linear-gradient(110deg, #ffd700, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brilho::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 3%;
  width: 400px;
  height: 350px;
  transform: translate(-50%, -50%);
  background: #ff9d00; /*cor*/
  border-radius: 100%;
  filter: blur(280px);
  pointer-events: none !important;
  z-index: 0;
}

.brilho::after {
  content: "";
  position: absolute;
  top: 0;
  left: inherit;
  right: 0;
  width: 400px;
  height: 350px;
  background: #ff9500; /*cor*/
  border-radius: 100%;
  filter: blur(180px);
  opacity: 0.2;
  pointer-events: none !important;
  z-index: 0;
}

.brilho2::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 3%;
  width: 400px;
  height: 350px;
  transform: translate(-100%, -50%);
  background: #f3f2f2; /*cor*/
  border-radius: 100%;
  filter: blur(280px);
  pointer-events: none !important;
  z-index: 1;
}

.brilho2::after {
  content: "";
  position: absolute;
  top: 0;
  left: inherit;
  right: 0;
  width: 400px;
  height: 350px;
  background: #ffffff; /*cor*/
  border-radius: 100%;
  filter: blur(180px);
  opacity: 0.2;
  pointer-events: none !important;
  z-index: 1;
}

.brilho3::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 80%;
  width: 200px;
  height: 350px;
  transform: translate(-100%, -50%);
  background: #f3f2f2; /*cor*/
  border-radius: 100%;
  filter: blur(280px);
  pointer-events: none !important;
  z-index: 1;
}

.brilho3::after {
  content: "";
  position: absolute;
  top: 0;
  left: inherit;
  right: 400px;
  width: 200px;
  height: 350px;
  background: #ffffff; /*cor*/
  border-radius: 100%;
  filter: blur(180px);
  opacity: 0.2;
  pointer-events: none !important;
  z-index: 1;
}

.brilho4::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 80%;
  width: 200px;
  height: 250px;
  transform: translate(-100%, -50%);
  background: #f1a10b; /*cor*/
  border-radius: 100%;
  filter: blur(250px);
  pointer-events: none !important;
  z-index: 1;
}

.brilho4::after {
  content: "";
  position: absolute;
  top: 0;
  left: inherit;
  right: 400px;
  width: 200px;
  height: 250px;
  background: #ffffff; /*cor*/
  border-radius: 100%;
  filter: blur(180px);
  opacity: 0.2;
  pointer-events: none !important;
  z-index: 1;
}

.box-brilho {
  display: flex;
  justify-content: flex-end;
}

.box-brilho2 {
  display: flex;
  justify-content: center;
}

.card {
  background: none !important;
  border: 1px solid rgba(255, 255, 255, 0.295) !important;
}

.box-cards {
  display: flex;
  justify-content: space-evenly;
}

.card-body {
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px !important;
}

.card-body a {
  color: #f1a10b;
  font-size: 1.2em;
}

.text-s-projects {
  margin: 30px 60px;
}
/* END PROJECTS */

/* START CTA */
.s-cta {
  background-image: url(assets/imagens/bg-cta-primeira-pagina.jpg);
  height: 720px;
  background-size: cover;
  margin-top: 15%;

  display: flex;
  align-items: center;
}

.txt-s-cta {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.txt-s-cta h2 {
  color: white;
  font-size: 7em;
  text-align: center;
  font-weight: 700;
}

.txt-s-cta p {
  color: white;
  font-size: 1.8em;
  text-align: center;
  font-weight: 700;
}

.btn-modelos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 350px;
  background-color: white;
  padding: 12px 20px;
  border-radius: 999px; /* totalmente arredondado */
  text-decoration: none;
  font-weight: 500;
  font-family: "Arial", sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.btn-modelos a {
  color: #000;
}

.btn-modelos:hover {
  background-color: #f5f5f5;
  transform: translateY(-2px);
}

.btn-modelos .arrow {
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.btn-modelos:hover .arrow {
  transform: translateX(4px);
}
/* START CTA */

/* START ETAPAS */
.etapas {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.titulo-principal {
  font-size: 5em;
  font-weight: bold;
  background: linear-gradient(90deg, #ffd700, #ddc53a, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 80px;
  line-height: 1.3;
}

.numero {
  font-size: 8em;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  color: white;
}

.etapa-titulo {
  color: #ffce27;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 5px;
}

.etapa {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0; /* começa invisível */
  transform: translateX(100px); /* começa à direita */
}

.etapa p {
  font-size: 1.4em;
  color: #ccc;
  margin: 0;
  text-align: center;
  width: 800px;
}
/* END ETAPAS */

/* START TESTEMONIALS */
.container2 {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
  margin-top: 70px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header .title {
  font-size: 35px;
  text-transform: capitalize;
  color: white;
  line-height: 1.2;
}

#testimonials {
  padding: 100px 0;
  background: var(--titulo);
  height: 800px;
}

.testimonials-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}

.swiper-slide {
  box-shadow: 0px 10px 30px 0px rgba(4, 82, 240, 0.07);
}

.testimonials-item .info {
  display: flex;
  align-items: center;
}

.testimonials-item img {
  max-width: 80px;
  border-radius: 50%;
  margin-right: 20px;
  vertical-align: middle;
}

.testimonials-item .name {
  font-size: 24px;
  text-transform: capitalize;
  color: hsl(0, 0%, 0%);
  line-height: 1.2;
}

.testimonials-item .job {
  text-transform: capitalize;
  color: hsl(0, 0%, 40%);
}

.testimonials-item p {
  margin-top: 20px;
  color: hsl(0, 0%, 0%);
}

.testimonials-item .rating {
  margin-top: 15px;
  font-size: 14px;
  color: orange;
}

.testimonials .swiper-pagination {
  position: relative;
  margin-top: 40px;
  bottom: auto;
}

.testimonials .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: white;
}

.header-depoimento {
  letter-spacing: 1px;
  margin: 60px 0;
  margin-top: -40px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-depoimento h1 {
  font-size: 2.2rem;
  background: white;
  color: var(--titulo);
  padding: 10px 20px;
  font-weight: 700;
}

.header-depoimento p {
  color: white;
}

.header-depoimento span {
  font-size: 1.3rem;
  color: white;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.titulo-principal2 {
  font-size: 5em;
  font-weight: bold;
  background: linear-gradient(90deg, #ffd700, #ddc53a, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}

#testimonials .p-principal {
  text-align: center;
  color: white;
  font-size: 2em;
}
/* END TESTEMONIALS */

/* START FOOTER */
footer {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid rgba(255, 255, 255, 0.348);
  border-bottom: 1px solid rgba(255, 255, 255, 0.348);
  padding: 40px;
  height: 590px;
  margin: 2% auto 2% auto;
}

.newsletter {
  margin-top: 6%;
}

.newsletter h4 {
  color: #f1a10b;
}

.box-footer {
  display: flex;
  margin-top: 6%;
}

.links-footer {
  width: 400px;
  z-index: 50;
}

.links-footer li a {
  color: white;
  font-size: 1.2em;
  font-family: "Poppins";
}

.links-footer h5 {
  color: #f1a10b;
  font-size: 1.8em;
}

.txt-footer {
  margin-top: 6%;
}

.link-espacamento {
  margin-left: 15%;
}

.txt-footer h4 {
  color: #f1a10b;
}

.txt-footer p {
  color: white;
}

.links-rodape-footer {
  display: flex;
  justify-content: space-around;
}

.box-links {
  align-items: center;
  display: flex;
  margin-top: 2%;
}

.box-links i {
  font-size: 2.6em;
  color: #f1a10b;
  margin-right: 10px;
}

.box-links a {
  color: white;
  font-weight: 300;
  font-family: "Poppins";
}

footer img {
  position: absolute;
  opacity: 10%;
}
/* END FOOTER */

.s-najas h1 {
  text-align: center;
  font-size: 6em;
  margin: 2%;
  color: white;
}

.card-choperia {
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 500px !important;
}

.card-choperia img {
  height: 24rem; /* equivalente ao h-48 */
  object-fit: contain;
  margin: 0 auto;
}

.card-choperia h3 {
  font-size: 2em; /* text-lg */
  font-weight: 700;
  margin-top: 1rem;
}

.card-choperia a {
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: underline;
  color: #000;
  display: inline-block;
  margin-top: 0.5rem;
  text-align: center;
}

/* Hover effect */
.card-choperia:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.text-chopeira-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 620px;
}

.text-chopeira-bg h1 {
  font-size: 8em;
  font-weight: bold;
  background: linear-gradient(90deg, #ffd700, #ddc53a, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}

.text-s-projects h2 {
  text-align: center;
}

.card2 {
  text-align: left;
  align-items: center;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.055);
}

.card2 img {
  width: 500px;
}

.card-body {
  width: 100%;
  padding: 10px;
}

.card-body h3 {
  font-size: 2.2em;
  color: #f1a10b;
  margin-bottom: 15px;
  text-align: center;
}

.card-body p {
  color: white;
  margin-bottom: 15px;
}

.s-img-header {
  background-image: url(assets/imagens/bg-chopeira.jpg);
}

.s-img-header2 {
  background-image: url(assets/imagens/bg-adegas.jpg);
}

.box-wrapper {
  display: flex;
  justify-content: space-around;
  padding-top: 10%;
  margin-left: 5%;
}

.txt-adega {
  color: white;
  width: 800px;
}

.txt-adega h2 {
  font-size: 5em;
  font-family: var(--fonte-principal);
}

.txt-adega p {
  font-size: 1.5em;
  /* font-family: 'Poppins'; */
}

.txt-adega a {
  font-size: 1.5em;
  /* font-family: 'Poppins'; */
  color: #f1a10b;
}

.s-img-header3 {
  background-image: url(assets/imagens/bg-sobre.png);
}

.icon {
  position: fixed;
  bottom: 50px;
  right: 10px;
  font-size: 28px;
  background: #01e675;
  color: #ffffff;
  border-radius: 50%;
  padding: 2px;
  width: 70px;
  height: 70px;
  text-decoration: none;
  z-index: 100;
  transition: 1s;
}

.icon i {
  margin-left: 14px;
  font-size: 1.5em;
}

.icon:hover {
  transform: scale(1.2);
  transition: 1s;
}

.button-zap {
  display: flex;
  align-items: center;
}

.acessorios-section {
  padding: 60px 30px;
}

.acessorios-section h2 {
  font-size: 2.5rem;
  color: #ffd500;
  margin-bottom: 40px;
  text-align: center;
}

.acessorios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.acessorio-card {
  display: block;
  background: #1a1a1a;
  border: 1px solid white;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  text-decoration: none;
  color: #fff;
  transition: transform 0.3s ease;
}

.acessorio-card:hover {
  transform: translateY(-5px);
}

.acessorio-card img {
  background-position: center;
  width: 800px;
  border-radius: 10px;
  margin-bottom: 15px;
  object-fit: cover;
}

.acessorio-card h4 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
Chopeiras .acessorio-card .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ffd500;
  color: #000;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: bold;
}

.s-img-header4 {
  background-image: url(assets/imagens/bg-acessorios.jpg);
}

.text-s-projects2 h2 {
  font-size: 6em;
}

.banner-cta2 {
  height: 620px;
  width: 100vw;
  background-image: url(assets/imagens/15.jpg);
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.banner-cta2 p {
  color: white;
  font-size: 2.2em;
}

.banner-cta2 h1 {
  font-size: 3em;
}

.scrolled {
  background: rgb(20, 20, 20);
  transition: 1s;
  height: 120px;
}

.scrolled img {
  transition: 1s;
  height: 95px;
}

.bg1 {
  background-image: url(assets/imagens/Adegas/a1.jpeg);
}

.bg2 {
  background-image: url(assets/imagens/Adegas/a2.jpeg);
}

.bg3 {
  background-image: url(assets/imagens/Adegas/a3.jpeg);
}

.bg4 {
  background-image: url(assets/imagens/Adegas/1.png);
}
.bg5 {
  background-image: url(assets/imagens/Adegas/2.png);
}
.bg6 {
  background-image: url(assets/imagens/Adegas/3.png);
}

.card-projetos {
  height: 650px;
  width: 550px;
  border: 1px solid white;
  color: white;
  border-radius: 18px;
}

.bottom-card {
  padding: 20px;
}

.card-projetos img {
  height: 500px;
  width: 700px;
  border-radius: 18px 18px 0 0;
  object-fit: cover;
}

.bottom-card h2 {
  font-size: 2.2em;
}

.bottom-card a {
  font-size: 1.4em;
  color: var(--cor-principal);
}

.box-wrapper2 {
  align-items: center;
}

.box-wrapper2 h2 {
  color: white;
  font-size: 5em;
  color: var(--cor-principal);
}

.box-wrapper2 p {
  width: 800px;
  color: white;
  font-size: 1.7em;
}

.box-wrapper2 img {
  height: 700px;
}

.box-cards-projetos {
  display: flex;
  justify-content: space-around;
}

.box-s-balcao h2 {
  color: white;
  font-size: 4em;
}

.box-s-balcao p {
  color: white;
  font-size: 1.7em;
  width: 600px;
}

.box-s-balcao img {
  height: 617px;
  width: 617px;
  border-radius: 12px;
}

.card6 {
  border: 1px solid white;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card6 img {
  height: 200px;
  object-fit: cover;
}

.box-cards-vantagens {
  display: flex;
  justify-content: space-around;
  background: rgba(255, 255, 255, 0.041);
  height: 393px;
  padding: 80px;
}

.box-cards-vantagens2 {
  display: flex;
  justify-content: space-evenly;
  background: rgba(255, 255, 255, 0.041);
  height: 393px;
  padding: 80px;
}

.container-vantagens h3 {
  color: white;
  font-size: 18px;
  text-align: center;
  margin-top: 12px;
}

.txt h3 {
  font-size: 18px;
}

.modelos-sobre-medida {
  margin-top: 4%;
}

.acessorios-grid2 {
  display: flex;
  justify-content: space-around;
}

.s-img-header5 {
  background-image: url(assets/imagens/bg-balcao.jpg);
}

.s-balcao {
  background: #1b1b1b;
  height: 920px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.box-s-balcao {
  display: flex;
  justify-content: space-around;
  width: 100vw;
}

.acessorio-card2 {
  height: 700px;
  width: 780px;
}

.acessorio-card2 img {
  width: 700px;
  height: 590px;
  object-fit: cover;
}

@keyframes glow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* STEOIAFIONAI */
.hero {
  position: relative;
  height: var(--hero-h);
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  background: #000;
}

.slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(1.02);
  transition:
    opacity var(--fade) ease,
    transform var(--fade) ease;
}
.slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  transform: scale(1.05);
}
.overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.55),
      rgba(0, 0, 0, 0.25) 35%,
      transparent 55%
    ),
    radial-gradient(
      70rem 30rem at 50% -10%,
      rgba(255, 211, 99, 0.12),
      transparent 60%
    );
  pointer-events: none;
}

.caption {
  position: relative;
  text-align: center;
  max-width: min(1100px, 92vw);
  margin: 0 auto;
  padding: 0 1rem;
  z-index: 2;
}
.caption h1 {
  font-size: clamp(2rem, 5vw + 1rem, 5rem);
  line-height: 1.05;
  margin: 0 0 0.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: white;
}

.caption2 h1 {
  font-size: clamp(2rem, 5vw + 1rem, 5rem);
  width: 600px;
}

.caption p {
  font-size: clamp(1rem, 1.2vw + 0.6rem, 1.35rem);
  color: #ffffffcc;
  margin: 0;
}

/* setas alinhadas e centralizadas verticalmente */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 22px;
  display: grid;
  margin-left: 16px;
  place-items: center;
  cursor: pointer;
  z-index: 3;
  transition:
    background 0.2s,
    transform 0.2s,
    border-color 0.2s;
}
.nav:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: #ffffff55;
  transform: translateY(-50%) scale(1.05);
}
.nav.prev {
  left: var(--pad);
}
.nav.next {
  right: var(--pad);
}

.dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}
.dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: #ffffff55;
  cursor: pointer;
  padding: 0;
  transition: all 0.25s;
}
.dots button[aria-current="true"] {
  width: 28px;
  background: var(--accent);
}

@media (prefers-reduced-motion: reduce) {
  .slide,
  .nav {
    transition: none;
  }
}

/* ========== ADEGAS =========== */

.hero-adega {
  position: relative;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  display: flex;
  align-items: center;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: center;
}

.hero-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  transform: scale(1.02);
  transition:
    transform 0.6s ease,
    filter 0.6s ease;
  filter: saturate(0.95) contrast(1.05);
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    1200px 600px at 80% 50%,
    transparent 0%,
    rgba(0, 0, 0, 0.55) 60%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.hero-media:hover img {
  transform: scale(1.06);
}
.media-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  color: #fff;
}

.hero-copy .eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-copy h1 {
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.05;
  margin: 0 0 16px;
}
.hero-copy .accent {
  background: linear-gradient(90deg, var(--accent), #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-copy p {
  max-width: 52ch;
  color: #c8c8c8;
  margin: 0 0 24px;
  font-size: clamp(14px, 1.6vw, 16px);
}

.cta-row {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 22px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  transition:
    transform 0.15s ease,
    opacity 0.2s;
}
.btn:active {
  transform: translateY(1px);
}
.btn-primary {
  background: linear-gradient(180deg, var(--accent), #e0a300);
  color: #121212;
  padding: 20px;
}
.btn-primary:hover {
  opacity: 0.95;
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.09);
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: #d8d8d8;
}
.feature-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.feature-list svg {
  opacity: 0.9;
}

.bg-decor {
  position: absolute;
  inset: -20% -10% -10% -10%;
  pointer-events: none;
  background:
    radial-gradient(
      600px 600px at 70% 20%,
      rgba(251, 191, 36, 0.12),
      transparent 60%
    ),
    radial-gradient(
      800px 800px at 0% 100%,
      rgba(255, 255, 255, 0.06),
      transparent 60%
    );
  mix-blend-mode: screen;
}

/* Responsivo */
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 56px 0;
  }
  .hero-media {
    order: -1;
  }
  .hero-adega {
    min-height: auto;
    padding: 40px 0;
  }
}

/* Base das seções */
.adega-section {
  position: relative;
  padding: 72px 0;
  background: #080808;
  color: #e8e8e8;
}
.adega-section + .adega-section {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.sec-head h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  margin: 0 0 10px;
}
.sec-head p {
  color: #c8c8c8;
  margin: 0 0 24px;
}
.accent {
  background: linear-gradient(90deg, var(--accent, #fbbf24), #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 1) Modelos & Tamanhos */
.modelos-grid .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.modelos-grid .card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.modelos-grid .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}
.modelos-grid .media {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.modelos-grid .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.6s ease;
}
.modelos-grid .card:hover .media img {
  transform: scale(1.07);
}
.modelos-grid .card-body {
  padding: 18px;
}
.modelos-grid h3 {
  margin: 0 0 10px;
  font-size: 20px;
}
.specs {
  display: grid;
  gap: 6px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  color: #d9d9d9;
}
.card-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* 2) Processo */
.processo .steps {
  list-style: none;
  padding: 0;
  margin: 8px 0 16px;
  display: grid;
  gap: 18px;
}
.processo .steps li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: start;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 14px;
}
.step-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, var(--accent, #fbbf24), #e0a300);
  color: #111;
  font-weight: 700;
}
.step-body h3 {
  margin: 0 0 6px;
}
.step-body p {
  margin: 0;
  color: #cfcfcf;
}
.processo-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.processo-cta .micro {
  color: #a1a1a1;
  font-size: 14px;
}

/* 3) Depoimentos */
.depoimentos .quote {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 22px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
.depoimentos .quote footer {
  margin-top: 10px;
  color: #bdbdbd;
  font-size: 14px;
}
.depoimentos .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 22px;
  padding: 0;
  list-style: none;
}
.depoimentos .stats li {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
}
.depoimentos .stats strong {
  display: block;
  font-size: 22px;
}
.depoimentos .stats span {
  color: #bdbdbd;
  font-size: 13px;
}

/* Botões (reaproveita os do hero) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  transition:
    transform 0.15s ease,
    opacity 0.2s;
}
.btn:active {
  transform: translateY(1px);
}
.btn-primary {
  background: linear-gradient(180deg, var(--accent, #fbbf24), #e0a300);
  color: #121212;
}
.btn-primary:hover {
  opacity: 0.95;
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.09);
}

/* Responsivo */
@media (max-width: 1024px) {
  .modelos-grid .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .depoimentos .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .modelos-grid .cards {
    grid-template-columns: 1fr;
  }
  .modelos-grid .media {
    height: 200px;
  }
}
.back-to-top {
  position: fixed;
  right: var(--bt-right);
  bottom: var(--bt-offset); /* fica ACIMA do WhatsApp */
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  cursor: pointer;

  /* começa oculto; só mostra no fim */
  opacity: 0;
  transform: translateY(8px) scale(0.9);
  pointer-events: none;
  z-index: 2147483000; /* bem acima de widgets */
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.2s ease;
}
.back-to-top.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.back-to-top:hover {
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}
.back-to-top:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* mobile: se seu WhatsApp for menor, reduza o offset */
@media (max-width: 640px) {
  :root {
    --bt-offset: 86px;
    --bt-right: 14px;
  }
  .back-to-top {
    width: 44px;
    height: 44px;
  }
}

.box-chopeiras-img {
  display: flex;
  justify-content: space-around;
}

.box-chopeiras-img img {
  height: 600px;
}

.spc-page {
  isolation: isolate;
}

/* ===== Hero ===== */
.spc-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 24px 64px;
  border-bottom: 1px solid var(--stroke);
  background:
    radial-gradient(
      1200px 600px at 20% -10%,
      rgba(255, 145, 0, 0.18),
      transparent 60%
    ),
    radial-gradient(
      900px 500px at 90% 10%,
      rgba(255, 145, 0, 0.12),
      transparent 60%
    ),
    linear-gradient(180deg, rgba(255, 145, 0, 0.06), rgba(0, 0, 0, 0) 35%);
}
.spc-container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 8px;
}
.spc-hero-title {
  font-size: clamp(2rem, 2.8rem, 3rem);
  margin: 0 0 10px;
}
.spc-hero-sub {
  margin: 0;
  color: var(--muted);
}

/* ===== Seções ===== */
.spc-section {
  padding: 56px 24px;
}
.spc-section-inner {
  max-width: var(--maxw);
  margin: 0 auto;
}
.spc-title {
  font-size: 1.6rem;
  color: var(--accent);
  margin: 0 0 12px;
}
.spc-page p {
  margin: 0 0 16px;
  color: #d7d7d7;
}

/* ===== Grid de cartões ===== */
.spc-grid {
  display: grid;
  gap: 16px;
  margin-top: 8px;
  grid-template-columns: repeat(12, 1fr);
}
.spc-card {
  grid-column: span 12;
  background: linear-gradient(180deg, #0d0d10, #0a0a0c);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.spc-card h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: #fff;
}
.spc-card p {
  margin: 0;
  color: #cfcfcf;
}
@media (min-width: 720px) {
  .spc-card {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .spc-card {
    grid-column: span 4;
  }
}

/* ===== CTA ===== */
.spc-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 28px;
}
.spc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  background: var(--accent);
  color: #111;
  border: 1px solid #ff9f24;
  transition:
    0.2s transform,
    0.2s box-shadow,
    0.2s background;
  box-shadow: 0 12px 30px rgba(255, 145, 0, 0.18);
}
.spc-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(255, 145, 0, 0.24);
}
.spc-btn--outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--stroke);
}
.spc-btn--outline:hover {
  border-color: #3a3a3f;
  background: #0c0c0f;
}

#adega-lightbox {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
#adega-lightbox:not(.hidden) {
  opacity: 1;
  pointer-events: all;
}

/* Aumenta área de toque e melhora visibilidade no mobile */
@media (max-width: 768px) {
  #lbClose {
    top: 0.75rem;
    right: 0.75rem;
    width: 44px;
    height: 44px;
    font-size: 1.8rem;
  }

  #lbPrev,
  #lbNext {
    font-size: 2rem;
    padding: 0.75rem;
  }

  #lbImg {
    max-height: 80vh;
  }
}
