:root {
    --mb-green: var(--primary-accent-1, #4caf50);
    --mb-green-light: var(--primary-accent-2, #81c784);
    --mb-green-dark: var(--primary-accent-3, #237b36);
    --mb-orange: var(--secondary-accent-1, #ff9800);
    --mb-text: var(--text-dark-1, #21272a);
    --mb-muted: var(--text-dark-2, #6c6c6c);
    --mb-surface: var(--basic-0, #ffffff);
    --mb-soft: var(--basic-1, #f7f8f9);
    --mb-soft-blue: var(--basic-2, #edf2f5);
    --mb-border: var(--basic-3, #dde1e6);
    --mb-footer: var(--basic-6, #58666d);
    --mb-white: var(--basic-0, #ffffff);
    --mb-shadow-300: var(--shadow-300, 0 4px 12px rgba(31, 39, 43, 0.06));
    --mb-shadow-500: var(--shadow-500, 0 12px 28px -4px rgba(31, 39, 43, 0.1));
    --mb-shadow-600: var(--shadow-600, 0 24px 56px rgba(31, 39, 43, 0.22));
}

html {
    scroll-behavior: smooth;
}

#categories,
#features,
#how-it-works,
#faq {
    scroll-margin-top: 96px;
}

.site-body {
    background: var(--mb-surface);
    color: var(--mb-text);
    font-family: var(--desktop-body-reg-l-font-family, "Satoshi", Inter, ui-sans-serif, system-ui, sans-serif);
}

.mb-main-full {
    width: 100%;
    overflow-x: clip;
}

.mb-landing-container,
.mb-navbar-container,
.mb-footer .container {
    width: calc(100% - 160px);
    max-width: 1820px;
    margin-inline: auto;
    padding-inline: 0;
}

/* Header */
.mb-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: 80px;
    border-bottom: 1px solid var(--mb-border);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
}

.mb-navbar,
.mb-navbar-container {
    min-height: 80px;
}

.mb-navbar {
    padding: 0;
}

.mb-brand,
.mb-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--mb-text);
    text-decoration: none;
}

.mb-brand:hover,
.mb-footer-brand:hover {
    color: var(--mb-text);
}

.mb-brand-mark {
    display: inline-flex;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    border: 2px solid currentColor;
    color: #68727a;
    font-size: 9px;
    line-height: 1;
}

.mb-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.mb-brand-name {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.mb-brand-beta {
    align-self: flex-end;
    margin-top: 1px;
    color: #9aa4ab;
    font-size: 7px;
    font-weight: 600;
}

.mb-main-nav {
    gap: 32px;
}

.mb-main-nav .nav-link {
    padding-block: 28px;
    color: var(--mb-text);
    font-family: var(--desktop-h6-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-h6-font-size, 16px);
    font-weight: var(--desktop-h6-font-weight, 600);
    line-height: var(--desktop-h6-line-height, 24px);
}

.mb-main-nav .nav-link:hover,
.mb-main-nav .nav-link:focus {
    color: var(--mb-green);
}

.mb-navbar-actions {
    padding: 8px 0;
}


/* Legacy landing buttons retained for header/footer compatibility. */
.mb-btn {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.mb-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.mb-btn-green {
    border-color: var(--mb-green);
    background: var(--mb-green);
    color: var(--mb-white);
}

.mb-btn-green:hover,
.mb-btn-green:focus {
    border-color: var(--mb-green-dark);
    background: var(--mb-green-dark);
    box-shadow: 0 10px 22px rgba(63, 174, 90, 0.22);
    color: var(--mb-white);
}

.mb-btn-orange {
    border-color: var(--mb-orange);
    background: var(--mb-orange);
    color: var(--mb-white);
}

.mb-btn-orange:hover,
.mb-btn-orange:focus {
    border-color: #f08f14;
    background: #f08f14;
    box-shadow: 0 10px 22px rgba(255, 159, 38, 0.22);
    color: var(--mb-white);
}

.mb-btn-outline {
    border-color: var(--mb-green);
    background: var(--mb-surface);
    color: var(--mb-green);
}

.mb-btn-outline:hover,
.mb-btn-outline:focus {
    border-color: var(--mb-green);
    background: rgba(76, 175, 80, 0.08);
    color: var(--mb-green-dark);
}

.mb-btn-lg {
    min-height: 42px;
    padding-inline: 1.55rem;
}

.mb-btn-sm {
    min-height: 31px;
    padding-inline: 1.05rem;
    font-size: 12px;
}

/* Shared landing typography and CTA */
.mb-eyebrow {
    color: var(--mb-green-dark);
    font-family: var(--desktop-CAPTION-s-font-family, "Satoshi", Helvetica, sans-serif);
    font-size: var(--desktop-CAPTION-s-font-size, 14px);
    font-weight: 700;
    font-style: var(--desktop-CAPTION-s-font-style, normal);
    line-height: var(--desktop-CAPTION-s-line-height, 1.2);
    letter-spacing: var(--desktop-CAPTION-s-letter-spacing, 0.448px);
    text-transform: uppercase;
}

.mb-section-caption {
    font-family: var(--desktop-CAPTION-l-font-family, "Satoshi", Helvetica, sans-serif);
    font-size: var(--desktop-CAPTION-l-font-size, 20px);
    font-weight: var(--desktop-CAPTION-l-font-weight, 700);
    font-style: var(--desktop-CAPTION-l-font-style, normal);
    line-height: var(--desktop-CAPTION-l-line-height, 1);
    letter-spacing: var(--desktop-CAPTION-l-letter-spacing, 1px);
}

.mb-orange {
    color: var(--mb-orange);
}

.mb-green-text {
    color: var(--mb-green);
}

.mb-cta-button {
    min-height: 49px;
    gap: 8px;
    padding: 12px 24px;
    font-family: var(--desktop-h6-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-h6-font-size, 18px);
    font-weight: var(--desktop-h6-font-weight, 600);
    line-height: var(--desktop-h6-line-height, 24px);
}

.mb-section-heading {
    max-width: 1280px;
    margin: 0 auto 64px;
    text-align: center;
}

.mb-section-heading h2 {
    margin: 8px 0 0;
    color: var(--mb-text);
    font-family: var(--desktop-h2-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-h2-font-size, 48px);
    font-weight: var(--desktop-h2-font-weight, 700);
    font-style: var(--desktop-h2-font-style, normal);
    line-height: var(--desktop-h2-line-height, 1.2);
    letter-spacing: var(--desktop-h2-letter-spacing, -0.24px);
}

.mb-section-heading p {
    max-width: 1000px;
    margin: 24px auto 0;
    color: var(--mb-muted);
    font-family: var(--desktop-body-reg-l-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-body-reg-l-font-size, 18px);
    font-weight: var(--desktop-body-reg-l-font-weight, 400);
    line-height: var(--desktop-body-reg-l-line-height, 1.4);
}

/* Hero */
.mb-hero {
    border-bottom: 1px solid var(--mb-border);
    background: var(--mb-soft);
}

.mb-hero-inner {
    display: flex;
    min-height: 621px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    text-align: center;
}

.mb-hero .mb-eyebrow {
    align-self: stretch;
    text-align: left;
}

.mb-hero h1 {
    max-width: 1280px;
    margin: 24px auto 0;
    color: var(--mb-text);
    font-family: var(--desktop-h1-font-family, "Satoshi", Helvetica, sans-serif);
    font-size: var(--desktop-h1-font-size, 64px);
    font-weight: var(--desktop-h1-font-weight, 700);
    font-style: var(--desktop-h1-font-style, normal);
    line-height: var(--desktop-h1-line-height, 1.2);
    letter-spacing: var(--desktop-h1-letter-spacing, -0.64px);
}

.mb-hero-lead {
    max-width: 1280px;
    margin: 24px auto 0;
    color: var(--mb-muted);
    font-family: var(--desktop-h4-font-family, "Satoshi", Helvetica, sans-serif);
    font-size: var(--desktop-h4-font-size, 28px);
    font-weight: var(--desktop-h4-font-weight, 700);
    font-style: var(--desktop-h4-font-style, normal);
    line-height: var(--desktop-h4-line-height, 1.2);
    letter-spacing: var(--desktop-h4-letter-spacing, 0.168px);
}

.mb-hero-lead span {
    color: var(--mb-orange);
}

.mb-hero-actions {
    margin-top: 48px;
}

.mb-hero-note {
    margin: 16px 0 0;
    color: var(--mb-muted);
    font-family: var(--desktop-body-reg-l-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-body-reg-l-font-size, 16px);
    font-weight: var(--desktop-body-reg-l-font-weight, 400);
    line-height: var(--desktop-body-reg-l-line-height, 24px);
}

/* Product preview and category card */
.mb-product-section {
    padding: 80px 0;
    background: var(--mb-surface);
}

.mb-product-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.84fr) minmax(420px, 1fr);
    align-items: center;
    gap: 80px;
}

.mb-product-visual {
    position: relative;
    min-height: clamp(680px, 40.9vw, 810px);
}

.mb-browser-mock {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--mb-border);
    border-radius: 20px;
    background:
        radial-gradient(circle at 33% 18%, #d7dde3 0 14%, transparent 14.2%),
        radial-gradient(circle at 84% 18%, #e4e8ee 0 12%, transparent 12.2%),
        linear-gradient(152deg, transparent 0 42%, rgba(213, 220, 228, 0.7) 42.4% 54%, transparent 54.4%),
        linear-gradient(164deg, transparent 0 52%, rgba(221, 227, 233, 0.88) 52.4% 67%, transparent 67.4%),
        #f2f4f7;
}

.mb-browser-toolbar {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 56px;
    align-items: center;
    gap: 5px;
    padding: 16px;
    border-bottom: 1px solid rgba(208, 216, 224, 0.8);
    background: rgba(255, 255, 255, 0.5);
}

.mb-browser-toolbar > span {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #d4dbe2;
}

.mb-browser-arrows {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
}

.mb-browser-arrows img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.mb-browser-mock > img {
    position: absolute;
    inset: 56px 0 0;
    width: 100%;
    height: calc(100% - 56px);
    object-fit: cover;
}

.mb-browser-mock-large {
    width: 100%;
    height: auto;
    aspect-ratio: 1127 / 741;
}

.mb-category-floating-card {
    position: absolute;
    top: auto;
    right: 9%;
    bottom: 0;
    z-index: 3;
    display: flex;
    width: clamp(420px, 26.12vw, 517px);
    flex-direction: column;
    align-items: center;
    padding: clamp(26px, 1.62vw, 32px);
    border-radius: 30px;
    background: var(--mb-surface);
    box-shadow: var(--mb-shadow-600);
    text-align: center;
}

.mb-category-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 1.82vw, 36px) clamp(22px, 1.72vw, 34px);
    margin-bottom: clamp(28px, 1.82vw, 36px);
}

.mb-mini-category {
    display: flex;
    min-width: 0;
    aspect-ratio: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 8px;
    overflow: hidden;
    border: 1px solid var(--mb-green-light);
    border-radius: 20px;
    color: var(--mb-text);
    font-family: var(--desktop-body-reg-m-font-family, "Satoshi", sans-serif);
    font-size: clamp(14px, 0.82vw, var(--desktop-body-reg-m-font-size, 16px));
    font-weight: var(--desktop-body-reg-m-font-weight, 400);
    font-style: var(--desktop-body-reg-m-font-style, normal);
    line-height: var(--desktop-body-reg-m-line-height, 22px);
    letter-spacing: var(--desktop-body-reg-m-letter-spacing, 0);
    text-align: center;
    text-decoration: none;
}

.mb-mini-category:hover,
.mb-mini-category:focus-visible {
    border-color: var(--mb-green);
    background: rgba(76, 175, 80, 0.06);
    color: var(--mb-text);
}

.mb-mini-category-icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
}

.mb-mini-category-icon-image {
    display: block;
    width: 48px;
    height: 48px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.mb-category-cta {
    align-self: center;
}

.mb-product-copy h2 {
    max-width: 590px;
    margin: 0;
    color: var(--mb-text);
    font-family: var(--desktop-h2-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-h2-font-size, 48px);
    font-weight: var(--desktop-h2-font-weight, 700);
    font-style: var(--desktop-h2-font-style, normal);
    line-height: var(--desktop-h2-line-height, 1.2);
    letter-spacing: var(--desktop-h2-letter-spacing, -0.24px);
}

.mb-product-copy p {
    max-width: 610px;
    margin: 24px 0 0;
    color: var(--mb-text);
    font-family: var(--desktop-body-reg-l-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-body-reg-l-font-size, 18px);
    font-weight: var(--desktop-body-reg-l-font-weight, 400);
    font-style: var(--desktop-body-reg-l-font-style, normal);
    line-height: var(--desktop-body-reg-l-line-height, 1.4);
    letter-spacing: var(--desktop-body-reg-l-letter-spacing, 0);
}

/* Feature summary */
.mb-features-section {
    padding: 80px 0;
    background: var(--mb-surface);
}

.mb-feature-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.mb-feature-item {
    padding-inline: 16px;
    text-align: center;
}

.mb-feature-icon {
    display: inline-grid;
    width: 48px;
    min-height: 48px;
    place-items: center;
    margin-bottom: 16px;
}

.mb-feature-icon img {
    width: 48px;
    height: 48px;
}

.mb-features-section .mb-feature-icon {
    width: 64px;
    height: 64px;
    min-height: 64px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #e7f3e8;
    box-shadow: 0 4px 12px rgba(45, 124, 49, 0.15);
}

.mb-features-section .mb-feature-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.mb-feature-item h3 {
    margin: 0 0 4px;
    color: var(--mb-text);
    font-family: var(--desktop-h6-font-family, "Satoshi", Helvetica, sans-serif);
    font-size: var(--desktop-h6-font-size, 18px);
    font-weight: var(--desktop-h6-font-weight, 700);
    font-style: var(--desktop-h6-font-style, normal);
    line-height: var(--desktop-h6-line-height, 1.4);
    letter-spacing: var(--desktop-h6-letter-spacing, 0.288px);
}

.mb-feature-item p {
    max-width: 330px;
    margin: 0 auto;
    color: var(--mb-text);
    font-family: var(--desktop-body-reg-l-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-body-reg-l-font-size, 18px);
    font-weight: var(--desktop-body-reg-l-font-weight, 400);
    line-height: var(--desktop-body-reg-l-line-height, 1.4);
    letter-spacing: var(--desktop-body-reg-l-letter-spacing, 0.234px);
}

/* Included for business / clients */
.mb-included-section {
    padding: 32px 0;
    background: var(--mb-soft);
}

.mb-included-grid {
    display: grid;
    max-width: 1096px;
    grid-template-columns: repeat(2, minmax(0, 508px));
    justify-content: center;
    gap: 80px;
    margin: 0 auto;
}

.mb-included-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 0;
}

.mb-included-col h2 {
    width: 100%;
    margin: 0 0 32px;
    color: var(--mb-text);
    font-family: var(--desktop-h3-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-h3-font-size, 40px);
    font-weight: var(--desktop-h3-font-weight, 700);
    font-style: var(--desktop-h3-font-style, normal);
    line-height: var(--desktop-h3-line-height, 1.15);
    letter-spacing: var(--desktop-h3-letter-spacing, -0.01em);
    text-align: left;
}

.mb-check-list {
    display: grid;
    width: 100%;
    gap: 16px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.mb-check-list li {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 16px;
    color: var(--mb-text);
    font-family: var(--desktop-body-reg-l-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-body-reg-l-font-size, 18px);
    font-weight: var(--desktop-body-reg-l-font-weight, 400);
    line-height: var(--desktop-body-reg-l-line-height, 25px);
}

.mb-check-list-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

/* How it works */
.mb-how-section {
    padding: 80px 0;
    background-color: var(--mb-surface);
}

.mb-how-grid {
    display: grid;
    max-width: 1204px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
    margin: 0 auto;
}

.mb-how-col {
    text-align: center;
}

.mb-how-col > h3 {
    margin: 0 0 32px;
    color: var(--mb-text);
    font-family: var(--desktop-h5-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-h5-font-size, 24px);
    font-weight: var(--desktop-h5-font-weight, 600);
    line-height: var(--desktop-h5-line-height, 32px);
}

.mb-how-icon {
    display: inline-grid;
    width: 96px;
    height: 96px;
    place-items: center;
    margin-bottom: 16px;
}

.mb-how-icon img {
    width: 96px;
    height: 96px;
}

.mb-how-icon-orange {
    color: var(--mb-orange);
}

.mb-how-icon-green {
    color: var(--mb-green);
}

.mb-how-main {
    margin: 0;
    color: var(--mb-text);
    font-family: var(--desktop-body-med-l-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-body-med-l-font-size, 18px);
    font-weight: var(--desktop-body-med-l-font-weight, 600);
    line-height: var(--desktop-body-med-l-line-height, 25px);
}

.mb-how-text {
    min-height: 66px;
    max-width: 520px;
    margin: 16px auto 32px;
    color: var(--mb-muted);
    font-family: var(--desktop-body-reg-l-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-body-reg-l-font-size, 18px);
    font-weight: var(--desktop-body-reg-l-font-weight, 400);
    line-height: var(--desktop-body-reg-l-line-height, 25px);
}

.mb-how-list {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}

.mb-how-list > div {
    display: flex;
    min-height: 80px;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border: 1px solid var(--mb-soft-blue);
    border-radius: 16px;
    background: var(--mb-surface);
    box-shadow: var(--mb-shadow-500);
    color: var(--mb-text);
    font-family: var(--desktop-body-reg-m-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-body-reg-m-font-size, 16px);
    font-weight: var(--desktop-body-reg-m-font-weight, 400);
    line-height: var(--desktop-body-reg-m-line-height, 22px);
    text-align: left;
}

.mb-how-list-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--mb-soft-blue);
}

.mb-how-list-icon img {
    display: block;
    width: 24px;
    height: 24px;
}

/* Businesses and logos */
.mb-company-section {
    padding: 80px 0;
    background: var(--mb-surface);
}

.mb-company-section .mb-section-heading {
    margin-bottom: 0;
}

.mb-logo-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: center;
    gap: 48px;
    margin-top: 80px;
}

.mb-logo-item {
    display: flex;
    min-height: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: #737e86;
    filter: grayscale(1);
    opacity: 0.9;
    font-family: var(--heading-4-font-family, "Satoshi", sans-serif);
    font-size: var(--heading-4-font-size, 20px);
    font-weight: var(--heading-4-font-weight, 600);
    text-align: center;
}

.mb-logo-item img {
    display: block;
    width: 100%;
    max-width: 160px;
    height: 48px;
    object-fit: contain;
    object-position: center;
}

/* Cancellation flow */
.mb-cancellation-section {
    padding: 80px 0;
    background: var(--mb-surface);
}

.mb-cancellation-section .mb-section-heading {
    margin-bottom: 32px;
}

.mb-cancellation-grid {
    display: grid;
    max-width: 1440px;
    grid-template-columns: minmax(0, 1.18fr) minmax(420px, 0.82fr);
    align-items: center;
    gap: 80px;
    margin: 0 auto 32px;
}

.mb-browser-mock-process {
    width: 100%;
    height: auto;
    aspect-ratio: 1.35 / 1;
}

.mb-process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px 48px;
}

.mb-process-number {
    display: block;
    margin-bottom: 16px;
    color: #000000;
    font-family: var(--desktop-h3-font-family);
    font-size: var(--desktop-h3-font-size, 36px);
    font-weight: var(--desktop-h3-font-weight, 700);
    font-style: var(--desktop-h3-font-style, normal);
    line-height: var(--desktop-h3-line-height, 1.2);
    letter-spacing: var(--desktop-h3-letter-spacing, 0);
}

.mb-process-grid p {
    margin: 0;
    color: var(--mb-text);
    font-family: var(--desktop-body-reg-l-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-body-reg-l-font-size, 18px);
    font-weight: var(--desktop-body-reg-l-font-weight, 400);
    line-height: var(--desktop-body-reg-l-line-height, 25px);
}

/* Testimonials */
.mb-testimonials-section {
    padding: 80px 0;
    background: var(--mb-soft);
}

.mb-testimonial-shell {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 16px;
}

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

.mb-testimonial-card {
    min-height: 270px;
    padding: 24px;
    border: 0;
    border-radius: 20px;
    background: var(--mb-surface);
    box-shadow: var(--mb-shadow-500);
    text-align: center;
}

.mb-testimonial-logo {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #737e86;
    font-size: 18px;
    font-weight: 600;
}

.mb-testimonial-logo img {
    display: block;
    max-width: 160px;
    max-height: 48px;
    object-fit: contain;
    object-position: center;
}

.mb-testimonial-card p {
    max-width: 680px;
    margin: 0 auto 20px;
    color: var(--mb-text);
    font-family: var(--desktop-body-reg-l-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-body-reg-l-font-size, 18px);
    font-weight: var(--desktop-body-reg-l-font-weight, 400);
    line-height: var(--desktop-body-reg-l-line-height, 25px);
}

.mb-avatar {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin: 0 auto 16px;
    border-radius: 999px;
    background: var(--mb-soft);
    color: #a6b1b8;
}

.mb-testimonial-card h3 {
    margin: 0;
    color: var(--mb-text);
    font-family: var(--heading-4-font-family, "Satoshi", sans-serif);
    font-size: var(--heading-4-font-size, 18px);
    font-weight: var(--heading-4-font-weight, 600);
}

.mb-testimonial-card span {
    color: var(--mb-text);
    font-size: 12px;
}

.mb-slider-arrow {
    border: 0;
    background: transparent;
    color: var(--mb-text);
}

/* FAQ */
.mb-faq-section {
    padding: 80px 0;
    background: rgba(239, 108, 0, 0.05);
}

.mb-faq-tabs {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: -32px 0 0;
}

.mb-faq-tabs button {
    min-height: 64px;
    padding: 16px 8px;
    border: 0;
    border-bottom: 3px solid var(--mb-border);
    background: transparent;
    color: var(--mb-text);
    font-family: var(--desktop-h6-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-h6-font-size, 18px);
    font-weight: var(--desktop-h6-font-weight, 600);
}

.mb-faq-tabs button.active {
    border-bottom-color: var(--mb-green);
}

.mb-faq-section .mb-eyebrow,
.mb-testimonials-section .mb-eyebrow {
    color: var(--mb-green);
}

.mb-faq-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    color: var(--mb-text);
    font-family: var(--desktop-body-reg-l-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-body-reg-l-font-size, 18px);
    font-weight: var(--desktop-body-reg-l-font-weight, 400);
    line-height: var(--desktop-body-reg-l-line-height, 25px);
}

.mb-faq-panels {
    margin-top: 32px;
}

.mb-faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.mb-faq-accordion .accordion-item {
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid var(--mb-soft-blue);
    border-radius: 12px;
    background: var(--mb-surface);
    box-shadow: var(--mb-shadow-300);
}

.mb-faq-accordion .accordion-button {
    min-height: 56px;
    padding: 16px;
    background: var(--mb-surface);
    box-shadow: none;
    color: var(--mb-text);
    font-family: var(--desktop-body-med-l-font-family, "Satoshi", sans-serif);
    font-size: var(--desktop-body-med-l-font-size, 18px);
    font-weight: var(--desktop-body-med-l-font-weight, 500);
    line-height: var(--desktop-body-med-l-line-height, 25px);
}

.mb-faq-accordion .accordion-button::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "+";
    color: var(--mb-text);
    font-size: 20px;
    font-weight: 400;
    transform: none;
}

.mb-faq-accordion .accordion-button:not(.collapsed)::after {
    content: "−";
}

.mb-faq-accordion .accordion-body {
    padding: 0 16px 16px;
    color: var(--mb-muted);
    font-family: var(--body-m-font-family, "Satoshi", sans-serif);
    font-size: var(--body-m-font-size, 16px);
    font-weight: var(--body-m-font-weight, 400);
    line-height: var(--body-m-line-height, 24px);
    letter-spacing: var(--body-m-letter-spacing, 0);
}



/* Beta CTA */
.mb-beta-section {
    position: relative;
    padding: 80px 0;
    background: var(--mb-surface);
}

.mb-beta-section .mb-section-heading {
    margin-bottom: 32px;
}

.mb-beta-benefits {
    margin-top: 0;
}

.mb-beta-benefits .mb-feature-item h3 {
    font-size: var(--desktop-h6-font-size, 18px);
}

.mb-beta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
}

/* Footer */
.mb-footer {
    padding: 48px 0 34px;
    background: var(--mb-footer);
    color: rgba(255, 255, 255, 0.9);
}

.mb-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.mb-footer-brand,
.mb-footer-brand:hover {
    color: rgba(255, 255, 255, 0.85);
}

.mb-footer-brand-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.mb-footer-brand-subtitle {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
    font-weight: 600;
    text-align: right;
}

.mb-footer-subscribe {
    display: flex;
    width: min(560px, 100%);
    gap: 10px;
}

.mb-footer-subscribe input {
    flex: 1;
    min-width: 0;
    height: 48px;
    padding: 0 24px;
    border: 1px solid var(--mb-border);
    border-radius: 999px;
    outline: none;
    background: var(--mb-surface);
    color: var(--mb-text);
    font-size: 14px;
}

.mb-footer-subscribe button {
    height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: var(--mb-green);
    color: var(--mb-white);
    font-size: 14px;
    font-weight: 700;
}

.mb-footer-divider {
    height: 1px;
    margin: 44px 0 38px;
    background: rgba(255, 255, 255, 0.35);
}

.mb-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px;
}

.mb-footer-grid h3 {
    margin: 0 0 17px;
    color: var(--mb-white);
    font-size: 15px;
    font-weight: 700;
}

.mb-footer-grid a {
    display: block;
    margin-bottom: 10px;
    color: var(--mb-white);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.mb-footer-grid a:hover {
    color: var(--mb-white);
    text-decoration: underline;
}

.mb-store-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mb-store-badges span {
    display: inline-grid;
    min-width: 88px;
    height: 26px;
    place-items: center;
    padding: 0 10px;
    border-radius: 4px;
    background: #111111;
    color: var(--mb-white);
    font-size: 10px;
    font-weight: 700;
}

.mb-socials {
    display: flex;
    gap: 14px;
}

.mb-socials a {
    margin: 0;
    font-size: 14px;
}

.mb-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 52px;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    color: var(--mb-white);
    font-size: 11px;
}

.mb-footer-bottom-links {
    display: flex;
    gap: 28px;
}

.mb-footer-bottom-links a {
    color: var(--mb-white);
    font-weight: 600;
    text-decoration: none;
}

/* Reusable icon helpers */
.mb-mini-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(56, 133, 67, 0.16);
    border-radius: 16px;
    background: linear-gradient(145deg, #eef8f0 0%, #dff0e4 100%);
    box-shadow: 0 10px 22px rgba(56, 133, 67, 0.12);
    color: #388543;
}

.mb-mini-icon svg {
    display: block;
    width: 22px;
    height: 22px;
}

.mb-mini-icon-orange {
    border-color: rgba(255, 152, 31, 0.2);
    background: linear-gradient(145deg, #fff3e5 0%, #ffe2bf 100%);
    box-shadow: 0 10px 22px rgba(255, 152, 31, 0.12);
    color: var(--mb-orange);
}

.mb-mini-icon-blue {
    border-color: rgba(61, 114, 184, 0.18);
    background: linear-gradient(145deg, #eef5ff 0%, #dfeeff 100%);
    box-shadow: 0 10px 22px rgba(61, 114, 184, 0.11);
    color: #3d72b8;
}

.mb-how-group-icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
}

.mb-how-group-icon img {
    display: block;
    width: 64px;
    height: 64px;
}

/* Background artwork */
.mb-bg-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mb-bg-hero {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58)),
        url('/images/home/Background1.png');
}

.mb-bg-how,
.mb-bg-beta {
    background-image: linear-gradient(rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58));
}

.mb-bg-how.mb-bg-loaded {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58)),
        url('/images/home/Background2.png');
}

.mb-bg-beta.mb-bg-loaded {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58)),
        url('/images/home/Background3.png');
}

@media (max-width: 1399.98px) {
    .mb-landing-container,
    .mb-navbar-container,
    .mb-footer .container {
        width: calc(100% - 96px);
    }

    .mb-product-grid {
        grid-template-columns: minmax(0, 1.55fr) minmax(380px, 1fr);
        gap: 48px;
    }

    .mb-category-floating-card {
        right: 7%;
    }
}

@media (max-width: 1199.98px) {
    .mb-product-grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(340px, 1fr);
        gap: 40px;
    }

    .mb-category-floating-card {
        right: 4%;
        width: clamp(390px, 35vw, 450px);
    }

    .mb-included-grid,
    .mb-how-grid {
        gap: 48px;
    }
}

@media (max-width: 991.98px) {
    .mb-landing-container,
    .mb-navbar-container,
    .mb-footer .container {
        width: calc(100% - 48px);
    }

    .mb-main-nav {
        align-items: flex-start !important;
        gap: 0;
        padding-top: 14px;
    }

    .mb-main-nav .nav-link {
        padding: 10px 0;
    }

    .mb-navbar-actions {
        align-items: flex-start !important;
        flex-wrap: wrap;
        padding: 16px 0 18px;
    }

    .mb-product-grid,
    .mb-how-grid,
    .mb-cancellation-grid {
        grid-template-columns: 1fr;
    }

    .mb-product-visual {
        min-height: clamp(650px, 76vw, 760px);
    }

    .mb-product-copy {
        text-align: center;
    }

    .mb-product-copy h2,
    .mb-product-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .mb-feature-row,
    .mb-logo-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 48px;
    }

    .mb-included-grid {
        gap: 40px;
    }

    .mb-how-grid {
        max-width: 620px;
    }

    .mb-testimonial-shell {
        grid-template-columns: 1fr;
    }

    .mb-slider-arrow {
        display: none;
    }

    .mb-footer-top,
    .mb-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .mb-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .mb-landing-container,
    .mb-navbar-container,
    .mb-footer .container {
        width: calc(100% - 32px);
    }

    .mb-header,
    .mb-navbar,
    .mb-navbar-container {
        min-height: 64px;
    }

    .mb-hero-inner {
        min-height: 470px;
        padding: 56px 0;
    }

    .mb-hero h1 {
        font-family: var(--mobile-h1-font-family, "Satoshi", Helvetica, sans-serif);
        font-size: var(--mobile-h1-font-size, 32px);
        line-height: var(--mobile-h1-line-height, 1.25);
        letter-spacing: var(--mobile-h1-letter-spacing, 0);
    }

    .mb-hero-lead {
        font-family: var(--mobile-h3-font-family, "Satoshi", Helvetica, sans-serif);
        font-size: var(--mobile-h3-font-size, 24px);
        line-height: var(--mobile-h3-line-height, 1.33);
        letter-spacing: var(--mobile-h3-letter-spacing, 0);
    }

    .mb-section-heading h2,
    .mb-product-copy h2 {
        font-family: var(--mobile-h2-font-family, "Satoshi", Helvetica, sans-serif);
        font-size: var(--mobile-h2-font-size, 28px);
        line-height: var(--mobile-h2-line-height, 1.28);
        letter-spacing: var(--mobile-h2-letter-spacing, 0);
    }

    .mb-section-caption {
        font-family: var(--mobile-CAPTION-font-family, "Satoshi", Helvetica, sans-serif);
        font-size: var(--mobile-CAPTION-font-size, 9px);
        font-weight: var(--mobile-CAPTION-font-weight, 500);
        line-height: var(--mobile-CAPTION-line-height, 1.33);
        letter-spacing: var(--mobile-CAPTION-letter-spacing, 0.45px);
    }

    .mb-product-section,
    .mb-features-section,
    .mb-how-section,
    .mb-company-section,
    .mb-cancellation-section,
    .mb-testimonials-section,
    .mb-faq-section,
    .mb-beta-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .mb-product-visual {
        min-height: 620px;
    }

    .mb-browser-toolbar {
        min-height: 40px;
        padding: 8px 10px;
    }

    .mb-browser-toolbar > span {
        width: 10px;
        height: 10px;
    }

    .mb-browser-arrows img {
        width: 18px;
        height: 18px;
    }

    .mb-browser-mock > img {
        inset: 40px 0 0;
        height: calc(100% - 40px);
    }

    .mb-category-floating-card {
        top: 150px;
        bottom: auto;
        left: 50%;
        right: auto;
        width: min(420px, calc(100vw - 32px));
        transform: translateX(-50%);
    }

    .mb-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mb-mini-category:nth-child(n + 7) {
        display: none;
    }

    .mb-feature-row,
    .mb-included-grid,
    .mb-testimonials-grid,
    .mb-process-grid,
    .mb-logo-row,
    .mb-footer-grid {
        grid-template-columns: 1fr;
    }

    .mb-included-grid {
        max-width: 508px;
    }

    .mb-included-col h2 {
        text-align: center;
    }

    .mb-cancellation-grid {
        gap: 40px;
    }

    .mb-process-grid {
        gap: 32px;
        text-align: center;
    }

    .mb-faq-tabs {
        margin-top: -16px;
    }

    .mb-faq-contact,
    .mb-beta-actions,
    .mb-footer-subscribe,
    .mb-footer-bottom-links {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .mb-faq-contact {
        align-items: center;
    }

    .mb-footer-subscribe button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .mb-hero h1,
    .mb-section-heading h2,
    .mb-product-copy h2 {
        letter-spacing: -0.02em;
    }

    .mb-cta-button {
        max-width: 100%;
        padding-inline: 18px;
        font-size: 16px;
    }

    .mb-category-floating-card {
        padding: 22px;
    }

    .mb-mini-category {
        font-size: 14px;
        line-height: 19px;
    }

    .mb-category-cta {
        width: 100%;
    }

    .mb-navbar-actions .mb-btn {
        width: auto;
    }
}
