.marketplace-hero-section {
  background: linear-gradient(135deg, #f7c35f 0%, #f59f00 100%);
  padding: 18px 0;
}

.marketplace-hero-grid {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: 230px minmax(0, 1fr) 230px;
}

.hero-category-menu,
.hero-side-cards {
  display: grid;
  gap: 10px;
}

.hero-category-menu {
  align-content: start;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(31, 78, 61, .14);
  padding: 14px;
}

.hero-category-heading {
  display: grid;
  gap: 2px;
  margin-bottom: 2px;
  padding: 2px 4px 8px;
}

.hero-category-heading strong {
  color: #146c43;
  font-size: 15px;
  font-weight: 900;
}

.hero-category-heading span {
  color: #6c757d;
  font-size: 11px;
  font-weight: 700;
}

.hero-category-menu a {
  align-items: center;
  border-radius: 13px;
  color: #212529;
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 9px;
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 44px;
  padding: 7px 9px;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.hero-category-menu a:hover,
.hero-category-menu a:focus-visible {
  background: #146c43;
  color: #ffffff;
  outline: none;
  transform: translateX(2px);
}

.hero-category-icon {
  align-items: center;
  background: #f1f8f4;
  border-radius: 10px;
  display: inline-flex;
  font-size: 16px;
  height: 32px;
  justify-content: center;
  transition: background-color .2s ease;
  width: 32px;
}

.hero-category-menu a:hover .hero-category-icon,
.hero-category-menu a:focus-visible .hero-category-icon {
  background: #f7c35f;
}

.hero-category-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-promo-panel {
  align-items: center;
  background:
    radial-gradient(circle at 88% 14%, rgba(255,255,255,.22), transparent 28%),
    linear-gradient(135deg, #123f2d 0%, #1f6b4b 100%);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(31,78,61,.22);
  color: #ffffff;
  display: flex;
  min-height: 280px;
  overflow: hidden;
  padding: 28px 34px;
  position: relative;
}

.hero-promo-content {
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-kicker {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 6px 10px;
}

.hero-promo-content h1 {
  font-size: clamp(31px, 4vw, 50px);
  letter-spacing: -1.3px;
  line-height: 1.02;
  margin: 0;
  max-width: 760px;
}

.hero-promo-content > p {
  color: rgba(255,255,255,.84);
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0 18px;
  max-width: 680px;
}

.hero-promo-content .thayu-search,
.hero-promo-content .unified-market-search {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  max-width: 760px;
  padding: 0 !important;
}

.unified-search-field {
  align-items: center;
  background: rgba(7, 35, 25, .42) !important;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 6px;
}

.unified-search-icon { display: none; }

.unified-search-field input {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font: inherit;
  font-size: 14px;
  min-height: 48px;
  min-width: 0;
  outline: 0;
  padding: 0 18px;
  width: 100%;
}

.unified-search-field input::placeholder {
  color: rgba(255,255,255,.72);
}

.unified-search-field button {
  background: #f7c35f;
  border: 0;
  border-radius: 999px;
  color: #0f5132;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  min-height: 48px;
  min-width: 104px;
  padding: 0 22px;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.unified-search-field button:hover,
.unified-search-field button:focus-visible {
  background: #ffffff;
  color: #146c43;
  outline: none;
  transform: translateY(-1px);
}

.hero-side-cards {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.hero-side-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(31,78,61,.1);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(31,78,61,.14);
  color: #212529;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0,1fr) auto;
  min-height: 0;
  padding: 16px;
  transition: background-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.hero-side-card-content {
  display: grid;
  gap: 4px;
}

.hero-side-card strong {
  color: #146c43;
  font-size: 15px;
  line-height: 1.15;
}

.hero-side-card-content > span {
  color: #6c757d;
  font-size: 11px;
  font-weight: 800;
}

.hero-card-arrow {
  color: #146c43;
  font-size: 19px;
  font-weight: 900;
}

.hero-side-card:hover,
.hero-side-card:focus-visible {
  box-shadow: 0 18px 36px rgba(31,78,61,.2);
  outline: none;
  transform: translateY(-2px);
}

.hero-side-card.whatsapp-card:hover,
.hero-side-card.whatsapp-card:focus-visible {
  background: #25d366;
}

.hero-side-card.premium-card:hover,
.hero-side-card.premium-card:focus-visible {
  background: #f7c35f;
}

.hero-side-card.sell-card {
  background: #198754;
}

.hero-side-card.sell-card strong,
.hero-side-card.sell-card .hero-side-card-content > span,
.hero-side-card.sell-card .hero-card-arrow {
  color: #ffffff;
}

.hero-side-card.sell-card:hover,
.hero-side-card.sell-card:focus-visible {
  background: #146c43;
}

.hero-side-card.whatsapp-card:hover strong,
.hero-side-card.whatsapp-card:hover .hero-side-card-content > span,
.hero-side-card.whatsapp-card:hover .hero-card-arrow,
.hero-side-card.whatsapp-card:focus-visible strong,
.hero-side-card.whatsapp-card:focus-visible .hero-side-card-content > span,
.hero-side-card.whatsapp-card:focus-visible .hero-card-arrow {
  color: #ffffff;
}

body.home .google-auto-placed,
body.home .adsbygoogle-noablate,
body.home > ins.adsbygoogle,
body.home .marketplace-hero-section ins.adsbygoogle,
body.home .marketplace-hero-section [data-ad-client] {
  display: none !important;
}

@media (max-width: 1080px) {
  .marketplace-hero-grid {
    grid-template-columns: 210px minmax(0,1fr);
  }

  .hero-side-cards {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0,1fr));
    grid-template-rows: none;
  }
}

@media (max-width: 760px) {
  .marketplace-hero-section { padding: 12px 0; }

  .marketplace-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-category-menu {
    order: 2;
  }

  .hero-promo-panel {
    min-height: auto;
    padding: 24px 20px;
  }

  .hero-side-cards {
    grid-column: auto;
    grid-template-columns: 1fr;
    order: 3;
  }
}

@media (max-width: 560px) {
  .unified-search-field {
    border-radius: 18px;
    grid-template-columns: 1fr;
    padding: 8px;
  }

  .unified-search-field input {
    min-height: 46px;
  }

  .unified-search-field button {
    min-height: 46px;
    width: 100%;
  }
}
