
article.type-page > h1:first-child,
article.hentry > h1:first-child{
  display:none!important;
}

.nvl-page,
.nvl-page *{
  box-sizing:border-box;
}

.nvl-page{
  color:#121011;
  background:#fff;
}

.nvl-wrap{
  width:min(1120px,calc(100% - 40px));
  margin:0 auto;
}

.nvl-section{
  padding:72px 0;
}

.nvl-hero{
  padding:46px 0 64px;
  background:#fff8f2;
}

.nvl-grid-2{
  display:grid;
  grid-template-columns:1fr .92fr;
  gap:46px;
  align-items:center;
}

.nvl-hero .nvl-grid-2{
  align-items:start;
}

.nvl-hero .nvl-photo{
  margin-top:86px;
}

.nvl-eyebrow{
  font-size:13px;
  line-height:1.3;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:900;
  color:#ed1b5e;
  margin-bottom:12px;
}

.nvl-page h1{
  font-size:clamp(40px,4.35vw,58px);
  line-height:1.02;
  letter-spacing:-.035em;
  margin:0 0 20px;
}

.nvl-page h2{
  font-size:clamp(34px,4vw,50px);
  line-height:1.08;
  letter-spacing:-.025em;
  margin:0 0 18px;
}

.nvl-page h3{
  font-size:23px;
  line-height:1.2;
  margin:0 0 10px;
}

.nvl-page p,
.nvl-page li{
  font-size:17px;
  line-height:1.7;
  color:#625a5e;
}

.nvl-lead{
  font-size:20px!important;
  color:#2e292b!important;
}

.nvl-intro,
.nvl-wide{
  max-width:900px;
}

.nvl-center{
  text-align:center;
  max-width:930px;
  margin:0 auto 36px;
}

.nvl-center .nvl-intro{
  margin-left:auto;
  margin-right:auto;
}

.nvl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 22px;
  margin-top:16px;
  border-radius:999px;
  background:#ed1b5e;
  color:#fff!important;
  font-weight:900;
  text-decoration:none!important;
}

.nvl-btn:hover{
  transform:translateY(-1px);
}

.nvl-photo img{
  display:block;
  width:100%;
  max-height:560px;
  object-fit:cover;
  border-radius:24px;
}

.nvl-caption{
  margin:10px 4px 0;
  text-align:center;
  font-size:13px;
  line-height:1.45;
  color:#746b70;
}

.nvl-cards-3,
.nvl-cards-4{
  display:grid;
  gap:16px;
}

.nvl-cards-3{
  grid-template-columns:repeat(3,1fr);
}

.nvl-cards-4{
  grid-template-columns:repeat(4,1fr);
}

.nvl-card{
  padding:24px;
  border:1px solid #eadde1;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 26px rgba(0,0,0,.035);
}

.nvl-num{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  margin-bottom:16px;
  border-radius:50%;
  background:#ed1b5e;
  color:#fff;
  font-weight:900;
}

.nvl-tag{
  display:inline-block;
  margin-bottom:14px;
  padding:7px 10px;
  border-radius:999px;
  background:#fff0f5;
  color:#ed1b5e;
  font-size:12px;
  font-weight:900;
}

.nvl-dark{
  background:#121011;
  color:#fff;
}

.nvl-dark h2,
.nvl-dark h3,
.nvl-dark strong,
.nvl-dark b{
  color:#fff;
}

.nvl-dark p,
.nvl-dark span,
.nvl-darklead{
  color:#ddd4d8!important;
}

.nvl-zone-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:30px;
}

.nvl-zone-grid div{
  padding:22px;
  border-radius:18px;
  background:#292529;
}

.nvl-zone-grid b{
  display:block;
  font-size:20px;
  margin-bottom:8px;
}

.nvl-zone-grid span{
  display:block;
  line-height:1.55;
}

.nvl-local-proof{
  align-items:center;
}

.nvl-source{
  font-size:14px!important;
}

.nvl-source a,
.nvl-link{
  color:#ed1b5e!important;
  font-weight:800;
}

.nvl-cream{
  background:#fff8f2;
}

.nvl-service{
  display:grid;
  grid-template-columns:1.05fr .8fr;
  gap:42px;
  align-items:center;
}

.nvl-checks{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:24px;
}

.nvl-checks div{
  display:flex;
  gap:12px;
  padding:18px;
  border:1px solid #eadde1;
  border-radius:17px;
}

.nvl-checks span{
  display:grid;
  place-items:center;
  flex:0 0 34px;
  height:34px;
  border-radius:50%;
  background:#fff0f5;
  color:#ed1b5e;
  font-weight:900;
}

.nvl-checks p{
  margin:0;
  font-size:15px;
}

.nvl-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:30px;
}

.nvl-steps div{
  padding:22px;
  border-radius:18px;
  background:#292529;
}

.nvl-steps b{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  margin-bottom:12px;
  border-radius:50%;
  background:#ed1b5e;
}

.nvl-steps strong{
  display:block;
  font-size:17px;
  margin-bottom:8px;
}

.nvl-steps span{
  display:block;
  line-height:1.5;
  font-size:14px;
}

.nvl-fit{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:30px;
}

.nvl-fit > div{
  padding:26px;
  border-radius:20px;
  border:1px solid #eadde1;
}

.nvl-fit-good{
  background:#fff8f2;
}

.nvl-fit-bad{
  background:#fff;
}

.nvl-fit ul{
  margin:14px 0 0;
  padding-left:22px;
}

.nvl-faq{
  max-width:900px;
  margin:0 auto;
}

.nvl-faq details{
  border-bottom:1px solid #e6d9de;
  padding:18px 0;
}

.nvl-faq summary{
  cursor:pointer;
  font-size:19px;
  line-height:1.35;
  font-weight:900;
  color:#121011;
}

.nvl-faq p{
  margin:12px 0 0;
}

.nvl-final{
  padding:58px 0;
  background:#121011;
  color:#fff;
}

.nvl-final h2{
  color:#fff;
}

.nvl-final p{
  color:#ddd4d8;
  margin:0;
}

.nvl-final-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
}

.nvl-final-inner > div{
  max-width:760px;
}

.nvl-final .nvl-btn{
  flex:0 0 auto;
  margin:0;
}

@media(max-width:900px){
  .nvl-grid-2,
  .nvl-service{
    grid-template-columns:1fr;
  }

  .nvl-hero .nvl-photo{
    margin-top:8px;
  }

  .nvl-cards-4,
  .nvl-steps{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:680px){
  .nvl-wrap{
    width:min(100% - 28px,1120px);
  }

  .nvl-section{
    padding:54px 0;
  }

  .nvl-hero{
    padding:48px 0 54px;
  }

  .nvl-cards-3,
  .nvl-cards-4,
  .nvl-zone-grid,
  .nvl-checks,
  .nvl-steps,
  .nvl-fit{
    grid-template-columns:1fr;
  }

  .nvl-final-inner{
    display:block;
  }

  .nvl-final .nvl-btn{
    margin-top:20px;
  }
}
