
/* NILA v21.41 Approved Bright Mockup Homepage Rebuild */
:root{
  --v41-ink:#071b31;
  --v41-teal:#007f78;
  --v41-green:#075f3c;
  --v41-blue:#176fc2;
  --v41-yellow:#ffc400;
  --v41-orange:#f27b42;
  --v41-purple:#8b5cf6;
  --v41-line:rgba(7,27,49,.12);
  --v41-muted:#52677f;
  --v41-shadow:0 28px 80px rgba(7,27,49,.14);
}
body.v41-home-ready{
  background:#fff!important;
}
body.v41-home-ready .v19-hero,
body.v41-home-ready #nilaCategorySection,
body.v41-home-ready #v34HomeFlowProof,
body.v41-home-ready #v35MergedHomeProof,
body.v41-home-ready .v31-category-section,
body.v41-home-ready .v32-category-preview,
body.v41-home-ready .v34-category-preview,
body.v41-home-ready .v35-home-cats,
body.v41-home-ready section.v19-section,
body.v41-home-ready .v19-section{
  display:none!important;
}
#v41Home{
  display:block!important;
  background:#fff!important;
  color:var(--v41-ink)!important;
  overflow:hidden!important;
}
.v41-container{
  width:min(1220px,calc(100% - 40px));
  margin:0 auto;
}
.v41-hero{
  position:relative;
  min-height:720px;
  padding:64px 0 70px;
  background:
    radial-gradient(circle at 0% 20%, rgba(255,196,0,.20), transparent 24%),
    radial-gradient(circle at 100% 20%, rgba(0,127,120,.14), transparent 26%),
    linear-gradient(180deg,#ffffff 0%,#fbfdff 70%,#ffffff 100%);
  isolation:isolate;
}
.v41-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.86), rgba(255,255,255,.56), rgba(255,255,255,.86)),
    url("assets/v21.31/cat-food.jpg") left -120px top 10px/310px auto no-repeat,
    url("assets/v21.31/cat-electrical.jpg") right -110px top 48px/340px auto no-repeat,
    url("assets/v21.31/cat-cleaning.jpg") right -130px bottom 30px/360px auto no-repeat,
    url("assets/v21.31/cat-moving.jpg") left -130px bottom 12px/330px auto no-repeat;
  opacity:.92;
  z-index:-2;
}
.v41-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:170px;
  background:
    radial-gradient(circle at 8% 60%, rgba(242,123,66,.24), transparent 14%),
    radial-gradient(circle at 88% 55%, rgba(255,196,0,.25), transparent 13%),
    linear-gradient(180deg,transparent,#fff);
  z-index:-1;
}
.v41-hero-center{
  max-width:780px;
  margin:0 auto;
  text-align:center;
  position:relative;
  z-index:2;
}
.v41-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:9px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,127,120,.18);
  color:var(--v41-green);
  font-weight:900;
  box-shadow:0 12px 34px rgba(7,27,49,.08);
  margin-bottom:22px;
}
.v41-kicker::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:999px;
  background:var(--v41-orange);
  box-shadow:0 0 0 5px rgba(242,123,66,.14);
}
.v41-hero h1{
  font-family:Fraunces,Georgia,serif!important;
  font-size:clamp(58px,8.4vw,112px);
  line-height:.86;
  letter-spacing:-.07em;
  color:var(--v41-ink);
  margin:0;
}
.v41-hero h1 span{
  display:block;
  font-family:Outfit,Arial,sans-serif!important;
  letter-spacing:-.055em;
  color:var(--v41-teal);
  font-weight:950;
}
.v41-hero p{
  margin:24px auto 26px;
  color:#15293e;
  font-size:20px;
  line-height:1.45;
  max-width:610px;
}
.v41-search-shell{
  width:min(690px,100%);
  margin:0 auto;
  background:#fff;
  border:1px solid rgba(7,27,49,.12);
  border-radius:26px;
  box-shadow:0 26px 90px rgba(7,27,49,.16);
  padding:16px;
  text-align:left;
}
.v41-search-shell #heroSearch,
.v41-search-shell .v19-search{
  margin:0!important;
  max-width:none!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
}
.v41-search-shell .hs-field{
  background:#fff!important;
  border:1px solid rgba(7,27,49,.14)!important;
  border-radius:16px!important;
  padding:13px 14px!important;
  min-height:66px!important;
}
.v41-search-shell .hs-submit{
  grid-column:2!important;
  min-height:58px!important;
  border-radius:16px!important;
  background:var(--v41-green)!important;
  color:#fff!important;
  font-weight:950!important;
  box-shadow:0 14px 34px rgba(7,95,60,.22)!important;
}
.v41-search-shell #gpsBtn{
  color:var(--v41-blue)!important;
}
.v41-location-action{
  grid-column:1!important;
  min-height:58px!important;
  border-radius:16px!important;
  border:0!important;
  background:var(--v41-yellow)!important;
  color:#082142!important;
  font-weight:950!important;
  cursor:pointer!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  box-shadow:0 14px 34px rgba(255,196,0,.24)!important;
}
.v41-trust-row{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px 28px;
  margin-top:22px;
  color:#273c51;
  font-weight:800;
  font-size:14px;
}
.v41-trust-row span{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.v41-trust-row i{
  width:28px;
  height:28px;
  border-radius:999px;
  display:grid;
  place-items:center;
  font-style:normal;
  background:rgba(0,127,120,.10);
  color:var(--v41-teal);
}
.v41-services{
  position:relative;
  padding:58px 0 64px;
  background:#fff;
}
.v41-services::before,
.v41-services::after{
  content:"";
  position:absolute;
  width:210px;
  height:210px;
  border-radius:50%;
  pointer-events:none;
  opacity:.55;
}
.v41-services::before{
  left:-110px;
  bottom:-70px;
  background:radial-gradient(circle, rgba(242,123,66,.22), transparent 66%);
}
.v41-services::after{
  right:-90px;
  top:-70px;
  background:radial-gradient(circle, rgba(255,196,0,.25), transparent 66%);
}
.v41-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:28px;
}
.v41-section-head h2{
  font-family:Fraunces,Georgia,serif!important;
  font-size:clamp(36px,4.6vw,58px);
  letter-spacing:-.055em;
  line-height:.95;
  margin:0 0 8px;
  color:var(--v41-ink);
}
.v41-section-head p{
  color:var(--v41-muted);
  margin:0;
  font-size:17px;
  max-width:640px;
}
.v41-see-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--v41-line);
  box-shadow:0 14px 36px rgba(7,27,49,.08);
  color:var(--v41-ink);
  font-weight:950;
  text-decoration:none;
  white-space:nowrap;
}
.v41-service-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:22px;
}
.v41-service-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(7,27,49,.10);
  box-shadow:0 20px 55px rgba(7,27,49,.10);
  text-decoration:none;
  color:var(--v41-ink);
  transition:transform .18s ease,box-shadow .18s ease;
}
.v41-service-card:hover,
.v41-service-card:focus-visible{
  transform:translateY(-4px);
  box-shadow:0 28px 80px rgba(7,27,49,.16);
  outline:none;
}
.v41-service-img{
  height:150px;
  background:var(--accent,#f7fbff);
  overflow:hidden;
}
.v41-service-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.v41-service-body{
  padding:16px 16px 18px;
}
.v41-service-body h3{
  font-family:Fraunces,Georgia,serif!important;
  font-size:26px;
  line-height:1;
  letter-spacing:-.035em;
  margin:0 0 6px;
}
.v41-service-body p{
  color:#52677f;
  font-size:13px;
  line-height:1.35;
  min-height:36px;
  margin:0 0 12px;
  font-weight:700;
}
.v41-service-body small{
  color:var(--v41-blue);
  font-weight:950;
}
.v41-proof{
  padding:44px 0 70px;
  background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);
}
.v41-proof-card{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:28px;
  align-items:center;
  padding:34px;
  border-radius:28px;
  border:1px solid rgba(0,127,120,.14);
  background:linear-gradient(135deg,#f1fffb,#ffffff 48%,#fff7e8);
  box-shadow:0 24px 70px rgba(7,27,49,.12);
  overflow:hidden;
}
.v41-proof-copy h2{
  font-family:Fraunces,Georgia,serif!important;
  font-size:clamp(34px,4vw,54px);
  line-height:.96;
  letter-spacing:-.055em;
  margin:0 0 10px;
}
.v41-proof-copy h2 span{
  color:var(--v41-teal);
}
.v41-proof-copy p{
  margin:0 0 26px;
  color:var(--v41-muted);
  font-size:17px;
}
.v41-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.v41-step{
  padding:18px 14px;
  border-left:1px solid rgba(7,27,49,.10);
}
.v41-step:first-child{border-left:0;}
.v41-step i{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#fff;
  color:var(--v41-teal);
  font-style:normal;
  font-weight:950;
  box-shadow:0 10px 30px rgba(7,27,49,.08);
  margin-bottom:10px;
}
.v41-step b{
  display:block;
  color:var(--v41-ink);
  margin-bottom:5px;
}
.v41-step span{
  color:var(--v41-muted);
  font-size:12px;
  line-height:1.35;
  font-weight:700;
}
.v41-proof-collage{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:10px;
}
.v41-proof-collage img{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 14px 38px rgba(7,27,49,.14);
}
.v41-proof-collage img:first-child{
  grid-row:span 2;
  height:370px;
}
.v41-cta{
  padding:0 0 72px;
  background:#f7fbff;
}
.v41-cta-card{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:24px;
  align-items:center;
  border-radius:24px;
  padding:28px 32px;
  background:linear-gradient(135deg,#075f3c,#007f78 58%,#176fc2);
  color:#fff;
  box-shadow:0 26px 80px rgba(7,95,60,.24);
}
.v41-star{
  width:74px;
  height:74px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:var(--v41-yellow);
  color:#fff;
  font-size:34px;
  box-shadow:0 18px 45px rgba(255,196,0,.25);
}
.v41-cta h2{
  margin:0 0 4px;
  color:#fff;
  font-size:30px;
  letter-spacing:-.025em;
}
.v41-cta p{
  margin:0;
  color:rgba(255,255,255,.84);
}
.v41-cta-actions{
  display:flex;
  gap:12px;
}
.v41-cta-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 24px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  font-weight:950;
  text-decoration:none;
}
.v41-cta-actions a:first-child{
  background:#fff;
  color:var(--v41-green);
}
@media (max-width:1100px){
  .v41-service-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:780px){
  .v41-container{width:min(100% - 28px,1220px);}
  .v41-hero{
    min-height:0;
    padding:28px 0 34px;
  }
  .v41-hero::before{
    background:
      linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.94)),
      url("assets/v21.31/cat-cleaning.jpg") right -80px top 22px/210px auto no-repeat,
      url("assets/v21.31/cat-food.jpg") left -90px bottom 26px/210px auto no-repeat;
  }
  .v41-hero-center{text-align:left;}
  .v41-kicker{font-size:12px;margin-bottom:16px;}
  .v41-hero h1{
    font-size:clamp(48px,15vw,74px);
    line-height:.9;
  }
  .v41-hero p{
    font-size:16px;
    margin:18px 0 18px;
  }
  .v41-search-shell{
    border-radius:22px;
    padding:12px;
  }
  .v41-search-shell #heroSearch,
  .v41-search-shell .v19-search{
    grid-template-columns:1fr!important;
  }
  .v41-search-shell .hs-submit,
  .v41-location-action{
    grid-column:auto!important;
    width:100%!important;
  }
  .v41-trust-row{
    justify-content:flex-start;
    gap:12px;
    font-size:12px;
  }
  .v41-services{padding:34px 0 42px;}
  .v41-section-head{
    align-items:flex-start;
    flex-direction:column;
    margin-bottom:20px;
  }
  .v41-section-head h2{
    font-size:38px;
  }
  .v41-service-grid{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    gap:14px;
    padding-bottom:10px;
    -webkit-overflow-scrolling:touch;
  }
  .v41-service-card{
    flex:0 0 72%;
    scroll-snap-align:start;
  }
  .v41-service-img{height:150px;}
  .v41-proof{padding:28px 0 46px;}
  .v41-proof-card{
    grid-template-columns:1fr;
    padding:22px;
  }
  .v41-steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .v41-step{
    border-left:0;
    border-top:1px solid rgba(7,27,49,.10);
  }
  .v41-proof-collage{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .v41-proof-collage img,
  .v41-proof-collage img:first-child{
    height:150px;
    grid-row:auto;
  }
  .v41-cta-card{
    grid-template-columns:1fr;
    padding:24px;
  }
  .v41-cta-actions{
    flex-direction:column;
  }
}
