/* Homepage reading-focused polish. */
.home-page{
  --home-gap:clamp(2.75rem,6vw,4.75rem);
  padding-bottom:clamp(48px,7vw,82px);
}

.home-page > .hero-section{
  position:relative;
  min-height:clamp(500px,56vw,620px);
  margin:clamp(24px,4vw,44px) 0 clamp(28px,5vw,50px);
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.72);
  border-radius:30px;
  background:radial-gradient(circle at 18% 28%,rgba(var(--primary-rgb),0.22),transparent 32rem),#181316;
  box-shadow:0 24px 70px rgba(43,28,35,0.17);
  isolation:isolate;
}

.home-page .hero-image-wrapper{
  overflow:hidden;
}

.home-page .hero-background-image{
  object-position:center right;
  transform:scale(1.025);
  filter:saturate(1.04) contrast(1.03);
}

.home-page > .hero-section::after{
  background:
    linear-gradient(90deg,rgba(14,13,13,0.74),rgba(14,13,13,0.5) 48%,rgba(14,13,13,0.18)),
    linear-gradient(0deg,rgba(14,13,13,0.5),rgba(14,13,13,0.08) 46%,rgba(14,13,13,0.18));
}

.home-page .hero-content{
  max-width:min(700px,calc(100% - 80px));
  margin-left:clamp(28px,6.5vw,82px);
  padding:clamp(22px,3vw,34px) 0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  text-shadow:0 3px 20px rgba(0,0,0,0.55);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

.home-page .hero-content .sub-title{
  display:flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin-bottom:14px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--cta-gold) !important;
  font-weight:700;
  letter-spacing:0.04em;
}

.home-page .hero-content h1{
  margin-bottom:18px;
  font-size:clamp(2.1rem,4.2vw,3.1rem);
  line-height:1.18;
  letter-spacing:0.01em;
  text-wrap:balance;
  word-break:keep-all;
}

.home-page .hero-content p{
  max-width:44rem;
  font-size:clamp(1rem,2vw,1.18rem);
  line-height:1.8;
}

html[lang="en"] .home-page .hero-content{
  max-width:min(760px,calc(100% - 80px));
}

html[lang="en"] .home-page .hero-content h1{
  font-size:clamp(2rem,3.55vw,2.85rem);
  line-height:1.22;
  word-break:normal;
}

.home-page .hero-cta-group{
  flex-wrap:wrap;
  gap:12px;
}

.home-page .quick-nav{
  justify-content:center;
  margin:0 0 var(--home-gap);
  padding:14px;
  border-radius:18px;
}

.home-page > p:not([class]){
  max-width:900px;
  margin:0 0 var(--home-gap);
  padding:clamp(18px,3vw,28px);
  border:1px solid #eadde2;
  border-left:5px solid var(--primary-color);
  border-radius:0 var(--radius-lg) var(--radius-lg) 0;
  background:linear-gradient(135deg,#fff,#fff7fa);
  box-shadow:var(--shadow-soft);
  color:#363036;
  font-size:1.05rem;
}

.home-page > h2,
.home-page > section > h2{
  margin-top:0;
}

.home-page .benefits-title{
  margin-bottom:18px;
}

.home-page .benefits-grid{
  align-items:stretch;
  margin-bottom:var(--home-gap);
}

.home-page .benefits-grid > a{
  display:block;
  min-width:0;
  color:inherit;
  text-decoration:none;
}

.home-page .benefits-grid .benefit-item{
  min-height:134px;
  align-items:center;
  text-align:center;
}

.home-page .benefits-grid h3{
  margin-bottom:8px;
  color:var(--primary-color);
  font-size:clamp(1.85rem,4vw,2.45rem);
  line-height:1.1;
}

.home-page section[aria-labelledby="popular-products"],
.home-page section[aria-labelledby="achievements"],
.home-page section[aria-labelledby="core-services"],
.home-page section[aria-labelledby="latest-news"],
.home-page section[aria-labelledby="company-vision"]{
  scroll-margin-top:140px;
}

.home-page section[aria-labelledby="popular-products"]{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.home-page section[aria-labelledby="popular-products"] > p{
  max-width:72ch;
}

.home-page .tech-spotlight{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(180px,0.6fr);
  align-items:center;
  gap:clamp(18px,4vw,42px);
  padding:clamp(24px,4vw,42px);
  border-radius:24px;
}

.home-page .tech-spotlight h3{
  margin-bottom:12px;
  color:#292929;
  font-size:clamp(1.35rem,3vw,1.85rem);
  line-height:1.35;
}

.home-page .tech-spotlight-image img{
  display:block;
  width:min(100%,260px) !important;
  margin-inline:auto;
}

.home-page .featured-case{
  max-width:none;
  margin-bottom:16px;
  padding:20px 22px;
  border-left-width:5px;
}

.home-page section[aria-labelledby="achievements"] .images{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.home-page section[aria-labelledby="achievements"] .images a{
  display:block;
  overflow:hidden;
  border-radius:16px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}

.home-page section[aria-labelledby="achievements"] .images img{
  width:100% !important;
  aspect-ratio:4 / 3;
  object-fit:cover;
  box-shadow:none;
}

.home-page section[aria-labelledby="core-services"] .category-overview{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(18px,2.5vw,28px);
}

.home-page section[aria-labelledby="core-services"] .category-item{
  position:relative;
  gap:0;
  padding:0;
  overflow:hidden;
  border-color:#eadde2;
  background:#fff;
}

.home-page section[aria-labelledby="core-services"] .category-item::after{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:var(--primary-color);
  opacity:0.92;
}

.home-page section[aria-labelledby="core-services"] .category-item h3{
  margin:0;
  padding:24px 26px 8px;
  color:#2b2428;
  font-size:1.18rem;
  line-height:1.35;
}

.home-page section[aria-labelledby="core-services"] .category-item > p{
  min-height:52px;
  margin:0;
  padding:0 26px 18px;
  color:#6a6065;
  font-size:0.94rem;
  line-height:1.65;
}

.home-page section[aria-labelledby="core-services"] .category-item ul{
  display:grid;
  gap:0;
  margin:0;
  padding:0 26px;
  list-style:none;
  border-top:1px solid #efe4e8;
}

.home-page section[aria-labelledby="core-services"] .category-item li{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:4px 10px;
  margin:0;
  padding:14px 0 14px 28px;
  border-bottom:1px solid #efe4e8;
  color:#342d31;
  font-size:0.96rem;
  line-height:1.55;
}

.home-page section[aria-labelledby="core-services"] .category-item li::before{
  left:0;
  top:16px;
  transform:none;
  color:#2f8a3c;
  font-size:1rem;
}

.home-page section[aria-labelledby="core-services"] .service-item-main{
  grid-column:1 / -1;
  color:#2f2930;
  font-weight:750;
  text-decoration:none;
}

.home-page section[aria-labelledby="core-services"] .service-item-main:hover,
.home-page section[aria-labelledby="core-services"] .service-item-main:focus-visible{
  color:var(--primary-color);
  text-decoration:underline;
}

.home-page section[aria-labelledby="core-services"] .service-item-note{
  grid-column:1 / -1;
  color:#746a70;
  font-size:0.88rem;
}

.home-page section[aria-labelledby="core-services"] .service-item-note a{
  color:var(--primary-dark);
  font-weight:650;
  text-decoration:none;
}

.home-page section[aria-labelledby="core-services"] .service-item-note a:hover,
.home-page section[aria-labelledby="core-services"] .service-item-note a:focus-visible{
  color:var(--primary-color);
  text-decoration:underline;
}

.home-page section[aria-labelledby="core-services"] .category-item .more-link{
  align-self:flex-start;
  min-height:40px;
  margin:22px 26px 26px;
  padding:8px 14px;
  border:1px solid #e2bfd0;
  border-radius:999px;
  background:#fff7fa;
  color:var(--primary-dark);
  font-size:0.92rem;
  font-weight:750;
  text-decoration:none;
}

.home-page section[aria-labelledby="core-services"] .category-item .more-link:hover,
.home-page section[aria-labelledby="core-services"] .category-item .more-link:focus-visible{
  border-color:var(--primary-color);
  background:var(--primary-color);
  color:#fff;
  text-decoration:none;
}

.home-page section[aria-labelledby="latest-news"] .table-container{
  margin-top:18px;
}

.home-page section[aria-labelledby="company-vision"] figure{
  margin-inline:auto;
}

.home-page section[aria-labelledby="company-vision"] .technical-support{
  margin-top:24px;
}

@media (max-width:768px){
  .home-page{
    padding-bottom:48px;
  }

  .home-page > .hero-section{
    min-height:540px;
    margin-top:18px;
    border-radius:20px;
  }

  .home-page > .hero-section::after{
    background:linear-gradient(to top,rgba(14,13,13,0.94),rgba(14,13,13,0.48) 62%,rgba(14,13,13,0.22));
  }

  .home-page .hero-background-image{
    object-position:center center;
    transform:scale(1.04);
  }

  .home-page .hero-content{
    align-self:flex-end;
    max-width:none;
    margin:0 14px 18px;
    padding:20px;
    border-radius:18px;
    text-align:left;
  }

  .home-page .hero-content h1{
    font-size:clamp(1.82rem,8vw,2.35rem);
    text-align:left;
    word-break:normal;
  }

  html[lang="en"] .home-page .hero-content h1{
    font-size:clamp(1.68rem,7vw,2.12rem);
  }

  .home-page .hero-cta-group a{
    max-width:none;
  }

  .home-page .quick-nav{
    justify-content:flex-start;
    margin-inline:-18px;
    margin-bottom:34px;
    padding-inline:18px;
    border-radius:0;
  }

  .home-page > p:not([class]){
    margin-bottom:38px;
    padding:18px;
    font-size:1rem;
  }

  .home-page .benefits-grid{
    margin-bottom:38px;
  }

  .home-page .tech-spotlight{
    padding:18px;
    border-radius:18px;
  }

  .home-page section[aria-labelledby="popular-products"]{
    padding:0;
    border-radius:0;
  }

  .home-page .tech-spotlight{
    grid-template-columns:1fr;
  }

  .home-page .tech-spotlight-image{
    order:-1;
  }

  .home-page .tech-spotlight-image img{
    width:min(100%,190px) !important;
  }

  .home-page section[aria-labelledby="achievements"] .images{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .home-page section[aria-labelledby="core-services"] .category-overview{
    grid-template-columns:1fr;
  }

  .home-page section[aria-labelledby="core-services"] .category-item h3{
    padding:22px 22px 8px;
  }

  .home-page section[aria-labelledby="core-services"] .category-item > p{
    min-height:0;
    padding:0 22px 16px;
  }

  .home-page section[aria-labelledby="core-services"] .category-item ul{
    padding-inline:22px;
  }

  .home-page section[aria-labelledby="core-services"] .category-item .more-link{
    margin:20px 22px 24px;
  }
}

@media (max-width:520px){
  .home-page .benefits-grid .benefit-item{
    min-height:124px;
  }

  .home-page .benefits-grid h3{
    font-size:1.45rem;
  }

  .home-page section[aria-labelledby="popular-products"]{
    margin-inline:-2px;
    padding:0;
  }
}

/* Homepage core products use a vertical image-to-content card layout. */
section[aria-labelledby="popular-products"] .product > a:first-child{
  flex-direction:column;
  justify-content:flex-start;
  min-height:100%;
  padding:20px 20px 0;
  color:inherit;
  text-align:center;
  text-decoration:none;
}

section[aria-labelledby="popular-products"] .product > a:first-child img{
  flex:0 0 auto;
  margin-inline:auto;
}

section[aria-labelledby="popular-products"] .product h3{
  width:100%;
  margin:18px 0 8px;
  padding:0;
  text-align:center;
}

section[aria-labelledby="popular-products"] .product .product-desc{
  width:100%;
  margin:0 0 16px;
  padding:0;
  text-align:center;
}

section[aria-labelledby="popular-products"] .product .product-badge{
  align-self:center;
  margin:0 0 20px;
}

/* Homepage core products use two cards per row on mobile. */
@media (max-width:768px){
  section[aria-labelledby="popular-products"] .products{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px;
  }

  section[aria-labelledby="popular-products"] .product > a:first-child{
    min-height:100%;
    padding:14px 10px 0;
  }

  section[aria-labelledby="popular-products"] .product > a:first-child img{
    max-width:min(100%,140px) !important;
    max-height:170px;
  }

  section[aria-labelledby="popular-products"] .product h3{
    margin:12px 0 6px;
    font-size:1rem;
    line-height:1.45;
  }

  section[aria-labelledby="popular-products"] .product .product-desc{
    margin-bottom:12px;
    font-size:0.875rem;
    line-height:1.55;
  }

  section[aria-labelledby="popular-products"] .product .product-badge{
    margin-bottom:14px;
    font-size:0.75rem;
  }
}

/* Homepage refresh: clearer entry points while keeping the existing NSO color system. */
.home-page{
  --home-ink:#241e21;
  --home-muted:#665b60;
}

.home-page .hero-section{
  min-height:clamp(520px,64vw,640px);
  margin-top:clamp(22px,4vw,42px);
  border:1px solid rgba(255,255,255,0.18);
  border-radius:24px;
  overflow:hidden;
}

.home-page .hero-section::after{
  background:
    linear-gradient(90deg,rgba(17,17,17,0.92) 0%,rgba(17,17,17,0.72) 42%,rgba(17,17,17,0.18) 100%),
    linear-gradient(0deg,rgba(200,0,95,0.2),rgba(200,0,95,0));
}

.home-page .hero-background-image{
  filter:saturate(1.08) contrast(1.02);
}

.home-page .hero-content{
  max-width:720px;
}

.home-page .hero-content h1{
  margin-bottom:18px;
  letter-spacing:0;
}

.home-page .hero-content p{
  font-size:clamp(1.05rem,2vw,1.22rem);
}

.hero-proof{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.hero-proof span{
  display:inline-flex;
  align-items:center;
  min-height:auto;
  padding:0 14px 0 0;
  border:0;
  border-right:1px solid rgba(255,255,255,0.42);
  border-radius:0;
  background:transparent;
  color:rgba(255,255,255,0.94);
  font-size:0.92rem;
  font-weight:650;
  text-shadow:0 2px 10px rgba(0,0,0,0.5);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

.hero-proof span:last-child{
  padding-right:0;
  border-right:0;
}

.home-intro{
  display:grid;
  grid-template-columns:minmax(0,0.9fr) minmax(320px,1.1fr);
  gap:clamp(24px,4vw,46px);
  align-items:start;
  margin-block:clamp(38px,6vw,70px);
}

.home-intro-copy{
  position:sticky;
  top:132px;
}

.eyebrow{
  margin:0 0 10px;
  color:var(--primary-dark);
  font-size:0.9rem;
  font-weight:750;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

.home-intro h2{
  max-width:13em;
  margin-bottom:18px;
  border:0;
  color:var(--home-ink);
  font-size:clamp(1.7rem,3.3vw,2.45rem);
}

.home-intro h2::before{
  display:none;
}

.home-intro p:last-child{
  max-width:58ch;
  color:var(--home-muted);
  font-size:1.05rem;
}

.problem-grid{
  display:grid;
  gap:16px;
}

.problem-card{
  position:relative;
  display:grid;
  gap:8px;
  min-height:168px;
  padding:clamp(20px,3vw,28px);
  border:1px solid #ead8df;
  border-radius:18px;
  background:linear-gradient(145deg,#fff,#fff8fb);
  box-shadow:var(--shadow-soft);
  color:var(--home-ink);
  text-decoration:none;
  overflow:hidden;
  transition:transform 0.22s ease,border-color 0.22s ease,box-shadow 0.22s ease;
}

.problem-card::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:6px;
  height:100%;
  background:linear-gradient(180deg,var(--primary-color),#f7a6c2);
  opacity:0.85;
}

.problem-card:hover,
.problem-card:focus-visible{
  border-color:#dfaac0;
  box-shadow:var(--shadow-raised);
  transform:translateY(-3px);
  text-decoration:none;
}

.problem-card-label{
  width:max-content;
  max-width:100%;
  padding:5px 11px;
  border-radius:999px;
  background:var(--surface-accent);
  color:var(--primary-dark);
  font-size:0.82rem;
  font-weight:750;
}

.problem-card strong{
  color:var(--home-ink);
  font-size:clamp(1.08rem,2vw,1.24rem);
  line-height:1.45;
}

.problem-card span:last-child{
  max-width:42rem;
  color:var(--home-muted);
  font-size:0.96rem;
  line-height:1.7;
}

.proof-section{
  margin-block:clamp(36px,5vw,60px);
}

.proof-section .benefits-title{
  max-width:none;
}

.proof-grid a{
  color:inherit;
  text-decoration:none;
}

.proof-grid .benefit-item{
  min-height:142px;
  align-items:flex-start;
  border-top:4px solid var(--primary-color);
  background:#fff;
}

.proof-grid .benefit-item h3{
  margin-bottom:8px;
  color:var(--primary-color);
  font-size:clamp(1.9rem,4vw,2.6rem);
  line-height:1;
}

.proof-grid .benefit-item p{
  color:var(--home-muted);
  font-size:0.95rem;
  font-weight:650;
  line-height:1.65;
}

.home-page section[aria-labelledby="popular-products"],
.home-page section[aria-labelledby="achievements"],
.home-page section[aria-labelledby="core-services"],
.home-page section[aria-labelledby="latest-news"],
.home-page section[aria-labelledby="company-vision"]{
  padding:clamp(26px,4vw,42px);
  border:1px solid var(--border-soft);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}

.home-page section[aria-labelledby="popular-products"] > p,
.home-page section[aria-labelledby="achievements"] > p,
.home-page section[aria-labelledby="latest-news"] > p,
.home-page section[aria-labelledby="company-vision"] > p{
  max-width:72ch;
  color:var(--home-muted);
}

.home-page .products .product a{
  display:flex;
  flex-direction:column;
  height:100%;
  color:inherit;
  text-decoration:none;
}

.home-page .product-badge{
  margin-top:auto;
}

.home-page .featured-case{
  margin-bottom:16px;
  border-left:4px solid var(--primary-color);
}

.home-page .featured-case h3{
  margin-bottom:8px;
}

.home-page .featured-case p{
  margin-bottom:0;
  color:var(--home-muted);
}

.home-page .category-item{
  display:flex;
  flex-direction:column;
}

.home-page .category-item .more-link{
  margin-top:auto;
}

@media (max-width:860px){
  .home-intro{
    grid-template-columns:1fr;
  }

  .home-intro-copy{
    position:static;
  }

  .home-intro h2{
    max-width:18em;
  }
}

@media (max-width:768px){
  .home-page .hero-section{
    min-height:clamp(500px,112vw,590px);
    margin:14px 0 30px;
    border-radius:18px;
  }

  .home-page .hero-section::after{
    background:
      linear-gradient(to top,rgba(17,17,17,0.9) 0%,rgba(17,17,17,0.62) 52%,rgba(17,17,17,0.3) 100%),
      linear-gradient(90deg,rgba(17,17,17,0.46),rgba(17,17,17,0.08));
  }

  .home-page .hero-background-image{
    object-position:58% center;
    transform:none;
  }

  .home-page .hero-content{
    align-self:flex-end;
    width:100%;
    max-width:none;
    margin:0;
    padding:clamp(26px,7vw,36px) clamp(18px,6vw,30px) clamp(24px,7vw,34px);
  }

  .home-page .hero-content .sub-title{
    width:auto;
    max-width:100%;
    margin-bottom:12px;
    padding:0;
    border:0;
    background:transparent;
    font-size:0.95rem;
    line-height:1.4;
    letter-spacing:0.03em;
  }

  .home-page .hero-content h1{
    max-width:11em;
    margin-bottom:16px;
    font-size:clamp(2rem,8.2vw,2.55rem);
    line-height:1.18;
  }

  html[lang="en"] .home-page .hero-content h1{
    max-width:12em;
    font-size:clamp(1.72rem,6.8vw,2.2rem);
  }

  .home-page .hero-content p{
    max-width:32rem;
    margin-bottom:24px;
    font-size:1rem;
    line-height:1.72;
  }

  .home-page .hero-cta-group{
    gap:12px;
  }

  .home-page .hero-cta-group a{
    width:100%;
    max-width:none;
    min-height:46px;
    padding-block:12px !important;
  }

  .hero-proof{
    gap:8px;
    margin-top:22px;
  }

  .hero-proof span{
    min-height:auto;
    padding-inline:0 10px;
    font-size:0.82rem;
  }

  .home-page section[aria-labelledby="popular-products"],
  .home-page section[aria-labelledby="achievements"],
  .home-page section[aria-labelledby="core-services"],
  .home-page section[aria-labelledby="latest-news"],
  .home-page section[aria-labelledby="company-vision"]{
    padding:22px 16px;
    border-radius:16px;
  }

  .problem-card{
    min-height:0;
  }

  .proof-grid .benefit-item{
    align-items:center;
    text-align:center;
  }

  .proof-grid .benefit-item h3{
    font-size:clamp(1.4rem,7vw,1.75rem);
    line-height:1.12;
  }

  .proof-grid .benefit-item p{
    font-size:0.9rem;
    line-height:1.58;
  }
}

@media (max-width:420px){
  .home-page .hero-section{
    min-height:clamp(470px,126vw,545px);
    border-radius:16px;
  }

  .home-page .hero-content{
    padding:24px 16px 24px;
  }

  .home-page .hero-content h1{
    font-size:clamp(1.78rem,8.6vw,2.18rem);
  }

  .home-page .hero-content p{
    font-size:0.95rem;
  }

  .hero-proof span{
    font-size:0.78rem;
  }
}

@media (max-width:520px){
  main.container:not(.home-page) .images{
    grid-template-columns:1fr !important;
  }

  main.container:not(.home-page) .case-item .case-info{
    padding:16px;
  }

  main.container:not(.home-page) .case-info h4{
    font-size:1rem;
  }

  main.container:not(.home-page) .case-item .case-result,
  main.container:not(.home-page) .case-item .related-products-mini{
    font-size:0.88rem;
  }
}

@media (max-width:768px){
  .home-page section[aria-labelledby="popular-products"] .product > a:first-child{
    padding:14px 12px 0;
  }

  .home-page section[aria-labelledby="popular-products"] .product > a:first-child img{
    width:min(100%,172px) !important;
    max-width:none !important;
    height:142px !important;
    max-height:none !important;
    object-fit:contain;
    object-position:center;
  }
}

@media (max-width:420px){
  .home-page section[aria-labelledby="popular-products"] .product > a:first-child img{
    width:min(100%,156px) !important;
    height:132px !important;
  }
}

@media (max-width:768px){
  .home-page section[aria-labelledby="popular-products"] .product > a:first-child{
    padding:16px 10px 14px !important;
    overflow:hidden;
  }

  .home-page section[aria-labelledby="popular-products"] .product > a:first-child img{
    display:block;
    width:min(100%,164px) !important;
    max-width:none !important;
    height:162px !important;
    max-height:none !important;
    margin:0 auto 14px !important;
    padding:0 !important;
    object-fit:contain !important;
    object-position:center center !important;
    border-bottom:0 !important;
    box-shadow:none !important;
    transform:scale(1.18) !important;
    transform-origin:center center;
  }

  .home-page section[aria-labelledby="popular-products"] .product:hover > a:first-child img{
    transform:scale(1.22) !important;
  }
}

@media (max-width:420px){
  .home-page section[aria-labelledby="popular-products"] .product > a:first-child img{
    width:min(100%,150px) !important;
    height:154px !important;
    transform:scale(1.16) !important;
  }

  .home-page section[aria-labelledby="popular-products"] .product:hover > a:first-child img{
    transform:scale(1.2) !important;
  }
}
