/* mhl-homepage.css — v9 Polish */

.wp-block-post-content,.entry-content,.page-content,.site-main article,.wp-site-blocks .entry-content{max-width:100%!important;padding:0!important;margin:0!important;}
.mhl8{font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,&quot;Inter&quot;,sans-serif;color:#0f172a;line-height:1.6;overflow-x:hidden;width:100%;box-sizing:border-box;}
.mhl8 *{box-sizing:border-box;margin:0;padding:0;}
.mhl8 a{text-decoration:none;color:inherit;}

/* ── HERO ── */
.mhl8-hero{background:linear-gradient(160deg,#0f172a 0%,#1a3050 50%,#0f172a 100%);padding:110px 24px 90px;text-align:center;width:100%;position:relative;overflow:hidden;}
.mhl8-hero::before{content:&quot;&quot;;position:absolute;top:-80px;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(59,130,246,.10) 0%,transparent 65%);pointer-events:none;}

/* Hero typography — tighter, cleaner */
.mhl8-hero h1{font-size:clamp(1.9rem,4.5vw,3.1rem);font-weight:800;color:#f8fafc;margin-bottom:14px;letter-spacing:-1.2px;max-width:680px;margin-left:auto;margin-right:auto;line-height:1.15;}
.mhl8-hero p{font-size:1rem;color:#94a3b8;max-width:480px;margin:0 auto 52px;line-height:1.7;}

/* ── HERO BUTTONS — all 3 equal weight ── */
.mhl8-hero-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;max-width:820px;margin:0 auto;}

/* All 3 buttons share same base */
.mhl8-btn-primary,
.mhl8-btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:17px 28px;
  border-radius:8px;
  font-size:.975rem;
  font-weight:700;
  flex:1;
  min-width:200px;
  max-width:250px;
  min-height:56px;
  transition:background .2s,transform .15s,box-shadow .2s;
  letter-spacing:.1px;
}

/* Button 1 — Produkt finden (blue) */
.mhl8-btn-primary:first-child{
  background:#3b82f6;
  color:#fff;
  border:2px solid #3b82f6;
  box-shadow:0 4px 20px rgba(59,130,246,.30);
}
.mhl8-btn-primary:first-child:hover{background:#2563eb;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 6px 24px rgba(59,130,246,.40);color:#fff;}

/* Button 2 — Beschlag Finder (teal/green) — balanced with others */
.mhl8-btn-primary:nth-child(2){
  background:#0f9e6e;
  color:#fff;
  border:2px solid #0f9e6e;
  box-shadow:0 4px 16px rgba(15,158,110,.18);
}
.mhl8-btn-primary:nth-child(2):hover{background:#0b8560;border-color:#0b8560;transform:translateY(-2px);box-shadow:0 6px 20px rgba(15,158,110,.28);color:#fff;}
.mhl8-btn-primary:nth-child(3){
  background:#0f9e6e;
  color:#fff;
  border:2px solid #0f9e6e;
  box-shadow:0 4px 16px rgba(15,158,110,.18);
}
.mhl8-btn-primary:nth-child(3):hover{background:#0b8560;border-color:#0b8560;transform:translateY(-2px);box-shadow:0 6px 20px rgba(15,158,110,.28);color:#fff;}


/* Button 3 — Maßanfertigung (amber/warm) — equal weight, NOT secondary */
.mhl8-btn-secondary{
  background:#d97706;
  color:#fff;
  border:2px solid #d97706;
  box-shadow:0 4px 20px rgba(217,119,6,.28);
  opacity:1;
}
.mhl8-btn-secondary:hover{background:#b45309;border-color:#b45309;transform:translateY(-2px);box-shadow:0 6px 24px rgba(217,119,6,.38);color:#fff;}

.mhl8-trust-line{display:block;margin-top:28px;font-size:.78rem;color:#475569;letter-spacing:.6px;text-transform:uppercase;}

/* ── ENTRY CARDS — quieter, hero stays dominant ── */
.mhl8-entries{background:#f1f5f9;padding:72px 24px;width:100%;}
.mhl8-entries-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}

.mhl8-card{
  background:#fff;
  border-radius:12px;
  padding:28px 20px 24px;
  border:1px solid #e8edf3;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  cursor:pointer;
  transition:box-shadow .22s,transform .22s,border-color .22s;
  text-decoration:none;
  color:inherit;
  box-shadow:0 1px 4px rgba(15,23,42,.05);
}
.mhl8-card:hover{box-shadow:0 8px 28px rgba(15,23,42,.10);transform:translateY(-4px);border-color:#cbd5e1;color:inherit;}

.mhl8-card-icon{width:46px;height:46px;background:#f1f5f9;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:14px;flex-shrink:0;}
.mhl8-card h3{font-size:.975rem;font-weight:700;color:#0f172a;margin-bottom:6px;}
.mhl8-card p{font-size:.83rem;color:#6b7280;flex:1;margin-bottom:18px;line-height:1.55;}

/* Card CTA — softer, not competing with hero */
.mhl8-card-btn{
  display:block;
  background:#f1f5f9;
  color:#334155;
  padding:9px 16px;
  border-radius:6px;
  font-size:.8rem;
  font-weight:600;
  margin-top:auto;
  text-align:center;
  width:100%;
  border:1px solid #e2e8f0;
  transition:background .18s,color .18s;
}
.mhl8-card:hover .mhl8-card-btn{background:#e2e8f0;color:#1e293b;}

/* Empfohlen badge — subtle, not dominant */
.mhl8-card .mhl8-badge-empfohlen,
.mhl8-card [class*=&quot;empfohlen&quot;],
.mhl8-card .badge,
.mhl8-entries .badge{
  background:#f0fdf4;
  color:#166534;
  font-size:.68rem;
  font-weight:600;
  padding:3px 9px;
  border-radius:20px;
  border:1px solid #bbf7d0;
  letter-spacing:.3px;
}

/* ── CATEGORIES ── */
.mhl8-cats{background:#fff;padding:64px 24px;border-top:1px solid #f1f5f9;width:100%;}
.mhl8-sec-head{text-align:center;margin-bottom:32px;}
.mhl8-sec-label{display:inline-block;color:#3b82f6;font-size:.72rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:6px;}
.mhl8-sec-title{font-size:1.6rem;font-weight:800;color:#0f172a;letter-spacing:-.4px;}
.mhl8-cat-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.mhl8-cat{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:22px 14px;text-align:center;font-size:.9rem;font-weight:700;color:#334155;transition:border-color .2s,background .2s,transform .18s;text-decoration:none;display:block;}
.mhl8-cat:hover{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8;transform:translateY(-3px);}
.mhl8-cat-icon{display:block;font-size:1.7rem;margin-bottom:9px;}
.mhl8-cat-arrow{display:block;font-size:.68rem;color:#94a3b8;margin-top:5px;}

/* ── QUICK ACCESS ── */
.mhl8-quick{background:#f8fafc;padding:48px 24px;border-top:1px solid #e2e8f0;width:100%;}
.mhl8-quick-inner{max-width:1200px;margin:0 auto;}
.mhl8-quick-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:24px;}
.mhl8-quick-link{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid #e2e8f0;border-radius:7px;padding:10px 18px;font-size:.84rem;font-weight:600;color:#334155;transition:border-color .2s,background .2s,transform .15s;text-decoration:none;}
.mhl8-quick-link:hover{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8;transform:translateY(-2px);}

/* ── SOLUTIONS ── */
.mhl8-sol{background:#fff;padding:64px 24px;border-top:1px solid #f1f5f9;width:100%;}
.mhl8-sol-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.mhl8-sol-card{background:#f8fafc;border-radius:12px;padding:28px 22px;border:1px solid #e2e8f0;position:relative;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;color:inherit;cursor:pointer;transition:border-color .2s,transform .2s,box-shadow .2s;}
.mhl8-sol-card::before{content:&quot;&quot;;position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#3b82f6,#60a5fa);}
.mhl8-sol-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 8px 22px rgba(59,130,246,.10);color:inherit;}
.mhl8-sol-icon{font-size:1.7rem;margin-bottom:10px;}
.mhl8-sol-card h4{font-size:.975rem;font-weight:700;color:#0f172a;margin-bottom:7px;}
.mhl8-sol-card p{font-size:.84rem;color:#64748b;line-height:1.6;flex:1;margin-bottom:12px;}
.mhl8-sol-link{font-size:.8rem;font-weight:700;color:#3b82f6;display:inline-flex;align-items:center;gap:4px;margin-top:auto;}

/* ── SPEZIAL ── */
.mhl8-spezial{background:#fff;border-top:1px solid #e2e8f0;padding:64px 24px;text-align:center;width:100%;}
.mhl8-spezial-inner{max-width:600px;margin:0 auto;}
.mhl8-spezial-badge{display:inline-block;background:#fef3c7;color:#92400e;font-size:.72rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:18px;}
.mhl8-spezial h2{font-size:clamp(1.3rem,2.8vw,1.85rem);font-weight:800;color:#0f172a;margin-bottom:14px;}
.mhl8-spezial p{font-size:.95rem;color:#475569;line-height:1.7;margin-bottom:28px;}
.mhl8-spezial-btn{display:inline-flex;align-items:center;gap:8px;background:#0f172a;color:#fff;padding:13px 28px;border-radius:8px;font-size:.9rem;font-weight:700;text-decoration:none;}

/* ── SYSTEM MSG ── */
.mhl8-sysmsg{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%);padding:56px 24px;text-align:center;width:100%;}
.mhl8-sysmsg strong{display:block;font-size:clamp(1.2rem,2.8vw,1.9rem);font-weight:800;color:#f8fafc;margin-bottom:5px;}
.mhl8-sysmsg span{font-size:clamp(.95rem,2.2vw,1.3rem);font-weight:300;color:#94a3b8;}

/* ── RESPONSIVE — Platform Width v2 ── */
/* 1400px+ : 4-col entries, 3-col sol (full width) */
@media(max-width:1200px){
  .mhl8-entries-inner{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:960px){
  .mhl8-entries-inner{grid-template-columns:repeat(2,1fr);}
  .mhl8-sol-grid{grid-template-columns:repeat(2,1fr);}
  .mhl8-cat-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:768px){
  .mhl8-entries-inner{grid-template-columns:repeat(2,1fr);}
  .mhl8-sol-grid{grid-template-columns:1fr;}
  .mhl8-cat-grid{grid-template-columns:repeat(2,1fr);}
  .mhl8-hero{padding:80px 20px 64px;}
}
@media(max-width:640px){
  .mhl8-hero{padding:72px 20px 64px;}
  .mhl8-hero-btns{flex-direction:row!important;flex-wrap:wrap!important;align-items:stretch!important;gap:8px!important;padding:0 16px!important;box-sizing:border-box!important;}
  .mhl8-btn-primary,.mhl8-btn-secondary{flex:1 1 calc(50% - 4px)!important;max-width:calc(50% - 4px)!important;width:auto!important;min-width:0!important;box-sizing:border-box!important;}
  .mhl8-entries-inner{grid-template-columns:1fr;}
  .mhl8-cat-grid{grid-template-columns:1fr;}
  .mhl8-sol-grid{grid-template-columns:1fr;}
}
@media(max-width:390px){
  .mhl8-btn-primary,.mhl8-btn-secondary{flex:1 1 100%!important;max-width:100%!important;}
  .mhl8-hero h1{font-size:1.6rem!important;}
  .mhl8-hero p{font-size:.9rem!important;}
}


/* ============================================================
   MHL WERKSTATT LANDING — 2026-04-06
   Category page: /produkt-kategorie/werkstatt-zubehoer/
   ============================================================ */
.mhl-werkstatt-landing{font-family:Arial,Helvetica,sans-serif;color:#1a1a2e;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}
.mhl-wl-hero{padding:64px 0 56px;text-align:center;border-bottom:1px solid #e8e8f0}
.mhl-wl-badge{display:inline-block;background:#1a1a2e;color:#fff;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:2px;margin-bottom:24px}
.mhl-wl-hero h2{font-size:36px;font-weight:800;line-height:1.15;color:#1a1a2e;margin:0 0 18px;max-width:760px;margin-left:auto;margin-right:auto}
.mhl-wl-hero p{font-size:17px;color:#555;line-height:1.65;max-width:600px;margin:0 auto 32px}
.mhl-wl-hero-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.mhl-wl-btn-primary{display:inline-block;background:#1a1a2e;color:#fff;font-size:15px;font-weight:600;padding:13px 28px;border-radius:4px;text-decoration:none}
.mhl-wl-btn-secondary{display:inline-block;background:transparent;color:#1a1a2e;font-size:15px;font-weight:600;padding:13px 28px;border-radius:4px;border:2px solid #1a1a2e;text-decoration:none}
.mhl-wl-categories{padding:56px 0 48px;border-bottom:1px solid #e8e8f0}
.mhl-wl-section-label{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#999;margin-bottom:6px}
.mhl-wl-section-title{font-size:24px;font-weight:800;color:#1a1a2e;margin:0 0 36px}
.mhl-wl-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.mhl-wl-card{background:#fff;border:1px solid #e0e0ec;border-radius:6px;padding:24px 20px 20px;display:flex;flex-direction:column;gap:8px;text-decoration:none;color:#1a1a2e}
.mhl-wl-card-icon{font-size:26px;line-height:1;margin-bottom:2px}
.mhl-wl-card-title{font-size:16px;font-weight:700;color:#1a1a2e;margin:0}
.mhl-wl-card-desc{font-size:13px;color:#666;line-height:1.5;flex:1;margin:0}
.mhl-wl-card-cta{font-size:12px;font-weight:600;color:#1a1a2e;margin-top:6px}
.mhl-wl-trust{padding:40px 0;border-bottom:1px solid #e8e8f0}
.mhl-wl-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mhl-wl-trust-item{display:flex;align-items:flex-start;gap:14px;padding:18px;background:#f8f8fc;border-radius:6px}
.mhl-wl-trust-icon{font-size:22px;flex-shrink:0}
.mhl-wl-trust-title{font-size:14px;font-weight:700;color:#1a1a2e;margin:0 0 3px}
.mhl-wl-trust-text{font-size:12px;color:#666;line-height:1.5;margin:0}
.mhl-wl-bottom-cta{padding:56px 0 64px;text-align:center}
.mhl-wl-bottom-cta h3{font-size:28px;font-weight:800;color:#1a1a2e;margin:0 0 14px}
.mhl-wl-bottom-cta p{font-size:15px;color:#555;line-height:1.65;max-width:520px;margin:0 auto 28px}
.mhl-wl-bottom-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.mhl-wl-archive-sep{text-align:center;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#ccc;padding:24px 0 8px;border-top:1px solid #e8e8f0;margin-top:8px}
@media (max-width:900px){.mhl-wl-card-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:700px){.mhl-wl-trust-grid{grid-template-columns:1fr}}
@media (max-width:560px){.mhl-wl-card-grid{grid-template-columns:1fr}.mhl-werkstatt-landing{padding:0 16px}}
/* END MHL WERKSTATT LANDING */
/* ── Popular Block ─────────────────────────────────────────────────────── */
.mhl-popular-block {
  margin-top: 16px;
  padding: 10px 14px;
  font-size: 14px;
  text-align: center;
  background: #f5f7f6;
  border-radius: 8px;
}

.mhl-popular-label {
  font-weight: 600;
  margin-right: 8px;
}

.mhl-popular-block a {
  margin: 0 6px;
  color: #0f9e6e;
  text-decoration: none;
  font-weight: 500;
}

.mhl-popular-block a:hover {
  text-decoration: underline;
}


/* ================================================================
   MHL HOMEPAGE — Hide search icon in header
   Applied only on homepage via mhl-homepage.css (is_front_page)
   ================================================================ */
/* mhl-hide-search-homepage */
#et_search_icon,
#et_top_search,
#main-header #et_top_search,
#main-header #et_search_icon,
#et-top-navigation #et_top_search,
.et_header_style_left #et_top_search,
.et_header_style_centered #et_top_search,
.et_header_style_split #et_top_search,
.et_header_style_fullscreen #et_top_search,
#main-header .et-search-form,
#main-header .et_pb_widget_search,
#main-header .et_b_header-search,
#main-header .et_pb_search,
#main-header .search-widget,
#main-header .widget_search,
.et_search_form_container,
#main-header form[role="search"],
#main-header .search-form {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Flow B card fix — override .wp-block-buttons padding */
.mhl-hero-cta {
    padding: 0 !important;
    min-height: unset !important;
    min-width: unset !important;
    display: block !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    letter-spacing: inherit !important;
    transition: none !important;
}

/* ============================================================
   MHL HOME V2 — VISUAL FIX BATCH (2026-05-04)
   Moved from functions.php wp_head injection to stylesheet.
   Scope: Page ID 7112 (homepage) only.
   DO NOT REMOVE — replaces inline injection in mhl_homev2_css()
   ============================================================ */

/* Fix #4: Hero padding-top reduced from 90px to 70px */
.mhl2-hero {
  padding: 70px 24px 70px;
}

/* Fix #2: Footer spacing — gap between last section and footer */
.mhl2-platform-msg {
  margin-bottom: 40px;
}

/* Fix #5: Mobile CTA buttons gap increased to 16px */
@media (max-width: 640px) {
  .mhl2-cta-row {
    gap: 16px;
  }
}
/* END MHL HOME V2 VISUAL FIX BATCH */


/* ============================================================
   MHL HOME V3 — TARGET STYLE MAP (2026-05-10)
   Scope: page 7112 (homepage) only — mhl2-* class'ları
   Source: target HTML/CSS → mhl2-* namespace'e map edildi
   DO NOT REMOVE — replaces mhl2-* visual styles
   ============================================================ */

/* Animations */
@keyframes mhl2-fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes mhl2-pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(52,211,153,0.4); }
  50%     { box-shadow: 0 0 0 6px rgba(52,211,153,0); }
}

/* ── HERO ── */
.mhl2-hero {
  background: linear-gradient(160deg, #0f172a 0%, #1e3a5f 100%);
  padding: 60px 40px;
  text-align: center;
  width: 100%;
}
.mhl2-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.mhl2-eyebrow {
  font-size: 11px;
  color: #94a3b8;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
}
.mhl2-h1 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 700;
  color: #f8fafc;
  line-height: 1.3;
  margin-bottom: 12px;
  animation: mhl2-fadeUp 0.6s ease both;
}
.mhl2-subline {
  font-size: 13px;
  color: #94a3b8;
  letter-spacing: 0.3px;
  margin-bottom: 32px;
  display: block;
}
.mhl2-cta-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.mhl2-btn {
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.15s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.15s, background 0.2s;
}
.mhl2-btn:hover { transform: scale(1.04); }
.mhl2-btn-primary {
  background: #10b981;
  color: #fff;
  box-shadow: 0 2px 8px rgba(16,185,129,0.25);
}
.mhl2-btn-primary:hover { background: #059669; box-shadow: 0 4px 16px rgba(16,185,129,0.35); color: #fff; }
.mhl2-btn-blue {
  background: #3b82f6;
  color: #fff;
  box-shadow: 0 2px 8px rgba(59,130,246,0.25);
}
.mhl2-btn-blue:hover { background: #2563eb; box-shadow: 0 4px 16px rgba(59,130,246,0.35); color: #fff; }
.mhl2-btn-green {
  background: #10b981;
  color: #fff;
  box-shadow: 0 2px 8px rgba(16,185,129,0.25);
}
.mhl2-btn-green:hover { background: #059669; color: #fff; }
.mhl2-tagline {
  font-size: 12px;
  color: #64748b;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 8px;
}
.mhl2-small-link a {
  font-size: 12px;
  color: #10b981;
  text-decoration: underline;
}

/* ── CTA SECTION (ayrı bölüm — hero altında) ── */
.mhl2-cta-section {
  background: #ffffff;
  padding: 32px 40px;
  text-align: center;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  width: 100%;
}
.mhl2-cta-section-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.mhl2-cta-section .mhl2-cta-row {
  margin-bottom: 12px;
}
.mhl2-cta-micro {
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 6px;
  display: block;
}
.mhl2-cta-mass {
  font-size: 12px;
  color: #10b981;
  text-decoration: underline;
}

/* ── PLATFORM TRUST ── */
.mhl2-trust {
  background: #f8f9fa;
  padding: 28px 40px;
  text-align: center;
  border-bottom: 1px solid #e9ecef;
  width: 100%;
}
.mhl2-container {
  max-width: 1180px;
  margin: 0 auto;
}
.mhl2-trust p {
  font-size: 14px;
  color: #1e293b;
  line-height: 1.65;
  margin-bottom: 6px;
}
.mhl2-trust p:first-child { font-weight: 600; }

/* ── BEREICHE ── */
.mhl2-bereiche {
  background: #1e3a5f;
  padding: 24px 0;
  width: 100%;
}
.mhl2-section-label {
  text-align: center;
  font-size: 10px;
  color: #64748b;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  display: block;
}
.mhl2-bereiche .mhl2-section-label { color: #94a3b8; }
.mhl2-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.mhl2-card {
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 138px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 2px 10px rgba(0,0,0,0.16);
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s, border-color 0.2s;
}
.mhl2-card:hover {
  transform: translateY(-5px) scale(1.015);
  box-shadow: 0 10px 24px rgba(0,0,0,0.28);
  border-color: rgba(255,255,255,0.15);
}
.mhl2-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: #10b981;
  border-radius: 10px 10px 0 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.mhl2-card:hover::before { opacity: 1; }
.mhl2-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #f1f5f9;
  margin-bottom: 5px;
  display: block;
}
.mhl2-cards .mhl2-card:nth-child(1) { background: #1e3a5f; }
.mhl2-cards .mhl2-card:nth-child(2) { background: #1a3354; }
.mhl2-cards .mhl2-card:nth-child(3) { background: #162c48; }
.mhl2-cards .mhl2-card:nth-child(4) { background: #1e3a5f; }
.mhl2-cards .mhl2-card:nth-child(5) { background: #162c48; }
.mhl2-badge {
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  margin-top: 8px;
  display: inline-block;
}
.mhl2-badge-active {
  background: rgba(52,211,153,0.2);
  color: #34d399;
  border: 1px solid rgba(52,211,153,0.3);
  animation: mhl2-pulse 3.5s infinite;
}
.mhl2-badge-soon {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.4);
}

/* ── SO FUNKTIONIERT ES ── */
.mhl2-process {
  background: #f8f9fa;
  padding: 48px 0;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  width: 100%;
}
.mhl2-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.mhl2-step {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.mhl2-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  border-color: #10b981;
}
.mhl2-step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #10b981;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #10b981;
  font-weight: 700;
  margin-bottom: 12px;
  transition: background 0.2s, color 0.2s;
}
.mhl2-step:hover .mhl2-step-num { background: #10b981; color: #ffffff; }
.mhl2-step h3 { font-size: 14px; font-weight: 600; color: #1e293b; margin-bottom: 6px; }
.mhl2-step p  { font-size: 12px; color: #64748b; line-height: 1.65; }

/* ── AKTIVER BEREICH ── */
.mhl2-active {
  background: #f0fdf9;
  padding: 40px 0;
  border-top: 1px solid #d1fae5;
  width: 100%;
}
.mhl2-active-box {
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: 1px solid #6ee7b7;
  border-radius: 10px;
  box-shadow: 0 1px 8px rgba(16,185,129,0.08);
  flex-wrap: wrap;
  gap: 16px;
}
.mhl2-active-text h2 { font-size: 18px; font-weight: 700; color: #1e293b; margin-bottom: 6px; }
.mhl2-active-text p  { font-size: 13px; color: #64748b; }
.mhl2-active-text .mhl2-section-label { text-align: left; margin-bottom: 8px; }
.mhl2-btn-teal {
  background: #10b981;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, transform 0.15s;
}
.mhl2-btn-teal:hover { background: #059669; transform: scale(1.04); color: #fff; }

/* ── WAS WIR BIETEN ── */
.mhl2-services {
  background: #ffffff;
  padding: 48px 0;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  width: 100%;
}
.mhl2-service-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.mhl2-service-card {
  padding: 22px 16px;
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.mhl2-service-card:hover {
  transform: translateY(-3px);
  border-color: #10b981;
  box-shadow: 0 4px 14px rgba(16,185,129,0.1);
}
.mhl2-service-icon {
  font-size: 20px;
  color: #10b981;
  margin-bottom: 10px;
  display: block;
  transition: transform 0.2s;
}
.mhl2-service-card:hover .mhl2-service-icon { transform: scale(1.2); }
.mhl2-service-card h4 { font-size: 13px; font-weight: 600; color: #1e293b; margin-bottom: 5px; }
.mhl2-service-card p  { font-size: 11px; color: #64748b; line-height: 1.55; }

/* ── PLATFORM MSG ── */
.mhl2-platform-msg {
  background: #f8f9fa;
  padding: 28px 40px;
  text-align: center;
  border-top: 1px solid #e9ecef;
  margin-bottom: 0;
  width: 100%;
}
.mhl2-platform-msg p { font-size: 13px; color: #64748b; line-height: 1.65; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .mhl2-cards { grid-template-columns: repeat(2, 1fr); }
  .mhl2-service-cards { grid-template-columns: repeat(2, 1fr); }
  .mhl2-steps { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .mhl2-hero { padding: 48px 20px; }
  .mhl2-cta-row { flex-direction: column; align-items: center; }
  .mhl2-btn { width: 100%; max-width: 320px; text-align: center; }
  .mhl2-cards { grid-template-columns: 1fr; }
  .mhl2-service-cards { grid-template-columns: repeat(2, 1fr); }
  .mhl2-active-box { flex-direction: column; }
}

/* END MHL HOME V3 TARGET STYLE MAP */


/* ===== BEREICHE GRID — RESPONSIVE 3/2/1 COL (v3 fix) ===== */
#mhl-homev2-wrap .mhl2-bereiche .mhl2-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 900px) {
  #mhl-homev2-wrap .mhl2-bereiche .mhl2-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  #mhl-homev2-wrap .mhl2-bereiche .mhl2-cards {
    grid-template-columns: 1fr;
  }
}
/* ===== END BEREICHE GRID FIX ===== */


/* ═══════════════════════════════════════════════════════════════════════════
   MHL HOMEPAGE V4 — FULLY SCOPED PREVIEW STYLES
   All rules are under .mhl-homepage — zero impact on WooCommerce/Finder/etc.
   ═══════════════════════════════════════════════════════════════════════════ */

.mhl-homepage * { box-sizing: border-box; margin: 0; padding: 0; }
.mhl-homepage { font-family: 'Segoe UI', Arial, sans-serif; width: 100%; background: #f0f2f5; }
.mhl-homepage .container { width:100%; max-width: 1400px; margin: 0 auto; padding: 0 48px; }

@keyframes mhl-pulse { 0%,100%{ box-shadow:0 0 0 0 rgba(52,211,153,0.4); } 50%{ box-shadow:0 0 0 8px rgba(52,211,153,0); } }
@keyframes mhl-fadeup { from{ opacity:0; transform:translateY(16px); } to{ opacity:1; transform:translateY(0); } }

/* HEADER */
.mhl-homepage .mhl-top { background:#fff; padding:32px 48px 24px; display:flex; flex-direction:column; align-items:center; text-align:center; border-bottom:3px solid #dc2626; width:100%; }
.mhl-homepage .mhl-logo-svg { width:110px; height:110px; margin-bottom:14px; transition:transform 0.3s; }
.mhl-homepage .mhl-top:hover .mhl-logo-svg { transform:scale(1.04); }
.mhl-homepage .mhl-domain { font-size:44px; font-weight:800; color:#1e293b; letter-spacing:-1.5px; line-height:1; margin-bottom:8px; }
.mhl-homepage .mhl-tagline { font-size:12px; color:#94a3b8; letter-spacing:2.5px; text-transform:uppercase; }

/* NAV */
.mhl-homepage .mhl-nav { background:#cc0000; padding:14px 48px; display:flex; gap:40px; justify-content:center; width:100%; flex-wrap:wrap; }
.mhl-homepage .mhl-nav a { color:#fff; font-size:14px; font-weight:500; text-decoration:none; white-space:nowrap; position:relative; padding-bottom:4px; }
.mhl-homepage .mhl-nav a::after { content:''; position:absolute; bottom:0; left:0; width:0; height:2px; background:#fff; transition:width 0.25s; }
.mhl-homepage .mhl-nav a:hover::after { width:100%; }
.mhl-homepage .mhl-nav-cta { color:#34d399 !important; font-weight:600 !important; }

/* HERO */
.mhl-homepage .mhl-hero { background:linear-gradient(160deg,#0f172a 0%,#1e3a5f 100%); padding:80px 48px; text-align:center; width:100%; }
.mhl-homepage .mhl-hero-title { font-size:42px; font-weight:700; color:#f8fafc; line-height:1.25; max-width:800px; margin:0 auto; animation:mhl-fadeup 0.6s ease both; }

/* PLATFORM MSG */
.mhl-homepage .mhl-platform { background:#f8f9fa; padding:36px 48px; text-align:center; border-bottom:1px solid #e9ecef; width:100%; }
.mhl-homepage .mhl-platform-main { font-size:17px; color:#1e293b; font-weight:600; margin-bottom:8px; }
.mhl-homepage .mhl-platform-cats { font-size:14px; color:#94a3b8; }

/* GRID */
.mhl-homepage .mhl-grid-section { background:#f1f4f8; padding:32px 0; width:100%; }
.mhl-homepage .mhl-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:12px; }
.mhl-homepage .mhl-block {
  padding:36px 20px; display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; min-height:160px; border-radius:12px;
  border:1px solid rgba(255,255,255,0.06); box-shadow:0 2px 10px rgba(0,0,0,0.16);
  cursor:pointer; position:relative; text-decoration:none;
  transition:transform 0.2s cubic-bezier(0.34,1.56,0.64,1),box-shadow 0.2s,border-color 0.2s;
}
.mhl-homepage .mhl-block:hover { transform:translateY(-6px) scale(1.015); box-shadow:0 12px 28px rgba(0,0,0,0.28); }
.mhl-homepage .mhl-block::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:#10b981; border-radius:12px 12px 0 0; opacity:0; transition:opacity 0.2s; }
.mhl-homepage .mhl-block:hover::before { opacity:1; }
.mhl-homepage .mhl-block-inactive { cursor:default; }
.mhl-homepage .mhl-block-inactive:hover { transform:none !important; box-shadow:0 2px 10px rgba(0,0,0,0.16) !important; }
.mhl-homepage .mhl-block-inactive:hover::before { opacity:0 !important; }
.mhl-homepage .mhl-block-title { font-size:15px; font-weight:600; color:#f1f5f9; margin-bottom:6px; }
.mhl-homepage .mhl-block-sub { font-size:12px; color:rgba(241,245,249,0.6); }
.mhl-homepage .mhl-badge { font-size:11px; font-weight:600; padding:4px 10px; border-radius:5px; margin-top:10px; display:inline-block; }
.mhl-homepage .mhl-badge-aktiv { background:rgba(52,211,153,0.2); color:#34d399; border:1px solid rgba(52,211,153,0.3); animation:mhl-pulse 3.5s infinite; }
.mhl-homepage .mhl-badge-bald { background:rgba(255,255,255,0.08); color:rgba(255,255,255,0.4); }
.mhl-homepage .mhl-b1 { background:#1e3a5f; }
.mhl-homepage .mhl-b2 { background:#1a3354; }
.mhl-homepage .mhl-b3 { background:#162c48; }
.mhl-homepage .mhl-b4 { background:#1e3a5f; }
.mhl-homepage .mhl-b5 { background:#162c48; }
.mhl-homepage .mhl-b6 { background:#0f172a; border:1px solid rgba(16,185,129,0.4); }
.mhl-homepage .mhl-b6 .mhl-block-title { color:#34d399; }

/* CTA */
.mhl-homepage .mhl-cta { background:#fff; padding:40px 48px; text-align:center; border-top:1px solid #e9ecef; border-bottom:1px solid #e9ecef; width:100%; }
.mhl-homepage .mhl-cta-btns { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-bottom:14px; }
.mhl-homepage .mhl-btn-primary { background:#10b981; color:#fff; padding:14px 36px; border-radius:7px; font-size:15px; font-weight:600; text-decoration:none; display:inline-block; box-shadow:0 2px 10px rgba(16,185,129,0.3); transition:transform 0.15s cubic-bezier(0.34,1.56,0.64,1),box-shadow 0.15s,background 0.2s; }
.mhl-homepage .mhl-btn-primary:hover { transform:scale(1.04); background:#059669; box-shadow:0 5px 18px rgba(16,185,129,0.4); }
.mhl-homepage .mhl-btn-ghost { background:transparent; color:#64748b; padding:14px 28px; border-radius:7px; font-size:15px; font-weight:500; border:1.5px solid #d1d5db; text-decoration:none; display:inline-block; transition:border-color 0.2s,color 0.2s,transform 0.15s; }
.mhl-homepage .mhl-btn-ghost:hover { border-color:#94a3b8; color:#374151; transform:scale(1.02); }
.mhl-homepage .mhl-cta-micro { font-size:13px; color:#94a3b8; margin-bottom:8px; }
.mhl-homepage .mhl-cta-mass { font-size:13px; color:#10b981; text-decoration:underline; display:inline-block; }

/* SO FUNKTIONIERT ES */
.mhl-homepage .mhl-sfes { background:#f8f9fa; padding:60px 0; border-top:1px solid #e9ecef; border-bottom:1px solid #e9ecef; width:100%; }
.mhl-homepage .mhl-sec-label { text-align:center; font-size:11px; color:#64748b; letter-spacing:3px; text-transform:uppercase; margin-bottom:36px; font-weight:700; }
.mhl-homepage .mhl-sfes-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.mhl-homepage .mhl-sfes-card { padding:32px; background:#fff; border:1px solid #e2e8f0; border-radius:12px; box-shadow:0 1px 6px rgba(0,0,0,0.05); transition:transform 0.2s,box-shadow 0.2s,border-color 0.2s; }
.mhl-homepage .mhl-sfes-card:hover { transform:translateY(-4px); box-shadow:0 8px 20px rgba(0,0,0,0.08); border-color:#10b981; }
.mhl-homepage .mhl-sfes-num { width:34px; height:34px; border-radius:50%; border:2px solid #10b981; display:flex; align-items:center; justify-content:center; font-size:13px; color:#10b981; font-weight:700; margin-bottom:16px; transition:background 0.2s,color 0.2s; }
.mhl-homepage .mhl-sfes-card:hover .mhl-sfes-num { background:#10b981; color:#fff; }
.mhl-homepage .mhl-sfes-title { font-size:16px; font-weight:600; color:#1e293b; margin-bottom:8px; }
.mhl-homepage .mhl-sfes-desc { font-size:13px; color:#64748b; line-height:1.7; }

/* WAS WIR BIETEN */
.mhl-homepage .mhl-wwb { background:#fff; padding:60px 0; border-top:1px solid #e9ecef; border-bottom:1px solid #e9ecef; width:100%; }
.mhl-homepage .mhl-wwb-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.mhl-homepage .mhl-wwb-card { padding:28px 20px; background:#f8f9fa; border:1px solid #e2e8f0; border-radius:12px; box-shadow:0 1px 6px rgba(0,0,0,0.05); transition:transform 0.2s,border-color 0.2s,box-shadow 0.2s; }
.mhl-homepage .mhl-wwb-card:hover { transform:translateY(-4px); border-color:#10b981; box-shadow:0 6px 16px rgba(16,185,129,0.1); }
.mhl-homepage .mhl-wwb-icon { font-size:24px; color:#10b981; margin-bottom:12px; display:block; transition:transform 0.2s; }
.mhl-homepage .mhl-wwb-card:hover .mhl-wwb-icon { transform:scale(1.2); }
.mhl-homepage .mhl-wwb-title { font-size:14px; font-weight:600; color:#1e293b; margin-bottom:6px; }
.mhl-homepage .mhl-wwb-desc { font-size:12px; color:#64748b; line-height:1.6; }

/* AKTIVER BEREICH */
.mhl-homepage .mhl-aktiv { background:#f0fdf9; padding:48px 0; border-top:1px solid #d1fae5; width:100%; }
.mhl-homepage .mhl-aktiv-card { padding:28px 36px; display:flex; justify-content:space-between; align-items:center; background:#fff; border:1px solid #6ee7b7; border-radius:12px; box-shadow:0 1px 10px rgba(16,185,129,0.08); transition:box-shadow 0.2s,transform 0.2s; }
.mhl-homepage .mhl-aktiv-card:hover { box-shadow:0 6px 24px rgba(16,185,129,0.15); transform:translateY(-2px); }
.mhl-homepage .mhl-aktiv-label { font-size:11px; color:#10b981; letter-spacing:2px; text-transform:uppercase; margin-bottom:10px; font-weight:700; }
.mhl-homepage .mhl-aktiv-title { font-size:24px; font-weight:700; color:#0f172a; margin-bottom:6px; }
.mhl-homepage .mhl-aktiv-sub { font-size:13px; color:#64748b; }
.mhl-homepage .mhl-aktiv-btn { background:#10b981; color:#fff; font-size:14px; font-weight:600; padding:14px 28px; border-radius:8px; white-space:nowrap; text-decoration:none; display:inline-block; transition:transform 0.15s cubic-bezier(0.34,1.56,0.64,1),box-shadow 0.15s; }
.mhl-homepage .mhl-aktiv-btn:hover { transform:scale(1.05); box-shadow:0 5px 16px rgba(16,185,129,0.35); }

/* FOOTER */
.mhl-homepage .mhl-footer-nav { background:#0f172a; padding:20px 48px; display:flex; gap:20px; justify-content:center; flex-wrap:wrap; border-top:1px solid #1e293b; width:100%; }
.mhl-homepage .mhl-footer-nav a { font-size:13px; color:#64748b; text-decoration:none; transition:color 0.2s; }
.mhl-homepage .mhl-footer-nav a:hover { color:#94a3b8; }
.mhl-homepage .mhl-footer-nav span { color:#1e293b; font-size:13px; }
.mhl-homepage .mhl-footer-bottom { background:#070f1a; padding:14px 48px; width:100%; }
.mhl-homepage .mhl-footer-bottom p { font-size:12px; color:#334155; text-align:center; }

/* RESPONSIVE */
@media(max-width:1024px){
  .mhl-homepage .container { padding:0 32px; }
  .mhl-homepage .mhl-grid { grid-template-columns:repeat(3,1fr); }
  .mhl-homepage .mhl-domain { font-size:36px; }
  .mhl-homepage .mhl-hero-title { font-size:34px; }
}
@media(max-width:768px){
  .mhl-homepage .container { padding:0 16px; }
  .mhl-homepage .mhl-top { padding:24px 16px 18px; }
  .mhl-homepage .mhl-logo-svg { width:80px; height:80px; }
  .mhl-homepage .mhl-domain { font-size:26px; }
  .mhl-homepage .mhl-nav { gap:14px; padding:10px 16px; }
  .mhl-homepage .mhl-nav a { font-size:12px; }
  .mhl-homepage .mhl-hero { padding:48px 16px; }
  .mhl-homepage .mhl-hero-title { font-size:26px; }
  .mhl-homepage .mhl-platform { padding:24px 16px; }
  .mhl-homepage .mhl-grid { grid-template-columns:repeat(2,1fr); gap:8px; }
  .mhl-homepage .mhl-block { min-height:120px; padding:24px 12px; }
  .mhl-homepage .mhl-block-title { font-size:13px; }
  .mhl-homepage .mhl-cta { padding:28px 16px; }
  .mhl-homepage .mhl-sfes-grid { grid-template-columns:1fr; gap:12px; }
  .mhl-homepage .mhl-sfes-card { padding:20px; }
  .mhl-homepage .mhl-wwb-grid { grid-template-columns:repeat(2,1fr); gap:10px; }
  .mhl-homepage .mhl-aktiv-card { flex-direction:column; gap:16px; text-align:center; padding:20px; }
  .mhl-homepage .mhl-aktiv-title { font-size:20px; }
  .mhl-homepage .mhl-footer-nav { gap:12px; padding:14px 16px; }
  .mhl-homepage .mhl-footer-bottom { padding:10px 16px; }
}
@media(max-width:480px){
  .mhl-homepage .mhl-grid { grid-template-columns:1fr 1fr; }
  .mhl-homepage .mhl-wwb-grid { grid-template-columns:1fr; }
  .mhl-homepage .mhl-domain { font-size:20px; }
  .mhl-homepage .mhl-hero-title { font-size:22px; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   END MHL HOMEPAGE V4
   ═══════════════════════════════════════════════════════════════════════════ */


/* ═══════════════════════════════════════════════════════════════
   MHL PLATFORM HINWEIS
   ═══════════════════════════════════════════════════════════════ */
.mhl-homepage .mhl-platform-hinweis {
  background: #f8f9fa;
  padding: 22px 16px 18px;
  text-align: center;
  border-top: 1px solid #e5e7eb;
}

.mhl-homepage .mhl-platform-hinweis-inner {
  max-width: 900px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.7;
  color: #64748b;
}

.mhl-homepage .mhl-platform-hinweis-inner strong {
  color: #334155;
  font-weight: 600;
}


/* ================================================================
   MHL BALD KARTEN — hover hint (migrated from functions.php C4)
   Shows "Bald verfügbar" tooltip on hover for BALD cards
   Scoped to .mhl-homepage to avoid affecting other pages
   ================================================================ */
.mhl-homepage a[href="#bereiche"]:not([data-aktiv]) {
    cursor: default !important;
    pointer-events: auto !important;
    position: relative;
}
.mhl-homepage a[href="#bereiche"]:not([data-aktiv]):hover::after {
    content: "Bald verfügbar";
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(15,23,42,0.85);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 999;
    letter-spacing: 0.04em;
}

/* H1 HERO TITLE GUARD — explicit values matching .mhl-hero-title div rules */
.mhl-homepage h1.mhl-hero-title {
  margin: 0 auto;
  padding: 0;
  font-size: 42px;
  font-weight: 700;
  color: #f8fafc;
  line-height: 1.25;
  max-width: 800px;
  letter-spacing: normal;
  text-align: center;
}
