/*
 * Home entry conversion preview
 * Review-only, page-scoped adjustments that reuse the current production
 * elements and data. Remove the body class to disable the experiment.
 */

body.home-entry-conversion-preview .v2-hero-stories,
body.home-entry-conversion-preview .home-hero-teachers{
  display:none !important;
}

body.home-entry-conversion-preview .hero-cta--v2 .hero-cta__actions{
  align-items:center;
  gap:12px;
}

body.home-entry-conversion-preview .hero-cta--v2 .hero-cta__primary,
body.home-entry-conversion-preview .hero-cta--v2 .hero-cta__secondary{
  min-height:50px;
  text-decoration:none;
}

body.home-entry-conversion-preview .hero-v2-feature-grid{
  gap:0;
  overflow:hidden;
  border:1px solid rgba(159,121,48,.16);
  border-radius:18px;
  background:rgba(255,253,250,.92);
  box-shadow:0 12px 28px rgba(71,48,26,.07);
}

body.home-entry-conversion-preview .hero-v2-feature-card{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:12px;
  row-gap:3px;
  align-content:center;
  min-height:104px;
  padding:14px 16px;
  border:0;
  border-right:1px solid rgba(159,121,48,.13);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.home-entry-conversion-preview .hero-v2-feature-card:last-child{
  border-right:0;
}

body.home-entry-conversion-preview .hero-v2-feature-icon-orbit{
  grid-column:1;
  grid-row:1 / 3;
  align-self:center;
  width:34px;
  height:34px;
  margin:0;
}

body.home-entry-conversion-preview .hero-v2-feature-icon{
  width:34px;
  height:34px;
  margin:0;
}

body.home-entry-conversion-preview .hero-v2-feature-card h3{
  grid-column:2;
  margin:0;
  color:#2b2019;
  font-size:14px;
  line-height:1.35;
}

body.home-entry-conversion-preview .hero-v2-feature-card p{
  grid-column:2;
  display:-webkit-box;
  overflow:hidden;
  margin:0;
  color:#776554;
  font-size:12px;
  line-height:1.45;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

body.home-entry-conversion-preview .fortunev2-teachers{
  margin-top:28px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-card{
  flex-basis:clamp(340px,31vw,400px);
  min-height:0;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-head{
  height:auto;
  min-height:148px;
  padding:20px 20px 16px;
  grid-template-columns:88px minmax(0,1fr);
  gap:15px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-avatar{
  --fortunev2-avatar-orbit:52px;
  width:88px;
  height:88px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-status{
  margin-bottom:7px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-name{
  font-size:clamp(19px,1.55vw,23px);
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-subtitle{
  margin-top:5px;
  font-size:12.5px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-body{
  min-height:0;
  padding:15px 20px 13px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-desc,
body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-tags{
  display:none !important;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-rows{
  gap:7px;
  margin:0;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-row{
  gap:7px;
  font-size:12.5px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-foot{
  min-height:0;
  padding:14px 20px 18px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-price__val{
  font-size:22px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-foot__actions{
  min-width:144px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-cta{
  min-height:44px;
  padding:10px 15px;
  text-decoration:none;
}

@media (max-width:980px){
  body.home-entry-conversion-preview .hero-v2-feature-grid{
    grid-template-columns:1fr;
  }

  body.home-entry-conversion-preview .hero-v2-feature-card{
    min-height:88px;
    border-right:0;
    border-bottom:1px solid rgba(159,121,48,.13);
  }

  body.home-entry-conversion-preview .hero-v2-feature-card:last-child{
    border-bottom:0;
  }
}

@media (max-width:640px){
  body.home-entry-conversion-preview .hero-cta--v2 .hero-cta__primary{
    order:6;
    margin-top:8px;
  }

  body.home-entry-conversion-preview .hero-cta--v2 .hero-cta__secondary{
    order:7;
    margin-top:2px;
  }

  body.home-entry-conversion-preview .hero-content--v2 .lead-sub{
    order:8;
  }

  body.home-entry-conversion-preview .hero-v2-feature-grid{
    margin-top:14px;
    border-radius:16px;
  }

  body.home-entry-conversion-preview .hero-v2-feature-card{
    grid-template-columns:34px minmax(0,1fr);
    min-height:78px;
    padding:11px 12px;
  }

  body.home-entry-conversion-preview .hero-v2-feature-icon-orbit,
  body.home-entry-conversion-preview .hero-v2-feature-icon{
    width:30px;
    height:30px;
  }

  body.home-entry-conversion-preview .hero-v2-feature-card h3{
    font-size:13px;
  }

  body.home-entry-conversion-preview .hero-v2-feature-card p{
    font-size:11.5px;
    -webkit-line-clamp:1;
  }

  body.home-entry-conversion-preview .fortunev2-teachers{
    margin-top:20px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-card{
    flex-basis:86vw;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-head{
    min-height:124px;
    padding:16px 16px 13px;
    grid-template-columns:70px minmax(0,1fr);
    gap:12px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-avatar{
    --fortunev2-avatar-orbit:43px;
    width:70px;
    height:70px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-name{
    font-size:19px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-body{
    padding:13px 16px 11px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-row{
    grid-template-columns:18px auto minmax(0,1fr);
    font-size:11.5px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-foot{
    padding:12px 16px 16px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-foot__actions{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }
}

@media (prefers-reduced-motion:reduce){
  body.home-entry-conversion-preview .hero-v2-feature-icon-orbit::before,
  body.home-entry-conversion-preview .hero-v2-feature-icon-orbit::after{
    animation:none;
  }
}
