﻿﻿.offers-app-page .app-header {
  padding: 12px max(12px, calc((100vw - 1120px) / 2 + 18px)) 10px;
  border-bottom: 1px solid #e6edf5;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--ui-shadow-soft);
}

.offers-app-page .app-topbar {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(120px, 168px) minmax(0, 1fr) 38px;
  align-items: center;
  gap: 12px;
}

.offers-app-page .logo-link {
  min-width: 0;
}

.offers-app-page .brand-logo-image {
  width: clamp(126px, 16vw, 170px);
  max-height: 40px;
}

.offers-app-page .app-zone-control {
  position: relative;
  justify-self: end;
  min-width: 0;
}

.offers-app-page .app-zone-chip {
  justify-self: end;
  width: auto;
  max-width: 180px;
  min-width: 0;
  height: 38px;
  padding: 0 12px;
  gap: 6px;
  border: 1px solid #dbe5f1;
  border-radius: 999px;
  background: #fff;
  color: #1e2a43;
  font-size: 0.84rem;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.offers-app-page .app-zone-chip .zone-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.offers-app-page .app-zone-chip .emoji-icon {
  font-size: 0.78rem;
}

.offers-app-page .app-zone-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 100020;
  width: min(330px, calc(100vw - 24px));
  max-height: min(420px, 70vh);
  display: grid;
  gap: 8px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #d8e3f1;
  border-radius: 14px;
  background: #fff;
  color: #16233a;
  box-shadow: 0 22px 48px rgba(8, 20, 43, 0.22);
}

.offers-app-page .app-zone-menu[hidden] {
  display: none;
}

.offers-app-page .app-zone-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 2px 2px 7px;
  border-bottom: 1px solid #edf2f7;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 850;
}

.offers-app-page .app-zone-menu-head strong {
  color: #075ed0;
  font-size: 0.82rem;
}

.offers-app-page .app-zone-menu-list {
  display: grid;
  gap: 6px;
}

.offers-app-page .app-zone-menu-item {
  width: 100%;
  min-height: 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px 10px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #f8fafc;
  color: #172033;
  text-align: left;
  cursor: pointer;
}

.offers-app-page .app-zone-menu-item span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 800;
}

.offers-app-page .app-zone-menu-item em {
  color: #64748b;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 750;
  white-space: nowrap;
}

.offers-app-page .app-zone-menu-item strong {
  grid-column: 1 / -1;
  color: #075ed0;
  font-size: 0.72rem;
  font-weight: 950;
}

.offers-app-page .app-zone-menu-item:hover,
.offers-app-page .app-zone-menu-item:focus-visible {
  border-color: #bfd7ff;
  background: #eef6ff;
  outline: 0;
}

.offers-app-page .app-zone-menu-item.is-active {
  border-color: #075ed0;
  background: #075ed0;
  color: #fff;
  font-weight: 950;
}

.offers-app-page .app-zone-menu-item.is-active em,
.offers-app-page .app-zone-menu-item.is-active strong {
  color: rgba(255, 255, 255, 0.9);
}

.offers-app-page .app-header-menu {
  position: relative;
  justify-self: end;
}

.offers-app-page .app-menu-toggle {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 8px;
  border: 1px solid #dce6f1;
  border-radius: 12px;
  background: #fff;
  color: #172033;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
}

.offers-app-page .app-menu-toggle span {
  width: 17px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
}

.offers-app-page .app-header-menu.is-open .app-menu-toggle {
  border-color: #075ed0;
  background: #075ed0;
  color: #fff;
}

.offers-app-page .app-menu-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 220;
  width: min(292px, calc(100vw - 22px));
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid #dbe6f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.18);
}

.offers-app-page .app-menu-panel[hidden] {
  display: none;
}

.offers-app-page .app-menu-panel a {
  min-height: 42px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 8px 10px;
  border-radius: 11px;
  color: #172033;
  font-weight: 900;
}

.offers-app-page .app-menu-panel a:hover,
.offers-app-page .app-menu-panel a:focus-visible {
  background: #eff6ff;
  color: #075ed0;
  outline: 0;
}

.offers-app-page .app-menu-panel small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
}

.offers-app-page .app-search,
.offers-app-page .public-header-search {
  width: min(100%, 1120px);
  height: 52px;
  margin: 10px auto 0;
  grid-template-columns: 34px minmax(0, 1fr) 50px;
  gap: 8px;
  padding: 0 4px 0 12px;
  border: 1px solid #dfe6f1;
  border-radius: 15px;
  background: radial-gradient(circle at 10% 0%, rgba(35, 123, 255, 0.38), transparent 34%), linear-gradient(1deg, #0346bd 0%, #075ed0 48%, #064bbb 100%);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.offers-app-page .app-search .search-icon,
.offers-app-page .public-header-search .search-icon {
  color: #5f7088;
  font-size: 1rem;
}

.offers-app-page .app-search input,
.offers-app-page .public-header-search input {
  height: 46px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #172033;
  font-size: 0.92rem;
  font-weight: 500;
  outline: 0;
}

.offers-app-page .app-search input::placeholder,
.offers-app-page .public-header-search input::placeholder {
  color: #8a99ad;
}

.offers-app-page .app-search .header-search-submit,
.offers-app-page .public-header-search .header-search-submit {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: #075ed0;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 8px 18px rgba(7, 94, 208, 0.14);
}

.offers-app-page .app-search .header-search-submit:hover,
.offers-app-page .public-header-search .header-search-submit:hover {
  background: #064fb4;
}

body.search-focus-active::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 125;
  pointer-events: none;
  background: rgba(2, 6, 23, 0.46);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

body.search-focus-active.offers-app-page .app-header {
  position: relative;
  z-index: 140;
}

body.search-focus-active.offers-app-page .app-search,
body.search-focus-active.offers-app-page .public-header-search {
  position: relative;
  z-index: 141;
  border-color: rgba(255, 255, 255, 0.28);
  background: radial-gradient(circle at 10% 0%, rgba(35, 123, 255, 0.38), transparent 34%), linear-gradient(180deg, #0346bd 0%, #0e0e0e 48%, #080808 100%);
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.34);
}

body.search-focus-active.offers-app-page .app-search .search-icon,
body.search-focus-active.offers-app-page .public-header-search .search-icon {
  color: rgba(255, 255, 255, 0.86);
}

body.search-focus-active.offers-app-page .app-search input,
body.search-focus-active.offers-app-page .public-header-search input {
  color: #fff;
}

body.search-focus-active.offers-app-page .app-search input::placeholder,
body.search-focus-active.offers-app-page .public-header-search input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.offer-detail-page .detail-header {
  padding-bottom: 8px;
  box-shadow: 0 3px 12px rgba(15, 23, 42, 0.045);
}

@media (max-width: 760px) {
  .offers-app-page .app-header {
    padding: 8px 10px;
  }

  .offers-app-page .app-topbar {
    grid-template-columns: minmax(104px, 1fr) minmax(0, auto) 32px;
    gap: 8px;
  }

  .offers-app-page .brand-logo-image {
    width: 100%;
    max-height: 43px;
}

  .offers-app-page .app-zone-chip {
    max-width: 112px;
    height: 32px;
    padding: 0 8px;
    gap: 5px;
    font-size: 0.74rem;
    box-shadow: none;
  }

  .offers-app-page .app-zone-chip .zone-name {
    max-width: 75px;
  }

  .offers-app-page .app-search,
  .offers-app-page .public-header-search {
    height: 44px;
    min-height: 44px;
    margin-top: 8px;
    grid-template-columns: 30px minmax(0, 1fr) 44px;
    gap: 6px;
    padding: 0 3px 0 10px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
  }

  .offers-app-page .app-search input,
  .offers-app-page .public-header-search input {
    height: 40px;
    font-size: 0.84rem;
  }

  .offers-app-page .app-search .search-icon,
  .offers-app-page .public-header-search .search-icon {
    font-size: 0.96rem;
  }

  .offers-app-page .app-search .header-search-submit,
  .offers-app-page .public-header-search .header-search-submit {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 11px;
    font-size: 0.94rem;
  }

}

/* UX review application pass: reduce mobile chrome on content pages. */
@media (max-width: 760px) {
  .offers-app-page .app-header {
    padding: 6px 10px 7px;
  }

  .offers-app-page .app-topbar {
    min-height: 34px;
  }

  .offers-app-page .brand-logo-image {
    max-height: 34px;
  }

  .offers-app-page .app-zone-chip {
    height: 28px;
    padding: 0 9px;
    font-size: 0.7rem;
  }

  .offers-app-page .app-search,
  .offers-app-page .public-header-search {
    height: 40px;
    min-height: 40px;
    margin-top: 6px;
    grid-template-columns: 26px minmax(0, 1fr) 38px;
  }

  .offers-app-page .app-search input,
  .offers-app-page .public-header-search input {
    height: 36px;
    font-size: 0.82rem;
  }

  .offers-app-page .app-search .header-search-submit,
  .offers-app-page .public-header-search .header-search-submit {
    width: 34px;
    min-width: 34px;
    height: 34px;
    border-radius: 10px;
  }
}

/* UX/UI refinement pass: compact public header without changing behavior. */
.offers-app-page .app-header {
  padding-top: 10px;
  padding-bottom: 9px;
  border-bottom-color: #e9eff6;
  box-shadow: var(--ui-shadow-soft);
}

.offers-app-page .brand-logo-image {
  max-height: 38px;
}

.offers-app-page .app-zone-chip,
.offers-app-page .app-menu-toggle {
  font-weight: 700;
  box-shadow: none;
}

.offers-app-page .app-search,
.offers-app-page .public-header-search {
  height: 50px;
  margin-top: 9px;
  border-radius: var(--ui-radius-panel);
  box-shadow: var(--ui-shadow-soft);
}

.offers-app-page .app-search input,
.offers-app-page .public-header-search input {
  font-size: 0.9rem;
  font-weight: 500;
}

.offers-app-page .app-search .header-search-submit,
.offers-app-page .public-header-search .header-search-submit {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: var(--ui-radius-control);
  box-shadow: var(--ui-shadow-action);
}

@media (max-width: 760px) {
  .offers-app-page .app-header {
    padding: 7px 10px 8px;
  }

  .offers-app-page .app-topbar {
    grid-template-columns: minmax(112px, 1fr) minmax(0, auto) 32px;
  }

  .offers-app-page .brand-logo-image {
    max-height: 36px;
    background: radial-gradient(circle at 82% 50%, rgba(61, 134, 255, 0.65), transparent 28%),    linear-gradient(135deg, #083996 0%, #075ed0 52%, #0643a7 100%);
    padding: 10px;
    border-radius: 8px;
 }

  .offers-app-page .app-zone-chip {
    height: 30px;
    max-width: 118px;
    font-size: 0.72rem;
    font-weight: 700;
  }

  .offers-app-page .app-zone-chip .zone-name {
    max-width: 80px;
  }

  .offers-app-page .app-search,
  .offers-app-page .public-header-search {
    height: 42px;
    min-height: 42px;
    margin-top: 7px;
    grid-template-columns: 28px minmax(0, 1fr) 40px;
    border-radius: var(--ui-radius-control);
  }

  .offers-app-page .app-search input,
  .offers-app-page .public-header-search input {
    height: 38px;
    font-size: 0.84rem;
  }

  .offers-app-page .app-search .header-search-submit,
  .offers-app-page .public-header-search .header-search-submit {
    width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }
}

@media (max-width: 760px) {
  .offers-app-page .app-menu-toggle {
    width: 32px;
    height: 32px;
    padding: 7px;
    border-radius: 10px;
  }

  .offers-app-page .app-menu-toggle span {
    width: 15px;
  }

  .offers-app-page .app-menu-panel {
    top: calc(100% + 7px);
    width: min(286px, calc(100vw - 20px));
  }
}

.offers-app-page .header-icon {
  width: 1em;
  height: 1em;
  display: block;
  flex: 0 0 auto;
}

.offers-app-page .header-search-icon {
  display: grid;
  place-items: center;
}

/* Mobile header reference pass: blue top rail + separated search row. */
@media (max-width: 760px) {
  .offers-app-page .app-header {
    width: calc(100% - 16px);
    margin: 10px auto 12px;
    padding: 0 0 14px;
    overflow: visible;
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15, 38, 76, 0.11);
  }

  .offers-app-page .app-topbar {
    width: 100%;
    max-width: none;
    min-height: 58px;
    margin: 0;
    padding: 11px 12px;
    grid-template-columns: minmax(0, 1fr) clamp(108px, 33vw, 126px) 38px;
    gap: 8px;
    border-radius: 18px 18px 0 0;
    background:
      radial-gradient(circle at 10% 0%, rgba(35, 123, 255, 0.38), transparent 34%), linear-gradient(135deg, #000000 0%, #000d57 48%, #270039 100%)
  }

 .offers-app-page .logo-link {
    height: 36px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: flex-start;
    padding-left: 3px;
}

  .offers-app-page .brand-logo-image {
    width: min(100%, 168px);
    max-width: 100%;
    max-height: 26px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 1px 1px rgba(0, 33, 92, 0.2));
  }

  .offers-app-page .app-zone-chip {
    width: 130%;
    max-width: none;
    height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 0px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 15px;
    background: rgba(8, 82, 196, 0.36);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    text-transform: capitalize;
    align-content: center;
    justify-content: space-evenly;
}

  .offers-app-page .app-zone-chip .zone-name {
    max-width: none;
    color: inherit;
  }

  .offers-app-page .app-menu-toggle {
    width: 38px;
    height: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 14px;
    background: rgba(8, 82, 196, 0.36);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  }

  .offers-app-page .app-menu-toggle span {
    width: 20px;
    height: 2.5px;
    border-radius: 999px;
    background: currentColor;
  }

  .offers-app-page .app-header-menu.is-open .app-menu-toggle {
    border-color: #fff;
    background: #fff;
    color: #075ed0;
  }

  .offers-app-page .app-menu-panel {
    top: calc(100% + 10px);
    right: 0;
    width: min(286px, calc(100vw - 20px));
    border-radius: 16px;
  }

  .offers-app-page .app-search,
  .offers-app-page .public-header-search {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 14px 12px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50px;
    gap: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .offers-app-page .app-search .search-icon,
  .offers-app-page .public-header-search .search-icon {
    width: 23px;
    height: 23px;
    margin-left: 15px;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    color: #075ed0;
    font-size: 1rem;
    pointer-events: none;
    z-index: 1;
  }

  .offers-app-page .app-search input, .offers-app-page .public-header-search input {
    width: 100%;
    height: 50px;
    grid-column: 1;
    grid-row: 1;
    padding: 0 12px 0 51px;
    border-bottom: 1px solid #dfe8f2;
    border-radius: 16px;
    background: #fff;
    color: #172033;
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 50px;
    box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.02);
}

  .offers-app-page .app-search input::placeholder,
  .offers-app-page .public-header-search input::placeholder {
    color: #798393;
    opacity: 1;
  }

 .offers-app-page .app-search .header-search-submit, .offers-app-page .public-header-search .header-search-submit {
    width: 50px;
    min-width: 50px;
    height: 50px;
    grid-column: 2;
    grid-row: 1;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #8fbd0352 0%, #075ed0 100%);
    color: #fff;
    box-shadow: none;
}

  .offers-app-page .app-search .header-search-submit .submit-search-icon,
  .offers-app-page .public-header-search .header-search-submit .submit-search-icon {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 390px) {
  .offers-app-page .app-header {
    width: calc(100% - 12px);
    margin-top: 8px;
    margin-bottom: 10px;
    padding-bottom: 12px;
    border-radius: 16px;
  }

  .offers-app-page .app-topbar {
    min-height: 56px;
    padding: 10px;
    grid-template-columns: minmax(0, 1fr) 116px 38px;
    gap: 7px;
    border-radius: 16px 16px 0 0;
  }

.offers-app-page .brand-logo-image {
    width: min(89%, 170px);
    max-height: 32px;
}

.offers-app-page .app-zone-chip {
    width: 114%;
    max-width: none;
    height: 33px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 1px;
    padding: 0 8px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(8, 82, 196, 0.36);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 350;
    line-height: 4;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    align-content: center;
}

  .offers-app-page .app-zone-control {
    justify-self: end;
    width: 116px;
  }

  .offers-app-page .app-zone-menu {
    right: -46px;
    width: min(340px, calc(100vw - 20px));
    max-height: min(430px, calc(100vh - 126px));
  }

  .offers-app-page .app-menu-toggle {
    width: 38px;
    height: 38px;
  }

.offers-app-page .app-search, .offers-app-page .public-header-search {
    padding: 5px 10px 13px;
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 8px;
    background: radial-gradient(circle at 10% 0%, rgba(35, 123, 255, 0.38), transparent 34%), linear-gradient(135deg, #000000 0%, #000d57 48%, #270039 100%)
}

  .offers-app-page .app-search .search-icon,
  .offers-app-page .public-header-search .search-icon {
    width: 21px;
    height: 21px;
    margin-left: 14px;
  }

  .offers-app-page .app-search input,
  .offers-app-page .public-header-search input {
    height: 48px;
    padding-left: 46px;
    border-radius: 15px;
    font-size: 0.88rem;
    line-height: 48px;
  }

  .offers-app-page .app-search .header-search-submit,
  .offers-app-page .public-header-search .header-search-submit {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 15px;
  }
}

.offers-app-page .app-header.all-header {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.offers-app-page .app-header.all-header .app-topbar {
  border-radius: 0;
}

/* Desktop public header: explicit layout for viewports wider than mobile/tablet. */
.offers-app-page .app-header-inner {
  width: 100%;
}

@media (max-width: 900px) {
  .offers-app-page .app-menu-panel {
    display: none;
  }

  .offers-app-page .app-header-menu.is-open .app-menu-panel {
    display: grid;
  }
}

@media (min-width: 901px) {
  .offers-app-page .app-header.all-header {
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(6, 64, 161, 0.28);
    background: radial-gradient(#075ed0, #004bf5);
    box-shadow: var(--ui-shadow-action);
    z-index: 99999;
}

  .offers-app-page .app-header-inner {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
  .offers-app-page .app-topbar,
  .offers-app-page .app-header.all-header .app-topbar {
    width: 100%;
    max-width: none;
    min-height: 46px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .offers-app-page .logo-link {
    height: 40px;
    display: inline-flex;
    align-items: center;
    flex: 0 0 clamp(176px, 18vw, 214px);
    min-width: 0;
  }

  .offers-app-page .brand-logo-image {
    width: 100%;
    max-height: 32px;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 1px 1px rgba(0, 30, 86, 0.2));
  }

  .offers-app-page .app-zone-chip {
    flex: 0 0 auto;
    width: auto;
    max-width: 150px;
    min-width: 118px;
    height: 38px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    background: rgba(8, 82, 196, 0.36);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  }

  .offers-app-page .app-zone-control {
    flex: 0 0 auto;
  }

  .offers-app-page .app-zone-chip:hover,
  .offers-app-page .app-zone-chip:focus-visible {
    border-color: rgba(255, 255, 255, 0.54);
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    outline: 0;
  }

  .offers-app-page .app-zone-chip .zone-name {
    min-width: 101px;
    max-width: 101px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    text-transform: capitalize;
    align-content: center;
    justify-content: space-around;
    flex-direction: column;
}

  .offers-app-page .app-zone-chip .zone-pin {
    width: 17px;
    height: 17px;
  }

  .offers-app-page .app-zone-chip .zone-caret {
    width: 14px;
    height: 14px;
  }

  .offers-app-page .app-header-menu {
    width: 100%;
    position: static;
    flex: 1 1 auto;
    min-width: 0;
  }

  .offers-app-page .app-menu-toggle {
    display: none;
  }

  .offers-app-page .app-menu-panel,
  .offers-app-page .app-menu-panel[hidden] {
    position: static;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .offers-app-page .app-menu-panel a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border-radius: 10px;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .offers-app-page .app-menu-panel a:hover,
  .offers-app-page .app-menu-panel a:focus-visible {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    outline: 0;
  }

  .offers-app-page .app-menu-panel small {
    display: none;
  }

  .offers-app-page .app-search, .offers-app-page .public-header-search {
    width: 41%;
    max-width: none;
    height: 46px;
    min-height: 46px;
    margin: 0;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 7px;
    padding: 0 4px 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    background: radial-gradient(circle at 10% 0%, rgba(35, 123, 255, 0.38), transparent 34%), linear-gradient(1deg, #0346bd 0%, #075ed0 48%, #064bbb 100%);
    box-shadow: none;
}

  .offers-app-page .app-search .search-icon,
  .offers-app-page .public-header-search .search-icon {
    color: #075ed0;
    font-size: 1rem;
  }

  .offers-app-page .app-search input,
  .offers-app-page .public-header-search input {
    height: 42px;
    padding: 0;
    color: #172033;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 42px;
  }

  .offers-app-page .app-search .header-search-submit,
  .offers-app-page .public-header-search .header-search-submit {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 10px;
    box-shadow: none;
  }
}

@media (min-width: 1120px) {
  .offers-app-page .app-header-inner {
    grid-template-columns: minmax(0, 1fr) minmax(292px, 390px);
    gap: 12px;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .offers-app-page .logo-link {
    flex-basis: 206px;
  }

  .offers-app-page .app-zone-chip {
    min-width: 122px;
    max-width: 132px;
  }

  .offers-app-page .app-menu-panel a {
    padding-inline: 7px;
    font-size: 0.8rem;
  }
}

/* Desktop refinement: shared public header, without changing mobile rules. */
@media (min-width: 901px) {
  .offers-app-page .app-header.all-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background:
      linear-gradient(120deg, rgba(3, 14, 41, 0.98) 0%, rgba(5, 35, 92, 0.98) 46%, rgba(7, 94, 208, 0.96) 100%);
    box-shadow: 0 14px 34px rgba(3, 12, 35, 0.18);
  }

  .offers-app-page .app-header-inner {
    width: min(calc(100% - 40px), 1240px);
    min-height: 64px;
    padding: 10px 0;
    gap: 16px;
  }

  .offers-app-page .app-topbar,
  .offers-app-page .app-header.all-header .app-topbar {
    width: auto;
    flex: 1 1 auto;
    gap: 12px;
  }

  .offers-app-page .logo-link {
    height: 42px;
    flex-basis: clamp(190px, 17vw, 226px);
  }

  .offers-app-page .brand-logo-image {
    max-height: 31px;
    filter: drop-shadow(0 2px 4px rgba(0, 18, 56, 0.2));
  }

  .offers-app-page .app-zone-control {
    flex: 0 0 auto;
  }

  .offers-app-page .app-zone-chip {
    min-width: 136px;
    max-width: 174px;
    height: 40px;
    padding: 0 13px;
    gap: 7px;
    border-color: rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 750;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.14),
      0 8px 22px rgba(2, 10, 32, 0.14);
  }

  .offers-app-page .app-zone-chip:hover,
  .offers-app-page .app-zone-chip:focus-visible {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.16);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      0 10px 24px rgba(2, 10, 32, 0.18);
  }

  .offers-app-page .app-zone-chip .zone-name {
    min-width: 0;
    max-width: 112px;
    font-weight: 750;
    letter-spacing: 0;
  }

  .offers-app-page .app-zone-chip .zone-pin {
    width: 16px;
    height: 16px;
    opacity: 0.9;
  }

  .offers-app-page .app-zone-chip .zone-caret {
    width: 13px;
    height: 13px;
    opacity: 0.78;
  }

  .offers-app-page .app-zone-menu {
    top: calc(100% + 12px);
    width: min(348px, calc(100vw - 48px));
    padding: 12px;
    border-color: rgba(190, 206, 228, 0.92);
    border-radius: 18px;
    box-shadow: 0 24px 56px rgba(3, 14, 41, 0.24);
  }

  .offers-app-page .app-zone-menu-head {
    padding: 2px 4px 9px;
    color: #66748a;
    font-size: 0.75rem;
    font-weight: 800;
  }

  .offers-app-page .app-zone-menu-item {
    min-height: 46px;
    padding: 9px 11px;
    border-radius: 12px;
    background: #f7f9fc;
  }

  .offers-app-page .app-zone-menu-item.is-active {
    border-color: #075ed0;
    background: linear-gradient(135deg, #075ed0 0%, #0647a4 100%);
  }

  .offers-app-page .app-header-menu {
    flex: 1 1 auto;
  }

  .offers-app-page .app-menu-panel,
  .offers-app-page .app-menu-panel[hidden] {
    gap: 4px;
  }

  .offers-app-page .app-menu-panel a {
    min-height: 38px;
    padding: 0 11px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.82rem;
    font-weight: 750;
    letter-spacing: 0;
  }

  .offers-app-page .app-menu-panel a:hover,
  .offers-app-page .app-menu-panel a:focus-visible {
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
  }

  .offers-app-page .app-menu-panel a[href="/quiero-ofertar/"] {
    margin-left: 2px;
    background: rgba(255, 255, 255, 0.94);
    color: #0750b8;
    box-shadow: 0 10px 24px rgba(2, 10, 32, 0.14);
  }

  .offers-app-page .app-menu-panel a[href="/quiero-ofertar/"]:hover,
  .offers-app-page .app-menu-panel a[href="/quiero-ofertar/"]:focus-visible {
    background: #fff;
    color: #043f98;
  }

  .offers-app-page .app-search,
  .offers-app-page .public-header-search {
    width: clamp(292px, 27vw, 392px);
    flex: 0 1 clamp(292px, 27vw, 392px);
    height: 42px;
    min-height: 42px;
    grid-template-columns: 32px minmax(0, 1fr) 38px;
    gap: 6px;
    padding: 0 4px 0 12px;
    border-color: rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.72),
      0 12px 28px rgba(3, 12, 35, 0.16);
  }

  .offers-app-page .app-search .search-icon,
  .offers-app-page .public-header-search .search-icon {
    color: #075ed0;
    font-size: 0.96rem;
  }

  .offers-app-page .app-search input,
  .offers-app-page .public-header-search input {
    height: 38px;
    color: #142238;
    font-size: 0.86rem;
    line-height: 38px;
  }

  .offers-app-page .app-search input::placeholder,
  .offers-app-page .public-header-search input::placeholder {
    color: #7b8799;
  }

  .offers-app-page .app-search .header-search-submit,
  .offers-app-page .public-header-search .header-search-submit {
    width: 34px;
    min-width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #075ed0;
    color: #fff;
    box-shadow: 0 7px 16px rgba(7, 94, 208, 0.22);
  }

  .offers-app-page .app-search .header-search-submit:hover,
  .offers-app-page .public-header-search .header-search-submit:hover {
    background: #064aa8;
  }

  body.search-focus-active.offers-app-page .app-search,
  body.search-focus-active.offers-app-page .public-header-search {
    border-color: rgba(255, 255, 255, 0.42);
    background: #fff;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.74),
      0 18px 42px rgba(2, 6, 23, 0.26);
  }

  body.search-focus-active.offers-app-page .app-search .search-icon,
  body.search-focus-active.offers-app-page .public-header-search .search-icon {
    color: #075ed0;
  }

  body.search-focus-active.offers-app-page .app-search input,
  body.search-focus-active.offers-app-page .public-header-search input {
    color: #142238;
  }

  body.search-focus-active.offers-app-page .app-search input::placeholder,
  body.search-focus-active.offers-app-page .public-header-search input::placeholder {
    color: #7b8799;
  }
}

@media (min-width: 901px) and (max-width: 1080px) {
  .offers-app-page .app-header-inner {
    width: min(calc(100% - 28px), 1240px);
    gap: 12px;
  }

  .offers-app-page .logo-link {
    flex-basis: 184px;
  }

  .offers-app-page .app-zone-chip {
    min-width: 128px;
    max-width: 148px;
  }

  .offers-app-page .app-menu-panel a {
    padding-inline: 8px;
    font-size: 0.78rem;
  }

  .offers-app-page .app-menu-panel a[href="/terminos/"],
  .offers-app-page .app-menu-panel a[href="/terminos"] {
    display: none;
  }

  .offers-app-page .app-search,
  .offers-app-page .public-header-search {
    width: 292px;
    flex-basis: 292px;
  }
}

@media (min-width: 901px) and (max-width: 980px) {
  .offers-app-page .logo-link {
    flex-basis: 172px;
  }

  .offers-app-page .app-menu-panel a[href="/#contacto"] {
    display: none;
  }

  .offers-app-page .app-search,
  .offers-app-page .public-header-search {
    width: 260px;
    flex-basis: 260px;
  }
}
