/* Identidade visual Janete Felix aplicada sobre a estrutura original da index-2. */
:root {
  --at-theme-primary: #a65369;
  --at-neutral-0: #fffdfc;
  --at-neutral-0-rgb: 255, 253, 252;
  --at-neutral-50: #f7f1ec;
  --at-neutral-50-rgb: 247, 241, 236;
  --at-neutral-100: #eadde1;
  --at-neutral-200: #ddb6c1;
  --at-neutral-300: #c98f9f;
  --at-neutral-500: #7b6269;
  --at-neutral-700: #633142;
  --at-neutral-800: #43252f;
  --at-neutral-900: #292124;
  --at-neutral-950: #633142;
}

html {
  scroll-behavior: smooth;
}

.anchor-section {
  scroll-margin-top: 86px;
}

.bg-coating::before {
  background-color: rgba(99, 49, 66, 0.58);
}

.footer-fixed-bottom,
.bg-neutral-950 {
  background-color: #633142 !important;
}

.home-2-pricing-card--popular,
.home-2-pricing-card__badge {
  border-color: #a65369;
}

.postbox-scroll-zoom-img {
  object-position: center;
}

::selection {
  color: #fffdfc;
  background: #a65369;
}

/* Símbolo floral da identidade da Janete, preservando o alinhamento do Orisa. */
.jf-brand-mark {
  display: block;
  flex: 0 0 50px;
  width: 50px;
  height: 34px;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  visibility: visible;
  filter: none;
}

.jf-brand-mark--footer {
  width: 46px;
  height: 32px;
  padding: 2px 3px;
  border-radius: 6px;
  background: transparent;
}

.at-header-logo a,
.at-offcanvas-logo a {
  gap: 8px;
  align-items: center;
}

.at-header-area .at-header-logo p {
  font-size: 22px !important;
  white-space: nowrap;
}

/* Cabeçalho fixado em modo claro, com áreas de toque simétricas. */
.at-header-right {
  gap: 12px !important;
}

.at-header-search-btn,
.at-header-sidebar-btn {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.at-header-search-btn:hover,
.at-header-sidebar-btn:hover {
  background: #f7f1ec;
  color: #633142;
}

/* Painel dos quatro quadrados adaptado à identidade e aos dados reais. */
.at-offcanvas {
  background-color: #fffdfc;
}

.at-offcanvas > .at-offcanvas-menu {
  display: none !important;
}

.at-offcanvas-top {
  margin-bottom: 38px;
}

.at-offcanvas-gallery {
  margin-bottom: 42px;
}

.at-offcanvas-gallery-img img {
  filter: none;
}

.at-offcanvas-contact {
  margin-bottom: 38px;
}

.at-offcanvas-contact ul li span {
  display: inline-block;
  color: var(--at-neutral-900);
  font-family: var(--at-ff-body);
}

.at-offcanvas-social {
  margin-top: 0;
  margin-bottom: 24px;
}

.at-offcanvas-social__grid {
  gap: 10px 24px;
}

.at-offcanvas-social__link[data-social] svg {
  display: none;
}

.at-offcanvas-social__link[data-social]::before {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  font-family: "Font Awesome 6 Brands";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.at-offcanvas-social__link[data-social="whatsapp"]::before { content: "\f232"; }
.at-offcanvas-social__link[data-social="instagram"]::before { content: "\f16d"; }
.at-offcanvas-social__link[data-social="facebook"]::before { content: "\f39e"; }
.at-offcanvas-social__link[data-social="youtube"]::before { content: "\f167"; }
.at-offcanvas-social__link[data-social="linkedin"]::before { content: "\f0e1"; }

/* Contatos da primeira seção. */
.at-hero-phone {
  color: var(--at-neutral-500);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.at-hero-phone:hover {
  color: #633142;
}

.at-hero-whatsapp-mobile {
  display: none;
}

/* Terceira seção: formação em uma frase curta e visualmente equilibrada. */
.janete-intro-statement {
  max-width: 980px;
  font-size: clamp(38px, 3.4vw, 48px);
  line-height: 1.08;
  text-wrap: balance;
}

/* O carrossel original permanece ativo, com as áreas da Janete tratadas como marcas. */
.janete-care-ticker {
  padding-top: 34px;
  padding-bottom: 34px;
}

.janete-care-ticker .carouselTicker__item {
  width: auto !important;
  min-width: 226px;
  padding: 0 12px;
}

.janete-care-ticker .carouselTicker__item:nth-child(n + 13):not(.carouselTicker__clone) {
  display: none;
}

.janete-care-ticker .brand-item {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  color: #292124;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-align: left;
  white-space: nowrap;
}

.janete-care-ticker .brand-item img {
  display: none;
}

.janete-care-ticker .brand-item::before {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  color: #292124;
  font-family: "Font Awesome 6 Pro";
  font-size: 39px;
  font-weight: 300;
  line-height: 1;
}

.janete-care-ticker .carouselTicker__item:nth-child(6n + 1) .brand-item::before { content: "\f5f8"; }
.janete-care-ticker .carouselTicker__item:nth-child(6n + 2) .brand-item::before { content: "\f06c"; }
.janete-care-ticker .carouselTicker__item:nth-child(6n + 3) .brand-item::before { content: "\f4c3"; }
.janete-care-ticker .carouselTicker__item:nth-child(6n + 4) .brand-item::before { content: "\f801"; }
.janete-care-ticker .carouselTicker__item:nth-child(6n + 5) .brand-item::before { content: "\f5bb"; }
.janete-care-ticker .carouselTicker__item:nth-child(6n) .brand-item::before { content: "\f4be"; }

.janete-care-ticker .carouselTicker__item:nth-child(6n + 1) .brand-item::after { content: "Acupuntura"; }
.janete-care-ticker .carouselTicker__item:nth-child(6n + 2) .brand-item::after { content: "Auriculoterapia"; }
.janete-care-ticker .carouselTicker__item:nth-child(6n + 3) .brand-item::after { content: "Massagens Terapêuticas"; }
.janete-care-ticker .carouselTicker__item:nth-child(6n + 4) .brand-item::after { content: "Estética Integrativa"; }
.janete-care-ticker .carouselTicker__item:nth-child(6n + 5) .brand-item::after { content: "Bem-Estar"; }
.janete-care-ticker .carouselTicker__item:nth-child(6n) .brand-item::after { content: "Atendimento Humanizado"; }

.sec-3-home-2 a[aria-label="Agende pelo WhatsApp"] .fw-700 {
  display: block;
  max-width: 104px;
  font-size: 13px;
  line-height: 1.15;
  text-align: center;
}

/* Seção 4: mantém cada serviço como um painel opaco, sem sobras entre slides. */
.at-service-area .scroll-section .item {
  overflow: hidden;
  background: var(--at-neutral-50);
}

/* A descrição faz parte do estado básico do card; a animação empilha o card
   inteiro e nunca é necessária para tornar o texto visível. */
.at-service-area .scroll-section p {
  opacity: 1 !important;
  visibility: visible !important;
}

#depoimentos .section-title br {
  display: block !important;
}

.at-service-area,
.at-service-area .scroll-section,
.at-service-area .scroll-section .wrapper {
  background: var(--at-neutral-50);
}

.at-service-area .scroll-section::after,
.at-service-area .scroll-section .wrapper::after {
  display: none !important;
  content: none !important;
}

.service-since-label {
  padding-bottom: 4px;
  text-underline-offset: 7px;
  letter-spacing: 0.02em;
}

.card-award-image img {
  object-fit: cover;
  object-position: center;
}

.home-2-section-11 .postbox-scroll-zoom-img {
  object-fit: cover;
  object-position: center 42%;
}

/* Seção 5: várias imagens com espaço próprio e frase principal em destaque. */
.janete-care-composition .slider-testimonial-thumbs {
  min-height: 190px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.janete-care-composition .slider-testimonial-2 {
  margin-top: 72px !important;
}

.janete-care-composition .slider-testimonial-2 h2 {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(38px, 4.3vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.janete-care-composition .at-btn-group {
  margin-top: 8px;
}

.testimonial-left-img {
  overflow: hidden;
  border-radius: 50%;
}

.testimonial-left-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonial-photo--fernanda {
  transform: scale(1.45);
  transform-origin: 52% 35%;
}

.testimonial-photo--halanna {
  transform: scale(2.05);
  transform-origin: 48% 0%;
}

.testimonial-photo--dayani {
  transform: scale(1.08);
  transform-origin: 50% 38%;
}

.about-me-slider-thumb--portrait {
  aspect-ratio: 77 / 56;
  overflow: hidden;
}

.about-me-slider-thumb--portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
}

.testimonial-initials {
  display: inline-flex;
  width: 100%;
  height: 100%;
  min-width: 54px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ddb6c1, #a65369);
  color: #fffdfc;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.testimonial-content-text {
  display: block;
  overflow: visible;
  font-size: clamp(22px, 2vw, 30px) !important;
}

.change-price-plan {
  position: relative;
  flex-wrap: wrap;
  row-gap: 8px;
}

.price-plan-toggle-label {
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.price-plan-toggle-label:not(.is-active) {
  opacity: 0.55;
}

.family-plan-note {
  display: none;
  width: 100%;
  color: var(--at-neutral-700);
  font-size: 12px;
  text-align: right;
}

.change-price-plan.is-family .family-plan-note {
  display: block;
}

.home-2-pricing-card__title {
  min-height: 2.45em;
}

.home-2-pricing-card__desc {
  min-height: 5.25em;
}

.home-2-pricing-card__features li {
  align-items: flex-start;
}

.home-2-pricing-card .at-btn {
  width: 100%;
  justify-content: center;
  padding-right: 20px !important;
  padding-left: 20px !important;
  text-align: center;
}

@media (max-width: 767.98px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .smooth-wrapper,
  .smooth-content,
  main,
  .container-2200 {
    max-width: 100%;
    overflow-x: clip;
  }

  .row > * {
    min-width: 0;
  }

  img,
  video,
  iframe {
    max-width: 100%;
  }

  .hamburger-sticky-menu {
    top: max(14px, env(safe-area-inset-top));
    right: 14px;
    min-width: 54px;
    min-height: 42px;
    padding: 7px 11px;
    line-height: 1;
    z-index: 999;
  }

  .at-offcanvas {
    padding: 32px 24px 36px;
  }

  .at-offcanvas-top {
    margin-bottom: 30px;
  }

  .at-offcanvas-title {
    font-size: 48px;
  }

  .at-offcanvas-title.sm {
    font-size: 30px;
  }

  .at-offcanvas-gallery {
    margin-bottom: 34px;
  }

  .at-offcanvas-gallery .sec-2-home-5__avatars-row {
    flex-wrap: wrap;
  }

  .at-offcanvas-gallery-img {
    width: 52px;
    height: 52px;
  }

  .at-hero-social.style-2 .whatsapp-social,
  .at-hero-phone {
    display: none !important;
  }

  .at-hero-whatsapp-mobile {
    display: flex;
    width: 100%;
    min-height: 54px;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #1da851;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.2);
  }

  .at-hero-contact-row {
    align-items: stretch !important;
  }

  .at-hero-whatsapp-mobile i {
    font-size: 22px;
  }

  .at-hero-whatsapp-mobile:active {
    transform: translateY(1px);
  }

  .janete-intro-statement {
    font-size: 34px;
    line-height: 1.12;
  }

  .janete-care-ticker {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .janete-care-ticker .carouselTicker__item {
    width: auto !important;
    min-width: 205px;
    padding: 0 10px;
  }

  .janete-care-ticker .brand-item {
    min-height: 76px;
    gap: 13px;
    font-size: 19px;
  }

  .jf-brand-mark {
    flex-basis: 44px;
    width: 44px;
    height: 30px;
  }

  .home-2-pricing-card__title,
  .home-2-pricing-card__desc {
    min-height: 0;
  }

  .family-plan-note {
    text-align: center;
  }

  .janete-care-ticker .brand-item::before {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 32px;
  }

  .janete-care-composition {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .janete-care-composition .slider-testimonial-thumbs {
    min-height: 96px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .janete-care-composition .slider-testimonial-2 {
    margin-top: 46px !important;
  }

  .janete-care-composition .slider-testimonial-2 h2 {
    padding: 0 10px;
    font-size: clamp(30px, 8.6vw, 40px);
    line-height: 1.13;
  }

  /* Serviços em Destaque: efeito empilhado preservado com altura real no celular. */
  #servicos-destaque {
    padding-top: 72px !important;
    padding-bottom: 58px !important;
  }

  #servicos-destaque .at-service-subtitle-wrap {
    margin-bottom: 28px !important;
    align-items: center;
    flex-wrap: wrap;
  }

  #servicos-destaque .scroll-section,
  #servicos-destaque .scroll-section .wrapper {
    position: relative !important;
    width: 100% !important;
    height: var(--mobile-stack-height, auto) !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  #servicos-destaque .scroll-section .item,
  #servicos-destaque .scroll-section .item:first-child,
  #servicos-destaque .scroll-section .item:not(:first-child) {
    position: absolute !important;
    inset: 0 0 auto !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border-radius: 0 0 28px 28px;
    background: var(--at-neutral-50) !important;
  }

  #servicos-destaque .scroll-section .item > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #servicos-destaque .scroll-section .row {
    align-items: stretch !important;
    row-gap: 20px;
  }

  #servicos-destaque .scroll-section .col-lg-6 > div {
    height: auto !important;
    padding: 0 2px !important;
  }

  #servicos-destaque .scroll-section h2 {
    max-width: 100%;
    margin: 0;
    padding-bottom: 18px !important;
    font-size: clamp(34px, 10vw, 44px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.045em;
    word-break: normal;
    overflow-wrap: normal;
    opacity: 1 !important;
  }

  #servicos-destaque .scroll-section h2 a {
    display: block;
    max-width: 100%;
  }

  #servicos-destaque .scroll-section p {
    margin-bottom: 16px !important;
    padding-right: 0 !important;
    font-size: clamp(18px, 5vw, 21px) !important;
    line-height: 1.42 !important;
    opacity: 1 !important;
  }

  #servicos-destaque .scroll-section .d-flex.ps-3 {
    padding-left: 0 !important;
  }

  #servicos-destaque .scroll-section ul.text-nowrap {
    margin: 0;
    padding-left: 20px;
    white-space: normal !important;
  }

  #servicos-destaque .scroll-section ul + ul {
    margin-top: 4px;
  }

  #servicos-destaque .scroll-section .col-lg-5 > .rounded-4 {
    width: 100%;
    aspect-ratio: 699 / 407;
    min-height: 0;
    overflow: hidden !important;
  }

  #servicos-destaque .scroll-section .col-lg-5 > .rounded-4 > a {
    display: block;
    width: 100%;
    height: 100%;
  }

  #servicos-destaque .scroll-section .img-cover {
    display: block;
    width: 100% !important;
    max-width: none;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    clip-path: none !important;
  }

  #servicos-destaque .scroll-section .item:last-child .img-cover {
    object-position: center 42% !important;
  }

  /* Estado seguro: sem a classe adicionada pelo JavaScript, todos os cards
     permanecem no fluxo e totalmente utilizáveis. */
  #servicos-destaque .scroll-section:not(.is-stack-ready),
  #servicos-destaque .scroll-section:not(.is-stack-ready) .wrapper {
    height: auto !important;
    overflow: visible !important;
  }

  #servicos-destaque .scroll-section:not(.is-stack-ready) .item,
  #servicos-destaque .scroll-section:not(.is-stack-ready) .item:first-child,
  #servicos-destaque .scroll-section:not(.is-stack-ready) .item:not(:first-child) {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  #servicos-destaque .scroll-section:not(.is-stack-ready) .item + .item {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid var(--at-neutral-100);
  }

  /* Depoimentos: cards com altura automática e conteúdo integral no celular. */
  #depoimentos {
    padding-bottom: 0 !important;
  }

  #depoimentos .section-fix {
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 76px !important;
    padding-bottom: 72px !important;
    overflow: visible !important;
  }

  #depoimentos .section-title-pin {
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 38px;
  }

  #depoimentos .section-title-pin .section-title {
    max-width: 100%;
    font-size: clamp(40px, 12vw, 56px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.05em;
  }

  #depoimentos .scroll-section,
  #depoimentos .scroll-section .wrapper,
  #depoimentos .scroll-section .list {
    position: relative !important;
    width: 100% !important;
    height: var(--mobile-stack-height, auto) !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  #depoimentos .scroll-section .item,
  #depoimentos .scroll-section .item:first-child,
  #depoimentos .scroll-section .item:not(:first-child) {
    position: absolute !important;
    inset: 0 0 auto !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: var(--at-neutral-50) !important;
  }

  #depoimentos .testimonial-cart-wrap {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  #depoimentos .testimonial-content,
  #depoimentos .testimonial-bottom-wrap {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  #depoimentos .testimonial-content-text {
    display: block !important;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-bottom: 0;
    overflow: visible !important;
    font-size: clamp(20px, 5.35vw, 24px) !important;
    line-height: 1.34 !important;
    white-space: normal !important;
    text-overflow: clip !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
  }

  #depoimentos .testimonial-cart-wrap.style-2 .testimonial-author {
    width: 100%;
    margin-top: 30px !important;
    align-items: center;
  }

  #depoimentos .testimonial-cart-wrap.style-2 .testimonial-left-img {
    width: 56px;
    height: 56px;
    min-width: 56px;
    flex: 0 0 56px;
    margin-right: 14px;
    border-radius: 50%;
  }

  #depoimentos .testimonial-initials,
  #depoimentos .testimonial-cart-wrap.style-2 .testimonial-left-img img {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: cover;
    object-position: center;
  }

  #depoimentos .testimonial-author > .testimonial-content {
    min-width: 0;
  }

  #depoimentos .testimonial-content-author-name,
  #depoimentos .testimonial-content-author-position {
    max-width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  #depoimentos .testimonial-content-author-position {
    font-size: 14px;
    line-height: 1.35;
  }

  #depoimentos .testimonial-content-rating-stars svg {
    display: block;
    max-width: 101px;
    height: auto;
  }

  #depoimentos .scroll-section:not(.is-stack-ready),
  #depoimentos .scroll-section:not(.is-stack-ready) .wrapper,
  #depoimentos .scroll-section:not(.is-stack-ready) .list {
    height: auto !important;
    overflow: visible !important;
  }

  #depoimentos .scroll-section:not(.is-stack-ready) .item,
  #depoimentos .scroll-section:not(.is-stack-ready) .item:first-child,
  #depoimentos .scroll-section:not(.is-stack-ready) .item:not(:first-child) {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  #depoimentos .scroll-section:not(.is-stack-ready) .item + .item {
    margin-top: 22px;
  }

  .home-2-section-11 .postbox-scroll-zoom-img {
    object-position: 63% center;
  }

  .at-btn,
  .at-btn-circle {
    max-width: 100%;
  }

  /* Indicadores: 20+ e 1000+ permanecem lado a lado sem ultrapassar a tela. */
  .home-2-section-9 .container {
    padding: 64px 18px !important;
  }

  .home-2-section-9 .row {
    row-gap: 42px;
  }

  .home-2-section-9 .row > div {
    padding-right: 7px;
    padding-left: 7px;
  }

  .home-2-section-9 h2 {
    max-width: 100%;
    font-size: clamp(48px, 15vw, 64px) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.045em;
  }

  .home-2-section-9 .row > div:nth-child(2) h2 {
    font-size: clamp(40px, 12.2vw, 52px) !important;
  }

  .home-2-section-9 h3 {
    max-width: 160px;
    margin: 14px auto 0;
    font-size: clamp(15px, 4.25vw, 18px) !important;
    line-height: 1.18 !important;
  }

  .home-2-section-9 .row > div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Pacotes: reserva uma linha própria para o selo, sem cobrir o título. */
  #pacotes-valores .home-2-pricing-card__body {
    padding: 24px 20px;
  }

  #pacotes-valores .home-2-pricing-card--popular .home-2-pricing-card__body {
    padding-top: 72px;
  }

  #pacotes-valores .home-2-pricing-card__badge {
    top: 28px;
    right: 28px;
  }

  #pacotes-valores .home-2-pricing-card__title {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.2;
  }

  #pacotes-valores .home-2-pricing-card__price-value {
    font-size: clamp(36px, 11.5vw, 44px);
    letter-spacing: -0.055em;
  }

  #pacotes-valores .home-2-pricing-card__desc {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.5;
  }

  #pacotes-valores .home-2-pricing-card__features {
    margin: 30px 18px 22px;
  }

  #pacotes-valores .home-2-pricing-card .at-btn {
    min-height: 52px;
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.15;
    white-space: normal;
  }

  /* Rodapé: contato e duas colunas continuam presentes, com leitura limpa. */
  .footer-fixed-bottom .at-footer-area {
    padding-top: 52px !important;
  }

  .footer-fixed-bottom .container {
    padding-right: 22px;
    padding-left: 22px;
  }

  .footer-fixed-bottom .row.g-5 {
    --bs-gutter-y: 38px;
  }

  .footer-fixed-bottom .at-header-logo {
    width: 100%;
  }

  .footer-fixed-bottom .col-lg-4 > .d-flex {
    gap: 26px !important;
  }

  .footer-fixed-bottom .col-lg-4 .h6 {
    font-size: clamp(16px, 4.7vw, 19px) !important;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .footer-fixed-bottom .alt-footer-link-item-wrap {
    --bs-gutter-x: 20px;
    margin-top: 2px;
  }

  .footer-fixed-bottom .alt-footer-link-item ul {
    padding-left: 0;
  }

  .footer-fixed-bottom .alt-footer-link-item ul li {
    margin-bottom: 14px !important;
  }

  .footer-fixed-bottom .alt-footer-link-item ul li a {
    display: inline;
    font-size: clamp(17px, 4.9vw, 20px);
    line-height: 1.14;
  }

  .footer-fixed-bottom .footer-2-border {
    padding-top: 32px !important;
    padding-bottom: 26px !important;
  }

  .footer-fixed-bottom .footer-2-connect-title {
    font-size: clamp(46px, 14vw, 56px);
    line-height: 1;
  }

  .footer-fixed-bottom .footer-2-border .text-end {
    text-align: left !important;
  }

  .footer-fixed-bottom .footer-2-hours {
    margin-top: -4px;
  }

  .footer-fixed-bottom .footer-2-hours .h5 {
    margin-bottom: 0;
    font-size: 24px;
  }
}
