/* ========== RESET & BASE ========== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Krub', sans-serif;
  color: #000;
  background: #eee;
  line-height: 1.6;
}

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

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 50px;
}

.center-btn {
  text-align: center;
  margin-top: 40px;
}

/* ========== UTILITIES ========== */
.orange { color: #ED7723; }
.teal { color: #009486; }
.bold { font-weight: 700; }
.semi-bold { font-weight: 600; }
.medium { font-weight: 500; }
.light { font-weight: 300; }

.section-title {
  font-size: 30px;
  font-weight: 300;
  color: #000;
  text-align: center;
  line-height: 38px;
  margin-bottom: 30px;
}

.section-title .orange {
  color: #ED7723;
}

.section-title .bold {
  font-weight: 700;
}

.section-title-faq {
  font-size: 30px;
  font-weight: 700;
  color: #ED7723;
  text-align: center;
  line-height: 45px;
  margin-bottom: 30px;
}

/* ========== CTA BUTTONS ========== */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 58px;
  background: linear-gradient(to bottom, #408d81, #104036);
  color: #fff;
  font-family: 'Krub', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 68px;
  cursor: pointer;
  transition: opacity 0.3s;
  text-align: center;
}

.btn-cta:hover {
  opacity: 0.85;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 403px;
  height: 80px;
  background: linear-gradient(to bottom, #4DC247, #198016);
  color: #fff;
  font-family: 'Krub', sans-serif;
  font-size: 24px;
  font-weight: 700;
  border-radius: 68px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.btn-whatsapp:hover {
  opacity: 0.85;
}

/* ========== SECTION 1 - HERO ========== */
/* Unbounce: Section 1 h=696, bg=bg-001.png
   Logo: left=52, top=102, 173x69
   H1: left=48, top=216, w=722, h=45 (40px Krub 700 "Torne sua marca" + 700 teal "inesquecivel:")
   H2: left=48, top=261, w=653, h=135 (40px Krub 300 + 600 "Sol Nascente" + 300, line-height:45px)
   Subtitle: left=52, top=429, w=558, h=114 (26px Krub 300 + 600, line-height:38px)
   Button: left=52, top=577, 238x58
*/
.hero {
  background: url('images/bg-001-1920w.webp') center center / cover no-repeat;
  height: 696px;
  position: relative;
  overflow: hidden;
}

.hero-content {
  max-width: 722px;
  padding-top: 102px;
  padding-left: 2px;
}

.hero-logo {
  width: 173px;
  height: 69px;
  margin-bottom: 45px;
}

.hero h1 {
  font-size: 40px;
  line-height: 45px;
  color: #000;
  margin-bottom: 0;
}

.hero h1 .bold {
  font-weight: 700;
  color: #000;
}

.hero h1 .teal {
  color: #009486;
  font-weight: 700;
}

.hero-h2 {
  font-size: 40px;
  line-height: 45px;
  color: #000;
  font-weight: 300;
  margin-bottom: 0;
  max-width: 653px;
}

.hero-h2 .semi-bold {
  font-weight: 600;
}

.hero-subtitle {
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
  color: #000;
  margin-top: 33px;
  margin-bottom: 34px;
  max-width: 558px;
}

.hero-subtitle .semi-bold {
  font-weight: 600;
}

/* ========== SECTION 2 - BRAND VALUE CARD ========== */
/* Unbounce: Section 2 h=203, bg=#fff
   Image: left=205, top=20, 850x146 (centered in 1260)
   Text: left=351, top=51, w=558, h=76 (26px Krub 600/300, line-height:38px, centered)
*/
.brand-value {
  background: #fff;
  height: 203px;
  position: relative;
  overflow: hidden;
}

.brand-value-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.brand-banner {
  width: 850px;
  max-width: 100%;
  height: 146px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.brand-value-title {
  font-size: 26px;
  line-height: 38px;
  color: #000;
  text-align: center;
  max-width: 558px;
  position: absolute;
  top: 51px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.brand-value-title .semi-bold {
  font-weight: 600;
}

.brand-value-title .light {
  font-weight: 300;
}

/* ========== SECTION 3 - QUALITY + SUSTAINABILITY ========== */
/* Unbounce: Section 3 h=527, bg=#fff
   Left image (reciclagem): left=57, top=54, 308x542 (overflows section)
   Title: left=411, top=128, w=689, h=45 (32px Krub 700 orange + 300 black, line-height:45px)
   Body: left=411, top=189, w=560, h=175 (26px Krub 300/600, line-height:35px)
   Button: left=411, top=379, 238x58
   Right seal: left=983, top=199, 227x308
*/
.quality-sustainability {
  background: #fff;
  height: 527px;
  position: relative;
  overflow: visible;
}

.qs-content {
  display: flex;
  align-items: flex-start;
  position: relative;
  height: 100%;
}

.qs-left {
  flex: 0 0 auto;
  padding-top: 54px;
  padding-left: 7px;
}

.qs-image-left {
  width: 308px;
  height: 542px;
}

.qs-center {
  flex: 1;
  padding-top: 128px;
  padding-left: 46px;
  position: relative;
  z-index: 1;
}

.qs-center h2 {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 16px;
  max-width: 689px;
}

.qs-center h2 .orange {
  color: #ED7723;
  font-weight: 700;
}

.qs-center h2 .light {
  font-weight: 300;
  color: #000;
}

.qs-center p {
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
  color: #000;
  margin-bottom: 15px;
  max-width: 560px;
}

.qs-center p strong {
  font-weight: 600;
}

.qs-right {
  position: absolute;
  right: 0;
  top: 199px;
}

.qs-image-right {
  width: 227px;
  height: 308px;
}

/* ========== SECTION 4 - PRODUCT CAROUSEL ========== */
/* Unbounce: Section 4 h=891, bg=agrupar-3.png
   Title: left=483, top=107, w=294, h=35 (30px Krub 600, line-height:35px, centered)
   Subtitle: left=434, top=138, w=392, h=35 (18px Krub 300, line-height:35px, centered)
   Carousel: left=-37.5, top=160, w=1335, h=612
   Bottom text: left=291.5, top=765, w=677, h=70 (26px Krub 300/600, line-height:35px, centered)
*/
.product-carousel {
  background: url('images/agrupar-3-1920w.webp') center / cover no-repeat;
  padding: 107px 0 56px;
  min-height: 891px;
}

.carousel-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: #000;
  text-align: center;
  margin-bottom: 8px;
}

.carousel-subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

.carousel-bottom-text {
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
  color: #000;
  text-align: center;
  margin-top: 40px;
  max-width: 677px;
  margin-left: auto;
  margin-right: auto;
}

.carousel-bottom-text strong {
  font-weight: 600;
}

/* Product Carousel - Expanding Cards */
.game-section {
  max-width: 1260px;
  margin: 0 auto;
}

.custom-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 10px;
  padding: 20px 0;
}

.custom-carousel::-webkit-scrollbar {
  height: 6px;
}

.custom-carousel::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.1);
  border-radius: 3px;
}

.custom-carousel::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.3);
  border-radius: 3px;
}

.carousel-item {
  flex: 0 0 120px;
  height: 500px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease;
  position: relative;
  scroll-snap-align: start;
}

.carousel-item.active {
  flex: 0 0 500px;
}

.carousel-item .item-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.carousel-item.active .item-desc {
  opacity: 1;
}

.carousel-item .item-desc h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Krub', sans-serif;
}

/* ========== SECTION 5 - PACKAGING / SHIPPING ========== */
/* Unbounce: Section 5 h=648, bg=base-4.png
   Logo: left=634, top=89, 146x60
   Title: left=634, top=174, w=555, h=38 (30px Krub 700, line-height:38px)
   Body: left=634, top=223, w=612, h=105 (26px Krub 300/700/500, line-height:35px)
   Verified icon: left=603, top=352, 43x42
   Tagline text: left=663, top=358, w=545, h=34 (20px Krub 500 orange, line-height:34px)
   Button: left=634, top=437, 238x58
   Package image: left=57, top=510, 931x626 (extends below section!)
*/
.packaging {
  background: url('images/base-4.webp') center / cover no-repeat;
  min-height: 648px;
  position: relative;
  overflow: hidden;
}

.packaging .container {
  padding: 0;
}

.packaging-content {
  position: relative;
  min-height: 648px;
}

.packaging-image {
  display: none;
}

.packaging-image img {
  width: 100%;
  height: auto;
}

.packaging-text {
  margin-left: auto;
  width: 626px;
  padding-top: 89px;
  position: relative;
  z-index: 2;
}

.packaging-logo {
  width: 146px;
  height: 60px;
  margin-bottom: 25px;
}

.packaging-text h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 38px;
  margin-bottom: 11px;
}

.packaging-text p {
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
  color: #000;
  margin-bottom: 25px;
  max-width: 612px;
}

.packaging-text p strong {
  font-weight: 700;
}

.packaging-text p .medium {
  font-weight: 500;
}

.packaging-tagline {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 45px;
}

.verified-icon {
  width: 43px;
  height: 42px;
}

.packaging-tagline span {
  font-size: 20px;
  font-weight: 500;
  color: #ED7723;
  line-height: 34px;
}

/* ========== SPACER ========== */
/* Unbounce: Section 10 h=38, bg=#fff */
.spacer-section {
  height: 38px;
  background: #fff;
  position: relative;
  z-index: 0;
}

/* ========== SECTION 6 - SOL NASCENTE REFERENCE ========== */
/* Unbounce: Section 6 h=350, bg=1.png
   Title: left=445, top=69, w=711, h=38 (30px Krub 700 + 700 orange + 700, line-height:38px)
   Body: left=445, top=139, w=682, h=140 (26px Krub 400/700/400, line-height:35px)
*/
.reference {
  background: url('images/1-1920w.webp') center / cover no-repeat;
  min-height: 350px;
  position: relative;
  z-index: 0;
}

.reference-content {
  padding-top: 69px;
  padding-left: 395px;
}

.reference-text {
  max-width: 711px;
}

.reference-text h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  color: #000;
  margin-bottom: 32px;
}

.reference-text h2 .orange {
  color: #ED7723;
}

.reference-text p {
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
  color: #000;
}

.reference-text p strong {
  font-weight: 700;
}

/* ========== SECTION 7 - TESTIMONIALS ========== */
/* Unbounce: Section 7 h=521, bg=#fff
   Title: left=379, top=86, w=524, h=76 (30px Krub, line-height:38px, centered)
     "Nossos clientes aprovam" = 700 orange
     "o padrao de qualidade que adotamos:" = 300 black
   Carousel: left=61, top=186, w=1160, h=322
*/
.testimonials {
  background: #fff;
  padding: 86px 0 40px;
  min-height: 521px;
}

.testimonials .section-title {
  margin-bottom: 40px;
}

.shadow-effect {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

.shadow-effect b {
  color: #1F4E79;
  font-weight: 700;
  font-size: 16px;
}

.stars {
  color: #FFD700;
  font-size: 20px;
  margin: 8px 0;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
}

#customers-testimonials .item {
  text-align: center;
  padding: 40px 10px;
  margin-bottom: 0;
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #1F4E79;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 50%;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #1F4E79;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

/* ========== SECTION 8 - CONTACT CTA ========== */
/* Unbounce: Section 6 (contact) h=200, bg=camada-3-copiar-2.png
   Text: left=100, top=47, w=542, h=105 (26px Krub 300/600 white, line-height:35px)
   WhatsApp icon: left=726, top=45.5, 100x100
   WhatsApp button: left=740, top=55.5, 403x80 (24px Krub 700 white, gradient #4dc247->#198016)
*/
.contact-cta {
  background: url('images/camada-3-copiar-2.webp') center / cover no-repeat;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.contact-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 200px;
  padding-top: 0;
}

.contact-text {
  max-width: 542px;
  padding-top: 47px;
  padding-left: 50px;
}

.contact-text p {
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
  color: #fff;
}

.contact-text strong {
  font-weight: 600;
}

.contact-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 56px;
  padding-right: 70px;
}

/* ========== SECTION 9 - FAQ ========== */
/* Unbounce: Section 8 h=824, bg=#fff
   Title: left=413, top=47, w=434, h=45 (30px Krub 700 orange, line-height:45px, centered)
   Accordion: left=236, top=116, w=787, h=720
*/
.faq {
  background: #fff;
  padding: 47px 0 60px;
  min-height: 824px;
}

.accordion-wrapper {
  max-width: 787px;
  margin: 0 auto;
}

.accordion-list {
  list-style: none;
}

.accordion-list li {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  position: relative;
}

.accordion-toggle {
  display: block;
  width: 100%;
  cursor: pointer;
  font-weight: 500;
  line-height: 3;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 40px;
  user-select: none;
  color: #000;
  font-family: 'Krub', sans-serif;
  position: relative;
}

.accordion-toggle::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #262626;
  border-right: none;
  border-bottom: none;
  position: absolute;
  right: 2%;
  top: 25px;
  transform: rotate(135deg);
  transition: all 0.2s ease-in-out;
}

.accordion-toggle.active::after {
  transform: rotate(225deg);
}

.accordion-toggle:hover {
  transition: all 0.3s ease-in-out;
}

.accordion-content {
  display: none;
}

.accordion-content p {
  padding: 10px 25px 30px;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 2;
  font-family: 'Krub', sans-serif;
}

/* ========== FOOTER ========== */
/* Unbounce: Section 9 h=220, bg=camada-3-copiar-2.png
   Logo: left=512, top=27, 236x94 (centered)
   Copyright: left=311, top=137, w=638, h=26 (12px Poppins 400 #ccc, centered)
   Privacy button: left=496, top=151, 274x42 (12px Poppins 400 #ccc)
*/
.footer {
  background: url('images/camada-3-copiar-2.webp') center / cover no-repeat;
  padding: 27px 0 40px;
  text-align: center;
  min-height: 220px;
}

.footer-logo {
  width: 236px;
  height: 94px;
  margin: 0 auto 16px;
}

.copyright {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #ccc;
  margin-bottom: 5px;
}

.privacy-btn {
  background: transparent;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #ccc;
  cursor: pointer;
}

.privacy-btn:hover {
  text-decoration: underline;
}

/* ========== MODAL ========== */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  max-width: 600px;
  width: 90%;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}

.modal-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #1F4E79;
}

.modal-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 960px) {
  .container {
    padding: 0 20px;
  }

  .hero {
    height: auto;
    min-height: unset;
    padding: 30px 0 0;
    background: #fff;
    overflow: visible;
  }

  .hero::after {
    content: '';
    display: block;
    width: 100%;
    height: 400px;
    background: url('images/bg-001-1920w.webp') 95% center / auto 100% no-repeat;
    margin-top: 10px;
  }

  .hero-content {
    max-width: 100%;
    padding-top: 30px;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-h2 {
    font-size: 28px;
    line-height: 34px;
    max-width: 100%;
  }

  .hero-subtitle {
    font-size: 20px;
    line-height: 28px;
    max-width: 100%;
  }

  .section-title,
  .section-title-faq {
    font-size: 24px;
    line-height: 32px;
  }

  .brand-value {
    height: auto;
    padding: 20px 0 30px;
  }

  .brand-value-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .brand-banner {
    position: static;
    transform: none;
    max-width: 100%;
    height: auto;
  }

  .brand-value-title {
    position: static;
    transform: none;
    font-size: 20px;
    line-height: 30px;
  }

  .quality-sustainability {
    height: auto;
    padding: 40px 0;
    overflow: visible;
  }

  .qs-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    align-items: center;
    justify-content: center;
  }

  .qs-center {
    order: 1;
    flex: 0 0 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .qs-center p {
    max-width: 100%;
  }

  .qs-center .btn-cta {
    margin: 0 auto 20px;
    display: block;
    text-align: center;
  }

  .qs-left {
    order: 2;
    flex: 0 0 auto;
    padding-top: 20px;
    padding-left: 0;
  }

  .qs-image-left {
    width: 130px;
    height: auto;
  }

  .qs-right {
    order: 3;
    position: static;
    padding-top: 20px;
    padding-left: 15px;
  }

  .qs-image-right {
    width: 130px;
    height: auto;
  }

  .qs-center h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .qs-center p {
    font-size: 20px;
    line-height: 28px;
  }

  .product-carousel {
    min-height: auto;
    padding: 60px 0;
  }

  .carousel-item {
    height: 350px;
  }

  .carousel-item.active {
    flex: 0 0 300px;
  }

  .carousel-bottom-text {
    font-size: 20px;
    line-height: 28px;
  }

  .packaging {
    min-height: auto;
    overflow: visible;
    background: #f5f5f5;
  }

  .packaging .container {
    padding: 0 20px;
  }

  .packaging-content {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .packaging-text {
    display: contents;
  }

  .packaging-logo {
    order: 1;
  }

  .packaging-text h2 {
    order: 2;
  }

  .packaging-text p {
    order: 3;
  }

  .packaging-text .btn-cta {
    order: 4;
    margin-bottom: 20px;
  }

  .packaging-image {
    display: block !important;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    order: 5;
  }

  .packaging-image img {
    width: 100%;
    height: auto;
  }

  .packaging-tagline {
    order: 6;
    flex-direction: row;
    text-align: center;
  }

  .packaging-tagline span {
    font-size: 18px;
  }

  .reference {
    min-height: auto;
  }

  .reference-content {
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reference-text h2 {
    font-size: 24px;
  }

  .reference-text p {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-cta {
    height: auto;
    padding: 30px 0;
  }

  .contact-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    height: auto;
  }

  .contact-text {
    padding-top: 0;
    padding-left: 0;
  }

  .contact-text p {
    font-size: 22px;
    line-height: 28px;
  }

  .contact-button {
    padding-top: 0;
    padding-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .btn-whatsapp {
    width: auto;
    height: auto;
    font-size: 20px;
    padding: 15px 35px;
  }

  .btn-cta {
    width: auto;
    height: auto;
    padding: 14px 40px;
  }

  .faq {
    min-height: auto;
  }

  .accordion-toggle {
    font-size: 16px;
    line-height: 23px;
    margin: 15px 0;
  }

  .accordion-content p {
    font-size: 14px;
    line-height: 20px;
  }

  #customers-testimonials .item {
    padding: 30px 5px;
  }
}

@media (max-width: 480px) {
  .hero-content {
    padding-top: 20px;
  }

  .hero h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .hero-h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .btn-whatsapp {
    width: auto;
    height: auto;
    font-size: 18px;
    padding: 12px 30px;
  }

  .carousel-item {
    height: 280px;
    flex: 0 0 80px;
  }

  .carousel-item.active {
    flex: 0 0 220px;
  }
}
