.home-hero{
  background:#fff;
  overflow:hidden;
}

.home-hero-inner{
  min-height:510px;
  display:grid;
  grid-template-columns:42% 58%;
  align-items:stretch;
}

.home-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:4rem 2.5rem 4rem 0;
  position:relative;
  z-index:2;
}

.home-hero-copy h1{
  font-size:3rem;
  line-height:1.05;
  font-weight:800;
  letter-spacing:-.045em;
  margin-bottom:1.25rem;
}

.home-hero-copy h1 span{
  color:var(--nh-green);
}

.home-hero-copy p{
  font-size:1.12rem;
  line-height:1.7;
  color:#59636d;
  max-width:520px;
  margin-bottom:1.6rem;
}

.home-hero-photo{
  min-height:510px;
  position:relative;
}

.home-hero-photo:before{
  content:"";
  position:absolute;
  left:-100px;
  top:0;
  bottom:0;
  width:180px;
  z-index:2;
  background:linear-gradient(90deg,#fff,rgba(255,255,255,0));
}

.home-hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.home-schedule-section{
  border-top:1px solid #edf0f2;
  border-bottom:1px solid #edf0f2;
  background:#fff;
}

.home-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:1rem;
  margin-bottom:1.5rem;
}

.home-section-head h2{
  font-size:1.65rem;
  font-weight:800;
  margin:0;
  letter-spacing:-.03em;
}

.home-section-head p{
  margin:.35rem 0 0;
  color:#737c85;
}

.home-link{
  color:var(--nh-green-dark);
  text-decoration:none;
  font-weight:700;
}

.home-day-tabs{
  display:flex;
  gap:.55rem;
  margin-bottom:1rem;
  overflow-x:auto;
}

.home-day-tab{
  min-width:66px;
  border:1px solid #e5e9ec;
  background:#fff;
  border-radius:13px;
  padding:.55rem .75rem;
  display:flex;
  flex-direction:column;
  align-items:center;
  color:#303840;
}

.home-day-tab strong{
  font-size:.9rem;
}

.home-day-tab small{
  font-size:.72rem;
  color:#7a838b;
}

.home-day-tab.active{
  border-color:var(--nh-green);
  background:var(--nh-green);
  color:#fff;
}

.home-day-tab.active small{
  color:#fff;
}

.home-schedule-line{
  min-height:148px;
}

.home-day-panel{
  display:none;
}

.home-day-panel.active{
  display:block;
}

.home-lessons-scroll{
  display:flex;
  gap:1rem;
  overflow-x:auto;
  padding:.2rem .1rem .8rem;
}

.home-lesson-card{
  flex:0 0 190px;
  border:1px solid color-mix(in srgb,var(--lesson-color),white 48%);
  background:color-mix(in srgb,var(--lesson-color),white 90%);
  border-radius:14px;
  padding:1rem;
  text-decoration:none;
  color:#202830;
  transition:.15s ease;
}

.home-lesson-card:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 25px rgba(0,0,0,.08);
  color:#202830;
}

.home-lesson-time{
  font-size:.78rem;
  color:#68727a;
  margin-bottom:.35rem;
}

.home-lesson-card strong,
.home-lesson-card span,
.home-lesson-card small,
.home-lesson-card b{
  display:block;
}

.home-lesson-card strong{
  color:var(--lesson-color);
  font-size:1rem;
}

.home-lesson-card span{
  font-size:.82rem;
  margin:.15rem 0;
}

.home-lesson-card small{
  font-size:.76rem;
  color:#626c74;
}

.home-lesson-card b{
  margin-top:.55rem;
  color:var(--lesson-color);
}

.home-empty-day{
  height:130px;
  border:1px dashed #dce2e5;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.7rem;
  color:#818991;
}

.home-benefits{
  padding:1.4rem 0;
}

.home-benefits-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  background:#fff;
  border:1px solid #e8ecef;
  border-radius:17px;
  overflow:hidden;
  box-shadow:0 7px 28px rgba(20,35,20,.035);
}

.home-benefits-grid>div{
  padding:1.25rem 1rem;
  border-right:1px solid #edf0f1;
}

.home-benefits-grid>div:last-child{
  border-right:0;
}

.home-benefits-grid i{
  display:block;
  font-size:1.35rem;
  color:var(--nh-green-dark);
  margin-bottom:.55rem;
}

.home-benefits-grid strong,
.home-benefits-grid small{
  display:block;
}

.home-benefits-grid strong{
  font-size:.84rem;
  margin-bottom:.2rem;
}

.home-benefits-grid small{
  color:#7a838a;
  font-size:.73rem;
  line-height:1.4;
}

.home-section{
  background:#fff;
}

.home-soft-section{
  background:#f7f9f7;
}

.section-kicker{
  display:block;
  color:var(--nh-green-dark);
  font-weight:800;
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:.3rem;
}

.home-db-card{
  height:100%;
  padding:1.5rem;
  border:1px solid #e7ebed;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 28px rgba(20,35,20,.04);
}

.home-db-icon{
  width:48px;
  height:48px;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-size:1.35rem;
  margin-bottom:1rem;
}

.home-db-card h3{
  font-size:1.15rem;
  font-weight:800;
}

.home-db-card p{
  color:#747d85;
  min-height:48px;
  font-size:.9rem;
}

.home-db-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:1rem;
  padding-top:1rem;
  border-top:1px solid #edf0f2;
}

.home-db-meta span{
  color:#717b83;
  font-size:.84rem;
}

.home-db-meta strong{
  color:var(--nh-green-dark);
}

.home-instructor-card{
  background:#fff;
  border:1px solid #e5eaec;
  border-radius:18px;
  padding:1.6rem;
  height:100%;
  text-align:center;
}

.home-instructor-avatar{
  width:72px;
  height:72px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:0 auto 1rem;
  background:linear-gradient(135deg,var(--nh-green),#b5ec82);
  color:#fff;
  font-size:1.8rem;
  font-weight:800;
}

.home-instructor-card h3{
  font-size:1.05rem;
  font-weight:800;
}

.home-instructor-card p{
  color:#758089;
  font-size:.86rem;
}

.home-price-list{
  border:1px solid #e6eaed;
  border-radius:18px;
  overflow:hidden;
}

.home-price-row{
  display:grid;
  grid-template-columns:1fr 220px 130px;
  align-items:center;
  gap:1rem;
  padding:1rem 1.2rem;
  border-bottom:1px solid #edf0f2;
}

.home-price-row:last-child{
  border-bottom:0;
}

.home-price-row>div{
  display:flex;
  align-items:center;
  gap:.8rem;
}

.home-price-color{
  width:20px;
  height:20px;
  border-radius:6px;
}

.home-price-row>span{
  color:#758089;
}

.home-price-row>b{
  text-align:right;
  color:var(--nh-green-dark);
}

.contact-row{
  display:flex;
  align-items:center;
  gap:1rem;
  margin:1.4rem 0;
}

.contact-row>i{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  background:#eff9e8;
  color:var(--nh-green-dark);
  border-radius:14px;
  font-size:1.2rem;
}

.contact-row small,
.contact-row strong{
  display:block;
}

.contact-row small{
  color:#7a838a;
}

@media(max-width:1199.98px){
  .home-benefits-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .home-benefits-grid>div:nth-child(3){
    border-right:0;
  }
}

@media(max-width:991.98px){
  .home-hero-inner{
    grid-template-columns:1fr;
  }

  .home-hero-copy{
    padding:3rem 0 2rem;
  }

  .home-hero-photo{
    min-height:360px;
  }

  .home-hero-photo:before{
    display:none;
  }

  .home-hero-copy h1{
    font-size:2.5rem;
  }

  .home-price-row{
    grid-template-columns:1fr 140px 100px;
  }
}

@media(max-width:767.98px){
  .home-benefits-grid{
    grid-template-columns:1fr 1fr;
  }

  .home-benefits-grid>div{
    border-right:1px solid #edf0f1;
    border-bottom:1px solid #edf0f1;
  }

  .home-section-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .home-price-row{
    grid-template-columns:1fr auto;
  }

  .home-price-row>span{
    display:none;
  }
}

@media(max-width:575.98px){
  .home-hero-copy h1{
    font-size:2.1rem;
  }

  .home-benefits-grid{
    grid-template-columns:1fr;
  }

  .home-benefits-grid>div{
    border-right:0;
  }
}
