@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap");
:root {
  --primary: #8ec9e8;
  --secondary: #24445c;
  --soft: #eaf7fc;
  --line: #cdeaf6;
  --green: #25d366;
  --accent: #4fa7ce;
  --white: #ffffff;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Nunito, sans-serif;
  color: var(--secondary);
  background: #fff;
}
a {
  text-decoration: none;
}
.topbar {
  background: var(--secondary);
  color: #eaf7fc;
  padding: 7px 0;
  font-size: 13px;
}
.topbar a {
  color: #eaf7fc !important;
  transition: color 0.2s ease;
}
.topbar a:hover,
.topbar a:focus-visible {
  color: #ffffff !important;
}
.site-navbar {
  min-height: 82px;
  border-bottom: 1px solid rgba(36, 68, 92, 0.08);
}
.navbar-brand img {
  width: 250px;
  max-width: 55vw;
  height: 64px;
  object-fit: contain;
}
.nav-link {
  position: relative;
  font-weight: 800;
  color: var(--secondary) !important;
  padding: 12px 11px !important;
  border-radius: 9px;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}
.nav-link:hover,
.nav-link:focus-visible {
  color: var(--accent) !important;
  background: var(--soft);
}
.nav-link.active:not(.nav-cta) {
  color: var(--primary) !important;
  background: var(--soft);
}
.nav-cta {
  margin-left: 5px;
  padding: 11px 16px !important;
  color: #ffffff !important;
  background: var(--accent);
  box-shadow: 0 6px 16px rgba(79, 167, 206, 0.22);
}
.nav-cta:hover,
.nav-cta:focus-visible,
.nav-cta.active {
  color: #ffffff !important;
  background: var(--secondary);
}
.social {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-left: 5px;
  border-radius: 9px;
  font-size: 21px;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}
.instagram {
  color: var(--secondary);
}
.instagram:hover,
.instagram:focus-visible {
  color: var(--accent);
  background: var(--soft);
}
.hero {
  background: linear-gradient(115deg, #f5fbfe 0%, #fff 55%, #edf9ff 100%);
  overflow: hidden;
}
.min-vh-hero {
  min-height: 470px;
}
.hero h1 {
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.98;
}
.hero h1 span,
.eyebrow,
.price {
  color: var(--primary);
}
.hero h3 {
  font-weight: 800;
  margin: 18px 0;
}
.hero .lead {
  max-width: 520px;
}
.baby-placeholder {
  min-height: 390px;
  border-radius: 50% 0 0 50%;
  background: linear-gradient(145deg, #eaf8ff, #eaf7fc);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.baby-placeholder i {
  font-size: 100px;
  color: #74c9ed;
}
.baby-placeholder small {
  font-size: 14px;
  margin-top: 10px;
}
.btn-pontos {
  background: linear-gradient(135deg, #8bd3f5, #4db5df);

  color: #fff;

  border: none;

  font-weight: 600;

  box-shadow: 0 8px 20px rgba(77, 181, 223, 0.25);

  transition: all 0.25s ease;
}

.btn-pontos:hover {
  background: linear-gradient(135deg, #4db5df, #2698ca);

  color: #fff;

  transform: translateY(-2px);

  box-shadow: 0 12px 25px rgba(77, 181, 223, 0.35);
}

.btn-pontos i {
  margin-right: 5px;
}
.btn-pink {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-weight: 800;
}
.btn-pink:hover {
  background: #dc2e67;
  color: #fff;
}
.btn-outline-pink {
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 800;
}
.btn-outline-pink:hover {
  background: var(--primary);
  color: #fff;
}

.category-box {
  margin-top: -25px;
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 8px 30px #20365b12;
}
.category {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--secondary);
  gap: 7px;
}
.category span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #eaf7fc;
  display: grid;
  place-items: center;
  font-size: 34px;
  color: var(--primary);
}
.section {
  padding-top: 55px;
  padding-bottom: 25px;
}
.section-title {
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
  color: var(--primary);
}
.section-title span {
  color: var(--secondary);
}
/* ==========================================================
   PRODUTOS
========================================================== */

.product-card {
  height: 100%;

  display: flex;
  flex-direction: column;

  border: 1px solid #eee;
  border-radius: 18px;

  background: #fff;

  box-shadow: 0 7px 25px #1b315b0c;

  overflow: hidden;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);

  box-shadow: 0 12px 35px rgba(36, 68, 92, 0.12);
}

/* ==========================================================
   IMAGEM
========================================================== */

.product-image {
  width: 100%;

  height: 220px;

  flex-shrink: 0;

  background: #f5fbfe;

  display: flex;

  align-items: center;
  justify-content: center;

  overflow: hidden;

  font-size: 50px;

  color: #cfdde4;
}

.product-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* ==========================================================
   CONTEÚDO
========================================================== */

.product-card > .p-3 {
  flex: 1;

  display: flex;

  flex-direction: column;

  min-width: 0;

  padding: 18px !important;
}

/* Categoria */

.product-card > .p-3 > small {
  display: block;

  margin-bottom: 5px;

  color: var(--primary);

  font-size: 12px;

  font-weight: 800;

  text-transform: uppercase;

  letter-spacing: 0.4px;
}

/* Nome */

.product-card h5 {
  margin: 0 0 8px;

  color: var(--secondary);

  font-weight: 900;

  line-height: 1.25;

  overflow-wrap: anywhere;
}

/* ==========================================================
   DESCRIÇÃO
========================================================== */

.product-card p {
  margin: 0 0 12px;

  color: #687b87;

  font-size: 14px;

  line-height: 1.55;

  overflow-wrap: anywhere;

  word-break: break-word;

  white-space: normal;
}

/* ==========================================================
   PREÇO
========================================================== */

.product-card .price {
  margin-top: auto;

  margin-bottom: 5px;

  color: var(--primary);

  font-size: 19px;

  font-weight: 900;
}

/* ==========================================================
   BOTÃO WHATSAPP
========================================================== */

.product-card .btn {
  margin-top: 12px;

  flex-shrink: 0;
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 575px) {
  .product-image {
    height: 240px;
  }

  .product-card p {
    font-size: 14px;
  }
}
.about-visual {
  background: #f3fafd;
  min-height: 300px;
  display: grid;
  place-items: center;
}
.about-visual img,
.about-logo {
  max-width: 90%;
  max-height: 240px;
}
.gallery-img,
.gallery-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 14px;
}
.gallery-card div {
  padding: 12px;
  font-weight: 800;
}
.testimonial {
  padding: 25px;
  background: #f3fafd;
}
.testimonials-carousel {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 58px 38px;
}
.testimonial-slide {
  min-height: 225px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 38px 70px 42px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f3fafd;
  text-align: center;
}
.testimonial-quote {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 13px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--accent);
  font-size: 24px;
}
.testimonial-slide p {
  max-width: 650px;
  margin: 0 0 16px;
  color: var(--secondary);
  font-size: 16px;
  line-height: 1.7;
}
.testimonial-slide strong {
  color: var(--secondary);
  font-size: 14px;
}
.testimonial-slide .stars {
  margin-top: 7px;
}
.testimonials-carousel .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
.testimonials-carousel .carousel-indicators button {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border: 0;
  border-radius: 50%;
  background-color: var(--primary);
}
.testimonials-carousel .carousel-indicators button.active {
  background-color: var(--accent);
}
.testimonials-carousel .carousel-control-prev,
.testimonials-carousel .carousel-control-next {
  width: 44px;
  height: 44px;
  top: 50%;
  bottom: auto;
  border-radius: 50%;
  background: var(--accent);
  opacity: 1;
  transform: translateY(-50%);
}
.testimonials-carousel .carousel-control-prev {
  left: 0;
}
.testimonials-carousel .carousel-control-next {
  right: 0;
}
.testimonials-carousel .carousel-control-prev:hover,
.testimonials-carousel .carousel-control-next:hover {
  background: var(--secondary);
}
.stars {
  color: #ffae00;
  letter-spacing: 3px;
}
.page-head {
  padding: 55px 0;
  background: linear-gradient(100deg, #eaf7fc, #eaf7fc);
}
.page-head h1 {
  font-weight: 900;
}
.footer {
  background: #eaf7fc;
}
.copyright {
  text-align: center;
  padding: 12px;
  background: var(--primary);
  color: white;
}
.whatsapp-float {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green);
  color: #fff;
  font-size: 31px;
  box-shadow: 0 8px 25px #0003;
  z-index: 20;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 62px;
  }
  .site-navbar {
    min-height: 70px;
  }
  .navbar-collapse {
    padding: 12px 0 16px;
  }
  .nav-link {
    padding: 11px 13px !important;
  }
  .nav-cta {
    margin: 6px 0 0;
    text-align: center;
  }
  .hero-art {
    padding-bottom: 30px;
  }
  .baby-placeholder {
    min-height: 280px;
    border-radius: 30px;
  }
  .category-box {
    margin-top: 15px;
  }
  .hero h1 {
    font-size: 48px;
  }
}

.store-card {
  border: 1px solid #d9edf5;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(36, 68, 92, 0.08);
  overflow: hidden;
}
.store-header {
  padding: 24px;
  background: linear-gradient(135deg, #eaf7fc, #f8fcfe);
  display: flex;
  gap: 15px;
  align-items: center;
}
.store-header h2 {
  font-weight: 900;
  margin: 2px 0;
  color: var(--secondary);
}
.store-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--accent);
  font-size: 28px;
}
.store-body {
  padding: 24px;
}
.store-body i {
  color: var(--accent);
}
.schedule {
  list-style: none;
  padding: 0;
}
.schedule li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #edf5f8;
  font-size: 14px;
}
.schedule b {
  color: var(--secondary);
  white-space: nowrap;
}

/* =========================================================
   FOOTER
   ========================================================= */

.footer {
  margin-top: 70px;
  color: #dcecf5;
  background: linear-gradient(145deg, #17384f 0%, #24445c 50%, #1b3d54 100%);
  border-top: 4px solid var(--primary);
}

/* Área principal */

.footer-main {
  padding: 65px 0 55px;
}

/* Marca */

.footer-brand {
  max-width: 390px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #ffffff;
  text-decoration: none;
}

.footer-logo:hover {
  color: #ffffff;
}

.footer-logo-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #24445c;
  background: var(--primary);
  font-size: 23px;
}

.footer-logo strong {
  display: block;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.3px;
}

.footer-logo small {
  display: block;
  margin-top: 2px;
  color: #a9dff2;
  font-size: 12px;
}

.footer-description {
  margin: 20px 0;
  max-width: 360px;
  color: #c3dce7;
  font-size: 14px;
  line-height: 1.75;
}

/* WhatsApp principal */

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  color: #ffffff;
  background: rgba(37, 211, 102, 0.14);
  border-color: rgba(37, 211, 102, 0.35);
  text-decoration: none;
  transition: 0.25s ease;
}

.footer-whatsapp:hover {
  color: #ffffff;
  background: rgba(37, 211, 102, 0.24);
  transform: translateY(-2px);
}

.footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0 4px;
  color: #a9dff2;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.2s ease;
}

.footer-instagram i {
  font-size: 18px;
}

.footer-instagram:hover,
.footer-instagram:focus-visible {
  color: #ffffff;
}

.footer-whatsapp > i {
  font-size: 23px;
}

.footer-whatsapp strong,
.footer-whatsapp small {
  display: block;
}

.footer-whatsapp strong {
  font-size: 13px;
}

.footer-whatsapp small {
  margin-top: 2px;
  color: #c3dce7;
  font-size: 11px;
}

/* Títulos */

.footer-title {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

/* Links */

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-nav a {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: #c3dce7;
  font-size: 13px;
  text-decoration: none;
  transition: 0.2s ease;
}

.footer-nav a i {
  width: 17px;
  color: var(--primary);
}

.footer-nav a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

/* Horários */

.footer-hours {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.footer-hours-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(142, 201, 232, 0.12);
  color: var(--primary);
}

.footer-hours strong,
.footer-hours span {
  display: block;
}

.footer-hours strong {
  color: #ffffff;
  font-size: 13px;
}

.footer-hours span {
  margin-top: 2px;
  color: #c3dce7;
  font-size: 12px;
}

/* Link lojas */

.footer-stores-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #a9dff2;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.footer-stores-link:hover {
  color: #ffffff;
}

.footer-stores-link i:last-child {
  transition: 0.2s ease;
}

.footer-stores-link:hover i:last-child {
  transform: translateX(4px);
}

/* Divisor */

.footer-divider {
  height: 1px;
  margin: 10px 0 45px;
  background: rgba(255, 255, 255, 0.1);
}

/* Seção lojas */

.footer-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}

.footer-eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #a9dff2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.footer-section-heading h3 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

.footer-all-stores {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a9dff2;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.footer-all-stores:hover {
  color: #ffffff;
}

/* Cards das lojas */

.footer-store-card {
  display: flex;
  gap: 15px;
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  transition: 0.25s ease;
}

.footer-store-card:hover {
  border-color: rgba(142, 201, 232, 0.35);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-3px);
}

.footer-store-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #24445c;
  background: var(--primary);
  font-size: 18px;
}

.footer-store-content {
  min-width: 0;
}

.footer-store-content h4 {
  margin: 0 0 11px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.footer-store-content p {
  display: flex;
  gap: 7px;
  margin: 5px 0;
  color: #c3dce7;
  font-size: 12px;
  line-height: 1.5;
}

.footer-store-content p i {
  flex-shrink: 0;
  color: var(--primary);
}

/* WhatsApp da loja */

.footer-store-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  color: #7ee7a4;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.footer-store-whatsapp:hover {
  color: #ffffff;
}

/* Copyright */

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.12);
}

.footer-bottom-content {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #a9c7d4;
  font-size: 11px;
}

.footer-bottom-content strong {
  color: #ffffff;
}

.footer-made {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-made i {
  color: var(--primary);
}

/* WhatsApp flutuante */

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1000;

  width: 58px;
  height: 58px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  color: #fff;
  background: #25d366;

  font-size: 27px;
  text-decoration: none;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);

  transition: 0.25s ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-4px) scale(1.04);
}

/* Responsivo */

@media (max-width: 767.98px) {
  .footer-main {
    padding: 45px 0 40px;
  }

  .footer-brand {
    max-width: none;
  }

  .footer-title {
    margin-bottom: 15px;
  }

  .footer-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-section-heading h3 {
    font-size: 19px;
  }

  .footer-store-card {
    padding: 17px;
  }

  .footer-bottom-content {
    min-height: auto;
    padding: 18px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
    font-size: 24px;
  }
}

/* Página institucional */
.about-page-head {
  padding: 68px 0 72px;
  background: linear-gradient(120deg, #eaf7fc 0%, #f8fcfe 68%, #ffffff 100%);
}

.about-page-head .eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.about-page-head h1 {
  max-width: 720px;
  margin: 0;
  color: var(--secondary);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.08;
}

.about-page-head p {
  max-width: 570px;
  margin: 18px 0 0;
  color: #607d8b;
  font-size: 18px;
}

.about-intro {
  padding-top: 72px;
  padding-bottom: 72px;
}

.about-emblem {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(36, 68, 92, 0.07);
  text-align: center;
}

.about-emblem-circle {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--accent);
  box-shadow: 0 12px 25px rgba(79, 167, 206, 0.24);
  font-size: 42px;
}

.about-emblem-line {
  width: 42px;
  height: 2px;
  margin: 22px 0 15px;
  background: var(--primary);
}

.about-emblem strong {
  color: var(--secondary);
  font-size: 20px;
  font-weight: 900;
}

.about-emblem small {
  margin-top: 7px;
  color: #6b8491;
  font-size: 13px;
}

.about-intro h2 {
  max-width: 560px;
  margin: 9px 0 17px;
  color: var(--secondary);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  line-height: 1.12;
}

.about-copy {
  max-width: 660px;
  color: #607d8b;
  font-size: 16px;
  line-height: 1.85;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.about-values {
  background: #f4fbfe;
  border-top: 1px solid #e3f2f7;
  border-bottom: 1px solid #e3f2f7;
}

.about-values .section {
  padding-top: 66px;
  padding-bottom: 70px;
}

.about-values .eyebrow,
.about-stores .eyebrow {
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.about-value {
  height: 100%;
  padding: 26px;
  border: 1px solid #dceef5;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(36, 68, 92, 0.04);
}

.about-value-icon,
.about-store-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #ffffff;
  background: var(--accent);
  font-size: 21px;
}

.about-value h3,
.about-store h3 {
  margin: 18px 0 9px;
  color: var(--secondary);
  font-size: 18px;
  font-weight: 900;
}

.about-value p,
.about-store p {
  margin: 0;
  color: #607d8b;
  font-size: 14px;
  line-height: 1.65;
}

.about-stores {
  padding-top: 72px;
  padding-bottom: 78px;
}

.about-stores h2 {
  margin-top: 8px;
  color: var(--secondary);
  font-size: clamp(25px, 4vw, 36px);
  font-weight: 900;
}

.about-store {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 7px 22px rgba(36, 68, 92, 0.06);
}

.about-store p {
  margin-top: 12px;
}

.about-store p i {
  width: 18px;
  color: var(--accent);
}

.about-store-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: #168a4a;
  font-size: 13px;
  font-weight: 800;
}

.about-store-link:hover {
  color: var(--secondary);
}

@media (max-width: 767.98px) {
  .about-page-head {
    padding: 48px 0 54px;
  }

  .about-page-head p {
    font-size: 16px;
  }

  .about-intro,
  .about-stores {
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .about-emblem {
    min-height: 250px;
  }
}

/* Footer claro e compacto */
.footer {
  margin-top: 55px;
  color: var(--secondary);
  background: #f4fbfe;
  border-top: 1px solid var(--line);
}

.footer-main {
  padding: 48px 0 42px;
}

.footer-logo {
  color: var(--secondary);
}

.footer-logo:hover {
  color: var(--accent);
}

.footer-logo-icon {
  color: #ffffff;
  background: var(--accent);
  border-radius: 12px;
}

.footer-logo small,
.footer-eyebrow {
  color: var(--accent);
}

.footer-description {
  color: #607d8b;
}

.footer-whatsapp {
  color: #168a4a;
  background: #e7f8ee;
  border-color: #bde8cd;
}

.footer-whatsapp:hover {
  color: #106a39;
  background: #d8f3e2;
}

.footer-whatsapp small {
  color: #607d8b;
}

.footer-instagram {
  color: var(--secondary);
}

.footer-instagram:hover,
.footer-instagram:focus-visible {
  color: var(--accent);
}

.footer-title,
.footer-section-heading h3 {
  color: var(--secondary);
}

.footer-nav {
  gap: 8px;
}

.footer-nav a {
  color: #607d8b;
}

.footer-nav a i,
.footer-nav a:hover {
  color: var(--accent);
}

.footer-hours-icon,
.footer-store-icon {
  color: #ffffff;
  background: var(--accent);
}

.footer-hours strong,
.footer-store-content h4 {
  color: var(--secondary);
}

.footer-hours span,
.footer-store-content p {
  color: #607d8b;
}

.footer-stores-link,
.footer-all-stores {
  color: var(--accent);
}

.footer-stores-link:hover,
.footer-all-stores:hover {
  color: var(--secondary);
}

.footer-divider {
  margin: 4px 0 38px;
  background: var(--line);
}

.footer-store-card {
  gap: 13px;
  padding: 18px;
  border: 1px solid #dceef5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(36, 68, 92, 0.05);
}

.footer-store-card:hover {
  border-color: var(--primary);
  background: #ffffff;
  box-shadow: 0 9px 24px rgba(36, 68, 92, 0.1);
  transform: translateY(-2px);
}

.footer-store-content p i {
  color: var(--accent);
}

.footer-store-whatsapp {
  color: #168a4a;
}

.footer-store-whatsapp:hover {
  color: #106a39;
}

.footer-bottom {
  border-top-color: var(--line);
  background: #eaf7fc;
}

.footer-bottom-content {
  color: #607d8b;
}

.footer-bottom-content strong {
  color: var(--secondary);
}

.footer-made i {
  color: var(--accent);
}

@media (max-width: 767.98px) {
  .footer-main {
    padding: 40px 0 34px;
  }

  .footer-section-heading h3 {
    font-size: 19px;
  }

  .footer-store-card {
    padding: 16px;
  }
}
