/*
 * Miner House - Landing Page Styles
 * Loaded only on pages using the MH Landing Page template.
 *
 * Design system
 *   Type    : Cairo (display) + Source Sans 3 (body) + system mono (specs)
 *   Colour  : White / Navy #0a1a33 / Gray #838383 / Gold #FFD700
 *   Voice   : premium B2B mining hardware - restrained, technical, confident.
 *
 * Everything is scoped to .mh-landing so nothing leaks into the parent theme.
 */

/* ===========================================================
   TOKENS
   =========================================================== */
.mh-landing {
    /* brand */
    --lp-navy:        #0a1a33;
    --lp-navy-800:    #0b1d39;
    --lp-navy-700:    #102648;
    --lp-navy-600:    #16315a;
    --lp-gold:        #ffd700;
    --lp-gold-soft:   #ffe14d;
    --lp-gray:        #838383;

    /* light surfaces */
    --lp-ink:         #131f36;
    --lp-muted:       #6a7486;
    --lp-line:        #e7eaf0;
    --lp-line-2:      #d9dde6;
    --lp-surface:     #ffffff;
    --lp-surface-alt: #f5f6f9;

    /* on-navy */
    --lp-on-navy:       rgba(255,255,255,.74);
    --lp-on-navy-dim:   rgba(255,255,255,.5);
    --lp-on-navy-faint: rgba(255,255,255,.32);
    --lp-line-navy:     rgba(255,255,255,.13);
    --lp-fill-navy:     rgba(255,255,255,.05);

    /* semantic (used sparingly, desaturated) */
    --lp-pro:  #1f8a5b;
    --lp-con:  #9aa3b2;

    /* shape + motion */
    --lp-radius:    12px;
    --lp-radius-sm: 8px;
    --lp-radius-xs: 6px;
    --lp-shadow-sm: 0 1px 2px rgba(10,26,51,.05), 0 2px 6px rgba(10,26,51,.04);
    --lp-shadow-md: 0 14px 40px -18px rgba(10,26,51,.22);
    --lp-shadow-gold: 0 10px 30px -10px rgba(212,175,0,.45);
    --lp-max: 1180px;

    /* fonts */
    --lp-font-head: 'Cairo', system-ui, -apple-system, Segoe UI, sans-serif;
    --lp-font-body: 'Source Sans 3', 'Source Sans Pro', system-ui, -apple-system, Segoe UI, sans-serif;
    --lp-font-mono: ui-monospace, 'SFMono-Regular', 'JetBrains Mono', Menlo, Consolas, monospace;

    font-family: var(--lp-font-body);
    color: var(--lp-ink);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.mh-landing *,
.mh-landing *::before,
.mh-landing *::after { box-sizing: border-box; }

body:has(.mh-landing) .page-head { display: none; }

/* Remove top gap between main-area top edge and start of hero background */
body:has(.mh-landing) .primary-content-wrap,
body:has(.mh-landing) .mh-landing {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* Full-bleed off: sections stay within the ~1180px column.
   Text content in .mhl-inner uses max-width: var(--lp-max) = 1180px centered.
   To re-enable full-bleed, uncomment the 3 blocks below. */

/* body:has(.mh-landing) { overflow-x: hidden; } */

/* .mh-landing section {
    margin-left:  calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
} */

/* body:has(.mh-landing) #sidebar-primary {
    position: relative;
    z-index: 1;
} */

.mh-landing section { position: relative; }

/* Centered content wrapper used inside each section. */
.mhl-inner {
    max-width: var(--lp-max) !important;
    margin: 0 auto !important;
    padding: 72px 56px !important;
    box-sizing: border-box !important;
}

/* ===========================================================
   TYPOGRAPHY HELPERS
   =========================================================== */
.mh-landing h1,
.mh-landing h2,
.mh-landing h3,
.mh-landing h4 { font-family: var(--lp-font-head); }

.mhl-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--lp-font-body);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--lp-gray);
    margin: 0 0 18px;
}

.mhl-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--lp-gold);
    flex-shrink: 0;
}

.mhl-eyebrow--light { color: rgba(255,255,255,.6); }

.mhl-section-head { margin-bottom: 52px; max-width: 760px; }

.mhl-section-title {
    font-size: clamp(1.9rem, 3.4vw, 2.85rem);
    font-weight: 800;
    margin: 0;
    line-height: 1.08;
    letter-spacing: -.015em;
    color: var(--lp-ink);
}

.mhl-section-title em { font-style: normal; color: var(--lp-gray); font-weight: 700; }

.mhl-section-title--light { color: #fff; }

.mhl-section-sub {
    font-size: 1.1rem;
    color: var(--lp-muted);
    margin: 16px 0 0;
    max-width: 620px;
    line-height: 1.65;
}

.mhl-section-sub--light { color: rgba(255,255,255,.66); }

.mhl-section-sub a { color: var(--lp-ink); font-weight: 600; text-decoration: underline; text-decoration-color: var(--lp-gold); text-underline-offset: 3px; }
.mhl-section-sub--light a { color: #fff; }

.mhl-link {
    color: var(--lp-ink);
    text-decoration: none;
    font-size: .9rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    border-bottom: 1px solid var(--lp-line-2);
    padding-bottom: 2px;
    transition: border-color .15s, color .15s;
}

.mhl-link:hover { border-color: var(--lp-gold); color: var(--lp-navy); }

/* ===========================================================
   BUTTONS  (gold = action, navy = structure)
   =========================================================== */
.mh-landing .mhl-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px;
    padding: 13px 24px;
    border-radius: var(--lp-radius-sm);
    font-family: var(--lp-font-body);
    font-weight: 700 !important;
    font-size: .96rem;
    letter-spacing: .005em;
    text-decoration: none !important;
    cursor: pointer;
    border: 1.5px solid transparent !important;
    transition: background .18s, color .18s, border-color .18s, transform .14s, box-shadow .18s;
    white-space: nowrap;
    line-height: 1.35;
    box-sizing: border-box;
}

.mh-landing .mhl-btn i { font-size: 1.05em; }

/* Primary - solid gold, navy text */
.mh-landing .mhl-btn--primary {
    background: var(--lp-gold) !important;
    color: var(--lp-navy) !important;
    border-color: var(--lp-gold) !important;
    box-shadow: var(--lp-shadow-gold);
}
.mh-landing .mhl-btn--primary:hover {
    background: var(--lp-gold-soft) !important;
    border-color: var(--lp-gold-soft) !important;
    color: var(--lp-navy) !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 38px -10px rgba(212,175,0,.6);
}

/* Solid navy */
.mh-landing .mhl-btn--dark {
    background: var(--lp-navy) !important;
    color: #fff !important;
    border-color: var(--lp-navy) !important;
}
.mh-landing .mhl-btn--dark:hover {
    background: var(--lp-navy-700) !important;
    border-color: var(--lp-navy-700) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: var(--lp-shadow-md);
}

/* Ghost - for navy backgrounds */
.mh-landing .mhl-btn--ghost {
    background: transparent !important;
    color: #fff !important;
    border-color: rgba(255,255,255,.4) !important;
}
.mh-landing .mhl-btn--ghost:hover {
    background: rgba(255,255,255,.08) !important;
    color: #fff !important;
    border-color: rgba(255,255,255,.85) !important;
    transform: translateY(-2px);
}

/* Outline - for white backgrounds */
.mh-landing .mhl-btn--outline {
    background: transparent !important;
    color: var(--lp-navy) !important;
    border-color: var(--lp-line-2) !important;
}
.mh-landing .mhl-btn--outline:hover {
    background: var(--lp-navy) !important;
    color: #fff !important;
    border-color: var(--lp-navy) !important;
    transform: translateY(-2px);
}

.mh-landing .mhl-btn--sm  { font-size: .86rem; padding: 9px 16px; }
.mh-landing .mhl-btn--lg  { padding: 16px 30px; font-size: 1.04rem; }
.mh-landing .mhl-btn--wide { width: 100%; justify-content: center; }

/* ===========================================================
   HERO  (split: argument left, banner placeholder right)
   =========================================================== */
.mhl-hero {
    background-color: var(--lp-navy);
    background-image:
        radial-gradient(120% 90% at 100% 0%, rgba(255,215,0,.10) 0%, transparent 48%),
        linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
    background-size: auto, 52px 52px, 52px 52px;
    color: #fff;
    overflow: hidden;
}

.mhl-hero::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,215,0,.5), transparent);
}

.mhl-hero .mhl-inner {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 64px;
    align-items: center;
    padding-top: 104px !important;
    padding-bottom: 104px !important;
}

.mhl-hero__content { display: flex; flex-direction: column; align-items: flex-start; }

.mhl-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--lp-fill-navy);
    border: 1px solid var(--lp-line-navy);
    color: #fff;
    font-size: .82rem;
    font-weight: 600;
    padding: 7px 15px 7px 13px;
    border-radius: 999px;
    margin-bottom: 26px;
    letter-spacing: .02em;
}
.mhl-hero__badge i { color: var(--lp-gold); font-size: 1rem; }

.mhl-hero__headline {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    color: #fff;
}

.mhl-hero__text-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mhl-hero__title-text {
    font-size: clamp(2.1rem, 3.4vw, 3.1rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.02em;
}

.mhl-counter {
    display: block;
    font-family: var(--lp-font-head);
    font-weight: 900;
    font-size: clamp(4.5rem, 10vw, 8rem);
    line-height: .9;
    color: var(--lp-gold);
    letter-spacing: -.03em;
    margin: 0;
    flex-shrink: 0;
}

.mhl-hero__label {
    display: block;
    font-size: clamp(1.1rem, 1.8vw, 1.45rem);
    font-weight: 700;
    color: rgba(255,255,255,.78);
    line-height: 1.22;
    max-width: 20ch;
}

.mhl-hero__sub {
    font-family: var(--lp-font-body);
    font-size: 1.08rem;
    color: var(--lp-on-navy);
    max-width: 30rem;
    margin: 26px 0 0;
    line-height: 1.66;
}

.mhl-hero__ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.mhl-hero__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    margin-top: 44px;
    width: 100%;
    background: var(--lp-line-navy);
    border: 1px solid var(--lp-line-navy);
    border-radius: var(--lp-radius);
    overflow: hidden;
}

.mhl-hero__stat {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 18px 22px;
    background: var(--lp-navy);
}

.mhl-hero__stat strong {
    font-family: var(--lp-font-head);
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}
.mhl-hero__stat strong em { font-style: normal; color: var(--lp-gold); }

.mhl-hero__stat span {
    font-size: .78rem;
    color: var(--lp-on-navy-dim);
    letter-spacing: .01em;
}

/* legacy separator no longer used in grid layout */
.mhl-hero__stat-sep { display: none; }

/* Banner placeholder - user drops miners + logo banner here */
.mhl-hero__banner {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: var(--lp-radius);
    border: 1px dashed rgba(255,255,255,.28);
    background:
        repeating-linear-gradient(135deg, rgba(255,255,255,.045) 0 14px, transparent 14px 28px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    padding: 28px;
    overflow: hidden;
}

/* If a real <img> is dropped inside, let it fill the frame */
.mhl-hero__banner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.mhl-hero__banner-mark {
    width: 46px;
    height: 46px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,215,0,.14);
    border: 1px solid rgba(255,215,0,.4);
    color: var(--lp-gold);
    font-size: 1.5rem;
}

.mhl-hero__banner-label {
    font-family: var(--lp-font-mono);
    font-size: .76rem;
    line-height: 1.5;
    color: rgba(255,255,255,.6);
    letter-spacing: .02em;
}
.mhl-hero__banner-label b { color: rgba(255,255,255,.85); font-weight: 700; }

/* corner ticks for a precise, technical frame */
.mhl-hero__banner::before,
.mhl-hero__banner::after {
    content: "";
    position: absolute;
    width: 16px; height: 16px;
    border: 2px solid var(--lp-gold);
}
.mhl-hero__banner::before { top: 12px; left: 12px; border-right: 0; border-bottom: 0; }
.mhl-hero__banner::after  { bottom: 12px; right: 12px; border-left: 0; border-top: 0; }

.mhl-hero__scroll-hint { display: none; }

/* ===========================================================
   COMPARE  (Exchange vs Mining)
   =========================================================== */
.mhl-compare { background: var(--lp-surface); }

.mhl-compare__grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    align-items: stretch;
}

.mhl-compare__card {
    background: var(--lp-surface);
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius);
    padding: 34px 30px 26px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.mhl-compare__card--exchange { background: var(--lp-surface-alt); }

.mhl-compare__card--mining {
    border: 1.5px solid var(--lp-navy);
    box-shadow: var(--lp-shadow-md);
    z-index: 2;
}
.mhl-compare__card--mining::before {
    content: "";
    position: absolute;
    left: 0; top: 0; right: 0;
    height: 3px;
    background: var(--lp-gold);
    border-radius: var(--lp-radius) var(--lp-radius) 0 0;
}

.mhl-compare__winner-badge {
    position: absolute;
    top: -13px;
    left: 30px;
    background: var(--lp-gold);
    color: var(--lp-navy);
    font-size: .72rem;
    font-weight: 800;
    padding: 5px 13px;
    border-radius: 999px;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.mhl-compare__card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--lp-line);
}

.mhl-compare__card-head i {
    font-size: 1.5rem;
    color: var(--lp-navy);
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    background: var(--lp-surface-alt);
    border: 1px solid var(--lp-line);
    border-radius: 10px;
    flex-shrink: 0;
}
.mhl-compare__card--mining .mhl-compare__card-head i { background: var(--lp-navy); color: var(--lp-gold); border-color: var(--lp-navy); }

.mhl-compare__card-head h3 {
    margin: 0;
    font-size: 1.22rem;
    font-weight: 800;
    color: var(--lp-ink);
}

.mhl-compare__list {
    list-style: none;
    margin: 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.mhl-compare__list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: .94rem;
    line-height: 1.45;
    color: var(--lp-ink);
}
.mhl-compare__list li strong { font-weight: 700; }

.mhl-compare__list li i {
    font-size: .8rem;
    flex-shrink: 0;
    margin-top: 3px;
    width: 18px; height: 18px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
}
.mhl-compare__list li.pro i { color: var(--lp-pro); background: rgba(31,138,91,.1); }
.mhl-compare__list li.con i { color: var(--lp-con); background: rgba(154,163,178,.16); }
.mhl-compare__list li.con  { color: var(--lp-muted); }

.mhl-compare__foot {
    margin-top: 24px;
    padding: 14px 16px;
    border-radius: var(--lp-radius-sm);
    font-weight: 700;
    font-size: .92rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.mhl-compare__foot--neutral { background: #eef0f4; color: var(--lp-muted); }
.mhl-compare__foot--win     { background: var(--lp-navy); color: var(--lp-gold); }
.mhl-compare__foot--win i   { color: var(--lp-gold); }

.mhl-compare__vs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    z-index: 3;
}

.mhl-compare__vs-pill {
    background: #fff;
    color: var(--lp-navy);
    font-family: var(--lp-font-head);
    font-weight: 800;
    font-size: .9rem;
    width: 50px;
    height: 50px;
    border: 1.5px solid var(--lp-line-2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--lp-shadow-sm);
}

.mhl-compare__footnote {
    text-align: center;
    margin: 44px auto 0;
    font-size: 1rem;
    color: var(--lp-muted);
    max-width: 720px;
    line-height: 1.6;
}
.mhl-compare__footnote strong { color: var(--lp-ink); }
.mhl-compare__footnote a {
    color: var(--lp-navy);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--lp-gold);
    text-underline-offset: 3px;
    white-space: nowrap;
}

/* ===========================================================
   CALCULATOR
   =========================================================== */
.mhl-calc {
    background-color: var(--lp-navy);
    background-image:
        radial-gradient(100% 80% at 0% 0%, rgba(255,215,0,.08) 0%, transparent 50%),
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: auto, 52px 52px, 52px 52px;
    color: #fff;
}

.mhl-calc__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: start;
}

.mhl-calc__inputs {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.mhl-calc__field { display: flex; flex-direction: column; gap: 9px; }

.mhl-calc__label {
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--lp-on-navy-dim);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.mhl-calc__label strong { color: var(--lp-gold); font-family: var(--lp-font-mono); font-size: .95rem; letter-spacing: 0; text-transform: none; }

.mhl-calc__select,
.mhl-calc__input {
    background: rgba(255,255,255,.06);
    border: 1px solid var(--lp-line-navy);
    border-radius: var(--lp-radius-sm);
    color: #fff;
    padding: 12px 14px;
    font-size: .95rem;
    font-family: var(--lp-font-body);
    width: 100%;
    box-sizing: border-box;
    transition: border-color .15s, background .15s, box-shadow .15s;
    appearance: auto;
}
.mhl-calc__input { font-family: var(--lp-font-mono); }

.mhl-calc__select:focus,
.mhl-calc__input:focus {
    outline: none;
    border-color: var(--lp-gold);
    background: rgba(255,255,255,.09);
    box-shadow: 0 0 0 3px rgba(255,215,0,.16);
}

.mhl-calc__select {
    min-height: 52px;
    cursor: pointer;
}
.mhl-calc__select option {
    background: #0f2040;
    color: #fff;
    padding: 8px 12px;
    font-size: .95rem;
}

.mhl-calc__custom-fields {
    background: rgba(255,255,255,.04);
    border: 1px solid var(--lp-line-navy);
    border-radius: var(--lp-radius-sm);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mhl-calc__range {
    width: 100%;
    accent-color: var(--lp-gold);
    cursor: pointer;
    margin: 2px 0;
}

.mhl-calc__range-labels {
    display: flex;
    justify-content: space-between;
    font-size: .72rem;
    font-family: var(--lp-font-mono);
    color: var(--lp-on-navy-faint);
}

/* Results panel */
.mhl-calc__results {
    background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
    border: 1px solid var(--lp-line-navy);
    border-radius: var(--lp-radius);
    padding: 8px 30px 30px;
    display: flex;
    flex-direction: column;
}

.mhl-calc__discount-hero {
    text-align: center;
    padding: 30px 0 22px;
    border-bottom: 1px solid var(--lp-line-navy);
    margin-bottom: 22px;
}

.mhl-calc__discount-pct {
    font-family: var(--lp-font-head);
    font-size: clamp(3.2rem, 6vw, 5rem);
    font-weight: 900;
    color: var(--lp-gold);
    line-height: 1;
    letter-spacing: -.03em;
}

.mhl-calc__discount-lbl {
    font-size: .8rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--lp-on-navy-dim);
    margin-top: 8px;
    line-height: 1.5;
}

.mhl-calc__metrics { display: flex; flex-direction: column; gap: 12px; }

.mhl-calc__metric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .9rem;
}

.mhl-calc__metric--sep { border-top: 1px solid var(--lp-line-navy); margin: 6px 0; }

.mhl-calc__metric-key {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--lp-on-navy);
}
.mhl-calc__metric-key i { color: var(--lp-on-navy-faint); font-size: 1rem; }
.mhl-calc__metric-key.muted { color: var(--lp-on-navy-faint); }

.mhl-calc__metric-val {
    font-family: var(--lp-font-mono);
    font-weight: 600;
    color: #fff;
    font-size: .95rem;
}
.mhl-calc__metric-val.muted { color: var(--lp-on-navy-dim); font-weight: 400; }
.mhl-calc__metric-val.green { color: #4ade80; }

.mhl-calc__metric--profit .mhl-calc__metric-key { color: #fff; font-weight: 600; }

.mhl-calc__note {
    font-size: .74rem;
    font-family: var(--lp-font-mono);
    color: var(--lp-on-navy-faint);
    margin: 20px 0 0;
    line-height: 1.55;
}

.mhl-calc__results .mhl-btn { margin-top: 22px; }

/* ===========================================================
   17 REASONS  (editorial numbered list - no card soup)
   =========================================================== */
.mhl-reasons { background: var(--lp-surface-alt); }

.mhl-reasons__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 56px;
    border-top: 1px solid var(--lp-line);
}

.mhl-reason-card {
    padding: 22px 4px 22px 0;
    border-bottom: 1px solid var(--lp-line);
    display: flex;
    flex-direction: column;
}

.mhl-reason-card__head {
    display: grid;
    grid-template-columns: 2.6rem 1fr auto;
    align-items: center;
    gap: 14px;
}

.mhl-reason-card__num {
    font-family: var(--lp-font-head);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--lp-line-2);
    line-height: 1;
    font-variant-numeric: tabular-nums;
    transition: color .18s;
}

.mhl-reason-card__title {
    font-size: 1.02rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.25;
    color: var(--lp-ink);
    display: flex;
    align-items: center;
    gap: 10px;
}
.mhl-reason-card__title i { color: var(--lp-gray); font-size: 1.15rem; flex-shrink: 0; transition: color .18s; }

/* legacy standalone icon hidden - icon now sits inline in title */
.mhl-reason-card__icon { display: none; }

.mhl-reason-card__toggle {
    background: none;
    border: 1px solid var(--lp-line-2);
    border-radius: 50%;
    width: 30px; height: 30px;
    flex-shrink: 0;
    color: var(--lp-navy);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    padding: 0;
    transition: background .16s, color .16s, border-color .16s;
}
.mhl-reason-card__toggle:hover { background: var(--lp-navy); color: var(--lp-gold); border-color: var(--lp-navy); }
.mhl-reason-card__toggle i { transition: transform .22s; }
.mhl-reason-card__toggle[aria-expanded="true"] { background: var(--lp-navy); color: var(--lp-gold); border-color: var(--lp-navy); }
.mhl-reason-card__toggle[aria-expanded="true"] i { transform: rotate(180deg); }

.mhl-reason-card:hover .mhl-reason-card__num { color: var(--lp-navy); }
.mhl-reason-card:hover .mhl-reason-card__title i { color: var(--lp-navy); }

.mhl-reason-card__short {
    font-size: .9rem;
    color: var(--lp-muted);
    margin: 10px 0 0;
    padding-left: calc(2.6rem + 14px);
    line-height: 1.55;
}

.mhl-reason-card__detail {
    margin: 14px 0 2px;
    padding: 16px 18px;
    margin-left: calc(2.6rem + 14px);
    background: var(--lp-surface);
    border: 1px solid var(--lp-line);
    border-left: 2px solid var(--lp-gold);
    border-radius: 0 var(--lp-radius-xs) var(--lp-radius-xs) 0;
    font-size: .9rem;
    color: var(--lp-ink);
    line-height: 1.62;
}
.mhl-reason-card__detail p { margin: 0; }

.mhl-reasons__footer { text-align: center; margin-top: 44px; }

/* ===========================================================
   HOSTING  (redesigned: lead column + clean numbered features)
   =========================================================== */
.mhl-hosting { background: var(--lp-surface); }

.mhl-hosting__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 56px;
    align-items: start;
}

.mhl-hosting__lead {
    position: sticky;
    top: 32px;
}

.mhl-hosting__lead-card {
    background: var(--lp-navy);
    background-image: radial-gradient(120% 100% at 100% 0%, rgba(255,215,0,.12) 0%, transparent 55%);
    border-radius: var(--lp-radius);
    padding: 34px 30px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.mhl-hosting__lead-kw {
    font-family: var(--lp-font-head);
    font-weight: 900;
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    color: var(--lp-gold);
    line-height: 1;
    letter-spacing: -.02em;
}
.mhl-hosting__lead-kw span { font-size: 1.1rem; color: rgba(255,255,255,.6); font-weight: 600; display: block; margin-top: 8px; letter-spacing: 0; }

.mhl-hosting__lead-text {
    color: var(--lp-on-navy);
    font-size: .98rem;
    line-height: 1.65;
    margin: 22px 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--lp-line-navy);
}

.mhl-hosting__features {
    display: flex;
    flex-direction: column;
}

.mhl-hosting__card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid var(--lp-line);
    align-items: start;
}
.mhl-hosting__features .mhl-hosting__card:first-child { padding-top: 0; }

.mhl-hosting__card-icon {
    width: 50px; height: 50px;
    border-radius: 12px;
    background: var(--lp-surface-alt);
    border: 1px solid var(--lp-line);
    color: var(--lp-navy);
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mhl-hosting__card-icon--summer,
.mhl-hosting__card-icon--winter { color: var(--lp-navy); }

.mhl-hosting__card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 6px;
    color: var(--lp-ink);
}

.mhl-hosting__card p {
    font-size: .92rem;
    color: var(--lp-muted);
    margin: 0;
    line-height: 1.6;
}
.mhl-hosting__card p strong { color: var(--lp-navy); font-weight: 700; }

/* ===========================================================
   TRUST / WHY US  (clean stat band, minimal imagery)
   =========================================================== */
.mhl-trust { background: var(--lp-navy); color: #fff; }
.mhl-trust .mhl-section-title { color: #fff; }
.mhl-trust .mhl-eyebrow { color: rgba(255,255,255,.6); }

.mhl-trust__facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--lp-line-navy);
    border: 1px solid var(--lp-line-navy);
    border-radius: var(--lp-radius);
    overflow: hidden;
}

.mhl-trust__fact {
    background: var(--lp-navy);
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: background .18s;
}
.mhl-trust__fact:hover { background: var(--lp-navy-700); }

.mhl-trust__fact i {
    font-size: 1.4rem;
    color: var(--lp-gold);
    margin-bottom: 10px;
}

.mhl-trust__fact strong {
    font-family: var(--lp-font-head);
    font-size: 1.7rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.05;
}

.mhl-trust__fact span {
    font-size: .85rem;
    color: var(--lp-on-navy-dim);
    line-height: 1.4;
}

/* ===========================================================
   GALLERY
   =========================================================== */
.mhl-gallery { background: var(--lp-surface); }

.mhl-gstrip {
    overflow: hidden;
    border-radius: var(--lp-radius);
    border: 1px solid var(--lp-line);
    margin-bottom: 18px;
    background: var(--lp-surface-alt);
}

.mhl-gstrip__track {
    display: flex;
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
}

.mhl-gstrip__item {
    flex: 0 0 100%;
    height: clamp(240px, 42vw, 460px);
}

.mhl-gstrip__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mhl-gstrip__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.mhl-gstrip__btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--lp-line-2);
    background: var(--lp-surface);
    color: var(--lp-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background .15s, color .15s, border-color .15s, transform .12s;
}
.mhl-gstrip__btn:hover {
    background: var(--lp-navy);
    color: var(--lp-gold);
    border-color: var(--lp-navy);
    transform: translateY(-1px);
}

.mhl-gstrip__dots { display: flex; gap: 8px; align-items: center; }

.mhl-gstrip__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lp-line-2);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background .15s, transform .15s;
}
.mhl-gstrip__dot.is-active { background: var(--lp-gold); transform: scale(1.4); }

/* ===========================================================
   STORE
   =========================================================== */
.mhl-store { background: var(--lp-surface-alt); }

.mhl-store__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 18px;
}
.mhl-store__head .mhl-section-head { margin-bottom: 0; }

/* category filter tabs */
.mhl-cat-tabs {
    margin-bottom: 28px;
    border-bottom: 1px solid var(--lp-line);
}
.mhl-cat-tabs__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.mhl-cat-tabs__item { display: inline-block; }
.mhl-cat-tabs__link {
    display: block;
    padding: 10px 18px;
    font-size: .88rem;
    font-weight: 600;
    color: var(--lp-muted);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color .15s, border-color .15s;
    white-space: nowrap;
}
.mhl-cat-tabs__item:first-child .mhl-cat-tabs__link { padding-left: 0; }
.mhl-cat-tabs__link:hover { color: var(--lp-navy); }
.mhl-cat-tabs__item.is-active .mhl-cat-tabs__link {
    color: var(--lp-navy);
    border-bottom-color: var(--lp-gold);
}

/* ensure hidden attribute works even when CSS resets override it */
.mhl-store__tab-panel[hidden] { display: none; }

/* kWh electricity cost control above product tabs */
.mhl-kwh-ctrl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}
.mhl-kwh-ctrl__label {
    font-size: .82rem;
    font-weight: 600;
    color: var(--lp-muted);
    white-space: nowrap;
}
.mhl-kwh-ctrl__preset {
    font-size: .8rem;
    font-weight: 600;
    border: 1px solid var(--lp-line-2);
    background: transparent;
    color: var(--lp-muted);
    padding: 4px 12px;
    border-radius: var(--lp-radius-xs);
    cursor: pointer;
    transition: background .15s, color .15s, border-color .15s;
    line-height: 1.4;
}
.mhl-kwh-ctrl__preset-val {
    opacity: .7;
    font-weight: 400;
}
.mhl-kwh-ctrl__preset.is-active {
    background: var(--lp-navy);
    color: #fff;
    border-color: var(--lp-navy);
}
.mhl-kwh-ctrl__preset.is-active .mhl-kwh-ctrl__preset-val { opacity: .65; }
.mhl-kwh-ctrl__slider {
    width: 110px;
    accent-color: var(--lp-navy);
    cursor: pointer;
    height: 4px;
}
.mhl-kwh-ctrl__num {
    width: 58px;
    font-size: .82rem;
    font-weight: 700;
    border: 1px solid var(--lp-line-2);
    border-radius: var(--lp-radius-xs);
    padding: 3px 6px;
    text-align: center;
    -moz-appearance: textfield;
}
.mhl-kwh-ctrl__num::-webkit-inner-spin-button,
.mhl-kwh-ctrl__num::-webkit-outer-spin-button { -webkit-appearance: none; }
.mhl-kwh-ctrl__unit {
    font-size: .78rem;
    color: var(--lp-muted);
    white-space: nowrap;
}

/* "browse all" below product grid */
.mhl-store__more {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.mhl-store__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.mhl-product-card {
    position: relative;
    background: var(--lp-surface);
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s, transform .2s, border-color .2s;
}
.mhl-product-card:hover {
    box-shadow: var(--lp-shadow-md);
    transform: translateY(-4px);
    border-color: var(--lp-line-2);
    color: inherit;
}

.mhl-product-card__img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid var(--lp-line);
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mhl-product-card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s;
}
.mhl-product-card:hover .mhl-product-card__img img { transform: scale(1.05); }

.mhl-product-card__body {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.mhl-product-card__name {
    font-size: .96rem;
    font-weight: 700;
    margin: 0;
    color: var(--lp-ink);
    line-height: 1.3;
}

.mhl-product-card__price {
    font-family: var(--lp-font-head);
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--lp-navy);
    margin-top: auto;
}
.mhl-product-card__price .amount { color: var(--lp-navy); }
.mhl-product-card__price ins { text-decoration: none; }
.mhl-product-card__price del { color: var(--lp-gray); font-weight: 600; font-size: .85em; margin-right: 6px; }

.mhl-product-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .85rem;
    font-weight: 700;
    color: var(--lp-navy);
    padding-top: 2px;
}
.mhl-product-card__cta i { transition: transform .2s; }
.mhl-product-card:hover .mhl-product-card__cta i { transform: translateX(3px); }
.mhl-product-card:hover .mhl-product-card__cta { color: var(--lp-navy); }

.mhl-store__empty { color: var(--lp-muted); grid-column: 1 / -1; }

.mhl-product-card__roi-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--lp-pro);
    color: #fff;
    font-size: .70rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: var(--lp-radius-xs);
    white-space: nowrap;
    z-index: 1;
    letter-spacing: .03em;
    pointer-events: none;
}
.mhl-product-card__roi-badge--loss {
    background: #b91c1c;
}
.mhl-store__empty a { color: var(--lp-navy); font-weight: 700; }

/* ===========================================================
   CTA BOTTOM
   =========================================================== */
.mhl-cta-bottom {
    background-color: var(--lp-navy);
    background-image:
        radial-gradient(80% 120% at 50% 100%, rgba(255,215,0,.14) 0%, transparent 55%),
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: auto, 52px 52px, 52px 52px;
    color: #fff;
    text-align: center;
}

.mhl-cta-bottom .mhl-inner { display: flex; flex-direction: column; align-items: center; }

.mhl-cta-bottom__icon {
    width: 60px; height: 60px;
    border-radius: 14px;
    background: rgba(255,215,0,.14);
    border: 1px solid rgba(255,215,0,.4);
    color: var(--lp-gold);
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.mhl-cta-bottom h2 {
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    font-weight: 800;
    margin: 0 0 14px;
    color: #fff;
    letter-spacing: -.015em;
}

.mhl-cta-bottom p {
    font-size: 1.08rem;
    color: var(--lp-on-navy);
    margin: 0 auto 18px;
    max-width: 520px;
    line-height: 1.62;
}

.mhl-cta-bottom__phone {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.mhl-cta-bottom__phone a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-family: var(--lp-font-mono);
    font-size: 1rem;
    font-weight: 600;
}
.mhl-cta-bottom__phone a i { color: var(--lp-gold); }
.mhl-cta-bottom__phone a:hover { color: var(--lp-gold); }
.mhl-cta-bottom__phone-sep { width: 1px; height: 16px; background: var(--lp-line-navy); }

.mhl-cta-bottom__btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */

/* Laptop: 1100px */
@media (max-width: 1100px) {
    .mhl-store__grid { grid-template-columns: repeat(3, 1fr); }
}

/* Tablet: 1024px */
@media (max-width: 1024px) {
    .mhl-inner { padding: 80px 44px !important; }
    .mhl-hero .mhl-inner { grid-template-columns: 1fr; gap: 48px; }
    .mhl-hero__banner { aspect-ratio: 16 / 10; max-height: 360px; }
    .mhl-reasons__list { grid-template-columns: 1fr; column-gap: 0; }
    .mhl-hosting__grid { grid-template-columns: 1fr; gap: 36px; }
    .mhl-hosting__lead { position: static; }
    .mhl-trust__facts { grid-template-columns: repeat(3, 1fr); }
    .mhl-store__grid { grid-template-columns: repeat(2, 1fr); }
}

/* Tablet portrait: 768px */
@media (max-width: 768px) {
    .mhl-inner { padding: 64px 28px !important; }
    .mhl-hero .mhl-inner { padding-top: 80px !important; padding-bottom: 80px !important; }

    .mhl-compare__grid { grid-template-columns: 1fr; gap: 20px; }
    .mhl-compare__vs { padding: 4px 0; }
    .mhl-compare__vs-pill { width: 42px; height: 42px; }
    .mhl-compare__card--mining { transform: none; }

    .mhl-calc__wrap { grid-template-columns: 1fr; gap: 32px; }

    .mhl-trust__facts { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile: 480px */
@media (max-width: 480px) {
    .mhl-inner { padding: 52px 20px !important; }

    .mhl-hero__stats  { grid-template-columns: 1fr; }
    .mhl-hero__ctas   { flex-direction: column; align-items: stretch; width: 100%; }
    .mhl-hero__ctas .mhl-btn { justify-content: center; }

    .mhl-store__grid  { grid-template-columns: 1fr 1fr; }
    .mhl-trust__facts { grid-template-columns: 1fr 1fr; }

    .mhl-cta-bottom__btns { flex-direction: column; align-items: stretch; width: 100%; }
    .mhl-cta-bottom__btns .mhl-btn { justify-content: center; }
    .mhl-cta-bottom__phone { flex-direction: column; gap: 12px; }
    .mhl-cta-bottom__phone-sep { display: none; }
}

/* Sidebars use theme's native StickySidebar.js - no extra styles needed */
