.ml-home{
  --green:#2f5d50;
  --green-soft:#6f8f83;
  --beige:#f5f3ef;
  --beige-dark:#ece6dd;
  --mustard:#d79b3b;
  --text:#3f4542;
  --white:#ffffff;
  --container:1200px;
  --radius:18px;
  --shadow:0 10px 30px rgba(0,0,0,.08);
  font-family:'Inter',sans-serif;
  color:var(--text);
  line-height:1.6;
}

.ml-home *{box-sizing:border-box}

.ml-home a{text-decoration:none}

.ml-home .ml-container{
  width:min(var(--container), calc(100% - 40px));
  margin:0 auto;
}

.ml-home .ml-section{padding:90px 0}
.ml-home .ml-section--soft{background:var(--beige)}
.ml-home .ml-center{text-align:center}

.ml-home .ml-section-title{
  font-family:'Playfair Display',serif;
  font-size:42px;
  line-height:1.15;
  color:var(--green);
  margin:0 0 18px;
}

.ml-home .ml-section-subtitle{
  font-size:18px;
  max-width:760px;
  margin:0 auto 20px;
  color:#5a625e;
}

.ml-home .ml-btns{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.ml-home .ml-btn{
  display:inline-block;
  padding:15px 24px;
  border-radius:999px;
  font-weight:600;
  transition:.25s ease;
  border:2px solid transparent;
}

.ml-home .ml-btn--primary{
  background:var(--green);
  color:#fff;
}

.ml-home .ml-btn--primary:hover{background:#24483e}

.ml-home .ml-btn--secondary{
  background:var(--mustard);
  color:#fff;
}

.ml-home .ml-btn--secondary:hover{background:#bf872f}

.ml-home .ml-btn--ghost{
  border-color:var(--green);
  color:var(--green);
  background:transparent;
}

.ml-home .ml-btn--ghost:hover{
  background:var(--green);
  color:#fff;
}

.ml-home .ml-hero{
  position:relative;
  min-height:760px;
  display:flex;
  align-items:center;
  color:#fff;
  background:
    linear-gradient(rgba(24,32,28,.35), rgba(24,32,28,.35)),
    url('https://images.unsplash.com/photo-1516627145497-ae6968895b74?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
}

.ml-home .ml-hero__content{
  max-width:720px;
  padding:120px 0;
}

.ml-home .ml-eyebrow{
  display:inline-block;
  background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.22);
  padding:8px 14px;
  border-radius:999px;
  font-size:14px;
  margin-bottom:20px;
}

.ml-home .ml-hero h1{
  font-family:'Playfair Display',serif;
  font-size:64px;
  line-height:1.05;
  margin:0 0 22px;
  letter-spacing:-0.5px;
  color:#fff;
}

.ml-home .ml-hero p{
  font-size:20px;
  max-width:620px;
  margin:0 0 30px;
  color:rgba(255,255,255,.94);
}

.ml-home .ml-hero__highlights{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:24px 0 34px;
  padding:0;
  list-style:none;
}

.ml-home .ml-hero__highlights li{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  padding:10px 14px;
  font-size:14px;
}

.ml-home .ml-split{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:48px;
  align-items:center;
}

.ml-home .ml-text p{
  margin:0 0 16px;
  font-size:18px;
}

.ml-home .ml-image-card{
  position:relative;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  min-height:460px;
  background:#ddd center/cover no-repeat;
}

.ml-home .ml-image-card--about{
  background-image:url('https://images.unsplash.com/photo-1503454537195-1dcabb73ffb9?auto=format&fit=crop&w=1200&q=80');
}

.ml-home .ml-image-card--day{
  background-image:url('https://images.unsplash.com/photo-1509062522246-3755977927d7?auto=format&fit=crop&w=1200&q=80');
  min-height:500px;
}

.ml-home .ml-badge{
  position:absolute;
  left:22px;
  bottom:22px;
  background:rgba(255,255,255,.95);
  color:var(--green);
  padding:14px 18px;
  border-radius:14px;
  font-weight:600;
  box-shadow:var(--shadow);
}

.ml-home .ml-grid-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.ml-home .ml-card{
  background:#fff;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  height:100%;
}

.ml-home .ml-card__image{
  height:220px;
  background:#ddd center/cover no-repeat;
}

.ml-home .ml-card__body{
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:14px;
  flex:1;
}

.ml-home .ml-card__title{
  font-family:'Playfair Display',serif;
  font-size:28px;
  line-height:1.15;
  color:var(--green);
  margin:0;
}

.ml-home .ml-card__age{
  display:inline-block;
  font-size:13px;
  color:var(--green);
  background:#edf3f0;
  padding:6px 10px;
  border-radius:999px;
  width:max-content;
  font-weight:600;
}

.ml-home .ml-card__text{
  margin:0;
  font-size:16px;
  color:#5f6763;
}

.ml-home .ml-card__link{
  margin-top:auto;
  font-weight:700;
  color:var(--green);
}

.ml-home .ml-card__link:hover{color:var(--mustard)}

.ml-home .ml-benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.ml-home .ml-feature{
  background:#fff;
  border-radius:16px;
  padding:28px 22px;
  box-shadow:var(--shadow);
}

.ml-home .ml-feature__icon{
  width:54px;
  height:54px;
  border-radius:14px;
  background:#edf3f0;
  color:var(--green);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  margin-bottom:16px;
}

.ml-home .ml-feature h3{
  margin:0 0 10px;
  font-size:20px;
  color:var(--green);
}

.ml-home .ml-feature p{
  margin:0;
  color:#5f6763;
  font-size:16px;
}

.ml-home .ml-list{
  margin:22px 0 28px;
  padding:0;
  list-style:none;
}

.ml-home .ml-list li{
  position:relative;
  padding-left:28px;
  margin-bottom:12px;
  font-size:17px;
}

.ml-home .ml-list li:before{
  content:"•";
  position:absolute;
  left:8px;
  top:-1px;
  color:var(--mustard);
  font-size:22px;
  line-height:1;
}

.ml-home .ml-primary-banner{
  background:linear-gradient(135deg, #2f5d50 0%, #486f63 100%);
  color:#fff;
  border-radius:28px;
  padding:60px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:36px;
  align-items:center;
  overflow:hidden;
  box-shadow:var(--shadow);
}

.ml-home .ml-primary-banner h2{
  font-family:'Playfair Display',serif;
  font-size:44px;
  line-height:1.1;
  margin:0 0 18px;
  color:#fff;
}

.ml-home .ml-primary-banner p{
  margin:0 0 20px;
  font-size:18px;
  color:rgba(255,255,255,.92);
}

.ml-home .ml-primary-banner ul{
  list-style:none;
  padding:0;
  margin:0 0 28px;
  display:grid;
  gap:10px;
}

.ml-home .ml-primary-banner li{
  padding-left:26px;
  position:relative;
}

.ml-home .ml-primary-banner li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#f6d69a;
  font-weight:700;
}

.ml-home .ml-primary-banner__image{
  border-radius:20px;
  min-height:380px;
  background:url('https://images.unsplash.com/photo-1503676260728-1c00da094a0b?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
}

.ml-home .ml-testimonials{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.ml-home .ml-quote{
  background:#fff;
  border-radius:18px;
  padding:30px;
  box-shadow:var(--shadow);
  border:1px solid #efeae2;
}

.ml-home .ml-quote__mark{
  font-size:44px;
  line-height:1;
  color:var(--mustard);
  margin-bottom:12px;
  display:block;
}

.ml-home .ml-quote p{
  margin:0 0 18px;
  color:#5a625e;
  font-size:17px;
}

.ml-home .ml-quote strong{color:var(--green)}

.ml-home .ml-cta{
  background:var(--beige);
  border-radius:28px;
  padding:60px 40px;
  text-align:center;
}

.ml-home .ml-cta h2{
  font-family:'Playfair Display',serif;
  font-size:44px;
  line-height:1.1;
  color:var(--green);
  margin:0 0 16px;
}

.ml-home .ml-cta p{
  max-width:720px;
  margin:0 auto 28px;
  font-size:18px;
  color:#5f6763;
}

.ml-home .ml-cta .ml-btns{justify-content:center}

@media (max-width:1100px){
  .ml-home .ml-grid-4,
  .ml-home .ml-benefits,
  .ml-home .ml-testimonials{
    grid-template-columns:repeat(2,1fr);
  }

  .ml-home .ml-split,
  .ml-home .ml-primary-banner{
    grid-template-columns:1fr;
  }

  .ml-home .ml-hero h1{font-size:52px}
}

@media (max-width:767px){
  .ml-home .ml-section{padding:70px 0}
  .ml-home .ml-hero{min-height:auto}
  .ml-home .ml-hero__content{padding:90px 0 80px}
  .ml-home .ml-hero h1{font-size:40px}
  .ml-home .ml-hero p{font-size:18px}
  .ml-home .ml-section-title,
  .ml-home .ml-primary-banner h2,
  .ml-home .ml-cta h2{font-size:32px}

  .ml-home .ml-grid-4,
  .ml-home .ml-benefits,
  .ml-home .ml-testimonials{
    grid-template-columns:1fr;
  }

  .ml-home .ml-primary-banner{padding:34px 24px}
  .ml-home .ml-cta{padding:40px 24px}
  .ml-home .ml-image-card,
  .ml-home .ml-image-card--day,
  .ml-home .ml-primary-banner__image{
    min-height:300px;
  }

  .ml-home .ml-btns{
    flex-direction:column;
    align-items:stretch;
  }

  .ml-home .ml-btn{text-align:center}
}