* {
  padding: auto;
  margin: auto;
  box-sizing: border-box;
  font-family: Inter;
  box-sizing: border-box;
}

.header,
.section-01 {
  background-color: #F3F0ED;
}

/* Header Styles */
.header {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
}

.nav-header {
  display: flex;
  gap: 16px;
}


.style-nav {
  text-decoration: none;
  padding: 8px;
  color: #523A35;
  font-size: 14px;

}

.style-nav:hover {
  background-color: rgba(82, 58, 53, 0.2);
  border-radius: 100px;

}

.header-logo {
  width: 140px;
  height: auto;
}

.button-page {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  padding: 16.8px 8px;
  width: 228px;
  height: 48px;
  background-color: #F89584;
  border-radius: 100px;
  color: white;
  border: none;
  cursor: pointer;
}

.button-text {
  margin-left: 8px;
  text-align: center;
  position: relative;
  bottom: 2px;
}

.icon-arrow {
  margin-left: 60px;
  position: relative;
  bottom: 8.5px;
}

/* Section 01 Styles */

.headline {
  text-align: center;
  font-weight: 400;
  font-size: 64px;

  color: #523A35;

}

.subtitle-header {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.woman-phone {
  margin-top: 8px;
  width: 1224px;
  height: 737px;
  display: flex;

}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #F8F7F5;
}

.badge {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  padding: 8px;
  background-color: #F3F0ED;

}

.badge-01 {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  padding: 5px;
  margin-left: 47%;
  background-color: #F3F0ED;
  font-size: 14px;
  bottom: 4%;
  position: relative;

}

.badge-02 {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  padding: 5px;
  margin-left: 47%;
  background-color: #F3F0ED;
  font-size: 14px;
  margin-bottom: 8%;
  position: relative;

}

.hero-grid {

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.hero-text {
  margin-top: 40%;
}

.hero-text h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  color: #2c2c2c;
  margin-top: 4%;
}

.hero-text h1 span {
  color: #f89584;
}

.hero-text p {
  margin-top: 16px;
  color: #6b6b6b;
}

.hero-card {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-card img {
  width: 428.22px;
  height: 279.22px;
  margin-top: 60%;
  margin-left: 20%;
}


.circle {
  position: absolute;
  width: 140px;
  height: 140px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.c1 {
  top: 20px;
  right: 90px;
}

.c2 {
  top: 130px;
  right: 300px;
}

.c3 {
  bottom: 180px;
  right: 300px;
}

.c4 {
  bottom: 20px;
  right: 90px;
}




/* Section beneficios */

.beneficios {
  background-color: rgba(243, 240, 237, 0.3);
  padding: 120px 80px;
}

.title-secion3 {
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  padding: 2%;
  color: #523A35;
}

.text-rose {
  color: #F89584;
}

.features-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.feature-card {
  border-radius: 24px;
  width: 392px;
  height: 308px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature-card.large {
  grid-row: span 2;
  width: 392px;
  height: 638.65px;
  ;
}

.provas-sociais {
  background-color: #FFFFFF;
  margin-left: 4%;
  margin-top: 4%;

}


.container-pvs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title-pvs {
  font-family: Inter;
  text-align: center;
  font-weight: 300;
  font-size: 36px;
  color: #523A35;
}

.subtitle-pvs {
  font-family: Inter;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}

.card-pvs {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  width: 1016px;
  height: 362px;
  gap: 16px;
  margin-top: 4%;
}

.img-pvs {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  margin-top: 4%;
  margin-left: 4%;
  position: relative;
}

.text-pvs {
  font-family: Inter;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #523A35;
  margin-top: 4%;
  margin-left: 4%;

}

.name-pvs {

  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #523A35;
  margin-top: 4%;
  margin-left: 4%;

}

.secao-05 {
  background-image: url(/assets/img/img-renasc.png);
  background-size: cover;
  background-position: center;
  height: 818.72px;
  margin-top: 4%;
  border-radius: 20px;
}

.title-secion5 {
  font-weight: 400;
  font-size: 36px;
  top: 185px;
  color: #523A35;
  position: relative;
  margin-left: 4%;

}

.subtitle-secion5 {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  color: #523A35;
}

.imgs-lojas {

  top: 285px;
  margin-left: 4%;
  position: relative;
}

.img-loja {

  width: 173px;
  height: 70px;
  margin: 2px;
}

.secao-06 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top,
      rgba(82, 58, 53, 0.2),
      rgba(82, 58, 53, 0));

}

.logo-escrita {
  width: 176px;
  height: 39.88px;
  margin-top: 4%;

}

.title-secion6 {
  font-weight: 400;
  font-size: 56px;
  margin-top: 24px;
  text-align: center;
  color: #523A35;
}

.subtitle-secion6 {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  color: #523A35;
}

.imgs-lojas6 {
  margin-top: 15px;
  margin-bottom: 4px;
}

.text-footer {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #523A35;
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: overline;
  text-decoration-color: rgba(82, 58, 53, 0.1);
}

/* ========================================
   MEDIA QUERIES - RESPONSIVIDADE
   ======================================== */

/* Desktop Grande (1920px+) */
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
    margin: 0 auto;
  }

  .container-pvs {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    gap: 16px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
  }

  .container-pvs::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
  }

  .card-pvs {
    flex-shrink: 0;
  }
}

/* Desktop / Laptop (1025px - 1919px) */
@media (max-width: 1919px) {
  .header {
    padding: 0 40px;
  }

  .beneficios {
    padding: 100px 60px;
  }

  .container-pvs {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    gap: 16px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
  }

  .container-pvs::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
  }

  .card-pvs {
    flex-shrink: 0;
  }

  .features-grid {
    max-width: 1100px;
  }
}

/* Tablet Grande (768px - 1024px) */
@media (max-width: 1024px) {
  .header {
    padding: 0 24px;
  }

  .nav-header {
    gap: 12px;
  }

  .style-nav {
    font-size: 12px;
    padding: 6px;
  }

  .button-page {
    width: 180px;
    height: 42px;
    padding: 12px 6px;
    font-size: 13px;
  }

  .headline {
    font-size: 48px;
  }

  .hero {
    height: auto;
    padding: 40px 0;
  }

  .hero-grid {
    gap: 40px;
    padding: 0 24px;
  }

  .hero-text {
    margin-top: 20%;
  }

  .hero-text h1 {
    font-size: 32px;
    margin-top: 2%;
  }

  .hero-card img {
    width: 300px;
    height: 200px;
    margin-top: 40%;
    margin-left: 0;
  }

  .woman-phone {
    width: 100%;
    height: auto;
  }

  .circle {
    width: 100px;
    height: 100px;
  }

  .c1 {
    right: 60px;
    top: 10px;
  }

  .c2 {
    right: 150px;
    top: 100px;
  }

  .c3 {
    right: 150px;
    bottom: 100px;
  }

  .c4 {
    right: 60px;
    bottom: 10px;
  }

  .beneficios {
    padding: 80px 40px;
  }

  .title-secion3 {
    font-size: 28px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0 20px;
  }

  .feature-card {
    width: 100%;
    height: auto;
  }

  .feature-card.large {
    grid-row: span 1;
    height: auto;
  }

  .container-pvs {
    display: flex;
  }

  .card-pvs {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .secao-05 {
    height: 500px;
    margin: 40px 24px;
    padding: 40px 24px;
  }

  .title-secion5 {
    font-size: 28px;
    margin-left: 0;
    top: 0;
  }

  .imgs-lojas {
    top: 0;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .img-loja {
    width: 140px;
    height: 56px;
  }

  .title-secion6 {
    font-size: 40px;
  }
}

/* Tablet Pequeno / Mobile Grande (480px - 767px) */
@media (max-width: 767px) {
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  html,
  body {
    width: 100%;

  }

  .header {

    height: auto;
    padding: 12px 16px;

  }

  .header-logo {
    width: 120px;
    margin-bottom: 8px;
    margin-left: 4%;

  }

  .nav-header {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    order: 2;
    width: 100%;
    display: none;
  }

  .style-nav {
    font-size: 11px;
    padding: 4px 6px;
  }

  .style-nav:hover {
    background-color: rgba(82, 58, 53, 0.15);
  }

  header .button-page {
    width: 140px;
    height: 38px;
    padding: 10px 4px;
    font-size: 12px;
    order: 3;
    margin-top: 8px;
    display: none;

  }

  .button-page {
    width: 140px;
    height: 38px;
    padding: 10px 4px;
    font-size: 12px;
    order: 3;
    margin-top: 8px;
    margin-left: 36%;

  }

  .button-text {
    margin-left: 4px;
    text-align: center;
  }

  .icon-arrow {
    margin-left: 10px;
    height: 2vh;
    position: relative;
    bottom: 2px;
  }

  .headline {
    font-size: 32px;
    font-weight: 600;
    color: #523A35;
  }

  .subtitle-header br {
    display: none;

  }

  .subtitle-header {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .woman-phone {
    width: 100%;
    padding: 4%;
  }



  .hero .badge {
    margin-left: 0;
    font-size: 11px;
    position: relative;
    font-size: 12px;
    bottom: 80px;
    margin-left: 35%;

  }

  .hero .c1,
  .hero .c2,
  .hero .c3,
  .hero .c4 {
    display: none;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    margin-left: 4%;
    margin-top: 10px;

  }

  .hero-text br {
    margin-top: 10%;
    text-align: center;
    display: none;
  }

  .hero-text h1 {
    font-size: 24px;
    margin-top: 0;
  }

  .hero-text h1 span {
    display: block;
  }

  .hero-text p {
    font-size: 14px;
    margin-top: 12px;
  }

  .hero-card {
    flex-direction: column;
  }

  .hero-card {
    overflow: hidden;
  }

  .hero-card img {
    width: 100%;
    height: auto;
    margin-top: 10px;

    opacity: 0;
    transform: translateX(-80px);
    animation: heroSlideIn 0.8s ease-out forwards;

    will-change: transform, opacity;
  }

  @keyframes heroSlideIn {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }



  .badge-01,
  .badge-02 {
    margin-left: 0;
    font-size: 12px;
    bottom: 15px;
    margin-left: 35%;
    position: relative;


  }

  .circle {
    width: 70px;
    height: 70px;
    display: none;
  }

  .beneficios {
    padding: 40px 16px;
  }

  .title-secion3 {
    font-size: 24px;
    padding: 0;
  }

  .features-grid {
    display: flex;
    flex-wrap: wrap;

  }

  .feature-card {
    width: 100%;
    height: auto;

    opacity: 0;
    transform: scale(0.9) translateY(20px);

    animation: featureReveal linear forwards;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;

    will-change: transform, opacity;
  }

  @keyframes featureReveal {
    to {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }

  .feature-card.large {
    display: none;
    margin-right: 10%;

  }

  .provas-sociais {
    margin-left: 0;
    margin-top: 20px;
    padding: 0 16px;

  }

  .provas-sociais .badge-02 {
    margin-left: 0;
    font-size: 12px;
    margin-top: 4%;
    bottom: 15px;
    margin-left: 35%;
    position: relative;
  }

  .container-pvs {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    gap: 16px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
  }

  .container-pvs::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
  }

  .title-pvs {
    font-size: 24px;
    padding: 0 16px;
  }

  .subtitle-pvs {
    font-size: 14px;
    padding: 0 16px;
  }

  .card-pvs {
    width: 380px;
    margin-top: 20px;
    flex-shrink: 0;
    margin: 16px;
  }

  .img-pvs {
    width: 68px;
    height: 68px;
    margin: 0;
    margin-bottom: 12px;
  }

  .text-pvs {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    margin-bottom: 8px;
  }

  .name-pvs {
    font-size: 14px;
    margin: 0;
  }

  .secao-05 {
    height: 350px;
    margin: 30px 16px;
    padding: 20px;
    border-radius: 16px;
  }

  .title-secion5 {
    font-size: 22px;
    top: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .subtitle-secion5 {
    font-size: 13px;
    line-height: 20px;
    display: none;
  }

  .imgs-lojas {
    top: 0;
    margin-left: 0;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
  }

  .img-loja {
    width: 120px;
    height: 48px;
  }

  .secao-06 {
    padding: 30px 16px;
  }

  .logo-escrita {
    width: 140px;
    height: 32px;
    margin-top: 10px;
  }

  .title-secion6 {
    font-size: 28px;
    margin-top: 16px;
  }

  .subtitle-secion6 {
    font-size: 13px;
    line-height: 20px;
    padding: 0 10px;
  }

  .text-footer {
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .imgs-lojas6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* Mobile Pequeno (até 479px) */
@media (max-width: 479px) {
  .header {
    flex-direction: column;
    gap: 8px;
    padding: 10px;
  }

  .header-logo {
    width: 100px;
    margin-bottom: 8px;
  }

  .nav-header {
    width: 100%;
    gap: 4px;
  }

  .style-nav {
    font-size: 10px;
    padding: 3px 4px;
  }

  .button-page {
    width: 120px;
    height: 36px;
    padding: 8px 3px;
    font-size: 11px;
  }

  .headline {
    font-size: 24px;
  }

  .hero-text h1 {
    font-size: 20px;
  }

  .hero-text p {
    font-size: 12px;
  }

  .beneficios {
    padding: 30px 12px;
  }

  .title-secion3 {
    font-size: 20px;
  }

  .feature-card {
    padding: 12px;
  }

  .title-pvs {
    font-size: 20px;
  }

  .card-pvs {
    padding: 12px;
  }

  .img-pvs {
    width: 56px;
    height: 56px;
  }

  .text-pvs {
    font-size: 12px;
  }

  .secao-05 {
    height: 280px;
    margin: 20px 10px;
    padding: 15px;
  }

  .title-secion5 {
    font-size: 18px;
  }

  .img-loja {
    width: 100px;
    height: 40px;
    animation: pulsar 2s ease-in-out infinite;
  }

  @keyframes pulsar {
    0% {
      transform: scale(1);
      opacity: 1;
    }

    50% {
      transform: scale(1.05);
      opacity: 0.85;
    }

    100% {
      transform: scale(1);
      opacity: 1;
    }
  }



  .title-secion6 {
    font-size: 22px;
  }

  .logo-escrita {
    width: 120px;
    height: 27px;
  }

  .text-footer {
    font-size: 11px;
  }
}

/* Extra Small (até 360px) */
@media (max-width: 360px) {
  .header {
    padding: 8px;
    gap: 6px;
  }

  .header-logo {
    width: 90px;
  }

  .button-page {
    width: 100px;
    height: 32px;
    font-size: 10px;
    padding: 6px 2px;
  }

  .headline {
    font-size: 20px;
  }

  .hero-grid {
    padding: 0 12px;
  }

  .hero-text h1 {
    font-size: 18px;
  }

  .hero-card img {
    max-width: 240px;
  }

  .beneficios {
    padding: 25px 10px;
  }

  .features-grid {
    gap: 12px;
  }

  .feature-card {
    padding: 10px;
  }

  .secao-05 {
    height: 250px;
    margin: 15px 8px;
    padding: 12px;
  }

  .title-secion5 {
    font-size: 16px;
  }

  .subtitle-secion5 {
    font-size: 12px;
  }

  .img-loja {
    width: 90px;
    height: 36px;
  }

  .title-secion6 {
    font-size: 20px;
  }

  .text-footer {
    font-size: 10px;
  }
}