/* EconomiBuy RC4.8 category discovery correction 02.
   Adds hierarchy and visitor-facing emphasis without enlarging the section. */
body.page-home.rc46 .categories-section{
  position:relative;
  overflow:hidden;
  border-top:1px solid rgba(98,181,0,.18);
  border-bottom:1px solid rgba(7,7,67,.08);
  background:
    radial-gradient(circle at 88% 8%,rgba(98,181,0,.14),transparent 25%),
    linear-gradient(180deg,#f8fbf3 0%,#fff 76%);
}

body.page-home.rc46 .categories-section:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--rc46-green),#9ee94a 34%,transparent 78%);
}

body.page-home.rc46 .categories-section .section-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#397500;
}

body.page-home.rc46 .categories-section .section-kicker:before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--rc46-green);
  box-shadow:0 0 0 5px rgba(98,181,0,.12);
}

body.page-home.rc46 .categories-section .section-head h2 em{
  color:#4f9800;
  font-style:normal;
}

body.page-home.rc46 .categories-section .section-head p{
  color:#4f5d76;
}

body.page-home.rc46 .categories-section .section-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 14px;
  border:1px solid rgba(7,7,67,.12);
  border-radius:999px;
  background:#fff;
  color:var(--rc46-navy);
  box-shadow:0 6px 18px rgba(7,7,67,.08);
}

body.page-home.rc46 .categories-section .section-link:hover{
  border-color:rgba(98,181,0,.45);
  color:#397500;
}

body.page-home.rc46 .categories-section a.rc46-cat-card.visual-cat{
  border-color:rgba(7,7,67,.1);
  background:linear-gradient(145deg,#fff,#fbfdf8)!important;
  box-shadow:0 11px 26px rgba(7,7,67,.09)!important;
}

body.page-home.rc46 .categories-section a.rc46-cat-card.visual-cat:hover{
  border-color:rgba(98,181,0,.48);
  box-shadow:0 15px 32px rgba(7,7,67,.14)!important;
  transform:translateY(-3px);
}

body.page-home.rc46 .categories-section a.rc46-cat-card.visual-cat img{
  border:2px solid #fff;
  box-shadow:0 7px 17px rgba(7,7,67,.16);
}

@media(max-width:760px){
  body.page-home.rc46 .categories-section .section-head{
    align-items:flex-start;
  }

  body.page-home.rc46 .categories-section .section-link{
    min-height:34px;
    padding:7px 11px;
  }
}
