.pmh-app-home {
  width: min(1180px, calc(100vw - 32px));
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 18px;
  color: #12151f;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 176, 0, .2), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(39, 110, 241, .12), transparent 28%),
    linear-gradient(180deg, #fff8f1 0, #f7f8fb 340px, #f7f8fb 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pmh-active-home {
  overflow-x: hidden;
}

.pmh-active-home .entry-title,
.pmh-active-home .page-title,
.pmh-active-home h1.entry-title,
.pmh-active-home h1.page-title {
  display: none !important;
}

.pmh-active-home .site-content,
.pmh-active-home .content-area,
.pmh-active-home .entry-content,
.pmh-active-home article,
.pmh-active-home main {
  max-width: none !important;
}

.pmh-active-home .entry-content {
  overflow: visible !important;
}

.pmh-app-home * {
  box-sizing: border-box;
}

.pmh-app-home a {
  color: inherit;
  text-decoration: none;
}

.pmh-top-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 10px;
  padding: 10px 12px;
  color: #4b1d08;
  background: #fff;
  border: 1px solid rgba(255, 90, 0, .16);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(75, 29, 8, .08);
}

.pmh-top-strip span {
  flex: 0 0 auto;
  padding: 6px 10px;
  color: #fff;
  background: #ff5a00;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.pmh-top-strip strong {
  font-size: 13px;
  line-height: 1.25;
  text-align: right;
}

.pmh-market-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 8px;
  overflow-x: auto;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(18, 21, 31, .08);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(18, 21, 31, .08);
  scrollbar-width: none;
}

.pmh-market-menu::-webkit-scrollbar {
  display: none;
}

.pmh-market-menu a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 15px;
  color: #12151f;
  background: #fff;
  border: 1px solid rgba(18, 21, 31, .08);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(18, 21, 31, .05);
}

.pmh-market-menu a:nth-child(2) {
  color: #fff;
  background: linear-gradient(135deg, #12151f, #ff5a00);
  border-color: transparent;
}

.pmh-market-menu a:nth-child(3) {
  color: #fff;
  background: linear-gradient(135deg, #276ef1, #00a886);
  border-color: transparent;
}

.pmh-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-content: end;
  align-items: end;
  gap: 18px;
  overflow: hidden;
  position: relative;
  padding: clamp(22px, 5vw, 48px);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(15, 18, 27, .12), rgba(15, 18, 27, .92)),
    linear-gradient(90deg, rgba(12, 14, 22, .86), rgba(12, 14, 22, .18)),
    url("phoenix-marketplace-world.jpg") center / cover no-repeat;
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(255, 90, 0, .22);
}

.pmh-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -34% -10%;
  height: 48%;
  background: radial-gradient(ellipse at center, rgba(255, 176, 0, .45), transparent 66%);
  pointer-events: none;
}

.pmh-hero-copy,
.pmh-hero-panel {
  position: relative;
  z-index: 1;
}

.pmh-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 8px 11px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  backdrop-filter: blur(14px);
}

.pmh-logo {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  background: linear-gradient(135deg, #fff, #ffb000);
  border-radius: 50%;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(255, 176, 0, .38);
}

.pmh-brand strong,
.pmh-brand small {
  display: block;
  line-height: 1.15;
}

.pmh-brand small,
.pmh-hero p,
.pmh-hero-panel small,
.pmh-offer-band small {
  color: rgba(255, 255, 255, .82);
}

.pmh-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(34px, 7vw, 68px);
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 8px 30px rgba(0, 0, 0, .35);
}

.pmh-hero p {
  max-width: 610px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .92) !important;
  font-size: clamp(15px, 2vw, 19px);
  line-height: 1.5;
}

.pmh-hero-actions,
.pmh-section-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pmh-hero-actions {
  margin-top: 18px;
}

.pmh-primary,
.pmh-secondary,
.pmh-search-card a,
.pmh-offer-band a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}

.pmh-primary {
  color: #161a24;
  background: linear-gradient(135deg, #fff, #ffb000 55%, #ff7a00);
  box-shadow: 0 16px 30px rgba(255, 176, 0, .25);
}

.pmh-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .13);
  backdrop-filter: blur(10px);
}

.pmh-hero-panel {
  justify-self: end;
  width: min(330px, 100%);
  padding: 16px;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  backdrop-filter: blur(16px);
}

.pmh-hero-panel span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 9px;
  color: #1c1300;
  background: #ffb000;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.pmh-hero-panel strong,
.pmh-hero-panel small {
  display: block;
  line-height: 1.25;
}

.pmh-search-card {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin: -28px 14px 18px;
  padding: 13px;
  position: relative;
  z-index: 3;
  background: #fff;
  border: 1px solid rgba(18, 21, 31, .08);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(18, 21, 31, .13);
}

.pmh-search-card span {
  min-width: 0;
  color: #626a7a;
  line-height: 1.25;
}

.pmh-search-card a {
  min-height: 42px;
  color: #fff;
  background: #12151f;
}

.pmh-quick-grid,
.pmh-category-grid,
.pmh-benefits {
  display: grid;
  gap: 12px;
}

.pmh-quick-grid {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-bottom: 24px;
}

.pmh-quick-grid a,
.pmh-category,
.pmh-benefits article {
  background: #fff;
  border: 1px solid rgba(18, 21, 31, .08);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(18, 21, 31, .07);
}

.pmh-quick-grid a {
  min-height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
  position: relative;
  overflow: hidden;
}

.pmh-quick-grid a::after {
  content: "";
  position: absolute;
  inset: auto -20px -42px auto;
  width: 90px;
  height: 90px;
  background: rgba(255, 90, 0, .1);
  border-radius: 50%;
}

.pmh-quick-grid span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #ff5a00;
  background: #fff3e8;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 900;
}

.pmh-quick-grid strong,
.pmh-category strong,
.pmh-benefits strong {
  display: block;
  line-height: 1.15;
}

.pmh-quick-grid small,
.pmh-category small,
.pmh-benefits small {
  display: block;
  margin-top: 5px;
  color: #626a7a;
  line-height: 1.35;
}

.pmh-section {
  margin: 26px 0;
}

.pmh-section-head {
  justify-content: space-between;
  margin-bottom: 12px;
}

.pmh-section-head h2 {
  margin: 0;
  font-size: clamp(22px, 4vw, 34px);
  line-height: 1.1;
}

.pmh-section-head a {
  color: #ff5a00;
  font-weight: 900;
}

.pmh-category-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.pmh-category {
  min-height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 16px;
  position: relative;
}

.pmh-category::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .9;
  background: linear-gradient(145deg, var(--pmh-soft), #fff 58%);
}

.pmh-category::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: var(--pmh-strong);
  opacity: .16;
}

.pmh-category > * {
  position: relative;
  z-index: 1;
}

.pmh-category span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  color: #fff;
  background: var(--pmh-strong);
  border-radius: 14px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(18, 21, 31, .12);
}

.pmh-cat-amber {
  --pmh-soft: #fff2c7;
  --pmh-strong: #ff9f00;
}

.pmh-cat-teal {
  --pmh-soft: #dffcf4;
  --pmh-strong: #00a886;
}

.pmh-cat-red {
  --pmh-soft: #ffe1dc;
  --pmh-strong: #e83425;
}

.pmh-cat-blue {
  --pmh-soft: #e0edff;
  --pmh-strong: #276ef1;
}

.pmh-cat-green {
  --pmh-soft: #e5f9df;
  --pmh-strong: #37a447;
}

.pmh-cat-pink {
  --pmh-soft: #ffe3f0;
  --pmh-strong: #df3b86;
}

.pmh-cat-gold {
  --pmh-soft: #fff0c7;
  --pmh-strong: #c98600;
}

.pmh-cat-purple {
  --pmh-soft: #efe6ff;
  --pmh-strong: #7c3aed;
}

.pmh-cat-cyan {
  --pmh-soft: #dcf9ff;
  --pmh-strong: #0297b7;
}

.pmh-cat-brown {
  --pmh-soft: #f3e8dc;
  --pmh-strong: #99612f;
}

.pmh-cat-orange {
  --pmh-soft: #ffe5d1;
  --pmh-strong: #f06b1a;
}

.pmh-cat-slate {
  --pmh-soft: #e9eef5;
  --pmh-strong: #475569;
}

.pmh-discount-section {
  margin: 26px 0;
}

.pmh-discount-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pmh-discount-grid article {
  min-height: 140px;
  padding: 18px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 255, 255, .28), transparent 26%),
    linear-gradient(135deg, #12151f, #2b1b35 50%, #ff5a00);
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(18, 21, 31, .16);
}

.pmh-discount-grid article::after {
  content: "%";
  position: absolute;
  right: 16px;
  bottom: -18px;
  color: rgba(255, 255, 255, .16);
  font-size: 88px;
  font-weight: 900;
  line-height: 1;
}

.pmh-discount-grid strong,
.pmh-discount-grid small {
  display: block;
  position: relative;
  z-index: 1;
}

.pmh-discount-grid strong {
  font-size: 20px;
  line-height: 1.1;
}

.pmh-discount-grid small {
  margin-top: 10px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.4;
}

.pmh-offer-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 21, 31, .94), rgba(68, 25, 6, .9)),
    url("phoenix-marketplace-world.jpg") center / cover no-repeat;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(18, 21, 31, .18);
}

.pmh-offer-band span {
  color: #ffb000;
  font-weight: 900;
}

.pmh-offer-band strong {
  display: block;
  max-width: 660px;
  margin-top: 5px;
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1.05;
}

.pmh-offer-band small {
  display: block;
  max-width: 620px;
  margin-top: 8px;
  line-height: 1.45;
}

.pmh-offer-band a {
  flex: 0 0 auto;
  color: #12151f;
  background: #fff;
}

.pmh-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pmh-benefits article {
  padding: 16px;
}

.pmh-benefits article span {
  width: 9px;
  height: 34px;
  display: block;
  margin-bottom: 12px;
  background: linear-gradient(180deg, #ff5a00, #ffb000);
  border-radius: 999px;
}

@media (max-width: 780px) {
  .pmh-app-home {
    width: 100%;
    left: auto;
    transform: none;
    padding: 10px;
  }

  .pmh-top-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .pmh-top-strip strong {
    text-align: left;
  }

  .pmh-hero {
    min-height: 560px;
    grid-template-columns: 1fr;
    border-radius: 20px;
    background-position: center top;
  }

  .pmh-hero-panel {
    justify-self: start;
  }

  .pmh-search-card {
    margin-left: 8px;
    margin-right: 8px;
  }

  .pmh-quick-grid,
  .pmh-category-grid,
  .pmh-discount-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pmh-offer-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .pmh-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .pmh-hero {
    min-height: 600px;
    padding: 20px;
  }

  .pmh-brand {
    border-radius: 18px;
  }

  .pmh-primary,
  .pmh-secondary {
    flex: 1 1 132px;
  }

  .pmh-search-card {
    align-items: stretch;
    flex-direction: column;
  }

  .pmh-search-card a {
    width: 100%;
  }

  .pmh-quick-grid a {
    min-height: 104px;
    padding: 12px;
  }

  .pmh-category {
    min-height: 164px;
  }

  .pmh-discount-grid {
    grid-template-columns: 1fr;
  }
}
