@import url('./home-hero-layer-fix.css');

/* GAZI SEED — Category section helpers V7
   Card layout is owned by home-category-cards-v3.css.
   This file intentionally contains no card pseudo-elements so legacy mobile
   rules cannot override the approved 2x2 category-card design. */
.home-premium-scope .home-category-section{
  background:linear-gradient(180deg,#fff 0%,#fbfefc 100%)!important;
}
.home-premium-scope .home-category-section .mb-6{
  align-items:flex-end!important;
  gap:1.5rem!important;
}
.home-premium-scope .home-category-section .section-heading{
  color:#063f2b!important;
  font-weight:900!important;
  letter-spacing:-.055em!important;
}
.home-premium-scope .home-category-section .section-subheading{
  color:#71817a!important;
}
.home-premium-scope .home-category-section .view-all-link{
  white-space:nowrap!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1.5px solid #d9e9e1!important;
  background:rgba(255,255,255,.92)!important;
  color:#08744b!important;
  border-radius:999px!important;
  padding:.78rem 1.25rem!important;
  font-weight:850!important;
  box-shadow:0 8px 24px -18px rgba(5,80,48,.45)!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;
}
.home-premium-scope .home-category-section .view-all-link:hover{
  border-color:#9acbb0!important;
  transform:translateY(-2px)!important;
  box-shadow:0 14px 30px -20px rgba(5,80,48,.55)!important;
}

@media(max-width:767px){
  .home-premium-scope .home-category-section{
    background:linear-gradient(180deg,#f9fdfb 0%,#f2faf6 100%)!important;
    padding:18px 0 24px!important;
    margin:0!important;
  }
  .home-premium-scope .home-category-section .container-custom{
    width:calc(100% - 24px)!important;
    max-width:none!important;
    margin:0 auto!important;
  }
  .home-premium-scope .home-category-section .mb-6{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:10px!important;
    margin:0 0 14px!important;
  }
  .home-premium-scope .home-category-section .section-heading{
    font-size:1.48rem!important;
    line-height:1.1!important;
    letter-spacing:-.04em!important;
    margin:0!important;
  }
  .home-premium-scope .home-category-section .section-subheading{
    font-size:.74rem!important;
    line-height:1.25!important;
    margin-top:4px!important;
  }
  .home-premium-scope .home-category-section .view-all-link{
    flex:none!important;
    align-self:flex-end!important;
    padding:7px 11px!important;
    border:1px solid #cfe3d8!important;
    border-radius:999px!important;
    background:#fff!important;
    font-size:.68rem!important;
    line-height:1.1!important;
    box-shadow:0 6px 16px -12px rgba(3,72,38,.45)!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .home-premium-scope .view-all-link{transition:none!important}
}