.about-frigo-page {
  --frigo-red: #e30613;
  --frigo-blue: #0b2a4a;
  --frigo-white: #ffffff;
  --frigo-light: #f7f7f7;
}

.page-about-frigo .header-1.header-border,
.page-about-frigo .header-1.header-border .mega-menu-wrapper,
.page-about-frigo .sticky.header-1.header-border,
.page-about-frigo .sticky.header-1.header-border .mega-menu-wrapper {
  background-color: var(--frigo-blue) !important;
}

.page-about-frigo .header-1.header-border .main-menu ul li > a,
.page-about-frigo .header-1.header-border .main-menu ul li > a i,
.page-about-frigo .header-1.header-border .header-right .text-btn,
.page-about-frigo .sticky.header-1.header-border .main-menu ul li > a,
.page-about-frigo .sticky.header-1.header-border .main-menu ul li > a i,
.page-about-frigo .sticky.header-1.header-border .header-right .text-btn {
  color: var(--frigo-white) !important;
}

.page-about-frigo .header-1.header-border .main-menu ul li:hover > a,
.page-about-frigo .sticky.header-1.header-border .main-menu ul li:hover > a,
.page-about-frigo .sticky.header-1.header-border .main-menu ul li:hover > a {
  color: var(--frigo-red) !important;
}

.page-about-frigo .header-1.header-border .main-menu ul li:hover > a i,
.page-about-frigo .sticky.header-1.header-border .main-menu ul li:hover > a i,
.page-about-frigo .sticky.header-1.header-border .main-menu ul li:hover > a i {
  color: var(--frigo-red) !important;
}

.page-about-frigo .header-1.header-border .header-right .sidebar__toggle .header-bar span:first-child,
.page-about-frigo .header-1.header-border .header-right .sidebar__toggle .header-bar span:last-child,
.page-about-frigo .sticky.header-1.header-border .header-right .sidebar__toggle .header-bar span:first-child,
.page-about-frigo .sticky.header-1.header-border .header-right .sidebar__toggle .header-bar span:last-child {
  background: var(--frigo-white) !important;
}

.page-about-frigo .header-1.header-border .header-right .sidebar__toggle,
.page-about-frigo .sticky.header-1.header-border .header-right .sidebar__toggle {
  color: var(--frigo-white) !important;
}

.page-about-frigo .header-1.header-border .header__hamburger,
.page-about-frigo .sticky.header-1.header-border .header__hamburger {
  display: block !important;
}

.page-about-frigo .header-1.header-border .header-right .sidebar__toggle .header-bar span,
.page-about-frigo .sticky.header-1.header-border .header-right .sidebar__toggle .header-bar span {
  background: var(--frigo-white) !important;
  opacity: 1 !important;
}

.page-about-frigo .header-1.header-border .header-right .sidebar__toggle .header-bar span:nth-child(2),
.page-about-frigo .sticky.header-1.header-border .header-right .sidebar__toggle .header-bar span:nth-child(2),
.page-about-frigo .header-1.header-border .header-right .sidebar__toggle .header-bar.active span:first-child,
.page-about-frigo .sticky.header-1.header-border .header-right .sidebar__toggle .header-bar.active span:first-child,
.page-about-frigo .header-1.header-border .header-right .sidebar__toggle .header-bar.active span:last-child,
.page-about-frigo .sticky.header-1.header-border .header-right .sidebar__toggle .header-bar.active span:last-child {
  background: var(--frigo-white) !important;
}

/* Corrige estados "active" e utilitários que escondem/deformam o hambúrguer no navbar azul da Sobre */
.page-about-frigo .header-section .header__hamburger {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.page-about-frigo .header-section .sidebar__toggle .header-bar,
.page-about-frigo .sticky .sidebar__toggle .header-bar {
  position: relative !important;
  width: 40px !important;
  height: 12px !important;
}

.page-about-frigo .header-section .sidebar__toggle .header-bar span,
.page-about-frigo .sticky .sidebar__toggle .header-bar span {
  display: none !important;
}

.page-about-frigo .header-section .sidebar__toggle .header-bar::before,
.page-about-frigo .header-section .sidebar__toggle .header-bar::after,
.page-about-frigo .sticky .sidebar__toggle .header-bar::before,
.page-about-frigo .sticky .sidebar__toggle .header-bar::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  width: 40px !important;
  height: 2px !important;
  background: #ffffff !important;
  border-radius: 2px !important;
  opacity: 1 !important;
  transform: none !important;
}

.page-about-frigo .header-section .sidebar__toggle .header-bar::before,
.page-about-frigo .sticky .sidebar__toggle .header-bar::before {
  top: 0 !important;
}

.page-about-frigo .header-section .sidebar__toggle .header-bar::after,
.page-about-frigo .sticky .sidebar__toggle .header-bar::after {
  bottom: 0 !important;
}

.page-about-frigo .sticky.header-1.header-border .header-logo {
  display: block;
}

.page-about-frigo .sticky.header-1.header-border .header-logo-2 {
  display: none;
}

.about-frigo-kicker {
  color: var(--frigo-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  display: inline-block;
  margin-bottom: 14px;
}

.about-frigo-hero {
  padding: 220px 0 80px;
  background: var(--frigo-light);
}

.about-frigo-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.about-frigo-hero__content {
  background: var(--frigo-white);
  border-radius: 14px;
  padding: 56px 52px;
}

.about-frigo-hero__content h1 {
  color: var(--frigo-blue);
  font-size: clamp(34px, 3.6vw, 58px);
  line-height: 1.03;
  margin-bottom: 20px;
}

.about-frigo-hero__content p {
  color: #435063;
  max-width: 570px;
  line-height: 1.75;
}

.about-frigo-metrics {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-frigo-metric {
  display: flex;
  gap: 12px;
  align-items: center;
}

.about-frigo-metric i {
  color: var(--frigo-red);
  font-size: 22px;
}

.about-frigo-metric strong {
  display: block;
  color: var(--frigo-blue);
  font-size: 31px;
  line-height: 1;
}

.about-frigo-metric span {
  color: #4e5d72;
  font-size: 14px;
}

.about-frigo-hero__visual {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 520px;
}

.about-frigo-hero__images {
  display: block;
  height: 100%;
}

.about-frigo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-frigo-image--bw {
  filter: grayscale(1);
}

.about-frigo-badge {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  background: var(--frigo-red);
  color: var(--frigo-white);
  font-weight: 700;
  font-size: 38px;
  line-height: 0.95;
  padding: 16px 18px;
  border-radius: 10px;
}

.about-frigo-badge br {
  display: none;
}

.about-frigo-story {
  background: var(--frigo-white);
}

.about-frigo-story__banner {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 34px;
}

.about-frigo-story__banner img {
  width: 100%;
  /* Altura equivalente a largura que a foto central tinha no layout 3 colunas anterior */
  height: calc((100% - 72px) * 0.3103448276);
  min-height: 300px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about-frigo-story__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 36px;
  align-items: end;
}

.about-frigo-story__text h2 {
  color: var(--frigo-blue);
  font-size: clamp(32px, 3vw, 52px);
  margin-bottom: 18px;
}

.about-frigo-story__text p {
  color: #415067;
  line-height: 1.88;
  margin-bottom: 18px;
  max-width: 610px;
}

.about-frigo-story__text em {
  color: var(--frigo-red);
  font-style: italic;
  font-weight: 700;
}

.about-frigo-story__media {
  border-radius: 14px;
  overflow: hidden;
}

.about-frigo-story__media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.about-frigo-value {
  padding: 4px 0 22px;
  border-bottom: 1px solid #e3e8f0;
  margin-bottom: 20px;
}

.about-frigo-value:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.about-frigo-value i {
  color: var(--frigo-red);
  font-size: 26px;
  margin-bottom: 12px;
}

.about-frigo-value h3 {
  color: var(--frigo-red);
  font-size: 29px;
  margin-bottom: 9px;
}

.about-frigo-value p {
  color: #4f6077;
  line-height: 1.75;
}

.about-frigo-timeline {
  background: var(--frigo-blue);
  overflow: hidden;
}

.about-frigo-timeline__track {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 24px;
  position: relative;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 40px 24px 18px;
}

.about-frigo-timeline__track::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.about-frigo-timeline__track::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 76px;
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
}

.about-frigo-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-top: 8px;
}

.about-frigo-step__icon {
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--frigo-white);
  background: var(--frigo-blue);
  position: relative;
  isolation: isolate;
}

.about-frigo-step__icon::before {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: 50%;
  border: 2px solid rgba(227, 6, 19, 0.95);
  animation: frigoPulseRing 1.9s ease-out infinite;
  z-index: -1;
}

.about-frigo-step__icon::after {
  content: none;
}

@keyframes frigoPulseRing {
  0% {
    transform: scale(0.92);
    opacity: 0.95;
  }
  70% {
    transform: scale(1.14);
    opacity: 0.25;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

.about-frigo-step h3 {
  margin: 22px 0 12px;
  color: var(--frigo-red);
  font-size: 24px;
}

.about-frigo-step p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.66;
}

.about-frigo-differentials {
  background: var(--frigo-white);
}

.about-frigo-differentials .section-title h2 {
  color: var(--frigo-blue);
}

.about-frigo-differentials__grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #eef1f5;
  border-bottom: 1px solid #eef1f5;
}

.about-frigo-diff {
  text-align: center;
  padding: 30px 14px 24px;
  border-right: 1px solid #eef1f5;
}

.about-frigo-diff:last-child {
  border-right: 0;
}

.about-frigo-diff i {
  color: var(--frigo-red);
  font-size: 27px;
  margin-bottom: 14px;
}

.about-frigo-diff h3 {
  color: var(--frigo-blue);
  font-size: 19px;
  line-height: 1.45;
  margin: 0 auto 14px;
  max-width: 220px;
}

.about-frigo-diff::after {
  content: "";
  width: 46px;
  height: 2px;
  background: var(--frigo-red);
  margin: 0 auto;
  display: block;
}

.about-frigo-cta {
  background-size: cover;
  background-position: center;
}

.about-frigo-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.about-frigo-cta h2 {
  color: var(--frigo-white);
  font-size: clamp(32px, 3.4vw, 56px);
  margin-bottom: 10px;
}

.about-frigo-cta p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  margin: 0;
}

.about-frigo-cta__btn {
  background: var(--frigo-white);
  color: var(--frigo-red);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 17px 30px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
  transition: all 0.35s ease;
}

.about-frigo-cta__btn:hover {
  background: var(--frigo-blue);
  color: var(--frigo-white);
}

.casas-premium-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(11, 42, 74, 0.06), transparent 46%),
    #f7f7f7;
}

.casas-premium-container {
  max-width: 1400px;
}

.casas-premium-head {
  max-width: 860px;
  margin: 0 auto 50px;
}

.casas-premium-kicker {
  color: #e30613;
  font-size: 13px;
  letter-spacing: 0.17em;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 16px;
}

.casas-premium-head h2 {
  font-size: clamp(34px, 3.4vw, 56px);
  line-height: 1.08;
  color: #0b2a4a;
  margin-bottom: 18px;
  font-weight: 700;
}

.casas-premium-title-red {
  color: #e30613;
}

.casas-premium-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #4d5d71;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
}

.casas-premium-carousel {
  position: relative;
  margin-bottom: 28px;
  min-height: 460px;
}

.casas-premium-track {
  position: relative;
  height: 460px;
  --casas-offset: clamp(290px, 33vw, 470px);
  min-height: 460px;
  cursor: grab;
  touch-action: pan-y;
}

.casas-premium-track.is-dragging {
  cursor: grabbing;
}

.casas-premium-track,
.casas-premium-track * {
  user-select: none;
  -webkit-user-select: none;
}

.casas-premium-track.is-dragging .casas-premium-card {
  transition: none;
}

.casas-premium-card {
  position: relative;
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 44px rgba(11, 42, 74, 0.18);
  transform: translateX(-50%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), width 0.45s cubic-bezier(0.22, 1, 0.36, 1), height 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}

.casas-premium-card.is-left,
.casas-premium-card.is-right {
  width: 28%;
  height: 420px;
  opacity: 0.9;
  z-index: 1;
}

.casas-premium-card.is-center {
  width: 42%;
  height: 460px;
  z-index: 2;
}

.casas-premium-card.is-left {
  transform: translateX(calc(-50% - var(--casas-offset)));
}

.casas-premium-card.is-center {
  transform: translateX(-50%);
}

.casas-premium-card.is-right {
  transform: translateX(calc(-50% + var(--casas-offset)));
}

.casas-premium-card.is-center.is-dragging-card {
  z-index: 4;
  transition: none !important;
  transform: translateX(calc(-50% + var(--casas-drag-x, 0px)));
}

.casas-premium-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  user-select: none;
  -webkit-user-drag: none;
}

.casas-premium-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 42, 74, 0.14) 25%, rgba(11, 42, 74, 0.82) 100%);
  transition: all 0.35s ease;
}

.casas-premium-card.is-left .casas-premium-overlay,
.casas-premium-card.is-right .casas-premium-overlay {
  background: linear-gradient(180deg, rgba(11, 42, 74, 0.28) 20%, rgba(11, 42, 74, 0.92) 100%);
}

.casas-premium-card:hover img {
  transform: scale(1.04);
}

.casas-premium-card:hover .casas-premium-overlay {
  background: linear-gradient(180deg, rgba(11, 42, 74, 0.3) 25%, rgba(11, 42, 74, 0.94) 100%);
}

.casas-premium-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 2;
}

.casas-premium-brand {
  color: #ffffff;
  opacity: 0.95;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.casas-premium-brand i {
  color: #e30613;
}

.casas-premium-content h3 {
  font-size: clamp(30px, 2.8vw, 46px);
  line-height: 1;
  color: #ffffff;
  margin: 8px 0 15px;
  font-weight: 800;
}

.casas-premium-line {
  width: 62px;
  height: 3px;
  border-radius: 99px;
  display: block;
  background: #e30613;
}

.casas-premium-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
  background: #e30613;
  color: #ffffff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.casas-premium-nav {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 0;
  background: #ffffff;
  color: #e30613;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(11, 42, 74, 0.17);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: all 0.35s ease;
}

.casas-premium-nav:hover {
  transform: translateY(-50%) scale(1.08);
}

.casas-premium-nav--prev {
  left: -28px;
}

.casas-premium-nav--next {
  right: -28px;
}

.casas-premium-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}

.casas-premium-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  background: #d8dee6;
  transition: all 0.35s ease;
}

.casas-premium-dot.is-active {
  background: #e30613;
  transform: scale(1.22);
}

.casas-premium-diff {
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 20px 42px rgba(11, 42, 74, 0.12);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.casas-premium-diff-item {
  padding: 30px 20px;
  text-align: center;
  border-right: 1px solid #edf1f5;
}

.casas-premium-diff-item:last-child {
  border-right: 0;
}

.casas-premium-diff-item i {
  color: #e30613;
  font-size: 24px;
  margin-bottom: 12px;
  transition: transform 0.35s ease;
  transform-origin: center;
}

.casas-premium-diff-item:hover i {
  transform: scale(1.12);
}

.casas-premium-diff-item h4 {
  color: #0b2a4a;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
}

.casas-premium-diff-item p {
  color: #607287;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1399px) {
  .about-frigo-hero__content {
    padding: 44px;
  }

  .about-frigo-story__grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-frigo-story__banner img {
    height: clamp(260px, 34vw, 420px);
  }

  .about-frigo-differentials__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-frigo-diff:nth-child(3n) {
    border-right: 0;
  }

  .casas-premium-nav--prev {
    left: -12px;
  }

  .casas-premium-nav--next {
    right: -12px;
  }

  .casas-premium-card.is-left,
  .casas-premium-card.is-right {
    width: 27%;
  }

  .casas-premium-card.is-center {
    width: 46%;
  }
}

@media (max-width: 991px) {
  .about-frigo-hero {
    padding-top: 180px;
  }

  .about-frigo-hero__grid,
  .about-frigo-story__grid {
    grid-template-columns: 1fr;
  }

  .about-frigo-story__banner img {
    height: clamp(220px, 42vw, 320px);
  }

  .about-frigo-hero__visual {
    min-height: 420px;
  }

  .about-frigo-story__media img {
    min-height: 420px;
  }

  .about-frigo-story__values {
    grid-template-columns: 1fr;
  }

  .about-frigo-value {
    border-right: 0;
    border-bottom: 1px solid #e3e8f0;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .about-frigo-value:last-child {
    border-bottom: 0;
  }

  .about-frigo-differentials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-frigo-diff {
    border-right: 1px solid #eef1f5;
    border-bottom: 1px solid #eef1f5;
  }

  .about-frigo-diff:nth-child(even) {
    border-right: 0;
  }

  .about-frigo-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .casas-premium-carousel {
    padding: 0 0 2px;
    min-height: 430px;
  }

  .casas-premium-track {
    display: flex;
    position: relative;
    overflow-x: auto;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    padding: 8px 6px;
    gap: 14px;
    height: auto;
    min-height: 430px;
  }

  .casas-premium-card,
  .casas-premium-card.is-left,
  .casas-premium-card.is-right,
  .casas-premium-card.is-center {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    transition: all 0.35s ease;
    width: 85vw;
    min-width: 85vw;
    max-width: 85vw;
    height: 430px;
    flex: 0 0 85vw;
    opacity: 1;
    scroll-snap-align: center;
  }

  .casas-premium-nav {
    display: none;
  }

  .casas-premium-diff {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .casas-premium-diff-item {
    border-right: 1px solid #edf1f5;
    border-bottom: 1px solid #edf1f5;
  }

  .casas-premium-diff-item:nth-child(2n) {
    border-right: 0;
  }

  .casas-premium-diff-item:nth-last-child(-n + 1) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .about-frigo-hero {
    padding-top: 155px;
  }

  .about-frigo-hero__content {
    padding: 34px 22px;
  }

  .about-frigo-hero__images {
    grid-template-columns: 1fr;
  }

  .about-frigo-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .about-frigo-badge {
    font-size: 30px;
  }

  .about-frigo-badge br {
    display: inline;
  }

  .about-frigo-timeline__track {
    grid-template-columns: repeat(5, minmax(240px, 1fr));
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 40px 16px 8px;
  }

  .about-frigo-timeline__track::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .about-frigo-differentials__grid {
    grid-template-columns: 1fr;
  }

  .about-frigo-diff,
  .about-frigo-diff:nth-child(even) {
    border-right: 0;
  }

  .casas-premium-head {
    margin-bottom: 34px;
  }

  .casas-premium-head p {
    font-size: 16px;
  }

  .casas-premium-card,
  .casas-premium-card.is-left,
  .casas-premium-card.is-right,
  .casas-premium-card.is-center {
    width: 88vw;
    min-width: 88vw;
    max-width: 88vw;
    height: 400px;
    flex: 0 0 88vw;
  }

  .casas-premium-carousel,
  .casas-premium-track {
    min-height: 400px;
  }

  .casas-premium-content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .casas-premium-content h3 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .casas-premium-diff {
    grid-template-columns: 1fr;
  }

  .casas-premium-diff-item,
  .casas-premium-diff-item:nth-child(2n) {
    border-right: 0;
  }

  .casas-premium-diff-item:last-child {
    border-bottom: 0;
  }
}
