.mhb-page {
    background: #050505;
    color: #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: #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-form {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 28px;
}

.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: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    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: rgba(255, 255, 255, 0.38);
}

.mhb-contact-field input::placeholder,
.mhb-contact-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.38);
}

.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: rgba(255, 255, 255, 0.07);
    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: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.5);
    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:hover span,
.mhb-choice input:focus-visible + span {
    border-color: rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.8);
    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-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: rgba(255, 255, 255, 0.64);
    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 {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(52, 211, 153, 0.32);
    border-radius: 20px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
    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: #fff;
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1;
    margin: 0 0 16px;
}

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

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

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

    .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-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 {
    max-width: 980px;
}

.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;
}

@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;
    }
}

