/* =========================================================
   myBillBook — public site (landing, header, footer)
   Navy + print-registration (CMYK) accents
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap');

:root {
    --m-navy: #16233F;
    --m-navy-2: #0F1B35;
    --m-blue: #2E6BD1;
    --m-blue-2: #1F54AB;
    --m-blue-soft: #EAF1FD;
    --m-cyan: #1BA3D6;
    --m-magenta: #D6336C;
    --m-yellow: #F2B91B;
    --m-green: #13A06A;
    --m-red: #E0393E;
    --m-paper: #F6F8FC;
    --m-line: #E4E8F0;
    --m-text: #16233F;
    --m-muted: #5E6880;
    --m-cmyk: linear-gradient(90deg, #1BA3D6 0 25%, #D6336C 25% 50%, #F2B91B 50% 75%, #16233F 75% 100%);
}

.mbb, .mbb-header, .mbb-footer { font-family: 'Manrope', 'Segoe UI', Arial, sans-serif; color: var(--m-text); }
.mbb h1, .mbb h2, .mbb h3, .mbb h4, .mbb-footer h4 { font-family: 'Sora', 'Manrope', sans-serif; color: var(--m-text); letter-spacing: -0.02em; margin: 0; }
.mbb p { color: var(--m-muted); line-height: 1.7; font-size: 16px; margin: 0; }
.mbb a { text-decoration: none; }
.mbb-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.mbb section { position: relative; }

/* Buttons */
.mbb-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    height: 50px; padding: 0 24px; border-radius: 10px; font-weight: 700; font-size: 15px;
    border: 1.5px solid transparent; transition: background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
    white-space: nowrap; cursor: pointer; font-family: 'Manrope', sans-serif;
}
.mbb-btn svg { width: 18px; height: 18px; }
.mbb-btn-primary { background: var(--m-blue); color: #fff !important; box-shadow: 0 8px 20px rgba(46,107,209,.28); }
.mbb-btn-primary:hover { background: var(--m-blue-2); transform: translateY(-1px); }
.mbb-btn-ghost { background: #fff; border-color: #CFD7E6; color: var(--m-text) !important; }
.mbb-btn-ghost:hover { border-color: var(--m-blue); color: var(--m-blue) !important; }
.mbb-btn-light { background: #fff; color: var(--m-navy) !important; }
.mbb-btn-light:hover { background: var(--m-blue-soft); }
.mbb-btn-sm { height: 42px; padding: 0 18px; font-size: 14px; }
.mbb-btn:focus-visible { outline: 3px solid rgba(46,107,209,.35); outline-offset: 2px; }

/* ---------- Header ---------- */
.mbb-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.9); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--m-line); }
.mbb-header:before { content: ""; display: block; height: 3px; background: var(--m-cmyk); }
.mbb-header .mbb-wrap { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.mbb-logo img { height: 40px; width: auto; display: block; }
.mbb-nav { display: flex; align-items: center; gap: 30px; }
.mbb-nav ul { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; align-items: center; }
.mbb-nav ul a { color: var(--m-text); font-weight: 600; font-size: 15px; transition: color .15s; }
.mbb-nav ul a:hover, .mbb-nav ul a.is-active { color: var(--m-blue); }
.mbb-nav .mbb-nav-cta { display: flex; gap: 10px; }
.mbb-burger { display: none; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--m-line); background: #fff; align-items: center; justify-content: center; cursor: pointer; }
.mbb-burger svg { width: 22px; height: 22px; color: var(--m-navy); }
@media (max-width: 900px) {
    .mbb-burger { display: inline-flex; }
    .mbb-nav { display: none; position: absolute; top: 77px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--m-line); flex-direction: column; align-items: stretch; padding: 18px 24px 24px; gap: 16px; box-shadow: 0 18px 30px rgba(22,35,63,.08); }
    .mbb-nav.is-open { display: flex; }
    .mbb-nav ul { flex-direction: column; align-items: flex-start; gap: 14px; }
    .mbb-nav .mbb-nav-cta { flex-direction: column; }
}

/* ---------- Hero ---------- */
.mbb-hero { padding: 84px 0 96px; overflow: hidden; background:
    radial-gradient(900px 480px at 88% 10%, rgba(46,107,209,.10), transparent 60%),
    radial-gradient(600px 380px at 0% 100%, rgba(27,163,214,.08), transparent 60%), #fff; }
.mbb-hero .mbb-wrap { display: grid; grid-template-columns: 1.02fr 1fr; gap: 56px; align-items: center; }
.mbb-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px 7px 8px; border-radius: 999px; background: var(--m-blue-soft); color: var(--m-blue-2); font-weight: 700; font-size: 13.5px; margin-bottom: 22px; }
.mbb-pill i { display: inline-flex; gap: 3px; }
.mbb-pill i b { width: 8px; height: 8px; border-radius: 50%; display: block; }
.mbb-hero h1 { font-size: 54px; line-height: 1.08; font-weight: 800; margin-bottom: 20px; }
.mbb-hero h1 span { color: var(--m-blue); }
.mbb-hero .lead { font-size: 18px; max-width: 520px; margin-bottom: 32px; }
.mbb-hero .ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.mbb-hero .note { margin-top: 18px; font-size: 14px; color: var(--m-muted); display: flex; gap: 18px; flex-wrap: wrap; }
.mbb-hero .note span { display: inline-flex; align-items: center; gap: 6px; }
.mbb-hero .note svg { width: 16px; height: 16px; color: var(--m-green); }

/* Invoice sheet with crop marks — the signature element */
.mbb-sheet-wrap { position: relative; padding: 26px; }
.mbb-crop { position: absolute; width: 22px; height: 22px; border-color: var(--m-navy); opacity: .45; }
.mbb-crop.tl { top: 0; left: 0; border-top: 1.5px solid; border-left: 1.5px solid; }
.mbb-crop.tr { top: 0; right: 0; border-top: 1.5px solid; border-right: 1.5px solid; }
.mbb-crop.bl { bottom: 0; left: 0; border-bottom: 1.5px solid; border-left: 1.5px solid; }
.mbb-crop.br { bottom: 0; right: 0; border-bottom: 1.5px solid; border-right: 1.5px solid; }
.mbb-reg { position: absolute; top: 50%; right: -4px; transform: translateY(-50%); display: flex; flex-direction: column; gap: 4px; }
.mbb-reg b { width: 10px; height: 18px; border-radius: 2px; display: block; }
.mbb-sheet { background: #fff; border-radius: 12px; box-shadow: 0 30px 60px rgba(22,35,63,.16), 0 2px 6px rgba(22,35,63,.06); overflow: hidden; transform: rotate(-1.2deg); }
.mbb-sheet-top { background: var(--m-navy); color: #fff; padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; }
.mbb-sheet-top strong { font-family: 'Sora', sans-serif; font-size: 18px; }
.mbb-sheet-top span { font-size: 12.5px; opacity: .75; display: block; }
.mbb-sheet-top .tag { font-family: 'Sora', sans-serif; font-weight: 800; letter-spacing: .06em; font-size: 20px; opacity: 1; color: var(--m-yellow); }
.mbb-sheet-bar { height: 5px; background: var(--m-cmyk); }
.mbb-sheet-body { padding: 18px 22px 20px; }
.mbb-sheet-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.mbb-sheet-meta div { background: var(--m-paper); border-radius: 8px; padding: 8px 10px; font-size: 11.5px; color: var(--m-muted); }
.mbb-sheet-meta b { display: block; color: var(--m-text); font-size: 13px; }
.mbb-sheet table { width: 100%; border-collapse: collapse; font-size: 13px; }
.mbb-sheet th { text-align: left; color: var(--m-muted); font-weight: 700; font-size: 11.5px; padding: 8px 6px; border-bottom: 1px solid var(--m-line); }
.mbb-sheet td { padding: 9px 6px; border-bottom: 1px dashed var(--m-line); color: var(--m-text); }
.mbb-sheet td:last-child, .mbb-sheet th:last-child { text-align: right; font-variant-numeric: tabular-nums; }
.mbb-sheet-foot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.mbb-sheet-foot div { border-radius: 8px; padding: 9px 10px; font-size: 11.5px; font-weight: 700; }
.mbb-sheet-foot b { display: block; font-family: 'Sora', sans-serif; font-size: 16px; }
.mbb-sheet-foot .t { background: var(--m-paper); color: var(--m-muted); }
.mbb-sheet-foot .t b { color: var(--m-text); }
.mbb-sheet-foot .p { background: #E1F5EC; color: #0E7A50; }
.mbb-sheet-foot .r { background: #FDE6E7; color: #B5202A; }
.mbb-float { position: absolute; background: #fff; border-radius: 12px; box-shadow: 0 16px 36px rgba(22,35,63,.16); padding: 12px 14px; display: flex; gap: 10px; align-items: center; font-size: 13px; }
.mbb-float b { display: block; font-size: 13.5px; color: var(--m-text); }
.mbb-float span { color: var(--m-muted); font-size: 12px; }
.mbb-float .ic { width: 36px; height: 36px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mbb-float .ic svg { width: 18px; height: 18px; }
.mbb-float.f1 { left: -28px; bottom: 44px; }
.mbb-float.f2 { right: -16px; top: -4px; }
@media (max-width: 1024px) {
    .mbb-hero .mbb-wrap { grid-template-columns: 1fr; }
    .mbb-hero h1 { font-size: 42px; }
    .mbb-float.f1 { left: 0; } .mbb-float.f2 { right: 0; }
}
@media (max-width: 560px) {
    .mbb-hero { padding: 48px 0 64px; }
    .mbb-hero h1 { font-size: 34px; }
    .mbb-float { display: none; }
    .mbb-sheet-meta, .mbb-sheet-foot { grid-template-columns: 1fr 1fr; }
}

/* ---------- Section heading ---------- */
.mbb-head { max-width: 640px; margin: 0 auto 48px; text-align: center; }
.mbb-head .kicker { display: inline-block; font-weight: 700; color: var(--m-blue); font-size: 14px; margin-bottom: 10px; }
.mbb-head h2 { font-size: 38px; line-height: 1.15; font-weight: 800; margin-bottom: 14px; }
@media (max-width: 560px) { .mbb-head h2 { font-size: 28px; } }

/* ---------- Workflow ---------- */
.mbb-flow { padding: 96px 0; background: var(--m-paper); }
.mbb-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; position: relative; }
.mbb-steps:before { content: ""; position: absolute; top: 34px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, #C7D1E3 0 8px, transparent 8px 14px); }
.mbb-step { background: #fff; border-radius: 14px; padding: 26px 22px; border: 1px solid var(--m-line); position: relative; }
.mbb-step .n { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-weight: 800; color: #fff; margin-bottom: 18px; position: relative; z-index: 1; font-size: 17px; }
.mbb-step h3 { font-size: 18px; margin-bottom: 8px; }
.mbb-step p { font-size: 14.5px; line-height: 1.6; }
@media (max-width: 992px) { .mbb-steps { grid-template-columns: 1fr 1fr; } .mbb-steps:before { display: none; } }
@media (max-width: 560px) { .mbb-steps { grid-template-columns: 1fr; } }

/* ---------- Features ---------- */
.mbb-features { padding: 96px 0; background: #fff; }
.mbb-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mbb-feat { border: 1px solid var(--m-line); border-radius: 14px; padding: 26px; transition: border-color .15s, box-shadow .15s; }
.mbb-feat:hover { border-color: #C9D6EE; box-shadow: 0 14px 30px rgba(22,35,63,.07); }
.mbb-feat .ic { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.mbb-feat .ic svg { width: 22px; height: 22px; }
.mbb-feat h3 { font-size: 18px; margin-bottom: 8px; }
.mbb-feat p { font-size: 14.5px; line-height: 1.6; }
@media (max-width: 992px) { .mbb-feat-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .mbb-feat-grid { grid-template-columns: 1fr; } }

/* ---------- Payments band ---------- */
.mbb-pay { padding: 0 0 96px; background: #fff; }
.mbb-pay-box { background: var(--m-navy); border-radius: 20px; padding: 48px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; position: relative; overflow: hidden; }
.mbb-pay-box:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: var(--m-cmyk); }
.mbb-pay-box h2 { color: #fff; font-size: 32px; line-height: 1.2; margin-bottom: 14px; }
.mbb-pay-box p { color: rgba(255,255,255,.72); }
.mbb-pay-logos { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.mbb-pay-logos span { background: #fff; border-radius: 12px; height: 64px; min-width: 120px; display: flex; align-items: center; justify-content: center; padding: 10px 16px; }
.mbb-pay-logos img { max-height: 40px; max-width: 110px; object-fit: contain; }
.mbb-pay-logos .cash { font-family: 'Sora', sans-serif; font-weight: 800; color: var(--m-navy); }
@media (max-width: 860px) { .mbb-pay-box { grid-template-columns: 1fr; padding: 32px 24px; } .mbb-pay-logos { justify-content: flex-start; } }

/* ---------- Pricing ---------- */
.mbb-pricing { padding: 96px 0; background: var(--m-paper); }
.mbb-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.mbb-plan { background: #fff; border: 1px solid var(--m-line); border-radius: 16px; padding: 30px 28px; display: flex; flex-direction: column; position: relative; }
.mbb-plan.is-best { border: 2px solid var(--m-blue); box-shadow: 0 24px 48px rgba(46,107,209,.16); }
.mbb-plan .badge-best { position: absolute; top: -13px; left: 28px; background: var(--m-blue); color: #fff; font-weight: 700; font-size: 12.5px; padding: 5px 12px; border-radius: 999px; }
.mbb-plan h3 { font-size: 19px; margin-bottom: 6px; }
.mbb-plan .desc { font-size: 14px; min-height: 44px; }
.mbb-plan .price { margin: 20px 0 22px; display: flex; align-items: baseline; gap: 6px; }
.mbb-plan .price strong { font-family: 'Sora', sans-serif; font-size: 44px; font-weight: 800; color: var(--m-text); line-height: 1; }
.mbb-plan .price small { color: var(--m-muted); font-weight: 600; }
.mbb-plan ul { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 11px; }
.mbb-plan li { display: flex; gap: 10px; align-items: center; font-size: 14.5px; color: var(--m-text); }
.mbb-plan li svg { width: 18px; height: 18px; flex-shrink: 0; }
.mbb-plan li.no { color: #9AA3B5; }
.mbb-plan .mbb-btn { margin-top: auto; width: 100%; }
@media (max-width: 992px) { .mbb-plans { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }

/* ---------- Demo / contact ---------- */
.mbb-demo { padding: 96px 0; background: #fff; }
.mbb-demo .mbb-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.mbb-demo h2 { font-size: 36px; line-height: 1.15; margin-bottom: 14px; }
.mbb-call { margin-top: 28px; display: flex; gap: 14px; align-items: center; }
.mbb-call .ic { width: 52px; height: 52px; border-radius: 14px; background: #E1F5EC; color: var(--m-green); display: flex; align-items: center; justify-content: center; }
.mbb-call .ic svg { width: 24px; height: 24px; }
.mbb-call span { font-size: 13.5px; color: var(--m-muted); display: block; }
.mbb-call a { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 22px; color: var(--m-text); }
.mbb-form { background: var(--m-paper); border: 1px solid var(--m-line); border-radius: 18px; padding: 32px; }
.mbb-form h3 { font-size: 21px; margin-bottom: 20px; }
.mbb-form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mbb-form label { display: block; font-size: 13px; font-weight: 700; color: var(--m-text); margin-bottom: 6px; }
.mbb-form input { width: 100%; height: 48px; border: 1px solid #D3DAE6; border-radius: 10px; padding: 0 14px; font-size: 15px; background: #fff; margin-bottom: 14px; font-family: 'Manrope', sans-serif; color: var(--m-text); }
.mbb-form input:focus { outline: none; border-color: var(--m-blue); box-shadow: 0 0 0 3px rgba(46,107,209,.15); }
.mbb-form .mbb-btn { width: 100%; margin-top: 6px; }
@media (max-width: 900px) { .mbb-demo .mbb-wrap { grid-template-columns: 1fr; } .mbb-form .row2 { grid-template-columns: 1fr; gap: 0; } }

.mbb-alert { background: #E1F5EC; color: #0E7A50; border-radius: 10px; padding: 12px 16px; font-weight: 600; margin-bottom: 20px; }

/* ---------- Footer ---------- */
.mbb-footer { background: var(--m-navy-2); color: rgba(255,255,255,.7); padding: 64px 0 0; }
.mbb-footer .mbb-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.mbb-foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; }
.mbb-footer .flogo { background: #fff; border-radius: 10px; padding: 8px 12px; display: inline-block; margin-bottom: 16px; }
.mbb-footer .flogo img { height: 34px; display: block; }
.mbb-footer p { color: rgba(255,255,255,.65); font-size: 14.5px; line-height: 1.7; margin: 0; }
.mbb-footer h4 { color: #fff; font-size: 15px; margin-bottom: 16px; }
.mbb-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.mbb-footer ul a { color: rgba(255,255,255,.7); font-size: 14.5px; text-decoration: none; }
.mbb-footer ul a:hover { color: #fff; }
.mbb-foot-bottom { margin-top: 48px; border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13.5px; }
.mbb-foot-bottom .cmyk { display: inline-flex; gap: 4px; }
.mbb-foot-bottom .cmyk b { width: 10px; height: 10px; border-radius: 50%; display: block; }
@media (max-width: 860px) { .mbb-foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .mbb-foot-grid { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) { .mbb * { transition: none !important; } }
/* layout tweaks after review */
.mbb-sheet-wrap { padding: 64px 26px; }
.mbb-crop.tl, .mbb-crop.tr { top: 38px; }
.mbb-crop.bl, .mbb-crop.br { bottom: 38px; }
.mbb-float.f1 { left: -12px; bottom: 6px; top: auto; }
.mbb-float.f2 { right: -8px; top: 6px; bottom: auto; }
.mbb-head { max-width: 720px; }
@media (max-width: 560px) { .mbb-sheet-wrap { padding: 30px 10px; } .mbb-crop.tl, .mbb-crop.tr { top: 6px; } .mbb-crop.bl, .mbb-crop.br { bottom: 6px; } }
.mbb h1, .mbb h2 { font-weight: 800; }
.mbb h3 { font-weight: 700; }

/* =========================================================
   Inner pages
   ========================================================= */
.mbb-page-hero { background: var(--m-navy); color: #fff; padding: 64px 0 72px; position: relative; overflow: hidden; }
.mbb-page-hero:before { content: ""; position: absolute; right: -140px; top: -140px; width: 420px; height: 420px; border-radius: 50%; border: 70px solid rgba(46,107,209,.25); }
.mbb-page-hero:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--m-cmyk); }
.mbb-page-hero .mbb-wrap { position: relative; z-index: 1; }
.mbb .mbb-page-hero h1 { color: #fff; font-size: 42px; line-height: 1.12; margin-bottom: 12px; max-width: 760px; }
.mbb .mbb-page-hero p { color: rgba(255,255,255,.74); font-size: 17px; max-width: 620px; }
.mbb-crumbs { display: flex; gap: 8px; font-size: 13.5px; margin-bottom: 18px; color: rgba(255,255,255,.6); }
.mbb-crumbs a { color: rgba(255,255,255,.85) !important; }
.mbb-crumbs a:hover { color: #fff !important; }
@media (max-width: 560px) { .mbb .mbb-page-hero h1 { font-size: 30px; } .mbb-page-hero { padding: 44px 0 52px; } }

.mbb-section { padding: 80px 0; }
.mbb-section.paper { background: var(--m-paper); }
.mbb-alert.err { background: #FDE6E7; color: #B5202A; }

/* FAQ */
.mbb-faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.mbb-faq details { background: #fff; border: 1px solid var(--m-line); border-radius: 14px; padding: 0 22px; }
.mbb-faq details[open] { border-color: #C9D6EE; box-shadow: 0 10px 24px rgba(22,35,63,.06); }
.mbb-faq summary { list-style: none; cursor: pointer; padding: 20px 0; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 16.5px; color: var(--m-text); display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.mbb-faq summary::-webkit-details-marker { display: none; }
.mbb-faq summary:after { content: "+"; font-size: 22px; color: var(--m-blue); font-weight: 600; line-height: 1; }
.mbb-faq details[open] summary:after { content: "\2212"; }
.mbb-faq details p { padding: 0 0 20px; font-size: 15px; }

/* Contact */
.mbb-contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 40px; align-items: start; }
.mbb-info-list { display: grid; gap: 14px; }
.mbb-info { display: flex; gap: 16px; align-items: center; background: #fff; border: 1px solid var(--m-line); border-radius: 14px; padding: 20px; color: var(--m-text) !important; transition: border-color .15s; }
a.mbb-info:hover { border-color: var(--m-blue); }
.mbb-info .ic { width: 50px; height: 50px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mbb-info .ic svg { width: 22px; height: 22px; }
.mbb-info span { display: block; font-size: 13px; color: var(--m-muted); }
.mbb-info b { font-family: 'Sora', sans-serif; font-size: 17px; color: var(--m-text); }
.mbb-form textarea, .mbb-form select { width: 100%; border: 1px solid #D3DAE6; border-radius: 10px; padding: 12px 14px; font-size: 15px; background: #fff; margin-bottom: 14px; font-family: 'Manrope', sans-serif; color: var(--m-text); }
.mbb-form select { height: 48px; padding: 0 12px; }
.mbb-form textarea { min-height: 140px; resize: vertical; }
.mbb-form textarea:focus, .mbb-form select:focus { outline: none; border-color: var(--m-blue); box-shadow: 0 0 0 3px rgba(46,107,209,.15); }
.mbb-form .err-text { color: #B5202A; font-size: 12.5px; margin: -8px 0 12px; display: block; }
.mbb-form .row3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mbb-form .hint { font-size: 13px; color: var(--m-muted); margin-top: 14px; text-align: center; }
@media (max-width: 900px) { .mbb-contact-grid { grid-template-columns: 1fr; } .mbb-form .row3 { grid-template-columns: 1fr; gap: 0; } }

/* Sign up */
.mbb-signup { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; align-items: start; }
.mbb-signup-aside { background: var(--m-paper); border: 1px solid var(--m-line); border-radius: 18px; padding: 30px; position: sticky; top: 100px; }
.mbb-signup-aside h3 { font-size: 20px; margin-bottom: 16px; }
.mbb-signup-aside ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.mbb-signup-aside li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--m-text); }
.mbb-signup-aside li svg { width: 18px; height: 18px; color: var(--m-green); flex-shrink: 0; margin-top: 3px; }
.mbb-form .sec { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px; color: var(--m-blue); margin: 8px 0 12px; }
@media (max-width: 900px) { .mbb-signup { grid-template-columns: 1fr; } .mbb-signup-aside { position: static; } }

/* Cards grid (blogs, designs) */
.mbb-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mbb-card { background: #fff; border: 1px solid var(--m-line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .15s, border-color .15s; }
.mbb-card:hover { box-shadow: 0 16px 34px rgba(22,35,63,.08); border-color: #C9D6EE; }
.mbb-card .img { aspect-ratio: 4 / 3; background: var(--m-paper); overflow: hidden; display: block; }
.mbb-card .img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mbb-card .body { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.mbb-card .meta { font-size: 13px; color: var(--m-muted); display: flex; gap: 12px; flex-wrap: wrap; }
.mbb-card h3 { font-size: 17.5px; line-height: 1.35; }
.mbb-card h3 a { color: var(--m-text) !important; }
.mbb-card .foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-top: 6px; }
.mbb-card .more { color: var(--m-blue) !important; font-weight: 700; font-size: 14px; display: inline-flex; gap: 6px; align-items: center; }
.mbb-card .more svg { width: 16px; height: 16px; }
.mbb-chip-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.mbb-chip { height: 38px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--m-line); background: #fff; color: var(--m-text) !important; font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; }
.mbb-chip:hover { border-color: var(--m-blue); color: var(--m-blue) !important; }
.mbb-chip.is-active { background: var(--m-navy); border-color: var(--m-navy); color: #fff !important; }
.mbb-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: var(--m-blue-soft); color: var(--m-blue-2); }
.mbb-empty { text-align: center; padding: 60px 20px; color: var(--m-muted); border: 1px dashed #CBD3E1; border-radius: 16px; background: #fff; }
@media (max-width: 992px) { .mbb-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .mbb-cards { grid-template-columns: 1fr; } }

/* Article */
.mbb-article { max-width: 780px; margin: 0 auto; }
.mbb-article .cover { border-radius: 18px; overflow: hidden; margin: -120px 0 32px; position: relative; z-index: 2; box-shadow: 0 24px 48px rgba(22,35,63,.16); background: #fff; }
.mbb-article .cover img { width: 100%; display: block; max-height: 460px; object-fit: cover; }
.mbb-article .lead { font-size: 19px; color: var(--m-text); line-height: 1.7; margin-bottom: 22px; font-weight: 500; }
.mbb-article .content { font-size: 16.5px; line-height: 1.85; color: #3A4560; white-space: pre-line; }
.mbb-article h2 { font-size: 24px; margin: 36px 0 14px; }
.mbb-comment { display: flex; gap: 14px; padding: 18px 0; border-top: 1px solid var(--m-line); }
.mbb-comment .av { width: 44px; height: 44px; border-radius: 50%; background: var(--m-blue-soft); color: var(--m-blue-2); font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.mbb-comment .av img { width: 100%; height: 100%; object-fit: cover; }
.mbb-comment b { display: block; color: var(--m-text); margin-bottom: 4px; }
.mbb-comment p { font-size: 15px; }
.mbb-hero-pad { padding-bottom: 150px; }

/* Error pages */
.mbb-error { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 40px 24px; background: radial-gradient(700px 400px at 50% 0%, rgba(46,107,209,.10), transparent 70%), #fff; }
.mbb-error .code { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 120px; line-height: 1; color: var(--m-navy); letter-spacing: -0.04em; }
.mbb-error .bar { width: 160px; height: 6px; margin: 20px auto 26px; border-radius: 3px; background: var(--m-cmyk); }
.mbb-error h1 { font-size: 26px; margin-bottom: 10px; }
.mbb-error p { max-width: 440px; margin: 0 auto 26px; }
.mbb-footer ul a, .mbb-footer ul li a { color: rgba(255,255,255,.7) !important; font-weight: 500 !important; font-size: 14.5px !important; }
.mbb-footer ul a:hover { color: #fff !important; }
.mbb-footer h4 { color: #fff !important; font-weight: 700 !important; }
.mbb-footer p { color: rgba(255,255,255,.65) !important; }
.mbb-page-hero:after { background: linear-gradient(90deg, #1BA3D6 0 25%, #D6336C 25% 50%, #F2B91B 50% 75%, #5B6B8C 75% 100%); }
.mbb-btn, .mbb button { text-transform: none !important; letter-spacing: 0 !important; }

/* Business types */
.mbb-biz { padding: 96px 0; background: #fff; }
.mbb-biz-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mbb-biz-card { border: 1px solid var(--m-line); border-radius: 18px; padding: 26px 22px; display: flex; flex-direction: column; background: #fff; position: relative; overflow: hidden; transition: box-shadow .15s, border-color .15s, transform .15s; }
.mbb-biz-card:before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--c); }
.mbb-biz-card:hover { box-shadow: 0 18px 40px rgba(22,35,63,.10); border-color: transparent; transform: translateY(-3px); }
.mbb-biz-card .ic { width: 52px; height: 52px; border-radius: 14px; background: var(--bg); color: var(--c); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.mbb-biz-card .ic svg { width: 26px; height: 26px; }
.mbb .mbb-biz-card h3 { font-size: 19px; margin-bottom: 4px; }
.mbb .mbb-biz-card .eg { font-size: 13.5px; margin-bottom: 16px; line-height: 1.5; }
.mbb-biz-card ul { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 9px; }
.mbb-biz-card li { display: flex; gap: 8px; font-size: 14px; color: var(--m-text); line-height: 1.4; }
.mbb-biz-card li svg { width: 16px; height: 16px; color: var(--c); flex-shrink: 0; margin-top: 2px; }
.mbb-biz-card .mbb-btn { margin-top: auto; width: 100%; }
.mbb-biz-card .mbb-btn:hover { border-color: var(--c); color: var(--c) !important; }
@media (max-width: 1100px) { .mbb-biz-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .mbb-biz-grid { grid-template-columns: 1fr; } }

.mbb-biz-pick { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 14px; }
.mbb-biz-pick label { border: 1px solid #D3DAE6; border-radius: 10px; background: #fff; height: 46px; display: flex !important; align-items: center; justify-content: center; cursor: pointer; margin: 0 !important; }
.mbb-biz-pick label.is-on { border: 2px solid var(--m-blue); background: var(--m-blue-soft); }
.mbb-biz-pick input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; }
.mbb-biz-pick b { font-size: 14px; color: var(--m-text); }
@media (max-width: 600px) { .mbb-biz-pick { grid-template-columns: 1fr 1fr; } }

/* Product tour */
.mbb-biz-see { display: block; text-align: center; margin-top: 10px; font-size: 13.5px; font-weight: 700; color: var(--c) !important; }
.mbb-biz-see:hover { text-decoration: underline !important; }
.mbb-tour { padding: 96px 0; background: var(--m-paper); }
.mbb-tour-tabs { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; margin-bottom: 36px; }
.mbb-tour-tab { height: 44px; padding: 0 20px; border-radius: 999px; border: 1px solid var(--m-line); background: #fff; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 14.5px; color: var(--m-text); cursor: pointer; transition: background .15s, color .15s, border-color .15s; }
.mbb-tour-tab:hover { border-color: var(--m-blue); }
.mbb-tour-tab.is-active { background: var(--m-navy); border-color: var(--m-navy); color: #fff; }
.mbb-tour-panel { display: grid; grid-template-columns: 0.85fr 1.35fr; gap: 48px; align-items: center; }
.mbb-tour-panel[hidden] { display: none; }
.mbb .mbb-tour-text h3 { font-size: 28px; line-height: 1.2; font-weight: 800; margin-bottom: 12px; }
.mbb-tour-text > p { margin-bottom: 22px; }
.mbb-tour-text ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 16px; }
.mbb-tour-text li { display: flex; gap: 12px; align-items: flex-start; }
.mbb-tour-text li > svg { width: 20px; height: 20px; color: var(--m-green); flex-shrink: 0; margin-top: 2px; background: #E1F5EC; border-radius: 50%; padding: 3px; box-sizing: content-box; }
.mbb-tour-text li span { font-size: 14.5px; color: var(--m-muted); line-height: 1.55; }
.mbb-tour-text li b { display: block; color: var(--m-text); font-size: 15.5px; margin-bottom: 2px; }
.mbb-browser { background: #fff; border-radius: 14px; box-shadow: 0 30px 70px rgba(22,35,63,.18), 0 2px 8px rgba(22,35,63,.06); overflow: hidden; border: 1px solid var(--m-line); }
.mbb-browser .bar { height: 34px; background: #EEF1F6; display: flex; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid var(--m-line); }
.mbb-browser .bar i { width: 10px; height: 10px; border-radius: 50%; background: #D3DAE6; display: block; }
.mbb-browser .bar i:nth-child(1) { background: #F26B6B; } .mbb-browser .bar i:nth-child(2) { background: #F2C14B; } .mbb-browser .bar i:nth-child(3) { background: #4CC38A; }
.mbb-browser .bar span { margin-left: 12px; background: #fff; border-radius: 6px; font-size: 12px; color: var(--m-muted); padding: 3px 14px; flex: 1; max-width: 280px; }
.mbb-browser .shot { display: block; cursor: zoom-in; }
.mbb-browser img { width: 100%; height: auto; display: block; }
.mbb-tour-thumbs { display: flex; gap: 12px; margin-top: 16px; }
.mbb-tour-thumbs button { flex: 1; background: #fff; border: 2px solid transparent; border-radius: 12px; padding: 6px; cursor: pointer; display: flex; gap: 10px; align-items: center; font-family: 'Manrope', sans-serif; text-align: left; box-shadow: 0 2px 8px rgba(22,35,63,.06); }
.mbb-tour-thumbs button.is-active { border-color: var(--m-blue); }
.mbb-tour-thumbs img { width: 96px; height: 60px; object-fit: cover; object-position: top left; border-radius: 6px; display: block; }
.mbb-tour-thumbs span { font-weight: 700; font-size: 13.5px; color: var(--m-text); }
@media (max-width: 1000px) {
    .mbb-tour-panel { grid-template-columns: 1fr; gap: 28px; }
    .mbb-tour-media { order: -1; }
}
@media (max-width: 520px) { .mbb-tour-thumbs img { width: 64px; height: 40px; } .mbb-tour-tab { height: 40px; padding: 0 14px; font-size: 13.5px; } }

/* Free trial signup */
.mbb-trial { padding: 64px 0 88px; background: radial-gradient(900px 480px at 90% 0%, rgba(46,107,209,.10), transparent 60%), var(--m-paper); }
.mbb-trial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.mbb .mbb-trial-copy h1 { font-size: 42px; line-height: 1.12; font-weight: 800; margin-bottom: 16px; }
.mbb-trial-copy .lead { font-size: 17px; margin-bottom: 26px; max-width: 480px; }
.mbb-trial-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.mbb-trial-list li { display: flex; gap: 10px; align-items: center; font-size: 15.5px; color: var(--m-text); font-weight: 600; }
.mbb-trial-list li svg { width: 20px; height: 20px; color: var(--m-green); background: #E1F5EC; border-radius: 50%; padding: 3px; box-sizing: content-box; flex-shrink: 0; }
.mbb-trial-list a { color: var(--m-green) !important; }
.mbb-trial-form { background: #fff; box-shadow: 0 24px 60px rgba(22,35,63,.12); border: 0; position: relative; }
.mbb-trial-form .opt { font-weight: 500; color: var(--m-muted); }
.mbb-trial-form .mbb-btn { height: 54px; font-size: 16px; }
.mbb-pass { position: relative; }
.mbb-pass input { padding-right: 70px; }
.mbb-pass button { position: absolute; right: 6px; top: 6px; height: 36px; border: 0; background: var(--m-blue-soft); color: var(--m-blue-2); border-radius: 8px; padding: 0 12px; font-weight: 700; font-size: 13px; cursor: pointer; font-family: inherit; }
@media (max-width: 900px) {
    .mbb-trial-grid { grid-template-columns: 1fr; gap: 28px; }
    .mbb .mbb-trial-copy h1 { font-size: 30px; }
    .mbb-trial-list { display: none; }
}

/* Trial ended */
.mbb-ended { padding: 72px 0 96px; background: var(--m-paper); }
.mbb-ended-box { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.mbb .mbb-ended-box h1 { font-size: 36px; font-weight: 800; margin-bottom: 12px; }
