/* ═══════════════════════════════════════════════════════════════════
   MHP HOMEPAGE V2 — MaxHousePlans.com
   Premium redesign — DM Serif Display + Outfit
   ═══════════════════════════════════════════════════════════════════ */

/* ─── HOMEPAGE FOOTER FIX — restore padding killed by Genesis reset ─── */
body.home .mhp-footer .mhp-footer__inner { padding: 1.5rem 2rem 2rem !important; }
body.home .mhp-footer .mhp-footer__grid { padding-top: 1.5rem !important; }

/* ─── RESET ─── */
.mhp-home *, .mhp-home *::before, .mhp-home *::after { box-sizing: border-box; }
.mhp-home { font-family: var(--font-b, 'Outfit', sans-serif); color: var(--ink, #0F1A12); background: var(--cream, #F8F6F1); overflow-x: clip; -webkit-font-smoothing: antialiased; }
.mhp-home img { max-width: 100%; height: auto; display: block; }
.mhp-home a { text-decoration: none; color: inherit; }
.mhp-home p { margin: 0; }

/* ─── TOKENS (fallback if not inherited) ─── */
.mhp-home {
  --ink: #0F1A12;
  --cream: #F8F6F1;
  --accent: #2D5A3D;
  --accent-hover: #1F4A2E;
  --sage: #8FA88B;
  --sage-dark: #5C7A57;
  --warm: #C4A87C;
  --warm-light: #E8D9C0;
  --white: #FFFFFF;
  --g50: #FAFAF8;
  --g100: #F3F1EC;
  --g200: #E5E2DA;
  --g300: #D0CDC5;
  --g400: #A8A49C;
  --g600: #6B6760;
  --r: 12px;
  --rl: 20px;
  --rx: 28px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --font-d: 'DM Serif Display', Georgia, serif;
  --font-b: 'Outfit', system-ui, sans-serif;
}

/* ─── SHARED TYPOGRAPHY ─── */
.mhp-home h1, .mhp-home h2, .mhp-home h3, .mhp-home h4 {
  font-family: var(--font-d); font-weight: 400; margin: 0; line-height: 1.1;
}
.mhp-home h1 em, .mhp-home h2 em, .mhp-home h3 em { font-style: italic; color: var(--accent); }

/* ─── OVERLINE ─── */
.mhp-overline {
  display: block; font-size: 11.5px; font-weight: 600;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--sage-dark); font-family: var(--font-b); margin-bottom: 14px;
}
.mhp-overline--warm { color: var(--warm); }
.mhp-overline--ghost { color: rgba(255,255,255,0.6); }

/* ─── BUTTONS ─── */
.mhp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-b); font-weight: 600; font-size: 15px;
  padding: 14px 28px; border-radius: var(--r);
  transition: background 0.25s, color 0.25s, transform 0.2s, border-color 0.25s;
  cursor: pointer; border: 2px solid transparent; text-decoration: none;
}
.mhp-btn:hover { transform: translateY(-1px); }
.mhp-btn--primary { background: var(--accent); color: var(--white); }
.mhp-btn--primary:hover { background: var(--accent-hover); }
.mhp-btn--ghost { background: rgba(255,255,255,0.12); color: var(--white); border-color: rgba(255,255,255,0.35); }
.mhp-btn--ghost:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.6); }
.mhp-btn--outline { background: transparent; color: var(--accent); border-color: var(--accent); }
.mhp-btn--outline:hover { background: var(--accent); color: var(--white); }
.mhp-btn--white { background: var(--white); color: var(--accent); }
.mhp-btn--white:hover { background: var(--cream); }
.mhp-btn--ghost-light { background: transparent; color: rgba(255,255,255,0.85); border-color: rgba(255,255,255,0.35); }
.mhp-btn--ghost-light:hover { border-color: rgba(255,255,255,0.7); color: var(--white); }
.mhp-btn--mt24 { margin-top: 24px; }

/* ─── SECTION WRAPPER ─── */
.mhp-home-section__inner { max-width: 1320px; margin: 0 auto; padding: 0 48px; }

/* ═══════════════════════════════════════════════════════════════════
   HERO — SPLIT LAYOUT
   ═══════════════════════════════════════════════════════════════════ */
.mhp-home-hero {
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 100px 48px 60px;
}

/* Left column */
.mhp-home-hero__text { max-width: 580px; }

.mhp-home-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--accent); background: rgba(45,90,61,0.08);
  padding: 6px 14px; border-radius: 100px; margin-bottom: 28px;
}
.mhp-home-hero__eyebrow-dot {
  width: 6px; height: 6px; background: var(--accent); border-radius: 50%; display: inline-block;
}

.mhp-home-hero__title {
  font-family: var(--font-d);
  font-size: clamp(40px, 4.5vw, 66px);
  line-height: 1.07; letter-spacing: -1.5px;
  color: var(--ink); margin-bottom: 40px !important;
}

.mhp-home-hero__sub {
  font-size: 18px; line-height: 1.7; color: var(--g600);
  font-weight: 300; margin-bottom: 28px !important; max-width: 480px;
}

.mhp-home-hero__checks {
  list-style: none; padding: 0; margin: 0 0 44px;
  display: flex; flex-direction: column; gap: 12px;
}
.mhp-home-hero__checks li {
  display: flex; align-items: center; gap: 10px;
  font-size: 15px; color: var(--g600); font-weight: 400; line-height: 1.5;
}
.mhp-home-hero__checks li::before {
  content: "\2713";
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}

.mhp-home-hero__actions {
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap; margin-bottom: 52px;
}

.mhp-home-hero__btn-secondary {
  color: var(--ink); font-size: 15px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 6px;
  border-bottom: 1.5px solid var(--g300); padding-bottom: 2px;
  transition: border-color 0.25s, color 0.25s; text-decoration: none;
}
.mhp-home-hero__btn-secondary:hover { color: var(--accent); border-color: var(--accent); }

.mhp-home-hero__trust { display: flex; gap: 24px; flex-wrap: wrap; }
.mhp-home-hero__trust-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--g600); font-weight: 500;
}
.mhp-home-hero__trust-dot { width: 6px; height: 6px; background: var(--sage); border-radius: 50%; flex-shrink: 0; }

/* Right column — Plan of the Week card */
/* Outer wrapper: extra padding so floating badges don't clip */
.mhp-home-hero__visual {
  position: relative;
  padding: 20px 20px 44px 28px; /* top right bottom left — room for badges */
}

/* Stack wrapper: no overflow hidden so badges bleed outside */
.mhp-home-potw-wrap { position: relative; }

/* The card itself */
.mhp-home-potw {
  background: var(--white);
  border-radius: var(--rx);
  box-shadow: 0 32px 80px rgba(15,26,18,0.12);
  overflow: visible; /* badges sit outside */
  position: relative;
  display: block; /* anchor tag */
  color: inherit;
  text-decoration: none;
}

/* Stars badge — top-right, outside card */
.mhp-home-potw__badge-wrap {
  position: absolute; top: -16px; right: -16px; z-index: 3;
  background: var(--accent); border-radius: var(--rl);
  padding: 14px 18px; box-shadow: 0 8px 30px rgba(45,90,61,0.25);
  color: var(--white); text-align: center;
  pointer-events: none;
}
.mhp-home-potw__badge-stars { font-size: 13px; letter-spacing: 2px; margin-bottom: 2px; }
.mhp-home-potw__badge-label { font-size: 11px; opacity: 0.85; font-weight: 600; letter-spacing: 0.5px; }

/* Image — rounded top corners, overflow hidden only here */
.mhp-home-potw__img {
  width: 100%; aspect-ratio: 4/3;
  overflow: hidden; position: relative;
  border-radius: var(--rx) var(--rx) 0 0;
}
.mhp-home-potw__img img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  border-radius: var(--rx) var(--rx) 0 0;
}
.mhp-home-potw__img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #C8D8C4 0%, #A8C0A4 100%);
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--rx) var(--rx) 0 0;
}
.mhp-home-potw__week-tag {
  position: absolute; top: 14px; left: 14px;
  background: var(--white); color: var(--accent);
  font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 5px 12px; border-radius: 6px;
}

/* Card body */
.mhp-home-potw__body {
  padding: 24px 28px 20px;
  border-radius: 0 0 var(--rx) var(--rx);
}
.mhp-home-potw__name {
  font-family: var(--font-d); font-size: 20px; color: var(--ink); margin-bottom: 8px;
}
.mhp-home-potw__specs {
  display: flex; gap: 16px; flex-wrap: wrap;
  font-size: 13px; color: var(--g600); margin-bottom: 14px;
}
.mhp-home-potw__specs span { display: flex; align-items: center; gap: 4px; }
.mhp-home-potw__foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; border-top: 1px solid var(--g100);
}
.mhp-home-potw__price { font-size: 22px; font-weight: 700; color: var(--accent); }
.mhp-home-potw__price-label { font-size: 13px; font-weight: 400; color: var(--g400); margin-left: 4px; }
.mhp-home-potw__cta {
  font-size: 13px; font-weight: 600; color: var(--accent);
  display: flex; align-items: center; gap: 4px;
}

/* Bottom-left float badge */
.mhp-home-potw__float {
  position: absolute; bottom: -20px; left: -24px;
  background: var(--white); border-radius: var(--r);
  padding: 16px 20px; box-shadow: 0 12px 40px rgba(15,26,18,0.10);
  display: flex; align-items: center; gap: 12px; min-width: 200px;
  pointer-events: none; z-index: 3;
}
.mhp-home-potw__float-icon {
  width: 40px; height: 40px; background: rgba(45,90,61,0.10);
  border-radius: 8px; display: grid; place-items: center; flex-shrink: 0; color: var(--accent);
}
.mhp-home-potw__float-strong { display: block; font-weight: 700; color: var(--ink); font-size: 14px; }
.mhp-home-potw__float-sub { font-size: 12px; color: var(--g600); }

/* ═══════════════════════════════════════════════════════════════════
   STATS BAR
   ═══════════════════════════════════════════════════════════════════ */
.mhp-home-stats { background: var(--ink); padding: 56px 48px; }
.mhp-home-stats__inner {
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.mhp-home-stat {
  text-align: center; padding: 0 24px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.mhp-home-stat:last-child { border-right: none; }
.mhp-home-stat__num {
  font-family: var(--font-d); font-size: 44px;
  color: var(--white); letter-spacing: -1px; line-height: 1;
}
.mhp-home-stat__num em { font-style: normal; color: var(--warm); }
.mhp-home-stat__lbl {
  font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 8px;
  font-weight: 400; letter-spacing: 0.3px;
}

/* ═══════════════════════════════════════════════════════════════════
   HOW IT WORKS
   ═══════════════════════════════════════════════════════════════════ */
.mhp-home-hiw { padding: 80px 0; }
.mhp-home-hiw__header { max-width: 560px; margin-bottom: 72px; }
.mhp-home-hiw__header h2 {
  font-family: var(--font-d);
  font-size: clamp(32px, 3.5vw, 46px);
  letter-spacing: -1px; color: var(--ink); margin-bottom: 16px;
}
.mhp-home-hiw__header p { font-size: 17px; color: var(--g600); line-height: 1.7; font-weight: 300; }

.mhp-home-hiw__steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.mhp-home-hiw__step {
  background: var(--white); padding: 40px 32px; position: relative;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.mhp-home-hiw__step:first-child { border-radius: var(--rl) 0 0 var(--rl); }
.mhp-home-hiw__step:last-child  { border-radius: 0 var(--rl) var(--rl) 0; }
.mhp-home-hiw__step:hover { transform: translateY(-4px); z-index: 2; box-shadow: 0 20px 60px rgba(15,26,18,0.08); }

.mhp-home-hiw__step-num {
  font-family: var(--font-d); font-size: 52px; color: var(--g300);
  line-height: 1; margin-bottom: 20px !important; letter-spacing: -2px;
}
.mhp-home-hiw__step-icon {
  width: 44px; height: 44px; background: rgba(45,90,61,0.08);
  border-radius: 10px; display: grid; place-items: center;
  margin-bottom: 18px; color: var(--accent);
}
.mhp-home-hiw__step h3 {
  font-family: var(--font-d); font-size: 19px; color: var(--ink); margin-bottom: 10px;
}
.mhp-home-hiw__step p { font-size: 14px; color: var(--g600); line-height: 1.7; font-weight: 300; }
.mhp-home-hiw__arrow {
  position: absolute; top: 50%; right: -14px; z-index: 3;
  width: 28px; height: 28px; background: var(--cream);
  border-radius: 50%; border: 2px solid var(--g200);
  display: grid; place-items: center; color: var(--g400);
  transform: translateY(-50%); font-size: 13px;
}
.mhp-home-hiw__step:last-child .mhp-home-hiw__arrow { display: none; }

/* ═══════════════════════════════════════════════════════════════════
   FEATURED PLANS
   ═══════════════════════════════════════════════════════════════════ */
.mhp-home-plans { background: var(--g50); padding: 80px 0; }
.mhp-home-plans__head {
  display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 52px;
}
.mhp-home-plans__head h2 {
  font-family: var(--font-d); font-size: clamp(32px, 3.5vw, 46px);
  letter-spacing: -1px; color: var(--ink); margin-bottom: 8px;
}
.mhp-home-plans__head p { font-size: 15px; color: var(--g600); font-weight: 300; }
.mhp-home-plans__view-all {
  color: var(--accent); font-weight: 600; font-size: 14px;
  display: flex; align-items: center; gap: 5px;
  border-bottom: 1.5px solid transparent; transition: border-color 0.25s;
  white-space: nowrap;
}
.mhp-home-plans__view-all:hover { border-color: var(--accent); }

.mhp-home-plans__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.mhp-home-plan-card {
  background: var(--white); border-radius: var(--rl); overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
  display: flex; flex-direction: column;
}
.mhp-home-plan-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(15,26,18,0.10); }

.mhp-home-plan-card__img {
  width: 100%; aspect-ratio: 4/3; overflow: hidden; position: relative;
}
.mhp-home-plan-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s var(--ease); }
.mhp-home-plan-card:hover .mhp-home-plan-card__img img { transform: scale(1.03); }
.mhp-home-plan-card__img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #D4E3D0 0%, #B8CEB4 100%);
}
.mhp-home-plan-card__style {
  position: absolute; top: 14px; left: 14px;
  background: var(--white); color: var(--accent);
  font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 4px 10px; border-radius: 6px;
}

.mhp-home-plan-card__body { padding: 22px 24px 0; flex: 1; }
.mhp-home-plan-card__name {
  font-family: var(--font-d); font-size: 19px; color: var(--ink); margin-bottom: 8px;
}
.mhp-home-plan-card__specs {
  display: flex; gap: 10px; flex-wrap: wrap; font-size: 13px; color: var(--g600);
}
.mhp-home-plan-card__specs span { display: flex; align-items: center; gap: 3px; }

.mhp-home-plan-card__foot {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 24px 22px; margin-top: 14px;
  border-top: 1px solid var(--g100);
}
.mhp-home-plan-card__price { font-size: 20px; font-weight: 700; color: var(--ink); }
.mhp-home-plan-card__price-note { font-size: 12px; font-weight: 400; color: var(--g400); margin-left: 3px; }
.mhp-home-plan-card__cta { font-size: 13px; font-weight: 600; color: var(--accent); display: flex; align-items: center; gap: 3px; }

.mhp-home-plans__more { text-align: center; margin-top: 52px; }

/* ═══════════════════════════════════════════════════════════════════
   WHY US
   ═══════════════════════════════════════════════════════════════════ */
.mhp-home-why { padding: 80px 0; }
.mhp-home-why__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center;
}
.mhp-home-why__text h2 {
  font-family: var(--font-d); font-size: clamp(32px, 3.5vw, 46px);
  letter-spacing: -1px; color: var(--ink); margin-bottom: 18px;
}
.mhp-home-why__text > p {
  font-size: 17px; color: var(--g600); line-height: 1.8; font-weight: 300; margin-bottom: 48px;
}
.mhp-home-why__diffs { display: flex; flex-direction: column; gap: 28px; }
.mhp-home-why__diff { display: flex; gap: 18px; align-items: flex-start; }
.mhp-home-why__diff-icon {
  width: 46px; height: 46px; background: rgba(45,90,61,0.08);
  border-radius: 12px; display: grid; place-items: center;
  flex-shrink: 0; color: var(--accent);
}
.mhp-home-why__diff h4 { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 5px; font-family: var(--font-b); }
.mhp-home-why__diff p { font-size: 14px; color: var(--g600); line-height: 1.7; font-weight: 300; }

.mhp-home-why__visual { position: relative; padding-bottom: 32px; padding-right: 32px; }
.mhp-home-why__card {
  background: var(--white); border-radius: var(--rx);
  padding: 48px; box-shadow: 0 24px 80px rgba(15,26,18,0.08); position: relative; overflow: hidden;
}
.mhp-home-why__card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--sage));
}
.mhp-home-why__quote {
  font-family: var(--font-d); font-size: 22px; line-height: 1.5;
  color: var(--ink); margin-bottom: 28px; font-style: italic;
}
.mhp-home-why__sig { display: flex; align-items: center; gap: 14px; }
.mhp-home-why__avatar {
  width: 46px; height: 46px; background: var(--sage); border-radius: 50%;
  display: grid; place-items: center; color: var(--white);
  font-size: 18px; font-family: var(--font-d); flex-shrink: 0;
}
.mhp-home-why__sig-name { display: block; font-size: 15px; font-weight: 700; color: var(--ink); }
.mhp-home-why__sig-role { font-size: 13px; color: var(--g600); }
.mhp-home-why__float {
  position: absolute; bottom: 0; right: 0;
  background: var(--cream); border: 1px solid var(--g200);
  border-radius: var(--r); padding: 16px 20px;
  box-shadow: 0 12px 36px rgba(15,26,18,0.08);
}
.mhp-home-why__float-stat { font-family: var(--font-d); font-size: 30px; color: var(--accent); line-height: 1; }
.mhp-home-why__float-lbl { font-size: 12px; color: var(--g600); margin-top: 4px; }

/* ═══════════════════════════════════════════════════════════════════
   FIND YOUR STYLE — ICON CARDS
   ═══════════════════════════════════════════════════════════════════ */
.mhp-home-find { background: var(--white); padding: 80px 0; }
.mhp-home-find__header { text-align: center; margin-bottom: 52px; }
.mhp-home-find__header h2 {
  font-family: var(--font-d); font-size: clamp(34px, 3.5vw, 50px);
  color: var(--ink); letter-spacing: -1px;
}

.mhp-home-find__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.mhp-home-find__card {
  background: var(--g50);
  padding: 36px 24px;
  text-align: center;
  border-radius: var(--rl);
  border: 1.5px solid var(--g200);
  text-decoration: none; color: inherit;
  transition: transform 0.25s var(--ease), box-shadow 0.25s, border-color 0.25s;
  display: flex; flex-direction: column; align-items: center;
}
.mhp-home-find__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(15,26,18,0.08);
  border-color: var(--accent);
}

.mhp-home-find__emoji {
  font-size: 40px;
  margin-bottom: 16px;
  display: block;
  line-height: 1;
}

.mhp-home-find__name {
  font-family: var(--font-b);
  font-size: 14px; font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px !important;
  line-height: 1.3;
}

.mhp-home-find__sub {
  font-size: 13px; color: var(--g600); font-weight: 400;
}

/* Responsive */
@media (max-width: 1100px) {
  .mhp-home-find__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .mhp-home-find { padding: 56px 0; }
  .mhp-home-find__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ═══════════════════════════════════════════════════════════════════
   BROWSE BY STYLE — MOSAIC GALLERY (preserved but unused)
   ═══════════════════════════════════════════════════════════════════ */
.mhp-home-styles { background: var(--cream); padding: 120px 0; }
.mhp-home-styles__header { text-align: center; margin-bottom: 64px; }
.mhp-home-styles__header h2 {
  font-family: var(--font-d); font-size: clamp(34px, 3.5vw, 50px);
  color: var(--ink); letter-spacing: -1px; margin-bottom: 16px !important;
}
.mhp-home-styles__sub {
  font-size: 17px; color: var(--g600); font-weight: 300;
  max-width: 560px; margin: 0 auto; line-height: 1.7;
}

/* Mosaic grid — 3 columns, hero card spans 2 rows */
.mhp-home-mosaic {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: auto auto;
  gap: 16px;
}

/* Hero card — left column, spans both rows */
.mhp-mosaic__card--hero {
  grid-row: 1 / 3;
  grid-column: 1;
}

/* Right column — auto-fill remaining cards in a sub-grid */
.mhp-mosaic__card:not(.mhp-mosaic__card--hero):nth-child(2) { grid-column: 2; grid-row: 1; }
.mhp-mosaic__card:not(.mhp-mosaic__card--hero):nth-child(n+3) { grid-column: 2; }

/* After 2nd card, switch to a 3-column row underneath */
.mhp-home-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 320px 320px auto;
  gap: 16px;
}
.mhp-mosaic__card--hero {
  grid-column: 1 / 8;
  grid-row: 1 / 3;
}
.mhp-mosaic__card:nth-child(2) { grid-column: 8 / 13; grid-row: 1; }
.mhp-mosaic__card:nth-child(3) { grid-column: 8 / 13; grid-row: 2; }
.mhp-mosaic__card:nth-child(4) { grid-column: 1 / 5; grid-row: 3; }
.mhp-mosaic__card:nth-child(5) { grid-column: 5 / 9; grid-row: 3; }
.mhp-mosaic__card:nth-child(6) { grid-column: 9 / 13; grid-row: 3; }

/* Card base */
.mhp-mosaic__card {
  position: relative; overflow: hidden;
  border-radius: var(--rl);
  display: flex; flex-direction: column; justify-content: flex-end;
  text-decoration: none; color: var(--white);
  min-height: 240px;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.mhp-mosaic__card:hover {
  transform: scale(1.015);
  box-shadow: 0 20px 60px rgba(15,26,18,0.15);
}

/* Image */
.mhp-mosaic__img {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(135deg, #7A9A76, #5C7A57);
}
.mhp-mosaic__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.mhp-mosaic__card:hover .mhp-mosaic__img img { transform: scale(1.05); }

/* Gradient overlay */
.mhp-mosaic__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(15,26,18,0.75) 0%, rgba(15,26,18,0.1) 50%, transparent 100%);
}

/* Label */
.mhp-mosaic__label {
  position: relative; z-index: 2;
  padding: 28px 24px;
}
.mhp-mosaic__tag {
  display: block; font-size: 11px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--warm); margin-bottom: 6px;
}
.mhp-mosaic__name {
  font-family: var(--font-d); font-size: 22px;
  color: var(--white); margin-bottom: 6px !important; line-height: 1.2;
}
.mhp-mosaic__card--hero .mhp-mosaic__name { font-size: 30px; }
.mhp-mosaic__count {
  font-size: 13px; color: rgba(255,255,255,0.6); font-weight: 500;
}

/* Responsive */
@media (max-width: 1100px) {
  .mhp-home-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .mhp-mosaic__card--hero { grid-column: 1 / -1; grid-row: auto; min-height: 380px; }
  .mhp-mosaic__card:nth-child(2) { grid-column: 1; grid-row: auto; }
  .mhp-mosaic__card:nth-child(3) { grid-column: 2; grid-row: auto; }
  .mhp-mosaic__card:nth-child(4) { grid-column: 1; grid-row: auto; }
  .mhp-mosaic__card:nth-child(5) { grid-column: 2; grid-row: auto; }
  .mhp-mosaic__card:nth-child(6) { grid-column: 1 / -1; grid-row: auto; }
}
@media (max-width: 768px) {
  .mhp-home-mosaic { grid-template-columns: 1fr; }
  .mhp-mosaic__card--hero { min-height: 300px; }
  .mhp-mosaic__card:nth-child(n) { grid-column: 1; grid-row: auto; min-height: 220px; }
}

/* ═══════════════════════════════════════════════════════════════════
   TESTIMONIALS
   ═══════════════════════════════════════════════════════════════════ */
.mhp-home-testimonials { background: var(--g50); padding: 80px 0; }
.mhp-home-testimonials__head { margin-bottom: 56px; }
.mhp-home-testimonials__head h2 {
  font-family: var(--font-d); font-size: clamp(32px, 3.5vw, 46px);
  letter-spacing: -1px; color: var(--ink); margin-bottom: 14px; max-width: 460px;
}
.mhp-home-testimonials__rating { display: flex; align-items: center; gap: 10px; }
.mhp-home-testimonials__stars { color: var(--warm); font-size: 18px; letter-spacing: 2px; }
.mhp-home-testimonials__score { font-size: 14px; color: var(--g600); font-weight: 500; }

.mhp-home-testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mhp-home-testimonial {
  background: var(--white); border-radius: var(--rl);
  padding: 36px; display: flex; flex-direction: column;
  border: none; margin: 0;
}
.mhp-home-testimonial__stars { color: var(--warm); font-size: 15px; letter-spacing: 2px; margin-bottom: 20px; }
.mhp-home-testimonial__text {
  font-size: 15px; line-height: 1.75; color: var(--ink); font-weight: 300;
  font-style: italic; margin-bottom: 24px; flex: 1;
}
.mhp-home-testimonial__author {
  display: flex; align-items: center; gap: 12px; padding-top: 20px;
  border-top: 1px solid var(--g100);
}
.mhp-home-testimonial__avatar {
  width: 40px; height: 40px; border-radius: 50%; background: var(--sage);
  display: grid; place-items: center; color: var(--white);
  font-size: 11px; font-weight: 700; flex-shrink: 0; font-family: var(--font-b);
}
.mhp-home-testimonial__name { font-size: 14px; font-weight: 700; color: var(--ink); display: block; }
.mhp-home-testimonial__location { font-size: 12px; color: var(--g400); }
.mhp-home-testimonials__cta { text-align: center; margin-top: 52px; }

/* ═══════════════════════════════════════════════════════════════════
   WHAT'S INCLUDED
   ═══════════════════════════════════════════════════════════════════ */
.mhp-home-included { padding: 80px 0; }
.mhp-home-included__head { max-width: 560px; margin-bottom: 64px; }
.mhp-home-included__head h2 {
  font-family: var(--font-d); font-size: clamp(32px, 3.5vw, 46px);
  letter-spacing: -1px; color: var(--ink); margin-bottom: 14px;
}
.mhp-home-included__head p { font-size: 17px; color: var(--g600); font-weight: 300; line-height: 1.7; }
.mhp-home-included__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
}
.mhp-home-inc-card {
  background: var(--white); padding: 36px 32px;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.mhp-home-inc-card:first-child { border-radius: var(--rl) 0 0 0; }
.mhp-home-inc-card:nth-child(3) { border-radius: 0 var(--rl) 0 0; }
.mhp-home-inc-card:nth-child(4) { border-radius: 0 0 0 var(--rl); }
.mhp-home-inc-card:last-child { border-radius: 0 0 var(--rl) 0; }
.mhp-home-inc-card:hover { transform: translateY(-3px); box-shadow: 0 16px 48px rgba(15,26,18,0.07); z-index: 1; position: relative; }
.mhp-home-inc-card__icon {
  width: 40px; height: 40px; background: rgba(45,90,61,0.08);
  border-radius: 10px; display: grid; place-items: center;
  color: var(--accent); margin-bottom: 18px;
}
.mhp-home-inc-card__title { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 8px; font-family: var(--font-b); }
.mhp-home-inc-card__desc { font-size: 14px; color: var(--g600); line-height: 1.7; font-weight: 300; }
.mhp-home-included__cta { text-align: center; margin-top: 52px; }

/* ═══════════════════════════════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════════════════════════════ */
.mhp-home-faq { background: var(--g50); padding: 80px 0; }
.mhp-home-faq__header { max-width: 560px; margin-bottom: 64px; }
.mhp-home-faq__header h2 {
  font-family: var(--font-d); font-size: clamp(32px, 3.5vw, 46px);
  letter-spacing: -1px; color: var(--ink); margin-bottom: 14px;
}
.mhp-home-faq__header p { font-size: 17px; color: var(--g600); font-weight: 300; line-height: 1.7; }
.mhp-home-faq__list { max-width: 800px; display: flex; flex-direction: column; gap: 2px; }
.mhp-home-faq__item { background: var(--white); border-radius: var(--r); overflow: hidden; }
.mhp-home-faq__q {
  width: 100%; text-align: left; padding: 22px 28px;
  background: none; border: none; cursor: pointer; font-family: var(--font-b);
  font-size: 16px; font-weight: 600; color: var(--ink);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  transition: color 0.2s;
}
.mhp-home-faq__q:hover { color: var(--accent); }
.mhp-home-faq__q-icon {
  width: 28px; height: 28px; border-radius: 50%; background: rgba(45,90,61,0.08);
  display: grid; place-items: center; flex-shrink: 0; color: var(--accent);
  transition: transform 0.3s var(--ease), background 0.2s;
}
.mhp-home-faq__item.open .mhp-home-faq__q-icon { transform: rotate(45deg); background: var(--accent); color: var(--white); }
.mhp-home-faq__a {
  font-size: 15px; line-height: 1.75; color: var(--g600); font-weight: 300;
  padding: 0 28px; max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease), padding 0.3s;
}
.mhp-home-faq__item.open .mhp-home-faq__a { max-height: 300px; padding: 0 28px 24px; }

/* ═══════════════════════════════════════════════════════════════════
   BLOG
   ═══════════════════════════════════════════════════════════════════ */
.mhp-home-blog { padding: 80px 0; }
.mhp-home-blog__head {
  display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 52px;
}
.mhp-home-blog__head h2 {
  font-family: var(--font-d); font-size: clamp(32px, 3.5vw, 46px);
  letter-spacing: -1px; color: var(--ink); margin-bottom: 8px;
}
.mhp-home-blog__view-all {
  color: var(--accent); font-weight: 600; font-size: 14px;
  display: flex; align-items: center; gap: 5px;
  border-bottom: 1.5px solid transparent; transition: border-color 0.25s; white-space: nowrap;
}
.mhp-home-blog__view-all:hover { border-color: var(--accent); }
.mhp-home-blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mhp-home-blog-card {
  background: var(--white); border-radius: var(--rl); overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s; display: flex; flex-direction: column;
}
.mhp-home-blog-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(15,26,18,0.09); }
.mhp-home-blog-card__img { width: 100%; aspect-ratio: 16/9; overflow: hidden; }
.mhp-home-blog-card__img img { width: 100%; height: 100%; object-fit: cover; }
.mhp-home-blog-card__placeholder {
  width: 100%; height: 100%; background: var(--g100);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--g400); font-weight: 500;
}
.mhp-home-blog-card__body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.mhp-home-blog-card__date { font-size: 12px; color: var(--g400); font-weight: 500; display: block; margin-bottom: 8px; }
.mhp-home-blog-card__title { font-family: var(--font-d); font-size: 18px; color: var(--ink); margin-bottom: 10px; line-height: 1.3; }
.mhp-home-blog-card__excerpt { font-size: 14px; color: var(--g600); line-height: 1.7; font-weight: 300; flex: 1; margin-bottom: 16px; }
.mhp-home-blog-card__link { font-size: 13px; font-weight: 600; color: var(--accent); }

/* ═══════════════════════════════════════════════════════════════════
   CTA BANNER
   ═══════════════════════════════════════════════════════════════════ */
.mhp-home-cta-wrap { padding: 0 48px 80px; }
.mhp-home-cta {
  background: var(--accent); border-radius: var(--rx);
  padding: 80px; display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center; position: relative; overflow: hidden;
  max-width: 1320px; margin: 0 auto;
}
.mhp-home-cta::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,0.05);
}
.mhp-home-cta__text { position: relative; z-index: 1; }
.mhp-home-cta__text .mhp-overline { color: rgba(255,255,255,0.6); }
.mhp-home-cta__title {
  font-family: var(--font-d); font-size: clamp(26px, 3vw, 40px);
  color: var(--white); line-height: 1.15; letter-spacing: -0.8px; margin-bottom: 14px;
}
.mhp-home-cta__sub { font-size: 16px; color: rgba(255,255,255,0.7); font-weight: 300; line-height: 1.7; }
.mhp-home-cta__actions {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  gap: 14px; align-items: center;
}
.mhp-home-cta__actions .mhp-btn {
  width: auto; min-width: 260px;
  justify-content: center; text-align: center;
}
.mhp-home-cta__note { font-size: 12px; color: rgba(255,255,255,0.45); text-align: center; margin-top: 4px; }

/* ═══════════════════════════════════════════════════════════════════
   SCROLL REVEAL
   ═══════════════════════════════════════════════════════════════════ */
.mhp-reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.mhp-reveal.mhp-visible { opacity: 1; transform: translateY(0); }
.mhp-reveal--delay-0 { transition-delay: 0s; }
.mhp-reveal--delay-1 { transition-delay: 0.08s; }
.mhp-reveal--delay-2 { transition-delay: 0.15s; }
.mhp-reveal--delay-3 { transition-delay: 0.24s; }

/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .mhp-home-hero { grid-template-columns: 1fr; padding: 140px 40px 80px; gap: 52px; }
  .mhp-home-hero__text { max-width: 100%; }
  .mhp-home-potw { max-width: 500px; width: 100%; }
  .mhp-home-hiw__steps { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .mhp-home-hiw__step { border-radius: var(--rl) !important; }
  .mhp-home-hiw__arrow { display: none !important; }
  .mhp-home-plans__grid { grid-template-columns: repeat(2, 1fr); }
  .mhp-home-why__grid { grid-template-columns: 1fr; gap: 60px; }
  .mhp-home-testimonials__grid { grid-template-columns: repeat(2, 1fr); }
  .mhp-home-included__grid { grid-template-columns: repeat(2, 1fr); }
  .mhp-home-blog__grid { grid-template-columns: repeat(2, 1fr); }
  .mhp-home-cta { grid-template-columns: 1fr; gap: 40px; padding: 56px; }
  .mhp-home-stats__inner { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .mhp-home-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 40px; }
  .mhp-home-stat:nth-child(3), .mhp-home-stat:nth-child(4) { border-bottom: none; }
}
@media (max-width: 768px) {
  .mhp-home-section__inner { padding: 0 20px; }
  .mhp-home-hero { padding: 110px 20px 60px; gap: 40px; }
  .mhp-home-hero__title { font-size: 36px; }
  .mhp-home-stats { padding: 48px 20px; }
  .mhp-home-hiw { padding: 56px 0; }
  .mhp-home-hiw__steps { grid-template-columns: 1fr; }
  .mhp-home-plans { padding: 56px 0; }
  .mhp-home-plans__head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .mhp-home-plans__grid { grid-template-columns: 1fr; }
  .mhp-home-why { padding: 56px 0; }
  .mhp-home-styles { padding: 56px 0; }
  .mhp-home-testimonials { padding: 56px 0; }
  .mhp-home-testimonials__grid { grid-template-columns: 1fr; }
  .mhp-home-included { padding: 56px 0; }
  .mhp-home-included__grid { grid-template-columns: 1fr; }
  .mhp-home-faq { padding: 56px 0; }
  .mhp-home-blog { padding: 56px 0; }
  .mhp-home-blog__head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .mhp-home-blog__grid { grid-template-columns: 1fr; }
  .mhp-home-cta-wrap { padding: 0 20px 56px; }
  .mhp-home-cta { padding: 40px 28px; }
}
