.mhb-page {
    background: var(--mhb-bg, #050505);
    color: var(--mhb-text, #fff);
    font-family: var(--mhb-font-display, "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif);
    overflow: clip;
}

.mhb-page *,
.mhb-page *::before,
.mhb-page *::after {
    box-sizing: border-box;
}

.mhb-page a {
    color: inherit;
    text-decoration: none;
}

.mhb-page-section {
    border-color: rgba(255, 255, 255, 0.06);
    margin: 0 auto;
    max-width: 1280px;
    padding: 96px 24px;
}

.mhb-page-hero {
    padding-top: 128px;
    padding-bottom: 80px;
}

.mhb-page-eyebrow,
.mhb-page-kicker,
.mhb-page-meta,
.mhb-page-chip,
.mhb-page-label,
.mhb-page-stat-label {
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.mhb-page-eyebrow {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.7rem;
    margin: 0 0 20px;
}

.mhb-page-title {
    color: var(--mhb-text, #fff);
    font-size: clamp(3rem, 7vw, 6.5rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.95;
    margin: 0;
    text-wrap: balance;
}

.mhb-page-title span,
.mhb-page-muted {
    color: rgba(255, 255, 255, 0.25);
}

.mhb-page-lead {
    color: rgba(255, 255, 255, 0.44);
    font-size: 1.08rem;
    line-height: 1.7;
    margin: 32px 0 0;
    max-width: 640px;
    text-wrap: pretty;
}

.mhb-page-grid-2 {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mhb-page-grid-3 {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mhb-page-border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mhb-page-border-y {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mhb-page-photo {
    aspect-ratio: 4 / 5;
    background: #0a0a0a;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.mhb-page-photo img,
.mhb-page-case-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.mhb-page-photo img {
    filter: grayscale(20%);
    opacity: 0.75;
}

.mhb-page-photo::after,
.mhb-page-case-image::after {
    background: linear-gradient(to top, rgba(5, 5, 5, 0.72), transparent 60%);
    content: "";
    inset: 0;
    position: absolute;
}

.mhb-page-photo-card {
    background: rgba(5, 5, 5, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    bottom: 24px;
    left: 24px;
    padding: 18px;
    position: absolute;
    right: 24px;
    z-index: 1;
}

.mhb-page-photo-card strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 4px;
}

.mhb-page-photo-card span {
    color: rgba(255, 255, 255, 0.42);
    display: block;
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
    font-size: 0.78rem;
}

.mhb-page-copy {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.mhb-page-copy p {
    color: rgba(255, 255, 255, 0.45);
    font-size: 1.02rem;
    line-height: 1.72;
    margin: 0;
}

.mhb-page-copy .mhb-page-strong-copy {
    color: rgba(255, 255, 255, 0.75);
    font-size: clamp(1.1rem, 2vw, 1.38rem);
}

.mhb-page-quote {
    background: rgba(59, 130, 246, 0.04);
    border: 1px solid rgba(59, 130, 246, 0.15);
    border-left: 3px solid #3b82f6;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.08rem;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
    padding: 24px 28px;
}

.mhb-page-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.mhb-page-stat {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    min-width: 120px;
    padding-right: 24px;
}

.mhb-page-stat:last-child {
    border-right: 0;
}

.mhb-page-stat-value {
    color: #fff;
    display: block;
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.mhb-page-stat-label {
    color: rgba(255, 255, 255, 0.35);
    display: block;
    font-size: 0.72rem;
    margin-top: 4px;
}

.mhb-page-section-head {
    margin-bottom: 48px;
}

.mhb-page-section-head h2,
.mhb-page-cta h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin: 0;
    text-wrap: balance;
}

.mhb-page-skill-list,
.mhb-page-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.mhb-page-skill {
    align-items: center;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    display: inline-flex;
    gap: 12px;
    padding: 12px 18px;
}

.mhb-page-skill strong {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
}

.mhb-page-skill span,
.mhb-page-chip {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.56rem;
    padding: 3px 8px;
}

.mhb-page-skill.is-expert span,
.mhb-page-chip.is-blue {
    background: rgba(59, 130, 246, 0.1);
    color: #60a5fa;
}

.mhb-page-list {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mhb-page-row,
.mhb-page-service,
.mhb-page-case {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mhb-page-row {
    display: flex;
    gap: 56px;
    padding: 36px 0;
}

.mhb-page-row time {
    color: rgba(255, 255, 255, 0.22);
    flex: 0 0 72px;
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
    font-size: 0.84rem;
}

.mhb-page-row h3,
.mhb-page-service h2,
.mhb-page-case h2 {
    color: #fff;
    font-size: clamp(1.25rem, 2.7vw, 2.55rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0;
    text-wrap: balance;
}

.mhb-page-row p,
.mhb-page-service p,
.mhb-page-case p {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.96rem;
    line-height: 1.7;
    margin: 0;
}

.mhb-page-service {
    display: grid;
    gap: 48px;
    grid-template-columns: 4fr 8fr;
    padding: 72px 0;
}

.mhb-page-service-head {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.mhb-page-meta {
    align-items: center;
    color: rgba(255, 255, 255, 0.22);
    display: flex;
    font-size: 0.62rem;
    gap: 16px;
}

.mhb-page-kicker {
    background: rgba(59, 130, 246, 0.08);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 999px;
    color: #3b82f6;
    display: inline-flex;
    font-size: 0.6rem;
    padding: 4px 10px;
}

.mhb-page-service-body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mhb-page-use-cases {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mhb-page-use-case {
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.56);
    display: flex;
    gap: 12px;
    padding: 13px 16px;
}

.mhb-page-use-case::before {
    background: #3b82f6;
    border-radius: 999px;
    content: "";
    flex: 0 0 4px;
    height: 4px;
}

.mhb-page-case {
    padding: 80px 0;
}

.mhb-page-case-head {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 48px;
}

.mhb-page-case-title {
    align-items: flex-start;
    display: flex;
    gap: 24px;
}

.mhb-page-case-image {
    aspect-ratio: 16 / 7;
    background: #0a0a0a;
    border-radius: 18px;
    margin-bottom: 48px;
    overflow: hidden;
    position: relative;
}

.mhb-page-metrics {
    bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    left: 24px;
    position: absolute;
    z-index: 1;
}

.mhb-page-metric {
    background: rgba(5, 5, 5, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 10px 14px;
}

.mhb-page-metric strong {
    color: #fff;
    display: block;
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
    font-size: 1rem;
}

.mhb-page-metric span {
    color: rgba(255, 255, 255, 0.42);
    display: block;
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
    font-size: 0.54rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mhb-page-label {
    color: rgba(255, 255, 255, 0.28);
    display: block;
    font-size: 0.6rem;
    margin-bottom: 16px;
}

.mhb-page-cta {
    background: rgba(255, 255, 255, 0.015);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 112px 24px;
    text-align: center;
}

.mhb-page-cta-inner {
    margin: 0 auto;
    max-width: 820px;
}

.mhb-page-cta p:not(.mhb-page-eyebrow) {
    color: rgba(255, 255, 255, 0.44);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 24px auto 0;
    max-width: 620px;
}

.mhb-page-button {
    align-items: center;
    background: #3b82f6;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 0 36px rgba(59, 130, 246, 0.24);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    gap: 10px;
    margin-top: 40px;
    padding: 16px 28px;
}

.mhb-page-button.is-light {
    background: #fff;
    box-shadow: none;
    color: #050505;
}

.mhb-page-text-link {
    color: rgba(255, 255, 255, 0.48);
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 600;
}

.mhb-page-text-link:hover {
    color: rgba(255, 255, 255, 0.9);
}

.mhb-contact-page {
    background:
        radial-gradient(circle at 12% 4%, rgba(34, 211, 238, 0.12), transparent 30rem),
        radial-gradient(circle at 88% 12%, rgba(34, 197, 94, 0.14), transparent 34rem),
        linear-gradient(180deg, var(--mhb-bg) 0%, var(--mhb-bg-soft) 52%, var(--mhb-bg) 100%);
}

.mhb-contact-page .mhb-page-title,
.mhb-contact-page .mhb-page-title span,
.mhb-contact-page .mhb-page-eyebrow,
.mhb-contact-page .mhb-page-lead {
    color: var(--mhb-text);
}

.mhb-contact-page .mhb-page-eyebrow,
.mhb-contact-page .mhb-page-lead {
    color: var(--mhb-text-muted);
}

.mhb-contact-hero,
.mhb-contact-aside,
.mhb-contact-main {
    animation: mhb-contact-rise 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mhb-contact-aside {
    animation-delay: 0.08s;
}

.mhb-contact-main {
    animation-delay: 0.14s;
}

.mhb-contact-hero {
    display: grid;
    gap: clamp(28px, 5vw, 70px);
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
}

.mhb-contact-hero__copy {
    max-width: 900px;
}

.mhb-contact-hero__card,
.mhb-contact-panel,
.mhb-contact-form,
.mhb-contact-thank-you {
    background:
        linear-gradient(145deg, var(--mhb-surface-strong), var(--mhb-surface)),
        var(--mhb-surface-card);
    border: 1px solid var(--mhb-border);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.mhb-contact-hero__card {
    align-self: end;
    border-radius: 28px;
    overflow: hidden;
    padding: clamp(24px, 4vw, 34px);
    position: relative;
}

.mhb-contact-hero__card::before,
.mhb-contact-panel--soft::before {
    background: radial-gradient(circle at 20% 0%, rgba(34, 197, 94, 0.18), transparent 18rem);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.mhb-contact-hero__card > *,
.mhb-contact-panel--soft > * {
    position: relative;
}

.mhb-contact-hero__card h2 {
    color: var(--mhb-text);
    font-size: clamp(1.35rem, 2.4vw, 2.1rem);
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 12px 0 16px;
}

.mhb-contact-hero__card p {
    color: var(--mhb-text-muted);
    line-height: 1.7;
    margin: 0;
}

.mhb-contact-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.mhb-contact-trust-strip span {
    background: var(--mhb-surface);
    border: 1px solid var(--mhb-border);
    border-radius: 999px;
    color: var(--mhb-text-muted);
    font-family: var(--mhb-font-mono);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 10px 13px;
    text-transform: uppercase;
}

.mhb-contact-layout {
    align-items: start;
    display: grid;
    gap: clamp(22px, 4vw, 42px);
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
    padding-top: 0;
}

.mhb-contact-aside {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 110px;
}

.mhb-contact-panel {
    border-radius: 26px;
    overflow: hidden;
    padding: clamp(22px, 4vw, 30px);
    position: relative;
}

.mhb-contact-steps {
    display: grid;
    gap: 18px;
    margin-top: 22px;
}

.mhb-contact-step {
    display: grid;
    gap: 14px;
    grid-template-columns: 42px minmax(0, 1fr);
}

.mhb-contact-step > span {
    align-items: center;
    background: rgba(34, 197, 94, 0.14);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 999px;
    color: var(--mhb-green);
    display: inline-flex;
    font-family: var(--mhb-font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.mhb-contact-step h3 {
    color: var(--mhb-text);
    font-size: 1rem;
    margin: 0 0 5px;
}

.mhb-contact-step p {
    color: var(--mhb-text-muted);
    line-height: 1.6;
    margin: 0;
}

.mhb-contact-options {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.mhb-contact-options a {
    background: var(--mhb-surface);
    border: 1px solid var(--mhb-border);
    border-radius: 16px;
    color: var(--mhb-text);
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    text-decoration: none;
    transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.mhb-contact-options a:hover {
    background: var(--mhb-surface-strong);
    border-color: var(--mhb-border-strong);
    transform: translateY(-2px);
}

.mhb-contact-options span {
    color: var(--mhb-text-muted);
    font-size: 0.9rem;
}

.mhb-contact-form {
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: clamp(24px, 4vw, 38px);
}

.mhb-contact-form__head h2 {
    color: var(--mhb-text);
    font-size: clamp(1.65rem, 3vw, 2.6rem);
    letter-spacing: -0.045em;
    line-height: 1;
    margin: 0 0 14px;
}

.mhb-contact-form__head p:not(.mhb-page-eyebrow) {
    color: var(--mhb-text-muted);
    line-height: 1.7;
    margin: 0;
    max-width: 680px;
}

.mhb-contact-group {
    border: 0;
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.mhb-contact-group legend,
.mhb-contact-field > span {
    color: var(--mhb-text);
    font-size: 0.92rem;
    font-weight: 800;
}

.mhb-contact-field em {
    color: var(--mhb-text-dim);
    font-style: normal;
    font-weight: 600;
    margin-left: 5px;
}

.mhb-contact-hint,
.mhb-contact-field small,
.mhb-contact-submit-row p {
    color: var(--mhb-text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.mhb-contact-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mhb-contact-field {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mhb-contact-field input,
.mhb-contact-field textarea,
.mhb-contact-field select {
    background: var(--mhb-surface);
    border: 1px solid var(--mhb-border);
    border-radius: 12px;
    color: var(--mhb-text);
    font: inherit;
    outline: none;
    padding: 16px 20px;
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    width: 100%;
}

.mhb-contact-field input::-moz-placeholder, .mhb-contact-field textarea::-moz-placeholder {
    color: var(--mhb-text-dim);
}

.mhb-contact-field input::placeholder,
.mhb-contact-field textarea::placeholder {
    color: var(--mhb-text-dim);
}

.mhb-contact-field textarea {
    min-height: 160px;
    resize: vertical;
}

.mhb-contact-website {
    height: 0;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.mhb-contact-field input:focus,
.mhb-contact-field textarea:focus,
.mhb-contact-field select:focus {
    background: var(--mhb-surface-strong);
    border-color: rgba(59, 130, 246, 0.72);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.14);
    transform: translateY(-1px);
}

.mhb-choice-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mhb-choice-grid.is-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mhb-choice {
    cursor: pointer;
    position: relative;
}

.mhb-choice input {
    opacity: 0;
    position: absolute;
}

.mhb-choice span {
    background: var(--mhb-surface);
    border: 1px solid var(--mhb-border);
    border-radius: 12px;
    color: var(--mhb-text-muted);
    display: block;
    font-size: 0.86rem;
    font-weight: 600;
    padding: 14px 16px;
    text-align: center;
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.mhb-choice strong,
.mhb-choice small {
    display: block;
}

.mhb-choice small {
    color: var(--mhb-text-dim);
    font-size: 0.74rem;
    font-weight: 600;
    line-height: 1.45;
    margin-top: 5px;
}

.mhb-choice:hover span,
.mhb-choice input:focus-visible + span {
    border-color: var(--mhb-border-strong);
    color: var(--mhb-text);
    transform: translateY(-1px);
}

.mhb-choice input:checked + span {
    background: rgba(59, 130, 246, 0.14);
    border-color: rgba(59, 130, 246, 0.72);
    box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.24), 0 14px 34px rgba(37, 99, 235, 0.16);
    color: #93c5fd;
}

.mhb-contact-submit {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    min-height: 52px;
}

.mhb-contact-submit-row {
    align-items: center;
    border-top: 1px solid var(--mhb-border);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 26px;
}

.mhb-contact-submit-spinner {
    animation: mhb-contact-spin 760ms linear infinite;
    border: 2px solid rgba(5, 5, 5, 0.24);
    border-top-color: #050505;
    border-radius: 999px;
    display: none;
    height: 18px;
    width: 18px;
}

.mhb-contact-form.is-submitting .mhb-contact-submit-spinner {
    display: inline-block;
}

.mhb-contact-form.is-submitting .mhb-contact-submit {
    pointer-events: none;
}

.mhb-contact-status {
    color: var(--mhb-text-muted);
    font-size: 0.92rem;
    font-weight: 600;
    margin: 18px 0 0;
    min-height: 1.35em;
}

.mhb-contact-status.is-success {
    color: #34d399;
}

.mhb-contact-status.is-error {
    color: #f87171;
}

.mhb-contact-form.is-submitting .mhb-page-button {
    cursor: wait;
    opacity: 0.72;
}

.mhb-contact-thank-you {
    border: 1px solid rgba(52, 211, 153, 0.32);
    border-radius: 30px;
    padding: 34px;
}

.mhb-contact-thank-you[hidden] {
    display: none;
}

.mhb-contact-thank-you:focus {
    outline: none;
}

.mhb-contact-thank-you-icon {
    align-items: center;
    background: rgba(52, 211, 153, 0.14);
    border: 1px solid rgba(52, 211, 153, 0.38);
    border-radius: 999px;
    color: #6ee7b7;
    display: inline-flex;
    font-size: 1.45rem;
    font-weight: 800;
    height: 52px;
    justify-content: center;
    margin-bottom: 18px;
    width: 52px;
}

.mhb-contact-thank-you h2 {
    color: var(--mhb-text);
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1;
    margin: 0 0 16px;
}

.mhb-contact-thank-you p:not(.mhb-page-eyebrow) {
    color: var(--mhb-text-muted);
    font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 24px;
    max-width: 620px;
}

.mhb-contact-thank-you-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@keyframes mhb-contact-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes mhb-contact-rise {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mhb-contact-hero,
    .mhb-contact-aside,
    .mhb-contact-main {
        animation: none;
    }
}

@media (max-width: 900px) {
    .mhb-page-grid-2,
    .mhb-page-grid-3,
    .mhb-page-service,
    .mhb-contact-hero,
    .mhb-contact-layout {
        grid-template-columns: 1fr;
    }

    .mhb-contact-aside {
        position: static;
    }

    .mhb-page-use-cases,
    .mhb-contact-grid,
    .mhb-choice-grid,
    .mhb-choice-grid.is-two {
        grid-template-columns: 1fr;
    }

    .mhb-page-case-head {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .mhb-page-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .mhb-contact-form,
    .mhb-contact-panel,
    .mhb-contact-hero__card,
    .mhb-contact-thank-you {
        border-radius: 16px;
        padding: 20px;
    }

    .mhb-page-hero {
        padding-top: 96px;
    }

    .mhb-page-row,
    .mhb-page-case-title {
        flex-direction: column;
        gap: 16px;
    }

    .mhb-page-case-image {
        aspect-ratio: 4 / 3;
    }

    .mhb-page-metrics {
        bottom: 14px;
        left: 14px;
        right: 14px;
    }
}

.is-style-ocean .mhb-page,
.mhb-page.is-style-ocean,
.wp-block.is-style-ocean .mhb-page {
    --mhb-accent: #22d3ee;
    --mhb-accent-soft: rgba(34, 211, 238, 0.12);
    background:
        radial-gradient(circle at 82% 8%, rgba(34, 211, 238, 0.12), transparent 30rem),
        #041012;
}

.is-style-emerald .mhb-page,
.mhb-page.is-style-emerald,
.wp-block.is-style-emerald .mhb-page {
    --mhb-accent: #22c55e;
    --mhb-accent-soft: rgba(34, 197, 94, 0.12);
    background:
        radial-gradient(circle at 80% 10%, rgba(34, 197, 94, 0.12), transparent 30rem),
        #06100a;
}

.mhb-page {
    --mhb-accent: #3b82f6;
    --mhb-accent-soft: rgba(59, 130, 246, 0.12);
}

.is-style-ocean .mhb-page-kicker,
.is-style-ocean .mhb-page-button,
.is-style-ocean .mhb-page-use-case::before,
.is-style-ocean .mhb-floating-whatsapp,
.mhb-page.is-style-ocean .mhb-page-kicker,
.mhb-page.is-style-ocean .mhb-page-button {
    background-color: #22d3ee;
    border-color: rgba(34, 211, 238, 0.28);
    color: #041012;
}

.is-style-emerald .mhb-page-kicker,
.is-style-emerald .mhb-page-button,
.is-style-emerald .mhb-page-use-case::before,
.is-style-emerald .mhb-floating-whatsapp,
.mhb-page.is-style-emerald .mhb-page-kicker,
.mhb-page.is-style-emerald .mhb-page-button {
    background-color: #22c55e;
    border-color: rgba(34, 197, 94, 0.28);
    color: #041006;
}

.mhb-blog-grid,
.mhb-demo-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mhb-blog-tools {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 34px;
}

.mhb-blog-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mhb-blog-filter-list a,
.mhb-blog-filter-list span,
.mhb-blog-search,
.mhb-blog-search input,
.mhb-blog-search button {
    font-family: var(--mhb-font-display, "Space Grotesk", sans-serif);
}

.mhb-blog-filter-list a,
.mhb-blog-filter-list span {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.6);
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 10px 15px;
}

.mhb-blog-filter-list .is-active,
.mhb-blog-filter-list a:hover {
    background: #fff;
    color: #050505;
}

.mhb-blog-search {
    align-items: center;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.38);
    display: flex;
    gap: 8px;
    padding: 8px;
}

.mhb-blog-search label {
    display: block;
}

.mhb-blog-search input {
    background: transparent;
    border: 0;
    color: #fff;
    min-width: 220px;
    outline: 0;
    padding: 8px 10px;
}

.mhb-blog-search select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    outline: 0;
    padding: 8px 28px 8px 12px;
}

.mhb-blog-search option {
    background: #050505;
    color: #fff;
}

.mhb-blog-search button {
    background: #fff;
    border: 0;
    border-radius: 999px;
    color: #050505;
    cursor: pointer;
    font-weight: 800;
    padding: 9px 14px;
}

.mhb-blog-result-note {
    color: rgba(255, 255, 255, 0.42);
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.mhb-post-card,
.mhb-demo-card,
.mhb-faq-item,
.mhb-stack-card,
.mhb-testimonial-card {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
        rgba(5, 5, 5, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
}

.mhb-post-card {
    overflow: hidden;
}

.mhb-post-card__image {
    aspect-ratio: 16 / 10;
    background: #0a0a0a;
    display: block;
    overflow: hidden;
}

.mhb-post-card__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.55s ease;
    width: 100%;
}

.mhb-post-card:hover .mhb-post-card__image img {
    transform: scale(1.04);
}

.mhb-post-card__body,
.mhb-demo-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 26px;
}

.mhb-post-card h2,
.mhb-demo-card h2,
.mhb-stack-card h3 {
    color: #fff;
    font-size: clamp(1.25rem, 2.4vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0;
}

.mhb-post-card p,
.mhb-demo-card p,
.mhb-stack-card p,
.mhb-testimonial-card blockquote,
.mhb-faq-item p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.96rem;
    line-height: 1.7;
    margin: 0;
}

.mhb-blog-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 48px;
}

.mhb-blog-pagination .page-numbers {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.62);
    padding: 10px 15px;
}

.mhb-blog-pagination .current {
    background: #fff;
    color: #050505;
}

.mhb-showcase-heading {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin: 0 0 42px;
}

.mhb-single-post {
    margin: 0 auto;
    max-width: 880px;
    padding: 120px 24px 96px;
}

.mhb-single-post.has-toc {
    max-width: 1180px;
}

.mhb-single-post__header {
    padding: 32px 0 56px;
}

.mhb-single-post__image {
    border-radius: 18px;
    margin: 0 0 56px;
    overflow: hidden;
}

.mhb-single-post__image img {
    display: block;
    height: auto;
    width: 100%;
}

.mhb-single-post__content {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.08rem;
    line-height: 1.8;
}

.mhb-single-post__content :is(h2, h3, h4) {
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-top: 2em;
}

.mhb-single-post__content a {
    color: var(--mhb-accent, #3b82f6);
    text-decoration: underline;
}

.mhb-single-post__footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 56px;
    padding-top: 24px;
}

.mhb-single-post__footer a {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.64);
    padding: 8px 12px;
}

.mhb-floating-whatsapp {
    align-items: center;
    background: #22c55e;
    border-radius: 999px;
    bottom: 24px;
    box-shadow: 0 18px 54px rgba(34, 197, 94, 0.28);
    color: #031007;
    display: inline-flex;
    font-family: var(--mhb-font-display, "Space Grotesk", sans-serif);
    font-weight: 800;
    gap: 10px;
    padding: 12px 16px;
    position: fixed;
    right: 24px;
    text-decoration: none;
    z-index: 9999;
}

.mhb-floating-whatsapp span {
    align-items: center;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    display: inline-flex;
    font-size: 0.72rem;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.mhb-floating-whatsapp.is-editor {
    bottom: auto;
    position: relative;
    right: auto;
}

.mhb-demo-card {
    min-height: 320px;
}

.mhb-demo-card .mhb-page-button {
    margin-top: auto;
}

.mhb-faq-list {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mhb-faq-item {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    padding: 0;
}

.mhb-faq-item summary {
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    list-style: none;
    padding: 28px 20px;
}

.mhb-faq-item summary::-webkit-details-marker {
    display: none;
}

.mhb-faq-item summary::after {
    color: rgba(255, 255, 255, 0.32);
    content: "+";
    float: right;
}

.mhb-faq-item[open] summary::after {
    content: "-";
}

.mhb-faq-item p {
    max-width: 760px;
    padding: 0px 20px 28px;
}

.mhb-stack-list {
    display: grid;
    gap: 24px;
}

.mhb-stack-card {
    min-height: 280px;
    padding: 34px;
    position: sticky;
    top: calc(80px + (var(--mhb-stack-index) * 18px));
    transform: translateZ(0) scale(calc(1 - (var(--mhb-stack-index) * 0.015)));
    transform-origin: top center;
    will-change: transform;
}

.mhb-stack-fallback .mhb-stack-card {
    position: relative;
    top: auto;
    transform: none;
    will-change: auto;
}

.mhb-stack-card h3 {
    font-size: clamp(2rem, 5vw, 4rem);
    margin: 42px 0 18px;
}

.mhb-testimonial-marquee {
    overflow: hidden;
    padding: 0 0 96px;
}

.mhb-testimonial-track {
    animation: mhb-testimonial-scroll 34s linear infinite;
    display: flex;
    gap: 20px;
    width: -moz-max-content;
    width: max-content;
}

.mhb-testimonial-card {
    flex: 0 0 min(420px, 82vw);
    margin: 0;
    padding: 28px;
}

.mhb-testimonial-rating {
    color: #facc15;
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    margin-bottom: 18px;
}

.mhb-testimonial-card figcaption {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: rgba(255, 255, 255, 0.34);
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    margin-top: 22px;
    text-transform: uppercase;
}

.mhb-testimonial-card figcaption strong {
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--mhb-font-display, "Space Grotesk", sans-serif);
    font-size: 0.95rem;
    letter-spacing: 0;
    text-transform: none;
}

.mhb-testimonial-card figcaption em {
    color: rgba(255, 255, 255, 0.42);
    font-style: normal;
}

/* -------------------------------------------------------------------------
   Theme-mode reconciliation for shared page blocks.
   Many early page-block styles were designed dark-first. This final layer
   lets About, Services, Blog, Contact, Live Demo, Single Post and related
   cards follow the plugin-wide --mhb-* light/dark tokens.
   ------------------------------------------------------------------------- */
.mhb-page {
    background:
        radial-gradient(circle at 12% 4%, rgba(34, 211, 238, 0.08), transparent 30rem),
        radial-gradient(circle at 88% 12%, rgba(34, 197, 94, 0.08), transparent 34rem),
        linear-gradient(180deg, var(--mhb-bg) 0%, var(--mhb-bg-soft) 52%, var(--mhb-bg) 100%) !important;
    color: var(--mhb-text);
}

.mhb-page-section,
.mhb-page-border-top,
.mhb-page-border-y,
.mhb-single-post__footer,
.mhb-faq-list {
    border-color: var(--mhb-border);
}

.mhb-page-title,
.mhb-page-section-head h2,
.mhb-page-cta h2,
.mhb-page-row h3,
.mhb-page-service h2,
.mhb-page-case h2,
.mhb-page-case-title,
.mhb-page-stat-value,
.mhb-post-card h2,
.mhb-demo-card h2,
.mhb-stack-card h3,
.mhb-showcase-heading,
.mhb-single-post__content :is(h2, h3, h4),
.mhb-faq-item summary,
.mhb-testimonial-card figcaption strong {
    color: var(--mhb-text);
}

.mhb-page-title span,
.mhb-page-muted,
.mhb-page-eyebrow,
.mhb-page-meta,
.mhb-page-label,
.mhb-page-stat-label,
.mhb-blog-result-note,
.mhb-single-post__footer a,
.mhb-testimonial-card figcaption,
.mhb-testimonial-card figcaption em {
    color: var(--mhb-text-dim);
}

.mhb-page-lead,
.mhb-page-copy p,
.mhb-page-row p,
.mhb-page-service p,
.mhb-page-case p,
.mhb-page-cta p:not(.mhb-page-eyebrow),
.mhb-post-card p,
.mhb-demo-card p,
.mhb-stack-card p,
.mhb-testimonial-card blockquote,
.mhb-faq-item p,
.mhb-single-post__content,
.mhb-page-photo-card span {
    color: var(--mhb-text-muted);
}

.mhb-page-copy .mhb-page-strong-copy,
.mhb-page-quote,
.mhb-page-photo-card strong {
    color: color-mix(in srgb, var(--mhb-text) 82%, var(--mhb-text-muted));
}

.mhb-page-photo,
.mhb-page-case-image,
.mhb-post-card__image {
    background: var(--mhb-bg-soft);
}

.mhb-page-photo-card,
.mhb-page-skill,
.mhb-page-use-case,
.mhb-post-card,
.mhb-demo-card,
.mhb-faq-item,
.mhb-stack-card,
.mhb-testimonial-card,
.mhb-single-post__footer a {
    background:
        linear-gradient(145deg, var(--mhb-surface-strong), var(--mhb-surface)),
        var(--mhb-surface-card);
    border-color: var(--mhb-border);
}

.mhb-blog-filter-list a,
.mhb-blog-filter-list span,
.mhb-blog-search,
.mhb-blog-search select,
.mhb-blog-pagination .page-numbers {
    background: var(--mhb-surface);
    border-color: var(--mhb-border);
    color: var(--mhb-text-muted);
}

.mhb-blog-filter-list .is-active,
.mhb-blog-filter-list a:hover,
.mhb-blog-search button,
.mhb-blog-pagination .current {
    background: var(--mhb-text);
    border-color: var(--mhb-text);
    color: var(--mhb-bg);
}

.mhb-blog-search input {
    color: var(--mhb-text);
}

.mhb-blog-search option {
    background: var(--mhb-bg);
    color: var(--mhb-text);
}

.mhb-blog-pagination .page-numbers:hover,
.mhb-single-post__footer a:hover {
    border-color: var(--mhb-border-strong);
    color: var(--mhb-text);
}

.mhb-page-button {
    color: #fff;
}

.mhb-page-button.is-light {
    background: var(--mhb-text);
    color: var(--mhb-bg);
}

.mhb-page-text-link {
    color: color-mix(in srgb, var(--mhb-cyan) 70%, var(--mhb-text));
}

@keyframes mhb-testimonial-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mhb-testimonial-track {
        animation: none;
        flex-wrap: wrap;
        width: auto;
    }
}

@media (max-width: 900px) {
    .mhb-blog-grid,
    .mhb-demo-grid {
        grid-template-columns: 1fr;
    }

    .mhb-blog-tools {
        align-items: stretch;
        flex-direction: column;
    }

    .mhb-blog-search,
    .mhb-blog-search label,
    .mhb-blog-search input {
        width: 100%;
    }

    .mhb-stack-card {
        position: relative;
        top: auto;
        transform: none;
    }
}

/* =========================================================================
   Blog polish — equal-height cards, title hierarchy, placeholders
   ========================================================================= */
.mhb-blog-grid {
    align-items: stretch;
}

.mhb-post-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mhb-post-card__body {
    flex: 1;
}

/* Title links should inherit the heading color, not the global "main a" cyan.
   Scoped under .mhb-page to outrank global.css `:where(... main) a`. */
.mhb-page .mhb-post-card h2 a {
    color: var(--mhb-text, #fff);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mhb-page .mhb-post-card h2 a:hover {
    color: var(--mhb-accent, #3b82f6);
}

/* "Read article" link — keep accent but override the global main-a cyan */
.mhb-page .mhb-post-card .mhb-page-text-link {
    color: var(--mhb-accent, #3b82f6);
}

/* Category filter pills — neutral by default, solid when active.
   Scoped under .mhb-page so the global main-a rule doesn't tint them. */
.mhb-page .mhb-blog-filter-list a {
    color: var(--mhb-text-muted, rgba(255, 255, 255, 0.6));
}

.mhb-page .mhb-blog-filter-list a.is-active,
.mhb-page .mhb-blog-filter-list a:hover {
    background: var(--mhb-text, #fff);
    border-color: var(--mhb-text, #fff);
    color: var(--mhb-bg, #050505);
}

/* Push the read-article link to the bottom so footers align across cards */
.mhb-post-card .mhb-page-text-link {
    margin-top: auto;
    padding-top: 4px;
}

/* Card meta row (category + date) */
.mhb-post-card__meta {
    align-items: center;
    display: flex;
    gap: 12px;
}

.mhb-post-card__tag {
    color: var(--mhb-accent, #3b82f6);
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.mhb-post-card__meta .mhb-page-meta {
    margin: 0;
}

/* Placeholder for posts without a featured image */
.mhb-post-card__image--placeholder {
    align-items: center;
    background:
        radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.12), transparent 60%),
        var(--mhb-bg-soft, #090b10);
    display: flex;
    justify-content: center;
}

.mhb-post-card__image--placeholder span {
    color: var(--mhb-text-dim, rgba(255, 255, 255, 0.25));
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

/* =========================================================================
   Single post — reading progress, TOC, share row, table styling
   ========================================================================= */

/* Reading progress bar */
.mhb-reading-progress {
    background: transparent;
    height: 3px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.mhb-reading-progress__bar {
    background: linear-gradient(90deg, var(--mhb-accent, #3b82f6), var(--mhb-cyan, #22d3ee));
    display: block;
    height: 100%;
    width: 0;
}

/* Breadcrumb */
.mhb-single-post__breadcrumb {
    margin: 0 0 36px;
}

.mhb-single-post__breadcrumb a {
    color: var(--mhb-text-dim, rgba(255, 255, 255, 0.3));
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s;
}

.mhb-single-post__breadcrumb a:hover {
    color: var(--mhb-accent, #3b82f6);
}

/* Header eyebrow row */
.mhb-single-post__eyebrow {
    align-items: center;
    color: var(--mhb-text-dim, rgba(255, 255, 255, 0.42));
    display: flex;
    flex-wrap: wrap;
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
    font-size: 0.72rem;
    gap: 10px;
    letter-spacing: 0.06em;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.mhb-single-post__cat {
    color: var(--mhb-accent, #3b82f6);
    font-weight: 700;
}

.mhb-single-post__dot {
    opacity: 0.4;
}

/* Brighter, more readable lead */
.mhb-single-post__lead {
    color: var(--mhb-text, rgba(255, 255, 255, 0.92));
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 18px 0 0;
    max-width: 680px;
    opacity: 0.86;
}

/* Author byline */
.mhb-single-post__byline {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-top: 28px;
}

.mhb-single-post__avatar {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.mhb-single-post__byline > div {
    display: flex;
    flex-direction: column;
}

.mhb-single-post__author {
    color: var(--mhb-text, #fff);
    font-size: 0.92rem;
    font-weight: 600;
}

.mhb-single-post__author-role {
    color: var(--mhb-text-dim, rgba(255, 255, 255, 0.4));
    font-size: 0.78rem;
}

/* Two-column layout when TOC is present */
.mhb-single-post.has-toc .mhb-single-post__layout {
    align-items: start;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, 1fr) 240px;
}

/* Table of contents */
.mhb-single-post__toc-inner {
    position: sticky;
    top: 110px;
}

.mhb-single-post__toc-label {
    color: var(--mhb-text-dim, rgba(255, 255, 255, 0.4));
    display: block;
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
    font-size: 0.64rem;
    letter-spacing: 0.2em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.mhb-single-post__toc-nav {
    border-left: 1px solid var(--mhb-border, rgba(255, 255, 255, 0.08));
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mhb-toc-link {
    color: var(--mhb-text-dim, rgba(255, 255, 255, 0.42));
    border-left: 2px solid transparent;
    font-size: 0.86rem;
    line-height: 1.4;
    margin-left: -1px;
    padding: 7px 0 7px 16px;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s;
}

.mhb-toc-link--h3 {
    font-size: 0.8rem;
    padding-left: 28px;
}

.mhb-toc-link:hover {
    color: var(--mhb-text, #fff);
}

.mhb-toc-link.is-active {
    border-left-color: var(--mhb-accent, #3b82f6);
    color: var(--mhb-text, #fff);
}

/* Content tables */
.mhb-single-post__content table {
    border: 1px solid var(--mhb-border, rgba(255, 255, 255, 0.1));
    border-collapse: collapse;
    font-size: 0.92rem;
    margin: 2em 0;
    width: 100%;
}

.mhb-single-post__content th,
.mhb-single-post__content td {
    border: 1px solid var(--mhb-border, rgba(255, 255, 255, 0.1));
    padding: 12px 16px;
    text-align: left;
    vertical-align: top;
}

.mhb-single-post__content thead th,
.mhb-single-post__content tr:first-child td {
    background: var(--mhb-surface-strong, rgba(255, 255, 255, 0.05));
    color: var(--mhb-text, #fff);
    font-weight: 600;
}

.mhb-single-post__content tbody tr:nth-child(even) td {
    background: var(--mhb-surface, rgba(255, 255, 255, 0.02));
}

/* Code blocks */
.mhb-single-post__content :is(pre, code) {
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
}

.mhb-single-post__content pre {
    background: var(--mhb-bg-soft, #090b10);
    border: 1px solid var(--mhb-border, rgba(255, 255, 255, 0.08));
    border-radius: 10px;
    font-size: 0.88rem;
    margin: 1.8em 0;
    overflow-x: auto;
    padding: 18px 20px;
}

.mhb-single-post__content :not(pre) > code {
    background: var(--mhb-surface-strong, rgba(255, 255, 255, 0.06));
    border-radius: 5px;
    font-size: 0.86em;
    padding: 2px 7px;
}

/* Share row */
.mhb-single-post__share {
    align-items: center;
    border-top: 1px solid var(--mhb-border, rgba(255, 255, 255, 0.08));
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 56px;
    padding-top: 28px;
}

.mhb-single-post__share-label {
    color: var(--mhb-text-dim, rgba(255, 255, 255, 0.4));
    font-family: var(--mhb-font-mono, "JetBrains Mono", monospace);
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    margin-right: 6px;
    text-transform: uppercase;
}

.mhb-single-post__share-link {
    background: var(--mhb-surface, rgba(255, 255, 255, 0.04));
    border: 1px solid var(--mhb-border, rgba(255, 255, 255, 0.1));
    border-radius: 999px;
    color: var(--mhb-text-muted, rgba(255, 255, 255, 0.6));
    cursor: pointer;
    font-family: var(--mhb-font-display, "Space Grotesk", sans-serif);
    font-size: 0.82rem;
    font-weight: 500;
    padding: 9px 18px;
    text-decoration: none;
    transition: all 0.2s;
}

.mhb-single-post__share-link:hover {
    border-color: var(--mhb-border-strong, rgba(255, 255, 255, 0.2));
    color: var(--mhb-text, #fff);
}

/* Single-post chrome links — outrank the global `:where(... main) a` cyan rule.
   Content/prose links (.mhb-single-post__content a) keep the cyan intentionally. */
.mhb-page .mhb-single-post__breadcrumb a {
    color: var(--mhb-text-dim, rgba(255, 255, 255, 0.3));
}

.mhb-page .mhb-single-post__breadcrumb a:hover {
    color: var(--mhb-accent, #3b82f6);
}

.mhb-page .mhb-toc-link {
    color: var(--mhb-text-dim, rgba(255, 255, 255, 0.42));
}

.mhb-page .mhb-toc-link:hover,
.mhb-page .mhb-toc-link.is-active {
    color: var(--mhb-text, #fff);
}

.mhb-page a.mhb-single-post__share-link {
    color: var(--mhb-text-muted, rgba(255, 255, 255, 0.6));
}

.mhb-page a.mhb-single-post__share-link:hover {
    color: var(--mhb-text, #fff);
}

/* TOC collapses on smaller screens */
@media (max-width: 1024px) {
    .mhb-single-post.has-toc .mhb-single-post__layout {
        grid-template-columns: 1fr;
    }

    .mhb-single-post__toc {
        display: none;
    }
}

