.chat-widget__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.chat-widget__messages {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chat-widget__empty {
  margin: 0;
  align-self: flex-start;
  display: inline-flex;
  width: fit-content;
  max-width: min(88%, 320px);
  padding: 10px 12px;
  border: 1px dashed rgba(203, 213, 225, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.04);
}

.chat-widget__message {
  width: fit-content;
  max-width: min(88%, 320px);
  margin: 0;
}

.chat-widget__message--visitor {
  margin-right: auto;
}

.chat-widget__message--admin {
  margin-left: auto;
}

.chat-widget__message-meta {
  flex-wrap: wrap;
  align-items: baseline;
}

.chat-widget__message-body {
  overflow-wrap: anywhere;
}

.chat-widget__actions {
  flex-wrap: wrap;
  gap: 8px;
}

.chat-widget__send {
  max-width: 100%;
}

.cta-pill,
.badge-soft,
.link-arrow {
  max-width: 100%;
}

.cta-pill {
  flex-wrap: wrap;
  width: fit-content;
  text-align: center;
}

.badge-soft {
  flex-wrap: wrap;
  width: fit-content;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
  width: fit-content;
}

.link-arrow::after {
  content: "->";
}

@media (max-width: 767.98px) {
  .chat-widget__empty,
  .chat-widget__message {
    max-width: 100%;
  }
}

.article-stack {
  display: grid;
  gap: clamp(20px, 3vw, 28px);
}

.article-summary--wide {
  max-width: 72ch;
}

.media-showcase {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 30px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.media-showcase__stage {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: transparent;
  text-align: left;
  cursor: zoom-in;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.media-showcase__stage-image {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  min-height: 320px;
  object-fit: cover;
  background: linear-gradient(160deg, #dfe4ea, #f7f8fa);
}

.media-showcase__expand {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.media-showcase__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.media-showcase__thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(110px, 148px);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
  scrollbar-color: #c7ced6 transparent;
}

.media-showcase__thumb {
  padding: 0;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.media-showcase__thumb:hover {
  transform: translateY(-1px);
}

.media-showcase__thumb.is-active {
  border-color: rgba(255, 109, 45, 0.45);
  box-shadow: 0 0 0 3px rgba(255, 109, 45, 0.12), 0 10px 22px rgba(15, 23, 42, 0.06);
}

.media-showcase__thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: linear-gradient(160deg, #dfe4ea, #f7f8fa);
}

.media-showcase--text-safe .media-showcase__stage {
  display: grid;
  place-items: center;
  max-width: min(100%, 860px);
  margin-inline: auto;
  padding: clamp(0.4rem, 1vw, 0.75rem);
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
}

.media-showcase--text-safe .media-showcase__stage-image {
  height: clamp(220px, 28vw, 360px);
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center center;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
}

.media-showcase--text-safe .media-showcase__thumb {
  background: linear-gradient(180deg, #fbfdff 0%, #f1f5f9 100%);
}

.media-showcase--text-safe .media-showcase__thumb img {
  padding: 0.2rem;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center center;
  background: linear-gradient(180deg, #fbfdff 0%, #f1f5f9 100%);
}

.media-lightbox-open {
  overflow: hidden;
}

.media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2300;
  display: grid;
  place-items: center;
  padding: 20px;
}

.media-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.82);
  backdrop-filter: blur(12px);
}

.media-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 32px));
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(9, 14, 25, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.media-lightbox__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-right: 44px;
}

.media-lightbox__toolbar strong {
  color: #fff;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.media-lightbox__counter {
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.9rem;
}

.media-lightbox__close,
.media-lightbox__nav {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.media-lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  font-size: 22px;
  line-height: 1;
}

.media-lightbox__viewport {
  position: relative;
}

.media-lightbox__image-wrap {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px;
}

.media-lightbox__image {
  display: block;
  width: 100%;
  max-height: min(78vh, 860px);
  object-fit: contain;
  margin: 0 auto;
}

.media-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 1;
}

.media-lightbox__nav--prev {
  left: 16px;
}

.media-lightbox__nav--next {
  right: 16px;
}

.listing-card__media {
  position: relative;
}

.listing-card__photo-count {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.24);
  backdrop-filter: blur(10px);
}

@media (min-width: 1200px) {
  .media-showcase__stage-image {
    min-height: 400px;
  }
}

@media (max-width: 767.98px) {
  .media-showcase {
    padding: 14px;
    border-radius: 24px;
  }

  .media-showcase__stage {
    border-radius: 20px;
  }

  .media-showcase__stage-image {
    min-height: 220px;
    aspect-ratio: 4 / 3;
  }

  .media-showcase__expand {
    left: 12px;
    bottom: 12px;
    padding: 0.48rem 0.72rem;
    font-size: 0.75rem;
  }

  .media-showcase__thumbs {
    grid-auto-columns: minmax(84px, 112px);
  }

  .media-showcase--text-safe .media-showcase__stage-image {
    height: clamp(180px, 56vw, 260px);
  }

  .media-showcase--text-safe .media-showcase__thumb img {
    padding: 0.15rem;
    aspect-ratio: 3 / 2;
  }

  .media-lightbox {
    padding: 12px;
  }

  .media-lightbox__dialog {
    width: min(100vw - 16px, 720px);
    padding: 14px;
    border-radius: 22px;
  }

  .media-lightbox__toolbar {
    padding-right: 38px;
  }

  .media-lightbox__nav {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .media-lightbox__nav--prev {
    left: 10px;
  }

  .media-lightbox__nav--next {
    right: 10px;
  }
}

.listing-carousel__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.listing-carousel__toolbar .badge-soft {
  min-height: 42px;
  padding-inline: 0.95rem;
}

.listing-carousel__toolbar .listing-carousel__controls {
  margin-bottom: 0;
  margin-left: auto;
}

.listing-carousel__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  touch-action: manipulation;
}

.listing-carousel__control:focus-visible {
  outline: none;
  border-color: rgba(255, 109, 45, 0.36);
  box-shadow: 0 0 0 4px rgba(255, 109, 45, 0.14), 0 12px 24px rgba(0, 0, 0, 0.06);
}

.mobile-cta {
  left: 12px;
  right: 12px;
  bottom: 12px;
  transform: none;
  gap: 8px;
  padding: 7px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.96);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(12px);
}

.mobile-cta a {
  flex: 1 1 0;
  min-width: 0;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 0.9rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.desktop-cta {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 2050;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.96);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(12px);
}

.desktop-cta a {
  min-width: 138px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.1rem;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.desktop-cta .cta-call,
.mobile-cta .cta-call {
  background: #39c652;
  color: #fff;
}

.desktop-cta .cta-whatsapp,
.mobile-cta .cta-whatsapp {
  background: #25d366;
  color: #fff;
}

@media (min-width: 992px) {
  .desktop-cta {
    display: inline-flex;
  }
}

@media (max-width: 767.98px) {
  .page-shell {
    padding-bottom: 108px;
  }

  .listing-carousel__toolbar {
    gap: 10px;
  }

  .listing-carousel__toolbar .badge-soft {
    min-height: 38px;
    font-size: 0.78rem;
  }

  .listing-carousel__controls {
    gap: 10px;
  }

  .listing-carousel__control {
    width: 44px;
    height: 44px;
  }

  .mobile-cta {
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 8px;
    padding: 7px;
  }

  .mobile-cta a {
    min-height: 48px;
    padding-inline: 0.8rem;
    font-size: 0.92rem;
  }
}

.section-card > h2:first-child,
.section-head h1,
.section-head h2 {
  padding-top: 0.06em;
  text-wrap: balance;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.72rem 1rem 0.72rem 1.05rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.section-head > .section-link {
  padding-left: 1.05rem;
}

.section-link::after {
  content: '->';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: rgba(255, 109, 45, 0.1);
  color: #ff6d2d;
  font-size: 0.78rem;
  letter-spacing: -0.03em;
}

.section-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 109, 45, 0.2);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.listing-card__body {
  align-content: start;
}

.listing-card__meta small {
  font-size: 0.83rem;
  line-height: 1.45;
}

.listing-card__link {
  width: 100%;
  margin-top: auto;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.82rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 8px 18px rgba(15, 23, 42, 0.06);
  font-size: 0.95rem;
  letter-spacing: -0.01em;
}

.listing-card__link::after {
  content: '->';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: rgba(255, 109, 45, 0.12);
  color: #ff6d2d;
  font-size: 0.78rem;
  line-height: 1;
}

.listing-card__link:hover {
  color: #0f172a;
  transform: translateY(-1px);
  border-color: rgba(255, 109, 45, 0.22);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.listing-card__link:focus-visible {
  box-shadow: 0 0 0 4px rgba(255, 109, 45, 0.14), 0 14px 28px rgba(15, 23, 42, 0.08);
}

.why-card {
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
}

.why-card strong {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(57, 181, 74, 0.12);
  color: #39b54a;
  font-size: 1.08rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.why-card span {
  color: #334155;
  font-weight: 600;
  line-height: 1.5;
}

.section-card--brands .section-head p {
  max-width: 38ch;
}

.brand-tile {
  min-height: 126px;
  border-radius: 24px;
  padding: 1.25rem;
}

.testimonial {
  min-height: 100%;
  display: grid;
  gap: 1rem;
  padding: 1.25rem 1.3rem 1.2rem;
}

.testimonial::before {
  content: '"';
  top: 14px;
  right: 18px;
  font-size: 3.2rem;
  line-height: 1;
  color: rgba(255, 109, 45, 0.16);
}

.testimonial p {
  margin: 0;
  padding-right: 2.2rem;
  color: #475569 !important;
}

.testimonial strong {
  margin-top: auto;
  font-size: 1rem;
  color: #0f172a;
}

.accordion {
  display: grid;
  gap: 0.9rem;
}

.accordion-item,
.accordion-item + .accordion-item {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-button {
  padding: 1.05rem 1.15rem;
  font-weight: 700;
  line-height: 1.45;
}

.accordion-button::after {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background-color: rgba(255, 109, 45, 0.08);
  background-position: center;
  background-size: 14px;
}

.accordion-button:not(.collapsed)::after {
  background-color: rgba(255, 109, 45, 0.14);
}

.accordion-body {
  padding: 0 1.15rem 1.15rem;
  color: #5b6676;
}

.mobile-cta {
  right: 12px;
}

@media (max-width: 767.98px) {
  .section-link {
    width: 100%;
    justify-content: space-between;
  }

  .section-head > .section-link {
    padding-left: 1.05rem;
  }

  .listing-card__link {
    min-height: 48px;
    padding: 0.78rem 0.9rem;
    font-size: 0.92rem;
  }

  .why-card {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 0.85rem;
    padding: 0.95rem 1rem;
  }

  .why-card strong {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  .section-card--brands .section-head p {
    max-width: 28ch;
  }

  .brand-tile {
    min-height: 104px;
    padding: 0.95rem;
  }

  .testimonial {
    padding: 1rem 1rem 1.05rem;
  }

  .testimonial::before {
    top: 12px;
    right: 14px;
    font-size: 2.7rem;
  }

  .testimonial p {
    padding-right: 1.6rem;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .accordion-button {
    min-height: 64px;
    padding: 1rem;
    font-size: 0.98rem;
  }

  .accordion-button::after {
    width: 30px;
    height: 30px;
    background-size: 12px;
  }

  .accordion-body {
    padding: 0 1rem 1rem;
  }

  .mobile-cta {
    right: 12px;
  }
}

.navbar-utility {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
}

.lang-dropdown {
  position: relative;
}

.lang-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 74px;
  height: 44px;
  padding: 0 0.8rem 0 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: #f8fafc;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.lang-dropdown__toggle::after {
  display: none;
}

.lang-dropdown__toggle:hover,
.lang-dropdown__toggle.show {
  color: #fff;
  border-color: #ff6d2d;
  box-shadow: 0 6px 14px rgba(255, 109, 45, 0.25);
}

.lang-dropdown__label {
  line-height: 1;
}

.lang-dropdown__caret {
  width: 9px;
  height: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.9;
}

.lang-dropdown__menu {
  min-width: 200px;
  margin-top: 0.7rem !important;
  padding: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(12, 15, 19, 0.98);
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.32);
}

.lang-dropdown__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.72rem 0.8rem;
  border-radius: 14px;
  color: #dce1e9;
  font-weight: 600;
}

.lang-dropdown__item:hover,
.lang-dropdown__item:focus,
.lang-dropdown__item.active {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.lang-dropdown__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 109, 45, 0.1);
  color: #ff6d2d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lang-dropdown__name {
  min-width: 0;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .navbar-utility {
    margin-left: 1rem;
  }
}

@media (max-width: 991.98px) {
  .navbar-utility {
    gap: 8px;
  }

  .lang-dropdown__toggle {
    min-width: 68px;
    height: 42px;
    padding-inline: 0.72rem 0.82rem;
  }

  .lang-dropdown__menu {
    min-width: 184px;
  }
}

.section-card--promotions {
  position: relative;
  overflow: hidden;
}

.promo-section__eyebrow {
  min-height: 34px;
  padding-inline: 0.85rem;
  border: 1px solid rgba(255, 109, 45, 0.18);
  background: linear-gradient(180deg, rgba(255, 109, 45, 0.1) 0%, rgba(255, 255, 255, 0.96) 100%);
  color: #ff6d2d;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.listing-carousel--promotions .listing-carousel__viewport {
  align-items: stretch;
}

.promo-card {
  --promo-accent: #ff6d2d;
  --promo-accent-soft: rgba(255, 109, 45, 0.14);
  min-height: 100%;
  display: grid;
  gap: 1.15rem;
  align-content: start;
  padding: 1.1rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 28px;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.98) 48%, rgba(241, 245, 249, 0.98) 100%), linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

.promo-card--warm {
  --promo-accent: #ff6d2d;
  --promo-accent-soft: rgba(255, 109, 45, 0.18);
}

.promo-card--mist {
  --promo-accent: #2563eb;
  --promo-accent-soft: rgba(37, 99, 235, 0.14);
}

.promo-card--sky {
  --promo-accent: #0284c7;
  --promo-accent-soft: rgba(2, 132, 199, 0.14);
}

.promo-card--forest {
  --promo-accent: #16a34a;
  --promo-accent-soft: rgba(22, 163, 74, 0.14);
}

.promo-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  border: 1px solid rgba(226, 232, 240, 0.82);
  background: radial-gradient(circle at top left, var(--promo-accent-soft) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(248, 250, 252, 0.98) 100%);
}

.promo-card__media::after {
  content: '';
  position: absolute;
  inset: auto -10% -24% 34%;
  height: 64%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.promo-card__sale {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 62px;
  padding: 0.5rem;
  border-radius: 999px;
  background: var(--promo-accent);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.14);
}

.promo-card__brand {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 54px;
  padding: 0.75rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}

.promo-card__logo {
  max-width: 100%;
  max-height: 34px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.promo-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.promo-card__content {
  display: grid;
  gap: 0.95rem;
  align-content: start;
}

.promo-card__pricing {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.promo-card__price-current {
  color: var(--promo-accent);
  font-size: clamp(2rem, 2.2vw, 2.45rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.promo-card__price-old {
  color: #f59e0b;
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.promo-card__title {
  margin: 0;
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.promo-card__features {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.promo-card__features li {
  position: relative;
  padding-left: 1.15rem;
  color: #475569;
  font-size: 0.96rem;
  line-height: 1.56;
}

.promo-card__features li::before {
  content: '';
  position: absolute;
  top: 0.63rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--promo-accent);
  box-shadow: 0 0 0 5px var(--promo-accent-soft);
}

.promo-card__cta {
  width: 100%;
  justify-content: center;
  min-height: 50px;
  margin-top: auto;
}

@media (min-width: 992px) {
  .listing-carousel--promotions .listing-carousel__viewport {
    grid-auto-columns: calc((100% - 16px) / 2);
  }
}

@media (min-width: 1400px) {
  .listing-carousel--promotions .listing-carousel__viewport {
    grid-auto-columns: calc((100% - 32px) / 3);
  }
}

@media (max-width: 767.98px) {
  .promo-card {
    gap: 0.95rem;
    padding: 0.9rem;
    border-radius: 24px;
  }

  .promo-card__media {
    aspect-ratio: 1 / 1;
    border-radius: 20px;
  }

  .promo-card__sale {
    top: 12px;
    right: 12px;
    min-width: 54px;
    min-height: 54px;
    font-size: 0.72rem;
  }

  .promo-card__brand {
    top: 12px;
    left: 12px;
    min-width: 116px;
    min-height: 48px;
    padding: 0.65rem 0.85rem;
    border-radius: 16px;
  }

  .promo-card__logo {
    max-height: 28px;
  }

  .promo-card__price-current {
    font-size: 1.9rem;
  }

  .promo-card__price-old {
    font-size: 1rem;
  }

  .promo-card__title {
    font-size: 1.14rem;
  }

  .promo-card__features li {
    font-size: 0.92rem;
    line-height: 1.5;
  }
}

.promo-showcase {
  padding: clamp(1.75rem, 3vw, 2.75rem);
  border-radius: 32px;
  background: #134686;
  color: #fff;
  box-shadow: 0 28px 60px rgba(19, 70, 134, 0.22);
}

.promo-showcase__intro {
  max-width: 42rem;
  margin: 0 auto 1.75rem;
  text-align: center;
}

.promo-showcase__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.25rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.promo-showcase__subtitle {
  max-width: 24rem;
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1rem, 1.65vw, 1.45rem);
  font-weight: 500;
  line-height: 1.45;
  text-wrap: balance;
}

.promo-showcase__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.2rem;
}

.offer-card {
  min-width: 0;
  display: grid;
  align-content: start;
  background: #fff;
  color: #0b2f66;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(4, 18, 44, 0.18);
}

.offer-card__media {
  position: relative;
  background: #fff;
  aspect-ratio: 1 / 1;
}

.offer-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #fff;
}

.offer-card__sale {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0.4rem;
  border-radius: 999px;
  background: #ed3f27;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.offer-card__body {
  display: grid;
  gap: 0.85rem;
  padding: 1.15rem 1rem 1.3rem;
  text-align: center;
}

.offer-card__pricing {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.offer-card__current,
.offer-card__old {
  display: inline-flex;
  align-items: baseline;
  gap: 0.18rem;
}

.offer-card__current {
  color: #ed3f27;
  font-weight: 800;
}

.offer-card__current .offer-card__amount {
  font-size: clamp(2.1rem, 3vw, 3.35rem);
  line-height: 1;
}

.offer-card__current .offer-card__currency {
  font-size: clamp(1.5rem, 2.1vw, 2.1rem);
  line-height: 1;
}

.offer-card__old {
  color: #feb21a;
  font-weight: 400;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.offer-card__old .offer-card__amount,
.offer-card__old .offer-card__currency {
  font-size: clamp(1.15rem, 1.8vw, 1.7rem);
  line-height: 1;
}

.offer-card__title {
  margin: 0;
  color: #0b3d86;
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
}

.offer-card__features {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding-left: 1.05rem;
  color: #0f172a;
  font-size: clamp(0.96rem, 1.2vw, 1.15rem);
  line-height: 1.55;
  text-align: left;
}

.offer-card__features li {
  margin: 0;
}

@media (min-width: 768px) {
  .promo-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .promo-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .promo-showcase {
    padding: 1.25rem 1rem 1.5rem;
    border-radius: 28px;
  }

  .promo-showcase__intro {
    margin-bottom: 1.2rem;
  }

  .promo-showcase__subtitle {
    max-width: 18rem;
  }

  .promo-showcase__grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(84%, 84%);
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 0.4rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
  }

  .offer-card {
    scroll-snap-align: start;
  }

  .offer-card__body {
    padding: 1rem 0.9rem 1.15rem;
  }

  .offer-card__title {
    font-size: 1.25rem;
  }

  .offer-card__features {
    font-size: 0.92rem;
  }
}

/* Mobile navbar and contact-form polish */
.navbar-bitaclim .container,
.navbar-shell,
.brand-wrap,
.brand-text,
.navbar-utility {
  min-width: 0;
}

.brand-text {
  gap: 2px;
}

@media (max-width: 991.98px) {
  .navbar-bitaclim {
    backdrop-filter: blur(8px);
  }

  .navbar-bitaclim .container {
    min-height: 74px;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .navbar-shell {
    gap: 8px;
  }

  .brand-wrap {
    flex: 1 1 auto;
    gap: 10px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .brand-title {
    font-size: clamp(1.12rem, 3.4vw, 1.35rem);
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .brand-subtitle {
    margin-top: 0;
    font-size: 0.76rem;
    line-height: 1.2;
    color: #b3bbc6;
    -webkit-line-clamp: 2;
  }

  .navbar-utility {
    flex: 0 0 auto;
    gap: 6px;
  }

  .lang-dropdown__toggle {
    min-width: 58px;
    height: 40px;
    padding: 0 0.68rem 0 0.74rem;
    border-radius: 14px;
    box-shadow: none;
    backdrop-filter: none;
  }

  .lang-dropdown__menu {
    min-width: 170px;
    margin-top: 0.55rem !important;
    border-radius: 16px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  }

  .navbar-toggler {
    width: 50px;
    height: 44px;
    border-radius: 14px;
  }

  .navbar-bitaclim .navbar-collapse {
    margin-top: 10px;
    padding: 0.9rem;
    border-radius: 20px;
    backdrop-filter: none;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
  }

  .navbar-bitaclim .navbar-collapse.collapsing {
    opacity: 0.4;
    transition: height 0.16s ease, opacity 0.16s ease;
    will-change: height, opacity;
  }

  .navbar-bitaclim .navbar-collapse.show {
    opacity: 1;
  }
}

@media (max-width: 575.98px) {
  .navbar-bitaclim .container {
    min-height: 68px;
    padding-inline: 0.8rem;
  }

  .brand-wrap {
    gap: 8px;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .brand-title {
    font-size: clamp(1rem, 5.4vw, 1.24rem);
  }

  .brand-subtitle {
    max-width: 16ch;
    font-size: 0.68rem;
    line-height: 1.15;
    white-space: normal;
    text-wrap: balance;
  }

  .lang-dropdown__toggle {
    min-width: 52px;
    height: 38px;
    padding: 0 0.58rem 0 0.64rem;
    gap: 6px;
  }

  .lang-dropdown__label {
    font-size: 0.72rem;
  }

  .lang-dropdown__caret {
    width: 8px;
    height: 8px;
  }

  .navbar-toggler {
    width: 46px;
    height: 40px;
  }

  .navbar-toggler-icon {
    width: 1.05em;
    height: 1.05em;
  }
}

@media (max-width: 389.98px) {
  .brand-subtitle {
    max-width: 14ch;
    font-size: 0.62rem;
  }
}

/* Promotion showcase refinement */
.promo-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 3vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(255, 109, 45, 0.2), rgba(255, 109, 45, 0) 28%),
    radial-gradient(circle at top right, rgba(57, 181, 74, 0.12), rgba(57, 181, 74, 0) 22%),
    linear-gradient(180deg, #171c22 0%, #0f1318 100%);
  color: #fff;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
}

.promo-showcase::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.promo-showcase__intro,
.promo-showcase__grid {
  position: relative;
  z-index: 1;
}

.promo-showcase__intro {
  max-width: none;
  margin: 0 0 1.45rem;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 0.9fr);
  align-items: end;
  gap: 1rem 1.6rem;
  text-align: left;
}

.promo-showcase__heading {
  display: grid;
  gap: 0.8rem;
}

.promo-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  color: #ffe8dc;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.promo-showcase__title {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.promo-showcase__subtitle {
  max-width: 27rem;
  margin: 0;
  justify-self: end;
  color: rgba(226, 232, 240, 0.8);
  font-size: clamp(1rem, 1.22vw, 1.12rem);
  line-height: 1.6;
}

.promo-showcase__grid {
  gap: 1.1rem;
}

.offer-card {
  position: relative;
  min-width: 0;
  display: grid;
  align-content: start;
  border: 1px solid rgba(226, 232, 240, 0.88);
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: #0f172a;
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.offer-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff6d2d, rgba(57, 181, 74, 0.88));
  z-index: 2;
}

.offer-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 109, 45, 0.22);
  box-shadow: 0 26px 48px rgba(15, 23, 42, 0.16);
}

.offer-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 1rem 0.8rem;
  background:
    radial-gradient(circle at top left, rgba(255, 109, 45, 0.08), rgba(255, 109, 45, 0) 36%),
    linear-gradient(180deg, #fcfdff 0%, #f4f7fb 100%);
  border-bottom: 1px solid rgba(226, 232, 240, 0.88);
  aspect-ratio: 1 / 1;
}

.offer-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: transparent;
}

.offer-card__sale {
  top: 14px;
  right: 14px;
  min-width: 50px;
  min-height: 50px;
  padding: 0.45rem;
  background: linear-gradient(180deg, #ff6d2d 0%, #ef4444 100%);
  box-shadow: 0 16px 28px rgba(255, 109, 45, 0.22);
}

.offer-card__body {
  gap: 0.95rem;
  padding: 1.15rem 1.1rem 1.25rem;
  text-align: left;
}

.offer-card__pricing {
  justify-content: flex-start;
  gap: 0.5rem;
}

.offer-card__current {
  color: #ff6d2d;
}

.offer-card__old {
  color: #f59e0b;
}

.offer-card__title {
  color: #102744;
  font-size: clamp(1.3rem, 1.55vw, 1.75rem);
  line-height: 1.15;
}

.offer-card__features {
  gap: 0.55rem;
  padding-left: 0;
  list-style: none;
  color: #334155;
}

.offer-card__features li {
  position: relative;
  margin: 0;
  padding-left: 1rem;
  font-size: 0.96rem;
  line-height: 1.5;
}

.offer-card__features li::before {
  content: '';
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6d2d;
  box-shadow: 0 0 0 5px rgba(255, 109, 45, 0.12);
}

@media (max-width: 991.98px) {
  .promo-showcase__intro {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .promo-showcase__subtitle {
    justify-self: start;
    max-width: 34rem;
  }
}

@media (max-width: 767.98px) {
  .promo-showcase {
    padding: 1rem;
    border-radius: 28px;
  }

  .promo-showcase__intro {
    margin-bottom: 1rem;
    gap: 0.75rem;
  }

  .promo-showcase__eyebrow {
    min-height: 34px;
    padding-inline: 0.8rem;
    font-size: 0.74rem;
  }

  .promo-showcase__title {
    font-size: clamp(1.9rem, 9vw, 2.5rem);
  }

  .promo-showcase__subtitle {
    max-width: 20rem;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .promo-showcase__grid {
    grid-auto-columns: minmax(92%, 92%);
    gap: 0.9rem;
    padding-bottom: 0.3rem;
  }

  .offer-card {
    scroll-snap-align: start;
    border-radius: 24px;
  }

  .offer-card__media {
    padding: 0.95rem 0.85rem 0.65rem;
    aspect-ratio: 1 / 0.96;
  }

  .offer-card__sale {
    top: 12px;
    right: 12px;
    min-width: 46px;
    min-height: 46px;
  }

  .offer-card__body {
    gap: 0.85rem;
    padding: 1rem 0.9rem 1.05rem;
  }

  .offer-card__title {
    font-size: 1.2rem;
  }

  .offer-card__features li {
    font-size: 0.92rem;
  }
}

@media (max-width: 430px) {
  .promo-showcase__grid {
    grid-auto-columns: 100%;
  }
}

/* Navbar logo mark refinement */
.brand-text {
  flex: 1 1 auto;
  max-width: 100%;
}

.brand-title {
  display: inline-flex;
  align-items: center;
  gap: 0;
  max-width: 100%;
}

.brand-title__warm {
  color: #ff6d2d;
}

.brand-title__cool {
  color: #2d8cff;
}

.brand-subtitle {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .navbar-shell {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand-wrap {
    gap: 7px;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .brand-title {
    font-size: clamp(0.96rem, 5vw, 1.18rem);
    letter-spacing: 0.04em;
  }

  .brand-subtitle {
    max-width: none;
    font-size: 0.62rem;
    line-height: 1.12;
    -webkit-line-clamp: 2;
  }

  .navbar-utility {
    gap: 5px;
  }

  .lang-dropdown__toggle {
    min-width: 50px;
    height: 36px;
    padding: 0 0.52rem 0 0.58rem;
    gap: 5px;
  }

  .navbar-toggler {
    width: 42px;
    height: 38px;
  }
}

@media (max-width: 430px) {
  .navbar-bitaclim .container {
    padding-inline: 0.72rem;
  }

  .brand-title {
    font-size: clamp(0.9rem, 5.2vw, 1.08rem);
  }

  .brand-subtitle {
    font-size: 0.56rem;
    line-height: 1.08;
  }

  .lang-dropdown__toggle {
    min-width: 46px;
    height: 34px;
    padding: 0 0.48rem 0 0.54rem;
  }

  .lang-dropdown__label {
    font-size: 0.68rem;
  }

  .navbar-toggler {
    width: 40px;
    height: 36px;
  }
}

@media (max-width: 389.98px) {
  .brand-subtitle {
    max-width: none;
    font-size: 0.54rem;
  }
}

.service-image--service-card {
  display: block;
  height: clamp(180px, 18vw, 250px);
  padding: 0.45rem;
  object-fit: contain;
  object-position: center center;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
}

@media (max-width: 767.98px) {
  .service-image--service-card {
    padding: 0.35rem;
    height: auto;
    aspect-ratio: 4 / 3;
  }
}
